From 9dc48957031822388ca4f1cbc070eeef3b20a21f Mon Sep 17 00:00:00 2001 From: Martin de Keijzer Date: Wed, 25 Jan 2012 00:35:27 +0100 Subject: [PATCH] upgrade to ST2 PR4 --- app/app.js | 2 +- lib/resources/css-debug/android.css | 5009 +- lib/resources/css-debug/apple.css | 4993 +- lib/resources/css-debug/bb6.css | 4728 +- lib/resources/css-debug/sencha-touch.css | 5105 +- lib/resources/css/android.css | 2 +- lib/resources/css/apple.css | 2 +- lib/resources/css/bb6.css | 2 +- lib/resources/css/sencha-touch.css | 2 +- lib/resources/sass/config-debug.rb | 4 +- .../themes/images/default/pictos/stop.png | Bin 0 -> 3170 bytes .../sencha-touch/default/_variables.scss | 10 +- .../sencha-touch/default/core/_core.scss | 52 +- .../sencha-touch/default/core/_layout.scss | 49 +- .../default/widgets/_buttons.scss | 14 +- .../default/widgets/_carousel.scss | 6 + .../default/widgets/_form-sliders-basic.scss | 4 +- .../default/widgets/_form-sliders.scss | 22 +- .../sencha-touch/default/widgets/_form.scss | 130 +- .../sencha-touch/default/widgets/_list.scss | 9 +- .../sencha-touch/default/widgets/_map.scss | 4 + .../sencha-touch/default/widgets/_msgbox.scss | 6 + .../sencha-touch/default/widgets/_panel.scss | 7 +- .../sencha-touch/default/widgets/_picker.scss | 2 +- .../default/widgets/_toolbar-forms.scss | 28 +- .../default/widgets/_toolbar.scss | 22 + lib/sencha-touch-all-debug-w-comments.js | 55618 ++++++++-------- lib/sencha-touch-all.js | 2 +- lib/sencha-touch.js | 2 +- lib/src/AbstractComponent.js | 146 +- lib/src/Ajax.js | 61 - lib/src/Anim.js | 49 +- lib/src/Audio.js | 5 +- lib/src/Button.js | 136 +- lib/src/Component.js | 590 +- lib/src/Container.js | 419 +- lib/src/DateExtras.js | 11 +- lib/src/Decorator.js | 72 +- lib/src/Evented.js | 97 + lib/src/Img.js | 18 +- lib/src/ItemCollection.js | 3 + lib/src/Map.js | 10 +- lib/src/Mask.js | 24 +- lib/src/Media.js | 167 +- lib/src/MessageBox.js | 500 +- lib/src/ModelManager.js | 7 +- lib/src/Panel.js | 4 +- lib/src/SegmentedButton.js | 12 +- lib/src/Sheet.js | 104 +- lib/src/Template.js | 10 +- lib/src/TitleBar.js | 33 +- lib/src/Toolbar.js | 19 +- lib/src/Validator.js | 3 + lib/src/Video.js | 2 +- lib/src/XTemplate.js | 60 +- lib/src/XTemplateCompiler.js | 84 +- lib/src/XTemplateParser.js | 30 +- lib/src/app/Action.js | 71 + lib/src/app/Application.js | 786 +- lib/src/app/Controller.js | 699 +- lib/src/app/History.js | 106 + lib/src/app/Profile.js | 236 + lib/src/app/Route.js | 197 + lib/src/app/Router.js | 91 + lib/src/behavior/Behavior.js | 3 + lib/src/behavior/Draggable.js | 3 + lib/src/behavior/Scrollable.js | 3 + lib/src/behavior/Translatable.js | 3 + lib/src/carousel/Carousel.js | 65 +- lib/src/carousel/Item.js | 3 + lib/src/core/Ext-more.js | 322 +- lib/src/core/Ext.js | 8 +- lib/src/data/ArrayStore.js | 40 +- lib/src/data/Batch.js | 71 +- lib/src/data/Connection.js | 98 +- lib/src/data/Field.js | 479 +- lib/src/data/JsonP.js | 32 +- lib/src/data/JsonStore.js | 24 +- lib/src/data/Model.js | 1718 +- lib/src/data/ModelManager.js | 191 + lib/src/data/NodeInterface.js | 397 +- lib/src/data/NodeStore.js | 343 +- lib/src/data/Operation.js | 376 +- lib/src/data/Request.js | 108 +- lib/src/data/ResultSet.js | 81 +- lib/src/data/SortTypes.js | 73 +- lib/src/data/Store.js | 3021 +- lib/src/data/StoreManager.js | 31 +- lib/src/data/Tree.js | 259 +- lib/src/data/TreeStore.js | 772 +- lib/src/data/Types.js | 119 +- lib/src/data/association/Association.js | 174 +- lib/src/data/association/BelongsTo.js | 193 +- lib/src/data/association/HasMany.js | 300 +- lib/src/data/association/HasOne.js | 222 +- lib/src/data/identifier/Simple.js | 23 + lib/src/data/proxy/Ajax.js | 293 +- lib/src/data/proxy/Client.js | 13 +- lib/src/data/proxy/JsonP.js | 107 +- lib/src/data/proxy/LocalStorage.js | 2 +- lib/src/data/proxy/Memory.js | 88 +- lib/src/data/proxy/Proxy.js | 413 +- lib/src/data/proxy/Rest.js | 116 +- lib/src/data/proxy/Server.js | 367 +- lib/src/data/proxy/WebStorage.js | 152 +- lib/src/data/reader/Array.js | 44 +- lib/src/data/reader/Json.js | 431 +- lib/src/data/reader/Reader.js | 663 +- lib/src/data/writer/Json.js | 191 +- lib/src/data/writer/Writer.js | 140 +- lib/src/dataview/DataView.js | 561 +- lib/src/dataview/IndexBar.js | 5 +- lib/src/dataview/List.js | 241 +- lib/src/dataview/NestedList.js | 113 +- lib/src/dataview/component/Container.js | 255 + lib/src/dataview/component/DataItem.js | 103 + lib/src/dataview/element/Container.js | 233 + lib/src/dataview/element/List.js | 117 + lib/src/dom/CompositeElementLite.js | 2 - lib/src/dom/Element.js | 6 +- lib/src/env/Browser.js | 14 +- lib/src/env/Feature.js | 154 +- lib/src/env/OS.js | 24 +- lib/src/event/Controller.js | 127 +- lib/src/event/Dispatcher.js | 67 +- lib/src/event/Dom.js | 23 +- lib/src/event/ListenerStack.js | 15 +- .../event/publisher/ComponentDelegation.js | 2 +- lib/src/event/publisher/ComponentPaint.js | 55 +- lib/src/event/publisher/Dom.js | 34 +- lib/src/event/publisher/TouchGesture.js | 3 +- lib/src/field/Checkbox.js | 15 +- lib/src/field/DatePicker.js | 81 +- lib/src/field/Field.js | 38 +- lib/src/field/Input.js | 49 +- lib/src/field/Select.js | 63 +- lib/src/field/Slider.js | 34 +- lib/src/field/Spinner.js | 63 +- lib/src/field/Text.js | 24 +- lib/src/field/TextAreaInput.js | 30 +- lib/src/field/Toggle.js | 76 +- lib/src/form/FieldSet.js | 24 + lib/src/form/Panel.js | 173 +- lib/src/fx/Easing.js | 3 + lib/src/fx/easing/Abstract.js | 3 + lib/src/fx/easing/Bounce.js | 3 + lib/src/fx/easing/BoundMomentum.js | 3 + lib/src/fx/easing/EaseIn.js | 3 + lib/src/fx/easing/EaseOut.js | 3 + lib/src/fx/easing/Linear.js | 3 + lib/src/fx/easing/Momentum.js | 3 + lib/src/fx/layout/Card.js | 6 +- lib/src/fx/layout/card/Abstract.js | 7 +- lib/src/fx/layout/card/Scroll.js | 7 +- lib/src/fx/layout/card/Style.js | 17 +- lib/src/fx/runner/Css.js | 2 +- lib/src/fx/runner/CssTransition.js | 50 +- lib/src/layout/Card.js | 38 +- lib/src/layout/Default.js | 112 +- lib/src/mixin/Filterable.js | 283 + lib/src/mixin/Identifiable.js | 4 + lib/src/mixin/Observable.js | 169 +- lib/src/mixin/Selectable.js | 103 +- lib/src/mixin/Sortable.js | 341 + lib/src/mixin/Traversable.js | 10 + lib/src/navigation/Bar.js | 387 +- lib/src/navigation/View.js | 89 +- lib/src/picker/Picker.js | 106 +- lib/src/picker/Slot.js | 38 +- lib/src/plugin/ListPaging.js | 146 +- lib/src/plugin/PullRefresh.js | 169 +- lib/src/scroll/View.js | 8 +- lib/src/scroll/scroller/Abstract.js | 14 +- lib/src/scroll/scroller/ScrollPosition.js | 2 +- lib/src/slider/Slider.js | 92 +- lib/src/slider/Thumb.js | 17 +- lib/src/slider/Toggle.js | 29 +- lib/src/tab/Bar.js | 5 +- lib/src/tab/Panel.js | 89 +- lib/src/tab/Tab.js | 42 +- lib/src/util/Collection.js | 999 + lib/src/util/Draggable.js | 2 +- lib/src/util/Format.js | 19 +- lib/src/util/GeoLocation.js | 4 +- lib/src/util/NewFilter.js | 180 + lib/src/util/NewGrouper.js | 44 + lib/src/util/NewSorter.js | 130 + lib/src/util/SizeMonitor.js | 5 +- lib/src/util/Sortable.js | 1 - lib/src/ux/Faker.js | 63 + lib/src/ux/auth/Session.js | 28 + lib/src/ux/auth2/Auth.js | 10 + lib/src/ux/auth2/model/Session.js | 11 + lib/src/viewport/Android.js | 3 + lib/src/viewport/Default.js | 34 +- lib/src/viewport/Ios.js | 3 + lib/src/viewport/Viewport.js | 2 +- resources/css/application.css | 2 +- 198 files changed, 56848 insertions(+), 43195 deletions(-) create mode 100644 lib/resources/themes/images/default/pictos/stop.png create mode 100644 lib/src/Evented.js create mode 100644 lib/src/app/Action.js create mode 100644 lib/src/app/History.js create mode 100644 lib/src/app/Profile.js create mode 100644 lib/src/app/Route.js create mode 100644 lib/src/app/Router.js create mode 100644 lib/src/data/ModelManager.js create mode 100644 lib/src/data/identifier/Simple.js create mode 100644 lib/src/dataview/component/Container.js create mode 100644 lib/src/dataview/component/DataItem.js create mode 100644 lib/src/dataview/element/Container.js create mode 100644 lib/src/dataview/element/List.js create mode 100644 lib/src/mixin/Filterable.js create mode 100644 lib/src/mixin/Sortable.js create mode 100644 lib/src/util/Collection.js create mode 100644 lib/src/util/NewFilter.js create mode 100644 lib/src/util/NewGrouper.js create mode 100644 lib/src/util/NewSorter.js create mode 100644 lib/src/ux/Faker.js create mode 100644 lib/src/ux/auth/Session.js create mode 100644 lib/src/ux/auth2/Auth.js create mode 100644 lib/src/ux/auth2/model/Session.js diff --git a/app/app.js b/app/app.js index 8231033..6d63453 100644 --- a/app/app.js +++ b/app/app.js @@ -5,6 +5,6 @@ Ext.Loader.setConfig({ Ext.application({ name: 'PhpBnl', controllers: ['Home'], - models: ['Room', 'Schedule', 'Talk', 'Tracklist'] + models: ['Schedule', 'Tracklist'] }); \ No newline at end of file diff --git a/lib/resources/css-debug/android.css b/lib/resources/css-debug/android.css index 738966f..7572435 100644 --- a/lib/resources/css-debug/android.css +++ b/lib/resources/css-debug/android.css @@ -75,75 +75,106 @@ input, textarea, select { } /** - * @global {boolean} [$include-html-style=true] Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). Styles are scoped to .x-html. Set to false to reduce CSS weight. + * @class Global_CSS + * + * Global CSS variables and mixins of Sencha Touch. + */ +/** + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. + */ +/** + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-default-icons=true] Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, and user. Set to false to reduce CSS weight. + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. */ /** - * @global {boolean} [$include-form-sliders=true] Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). */ /** - * @global {boolean} [$include-floating-panels=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. */ /** - * @global {boolean} [$include-default-uis=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-highlights=true] Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-border-radius=true] Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. */ /** - * @global {boolean} [$basic-slider=false] Optionally remove CSS3 effects from the slider component for improved performance. + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. */ /** - * @global {color} [$base-color=#354F6E] The primary color variable from which most elements derive their color scheme. + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. + * @see background-gradient */ /** - * @global {string} [$base-gradient='matte'] The primary gradient variable from which most elements derive their color scheme. + * @var {font-family} $font-family + * The font-family to be used throughout the theme. * @see background-gradient */ /** - * @global {color} [$alert-color=red] Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + */ +/** + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). */ /** - * @global {color} [$confirm-color=#92cf00] Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. */ /** - * @global {color} [$active-color=darken(saturate($base-color, 55%), 10%)] Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + * @var {color} $page-bg-color + * Background color for fullscreen components. */ /** - * @global {color} [$page-bg-color=#eee] Background color for fullscreen components. + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. */ /** - * @global {measurement} [$global-row-height=2.6em] The minimum row height for items like toolbars and list items. + * @class Global_CSS */ /** * Add a background gradient to a selector. * - * @param {color} $bg-color The base color of the gradient. - * @param {string} [$type=$base-gradient] The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + * .my-element { + * @include background-gradient(green, 'recessed') + * } * - * @example - * .my-element { - * @include background-gradient(green, 'recessed') - * } + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. */ /** * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). * - * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + * @include pictos-iconmask('attachment'); * - * @example - * @include pictos-iconmask('attachment'); + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). */ /** * Includes the default styles for toolbar buttons, mostly used as a helper function. * * @param {color} $bg-color Base color to be used for the button. - * @param {color} [$type=$button-gradient] $type Gradient style for the button, will automatically use "recessed" when pressed. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. */ /** * Adds a small text shadow (or highlight) to give the impression of beveled text. @@ -158,35 +189,32 @@ input, textarea, select { /** * Adds basic styles to :before or :after pseudo-elements. * - * @param {measurement} [$width=30px] Height of pseudo-element. - * @param {measurement} [$height=30px] Height of pseudo-element. - * @param {measurement} [$top=0] Top positioning of pseudo-element. - * @param {measurement} [$left=0] Left positioning of pseudo-element. + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. * - * @example - * .my-element:after { - * @include insertion(50px, 50px); - * } */ /** * Makes an element stretch to its parent's bounds. - * */ /** * Colors the text of an element based on lightness of its background. * - * @param {color} $bg-color Background color of element. - * @param {percent} [$contrast=100%] Contrast of text color to its background. + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } * - * @example - * .my-element { - * @include color-by-background(#fff); // Colors text black. - * } + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } * - * @example - * .my-element { - * @include color-by-background(#fff, 40%); // Colors text gray. - * } + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. * */ /** @@ -200,95 +228,83 @@ input, textarea, select { * Creates a background gradient for masked elements, based on the lightness of their background. * * @param {color} $bg-color Background color of element. - * @param {percent} [$percent=100%] Contrast of the new gradient to its background. - * @param {percent} [$style=$base-gradient] Gradient style of the gradient. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. * @see background-gradient * */ +/** + * Makes the element text overflow to use ellipsis. + */ /* line 10, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ html, body { font-family: "Helvetica Neue", HelveticaNeue, "Helvetica-Neue", Helvetica, "BBAlpha Sans", sans-serif; font-weight: normal; position: relative; + -webkit-text-size-adjust: none; +} + +/* line 17, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +body.x-desktop { + overflow: hidden; } -/* line 16, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 21, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ *, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-user-select: none; - -webkit-text-size-adjust: none; -webkit-touch-callout: none; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -} - -/*.x-android {*/ -/*input[type=checkbox], input[type=radio] {*/ -/*-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;*/ -/*}*/ -/*input, textarea {*/ -/*-webkit-tap-highlight-color: rgba(0, 0, 0, 1) !important;*/ -/*}*/ -/*}*/ -/* line 34, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -html, body, .x-body-stretcher { - width: 100%; - height: 100%; + -webkit-user-drag: none; } -/* line 39, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 29, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-ios.x-tablet .x-landscape * { -webkit-text-stroke: 1px transparent; } -/* -.x-ipad { - .x-container, .x-panel, .x-toolbar, .x-mask { - -webkit-transform: translate3d(0, 0, 0); - } -} -*/ -/* line 51, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 33, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ body { font-size: 104%; } -/* line 55, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 37, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ body.x-ios { -webkit-backface-visibility: hidden; } -/* line 59, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 41, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ body.x-android.x-phone { font-size: 116%; } -/* line 63, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 45, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ body.x-ios.x-phone { font-size: 114%; } -/* line 67, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 49, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ body.x-desktop { font-size: 114%; } -/* line 71, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 53, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ input, textarea { -webkit-user-select: text; } -/* line 75, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 57, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-hidden-visibility { visibility: hidden !important; } -/* line 79, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-hidden-display, .x-field-slider .x-field-mask, .x-field-toggle .x-field-mask, .x-field-checkbox .x-field-mask, .x-field-radio .x-field-mask, .x-field-hidden { +/* line 61, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +.x-hidden-display, .x-field-hidden { display: none !important; } -/* line 83, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 65, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-hidden-offsets { position: absolute !important; left: -10000em; @@ -296,87 +312,25 @@ input, textarea { visibility: hidden; } -/* line 90, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 72, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-fullscreen { position: absolute !important; - top: 0px; - left: 0px; } -/* line 96, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 79, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-desktop .x-body-stretcher { margin-bottom: 0px; } -/* line 100, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-scroller-parent { - overflow: hidden !important; -} - -/* line 104, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-scroller-parent, .x-scroller { - position: relative; -} - -/* line 108, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-ios .x-scroller, .x-ios .x-scroller > * { - -webkit-transform: translate3d(0, 0, 0); -} - -/* line 112, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-draggable { - z-index: 1; -} - -/* line 116, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-scrollbar { - position: absolute; - z-index: 10; - -webkit-transition-property: opacity; - -webkit-transition-duration: 250ms; - -webkit-border-radius: 4px; - opacity: 0; -} - -/* line 127, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-android .x-scrollbar { - -webkit-transition-property: none; - -webkit-transition-duration: 0ms; - -webkit-border-radius: 0px; -} - -/* line 133, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-scrollbar-dark { - background-color: rgba(0, 0, 0, 0.6); - border: 1px solid rgba(255, 255, 255, 0.2); -} - -/* line 138, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-scrollbar-light { - background-color: rgba(255, 255, 255, 0.6); - border: 1px solid rgba(0, 0, 0, 0.2); -} - -/* line 143, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-scrollbar-vertical { - top: 0; - right: 4px; - width: 4px; -} - -/* line 149, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-scrollbar-horizontal { - left: 0; - bottom: 4px; - height: 4px; -} - -/* line 155, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 83, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-mask { position: absolute; top: 0; left: 0; - z-index: 8000; + bottom: 0; + right: 0; + height: 100%; + z-index: 10; display: -webkit-box; display: box; -webkit-box-align: center; @@ -385,12 +339,27 @@ input, textarea { box-pack: center; background: rgba(0, 0, 0, 0.3) center center no-repeat; } -/* line 165, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 100, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-mask.x-mask-gray { background-color: rgba(0, 0, 0, 0.5); } -/* line 169, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-mask .x-mask-loading { +/* line 104, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +.x-mask.x-mask-transparent { + background-color: transparent; +} +/* line 108, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +.x-mask .x-mask-inner { + background: rgba(0, 0, 0, 0.25); + color: #fff; + text-align: center; + padding: .4em; + font-size: .95em; + font-weight: bold; + -webkit-border-radius: 0.5em; + border-radius: 0.5em; +} +/* line 118, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +.x-mask .x-loading-spinner-outer { display: -webkit-box; display: box; -webkit-box-orient: vertical; @@ -399,272 +368,264 @@ input, textarea { box-align: center; -webkit-box-pack: center; box-pack: center; - -webkit-border-radius: 0.5em; - border-radius: 0.5em; - color: #fff; - text-align: center; - padding: .4em; - font-weight: bold; - display: block; - width: 8.5em; + width: 100%; + min-width: 8.5em; height: 8.5em; - background: rgba(0, 0, 0, 0.25); } -/* line 185, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-mask .x-loading-spinner { - margin: 1em auto .2em; +/* line 129, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +.x-mask.x-indicator-hidden .x-loading-spinner-outer { + display: none; } -/* line 189, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-mask .x-loading-msg { - font-size: .95em; +/* line 134, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +.x-mask .x-mask-message { text-shadow: rgba(0, 0, 0, 0.5) 0 -0.08em 0; + -webkit-box-flex: 0 !important; + max-width: 13em; + min-width: 8.5em; } -/* line 195, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-floating { - position: absolute !important; - z-index: 10000 !important; - top: 0; - left: 0; +/* line 142, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +.x-draggable { + z-index: 1; } -/* line 202, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 146, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-dragging { opacity: 0.7; } -/* line 206, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 150, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-panel-list { background-color: #bea7a7; } -/* line 211, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 155, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-html { -webkit-user-select: auto; -webkit-touch-callout: inherit; line-height: 1.5; color: #333; font-size: .8em; - padding: 1.2em; + margin: 1.2em; } -/* line 33, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 33, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html body { line-height: 1.5; font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; color: #333333; font-size: 75%; } -/* line 51, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 51, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html h1, .x-html h2, .x-html h3, .x-html h4, .x-html h5, .x-html h6 { font-weight: normal; color: #222222; } -/* line 52, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 52, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html h1 img, .x-html h2 img, .x-html h3 img, .x-html h4 img, .x-html h5 img, .x-html h6 img { margin: 0; } -/* line 53, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 53, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html h1 { font-size: 3em; line-height: 1; margin-bottom: 0.50em; } -/* line 54, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 54, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html h2 { font-size: 2em; margin-bottom: 0.75em; } -/* line 55, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 55, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1.00em; } -/* line 56, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 56, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; } -/* line 57, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 57, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.50em; } -/* line 58, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 58, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html h6 { font-size: 1em; font-weight: bold; } -/* line 59, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 59, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html p { margin: 0 0 1.5em; } -/* line 60, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 60, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html p .left { display: inline; float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; } -/* line 61, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 61, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html p .right { display: inline; float: right; margin: 1.5em 0 1.5em 1.5em; padding: 0; } -/* line 62, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 62, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html a { text-decoration: underline; color: #0066cc; } -/* line 18, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */ +/* line 18, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */ .x-html a:visited { color: #004c99; } -/* line 21, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */ +/* line 21, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */ .x-html a:focus { color: #0099ff; } -/* line 24, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */ +/* line 24, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */ .x-html a:hover { color: #0099ff; } -/* line 27, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */ +/* line 27, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */ .x-html a:active { color: #bf00ff; } -/* line 63, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 63, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html blockquote { margin: 1.5em; color: #666666; font-style: italic; } -/* line 64, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 64, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html strong, .x-html dfn { font-weight: bold; } -/* line 65, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 65, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html em, .x-html dfn { font-style: italic; } -/* line 66, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 66, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html sup, .x-html sub { line-height: 0; } -/* line 67, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 67, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html abbr, .x-html acronym { border-bottom: 1px dotted #666666; } -/* line 68, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 68, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html address { margin: 0 0 1.5em; font-style: italic; } -/* line 69, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 69, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html del { color: #666666; } -/* line 70, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 70, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html pre { margin: 1.5em 0; white-space: pre; } -/* line 71, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 71, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html pre, .x-html code, .x-html tt { font: 1em "andale mono", "lucida console", monospace; line-height: 1.5; } -/* line 72, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 72, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html li ul, .x-html li ol { margin: 0; } -/* line 73, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 73, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html ul, .x-html ol { margin: 0 1.5em 1.5em 0; padding-left: 1.5em; } -/* line 74, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 74, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html ul { list-style-type: disc; } -/* line 75, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 75, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html ol { list-style-type: decimal; } -/* line 76, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 76, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html dl { margin: 0 0 1.5em 0; } -/* line 77, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 77, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html dl dt { font-weight: bold; } -/* line 78, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 78, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html dd { margin-left: 1.5em; } -/* line 79, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 79, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html table { margin-bottom: 1.4em; width: 100%; } -/* line 80, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 80, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html th { font-weight: bold; } -/* line 81, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 81, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html thead th { background: #c3d9ff; } -/* line 82, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 82, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html th, .x-html td, .x-html caption { padding: 4px 10px 4px 5px; } -/* line 85, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 85, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html table.striped tr:nth-child(even) td, .x-html table tr.even td { background: #e5ecf9; } -/* line 86, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 86, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html tfoot { font-style: italic; } -/* line 87, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 87, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html caption { background: #eeeeee; } -/* line 88, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 88, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html .quiet { color: #666666; } -/* line 89, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 89, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html .loud { color: #111111; } -/* line 221, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 165, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-html ul li { list-style-type: circle; } -/* line 224, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 168, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-html ol li { list-style-type: decimal; } -/* line 230, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 174, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-video { background-color: #000; } -/* line 234, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 178, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-sortable .x-dragging { opacity: 1; z-index: 5; } -/* line 239, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 183, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-fullscreen { background: #eeeeee; } @@ -672,85 +633,119 @@ input, textarea { /* line 1, ../themes/stylesheets/sencha-touch/default/widgets/_map.scss */ .x-map { background-color: #edeae2; - width: 100%; - height: 100%; +} +/* line 3, ../themes/stylesheets/sencha-touch/default/widgets/_map.scss */ +.x-map * { + -webkit-box-sizing: content-box; + box-sizing: content-box; } -/* line 7, ../themes/stylesheets/sencha-touch/default/widgets/_map.scss */ +/* line 9, ../themes/stylesheets/sencha-touch/default/widgets/_map.scss */ .x-mask-map { background: transparent !important; } /** - * @global {boolean} [$include-html-style=true] Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). Styles are scoped to .x-html. Set to false to reduce CSS weight. + * @class Global_CSS + * + * Global CSS variables and mixins of Sencha Touch. + */ +/** + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. + */ +/** + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-default-icons=true] Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, and user. Set to false to reduce CSS weight. + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. */ /** - * @global {boolean} [$include-form-sliders=true] Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). */ /** - * @global {boolean} [$include-floating-panels=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. */ /** - * @global {boolean} [$include-default-uis=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-highlights=true] Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-border-radius=true] Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. */ /** - * @global {boolean} [$basic-slider=false] Optionally remove CSS3 effects from the slider component for improved performance. + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. */ /** - * @global {color} [$base-color=#354F6E] The primary color variable from which most elements derive their color scheme. + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. + * @see background-gradient */ /** - * @global {string} [$base-gradient='matte'] The primary gradient variable from which most elements derive their color scheme. + * @var {font-family} $font-family + * The font-family to be used throughout the theme. * @see background-gradient */ /** - * @global {color} [$alert-color=red] Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + */ +/** + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). */ /** - * @global {color} [$confirm-color=#92cf00] Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. */ /** - * @global {color} [$active-color=darken(saturate($base-color, 55%), 10%)] Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + * @var {color} $page-bg-color + * Background color for fullscreen components. */ /** - * @global {color} [$page-bg-color=#eee] Background color for fullscreen components. + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. */ /** - * @global {measurement} [$global-row-height=2.6em] The minimum row height for items like toolbars and list items. + * @class Global_CSS */ /** * Add a background gradient to a selector. * - * @param {color} $bg-color The base color of the gradient. - * @param {string} [$type=$base-gradient] The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + * .my-element { + * @include background-gradient(green, 'recessed') + * } * - * @example - * .my-element { - * @include background-gradient(green, 'recessed') - * } + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. */ /** * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). * - * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + * @include pictos-iconmask('attachment'); * - * @example - * @include pictos-iconmask('attachment'); + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). */ /** * Includes the default styles for toolbar buttons, mostly used as a helper function. * * @param {color} $bg-color Base color to be used for the button. - * @param {color} [$type=$button-gradient] $type Gradient style for the button, will automatically use "recessed" when pressed. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. */ /** * Adds a small text shadow (or highlight) to give the impression of beveled text. @@ -765,35 +760,32 @@ input, textarea { /** * Adds basic styles to :before or :after pseudo-elements. * - * @param {measurement} [$width=30px] Height of pseudo-element. - * @param {measurement} [$height=30px] Height of pseudo-element. - * @param {measurement} [$top=0] Top positioning of pseudo-element. - * @param {measurement} [$left=0] Left positioning of pseudo-element. + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. * - * @example - * .my-element:after { - * @include insertion(50px, 50px); - * } */ /** * Makes an element stretch to its parent's bounds. - * */ /** * Colors the text of an element based on lightness of its background. * - * @param {color} $bg-color Background color of element. - * @param {percent} [$contrast=100%] Contrast of text color to its background. + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } * - * @example - * .my-element { - * @include color-by-background(#fff); // Colors text black. - * } + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } * - * @example - * .my-element { - * @include color-by-background(#fff, 40%); // Colors text gray. - * } + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. * */ /** @@ -807,81 +799,115 @@ input, textarea { * Creates a background gradient for masked elements, based on the lightness of their background. * * @param {color} $bg-color Background color of element. - * @param {percent} [$percent=100%] Contrast of the new gradient to its background. - * @param {percent} [$style=$base-gradient] Gradient style of the gradient. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. * @see background-gradient * */ /** - * @global {boolean} [$include-html-style=true] Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). Styles are scoped to .x-html. Set to false to reduce CSS weight. + * Makes the element text overflow to use ellipsis. + */ +/** + * @class Global_CSS + * + * Global CSS variables and mixins of Sencha Touch. + */ +/** + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. + */ +/** + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-default-icons=true] Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, and user. Set to false to reduce CSS weight. + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. */ /** - * @global {boolean} [$include-form-sliders=true] Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). */ /** - * @global {boolean} [$include-floating-panels=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. */ /** - * @global {boolean} [$include-default-uis=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-highlights=true] Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-border-radius=true] Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. */ /** - * @global {boolean} [$basic-slider=false] Optionally remove CSS3 effects from the slider component for improved performance. + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. */ /** - * @global {color} [$base-color=#354F6E] The primary color variable from which most elements derive their color scheme. + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. + * @see background-gradient */ /** - * @global {string} [$base-gradient='matte'] The primary gradient variable from which most elements derive their color scheme. + * @var {font-family} $font-family + * The font-family to be used throughout the theme. * @see background-gradient */ /** - * @global {color} [$alert-color=red] Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). */ /** - * @global {color} [$confirm-color=#92cf00] Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). */ /** - * @global {color} [$active-color=darken(saturate($base-color, 55%), 10%)] Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. */ /** - * @global {color} [$page-bg-color=#eee] Background color for fullscreen components. + * @var {color} $page-bg-color + * Background color for fullscreen components. */ /** - * @global {measurement} [$global-row-height=2.6em] The minimum row height for items like toolbars and list items. + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. + */ +/** + * @class Global_CSS */ /** * Add a background gradient to a selector. * - * @param {color} $bg-color The base color of the gradient. - * @param {string} [$type=$base-gradient] The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + * .my-element { + * @include background-gradient(green, 'recessed') + * } * - * @example - * .my-element { - * @include background-gradient(green, 'recessed') - * } + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. */ /** * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). * - * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + * @include pictos-iconmask('attachment'); * - * @example - * @include pictos-iconmask('attachment'); + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). */ /** * Includes the default styles for toolbar buttons, mostly used as a helper function. * * @param {color} $bg-color Base color to be used for the button. - * @param {color} [$type=$button-gradient] $type Gradient style for the button, will automatically use "recessed" when pressed. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. */ /** * Adds a small text shadow (or highlight) to give the impression of beveled text. @@ -896,35 +922,32 @@ input, textarea { /** * Adds basic styles to :before or :after pseudo-elements. * - * @param {measurement} [$width=30px] Height of pseudo-element. - * @param {measurement} [$height=30px] Height of pseudo-element. - * @param {measurement} [$top=0] Top positioning of pseudo-element. - * @param {measurement} [$left=0] Left positioning of pseudo-element. + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. * - * @example - * .my-element:after { - * @include insertion(50px, 50px); - * } */ /** * Makes an element stretch to its parent's bounds. - * */ /** * Colors the text of an element based on lightness of its background. * - * @param {color} $bg-color Background color of element. - * @param {percent} [$contrast=100%] Contrast of text color to its background. + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } * - * @example - * .my-element { - * @include color-by-background(#fff); // Colors text black. - * } + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } * - * @example - * .my-element { - * @include color-by-background(#fff, 40%); // Colors text gray. - * } + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. * */ /** @@ -938,81 +961,115 @@ input, textarea { * Creates a background gradient for masked elements, based on the lightness of their background. * * @param {color} $bg-color Background color of element. - * @param {percent} [$percent=100%] Contrast of the new gradient to its background. - * @param {percent} [$style=$base-gradient] Gradient style of the gradient. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. * @see background-gradient * */ /** - * @global {boolean} [$include-html-style=true] Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). Styles are scoped to .x-html. Set to false to reduce CSS weight. + * Makes the element text overflow to use ellipsis. + */ +/** + * @class Global_CSS + * + * Global CSS variables and mixins of Sencha Touch. + */ +/** + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. + */ +/** + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-default-icons=true] Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, and user. Set to false to reduce CSS weight. + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. */ /** - * @global {boolean} [$include-form-sliders=true] Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). */ /** - * @global {boolean} [$include-floating-panels=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. */ /** - * @global {boolean} [$include-default-uis=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-highlights=true] Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-border-radius=true] Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. */ /** - * @global {boolean} [$basic-slider=false] Optionally remove CSS3 effects from the slider component for improved performance. + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. */ /** - * @global {color} [$base-color=#354F6E] The primary color variable from which most elements derive their color scheme. + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. + * @see background-gradient */ /** - * @global {string} [$base-gradient='matte'] The primary gradient variable from which most elements derive their color scheme. + * @var {font-family} $font-family + * The font-family to be used throughout the theme. * @see background-gradient */ /** - * @global {color} [$alert-color=red] Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + */ +/** + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). */ /** - * @global {color} [$confirm-color=#92cf00] Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. */ /** - * @global {color} [$active-color=darken(saturate($base-color, 55%), 10%)] Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + * @var {color} $page-bg-color + * Background color for fullscreen components. */ /** - * @global {color} [$page-bg-color=#eee] Background color for fullscreen components. + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. */ /** - * @global {measurement} [$global-row-height=2.6em] The minimum row height for items like toolbars and list items. + * @class Global_CSS */ /** * Add a background gradient to a selector. * - * @param {color} $bg-color The base color of the gradient. - * @param {string} [$type=$base-gradient] The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + * .my-element { + * @include background-gradient(green, 'recessed') + * } * - * @example - * .my-element { - * @include background-gradient(green, 'recessed') - * } + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. */ /** * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). * - * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + * @include pictos-iconmask('attachment'); * - * @example - * @include pictos-iconmask('attachment'); + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). */ /** * Includes the default styles for toolbar buttons, mostly used as a helper function. * * @param {color} $bg-color Base color to be used for the button. - * @param {color} [$type=$button-gradient] $type Gradient style for the button, will automatically use "recessed" when pressed. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. */ /** * Adds a small text shadow (or highlight) to give the impression of beveled text. @@ -1027,35 +1084,32 @@ input, textarea { /** * Adds basic styles to :before or :after pseudo-elements. * - * @param {measurement} [$width=30px] Height of pseudo-element. - * @param {measurement} [$height=30px] Height of pseudo-element. - * @param {measurement} [$top=0] Top positioning of pseudo-element. - * @param {measurement} [$left=0] Left positioning of pseudo-element. + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. * - * @example - * .my-element:after { - * @include insertion(50px, 50px); - * } */ /** * Makes an element stretch to its parent's bounds. - * */ /** * Colors the text of an element based on lightness of its background. * - * @param {color} $bg-color Background color of element. - * @param {percent} [$contrast=100%] Contrast of text color to its background. + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } * - * @example - * .my-element { - * @include color-by-background(#fff); // Colors text black. - * } + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } * - * @example - * .my-element { - * @include color-by-background(#fff, 40%); // Colors text gray. - * } + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. * */ /** @@ -1069,127 +1123,147 @@ input, textarea { * Creates a background gradient for masked elements, based on the lightness of their background. * * @param {color} $bg-color Background color of element. - * @param {percent} [$percent=100%] Contrast of the new gradient to its background. - * @param {percent} [$style=$base-gradient] Gradient style of the gradient. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. * @see background-gradient * */ /** - * @global {measurement} [$toolbar-spacing=.2em] - * Space between items in a toolbar (like buttons and fields) - * + * Makes the element text overflow to use ellipsis. + */ +/** * @class Ext.Toolbar - * @xtype toolbar */ /** - * @global {string} [$toolbar-gradient=$base-gradient] + * @var {measurement} $toolbar-spacing + * Space between items in a toolbar (like buttons and fields) + */ +/** + * @var {string} $toolbar-gradient * Background gradient style for toolbars. - * - * @class Ext.Toolbar - * @xtype toolbar - * @see background-gradient */ /** - * @global {boolean} [$include-toolbar-uis=$include-default-uis] + * @var {boolean} $include-toolbar-uis * Optionally disable separate toolbar UIs (light and dark). - * - * @class Ext.Toolbar - * @xtype toolbar */ /** * Includes default toolbar styles. - * - * @class Ext.Toolbar - * @xtype toolbar */ /** * Creates a theme UI for toolbars. * + * // SCSS + * @include sencha-toolbar-ui('sub', #58710D, 'glossy'); + * + * // JS + * var myTb = new Ext.Toolbar({title: 'My Green Glossy Toolbar', ui: 'sub'}) + * * @param {string} $ui-label The name of the UI being created. * Can not included spaces or special punctuation (used in class names) * @param {color} $color Base color for the UI. - * @param {string} [$gradient: $toolbar-gradient] Background gradient style for the UI. - * - * @example - * // SCSS - * @include sencha-toolbar-ui('sub', #58710D, 'glossy'); - * - * // JS - * var myTb = new Ext.Toolbar({title: 'My Green Glossy Toolbar', ui: 'sub'}) - * - * @class Ext.Toolbar - * @xtype toolbar + * @param {string} $gradient: $toolbar-gradien Background gradient style for the UI. + */ +/** + * @class Global_CSS + * + * Global CSS variables and mixins of Sencha Touch. */ /** - * @global {boolean} [$include-html-style=true] Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). Styles are scoped to .x-html. Set to false to reduce CSS weight. + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-default-icons=true] Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, and user. Set to false to reduce CSS weight. + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-form-sliders=true] Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. */ /** - * @global {boolean} [$include-floating-panels=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). */ /** - * @global {boolean} [$include-default-uis=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. */ /** - * @global {boolean} [$include-highlights=true] Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-border-radius=true] Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$basic-slider=false] Optionally remove CSS3 effects from the slider component for improved performance. + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. */ /** - * @global {color} [$base-color=#354F6E] The primary color variable from which most elements derive their color scheme. + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. */ /** - * @global {string} [$base-gradient='matte'] The primary gradient variable from which most elements derive their color scheme. + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. * @see background-gradient */ /** - * @global {color} [$alert-color=red] Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + * @var {font-family} $font-family + * The font-family to be used throughout the theme. + * @see background-gradient + */ +/** + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + */ +/** + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). */ /** - * @global {color} [$confirm-color=#92cf00] Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. */ /** - * @global {color} [$active-color=darken(saturate($base-color, 55%), 10%)] Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + * @var {color} $page-bg-color + * Background color for fullscreen components. */ /** - * @global {color} [$page-bg-color=#eee] Background color for fullscreen components. + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. */ /** - * @global {measurement} [$global-row-height=2.6em] The minimum row height for items like toolbars and list items. + * @class Global_CSS */ /** * Add a background gradient to a selector. * - * @param {color} $bg-color The base color of the gradient. - * @param {string} [$type=$base-gradient] The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + * .my-element { + * @include background-gradient(green, 'recessed') + * } * - * @example - * .my-element { - * @include background-gradient(green, 'recessed') - * } + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. */ /** * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). * - * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + * @include pictos-iconmask('attachment'); * - * @example - * @include pictos-iconmask('attachment'); + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). */ /** * Includes the default styles for toolbar buttons, mostly used as a helper function. * * @param {color} $bg-color Base color to be used for the button. - * @param {color} [$type=$button-gradient] $type Gradient style for the button, will automatically use "recessed" when pressed. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. */ /** * Adds a small text shadow (or highlight) to give the impression of beveled text. @@ -1204,35 +1278,32 @@ input, textarea { /** * Adds basic styles to :before or :after pseudo-elements. * - * @param {measurement} [$width=30px] Height of pseudo-element. - * @param {measurement} [$height=30px] Height of pseudo-element. - * @param {measurement} [$top=0] Top positioning of pseudo-element. - * @param {measurement} [$left=0] Left positioning of pseudo-element. + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. * - * @example - * .my-element:after { - * @include insertion(50px, 50px); - * } */ /** * Makes an element stretch to its parent's bounds. - * */ /** * Colors the text of an element based on lightness of its background. * - * @param {color} $bg-color Background color of element. - * @param {percent} [$contrast=100%] Contrast of text color to its background. + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } * - * @example - * .my-element { - * @include color-by-background(#fff); // Colors text black. - * } + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } * - * @example - * .my-element { - * @include color-by-background(#fff, 40%); // Colors text gray. - * } + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. * */ /** @@ -1246,150 +1317,161 @@ input, textarea { * Creates a background gradient for masked elements, based on the lightness of their background. * * @param {color} $bg-color Background color of element. - * @param {percent} [$percent=100%] Contrast of the new gradient to its background. - * @param {percent} [$style=$base-gradient] Gradient style of the gradient. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. * @see background-gradient * */ /** - * @global {measurement} $button-height Default height for buttons. - * - * @class Ext.Button - * @xtype button + * Makes the element text overflow to use ellipsis. */ /** - * @global {measurement} $button-radius Default border-radius for buttons. - * * @class Ext.Button - * @xtype button */ /** - * @global {measurement} $button-stroke-weight Default border width for buttons. - * - * @class Ext.Button - * @xtype button + * @var {measurement} $button-height Default height for buttons. */ /** - * @global {string} $button-gradient Default gradient for buttons. - * - * @class Ext.Button - * @xtype button - * @see background-gradient + * @var {measurement} $button-radius Default border-radius for buttons. */ /** - * @global {string} $toolbar-icon-size Default size (width and height) for toolbar icons. - * - * @class Ext.Button - * @xtype button + * @var {measurement} $button-stroke-weight Default border width for buttons. */ /** - * @global {boolean} $include-button-uis Optionally disable separate button UIs, including action, confirm, and decline. + * @var {string} $button-gradient Default gradient for buttons. * - * @class Ext.Button - * @xtype button + * See {@link Global_CSS#background-gradient background-gradient}. */ /** - * @global {boolean} $include-button-uis Optionally disable special CSS3 effects on buttons including gradients, text-shadows, and box-shadows. - * - * @class Ext.Button - * @xtype button + * @var {string} $toolbar-icon-size Default size (width and height) for toolbar icons. + */ +/** + * @var {boolean} $include-button-uis Optionally disable separate button UIs, including action, confirm, and decline. + */ +/** + * @var {boolean} $include-button-highlights Optionally disable special CSS3 effects on buttons including gradients, text-shadows, and box-shadows. */ /** * Includes default button styles. * - * @class Ext.Button - * @xtype button - * @see background-gradient + * See {@link Global_CSS#background-gradient background-gradient}. */ /** * Creates a theme UI for buttons. * Also automatically generates UIs for {ui-label}-round and {ui-label}-small. * + * // SCSS + * @include sencha-button-ui('secondary', #99A4AE, 'glossy'); + * + * // JS + * var cancelBtn = new Ext.Button({text: 'Cancel', ui: 'secondary'}); + * * @param {string} $ui-label The name of the UI being created. * Can not included spaces or special punctuation (used in class names) * @param {color} $color Base color for the UI. - * @param {string} [$gradient: $button-gradient] Default gradient for the UI. - * - * @example - * // SCSS - * @include sencha-button-ui('secondary', #99A4AE, 'glossy'); - * - * // JS - * var cancelBtn = new Ext.Button({text: 'Cancel', ui: 'secondary'}); - * - * @class Ext.Button - * @xtype button + * @param {string} $gradient Default gradient for the UI. */ /** - * @global {boolean} [$include-html-style=true] Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). Styles are scoped to .x-html. Set to false to reduce CSS weight. + * @class Global_CSS + * + * Global CSS variables and mixins of Sencha Touch. + */ +/** + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. + */ +/** + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-default-icons=true] Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, and user. Set to false to reduce CSS weight. + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. */ /** - * @global {boolean} [$include-form-sliders=true] Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). */ /** - * @global {boolean} [$include-floating-panels=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. */ /** - * @global {boolean} [$include-default-uis=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-highlights=true] Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-border-radius=true] Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. */ /** - * @global {boolean} [$basic-slider=false] Optionally remove CSS3 effects from the slider component for improved performance. + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. */ /** - * @global {color} [$base-color=#354F6E] The primary color variable from which most elements derive their color scheme. + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. + * @see background-gradient */ /** - * @global {string} [$base-gradient='matte'] The primary gradient variable from which most elements derive their color scheme. + * @var {font-family} $font-family + * The font-family to be used throughout the theme. * @see background-gradient */ /** - * @global {color} [$alert-color=red] Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + */ +/** + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). */ /** - * @global {color} [$confirm-color=#92cf00] Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. */ /** - * @global {color} [$active-color=darken(saturate($base-color, 55%), 10%)] Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + * @var {color} $page-bg-color + * Background color for fullscreen components. */ /** - * @global {color} [$page-bg-color=#eee] Background color for fullscreen components. + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. */ /** - * @global {measurement} [$global-row-height=2.6em] The minimum row height for items like toolbars and list items. + * @class Global_CSS */ /** * Add a background gradient to a selector. * - * @param {color} $bg-color The base color of the gradient. - * @param {string} [$type=$base-gradient] The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + * .my-element { + * @include background-gradient(green, 'recessed') + * } * - * @example - * .my-element { - * @include background-gradient(green, 'recessed') - * } + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. */ /** * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). * - * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + * @include pictos-iconmask('attachment'); * - * @example - * @include pictos-iconmask('attachment'); + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). */ /** * Includes the default styles for toolbar buttons, mostly used as a helper function. * * @param {color} $bg-color Base color to be used for the button. - * @param {color} [$type=$button-gradient] $type Gradient style for the button, will automatically use "recessed" when pressed. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. */ /** * Adds a small text shadow (or highlight) to give the impression of beveled text. @@ -1404,35 +1486,32 @@ input, textarea { /** * Adds basic styles to :before or :after pseudo-elements. * - * @param {measurement} [$width=30px] Height of pseudo-element. - * @param {measurement} [$height=30px] Height of pseudo-element. - * @param {measurement} [$top=0] Top positioning of pseudo-element. - * @param {measurement} [$left=0] Left positioning of pseudo-element. + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. * - * @example - * .my-element:after { - * @include insertion(50px, 50px); - * } */ /** * Makes an element stretch to its parent's bounds. - * */ /** * Colors the text of an element based on lightness of its background. * - * @param {color} $bg-color Background color of element. - * @param {percent} [$contrast=100%] Contrast of text color to its background. + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } * - * @example - * .my-element { - * @include color-by-background(#fff); // Colors text black. - * } + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } * - * @example - * .my-element { - * @include color-by-background(#fff, 40%); // Colors text gray. - * } + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. * */ /** @@ -1446,189 +1525,193 @@ input, textarea { * Creates a background gradient for masked elements, based on the lightness of their background. * * @param {color} $bg-color Background color of element. - * @param {percent} [$percent=100%] Contrast of the new gradient to its background. - * @param {percent} [$style=$base-gradient] Gradient style of the gradient. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. * @see background-gradient * */ /** - * @global {boolean} [$include-tabbar-uis=$include-default-uis] Optionally disable separate tabbar UIs (light and dark). - * + * Makes the element text overflow to use ellipsis. + */ +/** * @class Ext.tab.Bar - * @xtype tabbar */ /** - * @global {boolean} [$include-top-tabs=true] + * @var {boolean} $include-tabbar-uis Optionally disable separate tabbar UIs (light and dark). + */ +/** + * @var {boolean} $include-top-tabs * Optionally exclude top tab styles by setting to false. - * - * @class Ext.tab.Bar - * @xtype tabbar */ /** - * @global {boolean} [$include-bottom-tabs=true] + * @var {boolean} $include-bottom-tabs * Optionally exclude bottom tab styles by setting to false. - * - * @class Ext.tab.Bar - * @xtype tabbar */ /** - * @global {color} [$tabs-light=lighten(desaturate($base-color, 10%), 5%)] + * @var {color} $tabs-light * Base color for "light" UI tabs. - * - * @class Ext.tab.Bar - * @xtype tabbar */ /** - * @global {color} [$tabs-light-active=saturate($active-color, 20%)] + * @var {color} $tabs-light-active * Active color for "light" UI tabs. - * - * @class Ext.tab.Bar - * @xtype tabbar */ /** - * @global {color} [$tabs-dark=darken($base-color, 20%)] + * @var {color} $tabs-dark * Base color for "dark" UI tabs. - * - * @class Ext.tab.Bar - * @xtype tabbar */ /** - * @global {color} [$tabs-dark-active=saturate(lighten($active-color, 30%), 70%)] + * @var {color} $tabs-dark-active * Active color for "dark" UI tabs. - * - * @class Ext.tab.Bar - * @xtype tabbar */ /** - * @global {string} [$tabs-bar-gradient=$base-gradient] + * @var {string} $tabs-bar-gradient * Background gradient style for tab bars. - * - * @class Ext.tab.Bar - * @xtype tabbar */ /** - * @global {string} [$tabs-bottom-radius=.25em] - * Border-radius for bottom tabs. - * * @class Ext.tab.Tab - * @xtype tab */ /** - * @global {string} [$tabs-bottom-icon-size=1.65em] + * @var {string} $tabs-bottom-radius + * Border-radius for bottom tabs. + */ +/** + * @var {string} $tabs-bottom-icon-size * Icon size for bottom tabs - * - * @class Ext.tab.Tab - * @xtype tab */ /** - * @global {string} [$tabs-bottom-active-gradient='glossy'] + * @var {string} $tabs-bottom-active-gradient * Background gradient style for active bottom tabs. - * - * @class Ext.tab.Tab - * @xtype tab */ /** * Includes default tab styles. * - * @class Ext.tab.Bar - * @xtype tabbar + * @member Ext.tab.Bar */ /** * Creates a theme UI for tabbar/tab components. * + * // SCSS + * @include sencha-button-ui('pink', #333, 'matte', #AE537A); + * + * // JS + * var tabs = new Ext.tab.Panel({ + * tabBar: { + * ui: 'pink', + * dock: 'bottom', + * layout: { pack: 'center' } + * }, + * ... + * }); + * * @param {string} $ui-label The name of the UI being created. * Can not included spaces or special punctuation (used in class names) * @param {color} $bar-color Base color for the tab bar. * @param {string} $bar-gradient Background gradient style for the tab bar. * @param {color} $tab-active-color Background-color for active tab icons. * - * @example - * // SCSS - * @include sencha-button-ui('pink', #333, 'matte', #AE537A); - * - * // JS - * var tabs = new Ext.tab.Panel({ - * tabBar: { - * ui: 'pink', - * dock: 'bottom', - * layout: { pack: 'center' } - * }, - * ... - * }); - * - * @class Ext.tab.Bar - * @xtype tabbar + * @member Ext.tab.Bar */ /** - * @global {boolean} [$include-html-style=true] Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). Styles are scoped to .x-html. Set to false to reduce CSS weight. + * @class Global_CSS + * + * Global CSS variables and mixins of Sencha Touch. + */ +/** + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. + */ +/** + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-default-icons=true] Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, and user. Set to false to reduce CSS weight. + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. */ /** - * @global {boolean} [$include-form-sliders=true] Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). */ /** - * @global {boolean} [$include-floating-panels=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. */ /** - * @global {boolean} [$include-default-uis=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-highlights=true] Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-border-radius=true] Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. */ /** - * @global {boolean} [$basic-slider=false] Optionally remove CSS3 effects from the slider component for improved performance. + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. */ /** - * @global {color} [$base-color=#354F6E] The primary color variable from which most elements derive their color scheme. + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. + * @see background-gradient */ /** - * @global {string} [$base-gradient='matte'] The primary gradient variable from which most elements derive their color scheme. + * @var {font-family} $font-family + * The font-family to be used throughout the theme. * @see background-gradient */ /** - * @global {color} [$alert-color=red] Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + */ +/** + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). */ /** - * @global {color} [$confirm-color=#92cf00] Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. */ /** - * @global {color} [$active-color=darken(saturate($base-color, 55%), 10%)] Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + * @var {color} $page-bg-color + * Background color for fullscreen components. */ /** - * @global {color} [$page-bg-color=#eee] Background color for fullscreen components. + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. */ /** - * @global {measurement} [$global-row-height=2.6em] The minimum row height for items like toolbars and list items. + * @class Global_CSS */ /** * Add a background gradient to a selector. * - * @param {color} $bg-color The base color of the gradient. - * @param {string} [$type=$base-gradient] The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + * .my-element { + * @include background-gradient(green, 'recessed') + * } * - * @example - * .my-element { - * @include background-gradient(green, 'recessed') - * } + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. */ /** * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). * - * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + * @include pictos-iconmask('attachment'); * - * @example - * @include pictos-iconmask('attachment'); + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). */ /** * Includes the default styles for toolbar buttons, mostly used as a helper function. * * @param {color} $bg-color Base color to be used for the button. - * @param {color} [$type=$button-gradient] $type Gradient style for the button, will automatically use "recessed" when pressed. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. */ /** * Adds a small text shadow (or highlight) to give the impression of beveled text. @@ -1643,35 +1726,32 @@ input, textarea { /** * Adds basic styles to :before or :after pseudo-elements. * - * @param {measurement} [$width=30px] Height of pseudo-element. - * @param {measurement} [$height=30px] Height of pseudo-element. - * @param {measurement} [$top=0] Top positioning of pseudo-element. - * @param {measurement} [$left=0] Left positioning of pseudo-element. + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. * - * @example - * .my-element:after { - * @include insertion(50px, 50px); - * } */ /** * Makes an element stretch to its parent's bounds. - * */ /** * Colors the text of an element based on lightness of its background. * - * @param {color} $bg-color Background color of element. - * @param {percent} [$contrast=100%] Contrast of text color to its background. + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } * - * @example - * .my-element { - * @include color-by-background(#fff); // Colors text black. - * } + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } * - * @example - * .my-element { - * @include color-by-background(#fff, 40%); // Colors text gray. - * } + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. * */ /** @@ -1685,35 +1765,26 @@ input, textarea { * Creates a background gradient for masked elements, based on the lightness of their background. * * @param {color} $bg-color Background color of element. - * @param {percent} [$percent=100%] Contrast of the new gradient to its background. - * @param {percent} [$style=$base-gradient] Gradient style of the gradient. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. * @see background-gradient * */ /** - * @global {measurement} [$carousel-indicator-size=.5em] Size (width/height) of carousel indicator dots. - * - * @class Ext.Carousel.Indicator - * @xtype carouselindicator + * Makes the element text overflow to use ellipsis. */ /** - * @global {measurement} [$carousel-indicator-spacing=.2em] - * Amount of space between carousel indicator dots. - * - * @class Ext.Carousel.Indicator - * @xtype carouselindicator + * @class Ext.carousel.Indicator */ /** - * @global {measurement} [$carousel-track-size=1.5em] Size of the track the carousel indicator dots are in. - * - * @class Ext.Carousel.Indicator - * @xtype carouselindicator + * @var {measurement} $carousel-indicator-size Size (width/height) of carousel indicator dots. */ /** - * Includes basic carousel formatting. - * - * @class Ext.Carousel - * @xtype carousel + * @var {measurement} $carousel-indicator-spacing + * Amount of space between carousel indicator dots. + */ +/** + * @var {measurement} $carousel-track-size Size of the track the carousel indicator dots are in. */ /** * Creates a theme UI for carousel indicator components. @@ -1724,80 +1795,114 @@ input, textarea { * @param {string} $gradient Default gradient for the UI. * @param {color} $active-color Active color for the UI. * @param {string} $active-gradient Active gradient for the UI. - * - * @class Ext.Carousel.Indicator - * @xtype carouselindicator */ /** - * @global {boolean} [$include-html-style=true] Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). Styles are scoped to .x-html. Set to false to reduce CSS weight. + * @class Ext.carousel.Carousel + */ +/** + * Includes basic carousel formatting. + */ +/** + * @class Global_CSS + * + * Global CSS variables and mixins of Sencha Touch. + */ +/** + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. + */ +/** + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-default-icons=true] Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, and user. Set to false to reduce CSS weight. + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. */ /** - * @global {boolean} [$include-form-sliders=true] Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). */ /** - * @global {boolean} [$include-floating-panels=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. */ /** - * @global {boolean} [$include-default-uis=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-highlights=true] Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-border-radius=true] Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. */ /** - * @global {boolean} [$basic-slider=false] Optionally remove CSS3 effects from the slider component for improved performance. + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. */ /** - * @global {color} [$base-color=#354F6E] The primary color variable from which most elements derive their color scheme. + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. + * @see background-gradient */ /** - * @global {string} [$base-gradient='matte'] The primary gradient variable from which most elements derive their color scheme. + * @var {font-family} $font-family + * The font-family to be used throughout the theme. * @see background-gradient */ /** - * @global {color} [$alert-color=red] Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). */ /** - * @global {color} [$confirm-color=#92cf00] Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). */ /** - * @global {color} [$active-color=darken(saturate($base-color, 55%), 10%)] Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. */ /** - * @global {color} [$page-bg-color=#eee] Background color for fullscreen components. + * @var {color} $page-bg-color + * Background color for fullscreen components. */ /** - * @global {measurement} [$global-row-height=2.6em] The minimum row height for items like toolbars and list items. + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. + */ +/** + * @class Global_CSS */ /** * Add a background gradient to a selector. * - * @param {color} $bg-color The base color of the gradient. - * @param {string} [$type=$base-gradient] The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + * .my-element { + * @include background-gradient(green, 'recessed') + * } * - * @example - * .my-element { - * @include background-gradient(green, 'recessed') - * } + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. */ /** * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). * - * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + * @include pictos-iconmask('attachment'); * - * @example - * @include pictos-iconmask('attachment'); + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). */ /** * Includes the default styles for toolbar buttons, mostly used as a helper function. * * @param {color} $bg-color Base color to be used for the button. - * @param {color} [$type=$button-gradient] $type Gradient style for the button, will automatically use "recessed" when pressed. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. */ /** * Adds a small text shadow (or highlight) to give the impression of beveled text. @@ -1812,35 +1917,32 @@ input, textarea { /** * Adds basic styles to :before or :after pseudo-elements. * - * @param {measurement} [$width=30px] Height of pseudo-element. - * @param {measurement} [$height=30px] Height of pseudo-element. - * @param {measurement} [$top=0] Top positioning of pseudo-element. - * @param {measurement} [$left=0] Left positioning of pseudo-element. + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. * - * @example - * .my-element:after { - * @include insertion(50px, 50px); - * } */ /** * Makes an element stretch to its parent's bounds. - * */ /** * Colors the text of an element based on lightness of its background. * - * @param {color} $bg-color Background color of element. - * @param {percent} [$contrast=100%] Contrast of text color to its background. + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } * - * @example - * .my-element { - * @include color-by-background(#fff); // Colors text black. - * } + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } * - * @example - * .my-element { - * @include color-by-background(#fff, 40%); // Colors text gray. - * } + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. * */ /** @@ -1854,108 +1956,133 @@ input, textarea { * Creates a background gradient for masked elements, based on the lightness of their background. * * @param {color} $bg-color Background color of element. - * @param {percent} [$percent=100%] Contrast of the new gradient to its background. - * @param {percent} [$style=$base-gradient] Gradient style of the gradient. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. * @see background-gradient * */ /** - * @global {measurement} [$index-bar-width=2.1em] + * Makes the element text overflow to use ellipsis. + */ +/** + * @class Ext.dataview.IndexBar + */ +/** + * @var {measurement} $index-bar-width * Width of the index bar. - * - * @class Ext.IndexBar - * @xtype indexbar */ /** - * @global {color} [$index-bar-bg-color=hsla(hue($base-color), 10%, 60%, .8)] + * @var {color} $index-bar-bg-color * Background-color of the index bar. - * - * @class Ext.IndexBar - * @xtype indexbar */ /** - * @global {color} [$index-bar-color=darken(desaturate($base-color, 5%), 15%)] + * @var {color} $index-bar-color * Text color of the index bar. - * - * @class Ext.IndexBar - * @xtype indexbar */ /** * Includes default index bar styles. + */ +/** + * @class Global_CSS * - * @class Ext.FormPanel - * @xtype indexbar + * Global CSS variables and mixins of Sencha Touch. + */ +/** + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-html-style=true] Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). Styles are scoped to .x-html. Set to false to reduce CSS weight. + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-default-icons=true] Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, and user. Set to false to reduce CSS weight. + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. */ /** - * @global {boolean} [$include-form-sliders=true] Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). */ /** - * @global {boolean} [$include-floating-panels=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. */ /** - * @global {boolean} [$include-default-uis=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-highlights=true] Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-border-radius=true] Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. */ /** - * @global {boolean} [$basic-slider=false] Optionally remove CSS3 effects from the slider component for improved performance. + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. */ /** - * @global {color} [$base-color=#354F6E] The primary color variable from which most elements derive their color scheme. + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. + * @see background-gradient */ /** - * @global {string} [$base-gradient='matte'] The primary gradient variable from which most elements derive their color scheme. + * @var {font-family} $font-family + * The font-family to be used throughout the theme. * @see background-gradient */ /** - * @global {color} [$alert-color=red] Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + */ +/** + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). */ /** - * @global {color} [$confirm-color=#92cf00] Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. */ /** - * @global {color} [$active-color=darken(saturate($base-color, 55%), 10%)] Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + * @var {color} $page-bg-color + * Background color for fullscreen components. */ /** - * @global {color} [$page-bg-color=#eee] Background color for fullscreen components. + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. */ /** - * @global {measurement} [$global-row-height=2.6em] The minimum row height for items like toolbars and list items. + * @class Global_CSS */ /** * Add a background gradient to a selector. * - * @param {color} $bg-color The base color of the gradient. - * @param {string} [$type=$base-gradient] The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + * .my-element { + * @include background-gradient(green, 'recessed') + * } * - * @example - * .my-element { - * @include background-gradient(green, 'recessed') - * } + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. */ /** * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). * - * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + * @include pictos-iconmask('attachment'); * - * @example - * @include pictos-iconmask('attachment'); + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). */ /** * Includes the default styles for toolbar buttons, mostly used as a helper function. * * @param {color} $bg-color Base color to be used for the button. - * @param {color} [$type=$button-gradient] $type Gradient style for the button, will automatically use "recessed" when pressed. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. */ /** * Adds a small text shadow (or highlight) to give the impression of beveled text. @@ -1970,35 +2097,32 @@ input, textarea { /** * Adds basic styles to :before or :after pseudo-elements. * - * @param {measurement} [$width=30px] Height of pseudo-element. - * @param {measurement} [$height=30px] Height of pseudo-element. - * @param {measurement} [$top=0] Top positioning of pseudo-element. - * @param {measurement} [$left=0] Left positioning of pseudo-element. + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. * - * @example - * .my-element:after { - * @include insertion(50px, 50px); - * } */ /** * Makes an element stretch to its parent's bounds. - * */ /** * Colors the text of an element based on lightness of its background. * - * @param {color} $bg-color Background color of element. - * @param {percent} [$contrast=100%] Contrast of text color to its background. + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } * - * @example - * .my-element { - * @include color-by-background(#fff); // Colors text black. - * } + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } * - * @example - * .my-element { - * @include color-by-background(#fff, 40%); // Colors text gray. - * } + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. * */ /** @@ -2012,151 +2136,159 @@ input, textarea { * Creates a background gradient for masked elements, based on the lightness of their background. * * @param {color} $bg-color Background color of element. - * @param {percent} [$percent=100%] Contrast of the new gradient to its background. - * @param {percent} [$style=$base-gradient] Gradient style of the gradient. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. * @see background-gradient * */ /** - * @global {color} [$list-color=#000] + * Makes the element text overflow to use ellipsis. + */ +/** + * @class Ext.dataview.List + */ +/** + * @var {color} $list-color * Text color for list rows. - * - * @class Ext.List - * @xtype list */ /** - * @global {color} [$list-bg-color=#f7f7f7] + * @var {color} $list-bg-color * Background-color for list rows. - * - * @class Ext.List - * @xtype list */ /** - * @global {color} [$list-pressed-color=lighten($active-color, 50%)] + * @var {color} $include-list-highlights * Background-color for pressed list rows. - * - * @class Ext.List - * @xtype list */ /** - * @global {color} [$list-pressed-color=lighten($active-color, 50%)] + * @var {color} $list-pressed-color * Background-color for pressed list rows. - * - * @class Ext.List - * @xtype list */ /** - * @global {color} [$list-active-color=$active-color] + * @var {color} $list-active-color * Background-color for selected list rows. - * - * @class Ext.List - * @xtype list */ /** - * @global {string} [$list-active-gradient=$base-gradient] + * @var {string} $list-active-gradient * Gradient style for selected list rows. - * - * @class Ext.List - * @xtype list */ /** - * @global {color} [$list-header-bg-color=lighten(saturate($base-color, 10%), 20%)] + * @var {color} $list-header-bg-color * Background-color for list header rows (in grouped lists). - * - * @class Ext.List - * @xtype list */ /** - * @global {string} [$list-header-gradient=$base-gradient] + * @var {string} $list-header-gradient * Gradient style for list header rows (in grouped lists). * - * @class Ext.List - * @xtype list - * @see background-gradient + * See {@link Global_CSS#background-gradient background-gradient}. */ /** - * @global {measurement} [$list-disclosure-size=1.7em] + * @var {measurement} $list-disclosure-size * Default size (width/height) for disclosure icons. - * - * @class Ext.List - * @xtype list */ /** * Includes default list styles. + */ +/** + * @class Global_CSS * - * @class Ext.List - * @xtype list + * Global CSS variables and mixins of Sencha Touch. + */ +/** + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-html-style=true] Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). Styles are scoped to .x-html. Set to false to reduce CSS weight. + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-default-icons=true] Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, and user. Set to false to reduce CSS weight. + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. */ /** - * @global {boolean} [$include-form-sliders=true] Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). */ /** - * @global {boolean} [$include-floating-panels=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. */ /** - * @global {boolean} [$include-default-uis=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-highlights=true] Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-border-radius=true] Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. */ /** - * @global {boolean} [$basic-slider=false] Optionally remove CSS3 effects from the slider component for improved performance. + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. */ /** - * @global {color} [$base-color=#354F6E] The primary color variable from which most elements derive their color scheme. + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. + * @see background-gradient */ /** - * @global {string} [$base-gradient='matte'] The primary gradient variable from which most elements derive their color scheme. + * @var {font-family} $font-family + * The font-family to be used throughout the theme. * @see background-gradient */ /** - * @global {color} [$alert-color=red] Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + */ +/** + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). */ /** - * @global {color} [$confirm-color=#92cf00] Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. */ /** - * @global {color} [$active-color=darken(saturate($base-color, 55%), 10%)] Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + * @var {color} $page-bg-color + * Background color for fullscreen components. */ /** - * @global {color} [$page-bg-color=#eee] Background color for fullscreen components. + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. */ /** - * @global {measurement} [$global-row-height=2.6em] The minimum row height for items like toolbars and list items. + * @class Global_CSS */ /** * Add a background gradient to a selector. * - * @param {color} $bg-color The base color of the gradient. - * @param {string} [$type=$base-gradient] The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + * .my-element { + * @include background-gradient(green, 'recessed') + * } * - * @example - * .my-element { - * @include background-gradient(green, 'recessed') - * } + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. */ /** * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). * - * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + * @include pictos-iconmask('attachment'); * - * @example - * @include pictos-iconmask('attachment'); + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). */ /** * Includes the default styles for toolbar buttons, mostly used as a helper function. * * @param {color} $bg-color Base color to be used for the button. - * @param {color} [$type=$button-gradient] $type Gradient style for the button, will automatically use "recessed" when pressed. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. */ /** * Adds a small text shadow (or highlight) to give the impression of beveled text. @@ -2171,35 +2303,32 @@ input, textarea { /** * Adds basic styles to :before or :after pseudo-elements. * - * @param {measurement} [$width=30px] Height of pseudo-element. - * @param {measurement} [$height=30px] Height of pseudo-element. - * @param {measurement} [$top=0] Top positioning of pseudo-element. - * @param {measurement} [$left=0] Left positioning of pseudo-element. + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. * - * @example - * .my-element:after { - * @include insertion(50px, 50px); - * } */ /** * Makes an element stretch to its parent's bounds. - * */ /** * Colors the text of an element based on lightness of its background. * - * @param {color} $bg-color Background color of element. - * @param {percent} [$contrast=100%] Contrast of text color to its background. + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } * - * @example - * .my-element { - * @include color-by-background(#fff); // Colors text black. - * } + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } * - * @example - * .my-element { - * @include color-by-background(#fff, 40%); // Colors text gray. - * } + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. * */ /** @@ -2213,81 +2342,115 @@ input, textarea { * Creates a background gradient for masked elements, based on the lightness of their background. * * @param {color} $bg-color Background color of element. - * @param {percent} [$percent=100%] Contrast of the new gradient to its background. - * @param {percent} [$style=$base-gradient] Gradient style of the gradient. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. * @see background-gradient * */ /** - * @global {boolean} [$include-html-style=true] Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). Styles are scoped to .x-html. Set to false to reduce CSS weight. + * Makes the element text overflow to use ellipsis. */ /** - * @global {boolean} [$include-default-icons=true] Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, and user. Set to false to reduce CSS weight. + * @class Global_CSS + * + * Global CSS variables and mixins of Sencha Touch. + */ +/** + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. + */ +/** + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. + */ +/** + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. */ /** - * @global {boolean} [$include-form-sliders=true] Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). */ /** - * @global {boolean} [$include-floating-panels=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. */ /** - * @global {boolean} [$include-default-uis=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-highlights=true] Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-border-radius=true] Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. */ /** - * @global {boolean} [$basic-slider=false] Optionally remove CSS3 effects from the slider component for improved performance. + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. */ /** - * @global {color} [$base-color=#354F6E] The primary color variable from which most elements derive their color scheme. + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. + * @see background-gradient */ /** - * @global {string} [$base-gradient='matte'] The primary gradient variable from which most elements derive their color scheme. + * @var {font-family} $font-family + * The font-family to be used throughout the theme. * @see background-gradient */ /** - * @global {color} [$alert-color=red] Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). */ /** - * @global {color} [$confirm-color=#92cf00] Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). */ /** - * @global {color} [$active-color=darken(saturate($base-color, 55%), 10%)] Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. */ /** - * @global {color} [$page-bg-color=#eee] Background color for fullscreen components. + * @var {color} $page-bg-color + * Background color for fullscreen components. */ /** - * @global {measurement} [$global-row-height=2.6em] The minimum row height for items like toolbars and list items. + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. + */ +/** + * @class Global_CSS */ /** * Add a background gradient to a selector. * - * @param {color} $bg-color The base color of the gradient. - * @param {string} [$type=$base-gradient] The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + * .my-element { + * @include background-gradient(green, 'recessed') + * } * - * @example - * .my-element { - * @include background-gradient(green, 'recessed') - * } + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. */ /** * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). * - * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + * @include pictos-iconmask('attachment'); * - * @example - * @include pictos-iconmask('attachment'); + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). */ /** * Includes the default styles for toolbar buttons, mostly used as a helper function. * * @param {color} $bg-color Base color to be used for the button. - * @param {color} [$type=$button-gradient] $type Gradient style for the button, will automatically use "recessed" when pressed. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. */ /** * Adds a small text shadow (or highlight) to give the impression of beveled text. @@ -2302,35 +2465,32 @@ input, textarea { /** * Adds basic styles to :before or :after pseudo-elements. * - * @param {measurement} [$width=30px] Height of pseudo-element. - * @param {measurement} [$height=30px] Height of pseudo-element. - * @param {measurement} [$top=0] Top positioning of pseudo-element. - * @param {measurement} [$left=0] Left positioning of pseudo-element. + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. * - * @example - * .my-element:after { - * @include insertion(50px, 50px); - * } */ /** * Makes an element stretch to its parent's bounds. - * */ /** * Colors the text of an element based on lightness of its background. * - * @param {color} $bg-color Background color of element. - * @param {percent} [$contrast=100%] Contrast of text color to its background. + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } * - * @example - * .my-element { - * @include color-by-background(#fff); // Colors text black. - * } + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } * - * @example - * .my-element { - * @include color-by-background(#fff, 40%); // Colors text gray. - * } + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. * */ /** @@ -2344,178 +2504,194 @@ input, textarea { * Creates a background gradient for masked elements, based on the lightness of their background. * * @param {color} $bg-color Background color of element. - * @param {percent} [$percent=100%] Contrast of the new gradient to its background. - * @param {percent} [$style=$base-gradient] Gradient style of the gradient. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. * @see background-gradient * */ +/** + * Makes the element text overflow to use ellipsis. + */ /** * Includes default form slider styles. * - * @class Ext.form.Slider - * @xtype sliderfield + * @member Ext.field.Slider */ /** - * @global {color} [$form-bg-color=#eee] + * @var {color} $form-bg-color * Default background-color for forms. * - * @class Ext.form.FormPanel - * @xtype form + * @member Ext.form.Panel */ /** - * @global {color} [$form-field-bg-color=#fff] + * @class Ext.field.Field + */ +/** + * @var {color} $form-field-bg-color * Default background-color for form fields. - * - * @class Ext.form.Field - * @xtype field */ /** - * @global {color} [$form-light=#ddd] + * @var {color} $form-light * Light color for form fields, mostly used on field borders. - * - * @class Ext.form.Field - * @xtype field */ /** - * @global {color} [$form-dark=#333] + * @var {color} $form-dark * Dark color for form fields, mostly used on labels/text. - * - * @class Ext.form.Field - * @xtype field */ /** - * @global {measurement} [$form-label-width=6em] + * @var {measurement} $form-label-width * Default width for form labels. - * - * @class Ext.form.Field - * @xtype field */ /** - * @global {measurement} [$form-field-height=2.5em] + * @var {color} $form-label-background-color + * The default background color for labels + */ +/** + * @var {measurement} $form-field-height * Default height for form fields. - * - * @class Ext.form.Field - * @xtype field */ /** - * @global {measurement} [$form-spacing=.6em] + * @var {measurement} $form-spacing * Default spacing for form fields, used for padding, etc. - * - * @class Ext.form.Field - * @xtype field */ /** - * @global {measurement} [$form-textarea-height=6em] + * @var {measurement} $form-textarea-height * Default height for form textareas. * - * @class Ext.form.TextArea - * @xtype textareafield + * @member Ext.field.TextArea */ /** - * @global {measurement} [$form-thumb-size=2.2em] + * @var {measurement} $form-thumb-size * Default size of "thumbs" for form sliders/toggles. * - * @class Ext.form.Slider - * @xtype sliderfield + * @member Ext.field.Slider */ /** - * @global {measurement} [$form-toggle-size=$form-thumb-size - .35em] + * @var {measurement} $form-toggle-size * Thumb size minus padding for inset thumbs like in a Toggle element. * - * @class Ext.form.Toggle - * @xtype togglefield + * @member Ext.field.Toggle */ /** - * @global {measurement} [$form-fieldset-radius=.4em] + * @var {measurement} $form-fieldset-radius * Default border-radius for form fieldsets. * - * @class Ext.form.FieldSet - * @xtype fieldset + * @member Ext.form.FieldSet */ /** - * @global {measurement} [$form-slider-size=.8em] + * @var {measurement} $form-slider-size * Height of the slider "track." * - * @class Ext.form.Slider - * @xtype sliderfield + * @member Ext.field.Slider */ /** * Includes default form styles. * - * @class Ext.form.FormPanel - * @xtype button - * @see background-gradient + * See {@link Global_CSS#background-gradient background-gradient}. + * + * @member Ext.form.Panel */ /** - * @global {boolean} [$include-html-style=true] Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). Styles are scoped to .x-html. Set to false to reduce CSS weight. + * @class Global_CSS + * + * Global CSS variables and mixins of Sencha Touch. + */ +/** + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. + */ +/** + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-default-icons=true] Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, and user. Set to false to reduce CSS weight. + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. */ /** - * @global {boolean} [$include-form-sliders=true] Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). */ /** - * @global {boolean} [$include-floating-panels=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. */ /** - * @global {boolean} [$include-default-uis=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-highlights=true] Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-border-radius=true] Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. */ /** - * @global {boolean} [$basic-slider=false] Optionally remove CSS3 effects from the slider component for improved performance. + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. */ /** - * @global {color} [$base-color=#354F6E] The primary color variable from which most elements derive their color scheme. + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. + * @see background-gradient */ /** - * @global {string} [$base-gradient='matte'] The primary gradient variable from which most elements derive their color scheme. + * @var {font-family} $font-family + * The font-family to be used throughout the theme. * @see background-gradient */ /** - * @global {color} [$alert-color=red] Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + */ +/** + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). */ /** - * @global {color} [$confirm-color=#92cf00] Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. */ /** - * @global {color} [$active-color=darken(saturate($base-color, 55%), 10%)] Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + * @var {color} $page-bg-color + * Background color for fullscreen components. */ /** - * @global {color} [$page-bg-color=#eee] Background color for fullscreen components. + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. */ /** - * @global {measurement} [$global-row-height=2.6em] The minimum row height for items like toolbars and list items. + * @class Global_CSS */ /** * Add a background gradient to a selector. * - * @param {color} $bg-color The base color of the gradient. - * @param {string} [$type=$base-gradient] The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + * .my-element { + * @include background-gradient(green, 'recessed') + * } * - * @example - * .my-element { - * @include background-gradient(green, 'recessed') - * } + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. */ /** * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). * - * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + * @include pictos-iconmask('attachment'); * - * @example - * @include pictos-iconmask('attachment'); + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). */ /** * Includes the default styles for toolbar buttons, mostly used as a helper function. * * @param {color} $bg-color Base color to be used for the button. - * @param {color} [$type=$button-gradient] $type Gradient style for the button, will automatically use "recessed" when pressed. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. */ /** * Adds a small text shadow (or highlight) to give the impression of beveled text. @@ -2530,35 +2706,32 @@ input, textarea { /** * Adds basic styles to :before or :after pseudo-elements. * - * @param {measurement} [$width=30px] Height of pseudo-element. - * @param {measurement} [$height=30px] Height of pseudo-element. - * @param {measurement} [$top=0] Top positioning of pseudo-element. - * @param {measurement} [$left=0] Left positioning of pseudo-element. + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. * - * @example - * .my-element:after { - * @include insertion(50px, 50px); - * } */ /** * Makes an element stretch to its parent's bounds. - * */ /** * Colors the text of an element based on lightness of its background. * - * @param {color} $bg-color Background color of element. - * @param {percent} [$contrast=100%] Contrast of text color to its background. + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } * - * @example - * .my-element { - * @include color-by-background(#fff); // Colors text black. - * } + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } * - * @example - * .my-element { - * @include color-by-background(#fff, 40%); // Colors text gray. - * } + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. * */ /** @@ -2572,121 +2745,142 @@ input, textarea { * Creates a background gradient for masked elements, based on the lightness of their background. * * @param {color} $bg-color Background color of element. - * @param {percent} [$percent=100%] Contrast of the new gradient to its background. - * @param {percent} [$style=$base-gradient] Gradient style of the gradient. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. * @see background-gradient * */ /** - * @global {color} [$sheet-bg-color=transparentize(darken($base-color, 40%), .1)] - * Background-color for action sheets and message boxes. - * + * Makes the element text overflow to use ellipsis. + */ +/** * @class Ext.Sheet - * @xtype actionsheet */ /** - * @global {color} [$sheet-bg-gradient=$base-gradient] + * @var {color} $sheet-bg-color + * Background-color for action sheets and message boxes. + */ +/** + * @var {color} $sheet-bg-gradient * Background gradient style for action sheets and message boxes. - * - * @class Ext.Sheet - * @xtype actionsheet */ /** - * @global {measurement} [$sheet-button-spacing=.5em] + * @var {measurement} $sheet-button-spacing * Vertical spacing between sheet buttons. - * - * @class Ext.Sheet - * @xtype actionsheet */ /** - * @global {measurement} [$sheet-padding=.7em] + * @var {measurement} $sheet-padding * Overall padding in a sheet. - * - * @class Ext.Sheet - * @xtype actionsheet */ /** * Includes default sheet styles (also required for message box). - * - * @class Ext.Sheet - * @xtype actionsheet */ /** * Includes default message box styles. * - * @class Ext.MessageBox - * @xtype messagebox + * @member Ext.MessageBox + */ +/** + * @class Global_CSS + * + * Global CSS variables and mixins of Sencha Touch. + */ +/** + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-html-style=true] Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). Styles are scoped to .x-html. Set to false to reduce CSS weight. + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-default-icons=true] Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, and user. Set to false to reduce CSS weight. + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. */ /** - * @global {boolean} [$include-form-sliders=true] Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). */ /** - * @global {boolean} [$include-floating-panels=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. */ /** - * @global {boolean} [$include-default-uis=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-highlights=true] Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-border-radius=true] Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. */ /** - * @global {boolean} [$basic-slider=false] Optionally remove CSS3 effects from the slider component for improved performance. + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. */ /** - * @global {color} [$base-color=#354F6E] The primary color variable from which most elements derive their color scheme. + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. + * @see background-gradient */ /** - * @global {string} [$base-gradient='matte'] The primary gradient variable from which most elements derive their color scheme. + * @var {font-family} $font-family + * The font-family to be used throughout the theme. * @see background-gradient */ /** - * @global {color} [$alert-color=red] Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + */ +/** + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). */ /** - * @global {color} [$confirm-color=#92cf00] Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. */ /** - * @global {color} [$active-color=darken(saturate($base-color, 55%), 10%)] Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + * @var {color} $page-bg-color + * Background color for fullscreen components. */ /** - * @global {color} [$page-bg-color=#eee] Background color for fullscreen components. + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. */ /** - * @global {measurement} [$global-row-height=2.6em] The minimum row height for items like toolbars and list items. + * @class Global_CSS */ /** * Add a background gradient to a selector. * - * @param {color} $bg-color The base color of the gradient. - * @param {string} [$type=$base-gradient] The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + * .my-element { + * @include background-gradient(green, 'recessed') + * } * - * @example - * .my-element { - * @include background-gradient(green, 'recessed') - * } + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. */ /** * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). * - * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + * @include pictos-iconmask('attachment'); * - * @example - * @include pictos-iconmask('attachment'); + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). */ /** * Includes the default styles for toolbar buttons, mostly used as a helper function. * * @param {color} $bg-color Base color to be used for the button. - * @param {color} [$type=$button-gradient] $type Gradient style for the button, will automatically use "recessed" when pressed. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. */ /** * Adds a small text shadow (or highlight) to give the impression of beveled text. @@ -2701,35 +2895,32 @@ input, textarea { /** * Adds basic styles to :before or :after pseudo-elements. * - * @param {measurement} [$width=30px] Height of pseudo-element. - * @param {measurement} [$height=30px] Height of pseudo-element. - * @param {measurement} [$top=0] Top positioning of pseudo-element. - * @param {measurement} [$left=0] Left positioning of pseudo-element. + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. * - * @example - * .my-element:after { - * @include insertion(50px, 50px); - * } */ /** * Makes an element stretch to its parent's bounds. - * */ /** * Colors the text of an element based on lightness of its background. * - * @param {color} $bg-color Background color of element. - * @param {percent} [$contrast=100%] Contrast of text color to its background. + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } * - * @example - * .my-element { - * @include color-by-background(#fff); // Colors text black. - * } + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } * - * @example - * .my-element { - * @include color-by-background(#fff, 40%); // Colors text gray. - * } + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. * */ /** @@ -2743,130 +2934,484 @@ input, textarea { * Creates a background gradient for masked elements, based on the lightness of their background. * * @param {color} $bg-color Background color of element. - * @param {percent} [$percent=100%] Contrast of the new gradient to its background. - * @param {percent} [$style=$base-gradient] Gradient style of the gradient. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. * @see background-gradient * */ /** - * @global {color} [$toolbar-input-bg=#fff] + * Makes the element text overflow to use ellipsis. + */ +/** + * @class Ext.field.Field + */ +/** + * @var {color} $toolbar-input-bg * Background-color for toolbar form fields. - * - * @class Ext.form.Field - * @xtype field */ /** - * @global {color} [$toolbar-input-color=#000] + * @var {color} $toolbar-input-color * Text color for toolbar form fields. - * - * @class Ext.form.Field - * @xtype field */ /** - * @global {measurement} [$toolbar-input-height=1.5em] + * @var {measurement} $toolbar-input-height * Text color for toolbar form fields. - * - * @class Ext.form.Field - * @xtype field */ /** - * @global {color} [$toolbar-input-border-color=rgba(#000, .5)] + * @var {color} $toolbar-input-border-color * Border color for toolbar form fields. - * - * @class Ext.form.Field - * @xtype field */ /** * Includes default toolbar form field styles. * - * @class Ext.tab.Bar - * @xtype tabbar + * @member Ext.tab.Bar */ /** - * @global {color} [$loading-spinner-color=#aaa] - * Background-color for the bars in the loading spinner. - * * @class Ext.LoadMask */ +/** + * @var {color} $loading-spinner-color + * Background-color for the bars in the loading spinner. + */ /** * Includes default loading spinner styles (for dataviews). + */ +/** + * @class Global_CSS * - * @class Ext.LoadMask + * Global CSS variables and mixins of Sencha Touch. */ -/* line 7, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ -.x-panel, -.x-panel-body { - position: relative; -} - -/* line 12, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ -.x-floating.x-panel, .x-floating.x-carousel { - padding: 6px; - -webkit-border-radius: 0.3em; - border-radius: 0.3em; - -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0 0.2em 0.6em; - background-color: black; - background-image: none; -} -/* line 18, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ -.x-floating.x-panel.x-panel-light, .x-floating.x-carousel.x-panel-light { - background-color: #333333; - background-image: none; -} - -/* line 23, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ -.x-floating .x-panel-body, .x-floating .x-carousel-body { - background-color: #fff; - -webkit-border-radius: 0.3em; - border-radius: 0.3em; -} - -/* line 31, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ -.x-anchor { - width: 1.631em; - height: 0.7em; - position: absolute; - z-index: 1; - -webkit-mask: 0 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAPCAYAAABut3YUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPZJREFUeNpi/PX7LwOFwAyIG6HseiA+Ra5BjBQ6xg+IVwAxJ5T/HYgjgHgTOYYxUeCQUiBeh+QQBih7HVSOLiHDDMSTgTiTgLrpQJwLxH9p5RhOaLT4EakeFF3RQPyF2o6RhkaBGYkheRmIPYH4KbXSjC4QnyTDIch6danhGCcgPgwNGXKBNNQMb0ocEwXE24GYn4FyADJjI76Ej88x7UC8FIjZGKgHQDlxGtRsZmISMMjy+dBQoSXYBC0gv+NyDD80xzgx0AeAqg4fIH6NHk0qQHyMjg6B1WvHYDkNFjIgwS1ALMowMOAjEAeBHINe2Q0U+AUQYACQ10C2QNhRogAAAABJRU5ErkJggg==') no-repeat; - -webkit-mask-size: 1.631em 0.7em; - overflow: hidden; - background-color: black; -} -/* line 41, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ -.x-anchor.x-anchor-bottom { - -webkit-transform: rotate(180deg); - background-color: black; -} -/* line 46, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ -.x-anchor.x-anchor-left { - -webkit-transform: rotate(270deg); -} -/* line 50, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ -.x-anchor.x-anchor-right { - -webkit-transform: rotate(90deg); -} - -/* line 55, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ -.x-floating.x-panel-light:after { - background-color: #333333; -} - -/* line 74, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button { - -webkit-background-clip: padding; - background-clip: padding-box; - -webkit-border-radius: 0.4em; - border-radius: 0.4em; - display: -webkit-box; - display: box; - -webkit-box-align: center; - box-align: center; - min-height: 1.8em; +/** + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. + */ +/** + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. + */ +/** + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + */ +/** + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + */ +/** + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. + */ +/** + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. + */ +/** + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + */ +/** + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. + */ +/** + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. + */ +/** + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. + * @see background-gradient + */ +/** + * @var {font-family} $font-family + * The font-family to be used throughout the theme. + * @see background-gradient + */ +/** + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + */ +/** + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + */ +/** + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + */ +/** + * @var {color} $page-bg-color + * Background color for fullscreen components. + */ +/** + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. + */ +/** + * @class Global_CSS + */ +/** + * Add a background gradient to a selector. + * + * .my-element { + * @include background-gradient(green, 'recessed') + * } + * + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + */ +/** + * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). + * + * @include pictos-iconmask('attachment'); + * + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + */ +/** + * Includes the default styles for toolbar buttons, mostly used as a helper function. + * + * @param {color} $bg-color Base color to be used for the button. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. + */ +/** + * Adds a small text shadow (or highlight) to give the impression of beveled text. + * + * @param {string} $type Either shadow or highlight, decides whether to apply a light shadow or dark. + */ +/** + * Adds a small box shadow (or highlight) to give the impression of being beveled. + * + * @param {string} $type Either shadow or highlight, decides whether to apply a light shadow or dark. + */ +/** + * Adds basic styles to :before or :after pseudo-elements. + * + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. + * + */ +/** + * Makes an element stretch to its parent's bounds. + */ +/** + * Colors the text of an element based on lightness of its background. + * + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } + * + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } + * + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. + * + */ +/** + * Bevels the text based on its background. + * + * @param {color} $bg-color Background color of element. + * @see bevel-text + * + */ +/** + * Creates a background gradient for masked elements, based on the lightness of their background. + * + * @param {color} $bg-color Background color of element. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. + * @see background-gradient + * + */ +/** + * Makes the element text overflow to use ellipsis. + */ +/* line 3, ../themes/stylesheets/sencha-touch/default/widgets/_img.scss */ +.x-img { + background-repeat: no-repeat; +} + +/** + * @class Global_CSS + * + * Global CSS variables and mixins of Sencha Touch. + */ +/** + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. + */ +/** + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. + */ +/** + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + */ +/** + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + */ +/** + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. + */ +/** + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. + */ +/** + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + */ +/** + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. + */ +/** + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. + */ +/** + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. + * @see background-gradient + */ +/** + * @var {font-family} $font-family + * The font-family to be used throughout the theme. + * @see background-gradient + */ +/** + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + */ +/** + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + */ +/** + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + */ +/** + * @var {color} $page-bg-color + * Background color for fullscreen components. + */ +/** + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. + */ +/** + * @class Global_CSS + */ +/** + * Add a background gradient to a selector. + * + * .my-element { + * @include background-gradient(green, 'recessed') + * } + * + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + */ +/** + * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). + * + * @include pictos-iconmask('attachment'); + * + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + */ +/** + * Includes the default styles for toolbar buttons, mostly used as a helper function. + * + * @param {color} $bg-color Base color to be used for the button. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. + */ +/** + * Adds a small text shadow (or highlight) to give the impression of beveled text. + * + * @param {string} $type Either shadow or highlight, decides whether to apply a light shadow or dark. + */ +/** + * Adds a small box shadow (or highlight) to give the impression of being beveled. + * + * @param {string} $type Either shadow or highlight, decides whether to apply a light shadow or dark. + */ +/** + * Adds basic styles to :before or :after pseudo-elements. + * + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. + * + */ +/** + * Makes an element stretch to its parent's bounds. + */ +/** + * Colors the text of an element based on lightness of its background. + * + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } + * + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } + * + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. + * + */ +/** + * Bevels the text based on its background. + * + * @param {color} $bg-color Background color of element. + * @see bevel-text + * + */ +/** + * Creates a background gradient for masked elements, based on the lightness of their background. + * + * @param {color} $bg-color Background color of element. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. + * @see background-gradient + * + */ +/** + * Makes the element text overflow to use ellipsis. + */ +/* line 3, ../themes/stylesheets/sencha-touch/default/widgets/_media.scss */ +.x-video { + height: 100%; + width: 100%; +} + +/* line 8, ../themes/stylesheets/sencha-touch/default/widgets/_media.scss */ +.x-video > * { + height: 100%; + width: 100%; + position: absolute; +} + +/* line 14, ../themes/stylesheets/sencha-touch/default/widgets/_media.scss */ +.x-video-ghost { + -webkit-background-size: 100% auto; + background: black url() center center no-repeat; +} + +/* line 19, ../themes/stylesheets/sencha-touch/default/widgets/_media.scss */ +audio { + width: 100%; +} + +/* line 8, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ +.x-panel, +.x-msgbox, +.x-panel-body { + position: relative; +} + +/* line 15, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ +.x-panel.x-floating, +.x-msgbox.x-floating, +.x-form.x-floating { + padding: 6px; + -webkit-border-radius: 0.3em; + border-radius: 0.3em; + -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0 0.2em 0.6em; + background-color: black; + background-image: none; +} +/* line 21, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ +.x-panel.x-floating.x-floating-light, +.x-msgbox.x-floating.x-floating-light, +.x-form.x-floating.x-floating-light { + background-color: #333333; + background-image: none; +} +/* line 26, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ +.x-panel.x-floating .x-body, +.x-panel.x-floating .x-scroll-view, +.x-msgbox.x-floating .x-body, +.x-msgbox.x-floating .x-scroll-view, +.x-form.x-floating .x-body, +.x-form.x-floating .x-scroll-view { + background-color: #fff; + -webkit-border-radius: 0.3em; + border-radius: 0.3em; +} + +/* line 35, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ +.x-anchor { + width: 1.631em; + height: 0.7em; + position: absolute; + z-index: 1; + -webkit-mask: 0 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAPCAYAAABut3YUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPZJREFUeNpi/PX7LwOFwAyIG6HseiA+Ra5BjBQ6xg+IVwAxJ5T/HYgjgHgTOYYxUeCQUiBeh+QQBih7HVSOLiHDDMSTgTiTgLrpQJwLxH9p5RhOaLT4EakeFF3RQPyF2o6RhkaBGYkheRmIPYH4KbXSjC4QnyTDIch6danhGCcgPgwNGXKBNNQMb0ocEwXE24GYn4FyADJjI76Ej88x7UC8FIjZGKgHQDlxGtRsZmISMMjy+dBQoSXYBC0gv+NyDD80xzgx0AeAqg4fIH6NHk0qQHyMjg6B1WvHYDkNFjIgwS1ALMowMOAjEAeBHINe2Q0U+AUQYACQ10C2QNhRogAAAABJRU5ErkJggg==') no-repeat; + -webkit-mask-size: 1.631em 0.7em; + overflow: hidden; + background-color: black; +} +/* line 45, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ +.x-anchor.x-anchor-bottom { + -webkit-transform: rotate(180deg); + background-color: black; +} +/* line 50, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ +.x-anchor.x-anchor-left { + -webkit-transform: rotate(270deg); +} +/* line 54, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ +.x-anchor.x-anchor-right { + -webkit-transform: rotate(90deg); +} + +/* line 59, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ +.x-floating.x-panel-light:after { + background-color: #333333; +} + +/* line 56, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button { + -webkit-background-clip: padding; + background-clip: padding-box; + -webkit-border-radius: 0.4em; + border-radius: 0.4em; + display: -webkit-box; + display: box; + -webkit-box-align: center; + box-align: center; + min-height: 1.8em !important; padding: .3em .6em; position: relative; overflow: hidden; } -/* line 52, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 55, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button, .x-toolbar .x-button { border: 0.1em solid #999999; border-top-color: #a6a6a6; @@ -2874,111 +3419,121 @@ input, textarea { text-shadow: rgba(255, 255, 255, 0.25) 0 0.08em 0; -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 0.1em 0; } -/* line 57, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 60, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-back:before, .x-button.x-button-forward:before, .x-toolbar .x-button.x-button-back:before, .x-toolbar .x-button.x-button-forward:before { background: #999999; } -/* line 61, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 64, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button, .x-button.x-button-back:after, .x-button.x-button-forward:after, .x-toolbar .x-button, .x-toolbar .x-button.x-button-back:after, .x-toolbar .x-button.x-button-forward:after { background-color: #cccccc; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(2%, #f2f2f2), color-stop(30%, #e0e0e0), color-stop(65%, #cccccc), color-stop(100%, #b3b3b3)); + background-image: -webkit-linear-gradient(#ffffff, #f2f2f2 2%, #e0e0e0 30%, #cccccc 65%, #b3b3b3); background-image: linear-gradient(#ffffff, #f2f2f2 2%, #e0e0e0 30%, #cccccc 65%, #b3b3b3); } -/* line 65, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-button img.x-icon-mask, .x-toolbar .x-button img.x-icon-mask { +/* line 68, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-button .x-button-icon.x-icon-mask, .x-toolbar .x-button .x-button-icon.x-icon-mask { background-color: black; background-image: none; } -/* line 74, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 77, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-pressed, .x-button.x-button-active, .x-toolbar .x-button.x-button-pressed, .x-toolbar .x-button.x-button-active { -webkit-box-shadow: inset #aaa1a1 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0; } -/* line 75, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 78, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-pressed, .x-button.x-button-pressed:after, .x-button.x-button-active, .x-button.x-button-active:after, .x-toolbar .x-button.x-button-pressed, .x-toolbar .x-button.x-button-pressed:after, .x-toolbar .x-button.x-button-active, .x-toolbar .x-button.x-button-active:after { background-color: #bababa; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a1a1a1), color-stop(10%, #adadad), color-stop(65%, #bababa), color-stop(100%, #bbbbbb)); + background-image: -webkit-linear-gradient(#a1a1a1, #adadad 10%, #bababa 65%, #bbbbbb); background-image: linear-gradient(#a1a1a1, #adadad 10%, #bababa 65%, #bbbbbb); } -/* line 86, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button img { +/* line 68, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button .x-button-icon { width: 2.1em; height: 2.1em; background-repeat: no-repeat; background-position: center; display: block; } -/* line 93, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button img.x-icon-mask { +/* line 75, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button .x-button-icon.x-icon-mask { width: 1.3em; height: 1.3em; -webkit-mask-size: 1.3em; } -/* line 100, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button.x-item-disabled .x-button-label, .x-button.x-item-disabled .x-hasbadge .x-badge, .x-hasbadge .x-button.x-item-disabled .x-badge, .x-button.x-item-disabled img { +/* line 82, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button.x-item-disabled .x-button-label, .x-button.x-item-disabled .x-hasbadge .x-badge, .x-hasbadge .x-button.x-item-disabled .x-badge, .x-button.x-item-disabled .x-button-icon { opacity: .5; } -/* line 105, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 87, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-button-round, .x-button.x-button-action-round, .x-button.x-button-confirm-round, .x-button.x-button-decline-round { -webkit-border-radius: 0.9em; border-radius: 0.9em; padding: 0.1em 0.9em; } -/* line 110, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 92, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-button-small, .x-button.x-button-action-small, .x-button.x-button-confirm-small, .x-button.x-button-decline-small, .x-toolbar .x-button-small, .x-toolbar .x-button.x-button-action-small, .x-toolbar .x-button.x-button-confirm-small, .x-toolbar .x-button.x-button-decline-small { -webkit-border-radius: 0.3em; border-radius: 0.3em; padding: .2em .4em; min-height: 0; } -/* line 115, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 97, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-button-small .x-button-label, .x-button.x-button-action-small .x-button-label, .x-button.x-button-confirm-small .x-button-label, .x-button.x-button-decline-small .x-button-label, .x-button-small .x-hasbadge .x-badge, .x-hasbadge .x-button-small .x-badge, .x-button.x-button-action-small .x-hasbadge .x-badge, .x-hasbadge .x-button.x-button-action-small .x-badge, .x-button.x-button-confirm-small .x-hasbadge .x-badge, .x-hasbadge .x-button.x-button-confirm-small .x-badge, .x-button.x-button-decline-small .x-hasbadge .x-badge, .x-hasbadge .x-button.x-button-decline-small .x-badge, .x-toolbar .x-button-small .x-button-label, .x-toolbar .x-button.x-button-action-small .x-button-label, .x-toolbar .x-button.x-button-confirm-small .x-button-label, .x-toolbar .x-button.x-button-decline-small .x-button-label, .x-toolbar .x-button-small .x-hasbadge .x-badge, .x-hasbadge .x-toolbar .x-button-small .x-badge, .x-toolbar .x-button.x-button-action-small .x-hasbadge .x-badge, .x-hasbadge .x-toolbar .x-button.x-button-action-small .x-badge, .x-toolbar .x-button.x-button-confirm-small .x-hasbadge .x-badge, .x-hasbadge .x-toolbar .x-button.x-button-confirm-small .x-badge, .x-toolbar .x-button.x-button-decline-small .x-hasbadge .x-badge, .x-hasbadge .x-toolbar .x-button.x-button-decline-small .x-badge { font-size: .6em; } -/* line 119, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button-small img, .x-button.x-button-action-small img, .x-button.x-button-confirm-small img, .x-button.x-button-decline-small img, .x-toolbar .x-button-small img, .x-toolbar .x-button.x-button-action-small img, .x-toolbar .x-button.x-button-confirm-small img, .x-toolbar .x-button.x-button-decline-small img { +/* line 101, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button-small .x-button-icon, .x-button.x-button-action-small .x-button-icon, .x-button.x-button-confirm-small .x-button-icon, .x-button.x-button-decline-small .x-button-icon, .x-toolbar .x-button-small .x-button-icon, .x-toolbar .x-button.x-button-action-small .x-button-icon, .x-toolbar .x-button.x-button-confirm-small .x-button-icon, .x-toolbar .x-button.x-button-decline-small .x-button-icon { width: .75em; height: .75em; } -/* line 126, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 108, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-iconalign-left, .x-icon-align-right { -webkit-box-orient: horizontal; box-orient: horizontal; - -webkit-box-direction: reverse; - box-direction: reverse; } -/* line 130, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 111, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-iconalign-top, .x-iconalign-bottom { -webkit-box-orient: vertical; box-orient: vertical; } -/* line 133, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 114, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-iconalign-bottom, .x-iconalign-right { - -webkit-box-direction: normal; - box-direction: normal; -} - -/* line 136, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-iconalign-left, .x-iconalign-top { -webkit-box-direction: reverse; box-direction: reverse; } -/* line 139, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 117, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-iconalign-center { + -webkit-box-pack: center; + box-pack: center; +} + +/* line 120, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-iconalign-left .x-button-label, .x-iconalign-left .x-hasbadge .x-badge, .x-hasbadge .x-iconalign-left .x-badge { margin-left: 0.3em; } -/* line 142, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 123, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-iconalign-right .x-button-label, .x-iconalign-right .x-hasbadge .x-badge, .x-hasbadge .x-iconalign-right .x-badge { margin-right: 0.3em; } -/* line 147, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 126, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-iconalign-top .x-button-label, .x-iconalign-top .x-hasbadge .x-badge, .x-hasbadge .x-iconalign-top .x-badge { + margin-top: 0.3em; +} + +/* line 129, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-iconalign-bottom .x-button-label, .x-iconalign-bottom .x-hasbadge .x-badge, .x-hasbadge .x-iconalign-bottom .x-badge { + margin-bottom: 0.3em; +} + +/* line 134, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-button-label, .x-hasbadge .x-badge { -webkit-box-flex: 1; box-flex: 1; @@ -2993,24 +3548,24 @@ input, textarea { overflow: hidden; } -/* line 160, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 147, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-toolbar .x-button { margin: 0 .2em; padding: .3em .6em; } -/* line 164, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 151, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-toolbar .x-button .x-button-label, .x-toolbar .x-button .x-hasbadge .x-badge, .x-hasbadge .x-toolbar .x-button .x-badge { font-size: .7em; } -/* line 181, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 168, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-button-forward, .x-button-back { position: relative; overflow: visible; height: 1.8em; z-index: 1; } -/* line 186, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 173, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-button-forward:before, .x-button-forward:after, .x-button-back:before, .x-button-back:after { content: ""; position: absolute; @@ -3024,40 +3579,49 @@ input, textarea { overflow: hidden; } -/* line 195, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button-back, .x-toolbar .x-button-back { +/* line 183, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button-back, +.x-toolbar .x-button-back { margin-left: 0.828em; padding-left: .4em; } -/* line 198, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button-back:before, .x-toolbar .x-button-back:before { +/* line 186, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button-back:before, +.x-toolbar .x-button-back:before { left: -0.693em; } -/* line 201, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button-back:after, .x-toolbar .x-button-back:after { +/* line 189, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button-back:after, +.x-toolbar .x-button-back:after { left: -0.628em; } -/* line 206, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button-forward, .x-toolbar .x-button-forward { +/* line 195, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button-forward, +.x-toolbar .x-button-forward { margin-right: 0.828em; padding-right: .4em; } -/* line 209, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button-forward:before, .x-button-forward:after, .x-toolbar .x-button-forward:before, .x-toolbar .x-button-forward:after { +/* line 198, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button-forward:before, .x-button-forward:after, +.x-toolbar .x-button-forward:before, +.x-toolbar .x-button-forward:after { -webkit-mask: -0.145em 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAABGCAYAAADb7SQ4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAXlJREFUaN7lmTFqAlEQhh8EhFSCYJXW1law9QAewMrWAwQWAmmtbPcGHiCQ1gPYCla2QsDKSsgmQecvFqImu2/fzry/2OLb9mt23vwz47Kvn5MwEFxM8DkLB6HHEIOd0GGIwUpoMcRgyRKDOUsMJizxpzBiiMFR6DPEeZl1GWKwFh4ZYvAmPDDEqmVWVQxmLPG3MGaIVcosVAz2whNDDDZCmyEG7yFlpiEGKUsMEpb4XKXMtMXeiVVb7J1YLcRgW1ZmVuLSxGopLkys1mLwwhL/mVhjie8Sayxx3kp7DPFVYo0tzhNriyEGU5Z40TjxtDE/F6WcDowHBE/msDFNImG0xZQRBAonDCvxhhH2vKZIZ9Ds+7EDfaWFnKZ4xhja5owxdcnYCAQv1p1Gi4sprn08cZbDt6ZYZasXIn5mLFHTjLCvVt1V+4rVt/M+4r3FPaJMbHaBKRKb3pyKxKZXtv/Er4yjZpRL6q042u34tzh4xV9H/FHnqBHKBQeEd6aqqwD6AAAAAElFTkSuQmCC') no-repeat; } -/* line 212, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button-forward:before, .x-toolbar .x-button-forward:before { +/* line 201, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button-forward:before, +.x-toolbar .x-button-forward:before { right: -0.693em; } -/* line 215, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button-forward:after, .x-toolbar .x-button-forward:after { +/* line 204, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button-forward:after, +.x-toolbar .x-button-forward:after { right: -0.628em; } -/* line 222, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button.x-button-plain, .x-toolbar .x-button.x-button-plain { +/* line 212, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button.x-button-plain, +.x-toolbar .x-button.x-button-plain { background: none; border: 0 none; -webkit-box-shadow: none; @@ -3066,67 +3630,70 @@ input, textarea { border-radius: none; min-height: 0; text-shadow: none; - height: auto; line-height: auto; - margin: -1.5em -0.5em; - padding: 1.3em 1em; - height: 1.8em; + height: auto; + padding: 0.5em; } -/* line 236, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button.x-button-plain > *, .x-toolbar .x-button.x-button-plain > * { +/* line 223, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button.x-button-plain > *, +.x-toolbar .x-button.x-button-plain > * { overflow: visible; - margin-top: -0.75em; } -/* line 241, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button.x-button-plain img, .x-toolbar .x-button.x-button-plain img { +/* line 227, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button.x-button-plain .x-button-icon, +.x-toolbar .x-button.x-button-plain .x-button-icon { -webkit-mask-size: 1.4em; width: 1.4em; height: 1.4em; } -/* line 247, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button.x-button-plain.x-button-pressed, .x-toolbar .x-button.x-button-plain.x-button-pressed { +/* line 233, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button.x-button-plain.x-button-pressed, +.x-toolbar .x-button.x-button-plain.x-button-pressed { background: none; -webkit-box-shadow: none; background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 24, color-stop(0%, rgba(255, 255, 255, 0.7)), color-stop(100%, rgba(255, 255, 255, 0))); + background-image: -webkit-radial-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0) 24px); background-image: radial-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0) 24px); } -/* line 253, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button.x-button-plain.x-button-pressed img, .x-toolbar .x-button.x-button-plain.x-button-pressed img { +/* line 239, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button.x-button-plain.x-button-pressed .x-button-icon.x-button-mask, +.x-toolbar .x-button.x-button-plain.x-button-pressed .x-button-icon.x-button-mask { background-color: white; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e6e6e6), color-stop(10%, #f2f2f2), color-stop(65%, #ffffff), color-stop(100%, #ffffff)); + background-image: -webkit-linear-gradient(#e6e6e6, #f2f2f2 10%, #ffffff 65%, #ffffff); background-image: linear-gradient(#e6e6e6, #f2f2f2 10%, #ffffff 65%, #ffffff); } -/* line 260, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 246, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-segmentedbutton .x-button { + margin: 0; -webkit-border-radius: 0; border-radius: 0; - margin: 0; } -/* line 263, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-segmentedbutton .x-button:first-child { +/* line 252, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-segmentedbutton .x-button.x-first { -webkit-border-top-left-radius: 0.4em; border-top-left-radius: 0.4em; -webkit-border-bottom-left-radius: 0.4em; border-bottom-left-radius: 0.4em; } -/* line 266, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-segmentedbutton .x-button:last-child { +/* line 255, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-segmentedbutton .x-button.x-last { -webkit-border-top-right-radius: 0.4em; border-top-right-radius: 0.4em; -webkit-border-bottom-right-radius: 0.4em; border-bottom-right-radius: 0.4em; } -/* line 269, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 260, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-segmentedbutton .x-button:not(:first-child) { border-left: 0; } -/* line 279, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 270, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-hasbadge { overflow: visible; } -/* line 281, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 272, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-hasbadge .x-badge { -webkit-border-radius: 1em; border-radius: 1em; @@ -3150,101 +3717,120 @@ input, textarea { max-width: 100%; background-color: #990000; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e60000), color-stop(50%, #b30000), color-stop(51%, #990000), color-stop(100%, #800000)); + background-image: -webkit-linear-gradient(#e60000, #b30000 50%, #990000 51%, #800000); background-image: linear-gradient(#e60000, #b30000 50%, #990000 51%, #800000); display: inline-block; } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.action, .x-button img.x-icon-mask.action { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.action, +.x-button .x-button-icon.x-icon-mask.action { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFI0lEQVRoBe2YW4hVVRjHZ0yzq6lFEaMlE0PShYRAJIl6iEqKHnqI6WJB0IvdICkfEk0aIyo0KFCph8giCitI7CkoohQL7SoZDaQmXSgKo4uWNf1+zt7DOXvOOXuvvc85bc+cD36ssy/r+77/Xmt9e+3TOzIy0jORbNJEEqvWruBOH/HuCHdHuMOeQOmmdO+ozaA5oxXPunSC2Re4MbgCNiB6vvqbKbx0giNxp9BeBU/BIJqnRecLN2UVrLDj4GIYgscRfSltYSuzYMUdA/0wCI8ieglM5XduK7vgWJhTegGshucRfQHkyj1XpziLNrfmOh2ug1dhMaJn0gbZZDpNpsexQb2y3azfKXCAwns4W5dMd7m2B2ANLCT/x/A/nKknN5mUhWFp1g4Z7vM14jrbBZvgEwi1tAdkDEf3ZrgI0S/RrkP4IdqGpuA+cJo0yw7iyNfJmzAcMrokfjp93HC4XrPYCdzkgPXDPPqvJN7eRh0VrBWqfKMuev6k3Qzr4SP4HWqOFIkZ73iYA/NhLpwPZ4LLS+FZzUp+GtwAA/heS/sGwv+irWnXc9bdTRF20/8eOBWmEKwnCectOrPhSlgF2+Bb+Bl+AxP8B/6FvLn8Td8fYQXMSubgsVZU8Cv4mAeNhC7k+jLYCopzrRURlvZA9P8WLIJJlcI5zi1Ypw+Dr4oqp3EAzlsbLCjfg1PeEUxLtlnXXU4/wQboq8gpl2BHx2l5UuyosuW8I6rQb8Bp1iwRefy4VN6FReaopU3pX7jnhwSO7MmVIiNnJ3L+DtgHCm3ltA0RH4/26rhKk1tdu4kr7yeuHkKgU3rMqI5ncfAQDIKbg14oi1nJv4OvTShthC9LjmTyGB8XwhZw+oQ8+Xbc68C8AOboK6+YYPpfDV+B06YdAkJiuMtzhvrOP1JYafMLpu/Z8CmEJNGOe60fz0J/cjZmWcP0G2+sWZ/aUnCqhFosOq7gyf6uOT888th+Ot0HmxF7MOkgt2AcXQNLkg5rHPv+dffjVvPX6PdeWtf7MJhUssD578ZtEGL6sY4MIfTjeh1zCWZ0Z+DwQXAkapkjtzviPdoPYB+JuJVMNfy7QQkR7MbGPfRaYhi7ruUSjLcbwe1k0tw2vgivwy6C70/ekPE4JK+N+HySWDuz+A5xXOnvlsqD6Lf/QjwBnxNc4a02YwzBeuIdyBosWDDT7RKcn1MRYA+/V8ImAv9Rcb5VP53ufoQ8AB8S0+PMFiwYz5fDzCjCF7SLCbojOm514zZ3HViYLIZVxmD4h8B0rtWtFXkEn4tTv22thPe2SawVeDs8TTz/NqoyhLqDGoC7wervt3lNCxKMY/fIc+BLuJXgn9G20pyuVuA1sJF4vt7GjHx8nZnT7XAXzIXnoK4FCcbLVHAqLW+DWF8v78Aq2EY8v7zGDK2+EmfBI3AtTAPNTU1dCxXs/a6ht+t6bM4FNykvw/0IdYSrDLHu8iyeQ7Cg6mLKQahgd0pbSOJwit/cl6Np6p+BrxGn6hNUp1z3m/tOWAH+DrIgwSTQcBcTFLnOzcRwSjZ6j/vdvQyCxRrSanu0mWvZqp3LjkbBuYTGnSac4CxreCQqJPFD+r/bhq+dtOSyCO7DyWzIcm9avKLXXb+FcskiYjlBfB0lP9KLJp+nv6N7ZL+cp7N9sgg+L6/zMvabcEWrK7iM07CZOXVHuJlPs4y+rNJ74JkyJpczp62N+vWOfpw0uqWzrnXXcGeN53g13REe/0w660x3hDtrPMer+Q9LNCcV91c+jgAAAABJRU5ErkJggg=='); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.add, .x-button img.x-icon-mask.add { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.add, +.x-button .x-button-icon.x-icon-mask.add { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAABqUlEQVRoBe2awWnDUBBE843B4NxcQSAFOC4lJeTkoxtJDykgvRhcgCFNJCFgIs+ChEHSJX93YT6ZD4ssmR3NztNFH5Wu6+6iVynlEZpbp+4J3s5OjWm7DRxZuMMCdUB9oyzNmrJe01hEejMtM5exIh6bCI3JbFkDT27EckEDs5DI8iHCWcmy6IowC4ksHyKclSyLrgizkMjyIcJZybLoijALiSwfIpyVLItuOGFso/xiuEvAgJdeK0DqJrHEhtsTTh9ul9y/ChR2KE+Y1ruDt2ccI7d6PszcK+oFFblWELt3Cn6i/8epMW5/W+LKGrUZ/0NwboF5QxuPsfY8dmOxJs41cBOYHCZF2BFeE60i3AQmh0kRdoTXRKsIN4HJYVKEHeE10frvCNvr4RH1HojH3rGHr3hqA7VdkxPKvuKJ3AA4hn7BM3xxA5N71Fdv1gz/tax3P+hFHmsJwM/8wraMadqOh5GuXda76rVqNWb7wgeevQvRRQ1MBCPFiginxEokKsJEMFKsiHBKrESiIkwEI8WKCKfESiQqwkQwUqyIcEqsRKIiTAQjxcoVrP83/9czD9EAAAAASUVORK5CYII='); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.arrow_down, .x-button img.x-icon-mask.arrow_down { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.arrow_down, +.x-button .x-button-icon.x-icon-mask.arrow_down { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGRTdGMTE3NDA3MjA2ODExOTJDQUMyNUQwRUE4NjdEQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxQTFBMDFDQ0I5NEYxMURGQUU1RjlGMEFERUNDQTVEMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyMkRCMDIxMkI5NEUxMURGQUU1RjlGMEFERUNDQTVEMCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjMwRTE0QzVBNDIyMjY4MTFCQ0ZCOTAzOTcwNzcyRkVCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZFN0YxMTc0MDcyMDY4MTE5MkNBQzI1RDBFQTg2N0RCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+HfrH/AAAAeVJREFUeNrs2cFHBGEUAPA3zYqIiIhOnTpFRHSKrp26RqeuEV077R/QqWtE166dOkVERHRa9hQRnZalFcv0Hk/W1Mx+38z3vvlm5j3eZW+/9+abne+9KEkSaFPMQMtCwQpWsIIVrGAFK1jBClawgo2ik/4hiqJGwLKuvfpIc5xSkWqYr5hzU1s/mRNxXTPsJ+ZqluvXlwOmSj3XBDvG3M1rpAmYYoUrFzr4ZNqTawqm2MH8Dhh7ZXJUbcAUx4FinzBnJcAUl4FhP/jIgRSYKvkYCJaO2LbNv08RMMUy5nsA4COTLy0XYIqtil9iF6aflq7AwBWuAvuQ9ZKSBgNX2ieWjtKSzeXBNZgqfe8J+4W5aXtbcg0GrvibB/BhkeuhBJhigzsghT0veh+WAlMcCGHvMOMQwcCdcIntYy6WmXhIg2PuiAvsEHO97IhHGgzckb4D8L6LmZYPMHBnhiWwXVdDPF9g4A4Vwd66nFr6BAN3ygbbw1yoMzjmjplgB5hrrufSvsHAHesZDOD2JAbxVYCBOzfIAZ9JbR6qAgN3cPwP9kZy1VIlGLiTdluCmoOBO/pnS9Bk8DzmS3pL4BMcpZEe1qX0GI/atC4dQYXRMa1MU0IX4gpWsIIVrGAFK1jBCnYUPwIMAPUPAyFL+nRdAAAAAElFTkSuQmCC'); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.arrow_left, .x-button img.x-icon-mask.arrow_left { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.arrow_left, +.x-button .x-button-icon.x-icon-mask.arrow_left { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGRTdGMTE3NDA3MjA2ODExOTJDQUMyNUQwRUE4NjdEQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGMDZEQTFBREFDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGMDZEQTFBQ0FDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFGQzJEMjQxRjIyMDY4MTE4QTZEQzUxMDg5Q0Y0RTRFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZFN0YxMTc0MDcyMDY4MTE5MkNBQzI1RDBFQTg2N0RCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+FXGmxAAAAghJREFUeNrsm09ERFEUxt+rxBAxqyFm1SqiRYpMSpFapUVaRGpTRIpIbWLaFJEoRZtilChRWiRKsyklilYRERERERGZvsN57Wfmvnnnznkfv+WM+bn3e/ePN24mk3E0pcRRllC42FOWy4dc1w30R+fz3LFthEs1TelZ0KlBuAIcgmRgHS5gqlm2RsNTmqbvrUlZycLT4BhUiliWfEwEbII+UeuwT4nzqNZq2Gm1gTu/ZaUIj4NTEBW7tTTY1zUwKH4vbaive6BBw2kpAa6DkA1CeBicgZhVx8McUg5WWNi+83CWiXFfE9ZeAGQR6ukBqJKyu/Gzw7TcXEiS9UuYbiWWeU8ckXYqMT2lozyFW6SeOU0K1/FhPS75RsHUlKbj3KV0WRPC1Nd5sCuxr6anNPV12zFwk2jLCCdtk81XeAIsahL+BVOgH3xrEPayA5rAixZhyj2oB2ktwpR30A5WtQh7vR4DQ+BHg7CXLdAMXrUIU26411dahClvoBVsaBF2uMsjYFRCrwt5a7kOOnjUVQg7vE43cr9VCDu8I6Nep7QIO7z3HgCTvHYXvbCXJe71hxZhyjmv1w9ahCnP/DDb1yLs9boXzGgR9rIAusCnFmHKCff6UYsw5Ymlj7QIU75AN5gz9YVuLu8eB/S+dA+v1+l83pe2Sfg/BRe2OeGfPELhUDgUtip/AgwAw4tbozZtKFwAAAAASUVORK5CYII='); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.arrow_right, .x-button img.x-icon-mask.arrow_right { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.arrow_right, +.x-button .x-button-icon.x-icon-mask.arrow_right { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGRTdGMTE3NDA3MjA2ODExOTJDQUMyNUQwRUE4NjdEQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGMDZEQTFCMUFDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGMDZEQTFCMEFDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFGQzJEMjQxRjIyMDY4MTE4QTZEQzUxMDg5Q0Y0RTRFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZFN0YxMTc0MDcyMDY4MTE5MkNBQzI1RDBFQTg2N0RCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+xvZexwAAAhhJREFUeNrsm8FHRFEUxu9rxhARsxqiVauYXWoTpTYtUkRqlWkz0WaiTW2iNi3atGhTm4k2E5GYSJRaZcZQtIqIISIiYhgyfZdv/oF59913X+cdfst5733u+c495743XqvVUpKiSwmLWPB/j2QnP/I8L9SH9lN3/KxwQlpKT4FtaR7eAhegR1LRmgEVMCCpSg+CGtNczLbUC8pgQ9I+rCv3LiiBbkmNxwJ93S+p08qCRzAhqbVMg2tQkNRLa1/vg6ILvrY5POTAXdi+tj0tDbOYjUoaDzPgBuQlzcMpcEhSkg4A8lztjBTBin6u0d8iBOvoYwXPSRGsuEcXuWcnJAhuR4G+TksRrGOMfXhWimDFjqzCyUuE4LavS5yxExIEt0OfopRN+DpKbx6MHAtHSfAeWPN7kWQEhDbAMjg1cTHXBdfBLHiSUKXvwZBJsS4LPgCT4NP0hV1L6SZYAcdB3cAlwe9gDlQlTEsP9Gs16Bu5IPgIjIOP/34AoP26Ss82bd00LA/r1Vzk1mM1whCsfTrPpsJ62E7pE/q1HpaPbAn+Betgib1xaGEjpb+Ywrcu7H9BC35m8//mSncTZEqfgRGXxAYpeJNp3FCOhemU/ub+euXqzGlS8AuYBq8unyiYSulLNv9OizUleIcr+6MiEF4n3x7ze2n9OkSfE5/bfmg/30v7ERxaWBcc5Yj/5BELjgXHgiMVfwIMAGPkXbHq6ClAAAAAAElFTkSuQmCC'); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.arrow_up, .x-button img.x-icon-mask.arrow_up { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.arrow_up, +.x-button .x-button-icon.x-icon-mask.arrow_up { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGRTdGMTE3NDA3MjA2ODExOTJDQUMyNUQwRUE4NjdEQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDQUZBQUM3NEFDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDQUZBQUM3M0FDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFGQzJEMjQxRjIyMDY4MTE4QTZEQzUxMDg5Q0Y0RTRFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZFN0YxMTc0MDcyMDY4MTE5MkNBQzI1RDBFQTg2N0RCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+ar3jxgAAAbFJREFUeNrs2j9ExGEcx/H71YmmpoiIaIq4KSKi6dabbo1oiqamm1qboimiNZpuuikiIqLppiPipqYjIuLp+/D95vy6X/frfr/n730e3sst53XP9x7u+V2ilKpM05qpTNkCGGCAAQYYYIABBhhggAEGeNSqpl9IkiQKWNbvfBc7PDdNIz1PPVK7Trd+OMPrRr8l9Uat2nT9+CyCW4yVnnnHowTXqa8UWHcdI3iNGozASscxgReo7h9YxTtfjwXcHoOVBjwJQYNPcmKlLk9EkODGP7FSO0TwOvU+IVjxZAQD1iPZK4CVGiGAZ6lOCVjFE7LhO/i0JKzUK3KImQY3S8ZKHZ4cr8A16sMQWPHkeANepF4MYqWmD2A9arcWsIonqOYafGYJK73yRDkB71nGSnd5r4jKBG9Sn47AunOb4CWq7xAr7dsA61G69wCreMK2TIMvPMFKfZ44I+ADz7DSQ9YhVgS87fiQGtdlmeBlvkNWnndYBljfGT8FgJVDbKco+CoQrBp6mrEyKfgoMOyvpxlZ4CT9vcXj0shWNe8nE8vCfzwABhhggAEGGGCATa1vAQYAZekAmr8OukgAAAAASUVORK5CYII='); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.compose, .x-button img.x-icon-mask.compose { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.compose, +.x-button .x-button-icon.x-icon-mask.compose { -webkit-mask-image: url('data:image/png;base64,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'); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.delete, .x-button img.x-icon-mask.delete { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.delete, +.x-button .x-button-icon.x-icon-mask.delete { -webkit-mask-image: url('data:image/png;base64,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'); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.organize, .x-button img.x-icon-mask.organize { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.organize, +.x-button .x-button-icon.x-icon-mask.organize { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAEdUlEQVRoBe2aS2xMURjHjbbqUaLoI7RChQUiGo9YaEqkoolIkCASSki68dixsLIVYmHbkJA03UgkFRI2QgRBKl4RgtJFK0jUI+o5fv/p68ztmUlHzpzO9PZLfjP3fOfcO9//fOeee+69E4lGo6PCZKPDJFZaQyc4N1mGI5FIMfUVkAfZMPaVwE54yqn6i+8BllQwravgAEyEv5DppsQ8gYPw3hqsJi0bNJ4El0GZzSa6iHcbjLbpsp7DDGX5V8ByyDbLJ+CdUGQLPNGQnkzj3TDFspN68BNkwhDPIY5poG/T1lBYR+LOkuW4uSeR4KXssN48grF9h20NdeukYLRL96Y6vAD2wCwwbQyFvXARPpoVA85fKnXiN4HtvP2Gf0tPG3XWUKNYT4E6PxjvD3x1EDHPZZvgxTTSDBc8gMrKbql5gKHeJh7NM6/AFu91/EVmjHGTFmN+HA3qYSoE7SuO8+zcEawY4vJdfr8Z/ljiqMS3AV2RvjpTPc7V0A623rqJv8RsnynbxDUXXieJuy/LfRmmEzSd7wKtroL2Hcc5BL4LVmRCmbheEIfmHduVQ1muQV/3BN2bJZyqaANbdm/jL+xtm4nfxKcsP08Q/zX8MxV3TDXqx+PYBGUQNHVAI9AsYrsuB9sPVflDT5xH+O7OZn8kK9msJf6G3ooFOOr66+O2NOVL6A7oP/njmmREQcN5LGhy1cLJtBwK++FSLqrVSGvPcrCZGu8DZTqTBSs+zUkarTZTUrerYh50gHYY7rSpRxZCCYTByvouS2FQK42hE9w7S/tKsOaIt/AGfoMWO3OgFLyYb8FaGByHl6C1r27jlsAh8HaN14LD1+x8jN/KNVdqlAvhgq8YfJ/DLYjVUDatk8J905HObd+Cf1rEaHTp5sSL+RacaKWWyO+8E3wLdi4g1QOOCE61x7Kt/UiGsy1jqcY7kuFUeyzF9ok6WA8ZvJjLtbQWEI/hXpLIW4N1rLyiPHV5hP9MsM4or2V7hlH+702XghWE3gAcTRKN3mjY7AZOdZbNCnAug4wTrNXSItCrmmYSZ3tGTNVAo+1nvCLOyLyeT9WC7WlqXNtUCq7vlpTlGkQMeG+Vio9j6NbxMOjtn8u7udjzaJcH1H3uLViVikCzLftqEtsKbeAyNh3LuWAdVM+yr8JsU8hgt9mvGh6ATousEKwgdcvXCMWDFap2mOYBTWK6b3YtNvYDrs9hM0i9BTgB+YMRTbvp0AS6bzaP43I7LUPaDFBvHPVmIy+ZaOp1+TkJX8Dc3/V22gUrYF1jN4L1r0T4NSPXg+sZ2dZZXgRr5m6BymCW8en6rc54BrYAXfu8CFbQmoQ0c1eYoilXw0NQp7gWZzueN8H68S44DbG/IPA9H66AL7FR12tpYk9qetOwGfSaVjcMNVAFie6iqHJv6bws2YaUfLpctYP+S5WoTVr8vjOMvphN4FN4N69Dybs6yw+OCLZ0yrByhS7DmrRaoQE0Kw5707JOf/UvH/ZKewTG/kscFrHSGbpzOHSC/wHSRhVOrpN3ggAAAABJRU5ErkJggg=='); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.refresh, .x-button img.x-icon-mask.refresh { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.refresh, +.x-button .x-button-icon.x-icon-mask.refresh { -webkit-mask-image: url('data:image/png;base64,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'); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.reply, .x-button img.x-icon-mask.reply { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.reply, +.x-button .x-button-icon.x-icon-mask.reply { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAES0lEQVRoBe2ZSWgUQRSGM24YTdSo4AYRTcxBEZJDJCoigrtGg6CIgihqogfRgEERguhB40UP6kHw4kEET4J4E9wPAdeg4ALigjuKcSMuMX7/mAmdSU/SXdM9PTPpBx/T3al67/31urq6K5G2trac3mR9epNYaQ0FZ3vFwwqHFc6yEQhv6SwraBc5YYW7DEmWXUhZhSORSC7UwKIgxzAlghE5CZFHoAEKgxTcz8/gCI3gfzHsh6l+xnLq2zfBaC0miXpYDvmgu+kXBGqeC0aohK2D7TAF+kPamKeCETseZdugGgZDSp4RxHFsnghGqKo4H/aB5uoASEtLWjBiZ6KsFlaAHlJpbUkJRmwl6rTcFKW1SktyRoIROhofdbARhlr8OTkMdBPNlWCE6iG0AA5AqRN1Nm1cxbTpn9Qlx8ERO4pIG0Br6yDDqH3pV4kvPdRewCd4C+/ZPdWx7xZxsk1LgqvIZDeUeZzRT/xJ8Dt4BQ/gGjSSVzO/3psEJ4JoY+A4fATNvVTwhjh34RSshMGJ8jO5biuWIJqrc6AJ/kIqhNrF+EFs3fqHYRoMMxFp7dNFME5Hwi5QMLskgrqmgb8M+hgZYRXh5riTYBxpFM9CUKKcxlWOSyHPjVi1jQqmYy7shQ/gNGjQ7f6Q6yWY7UY07XNK4CK0QtAiTOK/J29tLOQ7EU67nIGgtfU1mARMhz6a3zegtCfRHXOYxhXtndJBgGkOT9FQ1Z3oDsFqhBXAFngJpkGD7veN3NclEt1JcKwRHaaD3niCTt40vh6+q2N6rL+2gtUA03p8FL6AaeAg++ntsNwqNqor/kL8OZ2WgF71vEpeq8FvC36uDveJM8qqyenHwzg67oE1MAxMTeLOQyNod0SDqO2hCaDVIma6u3R9OAxq/9WxW9PT+wRsQ7RiE7Gbj4f4v9F8Fujxb1ptfR2tj/cbf04bfbbqZWgsFEM5LITNcBLc3HF6iM2IxXAlWJ0wJXEQfoFb4RJcEwtu8kv/PCiEGdAAevFQJbvL5Rh/j351uRbcLloVmA83ewgUn0TSgq2DRGzloVt9E9yDFoiPqfOvUBHN3erA7TFOtG6fBqdfVp4KtuZLDqr8DrgDdqIPcb2/UYXjAmmu1cLDBIGswX0THMuJHIrgDGglsMZu4nxI0oItgcbjUHP7MyRaanwXrHywvlAFj8E6v+dqZ8MTI9BzHO2DtaC9KY1wIEYurXCO4JrbjyA6CvzO80wwznS3tMAFDpfBKdArnkY4ECOXqwTWUqZvA1mJp4L/+4wKf8ZxDeyE26AlLBBD9HUC14GWr8mezWEc2/oiiNZM/TumGbRLkdQ6nChOT9eJWw3ffakwjjuMRF5wUg9b4QnE5hOHKTVNsSuO3qW9SosN/Yn4KmAQbnnl040f4pelVLCb5Pxq6/st7Vfipn5DwaYjlyn9wgpnSqVM8wwrbDpymdIvrHCmVMo0z15X4X9rh8wHLEjawQAAAABJRU5ErkJggg=='); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.search, .x-button img.x-icon-mask.search { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.search, +.x-button .x-button-icon.x-icon-mask.search { -webkit-mask-image: url('data:image/png;base64,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'); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.settings, .x-button img.x-icon-mask.settings { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.settings, +.x-button .x-button-icon.x-icon-mask.settings { -webkit-mask-image: url('data:image/png;base64,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'); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.star, .x-button img.x-icon-mask.star { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.star, +.x-button .x-button-icon.x-icon-mask.star { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFfUlEQVRoBd2aXahVRRTHz/Ujv+2mZRGZB7W6mtpFikC7+UWUZiqBD0JPFdRL1EMFPfjoU4baS0FUD/UWZBEVShA+BCpmWApRSkgllNpDmZWZt9//eOay72afvWfWOTPn3rvgz8yeWbPW+s/XmT379AwODtZSSQ+CryVgA/gVfIx/pelEhFMBVlvBOaBeFo6Cean8y09KsnMg932TqCOs9M2UhMfhMJVsxtHcAmcbmekLCsqjFKUkvAYG1xSwmEHZqoLyKEVJCDOCNxH9HUCbVl6mULAuXxjrOQlhgl8Bbi0h0Uen3FBS37GqVIQHiHh2SdR16jTlo0t0woycpuxiUDSdHcFeMv3uIWYanTDB3wIWVZBQHP10zuQKvbarUxDWT1HRz1E++Ds99fLtgp6jEmbExhPNcs+IbkZPiCpRCRP5TPCQJ4MJ6A3QSUqjSWzC2ozuC4j+fnSnB+gHq8YmvJKIJgVEpRPX9QH6waqxCa8PjEhHT981H2j6qno0wqzF63BhOUxsom3Zb7aJqGsUjTAONFJlpysXQz7VuXpavrBTzzEJaz1adlzNjHs6RTBvJyZhjZTF/kTaWZZCnlvhsyWgQkPZQpagzsX1bFlAXjGtDdAPUu1p3PPQhCCXkdwG/mta0PWLds060AuAnqtEOjpdbQR3VymX1P9F3UfgGJA9X9F92c/ADaQ2P8V0DJ4/kDbeYKaSvgI2AN0+OGJK1VAbSIhTOXEOybYll2kte77yD4rqrHyb85S9Cl4HtReAyI11/A7HpRq5PSD6oR0f3Rad+H7S1DvV7UgS+tc1cU3n3V/AWJ/SX8BxVuMinow2rNNjlPQVeH0GFg378kDBfLAPXARjZbTPwmUXmOG+bgz71EKFfqKeAUWfREZbJxyCxyOOqEuHER4qrNUWovwy0CFktBHV4eNZMNvxyaaFhKWAaBt/HJwEo4W0luSKLMF8viVhp4iBeeBd8CcYqcQ1qi+CKS7uVmklYdcQY0+C42Ckkf6EmO51cVal3oRlCFkCdKgfCWtbo7obDO3AVWQbHHyUsjo40E6uq9cvQbdG+wN892fj8s0HjXDWKA51/t4JUo72H/jTDtybjSUkbyYsJ0gdfAtSjfTn+JoWQjCv2+57a4M1QaQSvZvrMsIs7RJejGcdUlLJUhzpZsYsZsJcCen6ZwCE3IaYA2021OfUdU3fJltmwni7Fvh+KDMF16KR3ux0lWuSdgjPxeNdJq/tNdKNqJaSSUyEmVK6JNPomtqbIh3eSKNsEmvAarfJ5LEzjbbR59MtpqyEb8eZjpndkhtxvNri3Er4YZxpx+yW6Jdhi8V5MOHm+n0QZ9afo0u0fQO8A5S3iPaQ1cTSG9w4f/SqesZBH/gRWI6T+gyyxfkgvw2cMdrS+/lTzpZvGnyWxsnTwHLRd4R2a/OBqQyoztKBe/P2qp6DCBOUptKHhuA+pU1fq2Co0/F0L9CVaghxXTbWW9ktKg8lrFfCrwODeh/9wgu1bEDo6OT2Fvgb+JLWq+nQEsnaa5UPJbwKBxc8A9KXPG1O3u+u6E4F24GvD3XMDjCxFcF8uTdhjGpHfwn49L42lCeAdyDZwGi3HpwAPr6+Q29htn1ZPoSwfuz3ewShXVcBNz62lzkvq6O9DjZHgQ9p72kdQljvob9VBPAN9Q+UEQmpw5b+Sf8e0FotI/4a9ZN8bIcQXlnh9AD1y3ychuhgU0tpJyhb14epn+ljN+Sk9S9G1ct50d8SdgF9x9EO3lHB5hXwPEYfA8dbGD9LuWZBtfj0inSQWUDTKzu1dAB5Dkz2tdOOHn70LvwVyMag/FYwzse295Rukq5j+G1wEOib66PAy5FPMD46+NPmqTV7CpwGGvkJPm2l8z8GWDNDloqpGQAAAABJRU5ErkJggg=='); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.trash, .x-button img.x-icon-mask.trash { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.trash, +.x-button .x-button-icon.x-icon-mask.trash { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFBElEQVRoBe2aS4gdRRRA8+L/m0QIJkYNLlQUNOAvigpRcCEIcSsiCLoLLoILcaM7QVBX4koRshDxt9CFKCoiuvGDCP5QkxCiJhInRo2Ovzie80gPNWX1dL3uesM09IUz3V1169a9daur+031aG5ubkUpGY1GK7G1Dq4Cz9vKiIY74Sv8+72tkWQ7Ay4Bxo+Hu2E3/AuOZBf+ov2TsL6Ef5WNUsGazXvgEHQJMm77N/aeg3Mrh7seOweMM2bWYH+B2OES1/9g9w0oEnSngHHCYO+FGSgRXJ0NM/0idA565BRpKyxSt9J2B5xWY+Mw5Udq6uqKT6XimESlmX4d7sTnA4n6rKJjs7QSSgTrSno7nJyodtFyGr4AP4G6TeLIHweb4A44C0LR1xtgCzwP7aTtIkBvLlSfQjwNZyl7FNa0sU077V4DX0Js25X7cRjPzDb2Nd5FnK7xPbGXskdwxsxOLLRzdnwIj8GvkQFnypqobKLLrgGnOjMzP6cqJijzfn0NXPljmXRNWNC+dcBHM7HA2NELp10nwbaz5iC4OsdidTyrYp3a68ZFi7XJFfNsOBGcUmFnPpbiBWkVZefT7g+OXcTF0EUsFPtaje0Lw0LOzfoM49B4Gy36WMKwK+WDcC2cAmGwXK7YAAYdym9c+NiIdUOdnHODc6DjpPioix9LBvwtPE3QOzjWi7MjBS0M8CGY1huUA1ISg/4cNqXiqcqSwVqJ3AQ/QEmnpm3LR+IzsLYKMD4mA6bBOfAKuFpO28nS9v0Bcxckn9V1Ad9Pg2m/H5cONLT3Mf5fFGfX63hBQG8s7/LXxcdV0nvjMtgKp0MojuaroM60xYB8Z78ZTog6c515B1ylXey+ARe3/0tqFNCy0RjrkdvgOwhH0TeiB2A1uMBNGx9Ta+FZiP34mrIrQR39cECSUzqZYYIcR0mjJtmFwmHUvdenLjwmnUl7Eh05+LP40fjvoGTACYN1Rc6CecGhM7lw2lt+AA7Fg4fOespXgYO0j3pvnXmh3rY+/52+vrXtRSd841rQJ/WV1JVX9eNj14DnjeHnJVw8DBeAnX8A2ynfXwXN+cWUPQUOjNl6i7Jt1I9nCOe+1V0NT4AB/wkvw31QRIoFjDfnwRXgfVbJGZzsry44boTNUGVjlvOToPpV5FvbjXApKE7VLZ6UkpWlDGHH+96pV93/4TSsujGA8MeF51Xw6njuO3soKTth/UTnJQOeqONFlKsBW0SlfdVyDLh9NBkth4AzBqnXKkOGe52+DOeHDGcMUq9Vhgz3On0Zzg8ZzhikXqsMGe51+jKcHzKcMUi9Vhky3Ov0ZTg/ZDhjkHqtMmS41+nLcH7IcMYg9VplOWY4/Md88cEtHbDOVg5Xx9jpsM9Yx52JeAcw1ontTXRdcm9pFz3vBveHdNJN6YPVRhrnivtMlruZ5g7DFxBuXLut8j7sA/d43Yr5CIpJsYAJ7DN2/27Bsw1gwAb3I8wLOp+g4w6+nw/6HddOyszqWDg/Qv2bXFwH4+1SyhyUYtI1YLc85wXn/ORAagWdPVRKUqh3AJwtdTLeWq2rbCoP76cm3bjeLG6ELjZim03XJujyJqXF6rtmeDvGNzMN/ajEAZi2rKOD67t00jVgN7+3dnFgqdsu5XRc6tiS/eUGvBTTNengBIVZPuYG7LcYPjdluYk++bTw++pGyQ34bSy9B35Vs5zEYGfgJfg+x7H/ADoy2VfnrtXoAAAAAElFTkSuQmCC'); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.maps, .x-button img.x-icon-mask.maps { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.maps, +.x-button .x-button-icon.x-icon-mask.maps { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAADl0lEQVRoBe2b24tNURzHjfutXEPycDAltwhJbuMSJUqSB/HiES/+AK9ePc6T8uCFkImQW5KGkdwSxYyMGkZu45bbDOPzyZyTrJnjnDkGrVm/+szas2bv397f33ftPS+/Vdba2toj5igj0NcfRkG/3qWIJdcIrs/AO6gDq7cKPkOjUNAmxr8ePJsix8NUWAvLoapowSQawIUzYCZUwAqohF3QAjtgGTyCy5x/nfEu1MNDCmAxuiS4Vy8ST4DZMB9WwiTIRUGC26q1gKtWwyyYBsPB5aLIL5CNTxzotDeWTeA5DUKuO4xXoQbxHpcUbSIzJFkDi0EzdLYnBNGuYJJ4ch+YAhvB5TAORsKvib4x97vwPpk2FjJuhibu85zxAlyCangBLRQib06u68t5vk4uVYVqgO+oqy9v5ASTRLd0LQNLYB24bAfBnw5zikX0HtuhGW5ANY9ylvEBvIY3FOArcz7rWHCpboBFMAxyGjguKIZy1jzYCqfAD5BLslB8J3dCP/AdOgo+fKHXd3Sebh+EctCMieBK6Oj8QuYrXZ7roQr88PiSD4b/IVyyfhB9jQy/uppTUijYhANLytJ1F/sxzL7POpg97vQdFfwVTNYtQsHdKpLg2O1ODieHI6tAWtKRGRrISQ4HJYlsIjkcmaGBnORwUJLIJpLDkRkayEkOByWJbCI5HJmhgZzkcFCSyCaSw5EZGshJDgcliWwiORyZoYGc5HBQksgmksORGRrISQ4HJYlsIjkcmaGBnORwUJLIJpLDkRkayEkOByWJbKLbOVx0r3E7httIbttwNvzddt//JWxIfQynYX8pgu2TbgBbjw9Ds53sNHJv49gOehu5bUe2DfjXojDVpWG/9iu4CEegBp7xfO+LFfyGC5+AiQ7BFXj/c8s+xw+Z24PwvYwKnQxLoQLccGEB7Hsu9t5ckjcU2QjuozgA5+Apz9PCmItCbvqWs2vhJpwBl8ZrEuVtOebPtiWLbf2ymyL0ZVT8XJgDbgHIgFsPOhPmr4d7oAnHue9txg6jI8EfueIaHIOrcAuafieSc/IG19vw7TYD6UEBbE4vhwxMB7cizIYhYPT6MeR+WjBFPoCToEgF1hb6bD8LNpHLwT0L56EOGkhUchc6edoNcruvQWoQ7/6GMTAa3E2zACxGNjRhH9wHV4zP9oGxqCjj7C0wA06Ay/YliRT/T4MCuGnEfQ4feJ5mfvdfaG+OXSWdju+VpAoIK3D9tAAAAABJRU5ErkJggg=='); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.locate, .x-button img.x-icon-mask.locate { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.locate, +.x-button .x-button-icon.x-icon-mask.locate { -webkit-mask-image: url('data:image/png;base64,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'); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.home, .x-button img.x-icon-mask.home { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.home, +.x-button .x-button-icon.x-icon-mask.home { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAEK0lEQVRoBe2Zy28NURzHe/vwqEepYkFIQzxWaCOC2HhELEgQImhXIrqyIEXikVQi+gdIwx9AItg1NiJELMSGhKQbobY2VY9Srfp8m5lmTO/cOXN7Zu656f0ln8zMnTNnft/z+505j5sbGxurmk5WPZ3ESuu0E1xbigjncrka3jsbftClIvsU5RZ65aLK5Lj/C75SzSjHWCuJYLxqhPXwBgYhylq4sRaixChDP8EzGIJ4UwNnCR6tgFswANegKer93LsLim4herm/JKqO8O+ZRdhL42acOwunYAacg2Hu3ePYj3Ph1A1fU2ySmZSZeCiTjxaC1LAboRs6QGJl8+AKXIU1kLqlHmHEqlFboQv2gD40QdPHqx3qKdtJkD8Hb9o+TzXCXmT1cboB+cT6evTVPgIXeWYl6DoVSy3COF2Hx0rjTthp4L0a/4xXrofn33OeqH8avKMqFcE4O4uXb4ULsNfEEa+M0v00LIIuCKc/P03NrAtGrD5Iiuh10Dia1JTOR0EZsjjpw3HlrQpGbD0v3AzFig36e4CLkeAPNs6tCUbsHBxS+mpsLSayYT2KtLBqVgQjdgFe7QP1u9VWPbRc2ZQFe2LV5zSBWG7ZP+vVTUkwYhvx6DicB+fFqvWKFuyJ1QxJ00It48rCNNgnNi+N23hQaVw2YiU0cYQRq9Q9CJdBKV1q02zMeEaWSDBil1L5JTgBDeCCzcUJ8cXImfACOeqayjbBffgDfqu6cPyJP3dgVZTvwd9jdzuoSFmgicRDGAYXRIZ9+I5fPbA6KC7feUHBVKD5rJZ1EutaZMOiv+HjbWjJJ9T/LVIwDyqyh+ApuC7WFy/RCk4r5HyRwWNewRSW2N3wGv6CX2E5HBWcB9AaFOqfTxJMQa1lNewosqNQDiLDPmqv+hFsgzpfrI7/CeamVjwnQZEtV7G+eEX6MeyHGl/0hGB+1MJdYt+B/1C5H9UdX8J2qJ6IMBfz4Ri8hXIXGfZfmdoLWr5W1zJ7ktg2aId18BuiTHNvDVUumQSNxDikLSdtBzdok0yCD8MyiLNmCqhxXBL9An+egNI3yqRT9z+O92FO/O2UuOMuymoqF06bUl53489MQw21Gm8lWmkRa6R/oVaMfT6lAmrsUVMNRa2HU3I8k2orgjNp5hK+ZLwPp/x+fR+0ONfMp9BfJ+qLmulpyze1zMtC8AACbkI/xAneQZkO0JiZimUheAjPn0MfxAnWVo3RiEG5oiwLwXJsmGFDK5iCxrCnGZNSOzVLra+EPDZ9T6EMCFVZ3KWpI8XV7uBTFcEOBsWqS5UIW21OByurRNjBoFh1qRJhq83pYGWVCDsYFKsuVSJstTkdrGz8L0VTv1i+NVF2CyTJDC0LX7E8HIx7D/Vrb3wDaLvY1D5QsI/6jXZUEwk29cDlckki5bIOY9+mneB/GfbU3e4Ey5kAAAAASUVORK5CYII='); } -/* line 52, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 55, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-action, .x-toolbar .x-button.x-button-action, .x-button.x-button-action-round, .x-toolbar .x-button.x-button-action-round, .x-button.x-button-action-small, .x-toolbar .x-button.x-button-action-small { border: 0.1em solid #994d00; border-top-color: #b35a00; @@ -3252,33 +3838,35 @@ input, textarea { text-shadow: rgba(0, 0, 0, 0.5) 0 -0.08em 0; -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 0.1em 0; } -/* line 57, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 60, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-action.x-button-back:before, .x-button.x-button-action.x-button-forward:before, .x-toolbar .x-button.x-button-action.x-button-back:before, .x-toolbar .x-button.x-button-action.x-button-forward:before, .x-button.x-button-action-round.x-button-back:before, .x-button.x-button-action-round.x-button-forward:before, .x-toolbar .x-button.x-button-action-round.x-button-back:before, .x-toolbar .x-button.x-button-action-round.x-button-forward:before, .x-button.x-button-action-small.x-button-back:before, .x-button.x-button-action-small.x-button-forward:before, .x-toolbar .x-button.x-button-action-small.x-button-back:before, .x-toolbar .x-button.x-button-action-small.x-button-forward:before { background: #994d00; } -/* line 61, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 64, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-action, .x-button.x-button-action.x-button-back:after, .x-button.x-button-action.x-button-forward:after, .x-toolbar .x-button.x-button-action, .x-toolbar .x-button.x-button-action.x-button-back:after, .x-toolbar .x-button.x-button-action.x-button-forward:after, .x-button.x-button-action-round, .x-button.x-button-action-round.x-button-back:after, .x-button.x-button-action-round.x-button-forward:after, .x-toolbar .x-button.x-button-action-round, .x-toolbar .x-button.x-button-action-round.x-button-back:after, .x-toolbar .x-button.x-button-action-round.x-button-forward:after, .x-button.x-button-action-small, .x-button.x-button-action-small.x-button-back:after, .x-button.x-button-action-small.x-button-forward:after, .x-toolbar .x-button.x-button-action-small, .x-toolbar .x-button.x-button-action-small.x-button-back:after, .x-toolbar .x-button.x-button-action-small.x-button-forward:after { background-color: #ff8100; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffcd99), color-stop(2%, #ffa74d), color-stop(30%, #ff9529), color-stop(65%, #ff8100), color-stop(100%, #cc6700)); + background-image: -webkit-linear-gradient(#ffcd99, #ffa74d 2%, #ff9529 30%, #ff8100 65%, #cc6700); background-image: linear-gradient(#ffcd99, #ffa74d 2%, #ff9529 30%, #ff8100 65%, #cc6700); } -/* line 65, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-button.x-button-action img.x-icon-mask, .x-toolbar .x-button.x-button-action img.x-icon-mask, .x-button.x-button-action-round img.x-icon-mask, .x-toolbar .x-button.x-button-action-round img.x-icon-mask, .x-button.x-button-action-small img.x-icon-mask, .x-toolbar .x-button.x-button-action-small img.x-icon-mask { +/* line 68, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-button.x-button-action .x-button-icon.x-icon-mask, .x-toolbar .x-button.x-button-action .x-button-icon.x-icon-mask, .x-button.x-button-action-round .x-button-icon.x-icon-mask, .x-toolbar .x-button.x-button-action-round .x-button-icon.x-icon-mask, .x-button.x-button-action-small .x-button-icon.x-icon-mask, .x-toolbar .x-button.x-button-action-small .x-button-icon.x-icon-mask { background-color: white; background-image: none; } -/* line 74, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 77, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-action.x-button-pressed, .x-button.x-button-action.x-button-active, .x-toolbar .x-button.x-button-action.x-button-pressed, .x-toolbar .x-button.x-button-action.x-button-active, .x-button.x-button-action-round.x-button-pressed, .x-button.x-button-action-round.x-button-active, .x-toolbar .x-button.x-button-action-round.x-button-pressed, .x-toolbar .x-button.x-button-action-round.x-button-active, .x-button.x-button-action-small.x-button-pressed, .x-button.x-button-action-small.x-button-active, .x-toolbar .x-button.x-button-action-small.x-button-pressed, .x-toolbar .x-button.x-button-action-small.x-button-active { -webkit-box-shadow: inset #b35a00 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0; } -/* line 75, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 78, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-action.x-button-pressed, .x-button.x-button-action.x-button-pressed:after, .x-button.x-button-action.x-button-active, .x-button.x-button-action.x-button-active:after, .x-toolbar .x-button.x-button-action.x-button-pressed, .x-toolbar .x-button.x-button-action.x-button-pressed:after, .x-toolbar .x-button.x-button-action.x-button-active, .x-toolbar .x-button.x-button-action.x-button-active:after, .x-button.x-button-action-round.x-button-pressed, .x-button.x-button-action-round.x-button-pressed:after, .x-button.x-button-action-round.x-button-active, .x-button.x-button-action-round.x-button-active:after, .x-toolbar .x-button.x-button-action-round.x-button-pressed, .x-toolbar .x-button.x-button-action-round.x-button-pressed:after, .x-toolbar .x-button.x-button-action-round.x-button-active, .x-toolbar .x-button.x-button-action-round.x-button-active:after, .x-button.x-button-action-small.x-button-pressed, .x-button.x-button-action-small.x-button-pressed:after, .x-button.x-button-action-small.x-button-active, .x-button.x-button-action-small.x-button-active:after, .x-toolbar .x-button.x-button-action-small.x-button-pressed, .x-toolbar .x-button.x-button-action-small.x-button-pressed:after, .x-toolbar .x-button.x-button-action-small.x-button-active, .x-toolbar .x-button.x-button-action-small.x-button-active:after { background-color: #db6f00; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a85500), color-stop(10%, #c26200), color-stop(65%, #db6f00), color-stop(100%, #de7000)); + background-image: -webkit-linear-gradient(#a85500, #c26200 10%, #db6f00 65%, #de7000); background-image: linear-gradient(#a85500, #c26200 10%, #db6f00 65%, #de7000); } -/* line 52, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 55, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-confirm, .x-toolbar .x-button.x-button-confirm, .x-button.x-button-confirm-round, .x-toolbar .x-button.x-button-confirm-round, .x-button.x-button-confirm-small, .x-toolbar .x-button.x-button-confirm-small { border: 0.1em solid #263501; border-top-color: #374e02; @@ -3286,33 +3874,35 @@ input, textarea { text-shadow: rgba(0, 0, 0, 0.5) 0 -0.08em 0; -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 0.1em 0; } -/* line 57, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 60, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-confirm.x-button-back:before, .x-button.x-button-confirm.x-button-forward:before, .x-toolbar .x-button.x-button-confirm.x-button-back:before, .x-toolbar .x-button.x-button-confirm.x-button-forward:before, .x-button.x-button-confirm-round.x-button-back:before, .x-button.x-button-confirm-round.x-button-forward:before, .x-toolbar .x-button.x-button-confirm-round.x-button-back:before, .x-toolbar .x-button.x-button-confirm-round.x-button-forward:before, .x-button.x-button-confirm-small.x-button-back:before, .x-button.x-button-confirm-small.x-button-forward:before, .x-toolbar .x-button.x-button-confirm-small.x-button-back:before, .x-toolbar .x-button.x-button-confirm-small.x-button-forward:before { background: #263501; } -/* line 61, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 64, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-confirm, .x-button.x-button-confirm.x-button-back:after, .x-button.x-button-confirm.x-button-forward:after, .x-toolbar .x-button.x-button-confirm, .x-toolbar .x-button.x-button-confirm.x-button-back:after, .x-toolbar .x-button.x-button-confirm.x-button-forward:after, .x-button.x-button-confirm-round, .x-button.x-button-confirm-round.x-button-back:after, .x-button.x-button-confirm-round.x-button-forward:after, .x-toolbar .x-button.x-button-confirm-round, .x-toolbar .x-button.x-button-confirm-round.x-button-back:after, .x-toolbar .x-button.x-button-confirm-round.x-button-forward:after, .x-button.x-button-confirm-small, .x-button.x-button-confirm-small.x-button-back:after, .x-button.x-button-confirm-small.x-button-forward:after, .x-toolbar .x-button.x-button-confirm-small, .x-toolbar .x-button.x-button-confirm-small.x-button-back:after, .x-toolbar .x-button.x-button-confirm-small.x-button-forward:after { background-color: #6c9804; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c2fa3b), color-stop(2%, #a2e306), color-stop(30%, #89c005), color-stop(65%, #6c9804), color-stop(100%, #496603)); + background-image: -webkit-linear-gradient(#c2fa3b, #a2e306 2%, #89c005 30%, #6c9804 65%, #496603); background-image: linear-gradient(#c2fa3b, #a2e306 2%, #89c005 30%, #6c9804 65%, #496603); } -/* line 65, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-button.x-button-confirm img.x-icon-mask, .x-toolbar .x-button.x-button-confirm img.x-icon-mask, .x-button.x-button-confirm-round img.x-icon-mask, .x-toolbar .x-button.x-button-confirm-round img.x-icon-mask, .x-button.x-button-confirm-small img.x-icon-mask, .x-toolbar .x-button.x-button-confirm-small img.x-icon-mask { +/* line 68, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-button.x-button-confirm .x-button-icon.x-icon-mask, .x-toolbar .x-button.x-button-confirm .x-button-icon.x-icon-mask, .x-button.x-button-confirm-round .x-button-icon.x-icon-mask, .x-toolbar .x-button.x-button-confirm-round .x-button-icon.x-icon-mask, .x-button.x-button-confirm-small .x-button-icon.x-icon-mask, .x-toolbar .x-button.x-button-confirm-small .x-button-icon.x-icon-mask { background-color: white; background-image: none; } -/* line 74, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 77, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-confirm.x-button-pressed, .x-button.x-button-confirm.x-button-active, .x-toolbar .x-button.x-button-confirm.x-button-pressed, .x-toolbar .x-button.x-button-confirm.x-button-active, .x-button.x-button-confirm-round.x-button-pressed, .x-button.x-button-confirm-round.x-button-active, .x-toolbar .x-button.x-button-confirm-round.x-button-pressed, .x-toolbar .x-button.x-button-confirm-round.x-button-active, .x-button.x-button-confirm-small.x-button-pressed, .x-button.x-button-confirm-small.x-button-active, .x-toolbar .x-button.x-button-confirm-small.x-button-pressed, .x-toolbar .x-button.x-button-confirm-small.x-button-active { -webkit-box-shadow: inset #384f00 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0; } -/* line 75, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 78, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-confirm.x-button-pressed, .x-button.x-button-confirm.x-button-pressed:after, .x-button.x-button-confirm.x-button-active, .x-button.x-button-confirm.x-button-active:after, .x-toolbar .x-button.x-button-confirm.x-button-pressed, .x-toolbar .x-button.x-button-confirm.x-button-pressed:after, .x-toolbar .x-button.x-button-confirm.x-button-active, .x-toolbar .x-button.x-button-confirm.x-button-active:after, .x-button.x-button-confirm-round.x-button-pressed, .x-button.x-button-confirm-round.x-button-pressed:after, .x-button.x-button-confirm-round.x-button-active, .x-button.x-button-confirm-round.x-button-active:after, .x-toolbar .x-button.x-button-confirm-round.x-button-pressed, .x-toolbar .x-button.x-button-confirm-round.x-button-pressed:after, .x-toolbar .x-button.x-button-confirm-round.x-button-active, .x-toolbar .x-button.x-button-confirm-round.x-button-active:after, .x-button.x-button-confirm-small.x-button-pressed, .x-button.x-button-confirm-small.x-button-pressed:after, .x-button.x-button-confirm-small.x-button-active, .x-button.x-button-confirm-small.x-button-active:after, .x-toolbar .x-button.x-button-confirm-small.x-button-pressed, .x-toolbar .x-button.x-button-confirm-small.x-button-pressed:after, .x-toolbar .x-button.x-button-confirm-small.x-button-active, .x-toolbar .x-button.x-button-confirm-small.x-button-active:after { background-color: #547503; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #304402), color-stop(10%, #425c02), color-stop(65%, #547503), color-stop(100%, #557803)); + background-image: -webkit-linear-gradient(#304402, #425c02 10%, #547503 65%, #557803); background-image: linear-gradient(#304402, #425c02 10%, #547503 65%, #557803); } -/* line 52, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 55, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-decline, .x-toolbar .x-button.x-button-decline, .x-button.x-button-decline-round, .x-toolbar .x-button.x-button-decline-round, .x-button.x-button-decline-small, .x-toolbar .x-button.x-button-decline-small { border: 0.1em solid #630303; border-top-color: #7c0303; @@ -3320,47 +3910,52 @@ input, textarea { text-shadow: rgba(0, 0, 0, 0.5) 0 -0.08em 0; -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 0.1em 0; } -/* line 57, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 60, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-decline.x-button-back:before, .x-button.x-button-decline.x-button-forward:before, .x-toolbar .x-button.x-button-decline.x-button-back:before, .x-toolbar .x-button.x-button-decline.x-button-forward:before, .x-button.x-button-decline-round.x-button-back:before, .x-button.x-button-decline-round.x-button-forward:before, .x-toolbar .x-button.x-button-decline-round.x-button-back:before, .x-toolbar .x-button.x-button-decline-round.x-button-forward:before, .x-button.x-button-decline-small.x-button-back:before, .x-button.x-button-decline-small.x-button-forward:before, .x-toolbar .x-button.x-button-decline-small.x-button-back:before, .x-toolbar .x-button.x-button-decline-small.x-button-forward:before { background: #630303; } -/* line 61, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 64, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-decline, .x-button.x-button-decline.x-button-back:after, .x-button.x-button-decline.x-button-forward:after, .x-toolbar .x-button.x-button-decline, .x-toolbar .x-button.x-button-decline.x-button-back:after, .x-toolbar .x-button.x-button-decline.x-button-forward:after, .x-button.x-button-decline-round, .x-button.x-button-decline-round.x-button-back:after, .x-button.x-button-decline-round.x-button-forward:after, .x-toolbar .x-button.x-button-decline-round, .x-toolbar .x-button.x-button-decline-round.x-button-back:after, .x-toolbar .x-button.x-button-decline-round.x-button-forward:after, .x-button.x-button-decline-small, .x-button.x-button-decline-small.x-button-back:after, .x-button.x-button-decline-small.x-button-forward:after, .x-toolbar .x-button.x-button-decline-small, .x-toolbar .x-button.x-button-decline-small.x-button-back:after, .x-toolbar .x-button.x-button-decline-small.x-button-forward:after { background-color: #c70505; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fb6a6a), color-stop(2%, #f91f1f), color-stop(30%, #ef0606), color-stop(65%, #c70505), color-stop(100%, #950404)); + background-image: -webkit-linear-gradient(#fb6a6a, #f91f1f 2%, #ef0606 30%, #c70505 65%, #950404); background-image: linear-gradient(#fb6a6a, #f91f1f 2%, #ef0606 30%, #c70505 65%, #950404); } -/* line 65, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-button.x-button-decline img.x-icon-mask, .x-toolbar .x-button.x-button-decline img.x-icon-mask, .x-button.x-button-decline-round img.x-icon-mask, .x-toolbar .x-button.x-button-decline-round img.x-icon-mask, .x-button.x-button-decline-small img.x-icon-mask, .x-toolbar .x-button.x-button-decline-small img.x-icon-mask { +/* line 68, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-button.x-button-decline .x-button-icon.x-icon-mask, .x-toolbar .x-button.x-button-decline .x-button-icon.x-icon-mask, .x-button.x-button-decline-round .x-button-icon.x-icon-mask, .x-toolbar .x-button.x-button-decline-round .x-button-icon.x-icon-mask, .x-button.x-button-decline-small .x-button-icon.x-icon-mask, .x-toolbar .x-button.x-button-decline-small .x-button-icon.x-icon-mask { background-color: white; background-image: none; } -/* line 74, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 77, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-decline.x-button-pressed, .x-button.x-button-decline.x-button-active, .x-toolbar .x-button.x-button-decline.x-button-pressed, .x-toolbar .x-button.x-button-decline.x-button-active, .x-button.x-button-decline-round.x-button-pressed, .x-button.x-button-decline-round.x-button-active, .x-toolbar .x-button.x-button-decline-round.x-button-pressed, .x-toolbar .x-button.x-button-decline-round.x-button-active, .x-button.x-button-decline-small.x-button-pressed, .x-button.x-button-decline-small.x-button-active, .x-toolbar .x-button.x-button-decline-small.x-button-pressed, .x-toolbar .x-button.x-button-decline-small.x-button-active { -webkit-box-shadow: inset maroon 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0; } -/* line 75, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 78, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-decline.x-button-pressed, .x-button.x-button-decline.x-button-pressed:after, .x-button.x-button-decline.x-button-active, .x-button.x-button-decline.x-button-active:after, .x-toolbar .x-button.x-button-decline.x-button-pressed, .x-toolbar .x-button.x-button-decline.x-button-pressed:after, .x-toolbar .x-button.x-button-decline.x-button-active, .x-toolbar .x-button.x-button-decline.x-button-active:after, .x-button.x-button-decline-round.x-button-pressed, .x-button.x-button-decline-round.x-button-pressed:after, .x-button.x-button-decline-round.x-button-active, .x-button.x-button-decline-round.x-button-active:after, .x-toolbar .x-button.x-button-decline-round.x-button-pressed, .x-toolbar .x-button.x-button-decline-round.x-button-pressed:after, .x-toolbar .x-button.x-button-decline-round.x-button-active, .x-toolbar .x-button.x-button-decline-round.x-button-active:after, .x-button.x-button-decline-small.x-button-pressed, .x-button.x-button-decline-small.x-button-pressed:after, .x-button.x-button-decline-small.x-button-active, .x-button.x-button-decline-small.x-button-active:after, .x-toolbar .x-button.x-button-decline-small.x-button-pressed, .x-toolbar .x-button.x-button-decline-small.x-button-pressed:after, .x-toolbar .x-button.x-button-decline-small.x-button-active, .x-toolbar .x-button.x-button-decline-small.x-button-active:after { background-color: #a40404; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #720303), color-stop(10%, #8b0404), color-stop(65%, #a40404), color-stop(100%, #a70404)); + background-image: -webkit-linear-gradient(#720303, #8b0404 10%, #a40404 65%, #a70404); background-image: linear-gradient(#720303, #8b0404 10%, #a40404 65%, #a70404); } -/* line 46, ../themes/stylesheets/sencha-touch/default/widgets/_sheets.scss */ +/* line 35, ../themes/stylesheets/sencha-touch/default/widgets/_sheets.scss */ .x-sheet { padding: 0.7em; border-top: 1px solid black; + height: auto; background-color: rgba(0, 0, 0, 0.9); background-image: none; + -webkit-border-radius: 0; + border-radius: 0; } -/* line 51, ../themes/stylesheets/sencha-touch/default/widgets/_sheets.scss */ -.x-sheet .x-sheet-body .x-button { + +/* line 44, ../themes/stylesheets/sencha-touch/default/widgets/_sheets.scss */ +.x-sheet-inner > .x-button { margin-bottom: 0.5em; } - -/* line 56, ../themes/stylesheets/sencha-touch/default/widgets/_sheets.scss */ -.x-sheet-body { - position: relative; +/* line 47, ../themes/stylesheets/sencha-touch/default/widgets/_sheets.scss */ +.x-sheet-inner > .x-button:last-child { + margin-bottom: 0; } /* line 14, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ @@ -3369,7 +3964,7 @@ input, textarea { } /* line 18, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ -.x-sheet.x-picker > .x-sheet-body { +.x-sheet.x-picker .x-sheet-inner { position: relative; background-color: #fff; -webkit-border-radius: 0.4em; @@ -3380,7 +3975,7 @@ input, textarea { margin: 0.7em; } /* line 27, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ -.x-sheet.x-picker > .x-sheet-body:before, .x-sheet.x-picker > .x-sheet-body:after { +.x-sheet.x-picker .x-sheet-inner:before, .x-sheet.x-picker .x-sheet-inner:after { z-index: 1; content: ""; position: absolute; @@ -3390,7 +3985,7 @@ input, textarea { left: 0; } /* line 32, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ -.x-sheet.x-picker > .x-sheet-body:before { +.x-sheet.x-picker .x-sheet-inner:before { top: auto; -webkit-border-bottom-left-radius: 0.4em; border-bottom-left-radius: 0.4em; @@ -3398,30 +3993,46 @@ input, textarea { border-bottom-right-radius: 0.4em; bottom: 0; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #bbbbbb)); + background-image: -webkit-linear-gradient(#ffffff, #bbbbbb); background-image: linear-gradient(#ffffff, #bbbbbb); } /* line 38, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ -.x-sheet.x-picker > .x-sheet-body:after { +.x-sheet.x-picker .x-sheet-inner:after { -webkit-border-top-left-radius: 0.4em; border-top-left-radius: 0.4em; -webkit-border-top-right-radius: 0.4em; border-top-right-radius: 0.4em; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bbbbbb), color-stop(100%, #ffffff)); + background-image: -webkit-linear-gradient(#bbbbbb, #ffffff); background-image: linear-gradient(#bbbbbb, #ffffff); } - /* line 45, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ -.x-picker-slot { +.x-sheet.x-picker .x-sheet-inner .x-picker-slot .x-body { + border-left: 1px solid #999999; + border-right: 1px solid #ACACAC; +} +/* line 51, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ +.x-sheet.x-picker .x-sheet-inner .x-picker-slot:first-child .x-body { + border-left: 0; +} +/* line 57, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ +.x-sheet.x-picker .x-sheet-inner .x-picker-slot:last-child .x-body { + border-left: 0; + border-right: 0; +} + +/* line 65, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ +.x-picker-slot .x-scroll-view { z-index: 2; position: relative; -webkit-box-shadow: rgba(0, 0, 0, 0.4) -1px 0 1px; } -/* line 51, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ -.x-picker-slot:first-child { +/* line 72, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ +.x-picker-slot .x-scroll-view:first-child { -webkit-box-shadow: none; } -/* line 56, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ +/* line 77, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ .x-picker-mask { position: absolute; top: 0; @@ -3440,7 +4051,7 @@ input, textarea { pointer-events: none; } -/* line 70, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ +/* line 91, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ .x-picker-bar { border-top: 0.12em solid #ff8100; border-bottom: 0.12em solid #ff8100; @@ -3450,66 +4061,77 @@ input, textarea { -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0.2em 0.2em; } -/* line 80, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ +/* line 101, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ .x-picker-slot-title { + position: relative; + z-index: 2; background-color: #463939; background-image: none; border-top: 1px solid #463939; border-bottom: 1px solid #0e0b0b; + -webkit-box-shadow: 0px 0.1em 0.3em rgba(0, 0, 0, 0.3); + padding: 0.2em 1.02em; +} +/* line 110, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ +.x-picker-slot-title > div { font-weight: bold; font-size: 0.8em; color: black; - padding: 0.2em 1.02em; - -webkit-box-shadow: 0px 0.1em 0.3em rgba(0, 0, 0, 0.3); text-shadow: rgba(255, 255, 255, 0.25) 0 0.08em 0; } -/* line 94, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ -.x-picker-item { +/* line 121, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ +.x-picker-slot .x-dataview-inner { + width: 100%; +} +/* line 125, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ +.x-picker-slot .x-dataview-item { vertical-align: middle; height: 2.5em; line-height: 2.5em; font-weight: bold; - padding: 0 10px 0 10px; - text-overflow: ellipsis; - overflow: hidden; + padding: 0 10px; +} +/* line 133, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ +.x-picker-slot .x-picker-item { white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; } -/* line 105, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ +/* line 138, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ .x-picker-right { text-align: right; } -/* line 108, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ +/* line 141, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ .x-picker-center { text-align: center; } -/* line 111, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ +/* line 144, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ .x-picker-left { text-align: left; } -/* line 140, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 117, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar.x-docked-top { border-bottom: .1em solid; height: 2.6em; padding: 0 .8em; } -/* line 145, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 122, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar.x-docked-top .x-tab { - margin: .4em .2em; padding: 0.4em 0.8em; height: 1.8em; -webkit-border-radius: 0.9em; border-radius: 0.9em; } -/* line 153, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 129, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar.x-docked-top .x-tab-active { -webkit-box-shadow: rgba(255, 255, 255, 0.2) 0 0.1em 0.1em, inset rgba(0, 0, 0, 0.3) 0 0.1em 0.2em; } -/* line 158, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 134, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar.x-docked-top .x-button-label, .x-tabbar.x-docked-top .x-hasbadge .x-badge, .x-hasbadge .x-tabbar.x-docked-top .x-badge { font-size: .8em; line-height: 1.2em; @@ -3517,431 +4139,520 @@ input, textarea { -webkit-font-smoothing: antialiased; } -/* line 169, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 145, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar.x-docked-bottom { border-top: .1em solid; height: 3em; + padding: 0; } -/* line 173, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 150, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar.x-docked-bottom .x-tab { - display: -webkit-box; - display: box; - -webkit-box-direction: reverse; - box-direction: reverse; - -webkit-box-orient: vertical; - box-orient: vertical; -webkit-border-radius: 0.25em; border-radius: 0.25em; - margin: .15em; min-width: 3.3em; position: relative; + padding-top: .2em; } -/* line 182, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ -.x-tabbar.x-docked-bottom .x-tab img { +/* line 156, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +.x-tabbar.x-docked-bottom .x-tab .x-button-icon { -webkit-mask-size: 1.65em; width: 1.65em; height: 1.65em; display: block; - margin: .4em auto .1em; + margin: 0 auto; position: relative; } -/* line 201, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 175, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar.x-docked-bottom .x-tab .x-button-label, .x-tabbar.x-docked-bottom .x-tab .x-hasbadge .x-badge, .x-hasbadge .x-tabbar.x-docked-bottom .x-tab .x-badge { margin: 0; + padding: .1em 0 .2em 0; font-size: 9px; line-height: 12px; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; } -/* line 211, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 186, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar.x-docked-bottom .x-tab-active { -webkit-box-shadow: inset rgba(255, 255, 255, 0.3) 0 0 0.1em; } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.bookmarks, .x-button img.x-icon-mask.bookmarks { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.bookmarks, +.x-button .x-button-icon.x-icon-mask.bookmarks { -webkit-mask-image: url('data:image/png;base64,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'); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.download, .x-button img.x-icon-mask.download { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.download, +.x-button .x-button-icon.x-icon-mask.download { -webkit-mask-image: url('data:image/png;base64,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'); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.favorites, .x-button img.x-icon-mask.favorites { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.favorites, +.x-button .x-button-icon.x-icon-mask.favorites { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFfUlEQVRoBd2aXahVRRTHz/Ujv+2mZRGZB7W6mtpFikC7+UWUZiqBD0JPFdRL1EMFPfjoU4baS0FUD/UWZBEVShA+BCpmWApRSkgllNpDmZWZt9//eOay72afvWfWOTPn3rvgz8yeWbPW+s/XmT379AwODtZSSQ+CryVgA/gVfIx/pelEhFMBVlvBOaBeFo6Cean8y09KsnMg932TqCOs9M2UhMfhMJVsxtHcAmcbmekLCsqjFKUkvAYG1xSwmEHZqoLyKEVJCDOCNxH9HUCbVl6mULAuXxjrOQlhgl8Bbi0h0Uen3FBS37GqVIQHiHh2SdR16jTlo0t0woycpuxiUDSdHcFeMv3uIWYanTDB3wIWVZBQHP10zuQKvbarUxDWT1HRz1E++Ds99fLtgp6jEmbExhPNcs+IbkZPiCpRCRP5TPCQJ4MJ6A3QSUqjSWzC2ozuC4j+fnSnB+gHq8YmvJKIJgVEpRPX9QH6waqxCa8PjEhHT981H2j6qno0wqzF63BhOUxsom3Zb7aJqGsUjTAONFJlpysXQz7VuXpavrBTzzEJaz1adlzNjHs6RTBvJyZhjZTF/kTaWZZCnlvhsyWgQkPZQpagzsX1bFlAXjGtDdAPUu1p3PPQhCCXkdwG/mta0PWLds060AuAnqtEOjpdbQR3VymX1P9F3UfgGJA9X9F92c/ADaQ2P8V0DJ4/kDbeYKaSvgI2AN0+OGJK1VAbSIhTOXEOybYll2kte77yD4rqrHyb85S9Cl4HtReAyI11/A7HpRq5PSD6oR0f3Rad+H7S1DvV7UgS+tc1cU3n3V/AWJ/SX8BxVuMinow2rNNjlPQVeH0GFg378kDBfLAPXARjZbTPwmUXmOG+bgz71EKFfqKeAUWfREZbJxyCxyOOqEuHER4qrNUWovwy0CFktBHV4eNZMNvxyaaFhKWAaBt/HJwEo4W0luSKLMF8viVhp4iBeeBd8CcYqcQ1qi+CKS7uVmklYdcQY0+C42Ckkf6EmO51cVal3oRlCFkCdKgfCWtbo7obDO3AVWQbHHyUsjo40E6uq9cvQbdG+wN892fj8s0HjXDWKA51/t4JUo72H/jTDtybjSUkbyYsJ0gdfAtSjfTn+JoWQjCv2+57a4M1QaQSvZvrMsIs7RJejGcdUlLJUhzpZsYsZsJcCen6ZwCE3IaYA2021OfUdU3fJltmwni7Fvh+KDMF16KR3ux0lWuSdgjPxeNdJq/tNdKNqJaSSUyEmVK6JNPomtqbIh3eSKNsEmvAarfJ5LEzjbbR59MtpqyEb8eZjpndkhtxvNri3Er4YZxpx+yW6Jdhi8V5MOHm+n0QZ9afo0u0fQO8A5S3iPaQ1cTSG9w4f/SqesZBH/gRWI6T+gyyxfkgvw2cMdrS+/lTzpZvGnyWxsnTwHLRd4R2a/OBqQyoztKBe/P2qp6DCBOUptKHhuA+pU1fq2Co0/F0L9CVaghxXTbWW9ktKg8lrFfCrwODeh/9wgu1bEDo6OT2Fvgb+JLWq+nQEsnaa5UPJbwKBxc8A9KXPG1O3u+u6E4F24GvD3XMDjCxFcF8uTdhjGpHfwn49L42lCeAdyDZwGi3HpwAPr6+Q29htn1ZPoSwfuz3ewShXVcBNz62lzkvq6O9DjZHgQ9p72kdQljvob9VBPAN9Q+UEQmpw5b+Sf8e0FotI/4a9ZN8bIcQXlnh9AD1y3ychuhgU0tpJyhb14epn+ljN+Sk9S9G1ct50d8SdgF9x9EO3lHB5hXwPEYfA8dbGD9LuWZBtfj0inSQWUDTKzu1dAB5Dkz2tdOOHn70LvwVyMag/FYwzse295Rukq5j+G1wEOib66PAy5FPMD46+NPmqTV7CpwGGvkJPm2l8z8GWDNDloqpGQAAAABJRU5ErkJggg=='); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.info, .x-button img.x-icon-mask.info { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.info, +.x-button .x-button-icon.x-icon-mask.info { -webkit-mask-image: url('data:image/png;base64,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'); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.more, .x-button img.x-icon-mask.more { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.more, +.x-button .x-button-icon.x-icon-mask.more { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAADJ0lEQVRoBe2YS2sUQRSFp5MgvmLU+CAMiBJFDBHcCeoPEFciuHMjroMK4lZBcONG0JW60U1UEgRx59IXuNMoKEElKL7GRwyIqNHxO0N66FT3UNU9IHRNFXz0VNW5t+vW6RcT1ev1Sie1rk4qVrWGgn13PDgcHPZsB8Il7ZmhqXKCw6kt8WwgOOyZoalygsOpLfFsIDjsmaGpcoLDqS3xbCA47JmhqXKCw6kt8Wyg6XAURV2wEy7BM5iFtzAKu2BB0dqJ7YEtcBYmQblfwzjshUVt5O4mfhjOwwQodw3GYA8snpd77n9pFXMYvoP+qDaZZewcVKXPAzE64Qn4CmZe9f/AFSiSu4e4IzANrXJfZ24gXjO/KxEcg9+QFZQcU/CSONh2RKsraMQhr85xE/psOeN5tCr2APyA5Bqzfl9D06tYtX3wC7KE5pg2ZX98UtsR7XZo5ayZW/1DENnyzi18CO1nyMqTNXYcrTapcitHkBLJiZW2RaGRuxcg6+Stxu6i73fI3Y3uZM7cU+hXQeVvzsBP6Dc5LupxztzaiEGH3AvR3S+Qe4dc0D2cp/Uj1oPI1pR7g030n+erWlTe9pMA3cu2Jre+2ERtzBdZe01BL3Ke9Al6vQZsTbfKQ5vImH9PXxtqa3qVPbWJjHk94J6r4DPGhK17A8EHm4j7UAWP2nTG/GX6NWMs1SW3rrCroLeLaxtDqDdG4368zbHVkzM5Polus+2hEs+j7YNxx9zv0FkfhoncvegvOuZ+iW6rYhtfTXTWgV7OyeLM3w+Y3xaf0PVIzAqwFf0IzW7XnLGOmLUg58y1JvsTzA83Y5o/eLcyMQISJAN0z56G9bE275HYNXAU7kAy9xv6p2Bj3pyxntjVcBDuQTL3FH19Dg/FWh0bXzUMNhsf23JkOQzCK9B1P4NY39OFG3kjgpeB8g/AR/gG0+3mJkeF9Lp9lkIVZkDfC1r3vPs8VTAir1uRd1mpNyQUXGr7HBYfHHbYpFJLgsOlts9h8cFhh00qtSQ4XGr7HBYfHHbYpFJLgsOlts9h8cFhh00qtSQ4XGr7HBYfHHbYpFJLOs7hf5j4Vg3iLoGkAAAAAElFTkSuQmCC'); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.time, .x-button img.x-icon-mask.time { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.time, +.x-button .x-button-icon.x-icon-mask.time { -webkit-mask-image: url('data:image/png;base64,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'); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.user, .x-button img.x-icon-mask.user { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.user, +.x-button .x-button-icon.x-icon-mask.user { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAEWElEQVRoBe2aS0gVYRiGO1lmF8nQQlETutGFokAiqEV0ISKwgmrdMtzUpnW7drWKbFGbQAKpJIhuUGIUFUkW0T1Jq4V2U4ui7GLPexpDD+ecuX1jHqcPHseZ+f9vvnf++e8n0d/fPyZONjZOYqU1doLHRV3CiURCz5gMxTANJsJg+8XJJ+iBt9BHNdO1SCwRZR1GbAFRl8F8WAFLoRwGLME/ffAM7kETvIYPxPWDo7lFIhiheURaCVtgBywHXXOzbhJcggZoRvR7twy+76uELSEAtQsqySPwGdQN+KWDPHuh2DI2+TIVm3T455M9G0Bk6ktRvd4NBZaiTQUT3AQnSNW/VAFBzl/iZw0kq56FcOtuaQHB7QIv9ZVkrqZ2YA9Mck3pMYGZYKeh2sBz1SJb2mqcmfk0E0xQ6l9rwNoKcWjm11JwEYFVW6t1/K218mspeB5B5VsFluKnIuU88Kml4PGBo3DPqBGZiVkKNgvKRFkGJ5aCv2Z4xoi6bCm4DWUaXERhZhMJS8FfolDq+DSbRFgKjrIOa8poYpaCTQKK2sl/wSHfcFSNlll1sSzhn7ys3pAvLFP275lu+L1uKVhBPfYbgMf0zz2mc01mKfgbT7vi+kT/CeT3sv9s6XNYCtbg4CJ0pX9U4Kv3yXk3cO6UjGaCWX5Rg/UArqY8I8yp1qdPQ08YJ4Pzmgl2nCqwc2DVyKjunuddqkE0MVPBBKYSuQ7tJtEhFj9apDczU8FOVB0ctZiuHYUw9obMjbxErW2bmblgApTQengVIkq1B83QEsJH2qzmgp2n3ObYCEGndZ3krbcuXcUWiWACldCjoA0yv6a8J6HJb0Yv6SMRrAcj+gmHA+B3aneDPHXk/8jR3LR3a2rOfnAlTmfDVPDb6Khrq8bPDI5PoRPxZpMSk+1SgtOKpTa8l8BC0JaLmAkloA1xr/aOhJqEtINGWeqW7jjHXrQHbRdw4WxSJf8L8Aeh2m1QaWoBfiUsA61PTwGtUYeZ1qlP1zhan3YraBSnz/0mdAUVHqiEESoxKs0a2AxloJIMI5DsWU0vQH2z2oZToAnFI7+fu2/BiF3PgzbCKqgC1bXhNH3S6rba4BocR7TquifzLBih5XjcCSrROaAGKbJWHt9uJuGq67fgAki4zrNaVsGIzCP3dNgE20B1VJ+uro8UUz3Xr39UvxugCeEZl3UzCkZsBZn1+W6HRaB6qtZ4pJp2PtTna+58DFoR3sVxqHFxyM8euFsIW6EeXoDeoPrBXEEbAlpqqoN1kD9YY6rYxSQ4DGoE9KOSXBGZLk4NYB7CfigZEP1XMBfVEJ0BJUznIFevaSBzEEolOimYkyo4AfocclVYtrjViB0C9SzJEdE+jrn+CWcTrHvdUKuRUSm0gPrZ0W7tGjjMhTiIVWFWSbAGEnGxhAT/y+HhsL9oiVWFjo3FqnRVqrETrG5pFmiSEAuTYC3TFMVCLSIzTg9H6wuIXR2OneDfMJq1NmzzbS8AAAAASUVORK5CYII='); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.team, .x-button img.x-icon-mask.team { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.team, +.x-button .x-button-icon.x-icon-mask.team { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFI0lEQVRoBe2ZSYgdVRSG+yUmnagRQYU4NbZKNLYKWTgg4gQOaDYqJIIGl4LixhBwoy50LSIiulEjCkpAUBBRURpdGceFMQ7YtgkOJE4xTjGa9vuedUl1Vd2qevSrFqvrwJ97695zzj3/PXd6nd7MzMzIQpJFC4msXDvCbc94l+Euwy2bgW5JtyyhOTpdhnNT0rKGLsMtS2iOTpfh3JS0rOGQ+eLT6/VWMNYJ4NjUmN9T/xLs4WfqvPxO7TU9DkTdNmvBbeAskJ7kv/n+AjwKXiSW7yibFQk3BSIPZHdTl5xZzML238DDYFlTsQS/jZF1AGQ1mAZZkkXfe9FbGwJrqmz6lL4cEmOgjhyO0jq2gGVj0hhhAl9M1FeB3gDRn4Pu/5NwQnJ0ALKqrgKHDmgzkHpjGR4oioPKP1H96+Dn8GvpKyLqneV5Lp0XgnHggTMFJjlYPqAcpnyLsz/LHBLL0fRfCzwbvNN3gLeI5WXKaik7DbF2/20A28HPYF+CPZQfg9tj9vS5h18DRSdyrO0j9FeW+PQenwTe138AJ+d34OPFa215zDa0l15LOLgamM0DIBukbQ60JjhLl7RL+HWQtSv7jhLGz1FgM3DJZ30Yy69gYzqGonrVHr4eJ+OgB7Ji2xi4lGUW8+PsD0vOwNGNwInMirF42K0nlmXZzvR3LNARDN3fx6WVI3VJF50Fzvr7EZtY8zQdLtUiOYXGIrJpXUmvTDdk61HCKEqiagD9SSwnLCeX3RYwSJafRd/zoUj2FzVm2hyzMJ6gV0Y46Myl/BzjeqfnyMg36G5NJqpoTPvnLGWEnS0f9lVStL/7NgT/C5XNoHTW6XesV4En/1wlGo+Oo4QJ1ivoxxqju+fKCG2lf1uFH7P3eEl2K8xndRt3VKKEE4sPKWOHiCreg28TaPR1RN/X6GwEO0GReJ3cg95kUWeqzT8W6KtMpujcVaZQRfgFjL8qcbCDvndi/Zz0h4Hr6L8JHBHRW0L7DejdAU6K6Nj8CfBQi4mH4xYmrmy1sXlK/gCAAyfkQaAT91kWj9HW/6tJ8MO3NmeC+4CHlqdu1q7o25Xk5Hqynw+WBp+hpO1K4JItsnfr5GyCbSirCHstnQpcKulBXMK+o1frCPGgWAomwL2gLsm0z3S9ny38XARWgEXJOI7xNMiS9ns9MN5ZCQhEQ1lIGCOXmZf4ZeAW8C4IAblv3wBXAIn6sjkZ3Arc80FvGKW/nu4H/nhZDiR0IngI+LYPY3i43gWuAeNgFBQSn0UYJZejRH3CPQ8cMDi19Jp6AviuVfd48ADwRZXWG3Z9J/6fApeAJUm2TYRE02OZjPfA3WAM9HVDdvt2iXHI1HkoPQd2g7SjUHef+NyU7AXgFRD65qOcZrybQXgFmtUDIDu2xE3CBuCWWBxIU+8vk9MozdQukDUO3x4qm5IJOp36ZyW6waaJci/jrkviWEV9qiQOdd8Ebr/+T0fKkYvBp6AqOB2fnQz0SA39Kn9z6Z9mfPeze/UlUOXrB3Q2AW36a77KwP7tYCwh7Mupjk1TOmZuNInlyZqxuN8n3ItrQF1xryvRl9W/3Y3/60QGCTGF71h5JB0Tbn7vsDqyP6Vkva5dymxoVQ+lIE6+3+lJCH3Zcp+E78y2Fny7Evw7kstC8YA7BtQZRP1hiwTDKnuGun8aSiekaDxXwrbG/zOtaOT/ss3MLSjpCLc93V2Guwy3bAa6Jd2yhObodBnOTUnLGroMtyyhOTpdhnNT0rKGfwD3f6JVZi/xSQAAAABJRU5ErkJggg=='); } -/* line 256, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 229, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar-light { background-color: #404040; background-image: none; border-color: #333333; } -/* line 260, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 233, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar-light .x-tab { color: #a6a6a6; } -/* line 264, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 237, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar-light .x-tab-active { color: white; } -/* line 268, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 241, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar-light .x-tab-pressed { color: white; } -/* line 275, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 248, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar-light.x-docked-bottom .x-tab { text-shadow: rgba(0, 0, 0, 0.5) 0 -0.08em 0; } -/* line 277, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ -.x-tabbar-light.x-docked-bottom .x-tab img { +/* line 250, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +.x-tabbar-light.x-docked-bottom .x-tab .x-button-icon { background-color: #737373; background-image: none; } -/* line 282, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 255, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar-light.x-docked-bottom .x-tab-active { background-color: #4d4d4d; background-image: none; text-shadow: rgba(0, 0, 0, 0.5) 0 -0.08em 0; } -/* line 286, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ -.x-tabbar-light.x-docked-bottom .x-tab-active img { +/* line 259, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +.x-tabbar-light.x-docked-bottom .x-tab-active .x-button-icon { background-color: #ff8100; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffa74d), color-stop(50%, #ff8e1a), color-stop(51%, #ff8100), color-stop(100%, #e67400)); + background-image: -webkit-linear-gradient(#ffa74d, #ff8e1a 50%, #ff8100 51%, #e67400); background-image: linear-gradient(#ffa74d, #ff8e1a 50%, #ff8100 51%, #e67400); } -/* line 296, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 268, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar-light.x-docked-top .x-tab-active { background-color: #333333; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1a1a1a), color-stop(10%, #262626), color-stop(65%, #333333), color-stop(100%, #343434)); + background-image: -webkit-linear-gradient(#1a1a1a, #262626 10%, #333333 65%, #343434); background-image: linear-gradient(#1a1a1a, #262626 10%, #333333 65%, #343434); color: white; } -/* line 256, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 229, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar-dark { background-color: black; background-image: none; border-color: black; } -/* line 260, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 233, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar-dark .x-tab { color: #666666; } -/* line 264, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 237, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar-dark .x-tab-active { color: #e6e6e6; } -/* line 268, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 241, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar-dark .x-tab-pressed { color: white; } -/* line 275, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 248, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar-dark.x-docked-bottom .x-tab { text-shadow: rgba(0, 0, 0, 0.5) 0 -0.08em 0; } -/* line 277, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ -.x-tabbar-dark.x-docked-bottom .x-tab img { +/* line 250, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +.x-tabbar-dark.x-docked-bottom .x-tab .x-button-icon { background-color: #333333; background-image: none; } -/* line 282, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 255, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar-dark.x-docked-bottom .x-tab-active { background-color: #0d0d0d; background-image: none; text-shadow: rgba(0, 0, 0, 0.5) 0 -0.08em 0; } -/* line 286, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ -.x-tabbar-dark.x-docked-bottom .x-tab-active img { +/* line 259, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +.x-tabbar-dark.x-docked-bottom .x-tab-active .x-button-icon { background-color: #ffcd99; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff2e5), color-stop(50%, #ffd9b3), color-stop(51%, #ffcd99), color-stop(100%, #ffc080)); + background-image: -webkit-linear-gradient(#fff2e5, #ffd9b3 50%, #ffcd99 51%, #ffc080); background-image: linear-gradient(#fff2e5, #ffd9b3 50%, #ffcd99 51%, #ffc080); } -/* line 296, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 268, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar-dark.x-docked-top .x-tab-active { background-color: black; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(10%, #000000), color-stop(65%, #000000), color-stop(100%, #010101)); + background-image: -webkit-linear-gradient(#000000, #000000 10%, #000000 65%, #010101); background-image: linear-gradient(#000000, #000000 10%, #000000 65%, #010101); color: white; } -/* line 129, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ -.x-tab.x-item-disabled span.x-button-label, .x-tab.x-item-disabled .x-hasbadge span.x-badge, .x-hasbadge .x-tab.x-item-disabled span.x-badge, .x-tab.x-item-disabled img { +/* line 103, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +.x-tab.x-item-disabled span.x-button-label, .x-tab.x-item-disabled .x-hasbadge span.x-badge, .x-hasbadge .x-tab.x-item-disabled span.x-badge, .x-tab.x-item-disabled .x-button-icon { opacity: .5; } -/* line 132, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 106, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tab.x-draggable { opacity: .7; } -/* line 39, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +/* line 110, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +.x-tab { + overflow: visible !important; +} + +/* line 30, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ .x-toolbar { height: 2.6em; padding: 0 0.2em; overflow: hidden; position: relative; } -/* line 45, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +/* line 36, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ .x-toolbar > * { z-index: 1; } -/* line 49, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +/* line 40, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ .x-toolbar.x-docked-top { border-bottom: .1em solid; } -/* line 53, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +/* line 44, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ .x-toolbar.x-docked-bottom { border-top: .1em solid; } -/* line 58, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ -.x-toolbar-title { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 0; +/* line 54, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +.x-title { line-height: 2.1em; font-size: 1.2em; text-align: center; font-weight: bold; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + margin: 0 0.3em; + max-width: 100%; +} +/* line 65, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +.x-title .x-innerhtml { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + padding: 0 .3em; } -/* line 96, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +/* line 104, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ .x-toolbar-dark { background-color: #1a1a1a; background-image: none; border-color: black; } -/* line 100, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ -.x-toolbar-dark .x-toolbar-title { +/* line 108, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +.x-toolbar-dark .x-title { color: white; text-shadow: rgba(0, 0, 0, 0.5) 0 -0.08em 0; } -/* line 52, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-toolbar-dark .x-button, .x-toolbar .x-toolbar-dark .x-button, .x-toolbar-dark .x-field-select .x-input-text, .x-toolbar .x-toolbar-dark .x-field-select .x-input-text, .x-toolbar-dark .x-field-select:before, .x-toolbar .x-toolbar-dark .x-field-select:before { +/* line 113, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +.x-toolbar-dark.x-docked-top { + border-bottom-color: black; +} +/* line 117, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +.x-toolbar-dark.x-docked-bottom { + border-top-color: black; +} +/* line 55, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-toolbar-dark .x-button, .x-toolbar .x-toolbar-dark .x-button, +.x-toolbar-dark .x-field-select, .x-toolbar +.x-toolbar-dark .x-field-select { border: 0.1em solid black; border-top-color: black; color: white; text-shadow: rgba(0, 0, 0, 0.5) 0 -0.08em 0; -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 0.1em 0; } -/* line 57, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-toolbar-dark .x-button.x-button-back:before, .x-toolbar-dark .x-button.x-button-forward:before, .x-toolbar .x-toolbar-dark .x-button.x-button-back:before, .x-toolbar .x-toolbar-dark .x-button.x-button-forward:before, .x-toolbar-dark .x-field-select .x-input-text.x-button-back:before, .x-toolbar-dark .x-field-select .x-input-text.x-button-forward:before, .x-toolbar .x-toolbar-dark .x-field-select .x-input-text.x-button-back:before, .x-toolbar .x-toolbar-dark .x-field-select .x-input-text.x-button-forward:before, .x-toolbar-dark .x-field-select:before.x-button-back:before, .x-toolbar-dark .x-field-select:before.x-button-forward:before, .x-toolbar .x-toolbar-dark .x-field-select:before.x-button-back:before, .x-toolbar .x-toolbar-dark .x-field-select:before.x-button-forward:before { +/* line 60, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-toolbar-dark .x-button.x-button-back:before, .x-toolbar-dark .x-button.x-button-forward:before, .x-toolbar .x-toolbar-dark .x-button.x-button-back:before, .x-toolbar .x-toolbar-dark .x-button.x-button-forward:before, +.x-toolbar-dark .x-field-select.x-button-back:before, +.x-toolbar-dark .x-field-select.x-button-forward:before, .x-toolbar +.x-toolbar-dark .x-field-select.x-button-back:before, .x-toolbar +.x-toolbar-dark .x-field-select.x-button-forward:before { background: black; } -/* line 61, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-toolbar-dark .x-button, .x-toolbar-dark .x-button.x-button-back:after, .x-toolbar-dark .x-button.x-button-forward:after, .x-toolbar .x-toolbar-dark .x-button, .x-toolbar .x-toolbar-dark .x-button.x-button-back:after, .x-toolbar .x-toolbar-dark .x-button.x-button-forward:after, .x-toolbar-dark .x-field-select .x-input-text, .x-toolbar-dark .x-field-select .x-input-text.x-button-back:after, .x-toolbar-dark .x-field-select .x-input-text.x-button-forward:after, .x-toolbar .x-toolbar-dark .x-field-select .x-input-text, .x-toolbar .x-toolbar-dark .x-field-select .x-input-text.x-button-back:after, .x-toolbar .x-toolbar-dark .x-field-select .x-input-text.x-button-forward:after, .x-toolbar-dark .x-field-select:before, .x-toolbar-dark .x-field-select:before.x-button-back:after, .x-toolbar-dark .x-field-select:before.x-button-forward:after, .x-toolbar .x-toolbar-dark .x-field-select:before, .x-toolbar .x-toolbar-dark .x-field-select:before.x-button-back:after, .x-toolbar .x-toolbar-dark .x-field-select:before.x-button-forward:after { +/* line 64, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-toolbar-dark .x-button, .x-toolbar-dark .x-button.x-button-back:after, .x-toolbar-dark .x-button.x-button-forward:after, .x-toolbar .x-toolbar-dark .x-button, .x-toolbar .x-toolbar-dark .x-button.x-button-back:after, .x-toolbar .x-toolbar-dark .x-button.x-button-forward:after, +.x-toolbar-dark .x-field-select, +.x-toolbar-dark .x-field-select.x-button-back:after, +.x-toolbar-dark .x-field-select.x-button-forward:after, .x-toolbar +.x-toolbar-dark .x-field-select, .x-toolbar +.x-toolbar-dark .x-field-select.x-button-back:after, .x-toolbar +.x-toolbar-dark .x-field-select.x-button-forward:after { background-color: black; background-image: none; } -/* line 65, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-toolbar-dark .x-button img.x-icon-mask, .x-toolbar .x-toolbar-dark .x-button img.x-icon-mask, .x-toolbar-dark .x-field-select .x-input-text img.x-icon-mask, .x-toolbar .x-toolbar-dark .x-field-select .x-input-text img.x-icon-mask, .x-toolbar-dark .x-field-select:before img.x-icon-mask, .x-toolbar .x-toolbar-dark .x-field-select:before img.x-icon-mask { +/* line 68, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-toolbar-dark .x-button .x-button-icon.x-icon-mask, .x-toolbar .x-toolbar-dark .x-button .x-button-icon.x-icon-mask, +.x-toolbar-dark .x-field-select .x-button-icon.x-icon-mask, .x-toolbar +.x-toolbar-dark .x-field-select .x-button-icon.x-icon-mask { background-color: white; background-image: none; } -/* line 74, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-toolbar-dark .x-button.x-button-pressed, .x-toolbar-dark .x-button.x-button-active, .x-toolbar .x-toolbar-dark .x-button.x-button-pressed, .x-toolbar .x-toolbar-dark .x-button.x-button-active, .x-toolbar-dark .x-field-select .x-input-text.x-button-pressed, .x-toolbar-dark .x-field-select .x-input-text.x-button-active, .x-toolbar .x-toolbar-dark .x-field-select .x-input-text.x-button-pressed, .x-toolbar .x-toolbar-dark .x-field-select .x-input-text.x-button-active, .x-toolbar-dark .x-field-select:before.x-button-pressed, .x-toolbar-dark .x-field-select:before.x-button-active, .x-toolbar .x-toolbar-dark .x-field-select:before.x-button-pressed, .x-toolbar .x-toolbar-dark .x-field-select:before.x-button-active { +/* line 77, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-toolbar-dark .x-button.x-button-pressed, .x-toolbar-dark .x-button.x-button-active, .x-toolbar .x-toolbar-dark .x-button.x-button-pressed, .x-toolbar .x-toolbar-dark .x-button.x-button-active, +.x-toolbar-dark .x-field-select.x-button-pressed, +.x-toolbar-dark .x-field-select.x-button-active, .x-toolbar +.x-toolbar-dark .x-field-select.x-button-pressed, .x-toolbar +.x-toolbar-dark .x-field-select.x-button-active { -webkit-box-shadow: inset black 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0; } -/* line 75, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-toolbar-dark .x-button.x-button-pressed, .x-toolbar-dark .x-button.x-button-pressed:after, .x-toolbar-dark .x-button.x-button-active, .x-toolbar-dark .x-button.x-button-active:after, .x-toolbar .x-toolbar-dark .x-button.x-button-pressed, .x-toolbar .x-toolbar-dark .x-button.x-button-pressed:after, .x-toolbar .x-toolbar-dark .x-button.x-button-active, .x-toolbar .x-toolbar-dark .x-button.x-button-active:after, .x-toolbar-dark .x-field-select .x-input-text.x-button-pressed, .x-toolbar-dark .x-field-select .x-input-text.x-button-pressed:after, .x-toolbar-dark .x-field-select .x-input-text.x-button-active, .x-toolbar-dark .x-field-select .x-input-text.x-button-active:after, .x-toolbar .x-toolbar-dark .x-field-select .x-input-text.x-button-pressed, .x-toolbar .x-toolbar-dark .x-field-select .x-input-text.x-button-pressed:after, .x-toolbar .x-toolbar-dark .x-field-select .x-input-text.x-button-active, .x-toolbar .x-toolbar-dark .x-field-select .x-input-text.x-button-active:after, .x-toolbar-dark .x-field-select:before.x-button-pressed, .x-toolbar-dark .x-field-select:before.x-button-pressed:after, .x-toolbar-dark .x-field-select:before.x-button-active, .x-toolbar-dark .x-field-select:before.x-button-active:after, .x-toolbar .x-toolbar-dark .x-field-select:before.x-button-pressed, .x-toolbar .x-toolbar-dark .x-field-select:before.x-button-pressed:after, .x-toolbar .x-toolbar-dark .x-field-select:before.x-button-active, .x-toolbar .x-toolbar-dark .x-field-select:before.x-button-active:after { +/* line 78, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-toolbar-dark .x-button.x-button-pressed, .x-toolbar-dark .x-button.x-button-pressed:after, .x-toolbar-dark .x-button.x-button-active, .x-toolbar-dark .x-button.x-button-active:after, .x-toolbar .x-toolbar-dark .x-button.x-button-pressed, .x-toolbar .x-toolbar-dark .x-button.x-button-pressed:after, .x-toolbar .x-toolbar-dark .x-button.x-button-active, .x-toolbar .x-toolbar-dark .x-button.x-button-active:after, +.x-toolbar-dark .x-field-select.x-button-pressed, +.x-toolbar-dark .x-field-select.x-button-pressed:after, +.x-toolbar-dark .x-field-select.x-button-active, +.x-toolbar-dark .x-field-select.x-button-active:after, .x-toolbar +.x-toolbar-dark .x-field-select.x-button-pressed, .x-toolbar +.x-toolbar-dark .x-field-select.x-button-pressed:after, .x-toolbar +.x-toolbar-dark .x-field-select.x-button-active, .x-toolbar +.x-toolbar-dark .x-field-select.x-button-active:after { background-color: black; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(10%, #000000), color-stop(65%, #000000), color-stop(100%, #010101)); + background-image: -webkit-linear-gradient(#000000, #000000 10%, #000000 65%, #010101); background-image: linear-gradient(#000000, #000000 10%, #000000 65%, #010101); } -/* line 96, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +/* line 104, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ .x-toolbar-light { background-color: #333333; background-image: none; border-color: black; } -/* line 100, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ -.x-toolbar-light .x-toolbar-title { +/* line 108, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +.x-toolbar-light .x-title { color: white; text-shadow: rgba(0, 0, 0, 0.5) 0 -0.08em 0; } -/* line 52, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-toolbar-light .x-button, .x-toolbar .x-toolbar-light .x-button, .x-toolbar-light .x-field-select .x-input-text, .x-toolbar .x-toolbar-light .x-field-select .x-input-text, .x-toolbar-light .x-field-select:before, .x-toolbar .x-toolbar-light .x-field-select:before { +/* line 113, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +.x-toolbar-light.x-docked-top { + border-bottom-color: black; +} +/* line 117, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +.x-toolbar-light.x-docked-bottom { + border-top-color: black; +} +/* line 55, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-toolbar-light .x-button, .x-toolbar .x-toolbar-light .x-button, .x-toolbar-light .x-field-select, .x-toolbar .x-toolbar-light .x-field-select { border: 0.1em solid black; border-top-color: black; color: white; text-shadow: rgba(0, 0, 0, 0.5) 0 -0.08em 0; -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 0.1em 0; } -/* line 57, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-toolbar-light .x-button.x-button-back:before, .x-toolbar-light .x-button.x-button-forward:before, .x-toolbar .x-toolbar-light .x-button.x-button-back:before, .x-toolbar .x-toolbar-light .x-button.x-button-forward:before, .x-toolbar-light .x-field-select .x-input-text.x-button-back:before, .x-toolbar-light .x-field-select .x-input-text.x-button-forward:before, .x-toolbar .x-toolbar-light .x-field-select .x-input-text.x-button-back:before, .x-toolbar .x-toolbar-light .x-field-select .x-input-text.x-button-forward:before, .x-toolbar-light .x-field-select:before.x-button-back:before, .x-toolbar-light .x-field-select:before.x-button-forward:before, .x-toolbar .x-toolbar-light .x-field-select:before.x-button-back:before, .x-toolbar .x-toolbar-light .x-field-select:before.x-button-forward:before { +/* line 60, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-toolbar-light .x-button.x-button-back:before, .x-toolbar-light .x-button.x-button-forward:before, .x-toolbar .x-toolbar-light .x-button.x-button-back:before, .x-toolbar .x-toolbar-light .x-button.x-button-forward:before, .x-toolbar-light .x-field-select.x-button-back:before, .x-toolbar-light .x-field-select.x-button-forward:before, .x-toolbar .x-toolbar-light .x-field-select.x-button-back:before, .x-toolbar .x-toolbar-light .x-field-select.x-button-forward:before { background: black; } -/* line 61, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-toolbar-light .x-button, .x-toolbar-light .x-button.x-button-back:after, .x-toolbar-light .x-button.x-button-forward:after, .x-toolbar .x-toolbar-light .x-button, .x-toolbar .x-toolbar-light .x-button.x-button-back:after, .x-toolbar .x-toolbar-light .x-button.x-button-forward:after, .x-toolbar-light .x-field-select .x-input-text, .x-toolbar-light .x-field-select .x-input-text.x-button-back:after, .x-toolbar-light .x-field-select .x-input-text.x-button-forward:after, .x-toolbar .x-toolbar-light .x-field-select .x-input-text, .x-toolbar .x-toolbar-light .x-field-select .x-input-text.x-button-back:after, .x-toolbar .x-toolbar-light .x-field-select .x-input-text.x-button-forward:after, .x-toolbar-light .x-field-select:before, .x-toolbar-light .x-field-select:before.x-button-back:after, .x-toolbar-light .x-field-select:before.x-button-forward:after, .x-toolbar .x-toolbar-light .x-field-select:before, .x-toolbar .x-toolbar-light .x-field-select:before.x-button-back:after, .x-toolbar .x-toolbar-light .x-field-select:before.x-button-forward:after { +/* line 64, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-toolbar-light .x-button, .x-toolbar-light .x-button.x-button-back:after, .x-toolbar-light .x-button.x-button-forward:after, .x-toolbar .x-toolbar-light .x-button, .x-toolbar .x-toolbar-light .x-button.x-button-back:after, .x-toolbar .x-toolbar-light .x-button.x-button-forward:after, .x-toolbar-light .x-field-select, .x-toolbar-light .x-field-select.x-button-back:after, .x-toolbar-light .x-field-select.x-button-forward:after, .x-toolbar .x-toolbar-light .x-field-select, .x-toolbar .x-toolbar-light .x-field-select.x-button-back:after, .x-toolbar .x-toolbar-light .x-field-select.x-button-forward:after { background-color: #1a1a1a; background-image: none; } -/* line 65, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-toolbar-light .x-button img.x-icon-mask, .x-toolbar .x-toolbar-light .x-button img.x-icon-mask, .x-toolbar-light .x-field-select .x-input-text img.x-icon-mask, .x-toolbar .x-toolbar-light .x-field-select .x-input-text img.x-icon-mask, .x-toolbar-light .x-field-select:before img.x-icon-mask, .x-toolbar .x-toolbar-light .x-field-select:before img.x-icon-mask { +/* line 68, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-toolbar-light .x-button .x-button-icon.x-icon-mask, .x-toolbar .x-toolbar-light .x-button .x-button-icon.x-icon-mask, .x-toolbar-light .x-field-select .x-button-icon.x-icon-mask, .x-toolbar .x-toolbar-light .x-field-select .x-button-icon.x-icon-mask { background-color: white; background-image: none; } -/* line 74, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-toolbar-light .x-button.x-button-pressed, .x-toolbar-light .x-button.x-button-active, .x-toolbar .x-toolbar-light .x-button.x-button-pressed, .x-toolbar .x-toolbar-light .x-button.x-button-active, .x-toolbar-light .x-field-select .x-input-text.x-button-pressed, .x-toolbar-light .x-field-select .x-input-text.x-button-active, .x-toolbar .x-toolbar-light .x-field-select .x-input-text.x-button-pressed, .x-toolbar .x-toolbar-light .x-field-select .x-input-text.x-button-active, .x-toolbar-light .x-field-select:before.x-button-pressed, .x-toolbar-light .x-field-select:before.x-button-active, .x-toolbar .x-toolbar-light .x-field-select:before.x-button-pressed, .x-toolbar .x-toolbar-light .x-field-select:before.x-button-active { +/* line 77, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-toolbar-light .x-button.x-button-pressed, .x-toolbar-light .x-button.x-button-active, .x-toolbar .x-toolbar-light .x-button.x-button-pressed, .x-toolbar .x-toolbar-light .x-button.x-button-active, .x-toolbar-light .x-field-select.x-button-pressed, .x-toolbar-light .x-field-select.x-button-active, .x-toolbar .x-toolbar-light .x-field-select.x-button-pressed, .x-toolbar .x-toolbar-light .x-field-select.x-button-active { -webkit-box-shadow: inset black 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0; } -/* line 75, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-toolbar-light .x-button.x-button-pressed, .x-toolbar-light .x-button.x-button-pressed:after, .x-toolbar-light .x-button.x-button-active, .x-toolbar-light .x-button.x-button-active:after, .x-toolbar .x-toolbar-light .x-button.x-button-pressed, .x-toolbar .x-toolbar-light .x-button.x-button-pressed:after, .x-toolbar .x-toolbar-light .x-button.x-button-active, .x-toolbar .x-toolbar-light .x-button.x-button-active:after, .x-toolbar-light .x-field-select .x-input-text.x-button-pressed, .x-toolbar-light .x-field-select .x-input-text.x-button-pressed:after, .x-toolbar-light .x-field-select .x-input-text.x-button-active, .x-toolbar-light .x-field-select .x-input-text.x-button-active:after, .x-toolbar .x-toolbar-light .x-field-select .x-input-text.x-button-pressed, .x-toolbar .x-toolbar-light .x-field-select .x-input-text.x-button-pressed:after, .x-toolbar .x-toolbar-light .x-field-select .x-input-text.x-button-active, .x-toolbar .x-toolbar-light .x-field-select .x-input-text.x-button-active:after, .x-toolbar-light .x-field-select:before.x-button-pressed, .x-toolbar-light .x-field-select:before.x-button-pressed:after, .x-toolbar-light .x-field-select:before.x-button-active, .x-toolbar-light .x-field-select:before.x-button-active:after, .x-toolbar .x-toolbar-light .x-field-select:before.x-button-pressed, .x-toolbar .x-toolbar-light .x-field-select:before.x-button-pressed:after, .x-toolbar .x-toolbar-light .x-field-select:before.x-button-active, .x-toolbar .x-toolbar-light .x-field-select:before.x-button-active:after { +/* line 78, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-toolbar-light .x-button.x-button-pressed, .x-toolbar-light .x-button.x-button-pressed:after, .x-toolbar-light .x-button.x-button-active, .x-toolbar-light .x-button.x-button-active:after, .x-toolbar .x-toolbar-light .x-button.x-button-pressed, .x-toolbar .x-toolbar-light .x-button.x-button-pressed:after, .x-toolbar .x-toolbar-light .x-button.x-button-active, .x-toolbar .x-toolbar-light .x-button.x-button-active:after, .x-toolbar-light .x-field-select.x-button-pressed, .x-toolbar-light .x-field-select.x-button-pressed:after, .x-toolbar-light .x-field-select.x-button-active, .x-toolbar-light .x-field-select.x-button-active:after, .x-toolbar .x-toolbar-light .x-field-select.x-button-pressed, .x-toolbar .x-toolbar-light .x-field-select.x-button-pressed:after, .x-toolbar .x-toolbar-light .x-field-select.x-button-active, .x-toolbar .x-toolbar-light .x-field-select.x-button-active:after { background-color: #080808; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(10%, #000000), color-stop(65%, #080808), color-stop(100%, #090909)); + background-image: -webkit-linear-gradient(#000000, #000000 10%, #080808 65%, #090909); background-image: linear-gradient(#000000, #000000 10%, #080808 65%, #090909); } -/* line 53, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ -.x-android .x-toolbar .x-input-text, .x-android .x-toolbar .x-input-search, .x-android .x-toolbar .x-input-number { - -webkit-box-shadow: inset rgba(0, 0, 0, 0.5) 0 0.1em 0.1em, inset rgba(0, 0, 0, 0.5) 0 -0.1em 0.1em, inset rgba(0, 0, 0, 0.5) 0.1em 0 0.1em, inset rgba(0, 0, 0, 0.5) -0.1em 0 0.1em, inset rgba(0, 0, 0, 0.5) 0 0.15em 0.4em; +/* line 79, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +.x-navigation-bar .x-container { + overflow: visible; } -/* line 60, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +/* line 51, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ .x-desktop .x-toolbar .x-input-search { - padding-left: 1.06em; + margin-left: 1.06em; +} + +/* line 56, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +.x-android .x-toolbar .x-input-el { + -webkit-text-fill-color: #fff; } -/* line 66, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +/* line 61, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +.x-toolbar .x-form-field-container { + padding: 0 .3em; +} +/* line 65, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ .x-toolbar .x-field { - margin: .3em .5em; + width: 13em; + margin: .5em; min-height: 0; - border-bottom: 0; - width: auto; -} -/* line 73, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ -.x-toolbar .x-input-text, .x-toolbar .x-input-search, .x-toolbar .x-input-number { -webkit-border-radius: 0.3em; border-radius: 0.3em; - -webkit-background-clip: padding; - background-clip: padding-box; + background-color: white; + -webkit-box-shadow: inset rgba(0, 0, 0, 0.5) 0 0.1em 0, inset rgba(0, 0, 0, 0.5) 0 -0.1em 0, inset rgba(0, 0, 0, 0.5) 0.1em 0 0, inset rgba(0, 0, 0, 0.5) -0.1em 0 0, inset rgba(0, 0, 0, 0.5) 0 0.15em 0.4em; +} +/* line 77, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +.x-toolbar .x-field .x-field-clear-container { + min-height: 0; + background-color: transparent; +} +/* line 81, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +.x-toolbar .x-field .x-field-clear-container .x-field-clear { + font-size: .8em; + line-height: 0.8em; +} +/* line 88, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +.x-toolbar .x-field { + border-bottom: 0; +} +/* line 94, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +.x-toolbar .x-input-text, +.x-toolbar .x-input-search, +.x-toolbar .x-input-number { height: 1.5em; color: #6e6e6e; - background-color: white; + background: transparent; min-height: 0; line-height: 1.3em; -webkit-appearance: none; padding: 0em .3em; margin: 0; - -webkit-box-shadow: inset rgba(0, 0, 0, 0.5) 0 0.1em 0, inset rgba(0, 0, 0, 0.5) 0 -0.1em 0, inset rgba(0, 0, 0, 0.5) 0.1em 0 0, inset rgba(0, 0, 0, 0.5) -0.1em 0 0, inset rgba(0, 0, 0, 0.5) 0 0.15em 0.4em; } -/* line 89, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ -.x-toolbar .x-input-text:focus, .x-toolbar .x-input-search:focus, .x-toolbar .x-input-number:focus { +/* line 107, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +.x-toolbar .x-input-text:focus, +.x-toolbar .x-input-search:focus, +.x-toolbar .x-input-number:focus { color: black; } -/* line 94, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ -.x-toolbar .x-input-search, .x-toolbar .x-field-select .x-input-text { - padding: 0em .5em; +/* line 113, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +.x-toolbar .x-field-select, +.x-toolbar .x-field-search { -webkit-border-radius: 0.75em; border-radius: 0.75em; } -/* line 99, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ -.x-toolbar .x-input-search { +/* line 118, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +.x-toolbar .x-field-search .x-field-input { background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.6))), url('data:image/png;base64,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'); -webkit-background-size: .83em .83em, .83em .83em; background-repeat: no-repeat; background-position: .5em 50%; - padding-left: 1.67em; } -/* line 108, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +/* line 124, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +.x-toolbar .x-field-search .x-field-input .x-form-field { + margin-left: 1.0em; +} +/* line 130, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +.x-toolbar .x-field-select { + -webkit-box-shadow: none; +} +/* line 135, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ .x-toolbar .x-field-select:after { top: -0.5em; right: -0.5em; } -/* line 114, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +/* line 141, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ .x-toolbar .x-field-select:before { width: 3em; border-left: none; - -webkit-border-top-right-radius: 0.75em; - border-top-right-radius: 0.75em; - -webkit-border-bottom-right-radius: 0.75em; - border-bottom-right-radius: 0.75em; + background: transparent; -webkit-mask: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAABCAYAAACc0f2yAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADJJREFUeNpi/P//PwMjIyMbAwMDOxRzAjEXFHMDMQ8a5kXC6HLcSHo5kcwEmU9TABBgAOcTBAFcRiSpAAAAAElFTkSuQmCC'); -webkit-mask-position: right top; -webkit-mask-repeat: repeat-y; -webkit-mask-size: 3em 0.05em; } -/* line 129, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ -.x-toolbar .x-field-select .x-input-text, .x-toolbar .x-field-select:before { - -webkit-box-shadow: none; -} -/* line 133, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +/* line 157, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ .x-toolbar .x-field-select .x-input-text { - padding-right: 1.5em; - display: block; + color: #fff; } -/* line 36, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ -.x-carousel-body { - overflow: hidden; +/* line 163, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +.x-android .x-field-search .x-field-input .x-form-field { + margin-left: 1.67em; +} + +/* line 51, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ +.x-carousel { position: relative; + overflow: hidden; } -/* line 41, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ +/* line 56, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ .x-carousel-item { position: absolute; width: 100%; height: 100%; - -webkit-transition-property: matrix3d; - transition-property: matrix3d; - -webkit-transition-duration: 0; - transition-duration: 0; - -webkit-transition-timing-function: ease-out; - transition-timing-function: ease-out; +} +/* line 61, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ +.x-carousel-item > * { + position: absolute; + width: 100%; + height: 100%; } -/* line 51, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ -.x-android .x-carousel-item { - -webkit-transition-property: translate; - transition-property: translate; - -webkit-transition-duration: 0; - transition-duration: 0; - -webkit-transition-timing-function: ease-out; - transition-timing-function: ease-out; +/* line 68, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ +.x-carousel-indicator { + padding: 0; + -webkit-border-radius: 0; + border-radius: 0; + -webkit-box-shadow: none; + background-color: transparent; + background-image: none; } -/* line 56, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ +/* line 78, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ .x-carousel-indicator { - position: absolute; - z-index: 1; - vertical-align: middle; - text-align: center; + -webkit-box-flex: 1; display: -webkit-box; display: box; -webkit-box-pack: center; @@ -3949,7 +4660,7 @@ input, textarea { -webkit-box-align: center; box-align: center; } -/* line 65, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ +/* line 85, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ .x-carousel-indicator span { display: block; width: 0.5em; @@ -3959,81 +4670,76 @@ input, textarea { margin: 0.2em; } -/* line 74, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ +/* line 94, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ .x-carousel-indicator-horizontal { height: 1.5em; - bottom: 0; - left: 0; width: 100%; - -webkit-box-orient: horizontal; - box-orient: horizontal; } -/* line 82, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ +/* line 99, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ .x-carousel-indicator-vertical { - width: 1.5em; - height: 100%; - right: 0; - top: 0; -webkit-box-orient: vertical; box-orient: vertical; + width: 1.5em; + height: 100%; } -/* line 113, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ +/* line 34, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ .x-carousel-indicator-light span { background-color: rgba(255, 255, 255, 0.1); background-image: none; } -/* line 116, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ +/* line 37, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ .x-carousel-indicator-light span.x-carousel-indicator-active { background-color: rgba(255, 255, 255, 0.3); background-image: none; } -/* line 113, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ +/* line 34, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ .x-carousel-indicator-dark span { background-color: rgba(0, 0, 0, 0.1); background-image: none; } -/* line 116, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ +/* line 37, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ .x-carousel-indicator-dark span.x-carousel-indicator-active { background-color: rgba(0, 0, 0, 0.3); background-image: none; } -/* line 37, ../themes/stylesheets/sencha-touch/default/widgets/_indexbar.scss */ -.x-indexbar { - padding: 0 .3em; - width: 2.1em; - display: -webkit-box; - display: box; +/* line 29, ../themes/stylesheets/sencha-touch/default/widgets/_indexbar.scss */ +.x-indexbar-wrapper { + -webkit-box-pack: end !important; + box-pack: end !important; + pointer-events: none; +} + +/* line 35, ../themes/stylesheets/sencha-touch/default/widgets/_indexbar.scss */ +.x-indexbar-vertical { + width: 1.1em; -webkit-box-orient: vertical; box-orient: vertical; - -webkit-box-align: stretch; - box-align: stretch; - -webkit-box-pack: center; - box-pack: center; - position: absolute; - top: 1.5em; - right: 0; - bottom: 1em; - z-index: 3; + margin-right: 8px; } -/* line 51, ../themes/stylesheets/sencha-touch/default/widgets/_indexbar.scss */ -.x-indexbar-body { - padding: .3em 0; +/* line 41, ../themes/stylesheets/sencha-touch/default/widgets/_indexbar.scss */ +.x-indexbar-horizontal { + height: 1.1em; + -webkit-box-orient: horizontal; + box-orient: horizontal; + margin-bottom: 8px; } -/* line 55, ../themes/stylesheets/sencha-touch/default/widgets/_indexbar.scss */ -.x-indexbar-pressed .x-indexbar-body { - -webkit-border-radius: 0.75em; - border-radius: 0.75em; - background-color: rgba(163, 143, 143, 0.8); +/* line 47, ../themes/stylesheets/sencha-touch/default/widgets/_indexbar.scss */ +.x-indexbar { + pointer-events: auto; + z-index: 2; + padding: .3em 0; + min-height: 0 !important; + height: auto !important; + -webkit-box-flex: 0 !important; } - -/* line 60, ../themes/stylesheets/sencha-touch/default/widgets/_indexbar.scss */ -.x-indexbar-item { +/* line 55, ../themes/stylesheets/sencha-touch/default/widgets/_indexbar.scss */ +.x-indexbar > div { color: #0d0d0d; font-size: 0.6em; text-align: center; @@ -4042,12 +4748,35 @@ input, textarea { display: block; } -/* line 93, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 66, ../themes/stylesheets/sencha-touch/default/widgets/_indexbar.scss */ +.x-phone.x-landscape .x-indexbar > div { + font-size: 0.38em; + line-height: 1em; +} + +/* line 72, ../themes/stylesheets/sencha-touch/default/widgets/_indexbar.scss */ +.x-indexbar-pressed { + -webkit-border-radius: 0.55em; + border-radius: 0.55em; + background-color: rgba(163, 143, 143, 0.8); +} + +/* line 67, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list { - background-color: #eeeeee; position: relative; + background-color: #eeeeee; +} +/* line 71, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +.x-list .x-list-inner { + width: 100%; } -/* line 97, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 75, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +.x-list .x-list-disclosure { + position: absolute; + bottom: 0.5em; + right: 0.8em; +} +/* line 81, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list .x-list-disclosure { overflow: visible; -webkit-mask: 0 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpFNkNCM0JGNTZFMjI2ODExQkNGQjkwMzk3MDc3MkZFQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3M0MzQUU1QUFDQkQxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3M0MzQUU1OUFDQkQxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU3Q0IzQkY1NkUyMjY4MTFCQ0ZCOTAzOTcwNzcyRkVCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkU2Q0IzQkY1NkUyMjY4MTFCQ0ZCOTAzOTcwNzcyRkVCIi8+IDwvcmRmOkRlc2NyaXB0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') no-repeat; @@ -4057,55 +4786,44 @@ input, textarea { width: 1.7em; height: 1.7em; } -/* line 106, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 90, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list.x-list-indexed .x-list-disclosure { - margin-right: 1.3em; + margin-right: 1em; } -/* line 110, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 94, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list .x-item-selected .x-list-disclosure { background: #fff none; } -/* line 114, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 98, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list .x-list-item { + overflow: hidden; position: relative; color: #333333; - padding: 0.5em 0.8em; - min-height: 2.6em; - display: -webkit-box; - display: box; border-top: 1px solid #c8c8c8; } -/* line 124, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 104, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +.x-list .x-list-item .x-list-item-label { + min-height: 2.6em; + padding: 0.7em 0.8em; +} +/* line 109, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list .x-list-item:first-child { border-top: none; } -/* line 128, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 113, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list .x-list-item:last-child { border-bottom: 1px solid #c8c8c8; } -/* line 132, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ -.x-list .x-list-item .x-list-item-body { - -webkit-box-flex: 1; - box-flex: 1; - /*@include display-box;*/ - -webkit-box-align: center; - box-align: center; - -webkit-box-orient: horizontal; - box-orient: horizontal; -} -/* line 138, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ -.x-list .x-list-item .x-list-item-body span { - font-size: .95em; -} -/* line 143, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 117, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list .x-list-item.x-item-pressed { border-top-color: #dddddd; background: #dddddd none; } -/* line 151, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 125, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list .x-list-item.x-item-selected { background-color: #ff8100; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cc6700), color-stop(10%, #e67400), color-stop(65%, #ff8100), color-stop(100%, #ff8203)); + background-image: -webkit-linear-gradient(#cc6700, #e67400 10%, #ff8100 65%, #ff8203); background-image: linear-gradient(#cc6700, #e67400 10%, #ff8100 65%, #ff8203); color: white; text-shadow: rgba(0, 0, 0, 0.5) 0 -0.08em 0; @@ -4113,10 +4831,11 @@ input, textarea { border-bottom-color: #b35a00; } -/* line 164, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 138, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-header { background-color: #999999; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e6e6e6), color-stop(2%, #bfbfbf), color-stop(30%, #adadad), color-stop(65%, #999999), color-stop(100%, #808080)); + background-image: -webkit-linear-gradient(#e6e6e6, #bfbfbf 2%, #adadad 30%, #999999 65%, #808080); background-image: linear-gradient(#e6e6e6, #bfbfbf 2%, #adadad 30%, #999999 65%, #808080); color: #4d4d4d; text-shadow: rgba(255, 255, 255, 0.25) 0 0.08em 0; @@ -4129,27 +4848,31 @@ input, textarea { -webkit-box-shadow: 0px 0.1em 0.3em rgba(0, 0, 0, 0.3); } -/* line 179, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 153, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-header-swap { - z-index: 1; position: absolute; top: 0; left: 0; width: 100%; } -/* line 187, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 160, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +.x-ios .x-list-header-swap { + -webkit-transform: translate3d(0, 0, 0); +} + +/* line 164, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-round { background-color: #e1e1e1; } -/* line 190, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 167, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-round .x-list-group-items > *, .x-list-round.x-list-flat .x-list-parent > * { border-right: 1px solid #c8c8c8; border-left: 1px solid #c8c8c8; background-color: #eeeeee; margin: 0 1.2em; } -/* line 195, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 172, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-round .x-list-group-items > *:first-child, .x-list-round.x-list-flat .x-list-parent > *:first-child { margin: 1.2em 1.2em 0; border-top: 1px solid #c8c8c8; @@ -4158,7 +4881,7 @@ input, textarea { -webkit-border-top-right-radius: 0.4em; border-top-right-radius: 0.4em; } -/* line 200, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 177, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-round .x-list-group-items > *:last-child, .x-list-round.x-list-flat .x-list-parent > *:last-child { margin: 0 1.2em 1.2em; border-bottom: 1px solid #c8c8c8; @@ -4168,16 +4891,16 @@ input, textarea { border-bottom-right-radius: 0.4em; } -/* line 210, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 187, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-paging { height: 50px; } -/* line 212, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 189, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-paging .x-loading-spinner { display: none; margin: auto; } -/* line 217, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 194, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-paging .x-list-paging-msg { text-align: center; color: #ff8100; @@ -4185,16 +4908,16 @@ input, textarea { -webkit-border-radius: 6px; border-radius: 6px; } -/* line 225, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 202, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-paging.x-loading .x-loading-spinner { display: block; } -/* line 229, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 206, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-paging.x-loading .x-list-paging-msg { display: none; } -/* line 237, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 214, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-pullrefresh { display: -webkit-box; display: box; @@ -4210,196 +4933,454 @@ input, textarea { width: 100%; height: 4.5em; } -/* line 248, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ -.x-list-pullrefresh .x-loading-spinner { - display: none; +/* line 225, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +.x-list-pullrefresh .x-loading-spinner { + display: none; +} + +/* line 230, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +.x-list-pullrefresh-arrow { + width: 2.5em; + height: 4.5em; + -webkit-mask: center center url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAA8CAYAAAAUufjgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAjFJREFUeNrsmU8oREEYwOexdtNuKBfFwdVhCyfuysnFiXISS+1BLopyUpKLXETkRLaUi1LK3Q2lpPbiQLnIn03a/Hm+z86Ttv0zM++bfbOar36Hbad5v535Zp7v47iuy0wOpyoEHccRHV9L9NxPkUE/bhKCOKiOSPAdn69DsJ5I8E2HYA0QJRJ8Bb50CDYRCT7pEMQD0kwk+CByUFQEW4gE73UIhoA2IsFb4ENEMCQ5MdU1IxwygpT3oKNLMGyyYFVscdhusc8tDpu+xRG7xf95BW0O2kNiV1AgIvaQ2BzUJNgJNJYZGyUU7OG1cal4Bi68oqkDPszy2teEwJp5Cdyu/lZ1g8CwIYJ7wEF+2YmrNw90Byx3BizgKhaqizEP1wg7CLLxCEzy/CtauMeBlQDyEfNuGrgU6SyM8F9SyVgHdmRaH6tAb4XkToEp2d4M5mOK0TWMigU2koa8vJMRZPxEb2ss2LEVPMpPLlMRxBgDZjQJLgNbxb6Uab9tAn3EcifAeKkBMoLY+j0GWonk7oB+lmsFkwhidAGHBPmIeTcAnJcbKCuIMQEs+hScAzZEBqoIYuzyFVCJI36lMJ2CDfxibZeUu+EX/4uMIFP8ZyLejxkgK0hG5a8kP4IYSZbr1IuQVHmAX0HGX4VuGfZVJ6cQxPd1uoRcWqDW0SroFVzZAnJZ/h0LWhAjUUAw4XdSSsH8fExRTEgtGAOuOTETBb16Jk412e+bxOSwglYw6PgWYABvLk8P7zGJFwAAAABJRU5ErkJggg==') no-repeat; + -webkit-mask-size: 2em 3em; + /*-webkit-transition-property: -webkit-transform;*/ + /*-webkit-transition-duration: 200ms;*/ + -webkit-transform: rotate(0deg); + background-color: #111; +} + +/* line 242, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +.x-list-pullrefresh-release .x-list-pullrefresh-arrow { + -webkit-transform: rotate(-180deg); +} + +/* line 246, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +.x-list-pullrefresh-wrap { + width: 20em; + font-size: 0.7em; +} + +/* line 251, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +.x-list-pullrefresh-message { + font-weight: bold; + font-size: 1.3em; + margin-bottom: 0.1em; + text-align: center; +} + +/* line 258, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +.x-list-pullrefresh-updated { + text-align: center; +} + +/* line 262, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +.x-list-pullrefresh-loading { + /*position: relative;*/ + /*top: 0;*/ +} +/* line 266, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +.x-list-pullrefresh-loading .x-loading-spinner { + display: block; +} +/* line 270, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +.x-list-pullrefresh-loading .x-list-pullrefresh-arrow { + display: none; +} + +/* line 2, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +html, body { + width: 100%; + height: 100%; +} + +/* line 7, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-translatable { + position: absolute; + top: 100%; + left: 100%; + z-index: 1; +} + +/* line 14, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-translatable-container { + position: relative; +} + +/* line 18, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-translatable-wrapper { + width: 100%; + height: 100%; + position: absolute; + overflow: hidden; +} + +/* line 25, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-translatable-stretcher { + width: 300%; + height: 300%; + position: absolute; + visibility: hidden; + z-index: -1; +} + +/* line 34, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-layout-fit, +.x-layout-card { + position: relative; + overflow: hidden; +} + +/* line 39, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-layout-fit-item, .x-layout-card-item { + position: absolute !important; + width: 100%; + height: 100%; +} + +/* line 45, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-layout-hbox, .x-layout-vbox { + display: -webkit-box; +} +/* line 47, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-layout-hbox > *, .x-layout-vbox > * { + -webkit-box-flex: 0; +} + +/* line 52, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-layout-hbox { + -webkit-box-orient: horizontal; +} + +/* line 56, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-layout-vbox { + -webkit-box-orient: vertical; +} + +/* line 60, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-layout-hbox > .x-layout-box-item { + width: 0 !important; +} + +/* line 64, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-layout-vbox > .x-layout-box-item { + height: 0 !important; +} + +/* line 68, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-container, .x-body { + display: -webkit-box; + overflow: hidden; +} + +/* line 73, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-body { + -webkit-box-flex: 1; + min-width: 100%; + min-height: 100%; +} + +/* line 79, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-body > .x-inner, .x-container > .x-inner { + -webkit-box-flex: 1; + min-width: 100%; + min-height: 100%; + position: relative; } -/* line 253, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ -.x-list-pullrefresh-arrow { - width: 2.5em; - height: 4.5em; - -webkit-mask: center center url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAA8CAYAAAAUufjgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAjFJREFUeNrsmU8oREEYwOexdtNuKBfFwdVhCyfuysnFiXISS+1BLopyUpKLXETkRLaUi1LK3Q2lpPbiQLnIn03a/Hm+z86Ttv0zM++bfbOar36Hbad5v535Zp7v47iuy0wOpyoEHccRHV9L9NxPkUE/bhKCOKiOSPAdn69DsJ5I8E2HYA0QJRJ8Bb50CDYRCT7pEMQD0kwk+CByUFQEW4gE73UIhoA2IsFb4ENEMCQ5MdU1IxwygpT3oKNLMGyyYFVscdhusc8tDpu+xRG7xf95BW0O2kNiV1AgIvaQ2BzUJNgJNJYZGyUU7OG1cal4Bi68oqkDPszy2teEwJp5Cdyu/lZ1g8CwIYJ7wEF+2YmrNw90Byx3BizgKhaqizEP1wg7CLLxCEzy/CtauMeBlQDyEfNuGrgU6SyM8F9SyVgHdmRaH6tAb4XkToEp2d4M5mOK0TWMigU2koa8vJMRZPxEb2ss2LEVPMpPLlMRxBgDZjQJLgNbxb6Uab9tAn3EcifAeKkBMoLY+j0GWonk7oB+lmsFkwhidAGHBPmIeTcAnJcbKCuIMQEs+hScAzZEBqoIYuzyFVCJI36lMJ2CDfxibZeUu+EX/4uMIFP8ZyLejxkgK0hG5a8kP4IYSZbr1IuQVHmAX0HGX4VuGfZVJ6cQxPd1uoRcWqDW0SroFVzZAnJZ/h0LWhAjUUAw4XdSSsH8fExRTEgtGAOuOTETBb16Jk412e+bxOSwglYw6PgWYABvLk8P7zGJFwAAAABJRU5ErkJggg==') no-repeat; - -webkit-mask-size: 2em 3em; - /*-webkit-transition-property: -webkit-transform;*/ - /*-webkit-transition-duration: 200ms;*/ - -webkit-transform: rotate(0deg); - background-color: #111; +/* line 86, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-docking-horizontal { + display: -webkit-box; + -webkit-box-flex: 1; + -webkit-box-orient: horizontal; + min-width: 100%; + min-height: 100%; } -/* line 265, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ -.x-list-pullrefresh-release .x-list-pullrefresh-arrow { - -webkit-transform: rotate(-180deg); +/* line 94, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-docking-vertical { + display: -webkit-box; + -webkit-box-flex: 1; + -webkit-box-orient: vertical; + min-width: 100%; + min-height: 100%; } -/* line 269, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ -.x-list-pullrefresh-wrap { - width: 20em; - font-size: 0.7em; +/* line 102, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-centered { + position: absolute !important; + width: 100%; + height: 100%; + display: -webkit-box; + -webkit-box-align: center; + -webkit-box-pack: center; } -/* line 274, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ -.x-list-pullrefresh-message { - font-weight: bold; - font-size: 1.3em; - margin-bottom: 0.1em; - text-align: center; +/* line 111, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-floating { + position: absolute !important; } -/* line 281, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ -.x-list-pullrefresh-updated { - text-align: center; +/* line 115, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-centered > * { + position: relative !important; + -webkit-box-flex: 0 !important; } -/* line 285, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ -.x-list-pullrefresh-loading { - /*position: relative;*/ - /*top: 0;*/ +/* line 120, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-size-change-detector { + visibility: hidden; + position: absolute; + left: 0; + top: 0; + z-index: -1; + width: 100%; + height: 100%; + overflow: hidden; } -/* line 289, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ -.x-list-pullrefresh-loading .x-loading-spinner { - display: block; + +/* line 131, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-size-change-detector > * { + visibility: hidden; } -/* line 293, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ -.x-list-pullrefresh-loading .x-list-pullrefresh-arrow { - display: none; + +/* line 135, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-size-change-detector-shrink > * { + width: 200%; + height: 200%; } -/* line 3, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ -.x-container { - position: relative; +/* line 140, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-size-change-detector-expand > * { + width: 100000px; + height: 100000px; } -/* line 7, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ -.x-layout-box-inner { - display: -webkit-box; +/* line 145, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-view { position: relative; + display: block; } -/* line 12, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ -.x-fit-item { +/* line 150, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-container { position: absolute; - left: 0; - top: 0; overflow: hidden; width: 100%; + height: 100%; } -/* line 20, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ -.x-panel > .x-docked, .x-docked { +/* line 157, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-scroller { position: absolute; - z-index: 5; + min-width: 100%; + min-height: 100%; } -/* line 25, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ -.x-layout-fit { - overflow: hidden; +/* line 163, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-ios .x-scroll-scroller, .x-android4 .x-scroll-scroller { + -webkit-transform: translate3d(0, 0, 0); } -/* line 137, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-checkmark-base, .x-item-selected .x-list-selected:before, .x-item-selected .x-list-selected:after, .x-field .x-input-radio:after, .x-field .x-input-checkbox:after, .x-field .x-input-radio:checked:after, .x-field .x-input-checkbox:checked:after { - content: ""; +/* line 167, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-stretcher { position: absolute; - width: 0.75em; - height: 1.25em; - top: 50%; - left: auto; - -webkit-transform: rotate(45deg) skew(5deg); - -webkit-transform-origin: 50% 50%; - right: 1.1em; - border: .35em solid; - border-top: none; - border-left: none; - margin-top: -0.75em; + visibility: hidden; } -/* line 148, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-form .x-panel-body { - padding: 1em; - background-color: #eeeeee; +/* line 172, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-bar-grid-wrapper { + position: absolute; + width: 100%; + height: 100%; } -/* line 153, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-input-el, .x-field input, .x-field textarea, .x-field select, .x-field .x-field-slider, .x-field-toggle, .x-field-slider { - min-height: 2.5em; +/* line 178, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-bar-grid { + display: table; width: 100%; - display: block; - background: white none; - -webkit-appearance: none; + height: 100%; +} +/* line 183, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-bar-grid > * { + display: table-row; +} +/* line 187, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-bar-grid > * > * { + display: table-cell; +} +/* line 191, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-bar-grid > :first-child > :first-child { + width: 100%; + height: 100%; +} +/* line 196, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-bar-grid > :first-child > :nth-child(2) { + padding: 3px 3px 0 0; +} +/* line 200, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-bar-grid > :nth-child(2) > :first-child { + padding: 0 0 3px 3px; } -/* line 163, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-item-selected .x-list-label { - padding-right: 1.85em; - display: block; - white-space: nowrap; - text-overflow: ellipsis; +/* line 205, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-bar { + position: relative; overflow: hidden; +} + +/* line 210, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-bar-stretcher { + position: absolute; + visibility: hidden; width: 100%; + height: 100%; } -/* line 174, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-item-selected .x-list-selected:before { - border-color: #262626; - margin-top: -0.85em; + +/* line 217, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-bar-x { + height: 6px; + width: 100%; } -/* line 179, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-item-selected .x-list-selected:after { - border-color: #dddddd; +/* line 221, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-bar-x > .x-scroll-bar-stretcher { + width: 300%; } -/* line 185, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field { - overflow: hidden; - position: relative; - min-height: 2.5em; - border-bottom: 1px solid #dddddd; +/* line 226, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-bar-y { + width: 6px; + height: 100%; } -/* line 197, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field input, .x-field textarea, .x-field select, .x-field .x-field-slider { - -webkit-border-radius: 0; - border-radius: 0; - padding: .4em; - border: 0; +/* line 230, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-bar-y > .x-scroll-bar-stretcher { + height: 300%; } -/* line 205, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field:last-child { - border-bottom: 0; +/* line 235, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-indicator { + background: #333; + position: absolute; + z-index: 1; + opacity: 0.5; } -/* line 209, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field-mask { +/* line 244, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-list-light .x-scroll-indicator, +.x-dataview-light .x-scroll-indicator { + background: #fff; + opacity: 1; +} + +/* line 250, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-indicator-x { + height: 100%; +} + +/* line 254, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-indicator-y { + width: 100%; +} + +/* line 258, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-indicator-csstransform { + background: none; + -webkit-transition: opacity 0.2s ease-out; +} +/* line 262, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-indicator-csstransform > * { position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; + background-color: #333; +} +/* line 267, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-indicator-csstransform > :nth-child(2) { + -webkit-transform-origin: 0% 0%; + background: none; + content: url(data:image/bmp;base64,Qk08AAAAAAAAADYAAAAoAAAAAQAAAAEAAAABABAAAAAAAAYAAAASCwAAEgsAAAAAAAAAAAAAxhgAAAAA); +} +/* line 274, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-indicator-csstransform.x-scroll-indicator-y > * { + width: 100%; +} +/* line 278, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-indicator-csstransform.x-scroll-indicator-y > :first-child { + height: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; +} +/* line 283, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-indicator-csstransform.x-scroll-indicator-y > :nth-child(2) { + height: 1px; +} +/* line 287, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-indicator-csstransform.x-scroll-indicator-y > :last-child { + height: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; +} +/* line 294, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-indicator-csstransform.x-scroll-indicator-x > * { + height: 100%; +} +/* line 298, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-indicator-csstransform.x-scroll-indicator-x > :first-child { + width: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; +} +/* line 303, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-indicator-csstransform.x-scroll-indicator-x > :nth-child(2) { + width: 1px; +} +/* line 306, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-indicator-csstransform.x-scroll-indicator-x > :last-child { + width: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; +} + +/* line 125, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-form .x-scroll-container { + background-color: #eeeeee; +} +/* line 128, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-form .x-scroll-container > .x-inner { + padding: 1em; } -/* line 225, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +/* line 135, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ .x-form-fieldset { - margin: 1em 0 1.5em; + margin: 0 0 1.5em; } -/* line 228, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-form-fieldset .x-panel-body { +/* line 138, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-form-fieldset .x-form-fieldset-inner { border: 1px solid #dddddd; + background: #fff; padding: 0; - -webkit-box-shadow: rgba(255, 255, 255, 0.7) 0 1px 0; -webkit-border-radius: 0.4em; border-radius: 0.4em; overflow: hidden; } -/* line 239, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +/* line 147, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ .x-form-fieldset-title { text-shadow: #fff 0 1px 1px; color: #333333; margin: 1em 0.7em 0.3em; color: #333333; font-weight: bold; + white-space: nowrap; } -/* line 246, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +/* line 155, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ .x-form-fieldset-instructions { text-shadow: #fff 0 1px 1px; color: #333333; @@ -4409,7 +5390,7 @@ input, textarea { text-align: center; } -/* line 254, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +/* line 164, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ .x-form-label { text-shadow: #fff 0 1px 1px; color: #333333; @@ -4417,336 +5398,319 @@ input, textarea { background-color: #f7f7f7; padding: 0.6em; border-top: 1px solid white; - display: block; + display: none; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; } -/* line 262, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +/* line 173, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ .x-form-label span { font-size: .8em; font-weight: bold; } -/* line 268, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-form-field-container { +/* line 180, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field { + min-height: 2.5em; + border-bottom: 1px solid #dddddd; +} +/* line 184, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field .x-component-outer { -webkit-box-flex: 1; - box-flex: 1; - width: 100%; +} +/* line 188, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field .x-field-input { position: relative; } - -/* line 274, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field { - display: -webkit-box; - display: box; +/* line 193, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field .x-field-input, +.x-field .x-input-el { + width: 100%; } - -/* line 278, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-input-text, .x-input, .x-input-number, .x-spinner-body, .x-input-radio, .x-input-checkbox, .x-input-email, .x-input-url, .x-input-password, .x-input-slider { - -webkit-box-flex: 1; - box-flex: 1; +/* line 198, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field.x-field-labeled .x-form-label { + display: block; } - -/* line 282, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-label-align-left, .x-label-align-right { - -webkit-box-orient: horizontal; - box-orient: horizontal; - -webkit-box-align: stretch; - box-align: stretch; +/* line 203, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field:last-child { + border-bottom: 0; } -/* line 295, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-form-fieldset .x-field:first-child, .x-form-fieldset .x-field:first-child > :first-child:not(.x-input-toggle), .x-form-fieldset .x-field:first-child > :first-child input, .x-form-fieldset .x-field:first-child > :first-child textarea { +/* line 210, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-label-align-left:first-child .x-form-label { -webkit-border-top-left-radius: 0.4em; border-top-left-radius: 0.4em; } -/* line 299, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-form-fieldset .x-field:first-child, .x-form-fieldset .x-field:first-child > :last-child:not(.x-input-toggle), .x-form-fieldset .x-field:first-child > :last-child input, .x-form-fieldset .x-field:first-child > :last-child textarea { - -webkit-border-top-right-radius: 0.4em; - border-top-right-radius: 0.4em; -} -/* line 303, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-form-fieldset .x-field:last-child, .x-form-fieldset .x-field:last-child > :first-child:not(.x-input-toggle), .x-form-fieldset .x-field:last-child > :first-child input, .x-form-fieldset .x-field:last-child > :first-child textarea { +/* line 216, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-label-align-left:last-child .x-form-label { -webkit-border-bottom-left-radius: 0.4em; border-bottom-left-radius: 0.4em; } -/* line 307, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-form-fieldset .x-field:last-child, .x-form-fieldset .x-field:last-child > :last-child:not(.x-input-toggle), .x-form-fieldset .x-field:last-child > :last-child input, .x-form-fieldset .x-field:last-child > :last-child textarea { - -webkit-border-bottom-right-radius: 0.4em; - border-bottom-right-radius: 0.4em; -} -/* line 312, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +/* line 222, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ .x-label-align-right { -webkit-box-direction: reverse; box-direction: reverse; - -webkit-box-pack: end; - box-pack: end; } - -/* line 319, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-form-fieldset .x-label-align-right:first-child .x-form-label { +/* line 225, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-label-align-right .x-field-input { + -webkit-box-direction: normal; + box-direction: normal; +} +/* line 230, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-label-align-right:first-child .x-form-label { -webkit-border-top-right-radius: 0.4em; border-top-right-radius: 0.4em; } -/* line 322, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-form-fieldset .x-label-align-right:first-child .x-input-text, .x-form-fieldset .x-label-align-right:first-child .x-input, .x-form-fieldset .x-label-align-right:first-child .x-input-number, .x-form-fieldset .x-label-align-right:first-child .x-spinner-body, .x-form-fieldset .x-label-align-right:first-child .x-input-radio, .x-form-fieldset .x-label-align-right:first-child .x-input-checkbox, .x-form-fieldset .x-label-align-right:first-child .x-input-email, .x-form-fieldset .x-label-align-right:first-child .x-input-url, .x-form-fieldset .x-label-align-right:first-child .x-input-password, .x-form-fieldset .x-label-align-right:first-child .x-input-slider { - -webkit-border-top-right-radius: 0; - border-top-right-radius: 0; +/* line 235, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-label-align-right:last-child { + border-bottom: 0; } -/* line 327, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-form-fieldset .x-label-align-right:last-child .x-form-label { +/* line 238, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-label-align-right:last-child .x-form-label { -webkit-border-bottom-right-radius: 0.4em; border-bottom-right-radius: 0.4em; } -/* line 330, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-form-fieldset .x-label-align-right:last-child .x-input-text, .x-form-fieldset .x-label-align-right:last-child .x-input, .x-form-fieldset .x-label-align-right:last-child .x-input-number, .x-form-fieldset .x-label-align-right:last-child .x-spinner-body, .x-form-fieldset .x-label-align-right:last-child .x-input-radio, .x-form-fieldset .x-label-align-right:last-child .x-input-checkbox, .x-form-fieldset .x-label-align-right:last-child .x-input-email, .x-form-fieldset .x-label-align-right:last-child .x-input-url, .x-form-fieldset .x-label-align-right:last-child .x-input-password, .x-form-fieldset .x-label-align-right:last-child .x-input-slider { - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; -} -/* line 336, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-label-align-top, .x-label-align-bottom { +/* line 245, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-label-align-top, +.x-label-align-bottom { -webkit-box-orient: vertical; box-orient: vertical; } +/* line 248, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-label-align-top .x-form-label, +.x-label-align-bottom .x-form-label { + width: 100% !important; +} -/* line 339, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +/* line 255, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-label-align-top:first-child .x-form-label { + -webkit-border-top-left-radius: 0.4em; + border-top-left-radius: 0.4em; + -webkit-border-top-right-radius: 0.4em; + border-top-right-radius: 0.4em; +} + +/* line 261, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ .x-label-align-bottom { -webkit-box-direction: reverse; box-direction: reverse; } - -/* line 346, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field-required label:after, .x-field-required .x-form-label:after { - content: "*"; - display: inline; +/* line 264, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-label-align-bottom .x-field-input { + -webkit-box-direction: normal; + box-direction: normal; +} +/* line 269, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-label-align-bottom:last-child .x-form-label { + -webkit-border-bottom-left-radius: 0.4em; + border-bottom-left-radius: 0.4em; + -webkit-border-bottom-right-radius: 0.4em; + border-bottom-right-radius: 0.4em; } -/* line 359, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field-select:before, .x-field-select:after { - pointer-events: none; - position: absolute; +/* line 275, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-input-el { + padding: .4em; + min-height: 2.5em; display: block; - right: 0; -} -/* line 367, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field-select:after { - content: ""; - position: absolute; - width: 0; - height: 0; - top: 0; - left: auto; - margin: 1em; - border: .4em solid transparent; - border-top-color: #dddddd; - z-index: 2; -} -/* line 379, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field-select.x-label-align-top:after { - top: auto; - bottom: 0; + border-width: 0; + background: transparent; + -webkit-appearance: none; } -/* line 384, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field-select:before { - content: ""; + +/* line 284, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-mask { position: absolute; - width: 4em; - height: auto; top: 0; - left: auto; - bottom: 0; - z-index: 1; - -webkit-border-top-right-radius: inherit; - border-top-right-radius: inherit; - -webkit-border-bottom-right-radius: inherit; - border-bottom-right-radius: inherit; - background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(255, 255, 255, 0)), color-stop(0.5, white)); + right: 0; + bottom: 0; + left: 0; } -/* line 395, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-item-disabled .x-form-label span, .x-item-disabled input, .x-item-disabled .x-spinner-body, .x-item-disabled select, .x-item-disabled textarea, .x-item-disabled .x-field-clear-container { - color: #b3b3b3; +/* line 291, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-required label:after, +.x-field-required .x-form-label:after { + content: "*"; + display: inline; } -/* line 401, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +/* line 299, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ .x-field-textarea textarea { min-height: 6em; padding-top: .5em; } -/* line 408, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field .x-input-radio:after, .x-field .x-input-checkbox:after { - border-color: #dddddd; -} -/* line 411, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field .x-input-radio:checked:after, .x-field .x-input-checkbox:checked:after { - border-color: #ff8100; +/* line 311, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-checkmark-base, .x-field .x-input-radio:after, +.x-field .x-input-checkbox:after, .x-field .x-input-radio:checked:after, +.x-field .x-input-checkbox:checked:after, .x-select-overlay .x-item-selected:before, .x-select-overlay .x-item-selected:after { + content: ""; + position: absolute; + width: 0.75em; + height: 1.25em; + top: 50%; + left: auto; + -webkit-transform: rotate(45deg) skew(5deg); + -webkit-transform-origin: 50% 50%; + right: 1.1em; + border: .35em solid; + border-top: none; + border-left: none; + margin-top: -0.75em; } -/* line 416, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-label-align-right .x-input-radio:after, .x-label-align-right .x-input-checkbox:after { - right: auto; - left: 0.6em; +/* line 323, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field .x-input-radio, +.x-field .x-input-checkbox { + position: relative; } - -/* line 422, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-spinner { - border-bottom: 1px solid #dddddd; +/* line 326, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field .x-input-radio:after, +.x-field .x-input-checkbox:after { + border-color: #dddddd; +} +/* line 329, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field .x-input-radio:checked:after, +.x-field .x-input-checkbox:checked:after { + border-color: #ff8100; } -/* line 426, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-spinner .x-spinner-body { +/* line 336, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-spinner .x-field-input { display: -webkit-box; display: box; - -webkit-box-direction: normal; - box-direction: normal; -} - -/* line 431, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-spinner-body { - -webkit-box-orient: horizontal; - box-orient: horizontal; - -webkit-box-align: stretch; - box-align: stretch; - width: 100%; - text-align: center; -} -/* line 437, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-spinner-body span { - font-size: 1.3em; - font-weight: bold; - text-shadow: rgba(255, 255, 255, 0.25) 0 0.08em 0; -} -/* line 443, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-spinner-body .x-form-field-container { - width: 3em; } -/* line 447, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-spinner-body input { +/* line 339, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-spinner .x-field-input .x-input-el { padding: 0; - border-right: 0; - border-left: 0; - -webkit-border-radius: 0; - border-radius: 0; - border-color: #dddddd; + width: 50%; + -webkit-box-flex: 1; text-align: center; } -/* line 456, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-spinner-body .x-spinner-down, .x-spinner-body .x-spinner-up { - -webkit-box-flex: 1; - box-flex: 1; +/* line 348, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-spinner .x-field-input input::-webkit-outer-spin-button, +.x-spinner .x-field-input input::-webkit-inner-spin-button { + -webkit-appearance: none; + margin: 0; +} +/* line 353, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-spinner .x-field-input .x-spinner-button { + padding: .65em 1.5em; font-weight: bold; - padding: .3em 0; + text-align: center; } -/* line 52, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-spinner-body .x-spinner-down, .x-toolbar .x-spinner-body .x-spinner-down, .x-spinner-body .x-spinner-up, .x-toolbar .x-spinner-body .x-spinner-up { +/* line 55, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-spinner .x-field-input .x-spinner-button, .x-toolbar .x-spinner .x-field-input .x-spinner-button { border: 0.1em solid #aaaaaa; border-top-color: #b7b7b7; color: black; text-shadow: rgba(255, 255, 255, 0.25) 0 0.08em 0; -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 0.1em 0; } -/* line 57, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-spinner-body .x-spinner-down.x-button-back:before, .x-spinner-body .x-spinner-down.x-button-forward:before, .x-toolbar .x-spinner-body .x-spinner-down.x-button-back:before, .x-toolbar .x-spinner-body .x-spinner-down.x-button-forward:before, .x-spinner-body .x-spinner-up.x-button-back:before, .x-spinner-body .x-spinner-up.x-button-forward:before, .x-toolbar .x-spinner-body .x-spinner-up.x-button-back:before, .x-toolbar .x-spinner-body .x-spinner-up.x-button-forward:before { +/* line 60, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-spinner .x-field-input .x-spinner-button.x-button-back:before, .x-spinner .x-field-input .x-spinner-button.x-button-forward:before, .x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-back:before, .x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-forward:before { background: #aaaaaa; } -/* line 61, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-spinner-body .x-spinner-down, .x-spinner-body .x-spinner-down.x-button-back:after, .x-spinner-body .x-spinner-down.x-button-forward:after, .x-toolbar .x-spinner-body .x-spinner-down, .x-toolbar .x-spinner-body .x-spinner-down.x-button-back:after, .x-toolbar .x-spinner-body .x-spinner-down.x-button-forward:after, .x-spinner-body .x-spinner-up, .x-spinner-body .x-spinner-up.x-button-back:after, .x-spinner-body .x-spinner-up.x-button-forward:after, .x-toolbar .x-spinner-body .x-spinner-up, .x-toolbar .x-spinner-body .x-spinner-up.x-button-back:after, .x-toolbar .x-spinner-body .x-spinner-up.x-button-forward:after { +/* line 64, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-spinner .x-field-input .x-spinner-button, .x-spinner .x-field-input .x-spinner-button.x-button-back:after, .x-spinner .x-field-input .x-spinner-button.x-button-forward:after, .x-toolbar .x-spinner .x-field-input .x-spinner-button, .x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-back:after, .x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-forward:after { background-color: #dddddd; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(2%, #ffffff), color-stop(30%, #f1f1f1), color-stop(65%, #dddddd), color-stop(100%, #c4c4c4)); + background-image: -webkit-linear-gradient(#ffffff, #ffffff 2%, #f1f1f1 30%, #dddddd 65%, #c4c4c4); background-image: linear-gradient(#ffffff, #ffffff 2%, #f1f1f1 30%, #dddddd 65%, #c4c4c4); } -/* line 65, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-spinner-body .x-spinner-down img.x-icon-mask, .x-toolbar .x-spinner-body .x-spinner-down img.x-icon-mask, .x-spinner-body .x-spinner-up img.x-icon-mask, .x-toolbar .x-spinner-body .x-spinner-up img.x-icon-mask { +/* line 68, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-spinner .x-field-input .x-spinner-button .x-button-icon.x-icon-mask, .x-toolbar .x-spinner .x-field-input .x-spinner-button .x-button-icon.x-icon-mask { background-color: black; background-image: none; } -/* line 74, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-spinner-body .x-spinner-down.x-button-pressed, .x-spinner-body .x-spinner-down.x-button-active, .x-toolbar .x-spinner-body .x-spinner-down.x-button-pressed, .x-toolbar .x-spinner-body .x-spinner-down.x-button-active, .x-spinner-body .x-spinner-up.x-button-pressed, .x-spinner-body .x-spinner-up.x-button-active, .x-toolbar .x-spinner-body .x-spinner-up.x-button-pressed, .x-toolbar .x-spinner-body .x-spinner-up.x-button-active { +/* line 77, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-spinner .x-field-input .x-spinner-button.x-button-pressed, .x-spinner .x-field-input .x-spinner-button.x-button-active, .x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-pressed, .x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-active { -webkit-box-shadow: inset #bab3b3 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0; } -/* line 75, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-spinner-body .x-spinner-down.x-button-pressed, .x-spinner-body .x-spinner-down.x-button-pressed:after, .x-spinner-body .x-spinner-down.x-button-active, .x-spinner-body .x-spinner-down.x-button-active:after, .x-toolbar .x-spinner-body .x-spinner-down.x-button-pressed, .x-toolbar .x-spinner-body .x-spinner-down.x-button-pressed:after, .x-toolbar .x-spinner-body .x-spinner-down.x-button-active, .x-toolbar .x-spinner-body .x-spinner-down.x-button-active:after, .x-spinner-body .x-spinner-up.x-button-pressed, .x-spinner-body .x-spinner-up.x-button-pressed:after, .x-spinner-body .x-spinner-up.x-button-active, .x-spinner-body .x-spinner-up.x-button-active:after, .x-toolbar .x-spinner-body .x-spinner-up.x-button-pressed, .x-toolbar .x-spinner-body .x-spinner-up.x-button-pressed:after, .x-toolbar .x-spinner-body .x-spinner-up.x-button-active, .x-toolbar .x-spinner-body .x-spinner-up.x-button-active:after { +/* line 78, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-spinner .x-field-input .x-spinner-button.x-button-pressed, .x-spinner .x-field-input .x-spinner-button.x-button-pressed:after, .x-spinner .x-field-input .x-spinner-button.x-button-active, .x-spinner .x-field-input .x-spinner-button.x-button-active:after, .x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-pressed, .x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-pressed:after, .x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-active, .x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-active:after { background-color: #cbcbcb; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b2b2b2), color-stop(10%, #bebebe), color-stop(65%, #cbcbcb), color-stop(100%, #cccccc)); + background-image: -webkit-linear-gradient(#b2b2b2, #bebebe 10%, #cbcbcb 65%, #cccccc); background-image: linear-gradient(#b2b2b2, #bebebe 10%, #cbcbcb 65%, #cccccc); } -/* line 462, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-spinner-body .x-spinner-down { - border-left: 0; +/* line 359, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-spinner .x-field-input .x-spinner-button-down { + border: 0 !important; + border-right: 1px solid #dddddd !important; } -/* line 465, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-spinner-body .x-spinner-up { - border-right: 0; +/* line 363, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-spinner .x-field-input .x-spinner-button-up { + border: 0 !important; + border-left: 1px solid #dddddd !important; } -/* line 472, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field-clear-container { - min-height: 2.5em; - background-color: white; - display: -webkit-box; - display: box; - -webkit-box-orient: horizontal; - box-orient: horizontal; - -webkit-box-align: center; - box-align: center; - -webkit-box-pack: center; - box-pack: center; - padding: 0 .3em; +/* line 370, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-phone .x-select-overlay { + min-width: 14em; + min-height: 12.5em; } -/* line 482, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-android .x-field-clear { - line-height: 1.2em; - padding: 0 .3em; +/* line 376, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-select-overlay { + min-width: 18em; + min-height: 22em; } - -/* line 487, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field-clear { - width: 1.1em; - height: 1.1em; - -webkit-border-radius: 0.55em; - border-radius: 0.55em; - background-color: rgba(0, 0, 0, 0.15); - color: #fff; - font-weight: bold; - line-height: .9em; - text-align: center; - padding: 0 .27em; +/* line 380, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-select-overlay .x-list-item-label { + height: 2.6em; } - -/* line 499, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field-clearable input.x-field-clearable { - padding-right: 1.7em; +/* line 384, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-select-overlay .x-list-label { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + display: block; } - -/* line 503, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-label-align-top .x-field-clear { - top: auto; - bottom: .7em; +/* line 389, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-select-overlay .x-list-item { + padding-right: 2.6em; } - -/* line 508, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-label-align-right .x-field-clear { - top: 0.6em; - right: 0.6em; +/* line 394, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-select-overlay .x-item-selected:before { + border-color: #262626; + margin-top: -0.85em; +} +/* line 399, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-select-overlay .x-item-selected:after { + border-color: #dddddd; } /* line 11, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ -.x-slider { +.x-slider-field .x-component-outer, .x-toggle-field .x-component-outer { + margin: 0.6em; +} + +/* line 17, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ +.x-slider, +.x-toggle { position: relative; height: 2.2em; - margin: 0.6em; min-height: 0; + min-width: 0; +} +/* line 23, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ +.x-slider > *, +.x-toggle > * { + position: absolute; + width: 100%; + height: 100%; } -/* line 41, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ +/* line 53, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ .x-thumb { position: absolute; height: 2.2em; width: 2.2em; } -/* line 47, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ +/* line 59, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ .x-thumb:before { content: ""; position: absolute; @@ -4763,23 +5727,18 @@ input, textarea { -webkit-background-clip: padding; background-clip: padding-box; } -/* line 57, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ +/* line 69, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ .x-thumb.x-dragging { opacity: 1; } -/* line 58, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ +/* line 70, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ .x-thumb.x-dragging:before { background-color: #d0d0d0; background-image: none; } -/* line 65, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ -.x-input-slider { - width: auto; -} - -/* line 70, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ -.x-input-slider:after { +/* line 78, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ +.x-slider:after { content: ""; position: absolute; width: auto; @@ -4790,6 +5749,7 @@ input, textarea { margin: 0 0.925em; background-color: #dddddd; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c4c4c4), color-stop(10%, #d0d0d0), color-stop(65%, #dddddd), color-stop(100%, #dedede)); + background-image: -webkit-linear-gradient(#c4c4c4, #d0d0d0 10%, #dddddd 65%, #dedede); background-image: linear-gradient(#c4c4c4, #d0d0d0 10%, #dddddd 65%, #dedede); border: 0.1em solid rgba(0, 0, 0, 0.1); border-bottom: 0; @@ -4798,13 +5758,8 @@ input, textarea { border-radius: 0.4em; } -/* line 82, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ -.x-field-toggle, .x-field-slider { - background-color: #fff; -} - -/* line 87, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ -.x-field-toggle .x-slider { +/* line 90, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ +.x-toggle { width: 4.4em; -webkit-border-radius: 1.1em; border-radius: 1.1em; @@ -4812,99 +5767,265 @@ input, textarea { border: 0.1em solid #b7b7b7; background-color: #dddddd; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c4c4c4), color-stop(10%, #d0d0d0), color-stop(65%, #dddddd), color-stop(100%, #dedede)); + background-image: -webkit-linear-gradient(#c4c4c4, #d0d0d0 10%, #dddddd 65%, #dedede); background-image: linear-gradient(#c4c4c4, #d0d0d0 10%, #dddddd 65%, #dedede); - z-index: 2; -} -/* line 109, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ -.x-field-toggle .x-slider .x-thumb .x-toggle-thumb-off, .x-field-toggle .x-slider .x-thumb .x-toggle-thumb-on { - display: none; + -webkit-box-flex: 0; } -/* line 113, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ -.x-field-toggle .x-slider .x-thumb.x-dragging { +/* line 110, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ +.x-toggle .x-thumb.x-dragging { opacity: 1; } -/* line 117, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ -.x-field-toggle .x-slider .x-thumb:before { +/* line 114, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ +.x-toggle .x-thumb:before { top: 0.175em; } -/* line 145, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ -.x-field-toggle .x-slider.x-toggle-on { + +/* line 143, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ +.x-toggle-on { background-color: #92cf00; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6e9c00), color-stop(10%, #80b500), color-stop(65%, #92cf00), color-stop(100%, #94d200)); + background-image: -webkit-linear-gradient(#6e9c00, #80b500 10%, #92cf00 65%, #94d200); background-image: linear-gradient(#6e9c00, #80b500 10%, #92cf00 65%, #94d200); } -/* line 517, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-select-overlay { - min-width: 200px; +/* line 410, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +input[type="search"]::-webkit-search-cancel-button { + -webkit-appearance: none; } -/* line 8, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ -div.x-sheet.x-msgbox { - width: 15em; +/* line 416, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-number input::-webkit-outer-spin-button, +.x-field-number input::-webkit-inner-spin-button { + -webkit-appearance: none; + margin: 0; +} + +/* line 425, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-input { + display: -webkit-box; + display: box; + -webkit-box-orient: horizontal; + box-orient: horizontal; + -webkit-box-align: center; + box-align: center; + -webkit-box-pack: center; + box-pack: center; +} +/* line 431, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-input .x-input-el { + -webkit-box-flex: 1; + box-flex: 1; +} +/* line 435, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-input .x-clear-icon { + display: none; + margin: .5em; + width: 1.1em; + height: 1.1em; + -webkit-border-radius: 0.55em; + border-radius: 0.55em; + background-color: rgba(0, 0, 0, 0.15); + color: #fff; + font-weight: bold; + line-height: .9em; + text-align: center; + padding: 0 .27em; +} + +/* line 450, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-android .x-clear-icon { + line-height: 1.2em; + padding: 0 .3em; +} + +/* line 456, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-clearable .x-clear-icon { + display: block; +} + +/* line 462, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-textarea .x-field-input { + -webkit-box-align: start; + box-align: start; +} + +/* line 467, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-android .x-input-el { + -webkit-text-fill-color: #000; +} + +/* line 477, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-item-disabled .x-form-label span, +.x-item-disabled input, +.x-item-disabled .x-spinner-body, +.x-item-disabled select, +.x-item-disabled textarea, +.x-item-disabled .x-field-clear-container { + color: #b3b3b3; + -webkit-text-fill-color: #b3b3b3; + pointer-events: none; +} + +/* line 486, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-form-fieldset .x-field.x-form-fieldset-item-first { + -webkit-border-top-left-radius: 0.4em; + border-top-left-radius: 0.4em; + -webkit-border-top-right-radius: 0.4em; + border-top-right-radius: 0.4em; +} +/* line 492, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-form-fieldset .x-field.x-form-fieldset-item-last { + border-bottom: 0; + -webkit-border-bottom-left-radius: 0.4em; + border-bottom-left-radius: 0.4em; + -webkit-border-bottom-right-radius: 0.4em; + border-bottom-right-radius: 0.4em; +} + +/* line 504, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-select { + position: relative; +} +/* line 507, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-select:before, .x-field-select:after { + pointer-events: none; + position: absolute; + display: block; + right: 0; +} +/* line 515, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-select:after { + content: ""; + position: absolute; + width: 0; + height: 0; + top: 0; + left: auto; + margin: 1em; + border: .4em solid transparent; + border-top-color: #dddddd; + z-index: 2; +} +/* line 523, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-select.x-label-align-top:after { + top: auto; + bottom: 0; +} +/* line 528, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-select:before { + content: ""; + position: absolute; + width: 4em; + height: auto; + top: 0; + left: auto; + bottom: 0; + -webkit-border-top-right-radius: inherit; + border-top-right-radius: inherit; + -webkit-border-bottom-right-radius: inherit; + border-bottom-right-radius: inherit; + background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(255, 255, 255, 0)), color-stop(0.5, white)); + z-index: 1; +} +/* line 536, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-select .x-form-field { + white-space: nowrap; + width: 100%; + overflow: hidden; + text-overflow: ellipsis; +} +/* line 543, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-select .x-form-field-container { + margin-right: 40px; +} + +/* line 7, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +.x-msgbox { + min-width: 15em; + max-width: 20em; + padding: 0.8em; -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0.1em 0.5em; -webkit-border-radius: 0.3em; border-radius: 0.3em; border: 0.15em solid #333333; } -/* line 13, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ -div.x-sheet.x-msgbox .x-toolbar-title { +/* line 15, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +.x-msgbox .x-title { font-size: .9em; line-height: 1.4em; } -/* line 17, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ -div.x-sheet.x-msgbox .x-toolbar { +/* line 20, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +.x-msgbox .x-body { + background: transparent !important; +} +/* line 24, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +.x-msgbox .x-toolbar { background: transparent none; -webkit-box-shadow: none; } -/* line 21, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ -div.x-sheet.x-msgbox .x-toolbar.x-docked-top { +/* line 28, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +.x-msgbox .x-toolbar.x-docked-top { border-bottom: 0; height: 1.3em; } -/* line 26, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ -div.x-sheet.x-msgbox .x-toolbar.x-docked-bottom { +/* line 33, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +.x-msgbox .x-toolbar.x-docked-bottom { border-top: 0; } - -/* line 31, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ -.x-msgbox-body { - padding: 6px 0; - position: relative; - text-align: center; +/* line 38, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +.x-msgbox .x-field { + margin: .4em .4em 0 .4em; + min-height: 2em; + background: #fff; + -webkit-border-radius: 0.2em; + border-radius: 0.2em; +} +/* line 44, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +.x-msgbox .x-field:last-child { + margin-bottom: .4em; +} +/* line 48, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +.x-msgbox .x-field .x-clear-icon { + margin: .4em; +} +/* line 53, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +.x-msgbox .x-form-field { + min-height: 1.5em; + -webkit-appearance: none; } -/* line 36, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +/* line 59, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ .x-msgbox-text { font-size: .9em; + text-align: center; + padding: 6px 0; + line-height: 1.4em; } -/* line 41, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +/* line 66, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +.x-msgbox-buttons { + padding: 0.4em 0; + height: auto; +} +/* line 70, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ .x-msgbox-buttons .x-button { min-width: 4.5em; } -/* line 45, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +/* line 74, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ .x-msgbox-buttons .x-button-normal span { opacity: .7; } -/* line 49, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ -.x-msgbox-input { - margin-top: .4em; - -webkit-appearance: none; - -webkit-border-radius: 0.2em; - border-radius: 0.2em; -} - -/* line 61, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +/* line 85, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ .x-msgbox-dark .x-msgbox-text { color: rgba(204, 204, 204, 0.9); text-shadow: rgba(0, 0, 0, 0.5) 0 -0.08em 0; } -/* line 65, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +/* line 89, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ .x-msgbox-dark .x-msgbox-input { background-color: rgba(204, 204, 204, 0.9); background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(179, 179, 179, 0.9)), color-stop(10%, rgba(191, 191, 191, 0.9)), color-stop(65%, rgba(204, 204, 204, 0.9)), color-stop(100%, rgba(205, 205, 205, 0.9))); + background-image: -webkit-linear-gradient(rgba(179, 179, 179, 0.9), rgba(191, 191, 191, 0.9) 10%, rgba(204, 204, 204, 0.9) 65%, rgba(205, 205, 205, 0.9)); background-image: linear-gradient(rgba(179, 179, 179, 0.9), rgba(191, 191, 191, 0.9) 10%, rgba(204, 204, 204, 0.9) 65%, rgba(205, 205, 205, 0.9)); border: 0.1em solid rgba(102, 102, 102, 0.9); } diff --git a/lib/resources/css-debug/apple.css b/lib/resources/css-debug/apple.css index 3f6e565..37154eb 100644 --- a/lib/resources/css-debug/apple.css +++ b/lib/resources/css-debug/apple.css @@ -75,75 +75,106 @@ input, textarea, select { } /** - * @global {boolean} [$include-html-style=true] Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). Styles are scoped to .x-html. Set to false to reduce CSS weight. + * @class Global_CSS + * + * Global CSS variables and mixins of Sencha Touch. + */ +/** + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. + */ +/** + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-default-icons=true] Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, and user. Set to false to reduce CSS weight. + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. */ /** - * @global {boolean} [$include-form-sliders=true] Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). */ /** - * @global {boolean} [$include-floating-panels=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. */ /** - * @global {boolean} [$include-default-uis=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-highlights=true] Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-border-radius=true] Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. */ /** - * @global {boolean} [$basic-slider=false] Optionally remove CSS3 effects from the slider component for improved performance. + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. */ /** - * @global {color} [$base-color=#354F6E] The primary color variable from which most elements derive their color scheme. + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. + * @see background-gradient */ /** - * @global {string} [$base-gradient='matte'] The primary gradient variable from which most elements derive their color scheme. + * @var {font-family} $font-family + * The font-family to be used throughout the theme. * @see background-gradient */ /** - * @global {color} [$alert-color=red] Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + */ +/** + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). */ /** - * @global {color} [$confirm-color=#92cf00] Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. */ /** - * @global {color} [$active-color=darken(saturate($base-color, 55%), 10%)] Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + * @var {color} $page-bg-color + * Background color for fullscreen components. */ /** - * @global {color} [$page-bg-color=#eee] Background color for fullscreen components. + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. */ /** - * @global {measurement} [$global-row-height=2.6em] The minimum row height for items like toolbars and list items. + * @class Global_CSS */ /** * Add a background gradient to a selector. * - * @param {color} $bg-color The base color of the gradient. - * @param {string} [$type=$base-gradient] The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + * .my-element { + * @include background-gradient(green, 'recessed') + * } * - * @example - * .my-element { - * @include background-gradient(green, 'recessed') - * } + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. */ /** * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). * - * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + * @include pictos-iconmask('attachment'); * - * @example - * @include pictos-iconmask('attachment'); + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). */ /** * Includes the default styles for toolbar buttons, mostly used as a helper function. * * @param {color} $bg-color Base color to be used for the button. - * @param {color} [$type=$button-gradient] $type Gradient style for the button, will automatically use "recessed" when pressed. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. */ /** * Adds a small text shadow (or highlight) to give the impression of beveled text. @@ -158,35 +189,32 @@ input, textarea, select { /** * Adds basic styles to :before or :after pseudo-elements. * - * @param {measurement} [$width=30px] Height of pseudo-element. - * @param {measurement} [$height=30px] Height of pseudo-element. - * @param {measurement} [$top=0] Top positioning of pseudo-element. - * @param {measurement} [$left=0] Left positioning of pseudo-element. + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. * - * @example - * .my-element:after { - * @include insertion(50px, 50px); - * } */ /** * Makes an element stretch to its parent's bounds. - * */ /** * Colors the text of an element based on lightness of its background. * - * @param {color} $bg-color Background color of element. - * @param {percent} [$contrast=100%] Contrast of text color to its background. + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } * - * @example - * .my-element { - * @include color-by-background(#fff); // Colors text black. - * } + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } * - * @example - * .my-element { - * @include color-by-background(#fff, 40%); // Colors text gray. - * } + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. * */ /** @@ -200,95 +228,83 @@ input, textarea, select { * Creates a background gradient for masked elements, based on the lightness of their background. * * @param {color} $bg-color Background color of element. - * @param {percent} [$percent=100%] Contrast of the new gradient to its background. - * @param {percent} [$style=$base-gradient] Gradient style of the gradient. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. * @see background-gradient * */ +/** + * Makes the element text overflow to use ellipsis. + */ /* line 10, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ html, body { font-family: "Helvetica Neue", HelveticaNeue, "Helvetica-Neue", Helvetica, "BBAlpha Sans", sans-serif; font-weight: normal; position: relative; + -webkit-text-size-adjust: none; +} + +/* line 17, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +body.x-desktop { + overflow: hidden; } -/* line 16, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 21, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ *, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-user-select: none; - -webkit-text-size-adjust: none; -webkit-touch-callout: none; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -} - -/*.x-android {*/ -/*input[type=checkbox], input[type=radio] {*/ -/*-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;*/ -/*}*/ -/*input, textarea {*/ -/*-webkit-tap-highlight-color: rgba(0, 0, 0, 1) !important;*/ -/*}*/ -/*}*/ -/* line 34, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -html, body, .x-body-stretcher { - width: 100%; - height: 100%; + -webkit-user-drag: none; } -/* line 39, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 29, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-ios.x-tablet .x-landscape * { -webkit-text-stroke: 1px transparent; } -/* -.x-ipad { - .x-container, .x-panel, .x-toolbar, .x-mask { - -webkit-transform: translate3d(0, 0, 0); - } -} -*/ -/* line 51, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 33, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ body { font-size: 104%; } -/* line 55, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 37, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ body.x-ios { -webkit-backface-visibility: hidden; } -/* line 59, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 41, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ body.x-android.x-phone { font-size: 116%; } -/* line 63, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 45, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ body.x-ios.x-phone { font-size: 114%; } -/* line 67, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 49, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ body.x-desktop { font-size: 114%; } -/* line 71, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 53, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ input, textarea { -webkit-user-select: text; } -/* line 75, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 57, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-hidden-visibility { visibility: hidden !important; } -/* line 79, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-hidden-display, .x-field-slider .x-field-mask, .x-field-toggle .x-field-mask, .x-field-checkbox .x-field-mask, .x-field-radio .x-field-mask, .x-field-hidden { +/* line 61, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +.x-hidden-display, .x-field-hidden { display: none !important; } -/* line 83, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 65, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-hidden-offsets { position: absolute !important; left: -10000em; @@ -296,87 +312,25 @@ input, textarea { visibility: hidden; } -/* line 90, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 72, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-fullscreen { position: absolute !important; - top: 0px; - left: 0px; } -/* line 96, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 79, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-desktop .x-body-stretcher { margin-bottom: 0px; } -/* line 100, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-scroller-parent { - overflow: hidden !important; -} - -/* line 104, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-scroller-parent, .x-scroller { - position: relative; -} - -/* line 108, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-ios .x-scroller, .x-ios .x-scroller > * { - -webkit-transform: translate3d(0, 0, 0); -} - -/* line 112, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-draggable { - z-index: 1; -} - -/* line 116, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-scrollbar { - position: absolute; - z-index: 10; - -webkit-transition-property: opacity; - -webkit-transition-duration: 250ms; - -webkit-border-radius: 4px; - opacity: 0; -} - -/* line 127, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-android .x-scrollbar { - -webkit-transition-property: none; - -webkit-transition-duration: 0ms; - -webkit-border-radius: 0px; -} - -/* line 133, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-scrollbar-dark { - background-color: rgba(0, 0, 0, 0.6); - border: 1px solid rgba(255, 255, 255, 0.2); -} - -/* line 138, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-scrollbar-light { - background-color: rgba(255, 255, 255, 0.6); - border: 1px solid rgba(0, 0, 0, 0.2); -} - -/* line 143, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-scrollbar-vertical { - top: 0; - right: 4px; - width: 4px; -} - -/* line 149, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-scrollbar-horizontal { - left: 0; - bottom: 4px; - height: 4px; -} - -/* line 155, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 83, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-mask { position: absolute; top: 0; left: 0; - z-index: 8000; + bottom: 0; + right: 0; + height: 100%; + z-index: 10; display: -webkit-box; display: box; -webkit-box-align: center; @@ -385,12 +339,27 @@ input, textarea { box-pack: center; background: rgba(0, 0, 0, 0.3) center center no-repeat; } -/* line 165, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 100, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-mask.x-mask-gray { background-color: rgba(0, 0, 0, 0.5); } -/* line 169, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-mask .x-mask-loading { +/* line 104, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +.x-mask.x-mask-transparent { + background-color: transparent; +} +/* line 108, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +.x-mask .x-mask-inner { + background: rgba(0, 0, 0, 0.25); + color: #fff; + text-align: center; + padding: .4em; + font-size: .95em; + font-weight: bold; + -webkit-border-radius: 0.5em; + border-radius: 0.5em; +} +/* line 118, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +.x-mask .x-loading-spinner-outer { display: -webkit-box; display: box; -webkit-box-orient: vertical; @@ -399,272 +368,263 @@ input, textarea { box-align: center; -webkit-box-pack: center; box-pack: center; - -webkit-border-radius: 0.5em; - border-radius: 0.5em; - color: #fff; - text-align: center; - padding: .4em; - font-weight: bold; - display: block; - width: 8.5em; + width: 100%; + min-width: 8.5em; height: 8.5em; - background: rgba(0, 0, 0, 0.25); } -/* line 185, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-mask .x-loading-spinner { - margin: 1em auto .2em; +/* line 129, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +.x-mask.x-indicator-hidden .x-loading-spinner-outer { + display: none; } -/* line 189, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-mask .x-loading-msg { - font-size: .95em; +/* line 134, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +.x-mask .x-mask-message { text-shadow: rgba(0, 0, 0, 0.5) 0 -0.08em 0; + -webkit-box-flex: 0 !important; + max-width: 13em; + min-width: 8.5em; } -/* line 195, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-floating { - position: absolute !important; - z-index: 10000 !important; - top: 0; - left: 0; +/* line 142, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +.x-draggable { + z-index: 1; } -/* line 202, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 146, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-dragging { opacity: 0.7; } -/* line 206, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 150, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-panel-list { background-color: white; } -/* line 211, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 155, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-html { -webkit-user-select: auto; -webkit-touch-callout: inherit; line-height: 1.5; color: #333; font-size: .8em; - padding: 1.2em; + margin: 1.2em; } -/* line 33, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 33, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html body { line-height: 1.5; font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; color: #333333; font-size: 75%; } -/* line 51, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 51, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html h1, .x-html h2, .x-html h3, .x-html h4, .x-html h5, .x-html h6 { font-weight: normal; color: #222222; } -/* line 52, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 52, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html h1 img, .x-html h2 img, .x-html h3 img, .x-html h4 img, .x-html h5 img, .x-html h6 img { margin: 0; } -/* line 53, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 53, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html h1 { font-size: 3em; line-height: 1; margin-bottom: 0.50em; } -/* line 54, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 54, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html h2 { font-size: 2em; margin-bottom: 0.75em; } -/* line 55, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 55, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1.00em; } -/* line 56, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 56, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; } -/* line 57, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 57, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.50em; } -/* line 58, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 58, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html h6 { font-size: 1em; font-weight: bold; } -/* line 59, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 59, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html p { margin: 0 0 1.5em; } -/* line 60, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 60, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html p .left { display: inline; float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; } -/* line 61, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 61, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html p .right { display: inline; float: right; margin: 1.5em 0 1.5em 1.5em; padding: 0; } -/* line 62, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 62, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html a { text-decoration: underline; color: #0066cc; } -/* line 18, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */ +/* line 18, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */ .x-html a:visited { color: #004c99; } -/* line 21, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */ +/* line 21, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */ .x-html a:focus { color: #0099ff; } -/* line 24, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */ +/* line 24, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */ .x-html a:hover { color: #0099ff; } -/* line 27, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */ +/* line 27, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */ .x-html a:active { color: #bf00ff; } -/* line 63, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 63, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html blockquote { margin: 1.5em; color: #666666; font-style: italic; } -/* line 64, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 64, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html strong, .x-html dfn { font-weight: bold; } -/* line 65, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 65, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html em, .x-html dfn { font-style: italic; } -/* line 66, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 66, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html sup, .x-html sub { line-height: 0; } -/* line 67, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 67, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html abbr, .x-html acronym { border-bottom: 1px dotted #666666; } -/* line 68, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 68, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html address { margin: 0 0 1.5em; font-style: italic; } -/* line 69, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 69, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html del { color: #666666; } -/* line 70, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 70, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html pre { margin: 1.5em 0; white-space: pre; } -/* line 71, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 71, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html pre, .x-html code, .x-html tt { font: 1em "andale mono", "lucida console", monospace; line-height: 1.5; } -/* line 72, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 72, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html li ul, .x-html li ol { margin: 0; } -/* line 73, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 73, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html ul, .x-html ol { margin: 0 1.5em 1.5em 0; padding-left: 1.5em; } -/* line 74, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 74, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html ul { list-style-type: disc; } -/* line 75, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 75, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html ol { list-style-type: decimal; } -/* line 76, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 76, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html dl { margin: 0 0 1.5em 0; } -/* line 77, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 77, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html dl dt { font-weight: bold; } -/* line 78, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 78, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html dd { margin-left: 1.5em; } -/* line 79, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 79, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html table { margin-bottom: 1.4em; width: 100%; } -/* line 80, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 80, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html th { font-weight: bold; } -/* line 81, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 81, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html thead th { background: #c3d9ff; } -/* line 82, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 82, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html th, .x-html td, .x-html caption { padding: 4px 10px 4px 5px; } -/* line 85, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ -.x-html table.striped tr:nth-child(even) td, -.x-html table tr.even td { +/* line 85, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +.x-html table.striped tr:nth-child(even) td, .x-html table tr.even td { background: #e5ecf9; } -/* line 86, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 86, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html tfoot { font-style: italic; } -/* line 87, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 87, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html caption { background: #eeeeee; } -/* line 88, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 88, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html .quiet { color: #666666; } -/* line 89, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 89, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html .loud { color: #111111; } -/* line 221, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 165, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-html ul li { list-style-type: circle; } -/* line 224, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 168, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-html ol li { list-style-type: decimal; } -/* line 230, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 174, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-video { background-color: #000; } -/* line 234, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 178, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-sortable .x-dragging { opacity: 1; z-index: 5; } -/* line 239, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 183, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-fullscreen { background: #eeeeee; } @@ -672,85 +632,119 @@ input, textarea { /* line 1, ../themes/stylesheets/sencha-touch/default/widgets/_map.scss */ .x-map { background-color: #edeae2; - width: 100%; - height: 100%; +} +/* line 3, ../themes/stylesheets/sencha-touch/default/widgets/_map.scss */ +.x-map * { + -webkit-box-sizing: content-box; + box-sizing: content-box; } -/* line 7, ../themes/stylesheets/sencha-touch/default/widgets/_map.scss */ +/* line 9, ../themes/stylesheets/sencha-touch/default/widgets/_map.scss */ .x-mask-map { background: transparent !important; } /** - * @global {boolean} [$include-html-style=true] Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). Styles are scoped to .x-html. Set to false to reduce CSS weight. + * @class Global_CSS + * + * Global CSS variables and mixins of Sencha Touch. + */ +/** + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. + */ +/** + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-default-icons=true] Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, and user. Set to false to reduce CSS weight. + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. */ /** - * @global {boolean} [$include-form-sliders=true] Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). */ /** - * @global {boolean} [$include-floating-panels=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. */ /** - * @global {boolean} [$include-default-uis=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-highlights=true] Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-border-radius=true] Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. */ /** - * @global {boolean} [$basic-slider=false] Optionally remove CSS3 effects from the slider component for improved performance. + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. */ /** - * @global {color} [$base-color=#354F6E] The primary color variable from which most elements derive their color scheme. + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. + * @see background-gradient */ /** - * @global {string} [$base-gradient='matte'] The primary gradient variable from which most elements derive their color scheme. + * @var {font-family} $font-family + * The font-family to be used throughout the theme. * @see background-gradient */ /** - * @global {color} [$alert-color=red] Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + */ +/** + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). */ /** - * @global {color} [$confirm-color=#92cf00] Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. */ /** - * @global {color} [$active-color=darken(saturate($base-color, 55%), 10%)] Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + * @var {color} $page-bg-color + * Background color for fullscreen components. */ /** - * @global {color} [$page-bg-color=#eee] Background color for fullscreen components. + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. */ /** - * @global {measurement} [$global-row-height=2.6em] The minimum row height for items like toolbars and list items. + * @class Global_CSS */ /** * Add a background gradient to a selector. * - * @param {color} $bg-color The base color of the gradient. - * @param {string} [$type=$base-gradient] The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + * .my-element { + * @include background-gradient(green, 'recessed') + * } * - * @example - * .my-element { - * @include background-gradient(green, 'recessed') - * } + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. */ /** * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). * - * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + * @include pictos-iconmask('attachment'); * - * @example - * @include pictos-iconmask('attachment'); + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). */ /** * Includes the default styles for toolbar buttons, mostly used as a helper function. * * @param {color} $bg-color Base color to be used for the button. - * @param {color} [$type=$button-gradient] $type Gradient style for the button, will automatically use "recessed" when pressed. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. */ /** * Adds a small text shadow (or highlight) to give the impression of beveled text. @@ -765,35 +759,32 @@ input, textarea { /** * Adds basic styles to :before or :after pseudo-elements. * - * @param {measurement} [$width=30px] Height of pseudo-element. - * @param {measurement} [$height=30px] Height of pseudo-element. - * @param {measurement} [$top=0] Top positioning of pseudo-element. - * @param {measurement} [$left=0] Left positioning of pseudo-element. + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. * - * @example - * .my-element:after { - * @include insertion(50px, 50px); - * } */ /** * Makes an element stretch to its parent's bounds. - * */ /** * Colors the text of an element based on lightness of its background. * - * @param {color} $bg-color Background color of element. - * @param {percent} [$contrast=100%] Contrast of text color to its background. + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } * - * @example - * .my-element { - * @include color-by-background(#fff); // Colors text black. - * } + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } * - * @example - * .my-element { - * @include color-by-background(#fff, 40%); // Colors text gray. - * } + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. * */ /** @@ -807,81 +798,115 @@ input, textarea { * Creates a background gradient for masked elements, based on the lightness of their background. * * @param {color} $bg-color Background color of element. - * @param {percent} [$percent=100%] Contrast of the new gradient to its background. - * @param {percent} [$style=$base-gradient] Gradient style of the gradient. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. * @see background-gradient * */ /** - * @global {boolean} [$include-html-style=true] Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). Styles are scoped to .x-html. Set to false to reduce CSS weight. + * Makes the element text overflow to use ellipsis. + */ +/** + * @class Global_CSS + * + * Global CSS variables and mixins of Sencha Touch. + */ +/** + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. + */ +/** + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-default-icons=true] Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, and user. Set to false to reduce CSS weight. + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. */ /** - * @global {boolean} [$include-form-sliders=true] Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). */ /** - * @global {boolean} [$include-floating-panels=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. */ /** - * @global {boolean} [$include-default-uis=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-highlights=true] Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-border-radius=true] Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. */ /** - * @global {boolean} [$basic-slider=false] Optionally remove CSS3 effects from the slider component for improved performance. + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. */ /** - * @global {color} [$base-color=#354F6E] The primary color variable from which most elements derive their color scheme. + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. + * @see background-gradient */ /** - * @global {string} [$base-gradient='matte'] The primary gradient variable from which most elements derive their color scheme. + * @var {font-family} $font-family + * The font-family to be used throughout the theme. * @see background-gradient */ /** - * @global {color} [$alert-color=red] Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). */ /** - * @global {color} [$confirm-color=#92cf00] Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). */ /** - * @global {color} [$active-color=darken(saturate($base-color, 55%), 10%)] Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. */ /** - * @global {color} [$page-bg-color=#eee] Background color for fullscreen components. + * @var {color} $page-bg-color + * Background color for fullscreen components. */ /** - * @global {measurement} [$global-row-height=2.6em] The minimum row height for items like toolbars and list items. + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. + */ +/** + * @class Global_CSS */ /** * Add a background gradient to a selector. * - * @param {color} $bg-color The base color of the gradient. - * @param {string} [$type=$base-gradient] The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + * .my-element { + * @include background-gradient(green, 'recessed') + * } * - * @example - * .my-element { - * @include background-gradient(green, 'recessed') - * } + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. */ /** * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). * - * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + * @include pictos-iconmask('attachment'); * - * @example - * @include pictos-iconmask('attachment'); + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). */ /** * Includes the default styles for toolbar buttons, mostly used as a helper function. * * @param {color} $bg-color Base color to be used for the button. - * @param {color} [$type=$button-gradient] $type Gradient style for the button, will automatically use "recessed" when pressed. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. */ /** * Adds a small text shadow (or highlight) to give the impression of beveled text. @@ -896,35 +921,32 @@ input, textarea { /** * Adds basic styles to :before or :after pseudo-elements. * - * @param {measurement} [$width=30px] Height of pseudo-element. - * @param {measurement} [$height=30px] Height of pseudo-element. - * @param {measurement} [$top=0] Top positioning of pseudo-element. - * @param {measurement} [$left=0] Left positioning of pseudo-element. + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. * - * @example - * .my-element:after { - * @include insertion(50px, 50px); - * } */ /** * Makes an element stretch to its parent's bounds. - * */ /** * Colors the text of an element based on lightness of its background. * - * @param {color} $bg-color Background color of element. - * @param {percent} [$contrast=100%] Contrast of text color to its background. + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } * - * @example - * .my-element { - * @include color-by-background(#fff); // Colors text black. - * } + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } * - * @example - * .my-element { - * @include color-by-background(#fff, 40%); // Colors text gray. - * } + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. * */ /** @@ -938,81 +960,115 @@ input, textarea { * Creates a background gradient for masked elements, based on the lightness of their background. * * @param {color} $bg-color Background color of element. - * @param {percent} [$percent=100%] Contrast of the new gradient to its background. - * @param {percent} [$style=$base-gradient] Gradient style of the gradient. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. * @see background-gradient * */ /** - * @global {boolean} [$include-html-style=true] Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). Styles are scoped to .x-html. Set to false to reduce CSS weight. + * Makes the element text overflow to use ellipsis. + */ +/** + * @class Global_CSS + * + * Global CSS variables and mixins of Sencha Touch. + */ +/** + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. + */ +/** + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-default-icons=true] Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, and user. Set to false to reduce CSS weight. + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. */ /** - * @global {boolean} [$include-form-sliders=true] Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). */ /** - * @global {boolean} [$include-floating-panels=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. */ /** - * @global {boolean} [$include-default-uis=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-highlights=true] Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-border-radius=true] Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. */ /** - * @global {boolean} [$basic-slider=false] Optionally remove CSS3 effects from the slider component for improved performance. + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. */ /** - * @global {color} [$base-color=#354F6E] The primary color variable from which most elements derive their color scheme. + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. + * @see background-gradient */ /** - * @global {string} [$base-gradient='matte'] The primary gradient variable from which most elements derive their color scheme. + * @var {font-family} $font-family + * The font-family to be used throughout the theme. * @see background-gradient */ /** - * @global {color} [$alert-color=red] Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + */ +/** + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). */ /** - * @global {color} [$confirm-color=#92cf00] Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. */ /** - * @global {color} [$active-color=darken(saturate($base-color, 55%), 10%)] Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + * @var {color} $page-bg-color + * Background color for fullscreen components. */ /** - * @global {color} [$page-bg-color=#eee] Background color for fullscreen components. + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. */ /** - * @global {measurement} [$global-row-height=2.6em] The minimum row height for items like toolbars and list items. + * @class Global_CSS */ /** * Add a background gradient to a selector. * - * @param {color} $bg-color The base color of the gradient. - * @param {string} [$type=$base-gradient] The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + * .my-element { + * @include background-gradient(green, 'recessed') + * } * - * @example - * .my-element { - * @include background-gradient(green, 'recessed') - * } + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. */ /** * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). * - * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + * @include pictos-iconmask('attachment'); * - * @example - * @include pictos-iconmask('attachment'); + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). */ /** * Includes the default styles for toolbar buttons, mostly used as a helper function. * * @param {color} $bg-color Base color to be used for the button. - * @param {color} [$type=$button-gradient] $type Gradient style for the button, will automatically use "recessed" when pressed. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. */ /** * Adds a small text shadow (or highlight) to give the impression of beveled text. @@ -1027,35 +1083,32 @@ input, textarea { /** * Adds basic styles to :before or :after pseudo-elements. * - * @param {measurement} [$width=30px] Height of pseudo-element. - * @param {measurement} [$height=30px] Height of pseudo-element. - * @param {measurement} [$top=0] Top positioning of pseudo-element. - * @param {measurement} [$left=0] Left positioning of pseudo-element. + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. * - * @example - * .my-element:after { - * @include insertion(50px, 50px); - * } */ /** * Makes an element stretch to its parent's bounds. - * */ /** * Colors the text of an element based on lightness of its background. * - * @param {color} $bg-color Background color of element. - * @param {percent} [$contrast=100%] Contrast of text color to its background. + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } * - * @example - * .my-element { - * @include color-by-background(#fff); // Colors text black. - * } + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } * - * @example - * .my-element { - * @include color-by-background(#fff, 40%); // Colors text gray. - * } + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. * */ /** @@ -1069,127 +1122,147 @@ input, textarea { * Creates a background gradient for masked elements, based on the lightness of their background. * * @param {color} $bg-color Background color of element. - * @param {percent} [$percent=100%] Contrast of the new gradient to its background. - * @param {percent} [$style=$base-gradient] Gradient style of the gradient. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. * @see background-gradient * */ /** - * @global {measurement} [$toolbar-spacing=.2em] - * Space between items in a toolbar (like buttons and fields) - * + * Makes the element text overflow to use ellipsis. + */ +/** * @class Ext.Toolbar - * @xtype toolbar */ /** - * @global {string} [$toolbar-gradient=$base-gradient] + * @var {measurement} $toolbar-spacing + * Space between items in a toolbar (like buttons and fields) + */ +/** + * @var {string} $toolbar-gradient * Background gradient style for toolbars. - * - * @class Ext.Toolbar - * @xtype toolbar - * @see background-gradient */ /** - * @global {boolean} [$include-toolbar-uis=$include-default-uis] + * @var {boolean} $include-toolbar-uis * Optionally disable separate toolbar UIs (light and dark). - * - * @class Ext.Toolbar - * @xtype toolbar */ /** * Includes default toolbar styles. - * - * @class Ext.Toolbar - * @xtype toolbar */ /** * Creates a theme UI for toolbars. * + * // SCSS + * @include sencha-toolbar-ui('sub', #58710D, 'glossy'); + * + * // JS + * var myTb = new Ext.Toolbar({title: 'My Green Glossy Toolbar', ui: 'sub'}) + * * @param {string} $ui-label The name of the UI being created. * Can not included spaces or special punctuation (used in class names) * @param {color} $color Base color for the UI. - * @param {string} [$gradient: $toolbar-gradient] Background gradient style for the UI. - * - * @example - * // SCSS - * @include sencha-toolbar-ui('sub', #58710D, 'glossy'); - * - * // JS - * var myTb = new Ext.Toolbar({title: 'My Green Glossy Toolbar', ui: 'sub'}) - * - * @class Ext.Toolbar - * @xtype toolbar + * @param {string} $gradient: $toolbar-gradien Background gradient style for the UI. + */ +/** + * @class Global_CSS + * + * Global CSS variables and mixins of Sencha Touch. */ /** - * @global {boolean} [$include-html-style=true] Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). Styles are scoped to .x-html. Set to false to reduce CSS weight. + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-default-icons=true] Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, and user. Set to false to reduce CSS weight. + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-form-sliders=true] Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. */ /** - * @global {boolean} [$include-floating-panels=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). */ /** - * @global {boolean} [$include-default-uis=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. */ /** - * @global {boolean} [$include-highlights=true] Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-border-radius=true] Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$basic-slider=false] Optionally remove CSS3 effects from the slider component for improved performance. + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. */ /** - * @global {color} [$base-color=#354F6E] The primary color variable from which most elements derive their color scheme. + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. */ /** - * @global {string} [$base-gradient='matte'] The primary gradient variable from which most elements derive their color scheme. + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. * @see background-gradient */ /** - * @global {color} [$alert-color=red] Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + * @var {font-family} $font-family + * The font-family to be used throughout the theme. + * @see background-gradient + */ +/** + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + */ +/** + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). */ /** - * @global {color} [$confirm-color=#92cf00] Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. */ /** - * @global {color} [$active-color=darken(saturate($base-color, 55%), 10%)] Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + * @var {color} $page-bg-color + * Background color for fullscreen components. */ /** - * @global {color} [$page-bg-color=#eee] Background color for fullscreen components. + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. */ /** - * @global {measurement} [$global-row-height=2.6em] The minimum row height for items like toolbars and list items. + * @class Global_CSS */ /** * Add a background gradient to a selector. * - * @param {color} $bg-color The base color of the gradient. - * @param {string} [$type=$base-gradient] The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + * .my-element { + * @include background-gradient(green, 'recessed') + * } * - * @example - * .my-element { - * @include background-gradient(green, 'recessed') - * } + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. */ /** * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). * - * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + * @include pictos-iconmask('attachment'); * - * @example - * @include pictos-iconmask('attachment'); + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). */ /** * Includes the default styles for toolbar buttons, mostly used as a helper function. * * @param {color} $bg-color Base color to be used for the button. - * @param {color} [$type=$button-gradient] $type Gradient style for the button, will automatically use "recessed" when pressed. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. */ /** * Adds a small text shadow (or highlight) to give the impression of beveled text. @@ -1204,35 +1277,32 @@ input, textarea { /** * Adds basic styles to :before or :after pseudo-elements. * - * @param {measurement} [$width=30px] Height of pseudo-element. - * @param {measurement} [$height=30px] Height of pseudo-element. - * @param {measurement} [$top=0] Top positioning of pseudo-element. - * @param {measurement} [$left=0] Left positioning of pseudo-element. + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. * - * @example - * .my-element:after { - * @include insertion(50px, 50px); - * } */ /** * Makes an element stretch to its parent's bounds. - * */ /** * Colors the text of an element based on lightness of its background. * - * @param {color} $bg-color Background color of element. - * @param {percent} [$contrast=100%] Contrast of text color to its background. + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } * - * @example - * .my-element { - * @include color-by-background(#fff); // Colors text black. - * } + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } * - * @example - * .my-element { - * @include color-by-background(#fff, 40%); // Colors text gray. - * } + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. * */ /** @@ -1246,150 +1316,161 @@ input, textarea { * Creates a background gradient for masked elements, based on the lightness of their background. * * @param {color} $bg-color Background color of element. - * @param {percent} [$percent=100%] Contrast of the new gradient to its background. - * @param {percent} [$style=$base-gradient] Gradient style of the gradient. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. * @see background-gradient * */ /** - * @global {measurement} $button-height Default height for buttons. - * - * @class Ext.Button - * @xtype button + * Makes the element text overflow to use ellipsis. */ /** - * @global {measurement} $button-radius Default border-radius for buttons. - * * @class Ext.Button - * @xtype button */ /** - * @global {measurement} $button-stroke-weight Default border width for buttons. - * - * @class Ext.Button - * @xtype button + * @var {measurement} $button-height Default height for buttons. */ /** - * @global {string} $button-gradient Default gradient for buttons. - * - * @class Ext.Button - * @xtype button - * @see background-gradient + * @var {measurement} $button-radius Default border-radius for buttons. */ /** - * @global {string} $toolbar-icon-size Default size (width and height) for toolbar icons. - * - * @class Ext.Button - * @xtype button + * @var {measurement} $button-stroke-weight Default border width for buttons. */ /** - * @global {boolean} $include-button-uis Optionally disable separate button UIs, including action, confirm, and decline. + * @var {string} $button-gradient Default gradient for buttons. * - * @class Ext.Button - * @xtype button + * See {@link Global_CSS#background-gradient background-gradient}. */ /** - * @global {boolean} $include-button-uis Optionally disable special CSS3 effects on buttons including gradients, text-shadows, and box-shadows. - * - * @class Ext.Button - * @xtype button + * @var {string} $toolbar-icon-size Default size (width and height) for toolbar icons. + */ +/** + * @var {boolean} $include-button-uis Optionally disable separate button UIs, including action, confirm, and decline. + */ +/** + * @var {boolean} $include-button-highlights Optionally disable special CSS3 effects on buttons including gradients, text-shadows, and box-shadows. */ /** * Includes default button styles. * - * @class Ext.Button - * @xtype button - * @see background-gradient + * See {@link Global_CSS#background-gradient background-gradient}. */ /** * Creates a theme UI for buttons. * Also automatically generates UIs for {ui-label}-round and {ui-label}-small. * + * // SCSS + * @include sencha-button-ui('secondary', #99A4AE, 'glossy'); + * + * // JS + * var cancelBtn = new Ext.Button({text: 'Cancel', ui: 'secondary'}); + * * @param {string} $ui-label The name of the UI being created. * Can not included spaces or special punctuation (used in class names) * @param {color} $color Base color for the UI. - * @param {string} [$gradient: $button-gradient] Default gradient for the UI. - * - * @example - * // SCSS - * @include sencha-button-ui('secondary', #99A4AE, 'glossy'); - * - * // JS - * var cancelBtn = new Ext.Button({text: 'Cancel', ui: 'secondary'}); - * - * @class Ext.Button - * @xtype button + * @param {string} $gradient Default gradient for the UI. */ /** - * @global {boolean} [$include-html-style=true] Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). Styles are scoped to .x-html. Set to false to reduce CSS weight. + * @class Global_CSS + * + * Global CSS variables and mixins of Sencha Touch. + */ +/** + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. + */ +/** + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-default-icons=true] Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, and user. Set to false to reduce CSS weight. + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. */ /** - * @global {boolean} [$include-form-sliders=true] Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). */ /** - * @global {boolean} [$include-floating-panels=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. */ /** - * @global {boolean} [$include-default-uis=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-highlights=true] Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-border-radius=true] Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. */ /** - * @global {boolean} [$basic-slider=false] Optionally remove CSS3 effects from the slider component for improved performance. + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. */ /** - * @global {color} [$base-color=#354F6E] The primary color variable from which most elements derive their color scheme. + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. + * @see background-gradient */ /** - * @global {string} [$base-gradient='matte'] The primary gradient variable from which most elements derive their color scheme. + * @var {font-family} $font-family + * The font-family to be used throughout the theme. * @see background-gradient */ /** - * @global {color} [$alert-color=red] Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + */ +/** + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). */ /** - * @global {color} [$confirm-color=#92cf00] Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. */ /** - * @global {color} [$active-color=darken(saturate($base-color, 55%), 10%)] Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + * @var {color} $page-bg-color + * Background color for fullscreen components. */ /** - * @global {color} [$page-bg-color=#eee] Background color for fullscreen components. + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. */ /** - * @global {measurement} [$global-row-height=2.6em] The minimum row height for items like toolbars and list items. + * @class Global_CSS */ /** * Add a background gradient to a selector. * - * @param {color} $bg-color The base color of the gradient. - * @param {string} [$type=$base-gradient] The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + * .my-element { + * @include background-gradient(green, 'recessed') + * } * - * @example - * .my-element { - * @include background-gradient(green, 'recessed') - * } + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. */ /** * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). * - * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + * @include pictos-iconmask('attachment'); * - * @example - * @include pictos-iconmask('attachment'); + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). */ /** * Includes the default styles for toolbar buttons, mostly used as a helper function. * * @param {color} $bg-color Base color to be used for the button. - * @param {color} [$type=$button-gradient] $type Gradient style for the button, will automatically use "recessed" when pressed. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. */ /** * Adds a small text shadow (or highlight) to give the impression of beveled text. @@ -1404,35 +1485,32 @@ input, textarea { /** * Adds basic styles to :before or :after pseudo-elements. * - * @param {measurement} [$width=30px] Height of pseudo-element. - * @param {measurement} [$height=30px] Height of pseudo-element. - * @param {measurement} [$top=0] Top positioning of pseudo-element. - * @param {measurement} [$left=0] Left positioning of pseudo-element. + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. * - * @example - * .my-element:after { - * @include insertion(50px, 50px); - * } */ /** * Makes an element stretch to its parent's bounds. - * */ /** * Colors the text of an element based on lightness of its background. * - * @param {color} $bg-color Background color of element. - * @param {percent} [$contrast=100%] Contrast of text color to its background. + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } * - * @example - * .my-element { - * @include color-by-background(#fff); // Colors text black. - * } + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } * - * @example - * .my-element { - * @include color-by-background(#fff, 40%); // Colors text gray. - * } + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. * */ /** @@ -1446,189 +1524,193 @@ input, textarea { * Creates a background gradient for masked elements, based on the lightness of their background. * * @param {color} $bg-color Background color of element. - * @param {percent} [$percent=100%] Contrast of the new gradient to its background. - * @param {percent} [$style=$base-gradient] Gradient style of the gradient. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. * @see background-gradient * */ /** - * @global {boolean} [$include-tabbar-uis=$include-default-uis] Optionally disable separate tabbar UIs (light and dark). - * + * Makes the element text overflow to use ellipsis. + */ +/** * @class Ext.tab.Bar - * @xtype tabbar */ /** - * @global {boolean} [$include-top-tabs=true] + * @var {boolean} $include-tabbar-uis Optionally disable separate tabbar UIs (light and dark). + */ +/** + * @var {boolean} $include-top-tabs * Optionally exclude top tab styles by setting to false. - * - * @class Ext.tab.Bar - * @xtype tabbar */ /** - * @global {boolean} [$include-bottom-tabs=true] + * @var {boolean} $include-bottom-tabs * Optionally exclude bottom tab styles by setting to false. - * - * @class Ext.tab.Bar - * @xtype tabbar */ /** - * @global {color} [$tabs-light=lighten(desaturate($base-color, 10%), 5%)] + * @var {color} $tabs-light * Base color for "light" UI tabs. - * - * @class Ext.tab.Bar - * @xtype tabbar */ /** - * @global {color} [$tabs-light-active=saturate($active-color, 20%)] + * @var {color} $tabs-light-active * Active color for "light" UI tabs. - * - * @class Ext.tab.Bar - * @xtype tabbar */ /** - * @global {color} [$tabs-dark=darken($base-color, 20%)] + * @var {color} $tabs-dark * Base color for "dark" UI tabs. - * - * @class Ext.tab.Bar - * @xtype tabbar */ /** - * @global {color} [$tabs-dark-active=saturate(lighten($active-color, 30%), 70%)] + * @var {color} $tabs-dark-active * Active color for "dark" UI tabs. - * - * @class Ext.tab.Bar - * @xtype tabbar */ /** - * @global {string} [$tabs-bar-gradient=$base-gradient] + * @var {string} $tabs-bar-gradient * Background gradient style for tab bars. - * - * @class Ext.tab.Bar - * @xtype tabbar */ /** - * @global {string} [$tabs-bottom-radius=.25em] - * Border-radius for bottom tabs. - * * @class Ext.tab.Tab - * @xtype tab */ /** - * @global {string} [$tabs-bottom-icon-size=1.65em] + * @var {string} $tabs-bottom-radius + * Border-radius for bottom tabs. + */ +/** + * @var {string} $tabs-bottom-icon-size * Icon size for bottom tabs - * - * @class Ext.tab.Tab - * @xtype tab */ /** - * @global {string} [$tabs-bottom-active-gradient='glossy'] + * @var {string} $tabs-bottom-active-gradient * Background gradient style for active bottom tabs. - * - * @class Ext.tab.Tab - * @xtype tab */ /** * Includes default tab styles. * - * @class Ext.tab.Bar - * @xtype tabbar + * @member Ext.tab.Bar */ /** * Creates a theme UI for tabbar/tab components. * + * // SCSS + * @include sencha-button-ui('pink', #333, 'matte', #AE537A); + * + * // JS + * var tabs = new Ext.tab.Panel({ + * tabBar: { + * ui: 'pink', + * dock: 'bottom', + * layout: { pack: 'center' } + * }, + * ... + * }); + * * @param {string} $ui-label The name of the UI being created. * Can not included spaces or special punctuation (used in class names) * @param {color} $bar-color Base color for the tab bar. * @param {string} $bar-gradient Background gradient style for the tab bar. * @param {color} $tab-active-color Background-color for active tab icons. * - * @example - * // SCSS - * @include sencha-button-ui('pink', #333, 'matte', #AE537A); - * - * // JS - * var tabs = new Ext.tab.Panel({ - * tabBar: { - * ui: 'pink', - * dock: 'bottom', - * layout: { pack: 'center' } - * }, - * ... - * }); - * - * @class Ext.tab.Bar - * @xtype tabbar + * @member Ext.tab.Bar */ /** - * @global {boolean} [$include-html-style=true] Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). Styles are scoped to .x-html. Set to false to reduce CSS weight. + * @class Global_CSS + * + * Global CSS variables and mixins of Sencha Touch. + */ +/** + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. + */ +/** + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-default-icons=true] Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, and user. Set to false to reduce CSS weight. + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. */ /** - * @global {boolean} [$include-form-sliders=true] Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). */ /** - * @global {boolean} [$include-floating-panels=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. */ /** - * @global {boolean} [$include-default-uis=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-highlights=true] Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-border-radius=true] Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. */ /** - * @global {boolean} [$basic-slider=false] Optionally remove CSS3 effects from the slider component for improved performance. + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. */ /** - * @global {color} [$base-color=#354F6E] The primary color variable from which most elements derive their color scheme. + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. + * @see background-gradient */ /** - * @global {string} [$base-gradient='matte'] The primary gradient variable from which most elements derive their color scheme. + * @var {font-family} $font-family + * The font-family to be used throughout the theme. * @see background-gradient */ /** - * @global {color} [$alert-color=red] Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + */ +/** + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). */ /** - * @global {color} [$confirm-color=#92cf00] Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. */ /** - * @global {color} [$active-color=darken(saturate($base-color, 55%), 10%)] Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + * @var {color} $page-bg-color + * Background color for fullscreen components. */ /** - * @global {color} [$page-bg-color=#eee] Background color for fullscreen components. + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. */ /** - * @global {measurement} [$global-row-height=2.6em] The minimum row height for items like toolbars and list items. + * @class Global_CSS */ /** * Add a background gradient to a selector. * - * @param {color} $bg-color The base color of the gradient. - * @param {string} [$type=$base-gradient] The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + * .my-element { + * @include background-gradient(green, 'recessed') + * } * - * @example - * .my-element { - * @include background-gradient(green, 'recessed') - * } + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. */ /** * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). * - * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + * @include pictos-iconmask('attachment'); * - * @example - * @include pictos-iconmask('attachment'); + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). */ /** * Includes the default styles for toolbar buttons, mostly used as a helper function. * * @param {color} $bg-color Base color to be used for the button. - * @param {color} [$type=$button-gradient] $type Gradient style for the button, will automatically use "recessed" when pressed. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. */ /** * Adds a small text shadow (or highlight) to give the impression of beveled text. @@ -1643,35 +1725,32 @@ input, textarea { /** * Adds basic styles to :before or :after pseudo-elements. * - * @param {measurement} [$width=30px] Height of pseudo-element. - * @param {measurement} [$height=30px] Height of pseudo-element. - * @param {measurement} [$top=0] Top positioning of pseudo-element. - * @param {measurement} [$left=0] Left positioning of pseudo-element. + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. * - * @example - * .my-element:after { - * @include insertion(50px, 50px); - * } */ /** * Makes an element stretch to its parent's bounds. - * */ /** * Colors the text of an element based on lightness of its background. * - * @param {color} $bg-color Background color of element. - * @param {percent} [$contrast=100%] Contrast of text color to its background. + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } * - * @example - * .my-element { - * @include color-by-background(#fff); // Colors text black. - * } + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } * - * @example - * .my-element { - * @include color-by-background(#fff, 40%); // Colors text gray. - * } + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. * */ /** @@ -1685,35 +1764,26 @@ input, textarea { * Creates a background gradient for masked elements, based on the lightness of their background. * * @param {color} $bg-color Background color of element. - * @param {percent} [$percent=100%] Contrast of the new gradient to its background. - * @param {percent} [$style=$base-gradient] Gradient style of the gradient. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. * @see background-gradient * */ /** - * @global {measurement} [$carousel-indicator-size=.5em] Size (width/height) of carousel indicator dots. - * - * @class Ext.Carousel.Indicator - * @xtype carouselindicator + * Makes the element text overflow to use ellipsis. */ /** - * @global {measurement} [$carousel-indicator-spacing=.2em] - * Amount of space between carousel indicator dots. - * - * @class Ext.Carousel.Indicator - * @xtype carouselindicator + * @class Ext.carousel.Indicator */ /** - * @global {measurement} [$carousel-track-size=1.5em] Size of the track the carousel indicator dots are in. - * - * @class Ext.Carousel.Indicator - * @xtype carouselindicator + * @var {measurement} $carousel-indicator-size Size (width/height) of carousel indicator dots. */ /** - * Includes basic carousel formatting. - * - * @class Ext.Carousel - * @xtype carousel + * @var {measurement} $carousel-indicator-spacing + * Amount of space between carousel indicator dots. + */ +/** + * @var {measurement} $carousel-track-size Size of the track the carousel indicator dots are in. */ /** * Creates a theme UI for carousel indicator components. @@ -1724,80 +1794,114 @@ input, textarea { * @param {string} $gradient Default gradient for the UI. * @param {color} $active-color Active color for the UI. * @param {string} $active-gradient Active gradient for the UI. - * - * @class Ext.Carousel.Indicator - * @xtype carouselindicator */ /** - * @global {boolean} [$include-html-style=true] Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). Styles are scoped to .x-html. Set to false to reduce CSS weight. + * @class Ext.carousel.Carousel + */ +/** + * Includes basic carousel formatting. + */ +/** + * @class Global_CSS + * + * Global CSS variables and mixins of Sencha Touch. + */ +/** + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. + */ +/** + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-default-icons=true] Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, and user. Set to false to reduce CSS weight. + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. */ /** - * @global {boolean} [$include-form-sliders=true] Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). */ /** - * @global {boolean} [$include-floating-panels=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. */ /** - * @global {boolean} [$include-default-uis=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-highlights=true] Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-border-radius=true] Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. */ /** - * @global {boolean} [$basic-slider=false] Optionally remove CSS3 effects from the slider component for improved performance. + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. */ /** - * @global {color} [$base-color=#354F6E] The primary color variable from which most elements derive their color scheme. + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. + * @see background-gradient */ /** - * @global {string} [$base-gradient='matte'] The primary gradient variable from which most elements derive their color scheme. + * @var {font-family} $font-family + * The font-family to be used throughout the theme. * @see background-gradient */ /** - * @global {color} [$alert-color=red] Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). */ /** - * @global {color} [$confirm-color=#92cf00] Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). */ /** - * @global {color} [$active-color=darken(saturate($base-color, 55%), 10%)] Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. */ /** - * @global {color} [$page-bg-color=#eee] Background color for fullscreen components. + * @var {color} $page-bg-color + * Background color for fullscreen components. */ /** - * @global {measurement} [$global-row-height=2.6em] The minimum row height for items like toolbars and list items. + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. + */ +/** + * @class Global_CSS */ /** * Add a background gradient to a selector. * - * @param {color} $bg-color The base color of the gradient. - * @param {string} [$type=$base-gradient] The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + * .my-element { + * @include background-gradient(green, 'recessed') + * } * - * @example - * .my-element { - * @include background-gradient(green, 'recessed') - * } + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. */ /** * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). * - * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + * @include pictos-iconmask('attachment'); * - * @example - * @include pictos-iconmask('attachment'); + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). */ /** * Includes the default styles for toolbar buttons, mostly used as a helper function. * * @param {color} $bg-color Base color to be used for the button. - * @param {color} [$type=$button-gradient] $type Gradient style for the button, will automatically use "recessed" when pressed. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. */ /** * Adds a small text shadow (or highlight) to give the impression of beveled text. @@ -1812,35 +1916,32 @@ input, textarea { /** * Adds basic styles to :before or :after pseudo-elements. * - * @param {measurement} [$width=30px] Height of pseudo-element. - * @param {measurement} [$height=30px] Height of pseudo-element. - * @param {measurement} [$top=0] Top positioning of pseudo-element. - * @param {measurement} [$left=0] Left positioning of pseudo-element. + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. * - * @example - * .my-element:after { - * @include insertion(50px, 50px); - * } */ /** * Makes an element stretch to its parent's bounds. - * */ /** * Colors the text of an element based on lightness of its background. * - * @param {color} $bg-color Background color of element. - * @param {percent} [$contrast=100%] Contrast of text color to its background. + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } * - * @example - * .my-element { - * @include color-by-background(#fff); // Colors text black. - * } + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } * - * @example - * .my-element { - * @include color-by-background(#fff, 40%); // Colors text gray. - * } + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. * */ /** @@ -1854,108 +1955,133 @@ input, textarea { * Creates a background gradient for masked elements, based on the lightness of their background. * * @param {color} $bg-color Background color of element. - * @param {percent} [$percent=100%] Contrast of the new gradient to its background. - * @param {percent} [$style=$base-gradient] Gradient style of the gradient. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. * @see background-gradient * */ /** - * @global {measurement} [$index-bar-width=2.1em] + * Makes the element text overflow to use ellipsis. + */ +/** + * @class Ext.dataview.IndexBar + */ +/** + * @var {measurement} $index-bar-width * Width of the index bar. - * - * @class Ext.IndexBar - * @xtype indexbar */ /** - * @global {color} [$index-bar-bg-color=hsla(hue($base-color), 10%, 60%, .8)] + * @var {color} $index-bar-bg-color * Background-color of the index bar. - * - * @class Ext.IndexBar - * @xtype indexbar */ /** - * @global {color} [$index-bar-color=darken(desaturate($base-color, 5%), 15%)] + * @var {color} $index-bar-color * Text color of the index bar. - * - * @class Ext.IndexBar - * @xtype indexbar */ /** * Includes default index bar styles. + */ +/** + * @class Global_CSS * - * @class Ext.FormPanel - * @xtype indexbar + * Global CSS variables and mixins of Sencha Touch. + */ +/** + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-html-style=true] Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). Styles are scoped to .x-html. Set to false to reduce CSS weight. + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-default-icons=true] Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, and user. Set to false to reduce CSS weight. + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. */ /** - * @global {boolean} [$include-form-sliders=true] Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). */ /** - * @global {boolean} [$include-floating-panels=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. */ /** - * @global {boolean} [$include-default-uis=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-highlights=true] Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-border-radius=true] Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. */ /** - * @global {boolean} [$basic-slider=false] Optionally remove CSS3 effects from the slider component for improved performance. + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. */ /** - * @global {color} [$base-color=#354F6E] The primary color variable from which most elements derive their color scheme. + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. + * @see background-gradient */ /** - * @global {string} [$base-gradient='matte'] The primary gradient variable from which most elements derive their color scheme. + * @var {font-family} $font-family + * The font-family to be used throughout the theme. * @see background-gradient */ /** - * @global {color} [$alert-color=red] Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + */ +/** + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). */ /** - * @global {color} [$confirm-color=#92cf00] Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. */ /** - * @global {color} [$active-color=darken(saturate($base-color, 55%), 10%)] Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + * @var {color} $page-bg-color + * Background color for fullscreen components. */ /** - * @global {color} [$page-bg-color=#eee] Background color for fullscreen components. + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. */ /** - * @global {measurement} [$global-row-height=2.6em] The minimum row height for items like toolbars and list items. + * @class Global_CSS */ /** * Add a background gradient to a selector. * - * @param {color} $bg-color The base color of the gradient. - * @param {string} [$type=$base-gradient] The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + * .my-element { + * @include background-gradient(green, 'recessed') + * } * - * @example - * .my-element { - * @include background-gradient(green, 'recessed') - * } + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. */ /** * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). * - * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + * @include pictos-iconmask('attachment'); * - * @example - * @include pictos-iconmask('attachment'); + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). */ /** * Includes the default styles for toolbar buttons, mostly used as a helper function. * * @param {color} $bg-color Base color to be used for the button. - * @param {color} [$type=$button-gradient] $type Gradient style for the button, will automatically use "recessed" when pressed. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. */ /** * Adds a small text shadow (or highlight) to give the impression of beveled text. @@ -1970,35 +2096,32 @@ input, textarea { /** * Adds basic styles to :before or :after pseudo-elements. * - * @param {measurement} [$width=30px] Height of pseudo-element. - * @param {measurement} [$height=30px] Height of pseudo-element. - * @param {measurement} [$top=0] Top positioning of pseudo-element. - * @param {measurement} [$left=0] Left positioning of pseudo-element. + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. * - * @example - * .my-element:after { - * @include insertion(50px, 50px); - * } */ /** * Makes an element stretch to its parent's bounds. - * */ /** * Colors the text of an element based on lightness of its background. * - * @param {color} $bg-color Background color of element. - * @param {percent} [$contrast=100%] Contrast of text color to its background. + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } * - * @example - * .my-element { - * @include color-by-background(#fff); // Colors text black. - * } + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } * - * @example - * .my-element { - * @include color-by-background(#fff, 40%); // Colors text gray. - * } + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. * */ /** @@ -2012,151 +2135,159 @@ input, textarea { * Creates a background gradient for masked elements, based on the lightness of their background. * * @param {color} $bg-color Background color of element. - * @param {percent} [$percent=100%] Contrast of the new gradient to its background. - * @param {percent} [$style=$base-gradient] Gradient style of the gradient. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. * @see background-gradient * */ /** - * @global {color} [$list-color=#000] + * Makes the element text overflow to use ellipsis. + */ +/** + * @class Ext.dataview.List + */ +/** + * @var {color} $list-color * Text color for list rows. - * - * @class Ext.List - * @xtype list */ /** - * @global {color} [$list-bg-color=#f7f7f7] + * @var {color} $list-bg-color * Background-color for list rows. - * - * @class Ext.List - * @xtype list */ /** - * @global {color} [$list-pressed-color=lighten($active-color, 50%)] + * @var {color} $include-list-highlights * Background-color for pressed list rows. - * - * @class Ext.List - * @xtype list */ /** - * @global {color} [$list-pressed-color=lighten($active-color, 50%)] + * @var {color} $list-pressed-color * Background-color for pressed list rows. - * - * @class Ext.List - * @xtype list */ /** - * @global {color} [$list-active-color=$active-color] + * @var {color} $list-active-color * Background-color for selected list rows. - * - * @class Ext.List - * @xtype list */ /** - * @global {string} [$list-active-gradient=$base-gradient] + * @var {string} $list-active-gradient * Gradient style for selected list rows. - * - * @class Ext.List - * @xtype list */ /** - * @global {color} [$list-header-bg-color=lighten(saturate($base-color, 10%), 20%)] + * @var {color} $list-header-bg-color * Background-color for list header rows (in grouped lists). - * - * @class Ext.List - * @xtype list */ /** - * @global {string} [$list-header-gradient=$base-gradient] + * @var {string} $list-header-gradient * Gradient style for list header rows (in grouped lists). * - * @class Ext.List - * @xtype list - * @see background-gradient + * See {@link Global_CSS#background-gradient background-gradient}. */ /** - * @global {measurement} [$list-disclosure-size=1.7em] + * @var {measurement} $list-disclosure-size * Default size (width/height) for disclosure icons. - * - * @class Ext.List - * @xtype list */ /** * Includes default list styles. + */ +/** + * @class Global_CSS * - * @class Ext.List - * @xtype list + * Global CSS variables and mixins of Sencha Touch. + */ +/** + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-html-style=true] Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). Styles are scoped to .x-html. Set to false to reduce CSS weight. + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-default-icons=true] Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, and user. Set to false to reduce CSS weight. + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. */ /** - * @global {boolean} [$include-form-sliders=true] Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). */ /** - * @global {boolean} [$include-floating-panels=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. */ /** - * @global {boolean} [$include-default-uis=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-highlights=true] Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-border-radius=true] Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. */ /** - * @global {boolean} [$basic-slider=false] Optionally remove CSS3 effects from the slider component for improved performance. + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. */ /** - * @global {color} [$base-color=#354F6E] The primary color variable from which most elements derive their color scheme. + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. + * @see background-gradient */ /** - * @global {string} [$base-gradient='matte'] The primary gradient variable from which most elements derive their color scheme. + * @var {font-family} $font-family + * The font-family to be used throughout the theme. * @see background-gradient */ /** - * @global {color} [$alert-color=red] Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + */ +/** + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). */ /** - * @global {color} [$confirm-color=#92cf00] Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. */ /** - * @global {color} [$active-color=darken(saturate($base-color, 55%), 10%)] Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + * @var {color} $page-bg-color + * Background color for fullscreen components. */ /** - * @global {color} [$page-bg-color=#eee] Background color for fullscreen components. + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. */ /** - * @global {measurement} [$global-row-height=2.6em] The minimum row height for items like toolbars and list items. + * @class Global_CSS */ /** * Add a background gradient to a selector. * - * @param {color} $bg-color The base color of the gradient. - * @param {string} [$type=$base-gradient] The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + * .my-element { + * @include background-gradient(green, 'recessed') + * } * - * @example - * .my-element { - * @include background-gradient(green, 'recessed') - * } + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. */ /** * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). * - * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + * @include pictos-iconmask('attachment'); * - * @example - * @include pictos-iconmask('attachment'); + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). */ /** * Includes the default styles for toolbar buttons, mostly used as a helper function. * * @param {color} $bg-color Base color to be used for the button. - * @param {color} [$type=$button-gradient] $type Gradient style for the button, will automatically use "recessed" when pressed. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. */ /** * Adds a small text shadow (or highlight) to give the impression of beveled text. @@ -2171,35 +2302,32 @@ input, textarea { /** * Adds basic styles to :before or :after pseudo-elements. * - * @param {measurement} [$width=30px] Height of pseudo-element. - * @param {measurement} [$height=30px] Height of pseudo-element. - * @param {measurement} [$top=0] Top positioning of pseudo-element. - * @param {measurement} [$left=0] Left positioning of pseudo-element. + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. * - * @example - * .my-element:after { - * @include insertion(50px, 50px); - * } */ /** * Makes an element stretch to its parent's bounds. - * */ /** * Colors the text of an element based on lightness of its background. * - * @param {color} $bg-color Background color of element. - * @param {percent} [$contrast=100%] Contrast of text color to its background. + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } * - * @example - * .my-element { - * @include color-by-background(#fff); // Colors text black. - * } + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } * - * @example - * .my-element { - * @include color-by-background(#fff, 40%); // Colors text gray. - * } + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. * */ /** @@ -2213,81 +2341,115 @@ input, textarea { * Creates a background gradient for masked elements, based on the lightness of their background. * * @param {color} $bg-color Background color of element. - * @param {percent} [$percent=100%] Contrast of the new gradient to its background. - * @param {percent} [$style=$base-gradient] Gradient style of the gradient. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. * @see background-gradient * */ /** - * @global {boolean} [$include-html-style=true] Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). Styles are scoped to .x-html. Set to false to reduce CSS weight. + * Makes the element text overflow to use ellipsis. */ /** - * @global {boolean} [$include-default-icons=true] Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, and user. Set to false to reduce CSS weight. + * @class Global_CSS + * + * Global CSS variables and mixins of Sencha Touch. + */ +/** + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. + */ +/** + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. + */ +/** + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. */ /** - * @global {boolean} [$include-form-sliders=true] Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). */ /** - * @global {boolean} [$include-floating-panels=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. */ /** - * @global {boolean} [$include-default-uis=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-highlights=true] Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-border-radius=true] Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. */ /** - * @global {boolean} [$basic-slider=false] Optionally remove CSS3 effects from the slider component for improved performance. + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. */ /** - * @global {color} [$base-color=#354F6E] The primary color variable from which most elements derive their color scheme. + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. + * @see background-gradient */ /** - * @global {string} [$base-gradient='matte'] The primary gradient variable from which most elements derive their color scheme. + * @var {font-family} $font-family + * The font-family to be used throughout the theme. * @see background-gradient */ /** - * @global {color} [$alert-color=red] Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). */ /** - * @global {color} [$confirm-color=#92cf00] Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). */ /** - * @global {color} [$active-color=darken(saturate($base-color, 55%), 10%)] Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. */ /** - * @global {color} [$page-bg-color=#eee] Background color for fullscreen components. + * @var {color} $page-bg-color + * Background color for fullscreen components. */ /** - * @global {measurement} [$global-row-height=2.6em] The minimum row height for items like toolbars and list items. + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. + */ +/** + * @class Global_CSS */ /** * Add a background gradient to a selector. * - * @param {color} $bg-color The base color of the gradient. - * @param {string} [$type=$base-gradient] The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + * .my-element { + * @include background-gradient(green, 'recessed') + * } * - * @example - * .my-element { - * @include background-gradient(green, 'recessed') - * } + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. */ /** * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). * - * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + * @include pictos-iconmask('attachment'); * - * @example - * @include pictos-iconmask('attachment'); + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). */ /** * Includes the default styles for toolbar buttons, mostly used as a helper function. * * @param {color} $bg-color Base color to be used for the button. - * @param {color} [$type=$button-gradient] $type Gradient style for the button, will automatically use "recessed" when pressed. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. */ /** * Adds a small text shadow (or highlight) to give the impression of beveled text. @@ -2302,35 +2464,32 @@ input, textarea { /** * Adds basic styles to :before or :after pseudo-elements. * - * @param {measurement} [$width=30px] Height of pseudo-element. - * @param {measurement} [$height=30px] Height of pseudo-element. - * @param {measurement} [$top=0] Top positioning of pseudo-element. - * @param {measurement} [$left=0] Left positioning of pseudo-element. + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. * - * @example - * .my-element:after { - * @include insertion(50px, 50px); - * } */ /** * Makes an element stretch to its parent's bounds. - * */ /** * Colors the text of an element based on lightness of its background. * - * @param {color} $bg-color Background color of element. - * @param {percent} [$contrast=100%] Contrast of text color to its background. + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } * - * @example - * .my-element { - * @include color-by-background(#fff); // Colors text black. - * } + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } * - * @example - * .my-element { - * @include color-by-background(#fff, 40%); // Colors text gray. - * } + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. * */ /** @@ -2344,178 +2503,194 @@ input, textarea { * Creates a background gradient for masked elements, based on the lightness of their background. * * @param {color} $bg-color Background color of element. - * @param {percent} [$percent=100%] Contrast of the new gradient to its background. - * @param {percent} [$style=$base-gradient] Gradient style of the gradient. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. * @see background-gradient * */ +/** + * Makes the element text overflow to use ellipsis. + */ /** * Includes default form slider styles. * - * @class Ext.form.Slider - * @xtype sliderfield + * @member Ext.field.Slider */ /** - * @global {color} [$form-bg-color=#eee] + * @var {color} $form-bg-color * Default background-color for forms. * - * @class Ext.form.FormPanel - * @xtype form + * @member Ext.form.Panel */ /** - * @global {color} [$form-field-bg-color=#fff] + * @class Ext.field.Field + */ +/** + * @var {color} $form-field-bg-color * Default background-color for form fields. - * - * @class Ext.form.Field - * @xtype field */ /** - * @global {color} [$form-light=#ddd] + * @var {color} $form-light * Light color for form fields, mostly used on field borders. - * - * @class Ext.form.Field - * @xtype field */ /** - * @global {color} [$form-dark=#333] + * @var {color} $form-dark * Dark color for form fields, mostly used on labels/text. - * - * @class Ext.form.Field - * @xtype field */ /** - * @global {measurement} [$form-label-width=6em] + * @var {measurement} $form-label-width * Default width for form labels. - * - * @class Ext.form.Field - * @xtype field */ /** - * @global {measurement} [$form-field-height=2.5em] + * @var {color} $form-label-background-color + * The default background color for labels + */ +/** + * @var {measurement} $form-field-height * Default height for form fields. - * - * @class Ext.form.Field - * @xtype field */ /** - * @global {measurement} [$form-spacing=.6em] + * @var {measurement} $form-spacing * Default spacing for form fields, used for padding, etc. - * - * @class Ext.form.Field - * @xtype field */ /** - * @global {measurement} [$form-textarea-height=6em] + * @var {measurement} $form-textarea-height * Default height for form textareas. * - * @class Ext.form.TextArea - * @xtype textareafield + * @member Ext.field.TextArea */ /** - * @global {measurement} [$form-thumb-size=2.2em] + * @var {measurement} $form-thumb-size * Default size of "thumbs" for form sliders/toggles. * - * @class Ext.form.Slider - * @xtype sliderfield + * @member Ext.field.Slider */ /** - * @global {measurement} [$form-toggle-size=$form-thumb-size - .35em] + * @var {measurement} $form-toggle-size * Thumb size minus padding for inset thumbs like in a Toggle element. * - * @class Ext.form.Toggle - * @xtype togglefield + * @member Ext.field.Toggle */ /** - * @global {measurement} [$form-fieldset-radius=.4em] + * @var {measurement} $form-fieldset-radius * Default border-radius for form fieldsets. * - * @class Ext.form.FieldSet - * @xtype fieldset + * @member Ext.form.FieldSet */ /** - * @global {measurement} [$form-slider-size=.8em] + * @var {measurement} $form-slider-size * Height of the slider "track." * - * @class Ext.form.Slider - * @xtype sliderfield + * @member Ext.field.Slider */ /** * Includes default form styles. * - * @class Ext.form.FormPanel - * @xtype button - * @see background-gradient + * See {@link Global_CSS#background-gradient background-gradient}. + * + * @member Ext.form.Panel */ /** - * @global {boolean} [$include-html-style=true] Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). Styles are scoped to .x-html. Set to false to reduce CSS weight. + * @class Global_CSS + * + * Global CSS variables and mixins of Sencha Touch. + */ +/** + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. + */ +/** + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-default-icons=true] Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, and user. Set to false to reduce CSS weight. + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. */ /** - * @global {boolean} [$include-form-sliders=true] Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). */ /** - * @global {boolean} [$include-floating-panels=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. */ /** - * @global {boolean} [$include-default-uis=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-highlights=true] Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-border-radius=true] Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. */ /** - * @global {boolean} [$basic-slider=false] Optionally remove CSS3 effects from the slider component for improved performance. + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. */ /** - * @global {color} [$base-color=#354F6E] The primary color variable from which most elements derive their color scheme. + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. + * @see background-gradient */ /** - * @global {string} [$base-gradient='matte'] The primary gradient variable from which most elements derive their color scheme. + * @var {font-family} $font-family + * The font-family to be used throughout the theme. * @see background-gradient */ /** - * @global {color} [$alert-color=red] Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + */ +/** + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). */ /** - * @global {color} [$confirm-color=#92cf00] Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. */ /** - * @global {color} [$active-color=darken(saturate($base-color, 55%), 10%)] Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + * @var {color} $page-bg-color + * Background color for fullscreen components. */ /** - * @global {color} [$page-bg-color=#eee] Background color for fullscreen components. + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. */ /** - * @global {measurement} [$global-row-height=2.6em] The minimum row height for items like toolbars and list items. + * @class Global_CSS */ /** * Add a background gradient to a selector. * - * @param {color} $bg-color The base color of the gradient. - * @param {string} [$type=$base-gradient] The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + * .my-element { + * @include background-gradient(green, 'recessed') + * } * - * @example - * .my-element { - * @include background-gradient(green, 'recessed') - * } + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. */ /** * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). * - * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + * @include pictos-iconmask('attachment'); * - * @example - * @include pictos-iconmask('attachment'); + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). */ /** * Includes the default styles for toolbar buttons, mostly used as a helper function. * * @param {color} $bg-color Base color to be used for the button. - * @param {color} [$type=$button-gradient] $type Gradient style for the button, will automatically use "recessed" when pressed. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. */ /** * Adds a small text shadow (or highlight) to give the impression of beveled text. @@ -2530,35 +2705,32 @@ input, textarea { /** * Adds basic styles to :before or :after pseudo-elements. * - * @param {measurement} [$width=30px] Height of pseudo-element. - * @param {measurement} [$height=30px] Height of pseudo-element. - * @param {measurement} [$top=0] Top positioning of pseudo-element. - * @param {measurement} [$left=0] Left positioning of pseudo-element. + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. * - * @example - * .my-element:after { - * @include insertion(50px, 50px); - * } */ /** * Makes an element stretch to its parent's bounds. - * */ /** * Colors the text of an element based on lightness of its background. * - * @param {color} $bg-color Background color of element. - * @param {percent} [$contrast=100%] Contrast of text color to its background. + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } * - * @example - * .my-element { - * @include color-by-background(#fff); // Colors text black. - * } + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } * - * @example - * .my-element { - * @include color-by-background(#fff, 40%); // Colors text gray. - * } + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. * */ /** @@ -2572,121 +2744,142 @@ input, textarea { * Creates a background gradient for masked elements, based on the lightness of their background. * * @param {color} $bg-color Background color of element. - * @param {percent} [$percent=100%] Contrast of the new gradient to its background. - * @param {percent} [$style=$base-gradient] Gradient style of the gradient. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. * @see background-gradient * */ /** - * @global {color} [$sheet-bg-color=transparentize(darken($base-color, 40%), .1)] - * Background-color for action sheets and message boxes. - * + * Makes the element text overflow to use ellipsis. + */ +/** * @class Ext.Sheet - * @xtype actionsheet */ /** - * @global {color} [$sheet-bg-gradient=$base-gradient] + * @var {color} $sheet-bg-color + * Background-color for action sheets and message boxes. + */ +/** + * @var {color} $sheet-bg-gradient * Background gradient style for action sheets and message boxes. - * - * @class Ext.Sheet - * @xtype actionsheet */ /** - * @global {measurement} [$sheet-button-spacing=.5em] + * @var {measurement} $sheet-button-spacing * Vertical spacing between sheet buttons. - * - * @class Ext.Sheet - * @xtype actionsheet */ /** - * @global {measurement} [$sheet-padding=.7em] + * @var {measurement} $sheet-padding * Overall padding in a sheet. - * - * @class Ext.Sheet - * @xtype actionsheet */ /** * Includes default sheet styles (also required for message box). - * - * @class Ext.Sheet - * @xtype actionsheet */ /** * Includes default message box styles. * - * @class Ext.MessageBox - * @xtype messagebox + * @member Ext.MessageBox + */ +/** + * @class Global_CSS + * + * Global CSS variables and mixins of Sencha Touch. + */ +/** + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-html-style=true] Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). Styles are scoped to .x-html. Set to false to reduce CSS weight. + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-default-icons=true] Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, and user. Set to false to reduce CSS weight. + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. */ /** - * @global {boolean} [$include-form-sliders=true] Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). */ /** - * @global {boolean} [$include-floating-panels=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. */ /** - * @global {boolean} [$include-default-uis=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-highlights=true] Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-border-radius=true] Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. */ /** - * @global {boolean} [$basic-slider=false] Optionally remove CSS3 effects from the slider component for improved performance. + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. */ /** - * @global {color} [$base-color=#354F6E] The primary color variable from which most elements derive their color scheme. + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. + * @see background-gradient */ /** - * @global {string} [$base-gradient='matte'] The primary gradient variable from which most elements derive their color scheme. + * @var {font-family} $font-family + * The font-family to be used throughout the theme. * @see background-gradient */ /** - * @global {color} [$alert-color=red] Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + */ +/** + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). */ /** - * @global {color} [$confirm-color=#92cf00] Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. */ /** - * @global {color} [$active-color=darken(saturate($base-color, 55%), 10%)] Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + * @var {color} $page-bg-color + * Background color for fullscreen components. */ /** - * @global {color} [$page-bg-color=#eee] Background color for fullscreen components. + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. */ /** - * @global {measurement} [$global-row-height=2.6em] The minimum row height for items like toolbars and list items. + * @class Global_CSS */ /** * Add a background gradient to a selector. * - * @param {color} $bg-color The base color of the gradient. - * @param {string} [$type=$base-gradient] The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + * .my-element { + * @include background-gradient(green, 'recessed') + * } * - * @example - * .my-element { - * @include background-gradient(green, 'recessed') - * } + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. */ /** * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). * - * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + * @include pictos-iconmask('attachment'); * - * @example - * @include pictos-iconmask('attachment'); + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). */ /** * Includes the default styles for toolbar buttons, mostly used as a helper function. * * @param {color} $bg-color Base color to be used for the button. - * @param {color} [$type=$button-gradient] $type Gradient style for the button, will automatically use "recessed" when pressed. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. */ /** * Adds a small text shadow (or highlight) to give the impression of beveled text. @@ -2701,35 +2894,32 @@ input, textarea { /** * Adds basic styles to :before or :after pseudo-elements. * - * @param {measurement} [$width=30px] Height of pseudo-element. - * @param {measurement} [$height=30px] Height of pseudo-element. - * @param {measurement} [$top=0] Top positioning of pseudo-element. - * @param {measurement} [$left=0] Left positioning of pseudo-element. + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. * - * @example - * .my-element:after { - * @include insertion(50px, 50px); - * } */ /** * Makes an element stretch to its parent's bounds. - * */ /** * Colors the text of an element based on lightness of its background. * - * @param {color} $bg-color Background color of element. - * @param {percent} [$contrast=100%] Contrast of text color to its background. + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } * - * @example - * .my-element { - * @include color-by-background(#fff); // Colors text black. - * } + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } * - * @example - * .my-element { - * @include color-by-background(#fff, 40%); // Colors text gray. - * } + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. * */ /** @@ -2743,130 +2933,483 @@ input, textarea { * Creates a background gradient for masked elements, based on the lightness of their background. * * @param {color} $bg-color Background color of element. - * @param {percent} [$percent=100%] Contrast of the new gradient to its background. - * @param {percent} [$style=$base-gradient] Gradient style of the gradient. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. * @see background-gradient * */ /** - * @global {color} [$toolbar-input-bg=#fff] + * Makes the element text overflow to use ellipsis. + */ +/** + * @class Ext.field.Field + */ +/** + * @var {color} $toolbar-input-bg * Background-color for toolbar form fields. - * - * @class Ext.form.Field - * @xtype field */ /** - * @global {color} [$toolbar-input-color=#000] + * @var {color} $toolbar-input-color * Text color for toolbar form fields. - * - * @class Ext.form.Field - * @xtype field */ /** - * @global {measurement} [$toolbar-input-height=1.5em] + * @var {measurement} $toolbar-input-height * Text color for toolbar form fields. - * - * @class Ext.form.Field - * @xtype field */ /** - * @global {color} [$toolbar-input-border-color=rgba(#000, .5)] + * @var {color} $toolbar-input-border-color * Border color for toolbar form fields. - * - * @class Ext.form.Field - * @xtype field */ /** * Includes default toolbar form field styles. * - * @class Ext.tab.Bar - * @xtype tabbar + * @member Ext.tab.Bar */ /** - * @global {color} [$loading-spinner-color=#aaa] - * Background-color for the bars in the loading spinner. - * * @class Ext.LoadMask */ +/** + * @var {color} $loading-spinner-color + * Background-color for the bars in the loading spinner. + */ /** * Includes default loading spinner styles (for dataviews). + */ +/** + * @class Global_CSS * - * @class Ext.LoadMask + * Global CSS variables and mixins of Sencha Touch. */ -/* line 7, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ -.x-panel, -.x-panel-body { - position: relative; -} - -/* line 12, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ -.x-floating.x-panel, .x-floating.x-carousel { - padding: 6px; - -webkit-border-radius: 0.3em; - border-radius: 0.3em; - -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0 0.2em 0.6em; - background-color: #242e3a; - background-image: none; -} -/* line 18, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ -.x-floating.x-panel.x-panel-light, .x-floating.x-carousel.x-panel-light { - background-color: #7c92ae; - background-image: none; -} - -/* line 23, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ -.x-floating .x-panel-body, .x-floating .x-carousel-body { - background-color: #fff; - -webkit-border-radius: 0.3em; - border-radius: 0.3em; -} - -/* line 31, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ -.x-anchor { - width: 1.631em; - height: 0.7em; - position: absolute; - z-index: 1; - -webkit-mask: 0 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAPCAYAAABut3YUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPZJREFUeNpi/PX7LwOFwAyIG6HseiA+Ra5BjBQ6xg+IVwAxJ5T/HYgjgHgTOYYxUeCQUiBeh+QQBih7HVSOLiHDDMSTgTiTgLrpQJwLxH9p5RhOaLT4EakeFF3RQPyF2o6RhkaBGYkheRmIPYH4KbXSjC4QnyTDIch6danhGCcgPgwNGXKBNNQMb0ocEwXE24GYn4FyADJjI76Ej88x7UC8FIjZGKgHQDlxGtRsZmISMMjy+dBQoSXYBC0gv+NyDD80xzgx0AeAqg4fIH6NHk0qQHyMjg6B1WvHYDkNFjIgwS1ALMowMOAjEAeBHINe2Q0U+AUQYACQ10C2QNhRogAAAABJRU5ErkJggg==') no-repeat; - -webkit-mask-size: 1.631em 0.7em; - overflow: hidden; - background-color: #242e3a; -} -/* line 41, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ -.x-anchor.x-anchor-bottom { - -webkit-transform: rotate(180deg); - background-color: #242e3a; -} -/* line 46, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ -.x-anchor.x-anchor-left { - -webkit-transform: rotate(270deg); -} -/* line 50, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ -.x-anchor.x-anchor-right { - -webkit-transform: rotate(90deg); -} - -/* line 55, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ -.x-floating.x-panel-light:after { - background-color: #7c92ae; -} - -/* line 74, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button { - -webkit-background-clip: padding; - background-clip: padding-box; - -webkit-border-radius: 0.4em; - border-radius: 0.4em; - display: -webkit-box; - display: box; - -webkit-box-align: center; - box-align: center; - min-height: 1.8em; +/** + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. + */ +/** + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. + */ +/** + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + */ +/** + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + */ +/** + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. + */ +/** + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. + */ +/** + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + */ +/** + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. + */ +/** + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. + */ +/** + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. + * @see background-gradient + */ +/** + * @var {font-family} $font-family + * The font-family to be used throughout the theme. + * @see background-gradient + */ +/** + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + */ +/** + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + */ +/** + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + */ +/** + * @var {color} $page-bg-color + * Background color for fullscreen components. + */ +/** + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. + */ +/** + * @class Global_CSS + */ +/** + * Add a background gradient to a selector. + * + * .my-element { + * @include background-gradient(green, 'recessed') + * } + * + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + */ +/** + * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). + * + * @include pictos-iconmask('attachment'); + * + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + */ +/** + * Includes the default styles for toolbar buttons, mostly used as a helper function. + * + * @param {color} $bg-color Base color to be used for the button. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. + */ +/** + * Adds a small text shadow (or highlight) to give the impression of beveled text. + * + * @param {string} $type Either shadow or highlight, decides whether to apply a light shadow or dark. + */ +/** + * Adds a small box shadow (or highlight) to give the impression of being beveled. + * + * @param {string} $type Either shadow or highlight, decides whether to apply a light shadow or dark. + */ +/** + * Adds basic styles to :before or :after pseudo-elements. + * + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. + * + */ +/** + * Makes an element stretch to its parent's bounds. + */ +/** + * Colors the text of an element based on lightness of its background. + * + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } + * + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } + * + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. + * + */ +/** + * Bevels the text based on its background. + * + * @param {color} $bg-color Background color of element. + * @see bevel-text + * + */ +/** + * Creates a background gradient for masked elements, based on the lightness of their background. + * + * @param {color} $bg-color Background color of element. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. + * @see background-gradient + * + */ +/** + * Makes the element text overflow to use ellipsis. + */ +/* line 3, ../themes/stylesheets/sencha-touch/default/widgets/_img.scss */ +.x-img { + background-repeat: no-repeat; +} + +/** + * @class Global_CSS + * + * Global CSS variables and mixins of Sencha Touch. + */ +/** + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. + */ +/** + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. + */ +/** + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + */ +/** + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + */ +/** + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. + */ +/** + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. + */ +/** + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + */ +/** + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. + */ +/** + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. + */ +/** + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. + * @see background-gradient + */ +/** + * @var {font-family} $font-family + * The font-family to be used throughout the theme. + * @see background-gradient + */ +/** + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + */ +/** + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + */ +/** + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + */ +/** + * @var {color} $page-bg-color + * Background color for fullscreen components. + */ +/** + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. + */ +/** + * @class Global_CSS + */ +/** + * Add a background gradient to a selector. + * + * .my-element { + * @include background-gradient(green, 'recessed') + * } + * + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + */ +/** + * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). + * + * @include pictos-iconmask('attachment'); + * + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + */ +/** + * Includes the default styles for toolbar buttons, mostly used as a helper function. + * + * @param {color} $bg-color Base color to be used for the button. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. + */ +/** + * Adds a small text shadow (or highlight) to give the impression of beveled text. + * + * @param {string} $type Either shadow or highlight, decides whether to apply a light shadow or dark. + */ +/** + * Adds a small box shadow (or highlight) to give the impression of being beveled. + * + * @param {string} $type Either shadow or highlight, decides whether to apply a light shadow or dark. + */ +/** + * Adds basic styles to :before or :after pseudo-elements. + * + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. + * + */ +/** + * Makes an element stretch to its parent's bounds. + */ +/** + * Colors the text of an element based on lightness of its background. + * + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } + * + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } + * + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. + * + */ +/** + * Bevels the text based on its background. + * + * @param {color} $bg-color Background color of element. + * @see bevel-text + * + */ +/** + * Creates a background gradient for masked elements, based on the lightness of their background. + * + * @param {color} $bg-color Background color of element. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. + * @see background-gradient + * + */ +/** + * Makes the element text overflow to use ellipsis. + */ +/* line 3, ../themes/stylesheets/sencha-touch/default/widgets/_media.scss */ +.x-video { + height: 100%; + width: 100%; +} + +/* line 8, ../themes/stylesheets/sencha-touch/default/widgets/_media.scss */ +.x-video > * { + height: 100%; + width: 100%; + position: absolute; +} + +/* line 14, ../themes/stylesheets/sencha-touch/default/widgets/_media.scss */ +.x-video-ghost { + -webkit-background-size: 100% auto; + background: black url() center center no-repeat; +} + +/* line 19, ../themes/stylesheets/sencha-touch/default/widgets/_media.scss */ +audio { + width: 100%; +} + +/* line 8, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ +.x-panel, +.x-msgbox, +.x-panel-body { + position: relative; +} + +/* line 15, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ +.x-panel.x-floating, +.x-msgbox.x-floating, +.x-form.x-floating { + padding: 6px; + -webkit-border-radius: 0.3em; + border-radius: 0.3em; + -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0 0.2em 0.6em; + background-color: #242e3a; + background-image: none; +} +/* line 21, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ +.x-panel.x-floating.x-floating-light, +.x-msgbox.x-floating.x-floating-light, +.x-form.x-floating.x-floating-light { + background-color: #7c92ae; + background-image: none; +} +/* line 26, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ +.x-panel.x-floating .x-body, .x-panel.x-floating .x-scroll-view, +.x-msgbox.x-floating .x-body, +.x-msgbox.x-floating .x-scroll-view, +.x-form.x-floating .x-body, +.x-form.x-floating .x-scroll-view { + background-color: #fff; + -webkit-border-radius: 0.3em; + border-radius: 0.3em; +} + +/* line 35, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ +.x-anchor { + width: 1.631em; + height: 0.7em; + position: absolute; + z-index: 1; + -webkit-mask: 0 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAPCAYAAABut3YUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPZJREFUeNpi/PX7LwOFwAyIG6HseiA+Ra5BjBQ6xg+IVwAxJ5T/HYgjgHgTOYYxUeCQUiBeh+QQBih7HVSOLiHDDMSTgTiTgLrpQJwLxH9p5RhOaLT4EakeFF3RQPyF2o6RhkaBGYkheRmIPYH4KbXSjC4QnyTDIch6danhGCcgPgwNGXKBNNQMb0ocEwXE24GYn4FyADJjI76Ej88x7UC8FIjZGKgHQDlxGtRsZmISMMjy+dBQoSXYBC0gv+NyDD80xzgx0AeAqg4fIH6NHk0qQHyMjg6B1WvHYDkNFjIgwS1ALMowMOAjEAeBHINe2Q0U+AUQYACQ10C2QNhRogAAAABJRU5ErkJggg==') no-repeat; + -webkit-mask-size: 1.631em 0.7em; + overflow: hidden; + background-color: #242e3a; +} +/* line 45, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ +.x-anchor.x-anchor-bottom { + -webkit-transform: rotate(180deg); + background-color: #242e3a; +} +/* line 50, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ +.x-anchor.x-anchor-left { + -webkit-transform: rotate(270deg); +} +/* line 54, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ +.x-anchor.x-anchor-right { + -webkit-transform: rotate(90deg); +} + +/* line 59, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ +.x-floating.x-panel-light:after { + background-color: #7c92ae; +} + +/* line 56, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button { + -webkit-background-clip: padding; + background-clip: padding-box; + -webkit-border-radius: 0.4em; + border-radius: 0.4em; + display: -webkit-box; + display: box; + -webkit-box-align: center; + box-align: center; + min-height: 1.8em !important; padding: .3em .6em; position: relative; overflow: hidden; } -/* line 52, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 55, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button, .x-toolbar .x-button { border: 0.1em solid #999999; border-top-color: #a6a6a6; @@ -2874,112 +3417,123 @@ input, textarea { text-shadow: rgba(255, 255, 255, 0.25) 0 0.08em 0; -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 0.1em 0; } -/* line 57, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 60, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-back:before, .x-button.x-button-forward:before, .x-toolbar .x-button.x-button-back:before, .x-toolbar .x-button.x-button-forward:before { background: #999999; } -/* line 61, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 64, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button, .x-button.x-button-back:after, .x-button.x-button-forward:after, .x-toolbar .x-button, .x-toolbar .x-button.x-button-back:after, .x-toolbar .x-button.x-button-forward:after { background-color: #cccccc; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2f2f2), color-stop(50%, #d9d9d9), color-stop(51%, #cccccc), color-stop(100%, #bfbfbf)); + background-image: -webkit-linear-gradient(#f2f2f2, #d9d9d9 50%, #cccccc 51%, #bfbfbf); background-image: linear-gradient(#f2f2f2, #d9d9d9 50%, #cccccc 51%, #bfbfbf); } -/* line 65, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-button img.x-icon-mask, .x-toolbar .x-button img.x-icon-mask { +/* line 68, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-button .x-button-icon.x-icon-mask, .x-toolbar .x-button .x-button-icon.x-icon-mask { background-color: black; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #262626), color-stop(50%, #0d0d0d), color-stop(51%, #000000), color-stop(100%, #000000)); + background-image: -webkit-linear-gradient(#262626, #0d0d0d 50%, #000000 51%, #000000); background-image: linear-gradient(#262626, #0d0d0d 50%, #000000 51%, #000000); } -/* line 74, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 77, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-pressed, .x-button.x-button-active, .x-toolbar .x-button.x-button-pressed, .x-toolbar .x-button.x-button-active { -webkit-box-shadow: inset #aaa1a1 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0; } -/* line 75, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 78, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-pressed, .x-button.x-button-pressed:after, .x-button.x-button-active, .x-button.x-button-active:after, .x-toolbar .x-button.x-button-pressed, .x-toolbar .x-button.x-button-pressed:after, .x-toolbar .x-button.x-button-active, .x-toolbar .x-button.x-button-active:after { background-color: #bababa; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a1a1a1), color-stop(10%, #adadad), color-stop(65%, #bababa), color-stop(100%, #bbbbbb)); + background-image: -webkit-linear-gradient(#a1a1a1, #adadad 10%, #bababa 65%, #bbbbbb); background-image: linear-gradient(#a1a1a1, #adadad 10%, #bababa 65%, #bbbbbb); } -/* line 86, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button img { +/* line 68, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button .x-button-icon { width: 2.1em; height: 2.1em; background-repeat: no-repeat; background-position: center; display: block; } -/* line 93, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button img.x-icon-mask { +/* line 75, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button .x-button-icon.x-icon-mask { width: 1.3em; height: 1.3em; -webkit-mask-size: 1.3em; } -/* line 100, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button.x-item-disabled .x-button-label, .x-button.x-item-disabled .x-hasbadge .x-badge, .x-hasbadge .x-button.x-item-disabled .x-badge, .x-button.x-item-disabled img { +/* line 82, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button.x-item-disabled .x-button-label, .x-button.x-item-disabled .x-hasbadge .x-badge, .x-hasbadge .x-button.x-item-disabled .x-badge, .x-button.x-item-disabled .x-button-icon { opacity: .5; } -/* line 105, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 87, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-button-round, .x-button.x-button-action-round, .x-button.x-button-confirm-round, .x-button.x-button-decline-round { -webkit-border-radius: 0.9em; border-radius: 0.9em; padding: 0.1em 0.9em; } -/* line 110, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 92, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-button-small, .x-button.x-button-action-small, .x-button.x-button-confirm-small, .x-button.x-button-decline-small, .x-toolbar .x-button-small, .x-toolbar .x-button.x-button-action-small, .x-toolbar .x-button.x-button-confirm-small, .x-toolbar .x-button.x-button-decline-small { -webkit-border-radius: 0.3em; border-radius: 0.3em; padding: .2em .4em; min-height: 0; } -/* line 115, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 97, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-button-small .x-button-label, .x-button.x-button-action-small .x-button-label, .x-button.x-button-confirm-small .x-button-label, .x-button.x-button-decline-small .x-button-label, .x-button-small .x-hasbadge .x-badge, .x-hasbadge .x-button-small .x-badge, .x-button.x-button-action-small .x-hasbadge .x-badge, .x-hasbadge .x-button.x-button-action-small .x-badge, .x-button.x-button-confirm-small .x-hasbadge .x-badge, .x-hasbadge .x-button.x-button-confirm-small .x-badge, .x-button.x-button-decline-small .x-hasbadge .x-badge, .x-hasbadge .x-button.x-button-decline-small .x-badge, .x-toolbar .x-button-small .x-button-label, .x-toolbar .x-button.x-button-action-small .x-button-label, .x-toolbar .x-button.x-button-confirm-small .x-button-label, .x-toolbar .x-button.x-button-decline-small .x-button-label, .x-toolbar .x-button-small .x-hasbadge .x-badge, .x-hasbadge .x-toolbar .x-button-small .x-badge, .x-toolbar .x-button.x-button-action-small .x-hasbadge .x-badge, .x-hasbadge .x-toolbar .x-button.x-button-action-small .x-badge, .x-toolbar .x-button.x-button-confirm-small .x-hasbadge .x-badge, .x-hasbadge .x-toolbar .x-button.x-button-confirm-small .x-badge, .x-toolbar .x-button.x-button-decline-small .x-hasbadge .x-badge, .x-hasbadge .x-toolbar .x-button.x-button-decline-small .x-badge { font-size: .6em; } -/* line 119, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button-small img, .x-button.x-button-action-small img, .x-button.x-button-confirm-small img, .x-button.x-button-decline-small img, .x-toolbar .x-button-small img, .x-toolbar .x-button.x-button-action-small img, .x-toolbar .x-button.x-button-confirm-small img, .x-toolbar .x-button.x-button-decline-small img { +/* line 101, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button-small .x-button-icon, .x-button.x-button-action-small .x-button-icon, .x-button.x-button-confirm-small .x-button-icon, .x-button.x-button-decline-small .x-button-icon, .x-toolbar .x-button-small .x-button-icon, .x-toolbar .x-button.x-button-action-small .x-button-icon, .x-toolbar .x-button.x-button-confirm-small .x-button-icon, .x-toolbar .x-button.x-button-decline-small .x-button-icon { width: .75em; height: .75em; } -/* line 126, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 108, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-iconalign-left, .x-icon-align-right { -webkit-box-orient: horizontal; box-orient: horizontal; - -webkit-box-direction: reverse; - box-direction: reverse; } -/* line 130, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 111, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-iconalign-top, .x-iconalign-bottom { -webkit-box-orient: vertical; box-orient: vertical; } -/* line 133, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 114, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-iconalign-bottom, .x-iconalign-right { - -webkit-box-direction: normal; - box-direction: normal; -} - -/* line 136, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-iconalign-left, .x-iconalign-top { -webkit-box-direction: reverse; box-direction: reverse; } -/* line 139, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 117, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-iconalign-center { + -webkit-box-pack: center; + box-pack: center; +} + +/* line 120, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-iconalign-left .x-button-label, .x-iconalign-left .x-hasbadge .x-badge, .x-hasbadge .x-iconalign-left .x-badge { margin-left: 0.3em; } -/* line 142, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 123, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-iconalign-right .x-button-label, .x-iconalign-right .x-hasbadge .x-badge, .x-hasbadge .x-iconalign-right .x-badge { margin-right: 0.3em; } -/* line 147, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 126, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-iconalign-top .x-button-label, .x-iconalign-top .x-hasbadge .x-badge, .x-hasbadge .x-iconalign-top .x-badge { + margin-top: 0.3em; +} + +/* line 129, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-iconalign-bottom .x-button-label, .x-iconalign-bottom .x-hasbadge .x-badge, .x-hasbadge .x-iconalign-bottom .x-badge { + margin-bottom: 0.3em; +} + +/* line 134, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-button-label, .x-hasbadge .x-badge { -webkit-box-flex: 1; box-flex: 1; @@ -2994,24 +3548,24 @@ input, textarea { overflow: hidden; } -/* line 160, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 147, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-toolbar .x-button { margin: 0 .2em; padding: .3em .6em; } -/* line 164, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 151, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-toolbar .x-button .x-button-label, .x-toolbar .x-button .x-hasbadge .x-badge, .x-hasbadge .x-toolbar .x-button .x-badge { font-size: .7em; } -/* line 181, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 168, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-button-forward, .x-button-back { position: relative; overflow: visible; height: 1.8em; z-index: 1; } -/* line 186, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 173, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-button-forward:before, .x-button-forward:after, .x-button-back:before, .x-button-back:after { content: ""; position: absolute; @@ -3025,40 +3579,49 @@ input, textarea { overflow: hidden; } -/* line 195, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button-back, .x-toolbar .x-button-back { +/* line 183, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button-back, +.x-toolbar .x-button-back { margin-left: 0.828em; padding-left: .4em; } -/* line 198, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button-back:before, .x-toolbar .x-button-back:before { +/* line 186, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button-back:before, +.x-toolbar .x-button-back:before { left: -0.693em; } -/* line 201, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button-back:after, .x-toolbar .x-button-back:after { +/* line 189, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button-back:after, +.x-toolbar .x-button-back:after { left: -0.628em; } -/* line 206, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button-forward, .x-toolbar .x-button-forward { +/* line 195, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button-forward, +.x-toolbar .x-button-forward { margin-right: 0.828em; padding-right: .4em; } -/* line 209, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button-forward:before, .x-button-forward:after, .x-toolbar .x-button-forward:before, .x-toolbar .x-button-forward:after { +/* line 198, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button-forward:before, .x-button-forward:after, +.x-toolbar .x-button-forward:before, +.x-toolbar .x-button-forward:after { -webkit-mask: -0.145em 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAABGCAYAAADb7SQ4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAXlJREFUaN7lmTFqAlEQhh8EhFSCYJXW1law9QAewMrWAwQWAmmtbPcGHiCQ1gPYCla2QsDKSsgmQecvFqImu2/fzry/2OLb9mt23vwz47Kvn5MwEFxM8DkLB6HHEIOd0GGIwUpoMcRgyRKDOUsMJizxpzBiiMFR6DPEeZl1GWKwFh4ZYvAmPDDEqmVWVQxmLPG3MGaIVcosVAz2whNDDDZCmyEG7yFlpiEGKUsMEpb4XKXMtMXeiVVb7J1YLcRgW1ZmVuLSxGopLkys1mLwwhL/mVhjie8Sayxx3kp7DPFVYo0tzhNriyEGU5Z40TjxtDE/F6WcDowHBE/msDFNImG0xZQRBAonDCvxhhH2vKZIZ9Ds+7EDfaWFnKZ4xhja5owxdcnYCAQv1p1Gi4sprn08cZbDt6ZYZasXIn5mLFHTjLCvVt1V+4rVt/M+4r3FPaJMbHaBKRKb3pyKxKZXtv/Er4yjZpRL6q042u34tzh4xV9H/FHnqBHKBQeEd6aqqwD6AAAAAElFTkSuQmCC') no-repeat; } -/* line 212, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button-forward:before, .x-toolbar .x-button-forward:before { +/* line 201, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button-forward:before, +.x-toolbar .x-button-forward:before { right: -0.693em; } -/* line 215, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button-forward:after, .x-toolbar .x-button-forward:after { +/* line 204, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button-forward:after, +.x-toolbar .x-button-forward:after { right: -0.628em; } -/* line 222, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button.x-button-plain, .x-toolbar .x-button.x-button-plain { +/* line 212, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button.x-button-plain, +.x-toolbar .x-button.x-button-plain { background: none; border: 0 none; -webkit-box-shadow: none; @@ -3067,67 +3630,70 @@ input, textarea { border-radius: none; min-height: 0; text-shadow: none; - height: auto; line-height: auto; - margin: -1.5em -0.5em; - padding: 1.3em 1em; - height: 1.8em; + height: auto; + padding: 0.5em; } -/* line 236, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button.x-button-plain > *, .x-toolbar .x-button.x-button-plain > * { +/* line 223, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button.x-button-plain > *, +.x-toolbar .x-button.x-button-plain > * { overflow: visible; - margin-top: -0.75em; } -/* line 241, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button.x-button-plain img, .x-toolbar .x-button.x-button-plain img { +/* line 227, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button.x-button-plain .x-button-icon, +.x-toolbar .x-button.x-button-plain .x-button-icon { -webkit-mask-size: 1.4em; width: 1.4em; height: 1.4em; } -/* line 247, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button.x-button-plain.x-button-pressed, .x-toolbar .x-button.x-button-plain.x-button-pressed { +/* line 233, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button.x-button-plain.x-button-pressed, +.x-toolbar .x-button.x-button-plain.x-button-pressed { background: none; -webkit-box-shadow: none; background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 24, color-stop(0%, rgba(248, 251, 254, 0.7)), color-stop(100%, rgba(248, 251, 254, 0))); + background-image: -webkit-radial-gradient(rgba(248, 251, 254, 0.7), rgba(248, 251, 254, 0) 24px); background-image: radial-gradient(rgba(248, 251, 254, 0.7), rgba(248, 251, 254, 0) 24px); } -/* line 253, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button.x-button-plain.x-button-pressed img, .x-toolbar .x-button.x-button-plain.x-button-pressed img { +/* line 239, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button.x-button-plain.x-button-pressed .x-button-icon.x-button-mask, +.x-toolbar .x-button.x-button-plain.x-button-pressed .x-button-icon.x-button-mask { background-color: white; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e6e6e6), color-stop(10%, #f2f2f2), color-stop(65%, #ffffff), color-stop(100%, #ffffff)); + background-image: -webkit-linear-gradient(#e6e6e6, #f2f2f2 10%, #ffffff 65%, #ffffff); background-image: linear-gradient(#e6e6e6, #f2f2f2 10%, #ffffff 65%, #ffffff); } -/* line 260, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 246, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-segmentedbutton .x-button { + margin: 0; -webkit-border-radius: 0; border-radius: 0; - margin: 0; } -/* line 263, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-segmentedbutton .x-button:first-child { +/* line 252, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-segmentedbutton .x-button.x-first { -webkit-border-top-left-radius: 0.4em; border-top-left-radius: 0.4em; -webkit-border-bottom-left-radius: 0.4em; border-bottom-left-radius: 0.4em; } -/* line 266, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-segmentedbutton .x-button:last-child { +/* line 255, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-segmentedbutton .x-button.x-last { -webkit-border-top-right-radius: 0.4em; border-top-right-radius: 0.4em; -webkit-border-bottom-right-radius: 0.4em; border-bottom-right-radius: 0.4em; } -/* line 269, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 260, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-segmentedbutton .x-button:not(:first-child) { border-left: 0; } -/* line 279, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 270, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-hasbadge { overflow: visible; } -/* line 281, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 272, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-hasbadge .x-badge { -webkit-border-radius: 1em; border-radius: 1em; @@ -3151,101 +3717,120 @@ input, textarea { max-width: 100%; background-color: #990000; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e60000), color-stop(50%, #b30000), color-stop(51%, #990000), color-stop(100%, #800000)); + background-image: -webkit-linear-gradient(#e60000, #b30000 50%, #990000 51%, #800000); background-image: linear-gradient(#e60000, #b30000 50%, #990000 51%, #800000); display: inline-block; } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.action, .x-button img.x-icon-mask.action { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.action, +.x-button .x-button-icon.x-icon-mask.action { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFI0lEQVRoBe2YW4hVVRjHZ0yzq6lFEaMlE0PShYRAJIl6iEqKHnqI6WJB0IvdICkfEk0aIyo0KFCph8giCitI7CkoohQL7SoZDaQmXSgKo4uWNf1+zt7DOXvOOXuvvc85bc+cD36ssy/r+77/Xmt9e+3TOzIy0jORbNJEEqvWruBOH/HuCHdHuMOeQOmmdO+ozaA5oxXPunSC2Re4MbgCNiB6vvqbKbx0giNxp9BeBU/BIJqnRecLN2UVrLDj4GIYgscRfSltYSuzYMUdA/0wCI8ieglM5XduK7vgWJhTegGshucRfQHkyj1XpziLNrfmOh2ug1dhMaJn0gbZZDpNpsexQb2y3azfKXCAwns4W5dMd7m2B2ANLCT/x/A/nKknN5mUhWFp1g4Z7vM14jrbBZvgEwi1tAdkDEf3ZrgI0S/RrkP4IdqGpuA+cJo0yw7iyNfJmzAcMrokfjp93HC4XrPYCdzkgPXDPPqvJN7eRh0VrBWqfKMuev6k3Qzr4SP4HWqOFIkZ73iYA/NhLpwPZ4LLS+FZzUp+GtwAA/heS/sGwv+irWnXc9bdTRF20/8eOBWmEKwnCectOrPhSlgF2+Bb+Bl+AxP8B/6FvLn8Td8fYQXMSubgsVZU8Cv4mAeNhC7k+jLYCopzrRURlvZA9P8WLIJJlcI5zi1Ypw+Dr4oqp3EAzlsbLCjfg1PeEUxLtlnXXU4/wQboq8gpl2BHx2l5UuyosuW8I6rQb8Bp1iwRefy4VN6FReaopU3pX7jnhwSO7MmVIiNnJ3L+DtgHCm3ltA0RH4/26rhKk1tdu4kr7yeuHkKgU3rMqI5ncfAQDIKbg14oi1nJv4OvTShthC9LjmTyGB8XwhZw+oQ8+Xbc68C8AOboK6+YYPpfDV+B06YdAkJiuMtzhvrOP1JYafMLpu/Z8CmEJNGOe60fz0J/cjZmWcP0G2+sWZ/aUnCqhFosOq7gyf6uOT888th+Ot0HmxF7MOkgt2AcXQNLkg5rHPv+dffjVvPX6PdeWtf7MJhUssD578ZtEGL6sY4MIfTjeh1zCWZ0Z+DwQXAkapkjtzviPdoPYB+JuJVMNfy7QQkR7MbGPfRaYhi7ruUSjLcbwe1k0tw2vgivwy6C70/ekPE4JK+N+HySWDuz+A5xXOnvlsqD6Lf/QjwBnxNc4a02YwzBeuIdyBosWDDT7RKcn1MRYA+/V8ImAv9Rcb5VP53ufoQ8AB8S0+PMFiwYz5fDzCjCF7SLCbojOm514zZ3HViYLIZVxmD4h8B0rtWtFXkEn4tTv22thPe2SawVeDs8TTz/NqoyhLqDGoC7wervt3lNCxKMY/fIc+BLuJXgn9G20pyuVuA1sJF4vt7GjHx8nZnT7XAXzIXnoK4FCcbLVHAqLW+DWF8v78Aq2EY8v7zGDK2+EmfBI3AtTAPNTU1dCxXs/a6ht+t6bM4FNykvw/0IdYSrDLHu8iyeQ7Cg6mLKQahgd0pbSOJwit/cl6Np6p+BrxGn6hNUp1z3m/tOWAH+DrIgwSTQcBcTFLnOzcRwSjZ6j/vdvQyCxRrSanu0mWvZqp3LjkbBuYTGnSac4CxreCQqJPFD+r/bhq+dtOSyCO7DyWzIcm9avKLXXb+FcskiYjlBfB0lP9KLJp+nv6N7ZL+cp7N9sgg+L6/zMvabcEWrK7iM07CZOXVHuJlPs4y+rNJ74JkyJpczp62N+vWOfpw0uqWzrnXXcGeN53g13REe/0w660x3hDtrPMer+Q9LNCcV91c+jgAAAABJRU5ErkJggg=='); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.add, .x-button img.x-icon-mask.add { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.add, +.x-button .x-button-icon.x-icon-mask.add { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAABqUlEQVRoBe2awWnDUBBE843B4NxcQSAFOC4lJeTkoxtJDykgvRhcgCFNJCFgIs+ChEHSJX93YT6ZD4ssmR3NztNFH5Wu6+6iVynlEZpbp+4J3s5OjWm7DRxZuMMCdUB9oyzNmrJe01hEejMtM5exIh6bCI3JbFkDT27EckEDs5DI8iHCWcmy6IowC4ksHyKclSyLrgizkMjyIcJZybLoijALiSwfIpyVLItuOGFso/xiuEvAgJdeK0DqJrHEhtsTTh9ul9y/ChR2KE+Y1ruDt2ccI7d6PszcK+oFFblWELt3Cn6i/8epMW5/W+LKGrUZ/0NwboF5QxuPsfY8dmOxJs41cBOYHCZF2BFeE60i3AQmh0kRdoTXRKsIN4HJYVKEHeE10frvCNvr4RH1HojH3rGHr3hqA7VdkxPKvuKJ3AA4hn7BM3xxA5N71Fdv1gz/tax3P+hFHmsJwM/8wraMadqOh5GuXda76rVqNWb7wgeevQvRRQ1MBCPFiginxEokKsJEMFKsiHBKrESiIkwEI8WKCKfESiQqwkQwUqyIcEqsRKIiTAQjxcoVrP83/9czD9EAAAAASUVORK5CYII='); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.arrow_down, .x-button img.x-icon-mask.arrow_down { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.arrow_down, +.x-button .x-button-icon.x-icon-mask.arrow_down { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGRTdGMTE3NDA3MjA2ODExOTJDQUMyNUQwRUE4NjdEQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxQTFBMDFDQ0I5NEYxMURGQUU1RjlGMEFERUNDQTVEMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyMkRCMDIxMkI5NEUxMURGQUU1RjlGMEFERUNDQTVEMCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjMwRTE0QzVBNDIyMjY4MTFCQ0ZCOTAzOTcwNzcyRkVCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZFN0YxMTc0MDcyMDY4MTE5MkNBQzI1RDBFQTg2N0RCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+HfrH/AAAAeVJREFUeNrs2cFHBGEUAPA3zYqIiIhOnTpFRHSKrp26RqeuEV077R/QqWtE166dOkVERHRa9hQRnZalFcv0Hk/W1Mx+38z3vvlm5j3eZW+/9+abne+9KEkSaFPMQMtCwQpWsIIVrGAFK1jBClawgo2ik/4hiqJGwLKuvfpIc5xSkWqYr5hzU1s/mRNxXTPsJ+ZqluvXlwOmSj3XBDvG3M1rpAmYYoUrFzr4ZNqTawqm2MH8Dhh7ZXJUbcAUx4FinzBnJcAUl4FhP/jIgRSYKvkYCJaO2LbNv08RMMUy5nsA4COTLy0XYIqtil9iF6aflq7AwBWuAvuQ9ZKSBgNX2ieWjtKSzeXBNZgqfe8J+4W5aXtbcg0GrvibB/BhkeuhBJhigzsghT0veh+WAlMcCGHvMOMQwcCdcIntYy6WmXhIg2PuiAvsEHO97IhHGgzckb4D8L6LmZYPMHBnhiWwXVdDPF9g4A4Vwd66nFr6BAN3ygbbw1yoMzjmjplgB5hrrufSvsHAHesZDOD2JAbxVYCBOzfIAZ9JbR6qAgN3cPwP9kZy1VIlGLiTdluCmoOBO/pnS9Bk8DzmS3pL4BMcpZEe1qX0GI/atC4dQYXRMa1MU0IX4gpWsIIVrGAFK1jBCnYUPwIMAPUPAyFL+nRdAAAAAElFTkSuQmCC'); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.arrow_left, .x-button img.x-icon-mask.arrow_left { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.arrow_left, +.x-button .x-button-icon.x-icon-mask.arrow_left { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGRTdGMTE3NDA3MjA2ODExOTJDQUMyNUQwRUE4NjdEQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGMDZEQTFBREFDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGMDZEQTFBQ0FDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFGQzJEMjQxRjIyMDY4MTE4QTZEQzUxMDg5Q0Y0RTRFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZFN0YxMTc0MDcyMDY4MTE5MkNBQzI1RDBFQTg2N0RCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+FXGmxAAAAghJREFUeNrsm09ERFEUxt+rxBAxqyFm1SqiRYpMSpFapUVaRGpTRIpIbWLaFJEoRZtilChRWiRKsyklilYRERERERGZvsN57Wfmvnnnznkfv+WM+bn3e/ePN24mk3E0pcRRllC42FOWy4dc1w30R+fz3LFthEs1TelZ0KlBuAIcgmRgHS5gqlm2RsNTmqbvrUlZycLT4BhUiliWfEwEbII+UeuwT4nzqNZq2Gm1gTu/ZaUIj4NTEBW7tTTY1zUwKH4vbaive6BBw2kpAa6DkA1CeBicgZhVx8McUg5WWNi+83CWiXFfE9ZeAGQR6ukBqJKyu/Gzw7TcXEiS9UuYbiWWeU8ckXYqMT2lozyFW6SeOU0K1/FhPS75RsHUlKbj3KV0WRPC1Nd5sCuxr6anNPV12zFwk2jLCCdtk81XeAIsahL+BVOgH3xrEPayA5rAixZhyj2oB2ktwpR30A5WtQh7vR4DQ+BHg7CXLdAMXrUIU26411dahClvoBVsaBF2uMsjYFRCrwt5a7kOOnjUVQg7vE43cr9VCDu8I6Nep7QIO7z3HgCTvHYXvbCXJe71hxZhyjmv1w9ahCnP/DDb1yLs9boXzGgR9rIAusCnFmHKCff6UYsw5Ymlj7QIU75AN5gz9YVuLu8eB/S+dA+v1+l83pe2Sfg/BRe2OeGfPELhUDgUtip/AgwAw4tbozZtKFwAAAAASUVORK5CYII='); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.arrow_right, .x-button img.x-icon-mask.arrow_right { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.arrow_right, +.x-button .x-button-icon.x-icon-mask.arrow_right { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGRTdGMTE3NDA3MjA2ODExOTJDQUMyNUQwRUE4NjdEQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGMDZEQTFCMUFDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGMDZEQTFCMEFDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFGQzJEMjQxRjIyMDY4MTE4QTZEQzUxMDg5Q0Y0RTRFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZFN0YxMTc0MDcyMDY4MTE5MkNBQzI1RDBFQTg2N0RCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+xvZexwAAAhhJREFUeNrsm8FHRFEUxu9rxhARsxqiVauYXWoTpTYtUkRqlWkz0WaiTW2iNi3atGhTm4k2E5GYSJRaZcZQtIqIISIiYhgyfZdv/oF59913X+cdfst5733u+c495743XqvVUpKiSwmLWPB/j2QnP/I8L9SH9lN3/KxwQlpKT4FtaR7eAhegR1LRmgEVMCCpSg+CGtNczLbUC8pgQ9I+rCv3LiiBbkmNxwJ93S+p08qCRzAhqbVMg2tQkNRLa1/vg6ILvrY5POTAXdi+tj0tDbOYjUoaDzPgBuQlzcMpcEhSkg4A8lztjBTBin6u0d8iBOvoYwXPSRGsuEcXuWcnJAhuR4G+TksRrGOMfXhWimDFjqzCyUuE4LavS5yxExIEt0OfopRN+DpKbx6MHAtHSfAeWPN7kWQEhDbAMjg1cTHXBdfBLHiSUKXvwZBJsS4LPgCT4NP0hV1L6SZYAcdB3cAlwe9gDlQlTEsP9Gs16Bu5IPgIjIOP/34AoP26Ss82bd00LA/r1Vzk1mM1whCsfTrPpsJ62E7pE/q1HpaPbAn+Betgib1xaGEjpb+Ywrcu7H9BC35m8//mSncTZEqfgRGXxAYpeJNp3FCOhemU/ub+euXqzGlS8AuYBq8unyiYSulLNv9OizUleIcr+6MiEF4n3x7ze2n9OkSfE5/bfmg/30v7ERxaWBcc5Yj/5BELjgXHgiMVfwIMAGPkXbHq6ClAAAAAAElFTkSuQmCC'); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.arrow_up, .x-button img.x-icon-mask.arrow_up { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.arrow_up, +.x-button .x-button-icon.x-icon-mask.arrow_up { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGRTdGMTE3NDA3MjA2ODExOTJDQUMyNUQwRUE4NjdEQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDQUZBQUM3NEFDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDQUZBQUM3M0FDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFGQzJEMjQxRjIyMDY4MTE4QTZEQzUxMDg5Q0Y0RTRFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZFN0YxMTc0MDcyMDY4MTE5MkNBQzI1RDBFQTg2N0RCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+ar3jxgAAAbFJREFUeNrs2j9ExGEcx/H71YmmpoiIaIq4KSKi6dabbo1oiqamm1qboimiNZpuuikiIqLppiPipqYjIuLp+/D95vy6X/frfr/n730e3sst53XP9x7u+V2ilKpM05qpTNkCGGCAAQYYYIABBhhggAEGeNSqpl9IkiQKWNbvfBc7PDdNIz1PPVK7Trd+OMPrRr8l9Uat2nT9+CyCW4yVnnnHowTXqa8UWHcdI3iNGozASscxgReo7h9YxTtfjwXcHoOVBjwJQYNPcmKlLk9EkODGP7FSO0TwOvU+IVjxZAQD1iPZK4CVGiGAZ6lOCVjFE7LhO/i0JKzUK3KImQY3S8ZKHZ4cr8A16sMQWPHkeANepF4MYqWmD2A9arcWsIonqOYafGYJK73yRDkB71nGSnd5r4jKBG9Sn47AunOb4CWq7xAr7dsA61G69wCreMK2TIMvPMFKfZ44I+ADz7DSQ9YhVgS87fiQGtdlmeBlvkNWnndYBljfGT8FgJVDbKco+CoQrBp6mrEyKfgoMOyvpxlZ4CT9vcXj0shWNe8nE8vCfzwABhhggAEGGGCATa1vAQYAZekAmr8OukgAAAAASUVORK5CYII='); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.compose, .x-button img.x-icon-mask.compose { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.compose, +.x-button .x-button-icon.x-icon-mask.compose { -webkit-mask-image: url('data:image/png;base64,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'); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.delete, .x-button img.x-icon-mask.delete { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.delete, +.x-button .x-button-icon.x-icon-mask.delete { -webkit-mask-image: url('data:image/png;base64,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'); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.organize, .x-button img.x-icon-mask.organize { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.organize, +.x-button .x-button-icon.x-icon-mask.organize { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAEdUlEQVRoBe2aS2xMURjHjbbqUaLoI7RChQUiGo9YaEqkoolIkCASSki68dixsLIVYmHbkJA03UgkFRI2QgRBKl4RgtJFK0jUI+o5fv/p68ztmUlHzpzO9PZLfjP3fOfcO9//fOeee+69E4lGo6PCZKPDJFZaQyc4N1mGI5FIMfUVkAfZMPaVwE54yqn6i+8BllQwravgAEyEv5DppsQ8gYPw3hqsJi0bNJ4El0GZzSa6iHcbjLbpsp7DDGX5V8ByyDbLJ+CdUGQLPNGQnkzj3TDFspN68BNkwhDPIY5poG/T1lBYR+LOkuW4uSeR4KXssN48grF9h20NdeukYLRL96Y6vAD2wCwwbQyFvXARPpoVA85fKnXiN4HtvP2Gf0tPG3XWUKNYT4E6PxjvD3x1EDHPZZvgxTTSDBc8gMrKbql5gKHeJh7NM6/AFu91/EVmjHGTFmN+HA3qYSoE7SuO8+zcEawY4vJdfr8Z/ljiqMS3AV2RvjpTPc7V0A623rqJv8RsnynbxDUXXieJuy/LfRmmEzSd7wKtroL2Hcc5BL4LVmRCmbheEIfmHduVQ1muQV/3BN2bJZyqaANbdm/jL+xtm4nfxKcsP08Q/zX8MxV3TDXqx+PYBGUQNHVAI9AsYrsuB9sPVflDT5xH+O7OZn8kK9msJf6G3ooFOOr66+O2NOVL6A7oP/njmmREQcN5LGhy1cLJtBwK++FSLqrVSGvPcrCZGu8DZTqTBSs+zUkarTZTUrerYh50gHYY7rSpRxZCCYTByvouS2FQK42hE9w7S/tKsOaIt/AGfoMWO3OgFLyYb8FaGByHl6C1r27jlsAh8HaN14LD1+x8jN/KNVdqlAvhgq8YfJ/DLYjVUDatk8J905HObd+Cf1rEaHTp5sSL+RacaKWWyO+8E3wLdi4g1QOOCE61x7Kt/UiGsy1jqcY7kuFUeyzF9ok6WA8ZvJjLtbQWEI/hXpLIW4N1rLyiPHV5hP9MsM4or2V7hlH+702XghWE3gAcTRKN3mjY7AZOdZbNCnAug4wTrNXSItCrmmYSZ3tGTNVAo+1nvCLOyLyeT9WC7WlqXNtUCq7vlpTlGkQMeG+Vio9j6NbxMOjtn8u7udjzaJcH1H3uLViVikCzLftqEtsKbeAyNh3LuWAdVM+yr8JsU8hgt9mvGh6ATousEKwgdcvXCMWDFap2mOYBTWK6b3YtNvYDrs9hM0i9BTgB+YMRTbvp0AS6bzaP43I7LUPaDFBvHPVmIy+ZaOp1+TkJX8Dc3/V22gUrYF1jN4L1r0T4NSPXg+sZ2dZZXgRr5m6BymCW8en6rc54BrYAXfu8CFbQmoQ0c1eYoilXw0NQp7gWZzueN8H68S44DbG/IPA9H66AL7FR12tpYk9qetOwGfSaVjcMNVAFie6iqHJv6bws2YaUfLpctYP+S5WoTVr8vjOMvphN4FN4N69Dybs6yw+OCLZ0yrByhS7DmrRaoQE0Kw5707JOf/UvH/ZKewTG/kscFrHSGbpzOHSC/wHSRhVOrpN3ggAAAABJRU5ErkJggg=='); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.refresh, .x-button img.x-icon-mask.refresh { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.refresh, +.x-button .x-button-icon.x-icon-mask.refresh { -webkit-mask-image: url('data:image/png;base64,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'); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.reply, .x-button img.x-icon-mask.reply { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.reply, +.x-button .x-button-icon.x-icon-mask.reply { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAES0lEQVRoBe2ZSWgUQRSGM24YTdSo4AYRTcxBEZJDJCoigrtGg6CIgihqogfRgEERguhB40UP6kHw4kEET4J4E9wPAdeg4ALigjuKcSMuMX7/mAmdSU/SXdM9PTPpBx/T3al67/31urq6K5G2trac3mR9epNYaQ0FZ3vFwwqHFc6yEQhv6SwraBc5YYW7DEmWXUhZhSORSC7UwKIgxzAlghE5CZFHoAEKgxTcz8/gCI3gfzHsh6l+xnLq2zfBaC0miXpYDvmgu+kXBGqeC0aohK2D7TAF+kPamKeCETseZdugGgZDSp4RxHFsnghGqKo4H/aB5uoASEtLWjBiZ6KsFlaAHlJpbUkJRmwl6rTcFKW1SktyRoIROhofdbARhlr8OTkMdBPNlWCE6iG0AA5AqRN1Nm1cxbTpn9Qlx8ERO4pIG0Br6yDDqH3pV4kvPdRewCd4C+/ZPdWx7xZxsk1LgqvIZDeUeZzRT/xJ8Dt4BQ/gGjSSVzO/3psEJ4JoY+A4fATNvVTwhjh34RSshMGJ8jO5biuWIJqrc6AJ/kIqhNrF+EFs3fqHYRoMMxFp7dNFME5Hwi5QMLskgrqmgb8M+hgZYRXh5riTYBxpFM9CUKKcxlWOSyHPjVi1jQqmYy7shQ/gNGjQ7f6Q6yWY7UY07XNK4CK0QtAiTOK/J29tLOQ7EU67nIGgtfU1mARMhz6a3zegtCfRHXOYxhXtndJBgGkOT9FQ1Z3oDsFqhBXAFngJpkGD7veN3NclEt1JcKwRHaaD3niCTt40vh6+q2N6rL+2gtUA03p8FL6AaeAg++ntsNwqNqor/kL8OZ2WgF71vEpeq8FvC36uDveJM8qqyenHwzg67oE1MAxMTeLOQyNod0SDqO2hCaDVIma6u3R9OAxq/9WxW9PT+wRsQ7RiE7Gbj4f4v9F8Fujxb1ptfR2tj/cbf04bfbbqZWgsFEM5LITNcBLc3HF6iM2IxXAlWJ0wJXEQfoFb4RJcEwtu8kv/PCiEGdAAevFQJbvL5Rh/j351uRbcLloVmA83ewgUn0TSgq2DRGzloVt9E9yDFoiPqfOvUBHN3erA7TFOtG6fBqdfVp4KtuZLDqr8DrgDdqIPcb2/UYXjAmmu1cLDBIGswX0THMuJHIrgDGglsMZu4nxI0oItgcbjUHP7MyRaanwXrHywvlAFj8E6v+dqZ8MTI9BzHO2DtaC9KY1wIEYurXCO4JrbjyA6CvzO80wwznS3tMAFDpfBKdArnkY4ECOXqwTWUqZvA1mJp4L/+4wKf8ZxDeyE26AlLBBD9HUC14GWr8mezWEc2/oiiNZM/TumGbRLkdQ6nChOT9eJWw3ffakwjjuMRF5wUg9b4QnE5hOHKTVNsSuO3qW9SosN/Yn4KmAQbnnl040f4pelVLCb5Pxq6/st7Vfipn5DwaYjlyn9wgpnSqVM8wwrbDpymdIvrHCmVMo0z15X4X9rh8wHLEjawQAAAABJRU5ErkJggg=='); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.search, .x-button img.x-icon-mask.search { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.search, +.x-button .x-button-icon.x-icon-mask.search { -webkit-mask-image: url('data:image/png;base64,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'); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.settings, .x-button img.x-icon-mask.settings { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.settings, +.x-button .x-button-icon.x-icon-mask.settings { -webkit-mask-image: url('data:image/png;base64,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'); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.star, .x-button img.x-icon-mask.star { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.star, +.x-button .x-button-icon.x-icon-mask.star { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFfUlEQVRoBd2aXahVRRTHz/Ujv+2mZRGZB7W6mtpFikC7+UWUZiqBD0JPFdRL1EMFPfjoU4baS0FUD/UWZBEVShA+BCpmWApRSkgllNpDmZWZt9//eOay72afvWfWOTPn3rvgz8yeWbPW+s/XmT379AwODtZSSQ+CryVgA/gVfIx/pelEhFMBVlvBOaBeFo6Cean8y09KsnMg932TqCOs9M2UhMfhMJVsxtHcAmcbmekLCsqjFKUkvAYG1xSwmEHZqoLyKEVJCDOCNxH9HUCbVl6mULAuXxjrOQlhgl8Bbi0h0Uen3FBS37GqVIQHiHh2SdR16jTlo0t0woycpuxiUDSdHcFeMv3uIWYanTDB3wIWVZBQHP10zuQKvbarUxDWT1HRz1E++Ds99fLtgp6jEmbExhPNcs+IbkZPiCpRCRP5TPCQJ4MJ6A3QSUqjSWzC2ozuC4j+fnSnB+gHq8YmvJKIJgVEpRPX9QH6waqxCa8PjEhHT981H2j6qno0wqzF63BhOUxsom3Zb7aJqGsUjTAONFJlpysXQz7VuXpavrBTzzEJaz1adlzNjHs6RTBvJyZhjZTF/kTaWZZCnlvhsyWgQkPZQpagzsX1bFlAXjGtDdAPUu1p3PPQhCCXkdwG/mta0PWLds060AuAnqtEOjpdbQR3VymX1P9F3UfgGJA9X9F92c/ADaQ2P8V0DJ4/kDbeYKaSvgI2AN0+OGJK1VAbSIhTOXEOybYll2kte77yD4rqrHyb85S9Cl4HtReAyI11/A7HpRq5PSD6oR0f3Rad+H7S1DvV7UgS+tc1cU3n3V/AWJ/SX8BxVuMinow2rNNjlPQVeH0GFg378kDBfLAPXARjZbTPwmUXmOG+bgz71EKFfqKeAUWfREZbJxyCxyOOqEuHER4qrNUWovwy0CFktBHV4eNZMNvxyaaFhKWAaBt/HJwEo4W0luSKLMF8viVhp4iBeeBd8CcYqcQ1qi+CKS7uVmklYdcQY0+C42Ckkf6EmO51cVal3oRlCFkCdKgfCWtbo7obDO3AVWQbHHyUsjo40E6uq9cvQbdG+wN892fj8s0HjXDWKA51/t4JUo72H/jTDtybjSUkbyYsJ0gdfAtSjfTn+JoWQjCv2+57a4M1QaQSvZvrMsIs7RJejGcdUlLJUhzpZsYsZsJcCen6ZwCE3IaYA2021OfUdU3fJltmwni7Fvh+KDMF16KR3ux0lWuSdgjPxeNdJq/tNdKNqJaSSUyEmVK6JNPomtqbIh3eSKNsEmvAarfJ5LEzjbbR59MtpqyEb8eZjpndkhtxvNri3Er4YZxpx+yW6Jdhi8V5MOHm+n0QZ9afo0u0fQO8A5S3iPaQ1cTSG9w4f/SqesZBH/gRWI6T+gyyxfkgvw2cMdrS+/lTzpZvGnyWxsnTwHLRd4R2a/OBqQyoztKBe/P2qp6DCBOUptKHhuA+pU1fq2Co0/F0L9CVaghxXTbWW9ktKg8lrFfCrwODeh/9wgu1bEDo6OT2Fvgb+JLWq+nQEsnaa5UPJbwKBxc8A9KXPG1O3u+u6E4F24GvD3XMDjCxFcF8uTdhjGpHfwn49L42lCeAdyDZwGi3HpwAPr6+Q29htn1ZPoSwfuz3ewShXVcBNz62lzkvq6O9DjZHgQ9p72kdQljvob9VBPAN9Q+UEQmpw5b+Sf8e0FotI/4a9ZN8bIcQXlnh9AD1y3ychuhgU0tpJyhb14epn+ljN+Sk9S9G1ct50d8SdgF9x9EO3lHB5hXwPEYfA8dbGD9LuWZBtfj0inSQWUDTKzu1dAB5Dkz2tdOOHn70LvwVyMag/FYwzse295Rukq5j+G1wEOib66PAy5FPMD46+NPmqTV7CpwGGvkJPm2l8z8GWDNDloqpGQAAAABJRU5ErkJggg=='); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.trash, .x-button img.x-icon-mask.trash { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.trash, +.x-button .x-button-icon.x-icon-mask.trash { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFBElEQVRoBe2aS4gdRRRA8+L/m0QIJkYNLlQUNOAvigpRcCEIcSsiCLoLLoILcaM7QVBX4koRshDxt9CFKCoiuvGDCP5QkxCiJhInRo2Ovzie80gPNWX1dL3uesM09IUz3V1169a9daur+031aG5ubkUpGY1GK7G1Dq4Cz9vKiIY74Sv8+72tkWQ7Ay4Bxo+Hu2E3/AuOZBf+ov2TsL6Ef5WNUsGazXvgEHQJMm77N/aeg3Mrh7seOweMM2bWYH+B2OES1/9g9w0oEnSngHHCYO+FGSgRXJ0NM/0idA565BRpKyxSt9J2B5xWY+Mw5Udq6uqKT6XimESlmX4d7sTnA4n6rKJjs7QSSgTrSno7nJyodtFyGr4AP4G6TeLIHweb4A44C0LR1xtgCzwP7aTtIkBvLlSfQjwNZyl7FNa0sU077V4DX0Js25X7cRjPzDb2Nd5FnK7xPbGXskdwxsxOLLRzdnwIj8GvkQFnypqobKLLrgGnOjMzP6cqJijzfn0NXPljmXRNWNC+dcBHM7HA2NELp10nwbaz5iC4OsdidTyrYp3a68ZFi7XJFfNsOBGcUmFnPpbiBWkVZefT7g+OXcTF0EUsFPtaje0Lw0LOzfoM49B4Gy36WMKwK+WDcC2cAmGwXK7YAAYdym9c+NiIdUOdnHODc6DjpPioix9LBvwtPE3QOzjWi7MjBS0M8CGY1huUA1ISg/4cNqXiqcqSwVqJ3AQ/QEmnpm3LR+IzsLYKMD4mA6bBOfAKuFpO28nS9v0Bcxckn9V1Ad9Pg2m/H5cONLT3Mf5fFGfX63hBQG8s7/LXxcdV0nvjMtgKp0MojuaroM60xYB8Z78ZTog6c515B1ylXey+ARe3/0tqFNCy0RjrkdvgOwhH0TeiB2A1uMBNGx9Ta+FZiP34mrIrQR39cECSUzqZYYIcR0mjJtmFwmHUvdenLjwmnUl7Eh05+LP40fjvoGTACYN1Rc6CecGhM7lw2lt+AA7Fg4fOespXgYO0j3pvnXmh3rY+/52+vrXtRSd841rQJ/WV1JVX9eNj14DnjeHnJVw8DBeAnX8A2ynfXwXN+cWUPQUOjNl6i7Jt1I9nCOe+1V0NT4AB/wkvw31QRIoFjDfnwRXgfVbJGZzsry44boTNUGVjlvOToPpV5FvbjXApKE7VLZ6UkpWlDGHH+96pV93/4TSsujGA8MeF51Xw6njuO3soKTth/UTnJQOeqONFlKsBW0SlfdVyDLh9NBkth4AzBqnXKkOGe52+DOeHDGcMUq9Vhgz3On0Zzg8ZzhikXqsMGe51+jKcHzKcMUi9Vhky3Ov0ZTg/ZDhjkHqtMmS41+nLcH7IcMYg9VplOWY4/Md88cEtHbDOVg5Xx9jpsM9Yx52JeAcw1ontTXRdcm9pFz3vBveHdNJN6YPVRhrnivtMlruZ5g7DFxBuXLut8j7sA/d43Yr5CIpJsYAJ7DN2/27Bsw1gwAb3I8wLOp+g4w6+nw/6HddOyszqWDg/Qv2bXFwH4+1SyhyUYtI1YLc85wXn/ORAagWdPVRKUqh3AJwtdTLeWq2rbCoP76cm3bjeLG6ELjZim03XJujyJqXF6rtmeDvGNzMN/ajEAZi2rKOD67t00jVgN7+3dnFgqdsu5XRc6tiS/eUGvBTTNengBIVZPuYG7LcYPjdluYk++bTw++pGyQ34bSy9B35Vs5zEYGfgJfg+x7H/ADoy2VfnrtXoAAAAAElFTkSuQmCC'); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.maps, .x-button img.x-icon-mask.maps { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.maps, +.x-button .x-button-icon.x-icon-mask.maps { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAADl0lEQVRoBe2b24tNURzHjfutXEPycDAltwhJbuMSJUqSB/HiES/+AK9ePc6T8uCFkImQW5KGkdwSxYyMGkZu45bbDOPzyZyTrJnjnDkGrVm/+szas2bv397f33ftPS+/Vdba2toj5igj0NcfRkG/3qWIJdcIrs/AO6gDq7cKPkOjUNAmxr8ePJsix8NUWAvLoapowSQawIUzYCZUwAqohF3QAjtgGTyCy5x/nfEu1MNDCmAxuiS4Vy8ST4DZMB9WwiTIRUGC26q1gKtWwyyYBsPB5aLIL5CNTxzotDeWTeA5DUKuO4xXoQbxHpcUbSIzJFkDi0EzdLYnBNGuYJJ4ch+YAhvB5TAORsKvib4x97vwPpk2FjJuhibu85zxAlyCangBLRQib06u68t5vk4uVYVqgO+oqy9v5ASTRLd0LQNLYB24bAfBnw5zikX0HtuhGW5ANY9ylvEBvIY3FOArcz7rWHCpboBFMAxyGjguKIZy1jzYCqfAD5BLslB8J3dCP/AdOgo+fKHXd3Sebh+EctCMieBK6Oj8QuYrXZ7roQr88PiSD4b/IVyyfhB9jQy/uppTUijYhANLytJ1F/sxzL7POpg97vQdFfwVTNYtQsHdKpLg2O1ODieHI6tAWtKRGRrISQ4HJYlsIjkcmaGBnORwUJLIJpLDkRkayEkOByWJbCI5HJmhgZzkcFCSyCaSw5EZGshJDgcliWwiORyZoYGc5HBQksgmksORGRrISQ4HJYlsIjkcmaGBnORwUJLIJpLDkRkayEkOByWJbKLbOVx0r3E7httIbttwNvzddt//JWxIfQynYX8pgu2TbgBbjw9Ds53sNHJv49gOehu5bUe2DfjXojDVpWG/9iu4CEegBp7xfO+LFfyGC5+AiQ7BFXj/c8s+xw+Z24PwvYwKnQxLoQLccGEB7Hsu9t5ckjcU2QjuozgA5+Apz9PCmItCbvqWs2vhJpwBl8ZrEuVtOebPtiWLbf2ymyL0ZVT8XJgDbgHIgFsPOhPmr4d7oAnHue9txg6jI8EfueIaHIOrcAuafieSc/IG19vw7TYD6UEBbE4vhwxMB7cizIYhYPT6MeR+WjBFPoCToEgF1hb6bD8LNpHLwT0L56EOGkhUchc6edoNcruvQWoQ7/6GMTAa3E2zACxGNjRhH9wHV4zP9oGxqCjj7C0wA06Ay/YliRT/T4MCuGnEfQ4feJ5mfvdfaG+OXSWdju+VpAoIK3D9tAAAAABJRU5ErkJggg=='); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.locate, .x-button img.x-icon-mask.locate { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.locate, +.x-button .x-button-icon.x-icon-mask.locate { -webkit-mask-image: url('data:image/png;base64,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'); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.home, .x-button img.x-icon-mask.home { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.home, +.x-button .x-button-icon.x-icon-mask.home { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAEK0lEQVRoBe2Zy28NURzHe/vwqEepYkFIQzxWaCOC2HhELEgQImhXIrqyIEXikVQi+gdIwx9AItg1NiJELMSGhKQbobY2VY9Srfp8m5lmTO/cOXN7Zu656f0ln8zMnTNnft/z+505j5sbGxurmk5WPZ3ESuu0E1xbigjncrka3jsbftClIvsU5RZ65aLK5Lj/C75SzSjHWCuJYLxqhPXwBgYhylq4sRaixChDP8EzGIJ4UwNnCR6tgFswANegKer93LsLim4herm/JKqO8O+ZRdhL42acOwunYAacg2Hu3ePYj3Ph1A1fU2ySmZSZeCiTjxaC1LAboRs6QGJl8+AKXIU1kLqlHmHEqlFboQv2gD40QdPHqx3qKdtJkD8Hb9o+TzXCXmT1cboB+cT6evTVPgIXeWYl6DoVSy3COF2Hx0rjTthp4L0a/4xXrofn33OeqH8avKMqFcE4O4uXb4ULsNfEEa+M0v00LIIuCKc/P03NrAtGrD5Iiuh10Dia1JTOR0EZsjjpw3HlrQpGbD0v3AzFig36e4CLkeAPNs6tCUbsHBxS+mpsLSayYT2KtLBqVgQjdgFe7QP1u9VWPbRc2ZQFe2LV5zSBWG7ZP+vVTUkwYhvx6DicB+fFqvWKFuyJ1QxJ00It48rCNNgnNi+N23hQaVw2YiU0cYQRq9Q9CJdBKV1q02zMeEaWSDBil1L5JTgBDeCCzcUJ8cXImfACOeqayjbBffgDfqu6cPyJP3dgVZTvwd9jdzuoSFmgicRDGAYXRIZ9+I5fPbA6KC7feUHBVKD5rJZ1EutaZMOiv+HjbWjJJ9T/LVIwDyqyh+ApuC7WFy/RCk4r5HyRwWNewRSW2N3wGv6CX2E5HBWcB9AaFOqfTxJMQa1lNewosqNQDiLDPmqv+hFsgzpfrI7/CeamVjwnQZEtV7G+eEX6MeyHGl/0hGB+1MJdYt+B/1C5H9UdX8J2qJ6IMBfz4Ri8hXIXGfZfmdoLWr5W1zJ7ktg2aId18BuiTHNvDVUumQSNxDikLSdtBzdok0yCD8MyiLNmCqhxXBL9An+egNI3yqRT9z+O92FO/O2UuOMuymoqF06bUl53489MQw21Gm8lWmkRa6R/oVaMfT6lAmrsUVMNRa2HU3I8k2orgjNp5hK+ZLwPp/x+fR+0ONfMp9BfJ+qLmulpyze1zMtC8AACbkI/xAneQZkO0JiZimUheAjPn0MfxAnWVo3RiEG5oiwLwXJsmGFDK5iCxrCnGZNSOzVLra+EPDZ9T6EMCFVZ3KWpI8XV7uBTFcEOBsWqS5UIW21OByurRNjBoFh1qRJhq83pYGWVCDsYFKsuVSJstTkdrGz8L0VTv1i+NVF2CyTJDC0LX7E8HIx7D/Vrb3wDaLvY1D5QsI/6jXZUEwk29cDlckki5bIOY9+mneB/GfbU3e4Ey5kAAAAASUVORK5CYII='); } -/* line 52, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 55, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-action, .x-toolbar .x-button.x-button-action, .x-button.x-button-action-round, .x-toolbar .x-button.x-button-action-round, .x-button.x-button-action-small, .x-toolbar .x-button.x-button-action-small { border: 0.1em solid #104281; border-top-color: #124d98; @@ -3253,34 +3838,37 @@ input, textarea { text-shadow: rgba(0, 0, 0, 0.5) 0 -0.08em 0; -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 0.1em 0; } -/* line 57, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 60, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-action.x-button-back:before, .x-button.x-button-action.x-button-forward:before, .x-toolbar .x-button.x-button-action.x-button-back:before, .x-toolbar .x-button.x-button-action.x-button-forward:before, .x-button.x-button-action-round.x-button-back:before, .x-button.x-button-action-round.x-button-forward:before, .x-toolbar .x-button.x-button-action-round.x-button-back:before, .x-toolbar .x-button.x-button-action-round.x-button-forward:before, .x-button.x-button-action-small.x-button-back:before, .x-button.x-button-action-small.x-button-forward:before, .x-toolbar .x-button.x-button-action-small.x-button-back:before, .x-toolbar .x-button.x-button-action-small.x-button-forward:before { background: #104281; } -/* line 61, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 64, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-action, .x-button.x-button-action.x-button-back:after, .x-button.x-button-action.x-button-forward:after, .x-toolbar .x-button.x-button-action, .x-toolbar .x-button.x-button-action.x-button-back:after, .x-toolbar .x-button.x-button-action.x-button-forward:after, .x-button.x-button-action-round, .x-button.x-button-action-round.x-button-back:after, .x-button.x-button-action-round.x-button-forward:after, .x-toolbar .x-button.x-button-action-round, .x-toolbar .x-button.x-button-action-round.x-button-back:after, .x-toolbar .x-button.x-button-action-round.x-button-forward:after, .x-button.x-button-action-small, .x-button.x-button-action-small.x-button-back:after, .x-button.x-button-action-small.x-button-forward:after, .x-toolbar .x-button.x-button-action-small, .x-toolbar .x-button.x-button-action-small.x-button-back:after, .x-toolbar .x-button.x-button-action-small.x-button-forward:after { background-color: #1a70dd; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5899eb), color-stop(50%, #2b7de6), color-stop(51%, #1a70dd), color-stop(100%, #1864c6)); + background-image: -webkit-linear-gradient(#5899eb, #2b7de6 50%, #1a70dd 51%, #1864c6); background-image: linear-gradient(#5899eb, #2b7de6 50%, #1a70dd 51%, #1864c6); } -/* line 65, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-button.x-button-action img.x-icon-mask, .x-toolbar .x-button.x-button-action img.x-icon-mask, .x-button.x-button-action-round img.x-icon-mask, .x-toolbar .x-button.x-button-action-round img.x-icon-mask, .x-button.x-button-action-small img.x-icon-mask, .x-toolbar .x-button.x-button-action-small img.x-icon-mask { +/* line 68, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-button.x-button-action .x-button-icon.x-icon-mask, .x-toolbar .x-button.x-button-action .x-button-icon.x-icon-mask, .x-button.x-button-action-round .x-button-icon.x-icon-mask, .x-toolbar .x-button.x-button-action-round .x-button-icon.x-icon-mask, .x-button.x-button-action-small .x-button-icon.x-icon-mask, .x-toolbar .x-button.x-button-action-small .x-button-icon.x-icon-mask { background-color: white; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #ffffff), color-stop(100%, #e8f1fc)); + background-image: -webkit-linear-gradient(#ffffff, #ffffff 50%, #ffffff 51%, #e8f1fc); background-image: linear-gradient(#ffffff, #ffffff 50%, #ffffff 51%, #e8f1fc); } -/* line 74, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 77, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-action.x-button-pressed, .x-button.x-button-action.x-button-active, .x-toolbar .x-button.x-button-action.x-button-pressed, .x-toolbar .x-button.x-button-action.x-button-active, .x-button.x-button-action-round.x-button-pressed, .x-button.x-button-action-round.x-button-active, .x-toolbar .x-button.x-button-action-round.x-button-pressed, .x-toolbar .x-button.x-button-action-round.x-button-active, .x-button.x-button-action-small.x-button-pressed, .x-button.x-button-action-small.x-button-active, .x-toolbar .x-button.x-button-action-small.x-button-pressed, .x-toolbar .x-button.x-button-action-small.x-button-active { -webkit-box-shadow: inset #0e4d9d 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0; } -/* line 75, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 78, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-action.x-button-pressed, .x-button.x-button-action.x-button-pressed:after, .x-button.x-button-action.x-button-active, .x-button.x-button-action.x-button-active:after, .x-toolbar .x-button.x-button-action.x-button-pressed, .x-toolbar .x-button.x-button-action.x-button-pressed:after, .x-toolbar .x-button.x-button-action.x-button-active, .x-toolbar .x-button.x-button-action.x-button-active:after, .x-button.x-button-action-round.x-button-pressed, .x-button.x-button-action-round.x-button-pressed:after, .x-button.x-button-action-round.x-button-active, .x-button.x-button-action-round.x-button-active:after, .x-toolbar .x-button.x-button-action-round.x-button-pressed, .x-toolbar .x-button.x-button-action-round.x-button-pressed:after, .x-toolbar .x-button.x-button-action-round.x-button-active, .x-toolbar .x-button.x-button-action-round.x-button-active:after, .x-button.x-button-action-small.x-button-pressed, .x-button.x-button-action-small.x-button-pressed:after, .x-button.x-button-action-small.x-button-active, .x-button.x-button-action-small.x-button-active:after, .x-toolbar .x-button.x-button-action-small.x-button-pressed, .x-toolbar .x-button.x-button-action-small.x-button-pressed:after, .x-toolbar .x-button.x-button-action-small.x-button-active, .x-toolbar .x-button.x-button-action-small.x-button-active:after { background-color: #1760bd; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #11498f), color-stop(10%, #1454a6), color-stop(65%, #1760bd), color-stop(100%, #1761bf)); + background-image: -webkit-linear-gradient(#11498f, #1454a6 10%, #1760bd 65%, #1761bf); background-image: linear-gradient(#11498f, #1454a6 10%, #1760bd 65%, #1761bf); } -/* line 52, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 55, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-confirm, .x-toolbar .x-button.x-button-confirm, .x-button.x-button-confirm-round, .x-toolbar .x-button.x-button-confirm-round, .x-button.x-button-confirm-small, .x-toolbar .x-button.x-button-confirm-small { border: 0.1em solid #263501; border-top-color: #374e02; @@ -3288,34 +3876,37 @@ input, textarea { text-shadow: rgba(0, 0, 0, 0.5) 0 -0.08em 0; -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 0.1em 0; } -/* line 57, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 60, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-confirm.x-button-back:before, .x-button.x-button-confirm.x-button-forward:before, .x-toolbar .x-button.x-button-confirm.x-button-back:before, .x-toolbar .x-button.x-button-confirm.x-button-forward:before, .x-button.x-button-confirm-round.x-button-back:before, .x-button.x-button-confirm-round.x-button-forward:before, .x-toolbar .x-button.x-button-confirm-round.x-button-back:before, .x-toolbar .x-button.x-button-confirm-round.x-button-forward:before, .x-button.x-button-confirm-small.x-button-back:before, .x-button.x-button-confirm-small.x-button-forward:before, .x-toolbar .x-button.x-button-confirm-small.x-button-back:before, .x-toolbar .x-button.x-button-confirm-small.x-button-forward:before { background: #263501; } -/* line 61, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 64, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-confirm, .x-button.x-button-confirm.x-button-back:after, .x-button.x-button-confirm.x-button-forward:after, .x-toolbar .x-button.x-button-confirm, .x-toolbar .x-button.x-button-confirm.x-button-back:after, .x-toolbar .x-button.x-button-confirm.x-button-forward:after, .x-button.x-button-confirm-round, .x-button.x-button-confirm-round.x-button-back:after, .x-button.x-button-confirm-round.x-button-forward:after, .x-toolbar .x-button.x-button-confirm-round, .x-toolbar .x-button.x-button-confirm-round.x-button-back:after, .x-toolbar .x-button.x-button-confirm-round.x-button-forward:after, .x-button.x-button-confirm-small, .x-button.x-button-confirm-small.x-button-back:after, .x-button.x-button-confirm-small.x-button-forward:after, .x-toolbar .x-button.x-button-confirm-small, .x-toolbar .x-button.x-button-confirm-small.x-button-back:after, .x-toolbar .x-button.x-button-confirm-small.x-button-forward:after { background-color: #6c9804; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a2e306), color-stop(50%, #7eb105), color-stop(51%, #6c9804), color-stop(100%, #5b7f03)); + background-image: -webkit-linear-gradient(#a2e306, #7eb105 50%, #6c9804 51%, #5b7f03); background-image: linear-gradient(#a2e306, #7eb105 50%, #6c9804 51%, #5b7f03); } -/* line 65, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-button.x-button-confirm img.x-icon-mask, .x-toolbar .x-button.x-button-confirm img.x-icon-mask, .x-button.x-button-confirm-round img.x-icon-mask, .x-toolbar .x-button.x-button-confirm-round img.x-icon-mask, .x-button.x-button-confirm-small img.x-icon-mask, .x-toolbar .x-button.x-button-confirm-small img.x-icon-mask { +/* line 68, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-button.x-button-confirm .x-button-icon.x-icon-mask, .x-toolbar .x-button.x-button-confirm .x-button-icon.x-icon-mask, .x-button.x-button-confirm-round .x-button-icon.x-icon-mask, .x-toolbar .x-button.x-button-confirm-round .x-button-icon.x-icon-mask, .x-button.x-button-confirm-small .x-button-icon.x-icon-mask, .x-toolbar .x-button.x-button-confirm-small .x-button-icon.x-icon-mask { background-color: white; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #ffffff), color-stop(100%, #f7fee6)); + background-image: -webkit-linear-gradient(#ffffff, #ffffff 50%, #ffffff 51%, #f7fee6); background-image: linear-gradient(#ffffff, #ffffff 50%, #ffffff 51%, #f7fee6); } -/* line 74, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 77, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-confirm.x-button-pressed, .x-button.x-button-confirm.x-button-active, .x-toolbar .x-button.x-button-confirm.x-button-pressed, .x-toolbar .x-button.x-button-confirm.x-button-active, .x-button.x-button-confirm-round.x-button-pressed, .x-button.x-button-confirm-round.x-button-active, .x-toolbar .x-button.x-button-confirm-round.x-button-pressed, .x-toolbar .x-button.x-button-confirm-round.x-button-active, .x-button.x-button-confirm-small.x-button-pressed, .x-button.x-button-confirm-small.x-button-active, .x-toolbar .x-button.x-button-confirm-small.x-button-pressed, .x-toolbar .x-button.x-button-confirm-small.x-button-active { -webkit-box-shadow: inset #384f00 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0; } -/* line 75, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 78, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-confirm.x-button-pressed, .x-button.x-button-confirm.x-button-pressed:after, .x-button.x-button-confirm.x-button-active, .x-button.x-button-confirm.x-button-active:after, .x-toolbar .x-button.x-button-confirm.x-button-pressed, .x-toolbar .x-button.x-button-confirm.x-button-pressed:after, .x-toolbar .x-button.x-button-confirm.x-button-active, .x-toolbar .x-button.x-button-confirm.x-button-active:after, .x-button.x-button-confirm-round.x-button-pressed, .x-button.x-button-confirm-round.x-button-pressed:after, .x-button.x-button-confirm-round.x-button-active, .x-button.x-button-confirm-round.x-button-active:after, .x-toolbar .x-button.x-button-confirm-round.x-button-pressed, .x-toolbar .x-button.x-button-confirm-round.x-button-pressed:after, .x-toolbar .x-button.x-button-confirm-round.x-button-active, .x-toolbar .x-button.x-button-confirm-round.x-button-active:after, .x-button.x-button-confirm-small.x-button-pressed, .x-button.x-button-confirm-small.x-button-pressed:after, .x-button.x-button-confirm-small.x-button-active, .x-button.x-button-confirm-small.x-button-active:after, .x-toolbar .x-button.x-button-confirm-small.x-button-pressed, .x-toolbar .x-button.x-button-confirm-small.x-button-pressed:after, .x-toolbar .x-button.x-button-confirm-small.x-button-active, .x-toolbar .x-button.x-button-confirm-small.x-button-active:after { background-color: #547503; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #304402), color-stop(10%, #425c02), color-stop(65%, #547503), color-stop(100%, #557803)); + background-image: -webkit-linear-gradient(#304402, #425c02 10%, #547503 65%, #557803); background-image: linear-gradient(#304402, #425c02 10%, #547503 65%, #557803); } -/* line 52, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 55, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-decline, .x-toolbar .x-button.x-button-decline, .x-button.x-button-decline-round, .x-toolbar .x-button.x-button-decline-round, .x-button.x-button-decline-small, .x-toolbar .x-button.x-button-decline-small { border: 0.1em solid #630303; border-top-color: #7c0303; @@ -3323,49 +3914,56 @@ input, textarea { text-shadow: rgba(0, 0, 0, 0.5) 0 -0.08em 0; -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 0.1em 0; } -/* line 57, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 60, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-decline.x-button-back:before, .x-button.x-button-decline.x-button-forward:before, .x-toolbar .x-button.x-button-decline.x-button-back:before, .x-toolbar .x-button.x-button-decline.x-button-forward:before, .x-button.x-button-decline-round.x-button-back:before, .x-button.x-button-decline-round.x-button-forward:before, .x-toolbar .x-button.x-button-decline-round.x-button-back:before, .x-toolbar .x-button.x-button-decline-round.x-button-forward:before, .x-button.x-button-decline-small.x-button-back:before, .x-button.x-button-decline-small.x-button-forward:before, .x-toolbar .x-button.x-button-decline-small.x-button-back:before, .x-toolbar .x-button.x-button-decline-small.x-button-forward:before { background: #630303; } -/* line 61, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 64, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-decline, .x-button.x-button-decline.x-button-back:after, .x-button.x-button-decline.x-button-forward:after, .x-toolbar .x-button.x-button-decline, .x-toolbar .x-button.x-button-decline.x-button-back:after, .x-toolbar .x-button.x-button-decline.x-button-forward:after, .x-button.x-button-decline-round, .x-button.x-button-decline-round.x-button-back:after, .x-button.x-button-decline-round.x-button-forward:after, .x-toolbar .x-button.x-button-decline-round, .x-toolbar .x-button.x-button-decline-round.x-button-back:after, .x-toolbar .x-button.x-button-decline-round.x-button-forward:after, .x-button.x-button-decline-small, .x-button.x-button-decline-small.x-button-back:after, .x-button.x-button-decline-small.x-button-forward:after, .x-toolbar .x-button.x-button-decline-small, .x-toolbar .x-button.x-button-decline-small.x-button-back:after, .x-toolbar .x-button.x-button-decline-small.x-button-forward:after { background-color: #c70505; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f91f1f), color-stop(50%, #e00606), color-stop(51%, #c70505), color-stop(100%, #ae0404)); + background-image: -webkit-linear-gradient(#f91f1f, #e00606 50%, #c70505 51%, #ae0404); background-image: linear-gradient(#f91f1f, #e00606 50%, #c70505 51%, #ae0404); } -/* line 65, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-button.x-button-decline img.x-icon-mask, .x-toolbar .x-button.x-button-decline img.x-icon-mask, .x-button.x-button-decline-round img.x-icon-mask, .x-toolbar .x-button.x-button-decline-round img.x-icon-mask, .x-button.x-button-decline-small img.x-icon-mask, .x-toolbar .x-button.x-button-decline-small img.x-icon-mask { +/* line 68, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-button.x-button-decline .x-button-icon.x-icon-mask, .x-toolbar .x-button.x-button-decline .x-button-icon.x-icon-mask, .x-button.x-button-decline-round .x-button-icon.x-icon-mask, .x-toolbar .x-button.x-button-decline-round .x-button-icon.x-icon-mask, .x-button.x-button-decline-small .x-button-icon.x-icon-mask, .x-toolbar .x-button.x-button-decline-small .x-button-icon.x-icon-mask { background-color: white; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #ffffff), color-stop(100%, #fee6e6)); + background-image: -webkit-linear-gradient(#ffffff, #ffffff 50%, #ffffff 51%, #fee6e6); background-image: linear-gradient(#ffffff, #ffffff 50%, #ffffff 51%, #fee6e6); } -/* line 74, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 77, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-decline.x-button-pressed, .x-button.x-button-decline.x-button-active, .x-toolbar .x-button.x-button-decline.x-button-pressed, .x-toolbar .x-button.x-button-decline.x-button-active, .x-button.x-button-decline-round.x-button-pressed, .x-button.x-button-decline-round.x-button-active, .x-toolbar .x-button.x-button-decline-round.x-button-pressed, .x-toolbar .x-button.x-button-decline-round.x-button-active, .x-button.x-button-decline-small.x-button-pressed, .x-button.x-button-decline-small.x-button-active, .x-toolbar .x-button.x-button-decline-small.x-button-pressed, .x-toolbar .x-button.x-button-decline-small.x-button-active { -webkit-box-shadow: inset maroon 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0; } -/* line 75, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 78, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-decline.x-button-pressed, .x-button.x-button-decline.x-button-pressed:after, .x-button.x-button-decline.x-button-active, .x-button.x-button-decline.x-button-active:after, .x-toolbar .x-button.x-button-decline.x-button-pressed, .x-toolbar .x-button.x-button-decline.x-button-pressed:after, .x-toolbar .x-button.x-button-decline.x-button-active, .x-toolbar .x-button.x-button-decline.x-button-active:after, .x-button.x-button-decline-round.x-button-pressed, .x-button.x-button-decline-round.x-button-pressed:after, .x-button.x-button-decline-round.x-button-active, .x-button.x-button-decline-round.x-button-active:after, .x-toolbar .x-button.x-button-decline-round.x-button-pressed, .x-toolbar .x-button.x-button-decline-round.x-button-pressed:after, .x-toolbar .x-button.x-button-decline-round.x-button-active, .x-toolbar .x-button.x-button-decline-round.x-button-active:after, .x-button.x-button-decline-small.x-button-pressed, .x-button.x-button-decline-small.x-button-pressed:after, .x-button.x-button-decline-small.x-button-active, .x-button.x-button-decline-small.x-button-active:after, .x-toolbar .x-button.x-button-decline-small.x-button-pressed, .x-toolbar .x-button.x-button-decline-small.x-button-pressed:after, .x-toolbar .x-button.x-button-decline-small.x-button-active, .x-toolbar .x-button.x-button-decline-small.x-button-active:after { background-color: #a40404; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #720303), color-stop(10%, #8b0404), color-stop(65%, #a40404), color-stop(100%, #a70404)); + background-image: -webkit-linear-gradient(#720303, #8b0404 10%, #a40404 65%, #a70404); background-image: linear-gradient(#720303, #8b0404 10%, #a40404 65%, #a70404); } -/* line 46, ../themes/stylesheets/sencha-touch/default/widgets/_sheets.scss */ +/* line 35, ../themes/stylesheets/sencha-touch/default/widgets/_sheets.scss */ .x-sheet { padding: 0.7em; border-top: 1px solid #37465a; + height: auto; background-color: rgba(36, 46, 58, 0.9); background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(65, 83, 105, 0.9)), color-stop(50%, rgba(46, 58, 74, 0.9)), color-stop(51%, rgba(36, 46, 58, 0.9)), color-stop(100%, rgba(26, 33, 42, 0.9))); + background-image: -webkit-linear-gradient(rgba(65, 83, 105, 0.9), rgba(46, 58, 74, 0.9) 50%, rgba(36, 46, 58, 0.9) 51%, rgba(26, 33, 42, 0.9)); background-image: linear-gradient(rgba(65, 83, 105, 0.9), rgba(46, 58, 74, 0.9) 50%, rgba(36, 46, 58, 0.9) 51%, rgba(26, 33, 42, 0.9)); + -webkit-border-radius: 0; + border-radius: 0; } -/* line 51, ../themes/stylesheets/sencha-touch/default/widgets/_sheets.scss */ -.x-sheet .x-sheet-body .x-button { + +/* line 44, ../themes/stylesheets/sencha-touch/default/widgets/_sheets.scss */ +.x-sheet-inner > .x-button { margin-bottom: 0.5em; } - -/* line 56, ../themes/stylesheets/sencha-touch/default/widgets/_sheets.scss */ -.x-sheet-body { - position: relative; +/* line 47, ../themes/stylesheets/sencha-touch/default/widgets/_sheets.scss */ +.x-sheet-inner > .x-button:last-child { + margin-bottom: 0; } /* line 14, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ @@ -3374,7 +3972,7 @@ input, textarea { } /* line 18, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ -.x-sheet.x-picker > .x-sheet-body { +.x-sheet.x-picker .x-sheet-inner { position: relative; background-color: #fff; -webkit-border-radius: 0.4em; @@ -3385,7 +3983,7 @@ input, textarea { margin: 0.7em; } /* line 27, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ -.x-sheet.x-picker > .x-sheet-body:before, .x-sheet.x-picker > .x-sheet-body:after { +.x-sheet.x-picker .x-sheet-inner:before, .x-sheet.x-picker .x-sheet-inner:after { z-index: 1; content: ""; position: absolute; @@ -3395,7 +3993,7 @@ input, textarea { left: 0; } /* line 32, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ -.x-sheet.x-picker > .x-sheet-body:before { +.x-sheet.x-picker .x-sheet-inner:before { top: auto; -webkit-border-bottom-left-radius: 0.4em; border-bottom-left-radius: 0.4em; @@ -3403,30 +4001,46 @@ input, textarea { border-bottom-right-radius: 0.4em; bottom: 0; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #bbbbbb)); + background-image: -webkit-linear-gradient(#ffffff, #bbbbbb); background-image: linear-gradient(#ffffff, #bbbbbb); } /* line 38, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ -.x-sheet.x-picker > .x-sheet-body:after { +.x-sheet.x-picker .x-sheet-inner:after { -webkit-border-top-left-radius: 0.4em; border-top-left-radius: 0.4em; -webkit-border-top-right-radius: 0.4em; border-top-right-radius: 0.4em; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bbbbbb), color-stop(100%, #ffffff)); + background-image: -webkit-linear-gradient(#bbbbbb, #ffffff); background-image: linear-gradient(#bbbbbb, #ffffff); } - /* line 45, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ -.x-picker-slot { +.x-sheet.x-picker .x-sheet-inner .x-picker-slot .x-body { + border-left: 1px solid #999999; + border-right: 1px solid #ACACAC; +} +/* line 51, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ +.x-sheet.x-picker .x-sheet-inner .x-picker-slot:first-child .x-body { + border-left: 0; +} +/* line 57, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ +.x-sheet.x-picker .x-sheet-inner .x-picker-slot:last-child .x-body { + border-left: 0; + border-right: 0; +} + +/* line 65, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ +.x-picker-slot .x-scroll-view { z-index: 2; position: relative; -webkit-box-shadow: rgba(0, 0, 0, 0.4) -1px 0 1px; } -/* line 51, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ -.x-picker-slot:first-child { +/* line 72, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ +.x-picker-slot .x-scroll-view:first-child { -webkit-box-shadow: none; } -/* line 56, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ +/* line 77, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ .x-picker-mask { position: absolute; top: 0; @@ -3445,78 +4059,91 @@ input, textarea { pointer-events: none; } -/* line 70, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ +/* line 91, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ .x-picker-bar { border-top: 0.12em solid #1a70dd; border-bottom: 0.12em solid #1a70dd; height: 2.5em; background-color: rgba(13, 114, 242, 0.3); background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(85, 156, 246, 0.3)), color-stop(50%, rgba(37, 128, 244, 0.3)), color-stop(51%, rgba(13, 114, 242, 0.3)), color-stop(100%, rgba(11, 102, 218, 0.3))); + background-image: -webkit-linear-gradient(rgba(85, 156, 246, 0.3), rgba(37, 128, 244, 0.3) 50%, rgba(13, 114, 242, 0.3) 51%, rgba(11, 102, 218, 0.3)); background-image: linear-gradient(rgba(85, 156, 246, 0.3), rgba(37, 128, 244, 0.3) 50%, rgba(13, 114, 242, 0.3) 51%, rgba(11, 102, 218, 0.3)); -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0.2em 0.2em; } -/* line 80, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ +/* line 101, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ .x-picker-slot-title { + position: relative; + z-index: 2; background-color: #829ec1; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b6c6da), color-stop(50%, #93abca), color-stop(51%, #829ec1), color-stop(100%, #7191b9)); + background-image: -webkit-linear-gradient(#b6c6da, #93abca 50%, #829ec1 51%, #7191b9); background-image: linear-gradient(#b6c6da, #93abca 50%, #829ec1 51%, #7191b9); border-top: 1px solid #829ec1; border-bottom: 1px solid #4a6a94; + -webkit-box-shadow: 0px 0.1em 0.3em rgba(0, 0, 0, 0.3); + padding: 0.2em 1.02em; +} +/* line 110, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ +.x-picker-slot-title > div { font-weight: bold; font-size: 0.8em; color: #4a5461; - padding: 0.2em 1.02em; - -webkit-box-shadow: 0px 0.1em 0.3em rgba(0, 0, 0, 0.3); text-shadow: rgba(255, 255, 255, 0.25) 0 0.08em 0; } -/* line 94, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ -.x-picker-item { +/* line 121, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ +.x-picker-slot .x-dataview-inner { + width: 100%; +} +/* line 125, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ +.x-picker-slot .x-dataview-item { vertical-align: middle; height: 2.5em; line-height: 2.5em; font-weight: bold; - padding: 0 10px 0 10px; - text-overflow: ellipsis; - overflow: hidden; + padding: 0 10px; +} +/* line 133, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ +.x-picker-slot .x-picker-item { white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; } -/* line 105, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ +/* line 138, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ .x-picker-right { text-align: right; } -/* line 108, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ +/* line 141, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ .x-picker-center { text-align: center; } -/* line 111, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ +/* line 144, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ .x-picker-left { text-align: left; } -/* line 140, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 117, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar.x-docked-top { border-bottom: .1em solid; height: 2.6em; padding: 0 .8em; } -/* line 145, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 122, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar.x-docked-top .x-tab { - margin: .4em .2em; padding: 0.4em 0.8em; height: 1.8em; -webkit-border-radius: 0.9em; border-radius: 0.9em; } -/* line 153, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 129, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar.x-docked-top .x-tab-active { -webkit-box-shadow: rgba(255, 255, 255, 0.2) 0 0.1em 0.1em, inset rgba(0, 0, 0, 0.3) 0 0.1em 0.2em; } -/* line 158, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 134, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar.x-docked-top .x-button-label, .x-tabbar.x-docked-top .x-hasbadge .x-badge, .x-hasbadge .x-tabbar.x-docked-top .x-badge { font-size: .8em; line-height: 1.2em; @@ -3524,443 +4151,513 @@ input, textarea { -webkit-font-smoothing: antialiased; } -/* line 169, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 145, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar.x-docked-bottom { border-top: .1em solid; height: 3em; + padding: 0; } -/* line 173, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ -.x-tabbar.x-docked-bottom .x-tab { - display: -webkit-box; - display: box; - -webkit-box-direction: reverse; - box-direction: reverse; - -webkit-box-orient: vertical; - box-orient: vertical; +/* line 150, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +.x-tabbar.x-docked-bottom .x-tab { -webkit-border-radius: 0.25em; border-radius: 0.25em; - margin: .15em; min-width: 3.3em; position: relative; + padding-top: .2em; } -/* line 182, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ -.x-tabbar.x-docked-bottom .x-tab img { +/* line 156, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +.x-tabbar.x-docked-bottom .x-tab .x-button-icon { -webkit-mask-size: 1.65em; width: 1.65em; height: 1.65em; display: block; - margin: .4em auto .1em; + margin: 0 auto; position: relative; } -/* line 201, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 175, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar.x-docked-bottom .x-tab .x-button-label, .x-tabbar.x-docked-bottom .x-tab .x-hasbadge .x-badge, .x-hasbadge .x-tabbar.x-docked-bottom .x-tab .x-badge { margin: 0; + padding: .1em 0 .2em 0; font-size: 9px; line-height: 12px; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; } -/* line 211, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 186, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar.x-docked-bottom .x-tab-active { -webkit-box-shadow: inset rgba(255, 255, 255, 0.3) 0 0 0.1em; } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.bookmarks, .x-button img.x-icon-mask.bookmarks { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.bookmarks, +.x-button .x-button-icon.x-icon-mask.bookmarks { -webkit-mask-image: url('data:image/png;base64,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'); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.download, .x-button img.x-icon-mask.download { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.download, +.x-button .x-button-icon.x-icon-mask.download { -webkit-mask-image: url('data:image/png;base64,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'); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.favorites, .x-button img.x-icon-mask.favorites { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.favorites, +.x-button .x-button-icon.x-icon-mask.favorites { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFfUlEQVRoBd2aXahVRRTHz/Ujv+2mZRGZB7W6mtpFikC7+UWUZiqBD0JPFdRL1EMFPfjoU4baS0FUD/UWZBEVShA+BCpmWApRSkgllNpDmZWZt9//eOay72afvWfWOTPn3rvgz8yeWbPW+s/XmT379AwODtZSSQ+CryVgA/gVfIx/pelEhFMBVlvBOaBeFo6Cean8y09KsnMg932TqCOs9M2UhMfhMJVsxtHcAmcbmekLCsqjFKUkvAYG1xSwmEHZqoLyKEVJCDOCNxH9HUCbVl6mULAuXxjrOQlhgl8Bbi0h0Uen3FBS37GqVIQHiHh2SdR16jTlo0t0woycpuxiUDSdHcFeMv3uIWYanTDB3wIWVZBQHP10zuQKvbarUxDWT1HRz1E++Ds99fLtgp6jEmbExhPNcs+IbkZPiCpRCRP5TPCQJ4MJ6A3QSUqjSWzC2ozuC4j+fnSnB+gHq8YmvJKIJgVEpRPX9QH6waqxCa8PjEhHT981H2j6qno0wqzF63BhOUxsom3Zb7aJqGsUjTAONFJlpysXQz7VuXpavrBTzzEJaz1adlzNjHs6RTBvJyZhjZTF/kTaWZZCnlvhsyWgQkPZQpagzsX1bFlAXjGtDdAPUu1p3PPQhCCXkdwG/mta0PWLds060AuAnqtEOjpdbQR3VymX1P9F3UfgGJA9X9F92c/ADaQ2P8V0DJ4/kDbeYKaSvgI2AN0+OGJK1VAbSIhTOXEOybYll2kte77yD4rqrHyb85S9Cl4HtReAyI11/A7HpRq5PSD6oR0f3Rad+H7S1DvV7UgS+tc1cU3n3V/AWJ/SX8BxVuMinow2rNNjlPQVeH0GFg378kDBfLAPXARjZbTPwmUXmOG+bgz71EKFfqKeAUWfREZbJxyCxyOOqEuHER4qrNUWovwy0CFktBHV4eNZMNvxyaaFhKWAaBt/HJwEo4W0luSKLMF8viVhp4iBeeBd8CcYqcQ1qi+CKS7uVmklYdcQY0+C42Ckkf6EmO51cVal3oRlCFkCdKgfCWtbo7obDO3AVWQbHHyUsjo40E6uq9cvQbdG+wN892fj8s0HjXDWKA51/t4JUo72H/jTDtybjSUkbyYsJ0gdfAtSjfTn+JoWQjCv2+57a4M1QaQSvZvrMsIs7RJejGcdUlLJUhzpZsYsZsJcCen6ZwCE3IaYA2021OfUdU3fJltmwni7Fvh+KDMF16KR3ux0lWuSdgjPxeNdJq/tNdKNqJaSSUyEmVK6JNPomtqbIh3eSKNsEmvAarfJ5LEzjbbR59MtpqyEb8eZjpndkhtxvNri3Er4YZxpx+yW6Jdhi8V5MOHm+n0QZ9afo0u0fQO8A5S3iPaQ1cTSG9w4f/SqesZBH/gRWI6T+gyyxfkgvw2cMdrS+/lTzpZvGnyWxsnTwHLRd4R2a/OBqQyoztKBe/P2qp6DCBOUptKHhuA+pU1fq2Co0/F0L9CVaghxXTbWW9ktKg8lrFfCrwODeh/9wgu1bEDo6OT2Fvgb+JLWq+nQEsnaa5UPJbwKBxc8A9KXPG1O3u+u6E4F24GvD3XMDjCxFcF8uTdhjGpHfwn49L42lCeAdyDZwGi3HpwAPr6+Q29htn1ZPoSwfuz3ewShXVcBNz62lzkvq6O9DjZHgQ9p72kdQljvob9VBPAN9Q+UEQmpw5b+Sf8e0FotI/4a9ZN8bIcQXlnh9AD1y3ychuhgU0tpJyhb14epn+ljN+Sk9S9G1ct50d8SdgF9x9EO3lHB5hXwPEYfA8dbGD9LuWZBtfj0inSQWUDTKzu1dAB5Dkz2tdOOHn70LvwVyMag/FYwzse295Rukq5j+G1wEOib66PAy5FPMD46+NPmqTV7CpwGGvkJPm2l8z8GWDNDloqpGQAAAABJRU5ErkJggg=='); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.info, .x-button img.x-icon-mask.info { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.info, +.x-button .x-button-icon.x-icon-mask.info { -webkit-mask-image: url('data:image/png;base64,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'); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.more, .x-button img.x-icon-mask.more { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.more, +.x-button .x-button-icon.x-icon-mask.more { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAADJ0lEQVRoBe2YS2sUQRSFp5MgvmLU+CAMiBJFDBHcCeoPEFciuHMjroMK4lZBcONG0JW60U1UEgRx59IXuNMoKEElKL7GRwyIqNHxO0N66FT3UNU9IHRNFXz0VNW5t+vW6RcT1ev1Sie1rk4qVrWGgn13PDgcHPZsB8Il7ZmhqXKCw6kt8WwgOOyZoalygsOpLfFsIDjsmaGpcoLDqS3xbCA47JmhqXKCw6kt8Wyg6XAURV2wEy7BM5iFtzAKu2BB0dqJ7YEtcBYmQblfwzjshUVt5O4mfhjOwwQodw3GYA8snpd77n9pFXMYvoP+qDaZZewcVKXPAzE64Qn4CmZe9f/AFSiSu4e4IzANrXJfZ24gXjO/KxEcg9+QFZQcU/CSONh2RKsraMQhr85xE/psOeN5tCr2APyA5Bqzfl9D06tYtX3wC7KE5pg2ZX98UtsR7XZo5ayZW/1DENnyzi18CO1nyMqTNXYcrTapcitHkBLJiZW2RaGRuxcg6+Stxu6i73fI3Y3uZM7cU+hXQeVvzsBP6Dc5LupxztzaiEGH3AvR3S+Qe4dc0D2cp/Uj1oPI1pR7g030n+erWlTe9pMA3cu2Jre+2ERtzBdZe01BL3Ke9Al6vQZsTbfKQ5vImH9PXxtqa3qVPbWJjHk94J6r4DPGhK17A8EHm4j7UAWP2nTG/GX6NWMs1SW3rrCroLeLaxtDqDdG4368zbHVkzM5Polus+2hEs+j7YNxx9zv0FkfhoncvegvOuZ+iW6rYhtfTXTWgV7OyeLM3w+Y3xaf0PVIzAqwFf0IzW7XnLGOmLUg58y1JvsTzA83Y5o/eLcyMQISJAN0z56G9bE275HYNXAU7kAy9xv6p2Bj3pyxntjVcBDuQTL3FH19Dg/FWh0bXzUMNhsf23JkOQzCK9B1P4NY39OFG3kjgpeB8g/AR/gG0+3mJkeF9Lp9lkIVZkDfC1r3vPs8VTAir1uRd1mpNyQUXGr7HBYfHHbYpFJLgsOlts9h8cFhh00qtSQ4XGr7HBYfHHbYpFJLgsOlts9h8cFhh00qtSQ4XGr7HBYfHHbYpFJLOs7hf5j4Vg3iLoGkAAAAAElFTkSuQmCC'); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.time, .x-button img.x-icon-mask.time { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.time, +.x-button .x-button-icon.x-icon-mask.time { -webkit-mask-image: url('data:image/png;base64,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'); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.user, .x-button img.x-icon-mask.user { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.user, +.x-button .x-button-icon.x-icon-mask.user { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAEWElEQVRoBe2aS0gVYRiGO1lmF8nQQlETutGFokAiqEV0ISKwgmrdMtzUpnW7drWKbFGbQAKpJIhuUGIUFUkW0T1Jq4V2U4ui7GLPexpDD+ecuX1jHqcPHseZ+f9vvnf++e8n0d/fPyZONjZOYqU1doLHRV3CiURCz5gMxTANJsJg+8XJJ+iBt9BHNdO1SCwRZR1GbAFRl8F8WAFLoRwGLME/ffAM7kETvIYPxPWDo7lFIhiheURaCVtgBywHXXOzbhJcggZoRvR7twy+76uELSEAtQsqySPwGdQN+KWDPHuh2DI2+TIVm3T455M9G0Bk6ktRvd4NBZaiTQUT3AQnSNW/VAFBzl/iZw0kq56FcOtuaQHB7QIv9ZVkrqZ2YA9Mck3pMYGZYKeh2sBz1SJb2mqcmfk0E0xQ6l9rwNoKcWjm11JwEYFVW6t1/K218mspeB5B5VsFluKnIuU88Kml4PGBo3DPqBGZiVkKNgvKRFkGJ5aCv2Z4xoi6bCm4DWUaXERhZhMJS8FfolDq+DSbRFgKjrIOa8poYpaCTQKK2sl/wSHfcFSNlll1sSzhn7ys3pAvLFP275lu+L1uKVhBPfYbgMf0zz2mc01mKfgbT7vi+kT/CeT3sv9s6XNYCtbg4CJ0pX9U4Kv3yXk3cO6UjGaCWX5Rg/UArqY8I8yp1qdPQ08YJ4Pzmgl2nCqwc2DVyKjunuddqkE0MVPBBKYSuQ7tJtEhFj9apDczU8FOVB0ctZiuHYUw9obMjbxErW2bmblgApTQengVIkq1B83QEsJH2qzmgp2n3ObYCEGndZ3krbcuXcUWiWACldCjoA0yv6a8J6HJb0Yv6SMRrAcj+gmHA+B3aneDPHXk/8jR3LR3a2rOfnAlTmfDVPDb6Khrq8bPDI5PoRPxZpMSk+1SgtOKpTa8l8BC0JaLmAkloA1xr/aOhJqEtINGWeqW7jjHXrQHbRdw4WxSJf8L8Aeh2m1QaWoBfiUsA61PTwGtUYeZ1qlP1zhan3YraBSnz/0mdAUVHqiEESoxKs0a2AxloJIMI5DsWU0vQH2z2oZToAnFI7+fu2/BiF3PgzbCKqgC1bXhNH3S6rba4BocR7TquifzLBih5XjcCSrROaAGKbJWHt9uJuGq67fgAki4zrNaVsGIzCP3dNgE20B1VJ+uro8UUz3Xr39UvxugCeEZl3UzCkZsBZn1+W6HRaB6qtZ4pJp2PtTna+58DFoR3sVxqHFxyM8euFsIW6EeXoDeoPrBXEEbAlpqqoN1kD9YY6rYxSQ4DGoE9KOSXBGZLk4NYB7CfigZEP1XMBfVEJ0BJUznIFevaSBzEEolOimYkyo4AfocclVYtrjViB0C9SzJEdE+jrn+CWcTrHvdUKuRUSm0gPrZ0W7tGjjMhTiIVWFWSbAGEnGxhAT/y+HhsL9oiVWFjo3FqnRVqrETrG5pFmiSEAuTYC3TFMVCLSIzTg9H6wuIXR2OneDfMJq1NmzzbS8AAAAASUVORK5CYII='); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.team, .x-button img.x-icon-mask.team { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.team, +.x-button .x-button-icon.x-icon-mask.team { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFI0lEQVRoBe2ZSYgdVRSG+yUmnagRQYU4NbZKNLYKWTgg4gQOaDYqJIIGl4LixhBwoy50LSIiulEjCkpAUBBRURpdGceFMQ7YtgkOJE4xTjGa9vuedUl1Vd2qevSrFqvrwJ97695zzj3/PXd6nd7MzMzIQpJFC4msXDvCbc94l+Euwy2bgW5JtyyhOTpdhnNT0rKGLsMtS2iOTpfh3JS0rOGQ+eLT6/VWMNYJ4NjUmN9T/xLs4WfqvPxO7TU9DkTdNmvBbeAskJ7kv/n+AjwKXiSW7yibFQk3BSIPZHdTl5xZzML238DDYFlTsQS/jZF1AGQ1mAZZkkXfe9FbGwJrqmz6lL4cEmOgjhyO0jq2gGVj0hhhAl9M1FeB3gDRn4Pu/5NwQnJ0ALKqrgKHDmgzkHpjGR4oioPKP1H96+Dn8GvpKyLqneV5Lp0XgnHggTMFJjlYPqAcpnyLsz/LHBLL0fRfCzwbvNN3gLeI5WXKaik7DbF2/20A28HPYF+CPZQfg9tj9vS5h18DRSdyrO0j9FeW+PQenwTe138AJ+d34OPFa215zDa0l15LOLgamM0DIBukbQ60JjhLl7RL+HWQtSv7jhLGz1FgM3DJZ30Yy69gYzqGonrVHr4eJ+OgB7Ji2xi4lGUW8+PsD0vOwNGNwInMirF42K0nlmXZzvR3LNARDN3fx6WVI3VJF50Fzvr7EZtY8zQdLtUiOYXGIrJpXUmvTDdk61HCKEqiagD9SSwnLCeX3RYwSJafRd/zoUj2FzVm2hyzMJ6gV0Y46Myl/BzjeqfnyMg36G5NJqpoTPvnLGWEnS0f9lVStL/7NgT/C5XNoHTW6XesV4En/1wlGo+Oo4QJ1ivoxxqju+fKCG2lf1uFH7P3eEl2K8xndRt3VKKEE4sPKWOHiCreg28TaPR1RN/X6GwEO0GReJ3cg95kUWeqzT8W6KtMpujcVaZQRfgFjL8qcbCDvndi/Zz0h4Hr6L8JHBHRW0L7DejdAU6K6Nj8CfBQi4mH4xYmrmy1sXlK/gCAAyfkQaAT91kWj9HW/6tJ8MO3NmeC+4CHlqdu1q7o25Xk5Hqynw+WBp+hpO1K4JItsnfr5GyCbSirCHstnQpcKulBXMK+o1frCPGgWAomwL2gLsm0z3S9ny38XARWgEXJOI7xNMiS9ns9MN5ZCQhEQ1lIGCOXmZf4ZeAW8C4IAblv3wBXAIn6sjkZ3Arc80FvGKW/nu4H/nhZDiR0IngI+LYPY3i43gWuAeNgFBQSn0UYJZejRH3CPQ8cMDi19Jp6AviuVfd48ADwRZXWG3Z9J/6fApeAJUm2TYRE02OZjPfA3WAM9HVDdvt2iXHI1HkoPQd2g7SjUHef+NyU7AXgFRD65qOcZrybQXgFmtUDIDu2xE3CBuCWWBxIU+8vk9MozdQukDUO3x4qm5IJOp36ZyW6waaJci/jrkviWEV9qiQOdd8Ebr/+T0fKkYvBp6AqOB2fnQz0SA39Kn9z6Z9mfPeze/UlUOXrB3Q2AW36a77KwP7tYCwh7Mupjk1TOmZuNInlyZqxuN8n3ItrQF1xryvRl9W/3Y3/60QGCTGF71h5JB0Tbn7vsDqyP6Vkva5dymxoVQ+lIE6+3+lJCH3Zcp+E78y2Fny7Evw7kstC8YA7BtQZRP1hiwTDKnuGun8aSiekaDxXwrbG/zOtaOT/ss3MLSjpCLc93V2Guwy3bAa6Jd2yhObodBnOTUnLGroMtyyhOTpdhnNT0rKGfwD3f6JVZi/xSQAAAABJRU5ErkJggg=='); } -/* line 256, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 229, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar-light { background-color: #95a0ae; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c1c7cf), color-stop(50%, #a4adb9), color-stop(51%, #95a0ae), color-stop(100%, #8793a3)); + background-image: -webkit-linear-gradient(#c1c7cf, #a4adb9 50%, #95a0ae 51%, #8793a3); background-image: linear-gradient(#c1c7cf, #a4adb9 50%, #95a0ae 51%, #8793a3); border-color: #8793a3; } -/* line 260, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 233, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar-light .x-tab { color: #343b44; } -/* line 264, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 237, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar-light .x-tab-active { color: black; } -/* line 268, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 241, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar-light .x-tab-pressed { color: black; } -/* line 275, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 248, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar-light.x-docked-bottom .x-tab { text-shadow: rgba(255, 255, 255, 0.25) 0 0.08em 0; } -/* line 277, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ -.x-tabbar-light.x-docked-bottom .x-tab img { +/* line 250, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +.x-tabbar-light.x-docked-bottom .x-tab .x-button-icon { background-color: #606d7e; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8793a3), color-stop(50%, #6b798c), color-stop(51%, #606d7e), color-stop(100%, #55606f)); + background-image: -webkit-linear-gradient(#8793a3, #6b798c 50%, #606d7e 51%, #55606f); background-image: linear-gradient(#8793a3, #6b798c 50%, #606d7e 51%, #55606f); } -/* line 282, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 255, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar-light.x-docked-bottom .x-tab-active { background-color: #a4adb9; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cfd4da), color-stop(50%, #b2bac4), color-stop(51%, #a4adb9), color-stop(100%, #95a0ae)); + background-image: -webkit-linear-gradient(#cfd4da, #b2bac4 50%, #a4adb9 51%, #95a0ae); background-image: linear-gradient(#cfd4da, #b2bac4 50%, #a4adb9 51%, #95a0ae); text-shadow: rgba(255, 255, 255, 0.25) 0 0.08em 0; } -/* line 286, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ -.x-tabbar-light.x-docked-bottom .x-tab-active img { +/* line 259, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +.x-tabbar-light.x-docked-bottom .x-tab-active .x-button-icon { background-color: #026df5; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4697fe), color-stop(50%, #137afd), color-stop(51%, #026df5), color-stop(100%, #0262dc)); + background-image: -webkit-linear-gradient(#4697fe, #137afd 50%, #026df5 51%, #0262dc); background-image: linear-gradient(#4697fe, #137afd 50%, #026df5 51%, #0262dc); } -/* line 296, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 268, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar-light.x-docked-top .x-tab-active { background-color: #8793a3; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6b798c), color-stop(10%, #788698), color-stop(65%, #8793a3), color-stop(100%, #8895a5)); + background-image: -webkit-linear-gradient(#6b798c, #788698 10%, #8793a3 65%, #8895a5); background-image: linear-gradient(#6b798c, #788698 10%, #8793a3 65%, #8895a5); color: black; } -/* line 256, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 229, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar-dark { background-color: #111111; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #373737), color-stop(50%, #1e1e1e), color-stop(51%, #111111), color-stop(100%, #040404)); + background-image: -webkit-linear-gradient(#373737, #1e1e1e 50%, #111111 51%, #040404); background-image: linear-gradient(#373737, #1e1e1e 50%, #111111 51%, #040404); border-color: #040404; } -/* line 260, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 233, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar-dark .x-tab { color: #777777; } -/* line 264, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 237, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar-dark .x-tab-active { color: #f7f7f7; } -/* line 268, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 241, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar-dark .x-tab-pressed { color: white; } -/* line 275, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 248, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar-dark.x-docked-bottom .x-tab { text-shadow: rgba(0, 0, 0, 0.5) 0 -0.08em 0; } -/* line 277, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ -.x-tabbar-dark.x-docked-bottom .x-tab img { +/* line 250, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +.x-tabbar-dark.x-docked-bottom .x-tab .x-button-icon { background-color: #444444; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6a6a6a), color-stop(50%, #515151), color-stop(51%, #444444), color-stop(100%, #373737)); + background-image: -webkit-linear-gradient(#6a6a6a, #515151 50%, #444444 51%, #373737); background-image: linear-gradient(#6a6a6a, #515151 50%, #444444 51%, #373737); } -/* line 282, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 255, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar-dark.x-docked-bottom .x-tab-active { background-color: #1e1e1e; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #444444), color-stop(50%, #2b2b2b), color-stop(51%, #1e1e1e), color-stop(100%, #111111)); + background-image: -webkit-linear-gradient(#444444, #2b2b2b 50%, #1e1e1e 51%, #111111); background-image: linear-gradient(#444444, #2b2b2b 50%, #1e1e1e 51%, #111111); text-shadow: rgba(0, 0, 0, 0.5) 0 -0.08em 0; } -/* line 286, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ -.x-tabbar-dark.x-docked-bottom .x-tab-active img { +/* line 259, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +.x-tabbar-dark.x-docked-bottom .x-tab-active .x-button-icon { background-color: #91c1ff; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #deecff), color-stop(50%, #abd0ff), color-stop(51%, #91c1ff), color-stop(100%, #78b3ff)); + background-image: -webkit-linear-gradient(#deecff, #abd0ff 50%, #91c1ff 51%, #78b3ff); background-image: linear-gradient(#deecff, #abd0ff 50%, #91c1ff 51%, #78b3ff); } -/* line 296, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 268, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar-dark.x-docked-top .x-tab-active { background-color: #040404; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(10%, #000000), color-stop(65%, #040404), color-stop(100%, #060606)); + background-image: -webkit-linear-gradient(#000000, #000000 10%, #040404 65%, #060606); background-image: linear-gradient(#000000, #000000 10%, #040404 65%, #060606); color: white; } -/* line 129, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ -.x-tab.x-item-disabled span.x-button-label, .x-tab.x-item-disabled .x-hasbadge span.x-badge, .x-hasbadge .x-tab.x-item-disabled span.x-badge, .x-tab.x-item-disabled img { +/* line 103, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +.x-tab.x-item-disabled span.x-button-label, .x-tab.x-item-disabled .x-hasbadge span.x-badge, .x-hasbadge .x-tab.x-item-disabled span.x-badge, .x-tab.x-item-disabled .x-button-icon { opacity: .5; } -/* line 132, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 106, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tab.x-draggable { opacity: .7; } -/* line 39, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +/* line 110, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +.x-tab { + overflow: visible !important; +} + +/* line 30, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ .x-toolbar { height: 2.6em; padding: 0 0.2em; overflow: hidden; position: relative; } -/* line 45, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +/* line 36, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ .x-toolbar > * { z-index: 1; } -/* line 49, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +/* line 40, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ .x-toolbar.x-docked-top { border-bottom: .1em solid; } -/* line 53, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +/* line 44, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ .x-toolbar.x-docked-bottom { border-top: .1em solid; } -/* line 58, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ -.x-toolbar-title { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 0; +/* line 54, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +.x-title { line-height: 2.1em; font-size: 1.2em; text-align: center; font-weight: bold; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + margin: 0 0.3em; + max-width: 100%; +} +/* line 65, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +.x-title .x-innerhtml { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + padding: 0 .3em; } -/* line 96, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +/* line 104, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ .x-toolbar-dark { background-color: #5e7899; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8c9fb8), color-stop(50%, #6c85a4), color-stop(51%, #5e7899), color-stop(100%, #556c89)); + background-image: -webkit-linear-gradient(#8c9fb8, #6c85a4 50%, #5e7899 51%, #556c89); background-image: linear-gradient(#8c9fb8, #6c85a4 50%, #5e7899 51%, #556c89); border-color: black; } -/* line 100, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ -.x-toolbar-dark .x-toolbar-title { +/* line 108, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +.x-toolbar-dark .x-title { color: white; text-shadow: rgba(0, 0, 0, 0.5) 0 -0.08em 0; } -/* line 52, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-toolbar-dark .x-button, .x-toolbar .x-toolbar-dark .x-button, .x-toolbar-dark .x-field-select .x-input-text, .x-toolbar .x-toolbar-dark .x-field-select .x-input-text, .x-toolbar-dark .x-field-select:before, .x-toolbar .x-toolbar-dark .x-field-select:before { +/* line 113, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +.x-toolbar-dark.x-docked-top { + border-bottom-color: black; +} +/* line 117, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +.x-toolbar-dark.x-docked-bottom { + border-top-color: black; +} +/* line 55, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-toolbar-dark .x-button, .x-toolbar .x-toolbar-dark .x-button, .x-toolbar-dark .x-field-select, .x-toolbar .x-toolbar-dark .x-field-select { border: 0.1em solid #242e3a; border-top-color: #2e3a4a; color: white; text-shadow: rgba(0, 0, 0, 0.5) 0 -0.08em 0; -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 0.1em 0; } -/* line 57, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-toolbar-dark .x-button.x-button-back:before, .x-toolbar-dark .x-button.x-button-forward:before, .x-toolbar .x-toolbar-dark .x-button.x-button-back:before, .x-toolbar .x-toolbar-dark .x-button.x-button-forward:before, .x-toolbar-dark .x-field-select .x-input-text.x-button-back:before, .x-toolbar-dark .x-field-select .x-input-text.x-button-forward:before, .x-toolbar .x-toolbar-dark .x-field-select .x-input-text.x-button-back:before, .x-toolbar .x-toolbar-dark .x-field-select .x-input-text.x-button-forward:before, .x-toolbar-dark .x-field-select:before.x-button-back:before, .x-toolbar-dark .x-field-select:before.x-button-forward:before, .x-toolbar .x-toolbar-dark .x-field-select:before.x-button-back:before, .x-toolbar .x-toolbar-dark .x-field-select:before.x-button-forward:before { +/* line 60, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-toolbar-dark .x-button.x-button-back:before, .x-toolbar-dark .x-button.x-button-forward:before, .x-toolbar .x-toolbar-dark .x-button.x-button-back:before, .x-toolbar .x-toolbar-dark .x-button.x-button-forward:before, .x-toolbar-dark .x-field-select.x-button-back:before, .x-toolbar-dark .x-field-select.x-button-forward:before, .x-toolbar .x-toolbar-dark .x-field-select.x-button-back:before, .x-toolbar .x-toolbar-dark .x-field-select.x-button-forward:before { background: #242e3a; } -/* line 61, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-toolbar-dark .x-button, .x-toolbar-dark .x-button.x-button-back:after, .x-toolbar-dark .x-button.x-button-forward:after, .x-toolbar .x-toolbar-dark .x-button, .x-toolbar .x-toolbar-dark .x-button.x-button-back:after, .x-toolbar .x-toolbar-dark .x-button.x-button-forward:after, .x-toolbar-dark .x-field-select .x-input-text, .x-toolbar-dark .x-field-select .x-input-text.x-button-back:after, .x-toolbar-dark .x-field-select .x-input-text.x-button-forward:after, .x-toolbar .x-toolbar-dark .x-field-select .x-input-text, .x-toolbar .x-toolbar-dark .x-field-select .x-input-text.x-button-back:after, .x-toolbar .x-toolbar-dark .x-field-select .x-input-text.x-button-forward:after, .x-toolbar-dark .x-field-select:before, .x-toolbar-dark .x-field-select:before.x-button-back:after, .x-toolbar-dark .x-field-select:before.x-button-forward:after, .x-toolbar .x-toolbar-dark .x-field-select:before, .x-toolbar .x-toolbar-dark .x-field-select:before.x-button-back:after, .x-toolbar .x-toolbar-dark .x-field-select:before.x-button-forward:after { +/* line 64, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-toolbar-dark .x-button, .x-toolbar-dark .x-button.x-button-back:after, .x-toolbar-dark .x-button.x-button-forward:after, .x-toolbar .x-toolbar-dark .x-button, .x-toolbar .x-toolbar-dark .x-button.x-button-back:after, .x-toolbar .x-toolbar-dark .x-button.x-button-forward:after, .x-toolbar-dark .x-field-select, .x-toolbar-dark .x-field-select.x-button-back:after, .x-toolbar-dark .x-field-select.x-button-forward:after, .x-toolbar .x-toolbar-dark .x-field-select, .x-toolbar .x-toolbar-dark .x-field-select.x-button-back:after, .x-toolbar .x-toolbar-dark .x-field-select.x-button-forward:after { background-color: #4b5f79; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6c85a4), color-stop(50%, #556c89), color-stop(51%, #4b5f79), color-stop(100%, #415369)); + background-image: -webkit-linear-gradient(#6c85a4, #556c89 50%, #4b5f79 51%, #415369); background-image: linear-gradient(#6c85a4, #556c89 50%, #4b5f79 51%, #415369); } -/* line 65, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-toolbar-dark .x-button img.x-icon-mask, .x-toolbar .x-toolbar-dark .x-button img.x-icon-mask, .x-toolbar-dark .x-field-select .x-input-text img.x-icon-mask, .x-toolbar .x-toolbar-dark .x-field-select .x-input-text img.x-icon-mask, .x-toolbar-dark .x-field-select:before img.x-icon-mask, .x-toolbar .x-toolbar-dark .x-field-select:before img.x-icon-mask { +/* line 68, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-toolbar-dark .x-button .x-button-icon.x-icon-mask, .x-toolbar .x-toolbar-dark .x-button .x-button-icon.x-icon-mask, .x-toolbar-dark .x-field-select .x-button-icon.x-icon-mask, .x-toolbar .x-toolbar-dark .x-field-select .x-button-icon.x-icon-mask { background-color: white; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #ffffff), color-stop(100%, #eff2f5)); + background-image: -webkit-linear-gradient(#ffffff, #ffffff 50%, #ffffff 51%, #eff2f5); background-image: linear-gradient(#ffffff, #ffffff 50%, #ffffff 51%, #eff2f5); } -/* line 74, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-toolbar-dark .x-button.x-button-pressed, .x-toolbar-dark .x-button.x-button-active, .x-toolbar .x-toolbar-dark .x-button.x-button-pressed, .x-toolbar .x-toolbar-dark .x-button.x-button-active, .x-toolbar-dark .x-field-select .x-input-text.x-button-pressed, .x-toolbar-dark .x-field-select .x-input-text.x-button-active, .x-toolbar .x-toolbar-dark .x-field-select .x-input-text.x-button-pressed, .x-toolbar .x-toolbar-dark .x-field-select .x-input-text.x-button-active, .x-toolbar-dark .x-field-select:before.x-button-pressed, .x-toolbar-dark .x-field-select:before.x-button-active, .x-toolbar .x-toolbar-dark .x-field-select:before.x-button-pressed, .x-toolbar .x-toolbar-dark .x-field-select:before.x-button-active { +/* line 77, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-toolbar-dark .x-button.x-button-pressed, .x-toolbar-dark .x-button.x-button-active, .x-toolbar .x-toolbar-dark .x-button.x-button-pressed, .x-toolbar .x-toolbar-dark .x-button.x-button-active, .x-toolbar-dark .x-field-select.x-button-pressed, .x-toolbar-dark .x-field-select.x-button-active, .x-toolbar .x-toolbar-dark .x-field-select.x-button-pressed, .x-toolbar .x-toolbar-dark .x-field-select.x-button-active { -webkit-box-shadow: inset #2b3a4d 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0; } -/* line 75, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-toolbar-dark .x-button.x-button-pressed, .x-toolbar-dark .x-button.x-button-pressed:after, .x-toolbar-dark .x-button.x-button-active, .x-toolbar-dark .x-button.x-button-active:after, .x-toolbar .x-toolbar-dark .x-button.x-button-pressed, .x-toolbar .x-toolbar-dark .x-button.x-button-pressed:after, .x-toolbar .x-toolbar-dark .x-button.x-button-active, .x-toolbar .x-toolbar-dark .x-button.x-button-active:after, .x-toolbar-dark .x-field-select .x-input-text.x-button-pressed, .x-toolbar-dark .x-field-select .x-input-text.x-button-pressed:after, .x-toolbar-dark .x-field-select .x-input-text.x-button-active, .x-toolbar-dark .x-field-select .x-input-text.x-button-active:after, .x-toolbar .x-toolbar-dark .x-field-select .x-input-text.x-button-pressed, .x-toolbar .x-toolbar-dark .x-field-select .x-input-text.x-button-pressed:after, .x-toolbar .x-toolbar-dark .x-field-select .x-input-text.x-button-active, .x-toolbar .x-toolbar-dark .x-field-select .x-input-text.x-button-active:after, .x-toolbar-dark .x-field-select:before.x-button-pressed, .x-toolbar-dark .x-field-select:before.x-button-pressed:after, .x-toolbar-dark .x-field-select:before.x-button-active, .x-toolbar-dark .x-field-select:before.x-button-active:after, .x-toolbar .x-toolbar-dark .x-field-select:before.x-button-pressed, .x-toolbar .x-toolbar-dark .x-field-select:before.x-button-pressed:after, .x-toolbar .x-toolbar-dark .x-field-select:before.x-button-active, .x-toolbar .x-toolbar-dark .x-field-select:before.x-button-active:after { +/* line 78, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-toolbar-dark .x-button.x-button-pressed, .x-toolbar-dark .x-button.x-button-pressed:after, .x-toolbar-dark .x-button.x-button-active, .x-toolbar-dark .x-button.x-button-active:after, .x-toolbar .x-toolbar-dark .x-button.x-button-pressed, .x-toolbar .x-toolbar-dark .x-button.x-button-pressed:after, .x-toolbar .x-toolbar-dark .x-button.x-button-active, .x-toolbar .x-toolbar-dark .x-button.x-button-active:after, .x-toolbar-dark .x-field-select.x-button-pressed, .x-toolbar-dark .x-field-select.x-button-pressed:after, .x-toolbar-dark .x-field-select.x-button-active, .x-toolbar-dark .x-field-select.x-button-active:after, .x-toolbar .x-toolbar-dark .x-field-select.x-button-pressed, .x-toolbar .x-toolbar-dark .x-field-select.x-button-pressed:after, .x-toolbar .x-toolbar-dark .x-field-select.x-button-active, .x-toolbar .x-toolbar-dark .x-field-select.x-button-active:after { background-color: #3d4e63; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2a3544), color-stop(10%, #344153), color-stop(65%, #3d4e63), color-stop(100%, #3e4f65)); + background-image: -webkit-linear-gradient(#2a3544, #344153 10%, #3d4e63 65%, #3e4f65); background-image: linear-gradient(#2a3544, #344153 10%, #3d4e63 65%, #3e4f65); } -/* line 96, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +/* line 104, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ .x-toolbar-light { background-color: #7c92ae; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #abb9cb), color-stop(50%, #8c9fb8), color-stop(51%, #7c92ae), color-stop(100%, #6c85a4)); + background-image: -webkit-linear-gradient(#abb9cb, #8c9fb8 50%, #7c92ae 51%, #6c85a4); background-image: linear-gradient(#abb9cb, #8c9fb8 50%, #7c92ae 51%, #6c85a4); border-color: #10151b; } -/* line 100, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ -.x-toolbar-light .x-toolbar-title { +/* line 108, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +.x-toolbar-light .x-title { color: black; text-shadow: rgba(255, 255, 255, 0.25) 0 0.08em 0; } -/* line 52, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-toolbar-light .x-button, .x-toolbar .x-toolbar-light .x-button, .x-toolbar-light .x-field-select .x-input-text, .x-toolbar .x-toolbar-light .x-field-select .x-input-text, .x-toolbar-light .x-field-select:before, .x-toolbar .x-toolbar-light .x-field-select:before { +/* line 113, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +.x-toolbar-light.x-docked-top { + border-bottom-color: #10151b; +} +/* line 117, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +.x-toolbar-light.x-docked-bottom { + border-top-color: #10151b; +} +/* line 55, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-toolbar-light .x-button, .x-toolbar .x-toolbar-light .x-button, .x-toolbar-light .x-field-select, .x-toolbar .x-toolbar-light .x-field-select { border: 0.1em solid #37465a; border-top-color: #415369; color: white; text-shadow: rgba(0, 0, 0, 0.5) 0 -0.08em 0; -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 0.1em 0; } -/* line 57, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-toolbar-light .x-button.x-button-back:before, .x-toolbar-light .x-button.x-button-forward:before, .x-toolbar .x-toolbar-light .x-button.x-button-back:before, .x-toolbar .x-toolbar-light .x-button.x-button-forward:before, .x-toolbar-light .x-field-select .x-input-text.x-button-back:before, .x-toolbar-light .x-field-select .x-input-text.x-button-forward:before, .x-toolbar .x-toolbar-light .x-field-select .x-input-text.x-button-back:before, .x-toolbar .x-toolbar-light .x-field-select .x-input-text.x-button-forward:before, .x-toolbar-light .x-field-select:before.x-button-back:before, .x-toolbar-light .x-field-select:before.x-button-forward:before, .x-toolbar .x-toolbar-light .x-field-select:before.x-button-back:before, .x-toolbar .x-toolbar-light .x-field-select:before.x-button-forward:before { +/* line 60, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-toolbar-light .x-button.x-button-back:before, .x-toolbar-light .x-button.x-button-forward:before, .x-toolbar .x-toolbar-light .x-button.x-button-back:before, .x-toolbar .x-toolbar-light .x-button.x-button-forward:before, .x-toolbar-light .x-field-select.x-button-back:before, .x-toolbar-light .x-field-select.x-button-forward:before, .x-toolbar .x-toolbar-light .x-field-select.x-button-back:before, .x-toolbar .x-toolbar-light .x-field-select.x-button-forward:before { background: #37465a; } -/* line 61, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-toolbar-light .x-button, .x-toolbar-light .x-button.x-button-back:after, .x-toolbar-light .x-button.x-button-forward:after, .x-toolbar .x-toolbar-light .x-button, .x-toolbar .x-toolbar-light .x-button.x-button-back:after, .x-toolbar .x-toolbar-light .x-button.x-button-forward:after, .x-toolbar-light .x-field-select .x-input-text, .x-toolbar-light .x-field-select .x-input-text.x-button-back:after, .x-toolbar-light .x-field-select .x-input-text.x-button-forward:after, .x-toolbar .x-toolbar-light .x-field-select .x-input-text, .x-toolbar .x-toolbar-light .x-field-select .x-input-text.x-button-back:after, .x-toolbar .x-toolbar-light .x-field-select .x-input-text.x-button-forward:after, .x-toolbar-light .x-field-select:before, .x-toolbar-light .x-field-select:before.x-button-back:after, .x-toolbar-light .x-field-select:before.x-button-forward:after, .x-toolbar .x-toolbar-light .x-field-select:before, .x-toolbar .x-toolbar-light .x-field-select:before.x-button-back:after, .x-toolbar .x-toolbar-light .x-field-select:before.x-button-forward:after { +/* line 64, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-toolbar-light .x-button, .x-toolbar-light .x-button.x-button-back:after, .x-toolbar-light .x-button.x-button-forward:after, .x-toolbar .x-toolbar-light .x-button, .x-toolbar .x-toolbar-light .x-button.x-button-back:after, .x-toolbar .x-toolbar-light .x-button.x-button-forward:after, .x-toolbar-light .x-field-select, .x-toolbar-light .x-field-select.x-button-back:after, .x-toolbar-light .x-field-select.x-button-forward:after, .x-toolbar .x-toolbar-light .x-field-select, .x-toolbar .x-toolbar-light .x-field-select.x-button-back:after, .x-toolbar .x-toolbar-light .x-field-select.x-button-forward:after { background-color: #5e7899; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8c9fb8), color-stop(50%, #6c85a4), color-stop(51%, #5e7899), color-stop(100%, #556c89)); + background-image: -webkit-linear-gradient(#8c9fb8, #6c85a4 50%, #5e7899 51%, #556c89); background-image: linear-gradient(#8c9fb8, #6c85a4 50%, #5e7899 51%, #556c89); } -/* line 65, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-toolbar-light .x-button img.x-icon-mask, .x-toolbar .x-toolbar-light .x-button img.x-icon-mask, .x-toolbar-light .x-field-select .x-input-text img.x-icon-mask, .x-toolbar .x-toolbar-light .x-field-select .x-input-text img.x-icon-mask, .x-toolbar-light .x-field-select:before img.x-icon-mask, .x-toolbar .x-toolbar-light .x-field-select:before img.x-icon-mask { +/* line 68, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-toolbar-light .x-button .x-button-icon.x-icon-mask, .x-toolbar .x-toolbar-light .x-button .x-button-icon.x-icon-mask, .x-toolbar-light .x-field-select .x-button-icon.x-icon-mask, .x-toolbar .x-toolbar-light .x-field-select .x-button-icon.x-icon-mask { background-color: white; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #ffffff), color-stop(100%, #eff2f5)); + background-image: -webkit-linear-gradient(#ffffff, #ffffff 50%, #ffffff 51%, #eff2f5); background-image: linear-gradient(#ffffff, #ffffff 50%, #ffffff 51%, #eff2f5); } -/* line 74, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-toolbar-light .x-button.x-button-pressed, .x-toolbar-light .x-button.x-button-active, .x-toolbar .x-toolbar-light .x-button.x-button-pressed, .x-toolbar .x-toolbar-light .x-button.x-button-active, .x-toolbar-light .x-field-select .x-input-text.x-button-pressed, .x-toolbar-light .x-field-select .x-input-text.x-button-active, .x-toolbar .x-toolbar-light .x-field-select .x-input-text.x-button-pressed, .x-toolbar .x-toolbar-light .x-field-select .x-input-text.x-button-active, .x-toolbar-light .x-field-select:before.x-button-pressed, .x-toolbar-light .x-field-select:before.x-button-active, .x-toolbar .x-toolbar-light .x-field-select:before.x-button-pressed, .x-toolbar .x-toolbar-light .x-field-select:before.x-button-active { +/* line 77, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-toolbar-light .x-button.x-button-pressed, .x-toolbar-light .x-button.x-button-active, .x-toolbar .x-toolbar-light .x-button.x-button-pressed, .x-toolbar .x-toolbar-light .x-button.x-button-active, .x-toolbar-light .x-field-select.x-button-pressed, .x-toolbar-light .x-field-select.x-button-active, .x-toolbar .x-toolbar-light .x-field-select.x-button-pressed, .x-toolbar .x-toolbar-light .x-field-select.x-button-active { -webkit-box-shadow: inset #3d526e 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0; } -/* line 75, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-toolbar-light .x-button.x-button-pressed, .x-toolbar-light .x-button.x-button-pressed:after, .x-toolbar-light .x-button.x-button-active, .x-toolbar-light .x-button.x-button-active:after, .x-toolbar .x-toolbar-light .x-button.x-button-pressed, .x-toolbar .x-toolbar-light .x-button.x-button-pressed:after, .x-toolbar .x-toolbar-light .x-button.x-button-active, .x-toolbar .x-toolbar-light .x-button.x-button-active:after, .x-toolbar-light .x-field-select .x-input-text.x-button-pressed, .x-toolbar-light .x-field-select .x-input-text.x-button-pressed:after, .x-toolbar-light .x-field-select .x-input-text.x-button-active, .x-toolbar-light .x-field-select .x-input-text.x-button-active:after, .x-toolbar .x-toolbar-light .x-field-select .x-input-text.x-button-pressed, .x-toolbar .x-toolbar-light .x-field-select .x-input-text.x-button-pressed:after, .x-toolbar .x-toolbar-light .x-field-select .x-input-text.x-button-active, .x-toolbar .x-toolbar-light .x-field-select .x-input-text.x-button-active:after, .x-toolbar-light .x-field-select:before.x-button-pressed, .x-toolbar-light .x-field-select:before.x-button-pressed:after, .x-toolbar-light .x-field-select:before.x-button-active, .x-toolbar-light .x-field-select:before.x-button-active:after, .x-toolbar .x-toolbar-light .x-field-select:before.x-button-pressed, .x-toolbar .x-toolbar-light .x-field-select:before.x-button-pressed:after, .x-toolbar .x-toolbar-light .x-field-select:before.x-button-active, .x-toolbar .x-toolbar-light .x-field-select:before.x-button-active:after { +/* line 78, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-toolbar-light .x-button.x-button-pressed, .x-toolbar-light .x-button.x-button-pressed:after, .x-toolbar-light .x-button.x-button-active, .x-toolbar-light .x-button.x-button-active:after, .x-toolbar .x-toolbar-light .x-button.x-button-pressed, .x-toolbar .x-toolbar-light .x-button.x-button-pressed:after, .x-toolbar .x-toolbar-light .x-button.x-button-active, .x-toolbar .x-toolbar-light .x-button.x-button-active:after, .x-toolbar-light .x-field-select.x-button-pressed, .x-toolbar-light .x-field-select.x-button-pressed:after, .x-toolbar-light .x-field-select.x-button-active, .x-toolbar-light .x-field-select.x-button-active:after, .x-toolbar .x-toolbar-light .x-field-select.x-button-pressed, .x-toolbar .x-toolbar-light .x-field-select.x-button-pressed:after, .x-toolbar .x-toolbar-light .x-field-select.x-button-active, .x-toolbar .x-toolbar-light .x-field-select.x-button-active:after { background-color: #516783; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3d4e63), color-stop(10%, #475a73), color-stop(65%, #516783), color-stop(100%, #526884)); + background-image: -webkit-linear-gradient(#3d4e63, #475a73 10%, #516783 65%, #526884); background-image: linear-gradient(#3d4e63, #475a73 10%, #516783 65%, #526884); } -/* line 53, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ -.x-android .x-toolbar .x-input-text, .x-android .x-toolbar .x-input-search, .x-android .x-toolbar .x-input-number { - -webkit-box-shadow: inset rgba(0, 0, 0, 0.5) 0 0.1em 0.1em, inset rgba(0, 0, 0, 0.5) 0 -0.1em 0.1em, inset rgba(0, 0, 0, 0.5) 0.1em 0 0.1em, inset rgba(0, 0, 0, 0.5) -0.1em 0 0.1em, inset rgba(0, 0, 0, 0.5) 0 0.15em 0.4em; +/* line 79, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +.x-navigation-bar .x-container { + overflow: visible; } -/* line 60, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +/* line 51, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ .x-desktop .x-toolbar .x-input-search { - padding-left: 1.06em; + margin-left: 1.06em; +} + +/* line 56, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +.x-android .x-toolbar .x-input-el { + -webkit-text-fill-color: #fff; } -/* line 66, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +/* line 61, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +.x-toolbar .x-form-field-container { + padding: 0 .3em; +} +/* line 65, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ .x-toolbar .x-field { - margin: .3em .5em; + width: 13em; + margin: .5em; + min-height: 0; + -webkit-border-radius: 0.3em; + border-radius: 0.3em; + background-color: white; + -webkit-box-shadow: inset rgba(0, 0, 0, 0.5) 0 0.1em 0, inset rgba(0, 0, 0, 0.5) 0 -0.1em 0, inset rgba(0, 0, 0, 0.5) 0.1em 0 0, inset rgba(0, 0, 0, 0.5) -0.1em 0 0, inset rgba(0, 0, 0, 0.5) 0 0.15em 0.4em; +} +/* line 77, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +.x-toolbar .x-field .x-field-clear-container { min-height: 0; + background-color: transparent; +} +/* line 81, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +.x-toolbar .x-field .x-field-clear-container .x-field-clear { + font-size: .8em; + line-height: 0.8em; +} +/* line 88, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +.x-toolbar .x-field { border-bottom: 0; - width: auto; } -/* line 73, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +/* line 94, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ .x-toolbar .x-input-text, .x-toolbar .x-input-search, .x-toolbar .x-input-number { - -webkit-border-radius: 0.3em; - border-radius: 0.3em; - -webkit-background-clip: padding; - background-clip: padding-box; height: 1.5em; color: #6e6e6e; - background-color: white; + background: transparent; min-height: 0; line-height: 1.3em; -webkit-appearance: none; padding: 0em .3em; margin: 0; - -webkit-box-shadow: inset rgba(0, 0, 0, 0.5) 0 0.1em 0, inset rgba(0, 0, 0, 0.5) 0 -0.1em 0, inset rgba(0, 0, 0, 0.5) 0.1em 0 0, inset rgba(0, 0, 0, 0.5) -0.1em 0 0, inset rgba(0, 0, 0, 0.5) 0 0.15em 0.4em; } -/* line 89, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +/* line 107, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ .x-toolbar .x-input-text:focus, .x-toolbar .x-input-search:focus, .x-toolbar .x-input-number:focus { color: black; } -/* line 94, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ -.x-toolbar .x-input-search, .x-toolbar .x-field-select .x-input-text { - padding: 0em .5em; +/* line 113, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +.x-toolbar .x-field-select, .x-toolbar .x-field-search { -webkit-border-radius: 0.75em; border-radius: 0.75em; } -/* line 99, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ -.x-toolbar .x-input-search { +/* line 118, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +.x-toolbar .x-field-search .x-field-input { background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.6))), url('data:image/png;base64,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'); -webkit-background-size: .83em .83em, .83em .83em; background-repeat: no-repeat; background-position: .5em 50%; - padding-left: 1.67em; } -/* line 108, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +/* line 124, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +.x-toolbar .x-field-search .x-field-input .x-form-field { + margin-left: 1.0em; +} +/* line 130, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +.x-toolbar .x-field-select { + -webkit-box-shadow: none; +} +/* line 135, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ .x-toolbar .x-field-select:after { top: -0.5em; right: -0.5em; } -/* line 114, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +/* line 141, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ .x-toolbar .x-field-select:before { width: 3em; border-left: none; - -webkit-border-top-right-radius: 0.75em; - border-top-right-radius: 0.75em; - -webkit-border-bottom-right-radius: 0.75em; - border-bottom-right-radius: 0.75em; + background: transparent; -webkit-mask: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAABCAYAAACc0f2yAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADJJREFUeNpi/P//PwMjIyMbAwMDOxRzAjEXFHMDMQ8a5kXC6HLcSHo5kcwEmU9TABBgAOcTBAFcRiSpAAAAAElFTkSuQmCC'); -webkit-mask-position: right top; -webkit-mask-repeat: repeat-y; -webkit-mask-size: 3em 0.05em; } -/* line 129, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ -.x-toolbar .x-field-select .x-input-text, .x-toolbar .x-field-select:before { - -webkit-box-shadow: none; -} -/* line 133, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +/* line 157, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ .x-toolbar .x-field-select .x-input-text { - padding-right: 1.5em; - display: block; + color: #fff; } -/* line 36, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ -.x-carousel-body { - overflow: hidden; +/* line 163, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +.x-android .x-field-search .x-field-input .x-form-field { + margin-left: 1.67em; +} + +/* line 51, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ +.x-carousel { position: relative; + overflow: hidden; } -/* line 41, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ +/* line 56, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ .x-carousel-item { position: absolute; width: 100%; height: 100%; - -webkit-transition-property: matrix3d; - transition-property: matrix3d; - -webkit-transition-duration: 0; - transition-duration: 0; - -webkit-transition-timing-function: ease-out; - transition-timing-function: ease-out; +} +/* line 61, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ +.x-carousel-item > * { + position: absolute; + width: 100%; + height: 100%; } -/* line 51, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ -.x-android .x-carousel-item { - -webkit-transition-property: translate; - transition-property: translate; - -webkit-transition-duration: 0; - transition-duration: 0; - -webkit-transition-timing-function: ease-out; - transition-timing-function: ease-out; +/* line 68, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ +.x-carousel-indicator { + padding: 0; + -webkit-border-radius: 0; + border-radius: 0; + -webkit-box-shadow: none; + background-color: transparent; + background-image: none; } -/* line 56, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ +/* line 78, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ .x-carousel-indicator { - position: absolute; - z-index: 1; - vertical-align: middle; - text-align: center; + -webkit-box-flex: 1; display: -webkit-box; display: box; -webkit-box-pack: center; @@ -3968,7 +4665,7 @@ input, textarea { -webkit-box-align: center; box-align: center; } -/* line 65, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ +/* line 85, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ .x-carousel-indicator span { display: block; width: 0.5em; @@ -3978,81 +4675,76 @@ input, textarea { margin: 0.2em; } -/* line 74, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ +/* line 94, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ .x-carousel-indicator-horizontal { height: 1.5em; - bottom: 0; - left: 0; width: 100%; - -webkit-box-orient: horizontal; - box-orient: horizontal; } -/* line 82, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ +/* line 99, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ .x-carousel-indicator-vertical { - width: 1.5em; - height: 100%; - right: 0; - top: 0; -webkit-box-orient: vertical; box-orient: vertical; + width: 1.5em; + height: 100%; } -/* line 113, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ +/* line 34, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ .x-carousel-indicator-light span { background-color: rgba(255, 255, 255, 0.1); background-image: none; } -/* line 116, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ +/* line 37, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ .x-carousel-indicator-light span.x-carousel-indicator-active { background-color: rgba(255, 255, 255, 0.3); background-image: none; } -/* line 113, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ +/* line 34, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ .x-carousel-indicator-dark span { background-color: rgba(0, 0, 0, 0.1); background-image: none; } -/* line 116, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ +/* line 37, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ .x-carousel-indicator-dark span.x-carousel-indicator-active { background-color: rgba(0, 0, 0, 0.3); background-image: none; } -/* line 37, ../themes/stylesheets/sencha-touch/default/widgets/_indexbar.scss */ -.x-indexbar { - padding: 0 .3em; - width: 2.1em; - display: -webkit-box; - display: box; +/* line 29, ../themes/stylesheets/sencha-touch/default/widgets/_indexbar.scss */ +.x-indexbar-wrapper { + -webkit-box-pack: end !important; + box-pack: end !important; + pointer-events: none; +} + +/* line 35, ../themes/stylesheets/sencha-touch/default/widgets/_indexbar.scss */ +.x-indexbar-vertical { + width: 1.1em; -webkit-box-orient: vertical; box-orient: vertical; - -webkit-box-align: stretch; - box-align: stretch; - -webkit-box-pack: center; - box-pack: center; - position: absolute; - top: 1.5em; - right: 0; - bottom: 1em; - z-index: 3; + margin-right: 8px; } -/* line 51, ../themes/stylesheets/sencha-touch/default/widgets/_indexbar.scss */ -.x-indexbar-body { - padding: .3em 0; +/* line 41, ../themes/stylesheets/sencha-touch/default/widgets/_indexbar.scss */ +.x-indexbar-horizontal { + height: 1.1em; + -webkit-box-orient: horizontal; + box-orient: horizontal; + margin-bottom: 8px; } -/* line 55, ../themes/stylesheets/sencha-touch/default/widgets/_indexbar.scss */ -.x-indexbar-pressed .x-indexbar-body { - -webkit-border-radius: 0.75em; - border-radius: 0.75em; - background-color: rgba(143, 152, 163, 0.8); +/* line 47, ../themes/stylesheets/sencha-touch/default/widgets/_indexbar.scss */ +.x-indexbar { + pointer-events: auto; + z-index: 2; + padding: .3em 0; + min-height: 0 !important; + height: auto !important; + -webkit-box-flex: 0 !important; } - -/* line 60, ../themes/stylesheets/sencha-touch/default/widgets/_indexbar.scss */ -.x-indexbar-item { +/* line 55, ../themes/stylesheets/sencha-touch/default/widgets/_indexbar.scss */ +.x-indexbar > div { color: #5a6c83; font-size: 0.6em; text-align: center; @@ -4061,71 +4753,84 @@ input, textarea { display: block; } -/* line 93, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 66, ../themes/stylesheets/sencha-touch/default/widgets/_indexbar.scss */ +.x-phone.x-landscape .x-indexbar > div { + font-size: 0.38em; + line-height: 1em; +} + +/* line 72, ../themes/stylesheets/sencha-touch/default/widgets/_indexbar.scss */ +.x-indexbar-pressed { + -webkit-border-radius: 0.55em; + border-radius: 0.55em; + background-color: rgba(143, 152, 163, 0.8); +} + +/* line 67, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list { - background-color: #f7f7f7; position: relative; + background-color: #f7f7f7; } -/* line 97, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 71, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +.x-list .x-list-inner { + width: 100%; +} +/* line 75, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +.x-list .x-list-disclosure { + position: absolute; + bottom: 0.5em; + right: 0.8em; +} +/* line 81, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list .x-list-disclosure { overflow: visible; -webkit-mask: 0 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpFNkNCM0JGNTZFMjI2ODExQkNGQjkwMzk3MDc3MkZFQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3M0MzQUU1QUFDQkQxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3M0MzQUU1OUFDQkQxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU3Q0IzQkY1NkUyMjY4MTFCQ0ZCOTAzOTcwNzcyRkVCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkU2Q0IzQkY1NkUyMjY4MTFCQ0ZCOTAzOTcwNzcyRkVCIi8+IDwvcmRmOkRlc2NyaXB0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') no-repeat; -webkit-mask-size: 1.7em; background-color: #0e6ee9; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4f98f4), color-stop(50%, #1f7cf1), color-stop(51%, #0e6ee9), color-stop(100%, #0d63d1)); + background-image: -webkit-linear-gradient(#4f98f4, #1f7cf1 50%, #0e6ee9 51%, #0d63d1); background-image: linear-gradient(#4f98f4, #1f7cf1 50%, #0e6ee9 51%, #0d63d1); width: 1.7em; height: 1.7em; } -/* line 106, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 90, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list.x-list-indexed .x-list-disclosure { - margin-right: 1.3em; + margin-right: 1em; } -/* line 110, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 94, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list .x-item-selected .x-list-disclosure { background: #fff none; } -/* line 114, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 98, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list .x-list-item { + overflow: hidden; position: relative; color: black; - padding: 0.5em 0.8em; - min-height: 2.6em; - display: -webkit-box; - display: box; border-top: 1px solid #d1d1d1; } -/* line 124, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 104, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +.x-list .x-list-item .x-list-item-label { + min-height: 2.6em; + padding: 0.7em 0.8em; +} +/* line 109, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list .x-list-item:first-child { border-top: none; } -/* line 128, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 113, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list .x-list-item:last-child { border-bottom: 1px solid #d1d1d1; } -/* line 132, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ -.x-list .x-list-item .x-list-item-body { - -webkit-box-flex: 1; - box-flex: 1; - /*@include display-box;*/ - -webkit-box-align: center; - box-align: center; - -webkit-box-orient: horizontal; - box-orient: horizontal; -} -/* line 138, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ -.x-list .x-list-item .x-list-item-body span { - font-size: .95em; -} -/* line 143, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 117, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list .x-list-item.x-item-pressed { border-top-color: #f8fbfe; background: #f8fbfe none; } -/* line 151, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 125, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list .x-list-item.x-item-selected { background-color: #1a70dd; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9dc3f3), color-stop(2%, #5899eb), color-stop(30%, #3985e7), color-stop(65%, #1a70dd), color-stop(100%, #1559af)); + background-image: -webkit-linear-gradient(#9dc3f3, #5899eb 2%, #3985e7 30%, #1a70dd 65%, #1559af); background-image: linear-gradient(#9dc3f3, #5899eb 2%, #3985e7 30%, #1a70dd 65%, #1559af); color: white; text-shadow: rgba(0, 0, 0, 0.5) 0 -0.08em 0; @@ -4133,10 +4838,11 @@ input, textarea { border-bottom-color: #124d98; } -/* line 164, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 138, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-header { background-color: rgba(113, 145, 185, 0.75); background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(216, 224, 235, 0.75)), color-stop(2%, rgba(137, 163, 196, 0.75)), color-stop(100%, rgba(90, 126, 173, 0.75))); + background-image: -webkit-linear-gradient(rgba(216, 224, 235, 0.75), rgba(137, 163, 196, 0.75) 2%, rgba(90, 126, 173, 0.75)); background-image: linear-gradient(rgba(216, 224, 235, 0.75), rgba(137, 163, 196, 0.75) 2%, rgba(90, 126, 173, 0.75)); color: rgba(48, 70, 97, 0.75); text-shadow: rgba(255, 255, 255, 0.25) 0 0.08em 0; @@ -4149,27 +4855,31 @@ input, textarea { -webkit-box-shadow: 0px 0.1em 0.3em rgba(0, 0, 0, 0.3); } -/* line 179, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 153, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-header-swap { - z-index: 1; position: absolute; top: 0; left: 0; width: 100%; } -/* line 187, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 160, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +.x-ios .x-list-header-swap { + -webkit-transform: translate3d(0, 0, 0); +} + +/* line 164, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-round { background-color: #eaeaea; } -/* line 190, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 167, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-round .x-list-group-items > *, .x-list-round.x-list-flat .x-list-parent > * { border-right: 1px solid #d1d1d1; border-left: 1px solid #d1d1d1; background-color: #f7f7f7; margin: 0 1.2em; } -/* line 195, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 172, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-round .x-list-group-items > *:first-child, .x-list-round.x-list-flat .x-list-parent > *:first-child { margin: 1.2em 1.2em 0; border-top: 1px solid #d1d1d1; @@ -4178,7 +4888,7 @@ input, textarea { -webkit-border-top-right-radius: 0.4em; border-top-right-radius: 0.4em; } -/* line 200, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 177, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-round .x-list-group-items > *:last-child, .x-list-round.x-list-flat .x-list-parent > *:last-child { margin: 0 1.2em 1.2em; border-bottom: 1px solid #d1d1d1; @@ -4188,16 +4898,16 @@ input, textarea { border-bottom-right-radius: 0.4em; } -/* line 210, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 187, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-paging { height: 50px; } -/* line 212, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 189, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-paging .x-loading-spinner { display: none; margin: auto; } -/* line 217, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 194, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-paging .x-list-paging-msg { text-align: center; color: #1a70dd; @@ -4205,16 +4915,16 @@ input, textarea { -webkit-border-radius: 6px; border-radius: 6px; } -/* line 225, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 202, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-paging.x-loading .x-loading-spinner { display: block; } -/* line 229, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 206, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-paging.x-loading .x-list-paging-msg { display: none; } -/* line 237, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 214, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-pullrefresh { display: -webkit-box; display: box; @@ -4230,196 +4940,454 @@ input, textarea { width: 100%; height: 4.5em; } -/* line 248, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 225, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-pullrefresh .x-loading-spinner { display: none; } -/* line 253, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ -.x-list-pullrefresh-arrow { - width: 2.5em; - height: 4.5em; - -webkit-mask: center center url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAA8CAYAAAAUufjgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAjFJREFUeNrsmU8oREEYwOexdtNuKBfFwdVhCyfuysnFiXISS+1BLopyUpKLXETkRLaUi1LK3Q2lpPbiQLnIn03a/Hm+z86Ttv0zM++bfbOar36Hbad5v535Zp7v47iuy0wOpyoEHccRHV9L9NxPkUE/bhKCOKiOSPAdn69DsJ5I8E2HYA0QJRJ8Bb50CDYRCT7pEMQD0kwk+CByUFQEW4gE73UIhoA2IsFb4ENEMCQ5MdU1IxwygpT3oKNLMGyyYFVscdhusc8tDpu+xRG7xf95BW0O2kNiV1AgIvaQ2BzUJNgJNJYZGyUU7OG1cal4Bi68oqkDPszy2teEwJp5Cdyu/lZ1g8CwIYJ7wEF+2YmrNw90Byx3BizgKhaqizEP1wg7CLLxCEzy/CtauMeBlQDyEfNuGrgU6SyM8F9SyVgHdmRaH6tAb4XkToEp2d4M5mOK0TWMigU2koa8vJMRZPxEb2ss2LEVPMpPLlMRxBgDZjQJLgNbxb6Uab9tAn3EcifAeKkBMoLY+j0GWonk7oB+lmsFkwhidAGHBPmIeTcAnJcbKCuIMQEs+hScAzZEBqoIYuzyFVCJI36lMJ2CDfxibZeUu+EX/4uMIFP8ZyLejxkgK0hG5a8kP4IYSZbr1IuQVHmAX0HGX4VuGfZVJ6cQxPd1uoRcWqDW0SroFVzZAnJZ/h0LWhAjUUAw4XdSSsH8fExRTEgtGAOuOTETBb16Jk412e+bxOSwglYw6PgWYABvLk8P7zGJFwAAAABJRU5ErkJggg==') no-repeat; - -webkit-mask-size: 2em 3em; - /*-webkit-transition-property: -webkit-transform;*/ - /*-webkit-transition-duration: 200ms;*/ - -webkit-transform: rotate(0deg); - background-color: #111; +/* line 230, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +.x-list-pullrefresh-arrow { + width: 2.5em; + height: 4.5em; + -webkit-mask: center center url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAA8CAYAAAAUufjgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAjFJREFUeNrsmU8oREEYwOexdtNuKBfFwdVhCyfuysnFiXISS+1BLopyUpKLXETkRLaUi1LK3Q2lpPbiQLnIn03a/Hm+z86Ttv0zM++bfbOar36Hbad5v535Zp7v47iuy0wOpyoEHccRHV9L9NxPkUE/bhKCOKiOSPAdn69DsJ5I8E2HYA0QJRJ8Bb50CDYRCT7pEMQD0kwk+CByUFQEW4gE73UIhoA2IsFb4ENEMCQ5MdU1IxwygpT3oKNLMGyyYFVscdhusc8tDpu+xRG7xf95BW0O2kNiV1AgIvaQ2BzUJNgJNJYZGyUU7OG1cal4Bi68oqkDPszy2teEwJp5Cdyu/lZ1g8CwIYJ7wEF+2YmrNw90Byx3BizgKhaqizEP1wg7CLLxCEzy/CtauMeBlQDyEfNuGrgU6SyM8F9SyVgHdmRaH6tAb4XkToEp2d4M5mOK0TWMigU2koa8vJMRZPxEb2ss2LEVPMpPLlMRxBgDZjQJLgNbxb6Uab9tAn3EcifAeKkBMoLY+j0GWonk7oB+lmsFkwhidAGHBPmIeTcAnJcbKCuIMQEs+hScAzZEBqoIYuzyFVCJI36lMJ2CDfxibZeUu+EX/4uMIFP8ZyLejxkgK0hG5a8kP4IYSZbr1IuQVHmAX0HGX4VuGfZVJ6cQxPd1uoRcWqDW0SroFVzZAnJZ/h0LWhAjUUAw4XdSSsH8fExRTEgtGAOuOTETBb16Jk412e+bxOSwglYw6PgWYABvLk8P7zGJFwAAAABJRU5ErkJggg==') no-repeat; + -webkit-mask-size: 2em 3em; + /*-webkit-transition-property: -webkit-transform;*/ + /*-webkit-transition-duration: 200ms;*/ + -webkit-transform: rotate(0deg); + background-color: #111; +} + +/* line 242, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +.x-list-pullrefresh-release .x-list-pullrefresh-arrow { + -webkit-transform: rotate(-180deg); +} + +/* line 246, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +.x-list-pullrefresh-wrap { + width: 20em; + font-size: 0.7em; +} + +/* line 251, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +.x-list-pullrefresh-message { + font-weight: bold; + font-size: 1.3em; + margin-bottom: 0.1em; + text-align: center; +} + +/* line 258, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +.x-list-pullrefresh-updated { + text-align: center; +} + +/* line 262, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +.x-list-pullrefresh-loading { + /*position: relative;*/ + /*top: 0;*/ +} +/* line 266, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +.x-list-pullrefresh-loading .x-loading-spinner { + display: block; +} +/* line 270, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +.x-list-pullrefresh-loading .x-list-pullrefresh-arrow { + display: none; +} + +/* line 2, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +html, body { + width: 100%; + height: 100%; +} + +/* line 7, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-translatable { + position: absolute; + top: 100%; + left: 100%; + z-index: 1; +} + +/* line 14, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-translatable-container { + position: relative; +} + +/* line 18, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-translatable-wrapper { + width: 100%; + height: 100%; + position: absolute; + overflow: hidden; +} + +/* line 25, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-translatable-stretcher { + width: 300%; + height: 300%; + position: absolute; + visibility: hidden; + z-index: -1; +} + +/* line 34, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-layout-fit, +.x-layout-card { + position: relative; + overflow: hidden; +} + +/* line 39, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-layout-fit-item, .x-layout-card-item { + position: absolute !important; + width: 100%; + height: 100%; +} + +/* line 45, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-layout-hbox, .x-layout-vbox { + display: -webkit-box; +} +/* line 47, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-layout-hbox > *, .x-layout-vbox > * { + -webkit-box-flex: 0; +} + +/* line 52, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-layout-hbox { + -webkit-box-orient: horizontal; +} + +/* line 56, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-layout-vbox { + -webkit-box-orient: vertical; +} + +/* line 60, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-layout-hbox > .x-layout-box-item { + width: 0 !important; +} + +/* line 64, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-layout-vbox > .x-layout-box-item { + height: 0 !important; +} + +/* line 68, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-container, .x-body { + display: -webkit-box; + overflow: hidden; +} + +/* line 73, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-body { + -webkit-box-flex: 1; + min-width: 100%; + min-height: 100%; +} + +/* line 79, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-body > .x-inner, .x-container > .x-inner { + -webkit-box-flex: 1; + min-width: 100%; + min-height: 100%; + position: relative; } -/* line 265, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ -.x-list-pullrefresh-release .x-list-pullrefresh-arrow { - -webkit-transform: rotate(-180deg); +/* line 86, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-docking-horizontal { + display: -webkit-box; + -webkit-box-flex: 1; + -webkit-box-orient: horizontal; + min-width: 100%; + min-height: 100%; } -/* line 269, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ -.x-list-pullrefresh-wrap { - width: 20em; - font-size: 0.7em; +/* line 94, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-docking-vertical { + display: -webkit-box; + -webkit-box-flex: 1; + -webkit-box-orient: vertical; + min-width: 100%; + min-height: 100%; } -/* line 274, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ -.x-list-pullrefresh-message { - font-weight: bold; - font-size: 1.3em; - margin-bottom: 0.1em; - text-align: center; +/* line 102, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-centered { + position: absolute !important; + width: 100%; + height: 100%; + display: -webkit-box; + -webkit-box-align: center; + -webkit-box-pack: center; } -/* line 281, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ -.x-list-pullrefresh-updated { - text-align: center; +/* line 111, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-floating { + position: absolute !important; } -/* line 285, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ -.x-list-pullrefresh-loading { - /*position: relative;*/ - /*top: 0;*/ +/* line 115, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-centered > * { + position: relative !important; + -webkit-box-flex: 0 !important; } -/* line 289, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ -.x-list-pullrefresh-loading .x-loading-spinner { - display: block; + +/* line 120, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-size-change-detector { + visibility: hidden; + position: absolute; + left: 0; + top: 0; + z-index: -1; + width: 100%; + height: 100%; + overflow: hidden; } -/* line 293, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ -.x-list-pullrefresh-loading .x-list-pullrefresh-arrow { - display: none; + +/* line 131, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-size-change-detector > * { + visibility: hidden; } -/* line 3, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ -.x-container { - position: relative; +/* line 135, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-size-change-detector-shrink > * { + width: 200%; + height: 200%; } -/* line 7, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ -.x-layout-box-inner { - display: -webkit-box; +/* line 140, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-size-change-detector-expand > * { + width: 100000px; + height: 100000px; +} + +/* line 145, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-view { position: relative; + display: block; } -/* line 12, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ -.x-fit-item { +/* line 150, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-container { position: absolute; - left: 0; - top: 0; overflow: hidden; width: 100%; + height: 100%; } -/* line 20, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ -.x-panel > .x-docked, .x-docked { +/* line 157, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-scroller { position: absolute; - z-index: 5; + min-width: 100%; + min-height: 100%; } -/* line 25, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ -.x-layout-fit { - overflow: hidden; +/* line 163, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-ios .x-scroll-scroller, .x-android4 .x-scroll-scroller { + -webkit-transform: translate3d(0, 0, 0); } -/* line 137, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-checkmark-base, .x-item-selected .x-list-selected:before, .x-item-selected .x-list-selected:after, .x-field .x-input-radio:after, .x-field .x-input-checkbox:after, .x-field .x-input-radio:checked:after, .x-field .x-input-checkbox:checked:after { - content: ""; +/* line 167, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-stretcher { position: absolute; - width: 0.75em; - height: 1.25em; - top: 50%; - left: auto; - -webkit-transform: rotate(45deg) skew(5deg); - -webkit-transform-origin: 50% 50%; - right: 1.1em; - border: .35em solid; - border-top: none; - border-left: none; - margin-top: -0.75em; + visibility: hidden; } -/* line 148, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-form .x-panel-body { - padding: 1em; - background-color: #eeeeee; +/* line 172, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-bar-grid-wrapper { + position: absolute; + width: 100%; + height: 100%; } -/* line 153, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-input-el, .x-field input, .x-field textarea, .x-field select, .x-field .x-field-slider, .x-field-toggle, .x-field-slider { - min-height: 2.5em; +/* line 178, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-bar-grid { + display: table; width: 100%; - display: block; - background: white none; - -webkit-appearance: none; + height: 100%; +} +/* line 183, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-bar-grid > * { + display: table-row; +} +/* line 187, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-bar-grid > * > * { + display: table-cell; +} +/* line 191, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-bar-grid > :first-child > :first-child { + width: 100%; + height: 100%; +} +/* line 196, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-bar-grid > :first-child > :nth-child(2) { + padding: 3px 3px 0 0; +} +/* line 200, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-bar-grid > :nth-child(2) > :first-child { + padding: 0 0 3px 3px; } -/* line 163, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-item-selected .x-list-label { - padding-right: 1.85em; - display: block; - white-space: nowrap; - text-overflow: ellipsis; +/* line 205, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-bar { + position: relative; overflow: hidden; +} + +/* line 210, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-bar-stretcher { + position: absolute; + visibility: hidden; width: 100%; + height: 100%; } -/* line 174, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-item-selected .x-list-selected:before { - border-color: #262626; - margin-top: -0.85em; + +/* line 217, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-bar-x { + height: 6px; + width: 100%; } -/* line 179, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-item-selected .x-list-selected:after { - border-color: #dddddd; +/* line 221, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-bar-x > .x-scroll-bar-stretcher { + width: 300%; } -/* line 185, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field { - overflow: hidden; - position: relative; - min-height: 2.5em; - border-bottom: 1px solid #dddddd; +/* line 226, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-bar-y { + width: 6px; + height: 100%; } -/* line 197, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field input, .x-field textarea, .x-field select, .x-field .x-field-slider { - -webkit-border-radius: 0; - border-radius: 0; - padding: .4em; - border: 0; +/* line 230, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-bar-y > .x-scroll-bar-stretcher { + height: 300%; } -/* line 205, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field:last-child { - border-bottom: 0; +/* line 235, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-indicator { + background: #333; + position: absolute; + z-index: 1; + opacity: 0.5; } -/* line 209, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field-mask { +/* line 244, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-list-light .x-scroll-indicator, +.x-dataview-light .x-scroll-indicator { + background: #fff; + opacity: 1; +} + +/* line 250, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-indicator-x { + height: 100%; +} + +/* line 254, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-indicator-y { + width: 100%; +} + +/* line 258, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-indicator-csstransform { + background: none; + -webkit-transition: opacity 0.2s ease-out; +} +/* line 262, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-indicator-csstransform > * { position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; + background-color: #333; +} +/* line 267, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-indicator-csstransform > :nth-child(2) { + -webkit-transform-origin: 0% 0%; + background: none; + content: url(data:image/bmp;base64,Qk08AAAAAAAAADYAAAAoAAAAAQAAAAEAAAABABAAAAAAAAYAAAASCwAAEgsAAAAAAAAAAAAAxhgAAAAA); +} +/* line 274, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-indicator-csstransform.x-scroll-indicator-y > * { + width: 100%; +} +/* line 278, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-indicator-csstransform.x-scroll-indicator-y > :first-child { + height: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; +} +/* line 283, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-indicator-csstransform.x-scroll-indicator-y > :nth-child(2) { + height: 1px; +} +/* line 287, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-indicator-csstransform.x-scroll-indicator-y > :last-child { + height: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; +} +/* line 294, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-indicator-csstransform.x-scroll-indicator-x > * { + height: 100%; +} +/* line 298, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-indicator-csstransform.x-scroll-indicator-x > :first-child { + width: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; +} +/* line 303, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-indicator-csstransform.x-scroll-indicator-x > :nth-child(2) { + width: 1px; +} +/* line 306, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-indicator-csstransform.x-scroll-indicator-x > :last-child { + width: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; +} + +/* line 125, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-form .x-scroll-container { + background-color: #eeeeee; +} +/* line 128, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-form .x-scroll-container > .x-inner { + padding: 1em; } -/* line 225, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +/* line 135, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ .x-form-fieldset { - margin: 1em 0 1.5em; + margin: 0 0 1.5em; } -/* line 228, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-form-fieldset .x-panel-body { +/* line 138, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-form-fieldset .x-form-fieldset-inner { border: 1px solid #dddddd; + background: #fff; padding: 0; - -webkit-box-shadow: rgba(255, 255, 255, 0.7) 0 1px 0; -webkit-border-radius: 0.4em; border-radius: 0.4em; overflow: hidden; } -/* line 239, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +/* line 147, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ .x-form-fieldset-title { text-shadow: #fff 0 1px 1px; color: #333333; margin: 1em 0.7em 0.3em; color: #333333; font-weight: bold; + white-space: nowrap; } -/* line 246, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +/* line 155, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ .x-form-fieldset-instructions { text-shadow: #fff 0 1px 1px; color: #333333; @@ -4429,7 +5397,7 @@ input, textarea { text-align: center; } -/* line 254, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +/* line 164, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ .x-form-label { text-shadow: #fff 0 1px 1px; color: #333333; @@ -4437,337 +5405,318 @@ input, textarea { background-color: #f7f7f7; padding: 0.6em; border-top: 1px solid white; - display: block; + display: none; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; } -/* line 262, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +/* line 173, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ .x-form-label span { font-size: .8em; font-weight: bold; } -/* line 268, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-form-field-container { +/* line 180, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field { + min-height: 2.5em; + border-bottom: 1px solid #dddddd; +} +/* line 184, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field .x-component-outer { -webkit-box-flex: 1; - box-flex: 1; - width: 100%; +} +/* line 188, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field .x-field-input { position: relative; } - -/* line 274, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field { - display: -webkit-box; - display: box; +/* line 193, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field .x-field-input, .x-field .x-input-el { + width: 100%; } - -/* line 278, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-input-text, .x-input, .x-input-number, .x-spinner-body, .x-input-radio, .x-input-checkbox, .x-input-email, .x-input-url, .x-input-password, .x-input-slider { - -webkit-box-flex: 1; - box-flex: 1; +/* line 198, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field.x-field-labeled .x-form-label { + display: block; } - -/* line 282, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-label-align-left, .x-label-align-right { - -webkit-box-orient: horizontal; - box-orient: horizontal; - -webkit-box-align: stretch; - box-align: stretch; +/* line 203, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field:last-child { + border-bottom: 0; } -/* line 295, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-form-fieldset .x-field:first-child, .x-form-fieldset .x-field:first-child > :first-child:not(.x-input-toggle), .x-form-fieldset .x-field:first-child > :first-child input, .x-form-fieldset .x-field:first-child > :first-child textarea { +/* line 210, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-label-align-left:first-child .x-form-label { -webkit-border-top-left-radius: 0.4em; border-top-left-radius: 0.4em; } -/* line 299, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-form-fieldset .x-field:first-child, .x-form-fieldset .x-field:first-child > :last-child:not(.x-input-toggle), .x-form-fieldset .x-field:first-child > :last-child input, .x-form-fieldset .x-field:first-child > :last-child textarea { - -webkit-border-top-right-radius: 0.4em; - border-top-right-radius: 0.4em; -} -/* line 303, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-form-fieldset .x-field:last-child, .x-form-fieldset .x-field:last-child > :first-child:not(.x-input-toggle), .x-form-fieldset .x-field:last-child > :first-child input, .x-form-fieldset .x-field:last-child > :first-child textarea { +/* line 216, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-label-align-left:last-child .x-form-label { -webkit-border-bottom-left-radius: 0.4em; border-bottom-left-radius: 0.4em; } -/* line 307, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-form-fieldset .x-field:last-child, .x-form-fieldset .x-field:last-child > :last-child:not(.x-input-toggle), .x-form-fieldset .x-field:last-child > :last-child input, .x-form-fieldset .x-field:last-child > :last-child textarea { - -webkit-border-bottom-right-radius: 0.4em; - border-bottom-right-radius: 0.4em; -} -/* line 312, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +/* line 222, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ .x-label-align-right { -webkit-box-direction: reverse; box-direction: reverse; - -webkit-box-pack: end; - box-pack: end; } - -/* line 319, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-form-fieldset .x-label-align-right:first-child .x-form-label { +/* line 225, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-label-align-right .x-field-input { + -webkit-box-direction: normal; + box-direction: normal; +} +/* line 230, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-label-align-right:first-child .x-form-label { -webkit-border-top-right-radius: 0.4em; border-top-right-radius: 0.4em; } -/* line 322, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-form-fieldset .x-label-align-right:first-child .x-input-text, .x-form-fieldset .x-label-align-right:first-child .x-input, .x-form-fieldset .x-label-align-right:first-child .x-input-number, .x-form-fieldset .x-label-align-right:first-child .x-spinner-body, .x-form-fieldset .x-label-align-right:first-child .x-input-radio, .x-form-fieldset .x-label-align-right:first-child .x-input-checkbox, .x-form-fieldset .x-label-align-right:first-child .x-input-email, .x-form-fieldset .x-label-align-right:first-child .x-input-url, .x-form-fieldset .x-label-align-right:first-child .x-input-password, .x-form-fieldset .x-label-align-right:first-child .x-input-slider { - -webkit-border-top-right-radius: 0; - border-top-right-radius: 0; +/* line 235, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-label-align-right:last-child { + border-bottom: 0; } -/* line 327, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-form-fieldset .x-label-align-right:last-child .x-form-label { +/* line 238, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-label-align-right:last-child .x-form-label { -webkit-border-bottom-right-radius: 0.4em; border-bottom-right-radius: 0.4em; } -/* line 330, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-form-fieldset .x-label-align-right:last-child .x-input-text, .x-form-fieldset .x-label-align-right:last-child .x-input, .x-form-fieldset .x-label-align-right:last-child .x-input-number, .x-form-fieldset .x-label-align-right:last-child .x-spinner-body, .x-form-fieldset .x-label-align-right:last-child .x-input-radio, .x-form-fieldset .x-label-align-right:last-child .x-input-checkbox, .x-form-fieldset .x-label-align-right:last-child .x-input-email, .x-form-fieldset .x-label-align-right:last-child .x-input-url, .x-form-fieldset .x-label-align-right:last-child .x-input-password, .x-form-fieldset .x-label-align-right:last-child .x-input-slider { - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; -} -/* line 336, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-label-align-top, .x-label-align-bottom { +/* line 245, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-label-align-top, +.x-label-align-bottom { -webkit-box-orient: vertical; box-orient: vertical; } +/* line 248, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-label-align-top .x-form-label, +.x-label-align-bottom .x-form-label { + width: 100% !important; +} -/* line 339, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +/* line 255, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-label-align-top:first-child .x-form-label { + -webkit-border-top-left-radius: 0.4em; + border-top-left-radius: 0.4em; + -webkit-border-top-right-radius: 0.4em; + border-top-right-radius: 0.4em; +} + +/* line 261, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ .x-label-align-bottom { -webkit-box-direction: reverse; box-direction: reverse; } - -/* line 346, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field-required label:after, .x-field-required .x-form-label:after { - content: "*"; - display: inline; +/* line 264, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-label-align-bottom .x-field-input { + -webkit-box-direction: normal; + box-direction: normal; +} +/* line 269, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-label-align-bottom:last-child .x-form-label { + -webkit-border-bottom-left-radius: 0.4em; + border-bottom-left-radius: 0.4em; + -webkit-border-bottom-right-radius: 0.4em; + border-bottom-right-radius: 0.4em; } -/* line 359, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field-select:before, .x-field-select:after { - pointer-events: none; - position: absolute; +/* line 275, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-input-el { + padding: .4em; + min-height: 2.5em; display: block; - right: 0; -} -/* line 367, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field-select:after { - content: ""; - position: absolute; - width: 0; - height: 0; - top: 0; - left: auto; - margin: 1em; - border: .4em solid transparent; - border-top-color: #dddddd; - z-index: 2; -} -/* line 379, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field-select.x-label-align-top:after { - top: auto; - bottom: 0; + border-width: 0; + background: transparent; + -webkit-appearance: none; } -/* line 384, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field-select:before { - content: ""; + +/* line 284, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-mask { position: absolute; - width: 4em; - height: auto; top: 0; - left: auto; - bottom: 0; - z-index: 1; - -webkit-border-top-right-radius: inherit; - border-top-right-radius: inherit; - -webkit-border-bottom-right-radius: inherit; - border-bottom-right-radius: inherit; - background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(255, 255, 255, 0)), color-stop(0.5, white)); + right: 0; + bottom: 0; + left: 0; } -/* line 395, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-item-disabled .x-form-label span, .x-item-disabled input, .x-item-disabled .x-spinner-body, .x-item-disabled select, .x-item-disabled textarea, .x-item-disabled .x-field-clear-container { - color: #b3b3b3; +/* line 291, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-required label:after, .x-field-required .x-form-label:after { + content: "*"; + display: inline; } -/* line 401, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +/* line 299, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ .x-field-textarea textarea { min-height: 6em; padding-top: .5em; } -/* line 408, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field .x-input-radio:after, .x-field .x-input-checkbox:after { - border-color: #dddddd; -} -/* line 411, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field .x-input-radio:checked:after, .x-field .x-input-checkbox:checked:after { - border-color: #1a70dd; +/* line 311, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-checkmark-base, .x-field .x-input-radio:after, +.x-field .x-input-checkbox:after, .x-field .x-input-radio:checked:after, +.x-field .x-input-checkbox:checked:after, .x-select-overlay .x-item-selected:before, .x-select-overlay .x-item-selected:after { + content: ""; + position: absolute; + width: 0.75em; + height: 1.25em; + top: 50%; + left: auto; + -webkit-transform: rotate(45deg) skew(5deg); + -webkit-transform-origin: 50% 50%; + right: 1.1em; + border: .35em solid; + border-top: none; + border-left: none; + margin-top: -0.75em; } -/* line 416, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-label-align-right .x-input-radio:after, .x-label-align-right .x-input-checkbox:after { - right: auto; - left: 0.6em; +/* line 323, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field .x-input-radio, +.x-field .x-input-checkbox { + position: relative; } - -/* line 422, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-spinner { - border-bottom: 1px solid #dddddd; +/* line 326, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field .x-input-radio:after, +.x-field .x-input-checkbox:after { + border-color: #dddddd; +} +/* line 329, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field .x-input-radio:checked:after, +.x-field .x-input-checkbox:checked:after { + border-color: #1a70dd; } -/* line 426, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-spinner .x-spinner-body { +/* line 336, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-spinner .x-field-input { display: -webkit-box; display: box; - -webkit-box-direction: normal; - box-direction: normal; -} - -/* line 431, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-spinner-body { - -webkit-box-orient: horizontal; - box-orient: horizontal; - -webkit-box-align: stretch; - box-align: stretch; - width: 100%; - text-align: center; -} -/* line 437, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-spinner-body span { - font-size: 1.3em; - font-weight: bold; - text-shadow: rgba(255, 255, 255, 0.25) 0 0.08em 0; -} -/* line 443, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-spinner-body .x-form-field-container { - width: 3em; } -/* line 447, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-spinner-body input { +/* line 339, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-spinner .x-field-input .x-input-el { padding: 0; - border-right: 0; - border-left: 0; - -webkit-border-radius: 0; - border-radius: 0; - border-color: #dddddd; + width: 50%; + -webkit-box-flex: 1; text-align: center; } -/* line 456, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-spinner-body .x-spinner-down, .x-spinner-body .x-spinner-up { - -webkit-box-flex: 1; - box-flex: 1; +/* line 348, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-spinner .x-field-input input::-webkit-outer-spin-button, .x-spinner .x-field-input input::-webkit-inner-spin-button { + -webkit-appearance: none; + margin: 0; +} +/* line 353, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-spinner .x-field-input .x-spinner-button { + padding: .65em 1.5em; font-weight: bold; - padding: .3em 0; + text-align: center; } -/* line 52, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-spinner-body .x-spinner-down, .x-toolbar .x-spinner-body .x-spinner-down, .x-spinner-body .x-spinner-up, .x-toolbar .x-spinner-body .x-spinner-up { +/* line 55, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-spinner .x-field-input .x-spinner-button, .x-toolbar .x-spinner .x-field-input .x-spinner-button { border: 0.1em solid #aaaaaa; border-top-color: #b7b7b7; color: black; text-shadow: rgba(255, 255, 255, 0.25) 0 0.08em 0; -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 0.1em 0; } -/* line 57, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-spinner-body .x-spinner-down.x-button-back:before, .x-spinner-body .x-spinner-down.x-button-forward:before, .x-toolbar .x-spinner-body .x-spinner-down.x-button-back:before, .x-toolbar .x-spinner-body .x-spinner-down.x-button-forward:before, .x-spinner-body .x-spinner-up.x-button-back:before, .x-spinner-body .x-spinner-up.x-button-forward:before, .x-toolbar .x-spinner-body .x-spinner-up.x-button-back:before, .x-toolbar .x-spinner-body .x-spinner-up.x-button-forward:before { +/* line 60, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-spinner .x-field-input .x-spinner-button.x-button-back:before, .x-spinner .x-field-input .x-spinner-button.x-button-forward:before, .x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-back:before, .x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-forward:before { background: #aaaaaa; } -/* line 61, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-spinner-body .x-spinner-down, .x-spinner-body .x-spinner-down.x-button-back:after, .x-spinner-body .x-spinner-down.x-button-forward:after, .x-toolbar .x-spinner-body .x-spinner-down, .x-toolbar .x-spinner-body .x-spinner-down.x-button-back:after, .x-toolbar .x-spinner-body .x-spinner-down.x-button-forward:after, .x-spinner-body .x-spinner-up, .x-spinner-body .x-spinner-up.x-button-back:after, .x-spinner-body .x-spinner-up.x-button-forward:after, .x-toolbar .x-spinner-body .x-spinner-up, .x-toolbar .x-spinner-body .x-spinner-up.x-button-back:after, .x-toolbar .x-spinner-body .x-spinner-up.x-button-forward:after { +/* line 64, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-spinner .x-field-input .x-spinner-button, .x-spinner .x-field-input .x-spinner-button.x-button-back:after, .x-spinner .x-field-input .x-spinner-button.x-button-forward:after, .x-toolbar .x-spinner .x-field-input .x-spinner-button, .x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-back:after, .x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-forward:after { background-color: #dddddd; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(50%, #eaeaea), color-stop(51%, #dddddd), color-stop(100%, #d0d0d0)); + background-image: -webkit-linear-gradient(#ffffff, #eaeaea 50%, #dddddd 51%, #d0d0d0); background-image: linear-gradient(#ffffff, #eaeaea 50%, #dddddd 51%, #d0d0d0); } -/* line 65, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-spinner-body .x-spinner-down img.x-icon-mask, .x-toolbar .x-spinner-body .x-spinner-down img.x-icon-mask, .x-spinner-body .x-spinner-up img.x-icon-mask, .x-toolbar .x-spinner-body .x-spinner-up img.x-icon-mask { +/* line 68, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-spinner .x-field-input .x-spinner-button .x-button-icon.x-icon-mask, .x-toolbar .x-spinner .x-field-input .x-spinner-button .x-button-icon.x-icon-mask { background-color: black; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #262626), color-stop(50%, #0d0d0d), color-stop(51%, #000000), color-stop(100%, #000000)); + background-image: -webkit-linear-gradient(#262626, #0d0d0d 50%, #000000 51%, #000000); background-image: linear-gradient(#262626, #0d0d0d 50%, #000000 51%, #000000); } -/* line 74, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-spinner-body .x-spinner-down.x-button-pressed, .x-spinner-body .x-spinner-down.x-button-active, .x-toolbar .x-spinner-body .x-spinner-down.x-button-pressed, .x-toolbar .x-spinner-body .x-spinner-down.x-button-active, .x-spinner-body .x-spinner-up.x-button-pressed, .x-spinner-body .x-spinner-up.x-button-active, .x-toolbar .x-spinner-body .x-spinner-up.x-button-pressed, .x-toolbar .x-spinner-body .x-spinner-up.x-button-active { +/* line 77, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-spinner .x-field-input .x-spinner-button.x-button-pressed, .x-spinner .x-field-input .x-spinner-button.x-button-active, .x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-pressed, .x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-active { -webkit-box-shadow: inset #bab3b3 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0; } -/* line 75, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-spinner-body .x-spinner-down.x-button-pressed, .x-spinner-body .x-spinner-down.x-button-pressed:after, .x-spinner-body .x-spinner-down.x-button-active, .x-spinner-body .x-spinner-down.x-button-active:after, .x-toolbar .x-spinner-body .x-spinner-down.x-button-pressed, .x-toolbar .x-spinner-body .x-spinner-down.x-button-pressed:after, .x-toolbar .x-spinner-body .x-spinner-down.x-button-active, .x-toolbar .x-spinner-body .x-spinner-down.x-button-active:after, .x-spinner-body .x-spinner-up.x-button-pressed, .x-spinner-body .x-spinner-up.x-button-pressed:after, .x-spinner-body .x-spinner-up.x-button-active, .x-spinner-body .x-spinner-up.x-button-active:after, .x-toolbar .x-spinner-body .x-spinner-up.x-button-pressed, .x-toolbar .x-spinner-body .x-spinner-up.x-button-pressed:after, .x-toolbar .x-spinner-body .x-spinner-up.x-button-active, .x-toolbar .x-spinner-body .x-spinner-up.x-button-active:after { +/* line 78, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-spinner .x-field-input .x-spinner-button.x-button-pressed, .x-spinner .x-field-input .x-spinner-button.x-button-pressed:after, .x-spinner .x-field-input .x-spinner-button.x-button-active, .x-spinner .x-field-input .x-spinner-button.x-button-active:after, .x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-pressed, .x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-pressed:after, .x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-active, .x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-active:after { background-color: #cbcbcb; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b2b2b2), color-stop(10%, #bebebe), color-stop(65%, #cbcbcb), color-stop(100%, #cccccc)); + background-image: -webkit-linear-gradient(#b2b2b2, #bebebe 10%, #cbcbcb 65%, #cccccc); background-image: linear-gradient(#b2b2b2, #bebebe 10%, #cbcbcb 65%, #cccccc); } -/* line 462, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-spinner-body .x-spinner-down { - border-left: 0; +/* line 359, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-spinner .x-field-input .x-spinner-button-down { + border: 0 !important; + border-right: 1px solid #dddddd !important; } -/* line 465, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-spinner-body .x-spinner-up { - border-right: 0; +/* line 363, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-spinner .x-field-input .x-spinner-button-up { + border: 0 !important; + border-left: 1px solid #dddddd !important; } -/* line 472, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field-clear-container { - min-height: 2.5em; - background-color: white; - display: -webkit-box; - display: box; - -webkit-box-orient: horizontal; - box-orient: horizontal; - -webkit-box-align: center; - box-align: center; - -webkit-box-pack: center; - box-pack: center; - padding: 0 .3em; +/* line 370, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-phone .x-select-overlay { + min-width: 14em; + min-height: 12.5em; } -/* line 482, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-android .x-field-clear { - line-height: 1.2em; - padding: 0 .3em; +/* line 376, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-select-overlay { + min-width: 18em; + min-height: 22em; } - -/* line 487, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field-clear { - width: 1.1em; - height: 1.1em; - -webkit-border-radius: 0.55em; - border-radius: 0.55em; - background-color: rgba(0, 0, 0, 0.15); - color: #fff; - font-weight: bold; - line-height: .9em; - text-align: center; - padding: 0 .27em; +/* line 380, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-select-overlay .x-list-item-label { + height: 2.6em; } - -/* line 499, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field-clearable input.x-field-clearable { - padding-right: 1.7em; +/* line 384, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-select-overlay .x-list-label { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + display: block; } - -/* line 503, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-label-align-top .x-field-clear { - top: auto; - bottom: .7em; +/* line 389, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-select-overlay .x-list-item { + padding-right: 2.6em; } - -/* line 508, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-label-align-right .x-field-clear { - top: 0.6em; - right: 0.6em; +/* line 394, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-select-overlay .x-item-selected:before { + border-color: #262626; + margin-top: -0.85em; +} +/* line 399, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-select-overlay .x-item-selected:after { + border-color: #dddddd; } /* line 11, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ -.x-slider { +.x-slider-field .x-component-outer, .x-toggle-field .x-component-outer { + margin: 0.6em; +} + +/* line 17, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ +.x-slider, +.x-toggle { position: relative; height: 2.2em; - margin: 0.6em; min-height: 0; + min-width: 0; +} +/* line 23, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ +.x-slider > *, +.x-toggle > * { + position: absolute; + width: 100%; + height: 100%; } -/* line 41, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ +/* line 53, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ .x-thumb { position: absolute; height: 2.2em; width: 2.2em; } -/* line 47, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ +/* line 59, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ .x-thumb:before { content: ""; position: absolute; @@ -4780,29 +5729,26 @@ input, textarea { border-radius: 0.925em; background-color: #dddddd; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(50%, #eaeaea), color-stop(51%, #dddddd), color-stop(100%, #d0d0d0)); + background-image: -webkit-linear-gradient(#ffffff, #eaeaea 50%, #dddddd 51%, #d0d0d0); background-image: linear-gradient(#ffffff, #eaeaea 50%, #dddddd 51%, #d0d0d0); -webkit-box-shadow: inset rgba(255, 255, 255, 0.5) 0 0 0.1em, inset rgba(255, 255, 255, 0.3) 0 -0.1em 0; -webkit-background-clip: padding; background-clip: padding-box; } -/* line 57, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ +/* line 69, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ .x-thumb.x-dragging { opacity: 1; } -/* line 58, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ +/* line 70, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ .x-thumb.x-dragging:before { background-color: #d0d0d0; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f7f7), color-stop(50%, #dddddd), color-stop(51%, #d0d0d0), color-stop(100%, #c4c4c4)); + background-image: -webkit-linear-gradient(#f7f7f7, #dddddd 50%, #d0d0d0 51%, #c4c4c4); background-image: linear-gradient(#f7f7f7, #dddddd 50%, #d0d0d0 51%, #c4c4c4); } -/* line 65, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ -.x-input-slider { - width: auto; -} - -/* line 70, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ -.x-input-slider:after { +/* line 78, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ +.x-slider:after { content: ""; position: absolute; width: auto; @@ -4813,6 +5759,7 @@ input, textarea { margin: 0 0.925em; background-color: #dddddd; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c4c4c4), color-stop(10%, #d0d0d0), color-stop(65%, #dddddd), color-stop(100%, #dedede)); + background-image: -webkit-linear-gradient(#c4c4c4, #d0d0d0 10%, #dddddd 65%, #dedede); background-image: linear-gradient(#c4c4c4, #d0d0d0 10%, #dddddd 65%, #dedede); border: 0.1em solid rgba(0, 0, 0, 0.1); border-bottom: 0; @@ -4821,13 +5768,8 @@ input, textarea { border-radius: 0.4em; } -/* line 82, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ -.x-field-toggle, .x-field-slider { - background-color: #fff; -} - -/* line 87, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ -.x-field-toggle .x-slider { +/* line 90, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ +.x-toggle { width: 4.4em; -webkit-border-radius: 1.1em; border-radius: 1.1em; @@ -4835,99 +5777,264 @@ input, textarea { border: 0.1em solid #b7b7b7; background-color: #dddddd; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c4c4c4), color-stop(10%, #d0d0d0), color-stop(65%, #dddddd), color-stop(100%, #dedede)); + background-image: -webkit-linear-gradient(#c4c4c4, #d0d0d0 10%, #dddddd 65%, #dedede); background-image: linear-gradient(#c4c4c4, #d0d0d0 10%, #dddddd 65%, #dedede); - z-index: 2; -} -/* line 109, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ -.x-field-toggle .x-slider .x-thumb .x-toggle-thumb-off, .x-field-toggle .x-slider .x-thumb .x-toggle-thumb-on { - display: none; + -webkit-box-flex: 0; } -/* line 113, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ -.x-field-toggle .x-slider .x-thumb.x-dragging { +/* line 110, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ +.x-toggle .x-thumb.x-dragging { opacity: 1; } -/* line 117, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ -.x-field-toggle .x-slider .x-thumb:before { +/* line 114, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ +.x-toggle .x-thumb:before { top: 0.175em; } -/* line 145, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ -.x-field-toggle .x-slider.x-toggle-on { + +/* line 143, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ +.x-toggle-on { background-color: #92cf00; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6e9c00), color-stop(10%, #80b500), color-stop(65%, #92cf00), color-stop(100%, #94d200)); + background-image: -webkit-linear-gradient(#6e9c00, #80b500 10%, #92cf00 65%, #94d200); background-image: linear-gradient(#6e9c00, #80b500 10%, #92cf00 65%, #94d200); } -/* line 517, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-select-overlay { - min-width: 200px; +/* line 410, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +input[type="search"]::-webkit-search-cancel-button { + -webkit-appearance: none; } -/* line 8, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ -div.x-sheet.x-msgbox { - width: 15em; +/* line 416, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-number input::-webkit-outer-spin-button, .x-field-number input::-webkit-inner-spin-button { + -webkit-appearance: none; + margin: 0; +} + +/* line 425, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-input { + display: -webkit-box; + display: box; + -webkit-box-orient: horizontal; + box-orient: horizontal; + -webkit-box-align: center; + box-align: center; + -webkit-box-pack: center; + box-pack: center; +} +/* line 431, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-input .x-input-el { + -webkit-box-flex: 1; + box-flex: 1; +} +/* line 435, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-input .x-clear-icon { + display: none; + margin: .5em; + width: 1.1em; + height: 1.1em; + -webkit-border-radius: 0.55em; + border-radius: 0.55em; + background-color: rgba(0, 0, 0, 0.15); + color: #fff; + font-weight: bold; + line-height: .9em; + text-align: center; + padding: 0 .27em; +} + +/* line 450, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-android .x-clear-icon { + line-height: 1.2em; + padding: 0 .3em; +} + +/* line 456, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-clearable .x-clear-icon { + display: block; +} + +/* line 462, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-textarea .x-field-input { + -webkit-box-align: start; + box-align: start; +} + +/* line 467, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-android .x-input-el { + -webkit-text-fill-color: #000; +} + +/* line 477, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-item-disabled .x-form-label span, +.x-item-disabled input, +.x-item-disabled .x-spinner-body, +.x-item-disabled select, +.x-item-disabled textarea, +.x-item-disabled .x-field-clear-container { + color: #b3b3b3; + -webkit-text-fill-color: #b3b3b3; + pointer-events: none; +} + +/* line 486, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-form-fieldset .x-field.x-form-fieldset-item-first { + -webkit-border-top-left-radius: 0.4em; + border-top-left-radius: 0.4em; + -webkit-border-top-right-radius: 0.4em; + border-top-right-radius: 0.4em; +} +/* line 492, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-form-fieldset .x-field.x-form-fieldset-item-last { + border-bottom: 0; + -webkit-border-bottom-left-radius: 0.4em; + border-bottom-left-radius: 0.4em; + -webkit-border-bottom-right-radius: 0.4em; + border-bottom-right-radius: 0.4em; +} + +/* line 504, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-select { + position: relative; +} +/* line 507, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-select:before, .x-field-select:after { + pointer-events: none; + position: absolute; + display: block; + right: 0; +} +/* line 515, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-select:after { + content: ""; + position: absolute; + width: 0; + height: 0; + top: 0; + left: auto; + margin: 1em; + border: .4em solid transparent; + border-top-color: #dddddd; + z-index: 2; +} +/* line 523, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-select.x-label-align-top:after { + top: auto; + bottom: 0; +} +/* line 528, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-select:before { + content: ""; + position: absolute; + width: 4em; + height: auto; + top: 0; + left: auto; + bottom: 0; + -webkit-border-top-right-radius: inherit; + border-top-right-radius: inherit; + -webkit-border-bottom-right-radius: inherit; + border-bottom-right-radius: inherit; + background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(255, 255, 255, 0)), color-stop(0.5, white)); + z-index: 1; +} +/* line 536, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-select .x-form-field { + white-space: nowrap; + width: 100%; + overflow: hidden; + text-overflow: ellipsis; +} +/* line 543, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-select .x-form-field-container { + margin-right: 40px; +} + +/* line 7, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +.x-msgbox { + min-width: 15em; + max-width: 20em; + padding: 0.8em; -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0.1em 0.5em; -webkit-border-radius: 0.3em; border-radius: 0.3em; border: 0.15em solid #7c92ae; } -/* line 13, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ -div.x-sheet.x-msgbox .x-toolbar-title { +/* line 15, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +.x-msgbox .x-title { font-size: .9em; line-height: 1.4em; } -/* line 17, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ -div.x-sheet.x-msgbox .x-toolbar { +/* line 20, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +.x-msgbox .x-body { + background: transparent !important; +} +/* line 24, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +.x-msgbox .x-toolbar { background: transparent none; -webkit-box-shadow: none; } -/* line 21, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ -div.x-sheet.x-msgbox .x-toolbar.x-docked-top { +/* line 28, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +.x-msgbox .x-toolbar.x-docked-top { border-bottom: 0; height: 1.3em; } -/* line 26, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ -div.x-sheet.x-msgbox .x-toolbar.x-docked-bottom { +/* line 33, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +.x-msgbox .x-toolbar.x-docked-bottom { border-top: 0; } - -/* line 31, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ -.x-msgbox-body { - padding: 6px 0; - position: relative; - text-align: center; +/* line 38, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +.x-msgbox .x-field { + margin: .4em .4em 0 .4em; + min-height: 2em; + background: #fff; + -webkit-border-radius: 0.2em; + border-radius: 0.2em; +} +/* line 44, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +.x-msgbox .x-field:last-child { + margin-bottom: .4em; +} +/* line 48, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +.x-msgbox .x-field .x-clear-icon { + margin: .4em; +} +/* line 53, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +.x-msgbox .x-form-field { + min-height: 1.5em; + -webkit-appearance: none; } -/* line 36, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +/* line 59, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ .x-msgbox-text { font-size: .9em; + text-align: center; + padding: 6px 0; + line-height: 1.4em; } -/* line 41, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +/* line 66, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +.x-msgbox-buttons { + padding: 0.4em 0; + height: auto; +} +/* line 70, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ .x-msgbox-buttons .x-button { min-width: 4.5em; } -/* line 45, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +/* line 74, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ .x-msgbox-buttons .x-button-normal span { opacity: .7; } -/* line 49, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ -.x-msgbox-input { - margin-top: .4em; - -webkit-appearance: none; - -webkit-border-radius: 0.2em; - border-radius: 0.2em; -} - -/* line 61, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +/* line 85, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ .x-msgbox-dark .x-msgbox-text { color: rgba(250, 251, 252, 0.9); text-shadow: rgba(0, 0, 0, 0.5) 0 -0.08em 0; } -/* line 65, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +/* line 89, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ .x-msgbox-dark .x-msgbox-input { background-color: rgba(250, 251, 252, 0.9); background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(219, 225, 232, 0.9)), color-stop(10%, rgba(234, 238, 242, 0.9)), color-stop(65%, rgba(250, 251, 252, 0.9)), color-stop(100%, rgba(252, 252, 253, 0.9))); + background-image: -webkit-linear-gradient(rgba(219, 225, 232, 0.9), rgba(234, 238, 242, 0.9) 10%, rgba(250, 251, 252, 0.9) 65%, rgba(252, 252, 253, 0.9)); background-image: linear-gradient(rgba(219, 225, 232, 0.9), rgba(234, 238, 242, 0.9) 10%, rgba(250, 251, 252, 0.9) 65%, rgba(252, 252, 253, 0.9)); border: 0.1em solid rgba(124, 146, 174, 0.9); } diff --git a/lib/resources/css-debug/bb6.css b/lib/resources/css-debug/bb6.css index 119839e..e62c535 100644 --- a/lib/resources/css-debug/bb6.css +++ b/lib/resources/css-debug/bb6.css @@ -75,75 +75,106 @@ input, textarea, select { } /** - * @global {boolean} [$include-html-style=true] Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). Styles are scoped to .x-html. Set to false to reduce CSS weight. + * @class Global_CSS + * + * Global CSS variables and mixins of Sencha Touch. + */ +/** + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. + */ +/** + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-default-icons=true] Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, and user. Set to false to reduce CSS weight. + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. */ /** - * @global {boolean} [$include-form-sliders=true] Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). */ /** - * @global {boolean} [$include-floating-panels=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. */ /** - * @global {boolean} [$include-default-uis=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-highlights=true] Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-border-radius=true] Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. */ /** - * @global {boolean} [$basic-slider=false] Optionally remove CSS3 effects from the slider component for improved performance. + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. */ /** - * @global {color} [$base-color=#354F6E] The primary color variable from which most elements derive their color scheme. + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. + * @see background-gradient */ /** - * @global {string} [$base-gradient='matte'] The primary gradient variable from which most elements derive their color scheme. + * @var {font-family} $font-family + * The font-family to be used throughout the theme. * @see background-gradient */ /** - * @global {color} [$alert-color=red] Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + */ +/** + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). */ /** - * @global {color} [$confirm-color=#92cf00] Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. */ /** - * @global {color} [$active-color=darken(saturate($base-color, 55%), 10%)] Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + * @var {color} $page-bg-color + * Background color for fullscreen components. */ /** - * @global {color} [$page-bg-color=#eee] Background color for fullscreen components. + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. */ /** - * @global {measurement} [$global-row-height=2.6em] The minimum row height for items like toolbars and list items. + * @class Global_CSS */ /** * Add a background gradient to a selector. * - * @param {color} $bg-color The base color of the gradient. - * @param {string} [$type=$base-gradient] The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + * .my-element { + * @include background-gradient(green, 'recessed') + * } * - * @example - * .my-element { - * @include background-gradient(green, 'recessed') - * } + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. */ /** * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). * - * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + * @include pictos-iconmask('attachment'); * - * @example - * @include pictos-iconmask('attachment'); + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). */ /** * Includes the default styles for toolbar buttons, mostly used as a helper function. * * @param {color} $bg-color Base color to be used for the button. - * @param {color} [$type=$button-gradient] $type Gradient style for the button, will automatically use "recessed" when pressed. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. */ /** * Adds a small text shadow (or highlight) to give the impression of beveled text. @@ -158,35 +189,32 @@ input, textarea, select { /** * Adds basic styles to :before or :after pseudo-elements. * - * @param {measurement} [$width=30px] Height of pseudo-element. - * @param {measurement} [$height=30px] Height of pseudo-element. - * @param {measurement} [$top=0] Top positioning of pseudo-element. - * @param {measurement} [$left=0] Left positioning of pseudo-element. + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. * - * @example - * .my-element:after { - * @include insertion(50px, 50px); - * } */ /** * Makes an element stretch to its parent's bounds. - * */ /** * Colors the text of an element based on lightness of its background. * - * @param {color} $bg-color Background color of element. - * @param {percent} [$contrast=100%] Contrast of text color to its background. + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } * - * @example - * .my-element { - * @include color-by-background(#fff); // Colors text black. - * } + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } * - * @example - * .my-element { - * @include color-by-background(#fff, 40%); // Colors text gray. - * } + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. * */ /** @@ -200,95 +228,83 @@ input, textarea, select { * Creates a background gradient for masked elements, based on the lightness of their background. * * @param {color} $bg-color Background color of element. - * @param {percent} [$percent=100%] Contrast of the new gradient to its background. - * @param {percent} [$style=$base-gradient] Gradient style of the gradient. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. * @see background-gradient * */ +/** + * Makes the element text overflow to use ellipsis. + */ /* line 10, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ html, body { font-family: "Helvetica Neue", HelveticaNeue, "Helvetica-Neue", Helvetica, "BBAlpha Sans", sans-serif; font-weight: normal; position: relative; + -webkit-text-size-adjust: none; +} + +/* line 17, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +body.x-desktop { + overflow: hidden; } -/* line 16, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 21, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ *, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-user-select: none; - -webkit-text-size-adjust: none; -webkit-touch-callout: none; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -} - -/*.x-android {*/ -/*input[type=checkbox], input[type=radio] {*/ -/*-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;*/ -/*}*/ -/*input, textarea {*/ -/*-webkit-tap-highlight-color: rgba(0, 0, 0, 1) !important;*/ -/*}*/ -/*}*/ -/* line 34, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -html, body, .x-body-stretcher { - width: 100%; - height: 100%; + -webkit-user-drag: none; } -/* line 39, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 29, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-ios.x-tablet .x-landscape * { -webkit-text-stroke: 1px transparent; } -/* -.x-ipad { - .x-container, .x-panel, .x-toolbar, .x-mask { - -webkit-transform: translate3d(0, 0, 0); - } -} -*/ -/* line 51, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 33, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ body { font-size: 104%; } -/* line 55, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 37, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ body.x-ios { -webkit-backface-visibility: hidden; } -/* line 59, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 41, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ body.x-android.x-phone { font-size: 116%; } -/* line 63, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 45, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ body.x-ios.x-phone { font-size: 114%; } -/* line 67, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 49, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ body.x-desktop { font-size: 114%; } -/* line 71, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 53, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ input, textarea { -webkit-user-select: text; } -/* line 75, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 57, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-hidden-visibility { visibility: hidden !important; } -/* line 79, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-hidden-display, .x-field-slider .x-field-mask, .x-field-toggle .x-field-mask, .x-field-checkbox .x-field-mask, .x-field-radio .x-field-mask, .x-field-hidden { +/* line 61, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +.x-hidden-display, .x-field-hidden { display: none !important; } -/* line 83, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 65, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-hidden-offsets { position: absolute !important; left: -10000em; @@ -296,84 +312,25 @@ input, textarea { visibility: hidden; } -/* line 90, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 72, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-fullscreen { position: absolute !important; - top: 0px; - left: 0px; } -/* line 96, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 79, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-desktop .x-body-stretcher { margin-bottom: 0px; } -/* line 100, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-scroller-parent { - overflow: hidden !important; -} - -/* line 104, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-scroller-parent, .x-scroller { - position: relative; -} - -/* line 108, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-ios .x-scroller, .x-ios .x-scroller > * { - -webkit-transform: translate3d(0, 0, 0); -} - -/* line 112, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-draggable { - z-index: 1; -} - -/* line 116, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-scrollbar { - position: absolute; - z-index: 10; - opacity: 0; -} - -/* line 127, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-android .x-scrollbar { - -webkit-transition-property: none; - -webkit-transition-duration: 0ms; - -webkit-border-radius: 0px; -} - -/* line 133, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-scrollbar-dark { - background-color: rgba(0, 0, 0, 0.6); - border: 1px solid rgba(255, 255, 255, 0.2); -} - -/* line 138, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-scrollbar-light { - background-color: rgba(255, 255, 255, 0.6); - border: 1px solid rgba(0, 0, 0, 0.2); -} - -/* line 143, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-scrollbar-vertical { - top: 0; - right: 4px; - width: 4px; -} - -/* line 149, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-scrollbar-horizontal { - left: 0; - bottom: 4px; - height: 4px; -} - -/* line 155, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 83, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-mask { position: absolute; top: 0; left: 0; - z-index: 8000; + bottom: 0; + right: 0; + height: 100%; + z-index: 10; display: -webkit-box; display: box; -webkit-box-align: center; @@ -382,12 +339,25 @@ input, textarea { box-pack: center; background: rgba(0, 0, 0, 0.3) center center no-repeat; } -/* line 165, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 100, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-mask.x-mask-gray { background-color: rgba(0, 0, 0, 0.5); } -/* line 169, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-mask .x-mask-loading { +/* line 104, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +.x-mask.x-mask-transparent { + background-color: transparent; +} +/* line 108, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +.x-mask .x-mask-inner { + background: rgba(0, 0, 0, 0.25); + color: #fff; + text-align: center; + padding: .4em; + font-size: .95em; + font-weight: bold; +} +/* line 118, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +.x-mask .x-loading-spinner-outer { display: -webkit-box; display: box; -webkit-box-orient: vertical; @@ -396,269 +366,262 @@ input, textarea { box-align: center; -webkit-box-pack: center; box-pack: center; - color: #fff; - text-align: center; - padding: .4em; - font-weight: bold; - display: block; - width: 8.5em; + width: 100%; + min-width: 8.5em; height: 8.5em; - background: rgba(0, 0, 0, 0.25); } -/* line 185, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-mask .x-loading-spinner { - margin: 1em auto .2em; +/* line 129, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +.x-mask.x-indicator-hidden .x-loading-spinner-outer { + display: none; } -/* line 189, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-mask .x-loading-msg { - font-size: .95em; +/* line 134, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +.x-mask .x-mask-message { + -webkit-box-flex: 0 !important; + max-width: 13em; + min-width: 8.5em; } -/* line 195, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-floating { - position: absolute !important; - z-index: 10000 !important; - top: 0; - left: 0; +/* line 142, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +.x-draggable { + z-index: 1; } -/* line 202, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 146, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-dragging { opacity: 0.7; } -/* line 206, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 150, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-panel-list { background-color: #afbfce; } -/* line 211, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 155, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-html { -webkit-user-select: auto; -webkit-touch-callout: inherit; line-height: 1.5; color: #333; font-size: .8em; - padding: 1.2em; + margin: 1.2em; } -/* line 33, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 33, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html body { line-height: 1.5; font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; color: #333333; font-size: 75%; } -/* line 51, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 51, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html h1, .x-html h2, .x-html h3, .x-html h4, .x-html h5, .x-html h6 { font-weight: normal; color: #222222; } -/* line 52, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 52, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html h1 img, .x-html h2 img, .x-html h3 img, .x-html h4 img, .x-html h5 img, .x-html h6 img { margin: 0; } -/* line 53, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 53, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html h1 { font-size: 3em; line-height: 1; margin-bottom: 0.50em; } -/* line 54, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 54, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html h2 { font-size: 2em; margin-bottom: 0.75em; } -/* line 55, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 55, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1.00em; } -/* line 56, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 56, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; } -/* line 57, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 57, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.50em; } -/* line 58, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 58, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html h6 { font-size: 1em; font-weight: bold; } -/* line 59, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 59, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html p { margin: 0 0 1.5em; } -/* line 60, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 60, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html p .left { display: inline; float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; } -/* line 61, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 61, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html p .right { display: inline; float: right; margin: 1.5em 0 1.5em 1.5em; padding: 0; } -/* line 62, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 62, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html a { text-decoration: underline; color: #0066cc; } -/* line 18, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */ +/* line 18, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */ .x-html a:visited { color: #004c99; } -/* line 21, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */ +/* line 21, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */ .x-html a:focus { color: #0099ff; } -/* line 24, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */ +/* line 24, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */ .x-html a:hover { color: #0099ff; } -/* line 27, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */ +/* line 27, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */ .x-html a:active { color: #bf00ff; } -/* line 63, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 63, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html blockquote { margin: 1.5em; color: #666666; font-style: italic; } -/* line 64, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 64, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html strong, .x-html dfn { font-weight: bold; } -/* line 65, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 65, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html em, .x-html dfn { font-style: italic; } -/* line 66, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 66, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html sup, .x-html sub { line-height: 0; } -/* line 67, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 67, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html abbr, .x-html acronym { border-bottom: 1px dotted #666666; } -/* line 68, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 68, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html address { margin: 0 0 1.5em; font-style: italic; } -/* line 69, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 69, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html del { color: #666666; } -/* line 70, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 70, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html pre { margin: 1.5em 0; white-space: pre; } -/* line 71, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 71, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html pre, .x-html code, .x-html tt { font: 1em "andale mono", "lucida console", monospace; line-height: 1.5; } -/* line 72, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 72, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html li ul, .x-html li ol { margin: 0; } -/* line 73, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 73, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html ul, .x-html ol { margin: 0 1.5em 1.5em 0; padding-left: 1.5em; } -/* line 74, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 74, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html ul { list-style-type: disc; } -/* line 75, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 75, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html ol { list-style-type: decimal; } -/* line 76, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 76, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html dl { margin: 0 0 1.5em 0; } -/* line 77, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 77, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html dl dt { font-weight: bold; } -/* line 78, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 78, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html dd { margin-left: 1.5em; } -/* line 79, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 79, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html table { margin-bottom: 1.4em; width: 100%; } -/* line 80, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 80, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html th { font-weight: bold; } -/* line 81, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 81, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html thead th { background: #c3d9ff; } -/* line 82, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 82, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html th, .x-html td, .x-html caption { padding: 4px 10px 4px 5px; } -/* line 85, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ -.x-html table.striped tr:nth-child(even) td, -.x-html table tr.even td { +/* line 85, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +.x-html table.striped tr:nth-child(even) td, .x-html table tr.even td { background: #e5ecf9; } -/* line 86, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 86, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html tfoot { font-style: italic; } -/* line 87, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 87, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html caption { background: #eeeeee; } -/* line 88, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 88, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html .quiet { color: #666666; } -/* line 89, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 89, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html .loud { color: #111111; } -/* line 221, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 165, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-html ul li { list-style-type: circle; } -/* line 224, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 168, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-html ol li { list-style-type: decimal; } -/* line 230, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 174, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-video { background-color: #000; } -/* line 234, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 178, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-sortable .x-dragging { opacity: 1; z-index: 5; } -/* line 239, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 183, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-fullscreen { background: #eeeeee; } @@ -666,85 +629,119 @@ input, textarea { /* line 1, ../themes/stylesheets/sencha-touch/default/widgets/_map.scss */ .x-map { background-color: #edeae2; - width: 100%; - height: 100%; +} +/* line 3, ../themes/stylesheets/sencha-touch/default/widgets/_map.scss */ +.x-map * { + -webkit-box-sizing: content-box; + box-sizing: content-box; } -/* line 7, ../themes/stylesheets/sencha-touch/default/widgets/_map.scss */ +/* line 9, ../themes/stylesheets/sencha-touch/default/widgets/_map.scss */ .x-mask-map { background: transparent !important; } /** - * @global {boolean} [$include-html-style=true] Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). Styles are scoped to .x-html. Set to false to reduce CSS weight. + * @class Global_CSS + * + * Global CSS variables and mixins of Sencha Touch. + */ +/** + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. + */ +/** + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-default-icons=true] Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, and user. Set to false to reduce CSS weight. + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. */ /** - * @global {boolean} [$include-form-sliders=true] Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). */ /** - * @global {boolean} [$include-floating-panels=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. */ /** - * @global {boolean} [$include-default-uis=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-highlights=true] Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-border-radius=true] Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. */ /** - * @global {boolean} [$basic-slider=false] Optionally remove CSS3 effects from the slider component for improved performance. + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. */ /** - * @global {color} [$base-color=#354F6E] The primary color variable from which most elements derive their color scheme. + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. + * @see background-gradient */ /** - * @global {string} [$base-gradient='matte'] The primary gradient variable from which most elements derive their color scheme. + * @var {font-family} $font-family + * The font-family to be used throughout the theme. * @see background-gradient */ /** - * @global {color} [$alert-color=red] Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + */ +/** + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). */ /** - * @global {color} [$confirm-color=#92cf00] Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. */ /** - * @global {color} [$active-color=darken(saturate($base-color, 55%), 10%)] Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + * @var {color} $page-bg-color + * Background color for fullscreen components. */ /** - * @global {color} [$page-bg-color=#eee] Background color for fullscreen components. + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. */ /** - * @global {measurement} [$global-row-height=2.6em] The minimum row height for items like toolbars and list items. + * @class Global_CSS */ /** * Add a background gradient to a selector. * - * @param {color} $bg-color The base color of the gradient. - * @param {string} [$type=$base-gradient] The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + * .my-element { + * @include background-gradient(green, 'recessed') + * } * - * @example - * .my-element { - * @include background-gradient(green, 'recessed') - * } + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. */ /** * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). * - * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + * @include pictos-iconmask('attachment'); * - * @example - * @include pictos-iconmask('attachment'); + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). */ /** * Includes the default styles for toolbar buttons, mostly used as a helper function. * * @param {color} $bg-color Base color to be used for the button. - * @param {color} [$type=$button-gradient] $type Gradient style for the button, will automatically use "recessed" when pressed. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. */ /** * Adds a small text shadow (or highlight) to give the impression of beveled text. @@ -759,35 +756,32 @@ input, textarea { /** * Adds basic styles to :before or :after pseudo-elements. * - * @param {measurement} [$width=30px] Height of pseudo-element. - * @param {measurement} [$height=30px] Height of pseudo-element. - * @param {measurement} [$top=0] Top positioning of pseudo-element. - * @param {measurement} [$left=0] Left positioning of pseudo-element. + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. * - * @example - * .my-element:after { - * @include insertion(50px, 50px); - * } */ /** * Makes an element stretch to its parent's bounds. - * */ /** * Colors the text of an element based on lightness of its background. * - * @param {color} $bg-color Background color of element. - * @param {percent} [$contrast=100%] Contrast of text color to its background. + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } * - * @example - * .my-element { - * @include color-by-background(#fff); // Colors text black. - * } + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } * - * @example - * .my-element { - * @include color-by-background(#fff, 40%); // Colors text gray. - * } + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. * */ /** @@ -801,81 +795,115 @@ input, textarea { * Creates a background gradient for masked elements, based on the lightness of their background. * * @param {color} $bg-color Background color of element. - * @param {percent} [$percent=100%] Contrast of the new gradient to its background. - * @param {percent} [$style=$base-gradient] Gradient style of the gradient. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. * @see background-gradient * */ /** - * @global {boolean} [$include-html-style=true] Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). Styles are scoped to .x-html. Set to false to reduce CSS weight. + * Makes the element text overflow to use ellipsis. + */ +/** + * @class Global_CSS + * + * Global CSS variables and mixins of Sencha Touch. + */ +/** + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-default-icons=true] Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, and user. Set to false to reduce CSS weight. + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-form-sliders=true] Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. */ /** - * @global {boolean} [$include-floating-panels=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). */ /** - * @global {boolean} [$include-default-uis=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. */ /** - * @global {boolean} [$include-highlights=true] Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-border-radius=true] Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$basic-slider=false] Optionally remove CSS3 effects from the slider component for improved performance. + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. */ /** - * @global {color} [$base-color=#354F6E] The primary color variable from which most elements derive their color scheme. + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. */ /** - * @global {string} [$base-gradient='matte'] The primary gradient variable from which most elements derive their color scheme. + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. * @see background-gradient */ /** - * @global {color} [$alert-color=red] Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + * @var {font-family} $font-family + * The font-family to be used throughout the theme. + * @see background-gradient + */ +/** + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + */ +/** + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). */ /** - * @global {color} [$confirm-color=#92cf00] Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. */ /** - * @global {color} [$active-color=darken(saturate($base-color, 55%), 10%)] Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + * @var {color} $page-bg-color + * Background color for fullscreen components. */ /** - * @global {color} [$page-bg-color=#eee] Background color for fullscreen components. + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. */ /** - * @global {measurement} [$global-row-height=2.6em] The minimum row height for items like toolbars and list items. + * @class Global_CSS */ /** * Add a background gradient to a selector. * - * @param {color} $bg-color The base color of the gradient. - * @param {string} [$type=$base-gradient] The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + * .my-element { + * @include background-gradient(green, 'recessed') + * } * - * @example - * .my-element { - * @include background-gradient(green, 'recessed') - * } + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. */ /** * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). * - * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + * @include pictos-iconmask('attachment'); * - * @example - * @include pictos-iconmask('attachment'); + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). */ /** * Includes the default styles for toolbar buttons, mostly used as a helper function. * * @param {color} $bg-color Base color to be used for the button. - * @param {color} [$type=$button-gradient] $type Gradient style for the button, will automatically use "recessed" when pressed. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. */ /** * Adds a small text shadow (or highlight) to give the impression of beveled text. @@ -890,35 +918,32 @@ input, textarea { /** * Adds basic styles to :before or :after pseudo-elements. * - * @param {measurement} [$width=30px] Height of pseudo-element. - * @param {measurement} [$height=30px] Height of pseudo-element. - * @param {measurement} [$top=0] Top positioning of pseudo-element. - * @param {measurement} [$left=0] Left positioning of pseudo-element. + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. * - * @example - * .my-element:after { - * @include insertion(50px, 50px); - * } */ /** * Makes an element stretch to its parent's bounds. - * */ /** * Colors the text of an element based on lightness of its background. * - * @param {color} $bg-color Background color of element. - * @param {percent} [$contrast=100%] Contrast of text color to its background. + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } * - * @example - * .my-element { - * @include color-by-background(#fff); // Colors text black. - * } + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } * - * @example - * .my-element { - * @include color-by-background(#fff, 40%); // Colors text gray. - * } + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. * */ /** @@ -932,81 +957,115 @@ input, textarea { * Creates a background gradient for masked elements, based on the lightness of their background. * * @param {color} $bg-color Background color of element. - * @param {percent} [$percent=100%] Contrast of the new gradient to its background. - * @param {percent} [$style=$base-gradient] Gradient style of the gradient. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. * @see background-gradient * */ /** - * @global {boolean} [$include-html-style=true] Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). Styles are scoped to .x-html. Set to false to reduce CSS weight. + * Makes the element text overflow to use ellipsis. + */ +/** + * @class Global_CSS + * + * Global CSS variables and mixins of Sencha Touch. + */ +/** + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. + */ +/** + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-default-icons=true] Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, and user. Set to false to reduce CSS weight. + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. */ /** - * @global {boolean} [$include-form-sliders=true] Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). */ /** - * @global {boolean} [$include-floating-panels=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. */ /** - * @global {boolean} [$include-default-uis=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-highlights=true] Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-border-radius=true] Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. */ /** - * @global {boolean} [$basic-slider=false] Optionally remove CSS3 effects from the slider component for improved performance. + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. */ /** - * @global {color} [$base-color=#354F6E] The primary color variable from which most elements derive their color scheme. + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. + * @see background-gradient */ /** - * @global {string} [$base-gradient='matte'] The primary gradient variable from which most elements derive their color scheme. + * @var {font-family} $font-family + * The font-family to be used throughout the theme. * @see background-gradient */ /** - * @global {color} [$alert-color=red] Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + */ +/** + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). */ /** - * @global {color} [$confirm-color=#92cf00] Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. */ /** - * @global {color} [$active-color=darken(saturate($base-color, 55%), 10%)] Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + * @var {color} $page-bg-color + * Background color for fullscreen components. */ /** - * @global {color} [$page-bg-color=#eee] Background color for fullscreen components. + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. */ /** - * @global {measurement} [$global-row-height=2.6em] The minimum row height for items like toolbars and list items. + * @class Global_CSS */ /** * Add a background gradient to a selector. * - * @param {color} $bg-color The base color of the gradient. - * @param {string} [$type=$base-gradient] The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + * .my-element { + * @include background-gradient(green, 'recessed') + * } * - * @example - * .my-element { - * @include background-gradient(green, 'recessed') - * } + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. */ /** * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). * - * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + * @include pictos-iconmask('attachment'); * - * @example - * @include pictos-iconmask('attachment'); + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). */ /** * Includes the default styles for toolbar buttons, mostly used as a helper function. * * @param {color} $bg-color Base color to be used for the button. - * @param {color} [$type=$button-gradient] $type Gradient style for the button, will automatically use "recessed" when pressed. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. */ /** * Adds a small text shadow (or highlight) to give the impression of beveled text. @@ -1021,35 +1080,32 @@ input, textarea { /** * Adds basic styles to :before or :after pseudo-elements. * - * @param {measurement} [$width=30px] Height of pseudo-element. - * @param {measurement} [$height=30px] Height of pseudo-element. - * @param {measurement} [$top=0] Top positioning of pseudo-element. - * @param {measurement} [$left=0] Left positioning of pseudo-element. + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. * - * @example - * .my-element:after { - * @include insertion(50px, 50px); - * } */ /** * Makes an element stretch to its parent's bounds. - * */ /** * Colors the text of an element based on lightness of its background. * - * @param {color} $bg-color Background color of element. - * @param {percent} [$contrast=100%] Contrast of text color to its background. + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } * - * @example - * .my-element { - * @include color-by-background(#fff); // Colors text black. - * } + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } * - * @example - * .my-element { - * @include color-by-background(#fff, 40%); // Colors text gray. - * } + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. * */ /** @@ -1063,127 +1119,147 @@ input, textarea { * Creates a background gradient for masked elements, based on the lightness of their background. * * @param {color} $bg-color Background color of element. - * @param {percent} [$percent=100%] Contrast of the new gradient to its background. - * @param {percent} [$style=$base-gradient] Gradient style of the gradient. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. * @see background-gradient * */ /** - * @global {measurement} [$toolbar-spacing=.2em] - * Space between items in a toolbar (like buttons and fields) - * + * Makes the element text overflow to use ellipsis. + */ +/** * @class Ext.Toolbar - * @xtype toolbar */ /** - * @global {string} [$toolbar-gradient=$base-gradient] + * @var {measurement} $toolbar-spacing + * Space between items in a toolbar (like buttons and fields) + */ +/** + * @var {string} $toolbar-gradient * Background gradient style for toolbars. - * - * @class Ext.Toolbar - * @xtype toolbar - * @see background-gradient */ /** - * @global {boolean} [$include-toolbar-uis=$include-default-uis] + * @var {boolean} $include-toolbar-uis * Optionally disable separate toolbar UIs (light and dark). - * - * @class Ext.Toolbar - * @xtype toolbar */ /** * Includes default toolbar styles. - * - * @class Ext.Toolbar - * @xtype toolbar */ /** * Creates a theme UI for toolbars. * + * // SCSS + * @include sencha-toolbar-ui('sub', #58710D, 'glossy'); + * + * // JS + * var myTb = new Ext.Toolbar({title: 'My Green Glossy Toolbar', ui: 'sub'}) + * * @param {string} $ui-label The name of the UI being created. * Can not included spaces or special punctuation (used in class names) * @param {color} $color Base color for the UI. - * @param {string} [$gradient: $toolbar-gradient] Background gradient style for the UI. - * - * @example - * // SCSS - * @include sencha-toolbar-ui('sub', #58710D, 'glossy'); - * - * // JS - * var myTb = new Ext.Toolbar({title: 'My Green Glossy Toolbar', ui: 'sub'}) - * - * @class Ext.Toolbar - * @xtype toolbar + * @param {string} $gradient: $toolbar-gradien Background gradient style for the UI. */ /** - * @global {boolean} [$include-html-style=true] Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). Styles are scoped to .x-html. Set to false to reduce CSS weight. + * @class Global_CSS + * + * Global CSS variables and mixins of Sencha Touch. + */ +/** + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. + */ +/** + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-default-icons=true] Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, and user. Set to false to reduce CSS weight. + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. */ /** - * @global {boolean} [$include-form-sliders=true] Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). */ /** - * @global {boolean} [$include-floating-panels=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. */ /** - * @global {boolean} [$include-default-uis=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-highlights=true] Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-border-radius=true] Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. */ /** - * @global {boolean} [$basic-slider=false] Optionally remove CSS3 effects from the slider component for improved performance. + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. */ /** - * @global {color} [$base-color=#354F6E] The primary color variable from which most elements derive their color scheme. + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. + * @see background-gradient */ /** - * @global {string} [$base-gradient='matte'] The primary gradient variable from which most elements derive their color scheme. + * @var {font-family} $font-family + * The font-family to be used throughout the theme. * @see background-gradient */ /** - * @global {color} [$alert-color=red] Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + */ +/** + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). */ /** - * @global {color} [$confirm-color=#92cf00] Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. */ /** - * @global {color} [$active-color=darken(saturate($base-color, 55%), 10%)] Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + * @var {color} $page-bg-color + * Background color for fullscreen components. */ /** - * @global {color} [$page-bg-color=#eee] Background color for fullscreen components. + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. */ /** - * @global {measurement} [$global-row-height=2.6em] The minimum row height for items like toolbars and list items. + * @class Global_CSS */ /** * Add a background gradient to a selector. * - * @param {color} $bg-color The base color of the gradient. - * @param {string} [$type=$base-gradient] The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + * .my-element { + * @include background-gradient(green, 'recessed') + * } * - * @example - * .my-element { - * @include background-gradient(green, 'recessed') - * } + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. */ /** * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). * - * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + * @include pictos-iconmask('attachment'); * - * @example - * @include pictos-iconmask('attachment'); + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). */ /** * Includes the default styles for toolbar buttons, mostly used as a helper function. * * @param {color} $bg-color Base color to be used for the button. - * @param {color} [$type=$button-gradient] $type Gradient style for the button, will automatically use "recessed" when pressed. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. */ /** * Adds a small text shadow (or highlight) to give the impression of beveled text. @@ -1198,35 +1274,32 @@ input, textarea { /** * Adds basic styles to :before or :after pseudo-elements. * - * @param {measurement} [$width=30px] Height of pseudo-element. - * @param {measurement} [$height=30px] Height of pseudo-element. - * @param {measurement} [$top=0] Top positioning of pseudo-element. - * @param {measurement} [$left=0] Left positioning of pseudo-element. + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. * - * @example - * .my-element:after { - * @include insertion(50px, 50px); - * } */ /** * Makes an element stretch to its parent's bounds. - * */ /** * Colors the text of an element based on lightness of its background. * - * @param {color} $bg-color Background color of element. - * @param {percent} [$contrast=100%] Contrast of text color to its background. + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } * - * @example - * .my-element { - * @include color-by-background(#fff); // Colors text black. - * } + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } * - * @example - * .my-element { - * @include color-by-background(#fff, 40%); // Colors text gray. - * } + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. * */ /** @@ -1240,150 +1313,161 @@ input, textarea { * Creates a background gradient for masked elements, based on the lightness of their background. * * @param {color} $bg-color Background color of element. - * @param {percent} [$percent=100%] Contrast of the new gradient to its background. - * @param {percent} [$style=$base-gradient] Gradient style of the gradient. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. * @see background-gradient * */ /** - * @global {measurement} $button-height Default height for buttons. - * - * @class Ext.Button - * @xtype button + * Makes the element text overflow to use ellipsis. */ /** - * @global {measurement} $button-radius Default border-radius for buttons. - * * @class Ext.Button - * @xtype button */ /** - * @global {measurement} $button-stroke-weight Default border width for buttons. - * - * @class Ext.Button - * @xtype button + * @var {measurement} $button-height Default height for buttons. */ /** - * @global {string} $button-gradient Default gradient for buttons. - * - * @class Ext.Button - * @xtype button - * @see background-gradient + * @var {measurement} $button-radius Default border-radius for buttons. */ /** - * @global {string} $toolbar-icon-size Default size (width and height) for toolbar icons. - * - * @class Ext.Button - * @xtype button + * @var {measurement} $button-stroke-weight Default border width for buttons. */ /** - * @global {boolean} $include-button-uis Optionally disable separate button UIs, including action, confirm, and decline. + * @var {string} $button-gradient Default gradient for buttons. * - * @class Ext.Button - * @xtype button + * See {@link Global_CSS#background-gradient background-gradient}. */ /** - * @global {boolean} $include-button-uis Optionally disable special CSS3 effects on buttons including gradients, text-shadows, and box-shadows. - * - * @class Ext.Button - * @xtype button + * @var {string} $toolbar-icon-size Default size (width and height) for toolbar icons. + */ +/** + * @var {boolean} $include-button-uis Optionally disable separate button UIs, including action, confirm, and decline. + */ +/** + * @var {boolean} $include-button-highlights Optionally disable special CSS3 effects on buttons including gradients, text-shadows, and box-shadows. */ /** * Includes default button styles. * - * @class Ext.Button - * @xtype button - * @see background-gradient + * See {@link Global_CSS#background-gradient background-gradient}. */ /** * Creates a theme UI for buttons. * Also automatically generates UIs for {ui-label}-round and {ui-label}-small. * + * // SCSS + * @include sencha-button-ui('secondary', #99A4AE, 'glossy'); + * + * // JS + * var cancelBtn = new Ext.Button({text: 'Cancel', ui: 'secondary'}); + * * @param {string} $ui-label The name of the UI being created. * Can not included spaces or special punctuation (used in class names) * @param {color} $color Base color for the UI. - * @param {string} [$gradient: $button-gradient] Default gradient for the UI. - * - * @example - * // SCSS - * @include sencha-button-ui('secondary', #99A4AE, 'glossy'); - * - * // JS - * var cancelBtn = new Ext.Button({text: 'Cancel', ui: 'secondary'}); - * - * @class Ext.Button - * @xtype button + * @param {string} $gradient Default gradient for the UI. + */ +/** + * @class Global_CSS + * + * Global CSS variables and mixins of Sencha Touch. + */ +/** + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-html-style=true] Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). Styles are scoped to .x-html. Set to false to reduce CSS weight. + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-default-icons=true] Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, and user. Set to false to reduce CSS weight. + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. */ /** - * @global {boolean} [$include-form-sliders=true] Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). */ /** - * @global {boolean} [$include-floating-panels=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. */ /** - * @global {boolean} [$include-default-uis=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-highlights=true] Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-border-radius=true] Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. */ /** - * @global {boolean} [$basic-slider=false] Optionally remove CSS3 effects from the slider component for improved performance. + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. */ /** - * @global {color} [$base-color=#354F6E] The primary color variable from which most elements derive their color scheme. + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. + * @see background-gradient */ /** - * @global {string} [$base-gradient='matte'] The primary gradient variable from which most elements derive their color scheme. + * @var {font-family} $font-family + * The font-family to be used throughout the theme. * @see background-gradient */ /** - * @global {color} [$alert-color=red] Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + */ +/** + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). */ /** - * @global {color} [$confirm-color=#92cf00] Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. */ /** - * @global {color} [$active-color=darken(saturate($base-color, 55%), 10%)] Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + * @var {color} $page-bg-color + * Background color for fullscreen components. */ /** - * @global {color} [$page-bg-color=#eee] Background color for fullscreen components. + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. */ /** - * @global {measurement} [$global-row-height=2.6em] The minimum row height for items like toolbars and list items. + * @class Global_CSS */ /** * Add a background gradient to a selector. * - * @param {color} $bg-color The base color of the gradient. - * @param {string} [$type=$base-gradient] The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + * .my-element { + * @include background-gradient(green, 'recessed') + * } * - * @example - * .my-element { - * @include background-gradient(green, 'recessed') - * } + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. */ /** * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). * - * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + * @include pictos-iconmask('attachment'); * - * @example - * @include pictos-iconmask('attachment'); + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). */ /** * Includes the default styles for toolbar buttons, mostly used as a helper function. * * @param {color} $bg-color Base color to be used for the button. - * @param {color} [$type=$button-gradient] $type Gradient style for the button, will automatically use "recessed" when pressed. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. */ /** * Adds a small text shadow (or highlight) to give the impression of beveled text. @@ -1398,35 +1482,32 @@ input, textarea { /** * Adds basic styles to :before or :after pseudo-elements. * - * @param {measurement} [$width=30px] Height of pseudo-element. - * @param {measurement} [$height=30px] Height of pseudo-element. - * @param {measurement} [$top=0] Top positioning of pseudo-element. - * @param {measurement} [$left=0] Left positioning of pseudo-element. + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. * - * @example - * .my-element:after { - * @include insertion(50px, 50px); - * } */ /** * Makes an element stretch to its parent's bounds. - * */ /** * Colors the text of an element based on lightness of its background. * - * @param {color} $bg-color Background color of element. - * @param {percent} [$contrast=100%] Contrast of text color to its background. + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } * - * @example - * .my-element { - * @include color-by-background(#fff); // Colors text black. - * } + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } * - * @example - * .my-element { - * @include color-by-background(#fff, 40%); // Colors text gray. - * } + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. * */ /** @@ -1440,189 +1521,193 @@ input, textarea { * Creates a background gradient for masked elements, based on the lightness of their background. * * @param {color} $bg-color Background color of element. - * @param {percent} [$percent=100%] Contrast of the new gradient to its background. - * @param {percent} [$style=$base-gradient] Gradient style of the gradient. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. * @see background-gradient * */ /** - * @global {boolean} [$include-tabbar-uis=$include-default-uis] Optionally disable separate tabbar UIs (light and dark). - * + * Makes the element text overflow to use ellipsis. + */ +/** * @class Ext.tab.Bar - * @xtype tabbar */ /** - * @global {boolean} [$include-top-tabs=true] + * @var {boolean} $include-tabbar-uis Optionally disable separate tabbar UIs (light and dark). + */ +/** + * @var {boolean} $include-top-tabs * Optionally exclude top tab styles by setting to false. - * - * @class Ext.tab.Bar - * @xtype tabbar */ /** - * @global {boolean} [$include-bottom-tabs=true] + * @var {boolean} $include-bottom-tabs * Optionally exclude bottom tab styles by setting to false. - * - * @class Ext.tab.Bar - * @xtype tabbar */ /** - * @global {color} [$tabs-light=lighten(desaturate($base-color, 10%), 5%)] + * @var {color} $tabs-light * Base color for "light" UI tabs. - * - * @class Ext.tab.Bar - * @xtype tabbar */ /** - * @global {color} [$tabs-light-active=saturate($active-color, 20%)] + * @var {color} $tabs-light-active * Active color for "light" UI tabs. - * - * @class Ext.tab.Bar - * @xtype tabbar */ /** - * @global {color} [$tabs-dark=darken($base-color, 20%)] + * @var {color} $tabs-dark * Base color for "dark" UI tabs. - * - * @class Ext.tab.Bar - * @xtype tabbar */ /** - * @global {color} [$tabs-dark-active=saturate(lighten($active-color, 30%), 70%)] + * @var {color} $tabs-dark-active * Active color for "dark" UI tabs. - * - * @class Ext.tab.Bar - * @xtype tabbar */ /** - * @global {string} [$tabs-bar-gradient=$base-gradient] + * @var {string} $tabs-bar-gradient * Background gradient style for tab bars. - * - * @class Ext.tab.Bar - * @xtype tabbar */ /** - * @global {string} [$tabs-bottom-radius=.25em] - * Border-radius for bottom tabs. - * * @class Ext.tab.Tab - * @xtype tab */ /** - * @global {string} [$tabs-bottom-icon-size=1.65em] - * Icon size for bottom tabs - * - * @class Ext.tab.Tab - * @xtype tab + * @var {string} $tabs-bottom-radius + * Border-radius for bottom tabs. */ /** - * @global {string} [$tabs-bottom-active-gradient='glossy'] + * @var {string} $tabs-bottom-icon-size + * Icon size for bottom tabs + */ +/** + * @var {string} $tabs-bottom-active-gradient * Background gradient style for active bottom tabs. - * - * @class Ext.tab.Tab - * @xtype tab */ /** * Includes default tab styles. * - * @class Ext.tab.Bar - * @xtype tabbar + * @member Ext.tab.Bar */ /** * Creates a theme UI for tabbar/tab components. * + * // SCSS + * @include sencha-button-ui('pink', #333, 'matte', #AE537A); + * + * // JS + * var tabs = new Ext.tab.Panel({ + * tabBar: { + * ui: 'pink', + * dock: 'bottom', + * layout: { pack: 'center' } + * }, + * ... + * }); + * * @param {string} $ui-label The name of the UI being created. * Can not included spaces or special punctuation (used in class names) * @param {color} $bar-color Base color for the tab bar. * @param {string} $bar-gradient Background gradient style for the tab bar. * @param {color} $tab-active-color Background-color for active tab icons. * - * @example - * // SCSS - * @include sencha-button-ui('pink', #333, 'matte', #AE537A); - * - * // JS - * var tabs = new Ext.tab.Panel({ - * tabBar: { - * ui: 'pink', - * dock: 'bottom', - * layout: { pack: 'center' } - * }, - * ... - * }); - * - * @class Ext.tab.Bar - * @xtype tabbar + * @member Ext.tab.Bar + */ +/** + * @class Global_CSS + * + * Global CSS variables and mixins of Sencha Touch. */ /** - * @global {boolean} [$include-html-style=true] Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). Styles are scoped to .x-html. Set to false to reduce CSS weight. + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-default-icons=true] Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, and user. Set to false to reduce CSS weight. + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-form-sliders=true] Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. */ /** - * @global {boolean} [$include-floating-panels=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). */ /** - * @global {boolean} [$include-default-uis=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. */ /** - * @global {boolean} [$include-highlights=true] Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-border-radius=true] Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$basic-slider=false] Optionally remove CSS3 effects from the slider component for improved performance. + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. */ /** - * @global {color} [$base-color=#354F6E] The primary color variable from which most elements derive their color scheme. + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. */ /** - * @global {string} [$base-gradient='matte'] The primary gradient variable from which most elements derive their color scheme. + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. * @see background-gradient */ /** - * @global {color} [$alert-color=red] Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + * @var {font-family} $font-family + * The font-family to be used throughout the theme. + * @see background-gradient + */ +/** + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + */ +/** + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). */ /** - * @global {color} [$confirm-color=#92cf00] Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. */ /** - * @global {color} [$active-color=darken(saturate($base-color, 55%), 10%)] Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + * @var {color} $page-bg-color + * Background color for fullscreen components. */ /** - * @global {color} [$page-bg-color=#eee] Background color for fullscreen components. + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. */ /** - * @global {measurement} [$global-row-height=2.6em] The minimum row height for items like toolbars and list items. + * @class Global_CSS */ /** * Add a background gradient to a selector. * - * @param {color} $bg-color The base color of the gradient. - * @param {string} [$type=$base-gradient] The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + * .my-element { + * @include background-gradient(green, 'recessed') + * } * - * @example - * .my-element { - * @include background-gradient(green, 'recessed') - * } + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. */ /** * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). * - * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + * @include pictos-iconmask('attachment'); * - * @example - * @include pictos-iconmask('attachment'); + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). */ /** * Includes the default styles for toolbar buttons, mostly used as a helper function. * * @param {color} $bg-color Base color to be used for the button. - * @param {color} [$type=$button-gradient] $type Gradient style for the button, will automatically use "recessed" when pressed. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. */ /** * Adds a small text shadow (or highlight) to give the impression of beveled text. @@ -1637,35 +1722,32 @@ input, textarea { /** * Adds basic styles to :before or :after pseudo-elements. * - * @param {measurement} [$width=30px] Height of pseudo-element. - * @param {measurement} [$height=30px] Height of pseudo-element. - * @param {measurement} [$top=0] Top positioning of pseudo-element. - * @param {measurement} [$left=0] Left positioning of pseudo-element. + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. * - * @example - * .my-element:after { - * @include insertion(50px, 50px); - * } */ /** * Makes an element stretch to its parent's bounds. - * */ /** * Colors the text of an element based on lightness of its background. * - * @param {color} $bg-color Background color of element. - * @param {percent} [$contrast=100%] Contrast of text color to its background. + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } * - * @example - * .my-element { - * @include color-by-background(#fff); // Colors text black. - * } + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } * - * @example - * .my-element { - * @include color-by-background(#fff, 40%); // Colors text gray. - * } + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. * */ /** @@ -1679,35 +1761,26 @@ input, textarea { * Creates a background gradient for masked elements, based on the lightness of their background. * * @param {color} $bg-color Background color of element. - * @param {percent} [$percent=100%] Contrast of the new gradient to its background. - * @param {percent} [$style=$base-gradient] Gradient style of the gradient. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. * @see background-gradient * */ /** - * @global {measurement} [$carousel-indicator-size=.5em] Size (width/height) of carousel indicator dots. - * - * @class Ext.Carousel.Indicator - * @xtype carouselindicator + * Makes the element text overflow to use ellipsis. */ /** - * @global {measurement} [$carousel-indicator-spacing=.2em] - * Amount of space between carousel indicator dots. - * - * @class Ext.Carousel.Indicator - * @xtype carouselindicator + * @class Ext.carousel.Indicator */ /** - * @global {measurement} [$carousel-track-size=1.5em] Size of the track the carousel indicator dots are in. - * - * @class Ext.Carousel.Indicator - * @xtype carouselindicator + * @var {measurement} $carousel-indicator-size Size (width/height) of carousel indicator dots. */ /** - * Includes basic carousel formatting. - * - * @class Ext.Carousel - * @xtype carousel + * @var {measurement} $carousel-indicator-spacing + * Amount of space between carousel indicator dots. + */ +/** + * @var {measurement} $carousel-track-size Size of the track the carousel indicator dots are in. */ /** * Creates a theme UI for carousel indicator components. @@ -1718,80 +1791,114 @@ input, textarea { * @param {string} $gradient Default gradient for the UI. * @param {color} $active-color Active color for the UI. * @param {string} $active-gradient Active gradient for the UI. - * - * @class Ext.Carousel.Indicator - * @xtype carouselindicator */ /** - * @global {boolean} [$include-html-style=true] Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). Styles are scoped to .x-html. Set to false to reduce CSS weight. + * @class Ext.carousel.Carousel + */ +/** + * Includes basic carousel formatting. + */ +/** + * @class Global_CSS + * + * Global CSS variables and mixins of Sencha Touch. + */ +/** + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. + */ +/** + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-default-icons=true] Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, and user. Set to false to reduce CSS weight. + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. */ /** - * @global {boolean} [$include-form-sliders=true] Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). */ /** - * @global {boolean} [$include-floating-panels=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. */ /** - * @global {boolean} [$include-default-uis=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-highlights=true] Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-border-radius=true] Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. */ /** - * @global {boolean} [$basic-slider=false] Optionally remove CSS3 effects from the slider component for improved performance. + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. */ /** - * @global {color} [$base-color=#354F6E] The primary color variable from which most elements derive their color scheme. + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. + * @see background-gradient */ /** - * @global {string} [$base-gradient='matte'] The primary gradient variable from which most elements derive their color scheme. + * @var {font-family} $font-family + * The font-family to be used throughout the theme. * @see background-gradient */ /** - * @global {color} [$alert-color=red] Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + */ +/** + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). */ /** - * @global {color} [$confirm-color=#92cf00] Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. */ /** - * @global {color} [$active-color=darken(saturate($base-color, 55%), 10%)] Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + * @var {color} $page-bg-color + * Background color for fullscreen components. */ /** - * @global {color} [$page-bg-color=#eee] Background color for fullscreen components. + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. */ /** - * @global {measurement} [$global-row-height=2.6em] The minimum row height for items like toolbars and list items. + * @class Global_CSS */ /** * Add a background gradient to a selector. * - * @param {color} $bg-color The base color of the gradient. - * @param {string} [$type=$base-gradient] The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + * .my-element { + * @include background-gradient(green, 'recessed') + * } * - * @example - * .my-element { - * @include background-gradient(green, 'recessed') - * } + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. */ /** * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). * - * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + * @include pictos-iconmask('attachment'); * - * @example - * @include pictos-iconmask('attachment'); + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). */ /** * Includes the default styles for toolbar buttons, mostly used as a helper function. * * @param {color} $bg-color Base color to be used for the button. - * @param {color} [$type=$button-gradient] $type Gradient style for the button, will automatically use "recessed" when pressed. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. */ /** * Adds a small text shadow (or highlight) to give the impression of beveled text. @@ -1806,35 +1913,32 @@ input, textarea { /** * Adds basic styles to :before or :after pseudo-elements. * - * @param {measurement} [$width=30px] Height of pseudo-element. - * @param {measurement} [$height=30px] Height of pseudo-element. - * @param {measurement} [$top=0] Top positioning of pseudo-element. - * @param {measurement} [$left=0] Left positioning of pseudo-element. + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. * - * @example - * .my-element:after { - * @include insertion(50px, 50px); - * } */ /** * Makes an element stretch to its parent's bounds. - * */ /** * Colors the text of an element based on lightness of its background. * - * @param {color} $bg-color Background color of element. - * @param {percent} [$contrast=100%] Contrast of text color to its background. + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } * - * @example - * .my-element { - * @include color-by-background(#fff); // Colors text black. - * } + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } * - * @example - * .my-element { - * @include color-by-background(#fff, 40%); // Colors text gray. - * } + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. * */ /** @@ -1848,108 +1952,133 @@ input, textarea { * Creates a background gradient for masked elements, based on the lightness of their background. * * @param {color} $bg-color Background color of element. - * @param {percent} [$percent=100%] Contrast of the new gradient to its background. - * @param {percent} [$style=$base-gradient] Gradient style of the gradient. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. * @see background-gradient * */ /** - * @global {measurement} [$index-bar-width=2.1em] + * Makes the element text overflow to use ellipsis. + */ +/** + * @class Ext.dataview.IndexBar + */ +/** + * @var {measurement} $index-bar-width * Width of the index bar. - * - * @class Ext.IndexBar - * @xtype indexbar */ /** - * @global {color} [$index-bar-bg-color=hsla(hue($base-color), 10%, 60%, .8)] + * @var {color} $index-bar-bg-color * Background-color of the index bar. - * - * @class Ext.IndexBar - * @xtype indexbar */ /** - * @global {color} [$index-bar-color=darken(desaturate($base-color, 5%), 15%)] + * @var {color} $index-bar-color * Text color of the index bar. - * - * @class Ext.IndexBar - * @xtype indexbar */ /** * Includes default index bar styles. + */ +/** + * @class Global_CSS * - * @class Ext.FormPanel - * @xtype indexbar + * Global CSS variables and mixins of Sencha Touch. */ /** - * @global {boolean} [$include-html-style=true] Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). Styles are scoped to .x-html. Set to false to reduce CSS weight. + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-default-icons=true] Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, and user. Set to false to reduce CSS weight. + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-form-sliders=true] Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. */ /** - * @global {boolean} [$include-floating-panels=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). */ /** - * @global {boolean} [$include-default-uis=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. */ /** - * @global {boolean} [$include-highlights=true] Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-border-radius=true] Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$basic-slider=false] Optionally remove CSS3 effects from the slider component for improved performance. + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. */ /** - * @global {color} [$base-color=#354F6E] The primary color variable from which most elements derive their color scheme. + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. */ /** - * @global {string} [$base-gradient='matte'] The primary gradient variable from which most elements derive their color scheme. + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. * @see background-gradient */ /** - * @global {color} [$alert-color=red] Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + * @var {font-family} $font-family + * The font-family to be used throughout the theme. + * @see background-gradient + */ +/** + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + */ +/** + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). */ /** - * @global {color} [$confirm-color=#92cf00] Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. */ /** - * @global {color} [$active-color=darken(saturate($base-color, 55%), 10%)] Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + * @var {color} $page-bg-color + * Background color for fullscreen components. */ /** - * @global {color} [$page-bg-color=#eee] Background color for fullscreen components. + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. */ /** - * @global {measurement} [$global-row-height=2.6em] The minimum row height for items like toolbars and list items. + * @class Global_CSS */ /** * Add a background gradient to a selector. * - * @param {color} $bg-color The base color of the gradient. - * @param {string} [$type=$base-gradient] The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + * .my-element { + * @include background-gradient(green, 'recessed') + * } * - * @example - * .my-element { - * @include background-gradient(green, 'recessed') - * } + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. */ /** * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). * - * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + * @include pictos-iconmask('attachment'); * - * @example - * @include pictos-iconmask('attachment'); + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). */ /** * Includes the default styles for toolbar buttons, mostly used as a helper function. * * @param {color} $bg-color Base color to be used for the button. - * @param {color} [$type=$button-gradient] $type Gradient style for the button, will automatically use "recessed" when pressed. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. */ /** * Adds a small text shadow (or highlight) to give the impression of beveled text. @@ -1964,35 +2093,32 @@ input, textarea { /** * Adds basic styles to :before or :after pseudo-elements. * - * @param {measurement} [$width=30px] Height of pseudo-element. - * @param {measurement} [$height=30px] Height of pseudo-element. - * @param {measurement} [$top=0] Top positioning of pseudo-element. - * @param {measurement} [$left=0] Left positioning of pseudo-element. + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. * - * @example - * .my-element:after { - * @include insertion(50px, 50px); - * } */ /** * Makes an element stretch to its parent's bounds. - * */ /** * Colors the text of an element based on lightness of its background. * - * @param {color} $bg-color Background color of element. - * @param {percent} [$contrast=100%] Contrast of text color to its background. + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } * - * @example - * .my-element { - * @include color-by-background(#fff); // Colors text black. - * } + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } * - * @example - * .my-element { - * @include color-by-background(#fff, 40%); // Colors text gray. - * } + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. * */ /** @@ -2006,151 +2132,159 @@ input, textarea { * Creates a background gradient for masked elements, based on the lightness of their background. * * @param {color} $bg-color Background color of element. - * @param {percent} [$percent=100%] Contrast of the new gradient to its background. - * @param {percent} [$style=$base-gradient] Gradient style of the gradient. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. * @see background-gradient * */ /** - * @global {color} [$list-color=#000] + * Makes the element text overflow to use ellipsis. + */ +/** + * @class Ext.dataview.List + */ +/** + * @var {color} $list-color * Text color for list rows. - * - * @class Ext.List - * @xtype list */ /** - * @global {color} [$list-bg-color=#f7f7f7] + * @var {color} $list-bg-color * Background-color for list rows. - * - * @class Ext.List - * @xtype list */ /** - * @global {color} [$list-pressed-color=lighten($active-color, 50%)] + * @var {color} $include-list-highlights * Background-color for pressed list rows. - * - * @class Ext.List - * @xtype list */ /** - * @global {color} [$list-pressed-color=lighten($active-color, 50%)] + * @var {color} $list-pressed-color * Background-color for pressed list rows. - * - * @class Ext.List - * @xtype list */ /** - * @global {color} [$list-active-color=$active-color] + * @var {color} $list-active-color * Background-color for selected list rows. - * - * @class Ext.List - * @xtype list */ /** - * @global {string} [$list-active-gradient=$base-gradient] + * @var {string} $list-active-gradient * Gradient style for selected list rows. - * - * @class Ext.List - * @xtype list */ /** - * @global {color} [$list-header-bg-color=lighten(saturate($base-color, 10%), 20%)] + * @var {color} $list-header-bg-color * Background-color for list header rows (in grouped lists). - * - * @class Ext.List - * @xtype list */ /** - * @global {string} [$list-header-gradient=$base-gradient] + * @var {string} $list-header-gradient * Gradient style for list header rows (in grouped lists). * - * @class Ext.List - * @xtype list - * @see background-gradient + * See {@link Global_CSS#background-gradient background-gradient}. */ /** - * @global {measurement} [$list-disclosure-size=1.7em] + * @var {measurement} $list-disclosure-size * Default size (width/height) for disclosure icons. - * - * @class Ext.List - * @xtype list */ /** * Includes default list styles. + */ +/** + * @class Global_CSS * - * @class Ext.List - * @xtype list + * Global CSS variables and mixins of Sencha Touch. */ /** - * @global {boolean} [$include-html-style=true] Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). Styles are scoped to .x-html. Set to false to reduce CSS weight. + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-default-icons=true] Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, and user. Set to false to reduce CSS weight. + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-form-sliders=true] Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. */ /** - * @global {boolean} [$include-floating-panels=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). */ /** - * @global {boolean} [$include-default-uis=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. */ /** - * @global {boolean} [$include-highlights=true] Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-border-radius=true] Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$basic-slider=false] Optionally remove CSS3 effects from the slider component for improved performance. + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. */ /** - * @global {color} [$base-color=#354F6E] The primary color variable from which most elements derive their color scheme. + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. */ /** - * @global {string} [$base-gradient='matte'] The primary gradient variable from which most elements derive their color scheme. + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. * @see background-gradient */ /** - * @global {color} [$alert-color=red] Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + * @var {font-family} $font-family + * The font-family to be used throughout the theme. + * @see background-gradient + */ +/** + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + */ +/** + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). */ /** - * @global {color} [$confirm-color=#92cf00] Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. */ /** - * @global {color} [$active-color=darken(saturate($base-color, 55%), 10%)] Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + * @var {color} $page-bg-color + * Background color for fullscreen components. */ /** - * @global {color} [$page-bg-color=#eee] Background color for fullscreen components. + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. */ /** - * @global {measurement} [$global-row-height=2.6em] The minimum row height for items like toolbars and list items. + * @class Global_CSS */ /** * Add a background gradient to a selector. * - * @param {color} $bg-color The base color of the gradient. - * @param {string} [$type=$base-gradient] The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + * .my-element { + * @include background-gradient(green, 'recessed') + * } * - * @example - * .my-element { - * @include background-gradient(green, 'recessed') - * } + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. */ /** * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). * - * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + * @include pictos-iconmask('attachment'); * - * @example - * @include pictos-iconmask('attachment'); + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). */ /** * Includes the default styles for toolbar buttons, mostly used as a helper function. * * @param {color} $bg-color Base color to be used for the button. - * @param {color} [$type=$button-gradient] $type Gradient style for the button, will automatically use "recessed" when pressed. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. */ /** * Adds a small text shadow (or highlight) to give the impression of beveled text. @@ -2165,35 +2299,32 @@ input, textarea { /** * Adds basic styles to :before or :after pseudo-elements. * - * @param {measurement} [$width=30px] Height of pseudo-element. - * @param {measurement} [$height=30px] Height of pseudo-element. - * @param {measurement} [$top=0] Top positioning of pseudo-element. - * @param {measurement} [$left=0] Left positioning of pseudo-element. + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. * - * @example - * .my-element:after { - * @include insertion(50px, 50px); - * } */ /** * Makes an element stretch to its parent's bounds. - * */ /** * Colors the text of an element based on lightness of its background. * - * @param {color} $bg-color Background color of element. - * @param {percent} [$contrast=100%] Contrast of text color to its background. + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } * - * @example - * .my-element { - * @include color-by-background(#fff); // Colors text black. - * } + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } * - * @example - * .my-element { - * @include color-by-background(#fff, 40%); // Colors text gray. - * } + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. * */ /** @@ -2207,81 +2338,115 @@ input, textarea { * Creates a background gradient for masked elements, based on the lightness of their background. * * @param {color} $bg-color Background color of element. - * @param {percent} [$percent=100%] Contrast of the new gradient to its background. - * @param {percent} [$style=$base-gradient] Gradient style of the gradient. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. * @see background-gradient * */ /** - * @global {boolean} [$include-html-style=true] Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). Styles are scoped to .x-html. Set to false to reduce CSS weight. + * Makes the element text overflow to use ellipsis. + */ +/** + * @class Global_CSS + * + * Global CSS variables and mixins of Sencha Touch. + */ +/** + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. + */ +/** + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-default-icons=true] Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, and user. Set to false to reduce CSS weight. + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. */ /** - * @global {boolean} [$include-form-sliders=true] Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). */ /** - * @global {boolean} [$include-floating-panels=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. */ /** - * @global {boolean} [$include-default-uis=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-highlights=true] Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-border-radius=true] Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. */ /** - * @global {boolean} [$basic-slider=false] Optionally remove CSS3 effects from the slider component for improved performance. + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. */ /** - * @global {color} [$base-color=#354F6E] The primary color variable from which most elements derive their color scheme. + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. + * @see background-gradient */ /** - * @global {string} [$base-gradient='matte'] The primary gradient variable from which most elements derive their color scheme. + * @var {font-family} $font-family + * The font-family to be used throughout the theme. * @see background-gradient */ /** - * @global {color} [$alert-color=red] Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + */ +/** + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). */ /** - * @global {color} [$confirm-color=#92cf00] Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. */ /** - * @global {color} [$active-color=darken(saturate($base-color, 55%), 10%)] Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + * @var {color} $page-bg-color + * Background color for fullscreen components. */ /** - * @global {color} [$page-bg-color=#eee] Background color for fullscreen components. + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. */ /** - * @global {measurement} [$global-row-height=2.6em] The minimum row height for items like toolbars and list items. + * @class Global_CSS */ /** * Add a background gradient to a selector. * - * @param {color} $bg-color The base color of the gradient. - * @param {string} [$type=$base-gradient] The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + * .my-element { + * @include background-gradient(green, 'recessed') + * } * - * @example - * .my-element { - * @include background-gradient(green, 'recessed') - * } + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. */ /** * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). * - * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + * @include pictos-iconmask('attachment'); * - * @example - * @include pictos-iconmask('attachment'); + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). */ /** * Includes the default styles for toolbar buttons, mostly used as a helper function. * * @param {color} $bg-color Base color to be used for the button. - * @param {color} [$type=$button-gradient] $type Gradient style for the button, will automatically use "recessed" when pressed. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. */ /** * Adds a small text shadow (or highlight) to give the impression of beveled text. @@ -2296,35 +2461,32 @@ input, textarea { /** * Adds basic styles to :before or :after pseudo-elements. * - * @param {measurement} [$width=30px] Height of pseudo-element. - * @param {measurement} [$height=30px] Height of pseudo-element. - * @param {measurement} [$top=0] Top positioning of pseudo-element. - * @param {measurement} [$left=0] Left positioning of pseudo-element. + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. * - * @example - * .my-element:after { - * @include insertion(50px, 50px); - * } */ /** * Makes an element stretch to its parent's bounds. - * */ /** * Colors the text of an element based on lightness of its background. * - * @param {color} $bg-color Background color of element. - * @param {percent} [$contrast=100%] Contrast of text color to its background. + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } * - * @example - * .my-element { - * @include color-by-background(#fff); // Colors text black. - * } + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } * - * @example - * .my-element { - * @include color-by-background(#fff, 40%); // Colors text gray. - * } + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. * */ /** @@ -2338,178 +2500,194 @@ input, textarea { * Creates a background gradient for masked elements, based on the lightness of their background. * * @param {color} $bg-color Background color of element. - * @param {percent} [$percent=100%] Contrast of the new gradient to its background. - * @param {percent} [$style=$base-gradient] Gradient style of the gradient. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. * @see background-gradient * */ +/** + * Makes the element text overflow to use ellipsis. + */ /** * Includes default form slider styles. * - * @class Ext.form.Slider - * @xtype sliderfield + * @member Ext.field.Slider */ /** - * @global {color} [$form-bg-color=#eee] + * @var {color} $form-bg-color * Default background-color for forms. * - * @class Ext.form.FormPanel - * @xtype form + * @member Ext.form.Panel + */ +/** + * @class Ext.field.Field */ /** - * @global {color} [$form-field-bg-color=#fff] + * @var {color} $form-field-bg-color * Default background-color for form fields. - * - * @class Ext.form.Field - * @xtype field */ /** - * @global {color} [$form-light=#ddd] + * @var {color} $form-light * Light color for form fields, mostly used on field borders. - * - * @class Ext.form.Field - * @xtype field */ /** - * @global {color} [$form-dark=#333] + * @var {color} $form-dark * Dark color for form fields, mostly used on labels/text. - * - * @class Ext.form.Field - * @xtype field */ /** - * @global {measurement} [$form-label-width=6em] + * @var {measurement} $form-label-width * Default width for form labels. - * - * @class Ext.form.Field - * @xtype field */ /** - * @global {measurement} [$form-field-height=2.5em] + * @var {color} $form-label-background-color + * The default background color for labels + */ +/** + * @var {measurement} $form-field-height * Default height for form fields. - * - * @class Ext.form.Field - * @xtype field */ /** - * @global {measurement} [$form-spacing=.6em] + * @var {measurement} $form-spacing * Default spacing for form fields, used for padding, etc. - * - * @class Ext.form.Field - * @xtype field */ /** - * @global {measurement} [$form-textarea-height=6em] + * @var {measurement} $form-textarea-height * Default height for form textareas. * - * @class Ext.form.TextArea - * @xtype textareafield + * @member Ext.field.TextArea */ /** - * @global {measurement} [$form-thumb-size=2.2em] + * @var {measurement} $form-thumb-size * Default size of "thumbs" for form sliders/toggles. * - * @class Ext.form.Slider - * @xtype sliderfield + * @member Ext.field.Slider */ /** - * @global {measurement} [$form-toggle-size=$form-thumb-size - .35em] + * @var {measurement} $form-toggle-size * Thumb size minus padding for inset thumbs like in a Toggle element. * - * @class Ext.form.Toggle - * @xtype togglefield + * @member Ext.field.Toggle */ /** - * @global {measurement} [$form-fieldset-radius=.4em] + * @var {measurement} $form-fieldset-radius * Default border-radius for form fieldsets. * - * @class Ext.form.FieldSet - * @xtype fieldset + * @member Ext.form.FieldSet */ /** - * @global {measurement} [$form-slider-size=.8em] + * @var {measurement} $form-slider-size * Height of the slider "track." * - * @class Ext.form.Slider - * @xtype sliderfield + * @member Ext.field.Slider */ /** * Includes default form styles. * - * @class Ext.form.FormPanel - * @xtype button - * @see background-gradient + * See {@link Global_CSS#background-gradient background-gradient}. + * + * @member Ext.form.Panel + */ +/** + * @class Global_CSS + * + * Global CSS variables and mixins of Sencha Touch. */ /** - * @global {boolean} [$include-html-style=true] Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). Styles are scoped to .x-html. Set to false to reduce CSS weight. + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-default-icons=true] Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, and user. Set to false to reduce CSS weight. + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-form-sliders=true] Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. */ /** - * @global {boolean} [$include-floating-panels=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). */ /** - * @global {boolean} [$include-default-uis=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. */ /** - * @global {boolean} [$include-highlights=true] Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-border-radius=true] Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$basic-slider=false] Optionally remove CSS3 effects from the slider component for improved performance. + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. */ /** - * @global {color} [$base-color=#354F6E] The primary color variable from which most elements derive their color scheme. + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. */ /** - * @global {string} [$base-gradient='matte'] The primary gradient variable from which most elements derive their color scheme. + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. * @see background-gradient */ /** - * @global {color} [$alert-color=red] Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + * @var {font-family} $font-family + * The font-family to be used throughout the theme. + * @see background-gradient + */ +/** + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + */ +/** + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). */ /** - * @global {color} [$confirm-color=#92cf00] Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. */ /** - * @global {color} [$active-color=darken(saturate($base-color, 55%), 10%)] Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + * @var {color} $page-bg-color + * Background color for fullscreen components. */ /** - * @global {color} [$page-bg-color=#eee] Background color for fullscreen components. + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. */ /** - * @global {measurement} [$global-row-height=2.6em] The minimum row height for items like toolbars and list items. + * @class Global_CSS */ /** * Add a background gradient to a selector. * - * @param {color} $bg-color The base color of the gradient. - * @param {string} [$type=$base-gradient] The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + * .my-element { + * @include background-gradient(green, 'recessed') + * } * - * @example - * .my-element { - * @include background-gradient(green, 'recessed') - * } + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. */ /** * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). * - * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + * @include pictos-iconmask('attachment'); * - * @example - * @include pictos-iconmask('attachment'); + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). */ /** * Includes the default styles for toolbar buttons, mostly used as a helper function. * * @param {color} $bg-color Base color to be used for the button. - * @param {color} [$type=$button-gradient] $type Gradient style for the button, will automatically use "recessed" when pressed. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. */ /** * Adds a small text shadow (or highlight) to give the impression of beveled text. @@ -2524,35 +2702,32 @@ input, textarea { /** * Adds basic styles to :before or :after pseudo-elements. * - * @param {measurement} [$width=30px] Height of pseudo-element. - * @param {measurement} [$height=30px] Height of pseudo-element. - * @param {measurement} [$top=0] Top positioning of pseudo-element. - * @param {measurement} [$left=0] Left positioning of pseudo-element. + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. * - * @example - * .my-element:after { - * @include insertion(50px, 50px); - * } */ /** * Makes an element stretch to its parent's bounds. - * */ /** * Colors the text of an element based on lightness of its background. * - * @param {color} $bg-color Background color of element. - * @param {percent} [$contrast=100%] Contrast of text color to its background. + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } * - * @example - * .my-element { - * @include color-by-background(#fff); // Colors text black. - * } + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } * - * @example - * .my-element { - * @include color-by-background(#fff, 40%); // Colors text gray. - * } + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. * */ /** @@ -2566,121 +2741,142 @@ input, textarea { * Creates a background gradient for masked elements, based on the lightness of their background. * * @param {color} $bg-color Background color of element. - * @param {percent} [$percent=100%] Contrast of the new gradient to its background. - * @param {percent} [$style=$base-gradient] Gradient style of the gradient. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. * @see background-gradient * */ /** - * @global {color} [$sheet-bg-color=transparentize(darken($base-color, 40%), .1)] - * Background-color for action sheets and message boxes. - * + * Makes the element text overflow to use ellipsis. + */ +/** * @class Ext.Sheet - * @xtype actionsheet */ /** - * @global {color} [$sheet-bg-gradient=$base-gradient] + * @var {color} $sheet-bg-color + * Background-color for action sheets and message boxes. + */ +/** + * @var {color} $sheet-bg-gradient * Background gradient style for action sheets and message boxes. - * - * @class Ext.Sheet - * @xtype actionsheet */ /** - * @global {measurement} [$sheet-button-spacing=.5em] + * @var {measurement} $sheet-button-spacing * Vertical spacing between sheet buttons. - * - * @class Ext.Sheet - * @xtype actionsheet */ /** - * @global {measurement} [$sheet-padding=.7em] + * @var {measurement} $sheet-padding * Overall padding in a sheet. - * - * @class Ext.Sheet - * @xtype actionsheet */ /** * Includes default sheet styles (also required for message box). - * - * @class Ext.Sheet - * @xtype actionsheet */ /** * Includes default message box styles. * - * @class Ext.MessageBox - * @xtype messagebox + * @member Ext.MessageBox */ /** - * @global {boolean} [$include-html-style=true] Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). Styles are scoped to .x-html. Set to false to reduce CSS weight. + * @class Global_CSS + * + * Global CSS variables and mixins of Sencha Touch. + */ +/** + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. + */ +/** + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-default-icons=true] Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, and user. Set to false to reduce CSS weight. + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. */ /** - * @global {boolean} [$include-form-sliders=true] Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). */ /** - * @global {boolean} [$include-floating-panels=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. */ /** - * @global {boolean} [$include-default-uis=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-highlights=true] Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-border-radius=true] Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. */ /** - * @global {boolean} [$basic-slider=false] Optionally remove CSS3 effects from the slider component for improved performance. + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. */ /** - * @global {color} [$base-color=#354F6E] The primary color variable from which most elements derive their color scheme. + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. + * @see background-gradient */ /** - * @global {string} [$base-gradient='matte'] The primary gradient variable from which most elements derive their color scheme. + * @var {font-family} $font-family + * The font-family to be used throughout the theme. * @see background-gradient */ /** - * @global {color} [$alert-color=red] Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + */ +/** + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). */ /** - * @global {color} [$confirm-color=#92cf00] Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. */ /** - * @global {color} [$active-color=darken(saturate($base-color, 55%), 10%)] Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + * @var {color} $page-bg-color + * Background color for fullscreen components. */ /** - * @global {color} [$page-bg-color=#eee] Background color for fullscreen components. + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. */ /** - * @global {measurement} [$global-row-height=2.6em] The minimum row height for items like toolbars and list items. + * @class Global_CSS */ /** * Add a background gradient to a selector. * - * @param {color} $bg-color The base color of the gradient. - * @param {string} [$type=$base-gradient] The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + * .my-element { + * @include background-gradient(green, 'recessed') + * } * - * @example - * .my-element { - * @include background-gradient(green, 'recessed') - * } + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. */ /** * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). * - * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + * @include pictos-iconmask('attachment'); * - * @example - * @include pictos-iconmask('attachment'); + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). */ /** * Includes the default styles for toolbar buttons, mostly used as a helper function. * * @param {color} $bg-color Base color to be used for the button. - * @param {color} [$type=$button-gradient] $type Gradient style for the button, will automatically use "recessed" when pressed. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. */ /** * Adds a small text shadow (or highlight) to give the impression of beveled text. @@ -2695,35 +2891,32 @@ input, textarea { /** * Adds basic styles to :before or :after pseudo-elements. * - * @param {measurement} [$width=30px] Height of pseudo-element. - * @param {measurement} [$height=30px] Height of pseudo-element. - * @param {measurement} [$top=0] Top positioning of pseudo-element. - * @param {measurement} [$left=0] Left positioning of pseudo-element. + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. * - * @example - * .my-element:after { - * @include insertion(50px, 50px); - * } */ /** * Makes an element stretch to its parent's bounds. - * */ /** * Colors the text of an element based on lightness of its background. * - * @param {color} $bg-color Background color of element. - * @param {percent} [$contrast=100%] Contrast of text color to its background. + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } * - * @example - * .my-element { - * @include color-by-background(#fff); // Colors text black. - * } + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } * - * @example - * .my-element { - * @include color-by-background(#fff, 40%); // Colors text gray. - * } + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. * */ /** @@ -2737,219 +2930,580 @@ input, textarea { * Creates a background gradient for masked elements, based on the lightness of their background. * * @param {color} $bg-color Background color of element. - * @param {percent} [$percent=100%] Contrast of the new gradient to its background. - * @param {percent} [$style=$base-gradient] Gradient style of the gradient. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. * @see background-gradient * */ /** - * @global {color} [$toolbar-input-bg=#fff] + * Makes the element text overflow to use ellipsis. + */ +/** + * @class Ext.field.Field + */ +/** + * @var {color} $toolbar-input-bg * Background-color for toolbar form fields. - * - * @class Ext.form.Field - * @xtype field */ /** - * @global {color} [$toolbar-input-color=#000] + * @var {color} $toolbar-input-color * Text color for toolbar form fields. - * - * @class Ext.form.Field - * @xtype field */ /** - * @global {measurement} [$toolbar-input-height=1.5em] + * @var {measurement} $toolbar-input-height * Text color for toolbar form fields. - * - * @class Ext.form.Field - * @xtype field */ /** - * @global {color} [$toolbar-input-border-color=rgba(#000, .5)] + * @var {color} $toolbar-input-border-color * Border color for toolbar form fields. - * - * @class Ext.form.Field - * @xtype field */ /** * Includes default toolbar form field styles. * - * @class Ext.tab.Bar - * @xtype tabbar + * @member Ext.tab.Bar */ /** - * @global {color} [$loading-spinner-color=#aaa] - * Background-color for the bars in the loading spinner. - * * @class Ext.LoadMask */ +/** + * @var {color} $loading-spinner-color + * Background-color for the bars in the loading spinner. + */ /** * Includes default loading spinner styles (for dataviews). + */ +/** + * @class Global_CSS * - * @class Ext.LoadMask + * Global CSS variables and mixins of Sencha Touch. */ -/* line 7, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ -.x-panel, -.x-panel-body { - position: relative; -} - -/* line 12, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ -.x-floating.x-panel, .x-floating.x-carousel { - padding: 6px; - -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0 0.2em 0.6em; - background-color: black; -} -/* line 18, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ -.x-floating.x-panel.x-panel-light, .x-floating.x-carousel.x-panel-light { - background-color: #393f45; -} - -/* line 23, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ -.x-floating .x-panel-body, .x-floating .x-carousel-body { - background-color: #fff; -} - -/* line 31, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ -.x-anchor { - width: 1.631em; - height: 0.7em; - position: absolute; - z-index: 1; - -webkit-mask: 0 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAPCAYAAABut3YUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPZJREFUeNpi/PX7LwOFwAyIG6HseiA+Ra5BjBQ6xg+IVwAxJ5T/HYgjgHgTOYYxUeCQUiBeh+QQBih7HVSOLiHDDMSTgTiTgLrpQJwLxH9p5RhOaLT4EakeFF3RQPyF2o6RhkaBGYkheRmIPYH4KbXSjC4QnyTDIch6danhGCcgPgwNGXKBNNQMb0ocEwXE24GYn4FyADJjI76Ej88x7UC8FIjZGKgHQDlxGtRsZmISMMjy+dBQoSXYBC0gv+NyDD80xzgx0AeAqg4fIH6NHk0qQHyMjg6B1WvHYDkNFjIgwS1ALMowMOAjEAeBHINe2Q0U+AUQYACQ10C2QNhRogAAAABJRU5ErkJggg==') no-repeat; - -webkit-mask-size: 1.631em 0.7em; - overflow: hidden; - background-color: black; -} -/* line 41, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ -.x-anchor.x-anchor-bottom { - -webkit-transform: rotate(180deg); - background-color: black; -} -/* line 46, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ -.x-anchor.x-anchor-left { - -webkit-transform: rotate(270deg); -} -/* line 50, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ -.x-anchor.x-anchor-right { - -webkit-transform: rotate(90deg); -} - -/* line 55, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ -.x-floating.x-panel-light:after { - background-color: #393f45; -} - -/* line 74, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button { - -webkit-background-clip: padding; - background-clip: padding-box; - display: -webkit-box; - display: box; - -webkit-box-align: center; - box-align: center; - min-height: 1.8em; - padding: .3em .6em; - position: relative; - overflow: hidden; -} -/* line 52, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-button, .x-toolbar .x-button { - border: 0.1em solid #999999; - border-top-color: #a6a6a6; +/** + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. + */ +/** + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. + */ +/** + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + */ +/** + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + */ +/** + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. + */ +/** + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. + */ +/** + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + */ +/** + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. + */ +/** + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. + */ +/** + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. + * @see background-gradient + */ +/** + * @var {font-family} $font-family + * The font-family to be used throughout the theme. + * @see background-gradient + */ +/** + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + */ +/** + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + */ +/** + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + */ +/** + * @var {color} $page-bg-color + * Background color for fullscreen components. + */ +/** + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. + */ +/** + * @class Global_CSS + */ +/** + * Add a background gradient to a selector. + * + * .my-element { + * @include background-gradient(green, 'recessed') + * } + * + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + */ +/** + * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). + * + * @include pictos-iconmask('attachment'); + * + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + */ +/** + * Includes the default styles for toolbar buttons, mostly used as a helper function. + * + * @param {color} $bg-color Base color to be used for the button. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. + */ +/** + * Adds a small text shadow (or highlight) to give the impression of beveled text. + * + * @param {string} $type Either shadow or highlight, decides whether to apply a light shadow or dark. + */ +/** + * Adds a small box shadow (or highlight) to give the impression of being beveled. + * + * @param {string} $type Either shadow or highlight, decides whether to apply a light shadow or dark. + */ +/** + * Adds basic styles to :before or :after pseudo-elements. + * + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. + * + */ +/** + * Makes an element stretch to its parent's bounds. + */ +/** + * Colors the text of an element based on lightness of its background. + * + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } + * + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } + * + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. + * + */ +/** + * Bevels the text based on its background. + * + * @param {color} $bg-color Background color of element. + * @see bevel-text + * + */ +/** + * Creates a background gradient for masked elements, based on the lightness of their background. + * + * @param {color} $bg-color Background color of element. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. + * @see background-gradient + * + */ +/** + * Makes the element text overflow to use ellipsis. + */ +/* line 3, ../themes/stylesheets/sencha-touch/default/widgets/_img.scss */ +.x-img { + background-repeat: no-repeat; +} + +/** + * @class Global_CSS + * + * Global CSS variables and mixins of Sencha Touch. + */ +/** + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. + */ +/** + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. + */ +/** + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + */ +/** + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + */ +/** + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. + */ +/** + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. + */ +/** + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + */ +/** + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. + */ +/** + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. + */ +/** + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. + * @see background-gradient + */ +/** + * @var {font-family} $font-family + * The font-family to be used throughout the theme. + * @see background-gradient + */ +/** + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + */ +/** + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + */ +/** + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + */ +/** + * @var {color} $page-bg-color + * Background color for fullscreen components. + */ +/** + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. + */ +/** + * @class Global_CSS + */ +/** + * Add a background gradient to a selector. + * + * .my-element { + * @include background-gradient(green, 'recessed') + * } + * + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + */ +/** + * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). + * + * @include pictos-iconmask('attachment'); + * + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + */ +/** + * Includes the default styles for toolbar buttons, mostly used as a helper function. + * + * @param {color} $bg-color Base color to be used for the button. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. + */ +/** + * Adds a small text shadow (or highlight) to give the impression of beveled text. + * + * @param {string} $type Either shadow or highlight, decides whether to apply a light shadow or dark. + */ +/** + * Adds a small box shadow (or highlight) to give the impression of being beveled. + * + * @param {string} $type Either shadow or highlight, decides whether to apply a light shadow or dark. + */ +/** + * Adds basic styles to :before or :after pseudo-elements. + * + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. + * + */ +/** + * Makes an element stretch to its parent's bounds. + */ +/** + * Colors the text of an element based on lightness of its background. + * + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } + * + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } + * + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. + * + */ +/** + * Bevels the text based on its background. + * + * @param {color} $bg-color Background color of element. + * @see bevel-text + * + */ +/** + * Creates a background gradient for masked elements, based on the lightness of their background. + * + * @param {color} $bg-color Background color of element. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. + * @see background-gradient + * + */ +/** + * Makes the element text overflow to use ellipsis. + */ +/* line 3, ../themes/stylesheets/sencha-touch/default/widgets/_media.scss */ +.x-video { + height: 100%; + width: 100%; +} + +/* line 8, ../themes/stylesheets/sencha-touch/default/widgets/_media.scss */ +.x-video > * { + height: 100%; + width: 100%; + position: absolute; +} + +/* line 14, ../themes/stylesheets/sencha-touch/default/widgets/_media.scss */ +.x-video-ghost { + -webkit-background-size: 100% auto; + background: black url() center center no-repeat; +} + +/* line 19, ../themes/stylesheets/sencha-touch/default/widgets/_media.scss */ +audio { + width: 100%; +} + +/* line 8, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ +.x-panel, +.x-msgbox, +.x-panel-body { + position: relative; +} + +/* line 15, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ +.x-panel.x-floating, +.x-msgbox.x-floating, +.x-form.x-floating { + padding: 6px; + -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0 0.2em 0.6em; + background-color: black; +} +/* line 21, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ +.x-panel.x-floating.x-floating-light, +.x-msgbox.x-floating.x-floating-light, +.x-form.x-floating.x-floating-light { + background-color: #393f45; +} +/* line 26, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ +.x-panel.x-floating .x-body, .x-panel.x-floating .x-scroll-view, +.x-msgbox.x-floating .x-body, +.x-msgbox.x-floating .x-scroll-view, +.x-form.x-floating .x-body, +.x-form.x-floating .x-scroll-view { + background-color: #fff; +} + +/* line 35, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ +.x-anchor { + width: 1.631em; + height: 0.7em; + position: absolute; + z-index: 1; + -webkit-mask: 0 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAPCAYAAABut3YUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPZJREFUeNpi/PX7LwOFwAyIG6HseiA+Ra5BjBQ6xg+IVwAxJ5T/HYgjgHgTOYYxUeCQUiBeh+QQBih7HVSOLiHDDMSTgTiTgLrpQJwLxH9p5RhOaLT4EakeFF3RQPyF2o6RhkaBGYkheRmIPYH4KbXSjC4QnyTDIch6danhGCcgPgwNGXKBNNQMb0ocEwXE24GYn4FyADJjI76Ej88x7UC8FIjZGKgHQDlxGtRsZmISMMjy+dBQoSXYBC0gv+NyDD80xzgx0AeAqg4fIH6NHk0qQHyMjg6B1WvHYDkNFjIgwS1ALMowMOAjEAeBHINe2Q0U+AUQYACQ10C2QNhRogAAAABJRU5ErkJggg==') no-repeat; + -webkit-mask-size: 1.631em 0.7em; + overflow: hidden; + background-color: black; +} +/* line 45, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ +.x-anchor.x-anchor-bottom { + -webkit-transform: rotate(180deg); + background-color: black; +} +/* line 50, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ +.x-anchor.x-anchor-left { + -webkit-transform: rotate(270deg); +} +/* line 54, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ +.x-anchor.x-anchor-right { + -webkit-transform: rotate(90deg); +} + +/* line 59, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ +.x-floating.x-panel-light:after { + background-color: #393f45; +} + +/* line 56, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button { + -webkit-background-clip: padding; + background-clip: padding-box; + display: -webkit-box; + display: box; + -webkit-box-align: center; + box-align: center; + min-height: 1.8em !important; + padding: .3em .6em; + position: relative; + overflow: hidden; +} +/* line 55, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-button, .x-toolbar .x-button { + border: 0.1em solid #999999; + border-top-color: #a6a6a6; color: black; } -/* line 57, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 60, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-back:before, .x-button.x-button-forward:before, .x-toolbar .x-button.x-button-back:before, .x-toolbar .x-button.x-button-forward:before { background: #999999; } -/* line 61, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 64, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button, .x-button.x-button-back:after, .x-button.x-button-forward:after, .x-toolbar .x-button, .x-toolbar .x-button.x-button-back:after, .x-toolbar .x-button.x-button-forward:after { background-color: #cccccc; } -/* line 65, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-button img.x-icon-mask, .x-toolbar .x-button img.x-icon-mask { +/* line 68, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-button .x-button-icon.x-icon-mask, .x-toolbar .x-button .x-button-icon.x-icon-mask { background-color: black; } -/* line 75, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 78, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-pressed, .x-button.x-button-pressed:after, .x-button.x-button-active, .x-button.x-button-active:after, .x-toolbar .x-button.x-button-pressed, .x-toolbar .x-button.x-button-pressed:after, .x-toolbar .x-button.x-button-active, .x-toolbar .x-button.x-button-active:after { background-color: #bababa; } -/* line 86, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button img { +/* line 68, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button .x-button-icon { width: 2.1em; height: 2.1em; background-repeat: no-repeat; background-position: center; display: block; } -/* line 93, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button img.x-icon-mask { +/* line 75, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button .x-button-icon.x-icon-mask { width: 1.3em; height: 1.3em; -webkit-mask-size: 1.3em; } -/* line 100, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button.x-item-disabled .x-button-label, .x-button.x-item-disabled .x-hasbadge .x-badge, .x-hasbadge .x-button.x-item-disabled .x-badge, .x-button.x-item-disabled img { +/* line 82, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button.x-item-disabled .x-button-label, .x-button.x-item-disabled .x-hasbadge .x-badge, .x-hasbadge .x-button.x-item-disabled .x-badge, .x-button.x-item-disabled .x-button-icon { opacity: .5; } -/* line 105, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 87, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-button-round, .x-button.x-button-action-round, .x-button.x-button-confirm-round, .x-button.x-button-decline-round { padding: 0.1em 0.9em; } -/* line 110, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 92, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-button-small, .x-button.x-button-action-small, .x-button.x-button-confirm-small, .x-button.x-button-decline-small, .x-toolbar .x-button-small, .x-toolbar .x-button.x-button-action-small, .x-toolbar .x-button.x-button-confirm-small, .x-toolbar .x-button.x-button-decline-small { padding: .2em .4em; min-height: 0; } -/* line 115, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 97, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-button-small .x-button-label, .x-button.x-button-action-small .x-button-label, .x-button.x-button-confirm-small .x-button-label, .x-button.x-button-decline-small .x-button-label, .x-button-small .x-hasbadge .x-badge, .x-hasbadge .x-button-small .x-badge, .x-button.x-button-action-small .x-hasbadge .x-badge, .x-hasbadge .x-button.x-button-action-small .x-badge, .x-button.x-button-confirm-small .x-hasbadge .x-badge, .x-hasbadge .x-button.x-button-confirm-small .x-badge, .x-button.x-button-decline-small .x-hasbadge .x-badge, .x-hasbadge .x-button.x-button-decline-small .x-badge, .x-toolbar .x-button-small .x-button-label, .x-toolbar .x-button.x-button-action-small .x-button-label, .x-toolbar .x-button.x-button-confirm-small .x-button-label, .x-toolbar .x-button.x-button-decline-small .x-button-label, .x-toolbar .x-button-small .x-hasbadge .x-badge, .x-hasbadge .x-toolbar .x-button-small .x-badge, .x-toolbar .x-button.x-button-action-small .x-hasbadge .x-badge, .x-hasbadge .x-toolbar .x-button.x-button-action-small .x-badge, .x-toolbar .x-button.x-button-confirm-small .x-hasbadge .x-badge, .x-hasbadge .x-toolbar .x-button.x-button-confirm-small .x-badge, .x-toolbar .x-button.x-button-decline-small .x-hasbadge .x-badge, .x-hasbadge .x-toolbar .x-button.x-button-decline-small .x-badge { font-size: .6em; } -/* line 119, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button-small img, .x-button.x-button-action-small img, .x-button.x-button-confirm-small img, .x-button.x-button-decline-small img, .x-toolbar .x-button-small img, .x-toolbar .x-button.x-button-action-small img, .x-toolbar .x-button.x-button-confirm-small img, .x-toolbar .x-button.x-button-decline-small img { +/* line 101, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button-small .x-button-icon, .x-button.x-button-action-small .x-button-icon, .x-button.x-button-confirm-small .x-button-icon, .x-button.x-button-decline-small .x-button-icon, .x-toolbar .x-button-small .x-button-icon, .x-toolbar .x-button.x-button-action-small .x-button-icon, .x-toolbar .x-button.x-button-confirm-small .x-button-icon, .x-toolbar .x-button.x-button-decline-small .x-button-icon { width: .75em; height: .75em; } -/* line 126, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 108, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-iconalign-left, .x-icon-align-right { -webkit-box-orient: horizontal; box-orient: horizontal; - -webkit-box-direction: reverse; - box-direction: reverse; } -/* line 130, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 111, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-iconalign-top, .x-iconalign-bottom { -webkit-box-orient: vertical; box-orient: vertical; } -/* line 133, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 114, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-iconalign-bottom, .x-iconalign-right { - -webkit-box-direction: normal; - box-direction: normal; -} - -/* line 136, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-iconalign-left, .x-iconalign-top { -webkit-box-direction: reverse; box-direction: reverse; } -/* line 139, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 117, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-iconalign-center { + -webkit-box-pack: center; + box-pack: center; +} + +/* line 120, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-iconalign-left .x-button-label, .x-iconalign-left .x-hasbadge .x-badge, .x-hasbadge .x-iconalign-left .x-badge { margin-left: 0.3em; } -/* line 142, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 123, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-iconalign-right .x-button-label, .x-iconalign-right .x-hasbadge .x-badge, .x-hasbadge .x-iconalign-right .x-badge { margin-right: 0.3em; } -/* line 147, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 126, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-iconalign-top .x-button-label, .x-iconalign-top .x-hasbadge .x-badge, .x-hasbadge .x-iconalign-top .x-badge { + margin-top: 0.3em; +} + +/* line 129, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-iconalign-bottom .x-button-label, .x-iconalign-bottom .x-hasbadge .x-badge, .x-hasbadge .x-iconalign-bottom .x-badge { + margin-bottom: 0.3em; +} + +/* line 134, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-button-label, .x-hasbadge .x-badge { -webkit-box-flex: 1; box-flex: 1; @@ -2964,24 +3518,24 @@ input, textarea { overflow: hidden; } -/* line 160, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 147, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-toolbar .x-button { margin: 0 .2em; padding: .3em .6em; } -/* line 164, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 151, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-toolbar .x-button .x-button-label, .x-toolbar .x-button .x-hasbadge .x-badge, .x-hasbadge .x-toolbar .x-button .x-badge { font-size: .7em; } -/* line 181, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 168, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-button-forward, .x-button-back { position: relative; overflow: visible; height: 1.8em; z-index: 1; } -/* line 186, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 173, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-button-forward:before, .x-button-forward:after, .x-button-back:before, .x-button-back:after { content: ""; position: absolute; @@ -2995,89 +3549,100 @@ input, textarea { overflow: hidden; } -/* line 195, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button-back, .x-toolbar .x-button-back { +/* line 183, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button-back, +.x-toolbar .x-button-back { margin-left: 0.828em; padding-left: .4em; } -/* line 198, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button-back:before, .x-toolbar .x-button-back:before { +/* line 186, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button-back:before, +.x-toolbar .x-button-back:before { left: -0.693em; } -/* line 201, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button-back:after, .x-toolbar .x-button-back:after { +/* line 189, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button-back:after, +.x-toolbar .x-button-back:after { left: -0.628em; } -/* line 206, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button-forward, .x-toolbar .x-button-forward { +/* line 195, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button-forward, +.x-toolbar .x-button-forward { margin-right: 0.828em; padding-right: .4em; } -/* line 209, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button-forward:before, .x-button-forward:after, .x-toolbar .x-button-forward:before, .x-toolbar .x-button-forward:after { +/* line 198, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button-forward:before, .x-button-forward:after, +.x-toolbar .x-button-forward:before, +.x-toolbar .x-button-forward:after { -webkit-mask: -0.145em 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAABGCAYAAADb7SQ4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAXlJREFUaN7lmTFqAlEQhh8EhFSCYJXW1law9QAewMrWAwQWAmmtbPcGHiCQ1gPYCla2QsDKSsgmQecvFqImu2/fzry/2OLb9mt23vwz47Kvn5MwEFxM8DkLB6HHEIOd0GGIwUpoMcRgyRKDOUsMJizxpzBiiMFR6DPEeZl1GWKwFh4ZYvAmPDDEqmVWVQxmLPG3MGaIVcosVAz2whNDDDZCmyEG7yFlpiEGKUsMEpb4XKXMtMXeiVVb7J1YLcRgW1ZmVuLSxGopLkys1mLwwhL/mVhjie8Sayxx3kp7DPFVYo0tzhNriyEGU5Z40TjxtDE/F6WcDowHBE/msDFNImG0xZQRBAonDCvxhhH2vKZIZ9Ds+7EDfaWFnKZ4xhja5owxdcnYCAQv1p1Gi4sprn08cZbDt6ZYZasXIn5mLFHTjLCvVt1V+4rVt/M+4r3FPaJMbHaBKRKb3pyKxKZXtv/Er4yjZpRL6q042u34tzh4xV9H/FHnqBHKBQeEd6aqqwD6AAAAAElFTkSuQmCC') no-repeat; } -/* line 212, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button-forward:before, .x-toolbar .x-button-forward:before { +/* line 201, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button-forward:before, +.x-toolbar .x-button-forward:before { right: -0.693em; } -/* line 215, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button-forward:after, .x-toolbar .x-button-forward:after { +/* line 204, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button-forward:after, +.x-toolbar .x-button-forward:after { right: -0.628em; } -/* line 222, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button.x-button-plain, .x-toolbar .x-button.x-button-plain { +/* line 212, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button.x-button-plain, +.x-toolbar .x-button.x-button-plain { background: none; border: 0 none; -webkit-box-shadow: none; box-shadow: none; min-height: 0; text-shadow: none; - height: auto; line-height: auto; - margin: -1.5em -0.5em; - padding: 1.3em 1em; - height: 1.8em; + height: auto; + padding: 0.5em; } -/* line 236, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button.x-button-plain > *, .x-toolbar .x-button.x-button-plain > * { +/* line 223, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button.x-button-plain > *, +.x-toolbar .x-button.x-button-plain > * { overflow: visible; - margin-top: -0.75em; } -/* line 241, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button.x-button-plain img, .x-toolbar .x-button.x-button-plain img { +/* line 227, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button.x-button-plain .x-button-icon, +.x-toolbar .x-button.x-button-plain .x-button-icon { -webkit-mask-size: 1.4em; width: 1.4em; height: 1.4em; } -/* line 247, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button.x-button-plain.x-button-pressed, .x-toolbar .x-button.x-button-plain.x-button-pressed { +/* line 233, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button.x-button-plain.x-button-pressed, +.x-toolbar .x-button.x-button-plain.x-button-pressed { background: none; -webkit-box-shadow: none; background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 24, color-stop(0%, rgba(255, 255, 255, 0.7)), color-stop(100%, rgba(255, 255, 255, 0))); + background-image: -webkit-radial-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0) 24px); background-image: radial-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0) 24px); } -/* line 253, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button.x-button-plain.x-button-pressed img, .x-toolbar .x-button.x-button-plain.x-button-pressed img { +/* line 239, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button.x-button-plain.x-button-pressed .x-button-icon.x-button-mask, +.x-toolbar .x-button.x-button-plain.x-button-pressed .x-button-icon.x-button-mask { background-color: white; } -/* line 260, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 246, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-segmentedbutton .x-button { margin: 0; } -/* line 269, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 260, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-segmentedbutton .x-button:not(:first-child) { border-left: 0; } -/* line 279, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 270, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-hasbadge { overflow: visible; } -/* line 281, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 272, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-hasbadge .x-badge { -webkit-background-clip: padding; background-clip: padding-box; @@ -3099,179 +3664,200 @@ input, textarea { display: inline-block; } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.action, .x-button img.x-icon-mask.action { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.action, +.x-button .x-button-icon.x-icon-mask.action { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFI0lEQVRoBe2YW4hVVRjHZ0yzq6lFEaMlE0PShYRAJIl6iEqKHnqI6WJB0IvdICkfEk0aIyo0KFCph8giCitI7CkoohQL7SoZDaQmXSgKo4uWNf1+zt7DOXvOOXuvvc85bc+cD36ssy/r+77/Xmt9e+3TOzIy0jORbNJEEqvWruBOH/HuCHdHuMOeQOmmdO+ozaA5oxXPunSC2Re4MbgCNiB6vvqbKbx0giNxp9BeBU/BIJqnRecLN2UVrLDj4GIYgscRfSltYSuzYMUdA/0wCI8ieglM5XduK7vgWJhTegGshucRfQHkyj1XpziLNrfmOh2ug1dhMaJn0gbZZDpNpsexQb2y3azfKXCAwns4W5dMd7m2B2ANLCT/x/A/nKknN5mUhWFp1g4Z7vM14jrbBZvgEwi1tAdkDEf3ZrgI0S/RrkP4IdqGpuA+cJo0yw7iyNfJmzAcMrokfjp93HC4XrPYCdzkgPXDPPqvJN7eRh0VrBWqfKMuev6k3Qzr4SP4HWqOFIkZ73iYA/NhLpwPZ4LLS+FZzUp+GtwAA/heS/sGwv+irWnXc9bdTRF20/8eOBWmEKwnCectOrPhSlgF2+Bb+Bl+AxP8B/6FvLn8Td8fYQXMSubgsVZU8Cv4mAeNhC7k+jLYCopzrRURlvZA9P8WLIJJlcI5zi1Ypw+Dr4oqp3EAzlsbLCjfg1PeEUxLtlnXXU4/wQboq8gpl2BHx2l5UuyosuW8I6rQb8Bp1iwRefy4VN6FReaopU3pX7jnhwSO7MmVIiNnJ3L+DtgHCm3ltA0RH4/26rhKk1tdu4kr7yeuHkKgU3rMqI5ncfAQDIKbg14oi1nJv4OvTShthC9LjmTyGB8XwhZw+oQ8+Xbc68C8AOboK6+YYPpfDV+B06YdAkJiuMtzhvrOP1JYafMLpu/Z8CmEJNGOe60fz0J/cjZmWcP0G2+sWZ/aUnCqhFosOq7gyf6uOT888th+Ot0HmxF7MOkgt2AcXQNLkg5rHPv+dffjVvPX6PdeWtf7MJhUssD578ZtEGL6sY4MIfTjeh1zCWZ0Z+DwQXAkapkjtzviPdoPYB+JuJVMNfy7QQkR7MbGPfRaYhi7ruUSjLcbwe1k0tw2vgivwy6C70/ekPE4JK+N+HySWDuz+A5xXOnvlsqD6Lf/QjwBnxNc4a02YwzBeuIdyBosWDDT7RKcn1MRYA+/V8ImAv9Rcb5VP53ufoQ8AB8S0+PMFiwYz5fDzCjCF7SLCbojOm514zZ3HViYLIZVxmD4h8B0rtWtFXkEn4tTv22thPe2SawVeDs8TTz/NqoyhLqDGoC7wervt3lNCxKMY/fIc+BLuJXgn9G20pyuVuA1sJF4vt7GjHx8nZnT7XAXzIXnoK4FCcbLVHAqLW+DWF8v78Aq2EY8v7zGDK2+EmfBI3AtTAPNTU1dCxXs/a6ht+t6bM4FNykvw/0IdYSrDLHu8iyeQ7Cg6mLKQahgd0pbSOJwit/cl6Np6p+BrxGn6hNUp1z3m/tOWAH+DrIgwSTQcBcTFLnOzcRwSjZ6j/vdvQyCxRrSanu0mWvZqp3LjkbBuYTGnSac4CxreCQqJPFD+r/bhq+dtOSyCO7DyWzIcm9avKLXXb+FcskiYjlBfB0lP9KLJp+nv6N7ZL+cp7N9sgg+L6/zMvabcEWrK7iM07CZOXVHuJlPs4y+rNJ74JkyJpczp62N+vWOfpw0uqWzrnXXcGeN53g13REe/0w660x3hDtrPMer+Q9LNCcV91c+jgAAAABJRU5ErkJggg=='); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.add, .x-button img.x-icon-mask.add { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.add, +.x-button .x-button-icon.x-icon-mask.add { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAABqUlEQVRoBe2awWnDUBBE843B4NxcQSAFOC4lJeTkoxtJDykgvRhcgCFNJCFgIs+ChEHSJX93YT6ZD4ssmR3NztNFH5Wu6+6iVynlEZpbp+4J3s5OjWm7DRxZuMMCdUB9oyzNmrJe01hEejMtM5exIh6bCI3JbFkDT27EckEDs5DI8iHCWcmy6IowC4ksHyKclSyLrgizkMjyIcJZybLoijALiSwfIpyVLItuOGFso/xiuEvAgJdeK0DqJrHEhtsTTh9ul9y/ChR2KE+Y1ruDt2ccI7d6PszcK+oFFblWELt3Cn6i/8epMW5/W+LKGrUZ/0NwboF5QxuPsfY8dmOxJs41cBOYHCZF2BFeE60i3AQmh0kRdoTXRKsIN4HJYVKEHeE10frvCNvr4RH1HojH3rGHr3hqA7VdkxPKvuKJ3AA4hn7BM3xxA5N71Fdv1gz/tax3P+hFHmsJwM/8wraMadqOh5GuXda76rVqNWb7wgeevQvRRQ1MBCPFiginxEokKsJEMFKsiHBKrESiIkwEI8WKCKfESiQqwkQwUqyIcEqsRKIiTAQjxcoVrP83/9czD9EAAAAASUVORK5CYII='); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.arrow_down, .x-button img.x-icon-mask.arrow_down { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.arrow_down, +.x-button .x-button-icon.x-icon-mask.arrow_down { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGRTdGMTE3NDA3MjA2ODExOTJDQUMyNUQwRUE4NjdEQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxQTFBMDFDQ0I5NEYxMURGQUU1RjlGMEFERUNDQTVEMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyMkRCMDIxMkI5NEUxMURGQUU1RjlGMEFERUNDQTVEMCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjMwRTE0QzVBNDIyMjY4MTFCQ0ZCOTAzOTcwNzcyRkVCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZFN0YxMTc0MDcyMDY4MTE5MkNBQzI1RDBFQTg2N0RCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+HfrH/AAAAeVJREFUeNrs2cFHBGEUAPA3zYqIiIhOnTpFRHSKrp26RqeuEV077R/QqWtE166dOkVERHRa9hQRnZalFcv0Hk/W1Mx+38z3vvlm5j3eZW+/9+abne+9KEkSaFPMQMtCwQpWsIIVrGAFK1jBClawgo2ik/4hiqJGwLKuvfpIc5xSkWqYr5hzU1s/mRNxXTPsJ+ZqluvXlwOmSj3XBDvG3M1rpAmYYoUrFzr4ZNqTawqm2MH8Dhh7ZXJUbcAUx4FinzBnJcAUl4FhP/jIgRSYKvkYCJaO2LbNv08RMMUy5nsA4COTLy0XYIqtil9iF6aflq7AwBWuAvuQ9ZKSBgNX2ieWjtKSzeXBNZgqfe8J+4W5aXtbcg0GrvibB/BhkeuhBJhigzsghT0veh+WAlMcCGHvMOMQwcCdcIntYy6WmXhIg2PuiAvsEHO97IhHGgzckb4D8L6LmZYPMHBnhiWwXVdDPF9g4A4Vwd66nFr6BAN3ygbbw1yoMzjmjplgB5hrrufSvsHAHesZDOD2JAbxVYCBOzfIAZ9JbR6qAgN3cPwP9kZy1VIlGLiTdluCmoOBO/pnS9Bk8DzmS3pL4BMcpZEe1qX0GI/atC4dQYXRMa1MU0IX4gpWsIIVrGAFK1jBCnYUPwIMAPUPAyFL+nRdAAAAAElFTkSuQmCC'); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.arrow_left, .x-button img.x-icon-mask.arrow_left { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.arrow_left, +.x-button .x-button-icon.x-icon-mask.arrow_left { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGRTdGMTE3NDA3MjA2ODExOTJDQUMyNUQwRUE4NjdEQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGMDZEQTFBREFDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGMDZEQTFBQ0FDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFGQzJEMjQxRjIyMDY4MTE4QTZEQzUxMDg5Q0Y0RTRFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZFN0YxMTc0MDcyMDY4MTE5MkNBQzI1RDBFQTg2N0RCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+FXGmxAAAAghJREFUeNrsm09ERFEUxt+rxBAxqyFm1SqiRYpMSpFapUVaRGpTRIpIbWLaFJEoRZtilChRWiRKsyklilYRERERERGZvsN57Wfmvnnnznkfv+WM+bn3e/ePN24mk3E0pcRRllC42FOWy4dc1w30R+fz3LFthEs1TelZ0KlBuAIcgmRgHS5gqlm2RsNTmqbvrUlZycLT4BhUiliWfEwEbII+UeuwT4nzqNZq2Gm1gTu/ZaUIj4NTEBW7tTTY1zUwKH4vbaive6BBw2kpAa6DkA1CeBicgZhVx8McUg5WWNi+83CWiXFfE9ZeAGQR6ukBqJKyu/Gzw7TcXEiS9UuYbiWWeU8ckXYqMT2lozyFW6SeOU0K1/FhPS75RsHUlKbj3KV0WRPC1Nd5sCuxr6anNPV12zFwk2jLCCdtk81XeAIsahL+BVOgH3xrEPayA5rAixZhyj2oB2ktwpR30A5WtQh7vR4DQ+BHg7CXLdAMXrUIU26411dahClvoBVsaBF2uMsjYFRCrwt5a7kOOnjUVQg7vE43cr9VCDu8I6Nep7QIO7z3HgCTvHYXvbCXJe71hxZhyjmv1w9ahCnP/DDb1yLs9boXzGgR9rIAusCnFmHKCff6UYsw5Ymlj7QIU75AN5gz9YVuLu8eB/S+dA+v1+l83pe2Sfg/BRe2OeGfPELhUDgUtip/AgwAw4tbozZtKFwAAAAASUVORK5CYII='); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.arrow_right, .x-button img.x-icon-mask.arrow_right { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.arrow_right, +.x-button .x-button-icon.x-icon-mask.arrow_right { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGRTdGMTE3NDA3MjA2ODExOTJDQUMyNUQwRUE4NjdEQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGMDZEQTFCMUFDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGMDZEQTFCMEFDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFGQzJEMjQxRjIyMDY4MTE4QTZEQzUxMDg5Q0Y0RTRFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZFN0YxMTc0MDcyMDY4MTE5MkNBQzI1RDBFQTg2N0RCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+xvZexwAAAhhJREFUeNrsm8FHRFEUxu9rxhARsxqiVauYXWoTpTYtUkRqlWkz0WaiTW2iNi3atGhTm4k2E5GYSJRaZcZQtIqIISIiYhgyfZdv/oF59913X+cdfst5733u+c495743XqvVUpKiSwmLWPB/j2QnP/I8L9SH9lN3/KxwQlpKT4FtaR7eAhegR1LRmgEVMCCpSg+CGtNczLbUC8pgQ9I+rCv3LiiBbkmNxwJ93S+p08qCRzAhqbVMg2tQkNRLa1/vg6ILvrY5POTAXdi+tj0tDbOYjUoaDzPgBuQlzcMpcEhSkg4A8lztjBTBin6u0d8iBOvoYwXPSRGsuEcXuWcnJAhuR4G+TksRrGOMfXhWimDFjqzCyUuE4LavS5yxExIEt0OfopRN+DpKbx6MHAtHSfAeWPN7kWQEhDbAMjg1cTHXBdfBLHiSUKXvwZBJsS4LPgCT4NP0hV1L6SZYAcdB3cAlwe9gDlQlTEsP9Gs16Bu5IPgIjIOP/34AoP26Ss82bd00LA/r1Vzk1mM1whCsfTrPpsJ62E7pE/q1HpaPbAn+Betgib1xaGEjpb+Ywrcu7H9BC35m8//mSncTZEqfgRGXxAYpeJNp3FCOhemU/ub+euXqzGlS8AuYBq8unyiYSulLNv9OizUleIcr+6MiEF4n3x7ze2n9OkSfE5/bfmg/30v7ERxaWBcc5Yj/5BELjgXHgiMVfwIMAGPkXbHq6ClAAAAAAElFTkSuQmCC'); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.arrow_up, .x-button img.x-icon-mask.arrow_up { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.arrow_up, +.x-button .x-button-icon.x-icon-mask.arrow_up { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGRTdGMTE3NDA3MjA2ODExOTJDQUMyNUQwRUE4NjdEQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDQUZBQUM3NEFDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDQUZBQUM3M0FDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFGQzJEMjQxRjIyMDY4MTE4QTZEQzUxMDg5Q0Y0RTRFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZFN0YxMTc0MDcyMDY4MTE5MkNBQzI1RDBFQTg2N0RCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+ar3jxgAAAbFJREFUeNrs2j9ExGEcx/H71YmmpoiIaIq4KSKi6dabbo1oiqamm1qboimiNZpuuikiIqLppiPipqYjIuLp+/D95vy6X/frfr/n730e3sst53XP9x7u+V2ilKpM05qpTNkCGGCAAQYYYIABBhhggAEGeNSqpl9IkiQKWNbvfBc7PDdNIz1PPVK7Trd+OMPrRr8l9Uat2nT9+CyCW4yVnnnHowTXqa8UWHcdI3iNGozASscxgReo7h9YxTtfjwXcHoOVBjwJQYNPcmKlLk9EkODGP7FSO0TwOvU+IVjxZAQD1iPZK4CVGiGAZ6lOCVjFE7LhO/i0JKzUK3KImQY3S8ZKHZ4cr8A16sMQWPHkeANepF4MYqWmD2A9arcWsIonqOYafGYJK73yRDkB71nGSnd5r4jKBG9Sn47AunOb4CWq7xAr7dsA61G69wCreMK2TIMvPMFKfZ44I+ADz7DSQ9YhVgS87fiQGtdlmeBlvkNWnndYBljfGT8FgJVDbKco+CoQrBp6mrEyKfgoMOyvpxlZ4CT9vcXj0shWNe8nE8vCfzwABhhggAEGGGCATa1vAQYAZekAmr8OukgAAAAASUVORK5CYII='); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.compose, .x-button img.x-icon-mask.compose { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.compose, +.x-button .x-button-icon.x-icon-mask.compose { -webkit-mask-image: url('data:image/png;base64,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'); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.delete, .x-button img.x-icon-mask.delete { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.delete, +.x-button .x-button-icon.x-icon-mask.delete { -webkit-mask-image: url('data:image/png;base64,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'); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.organize, .x-button img.x-icon-mask.organize { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.organize, +.x-button .x-button-icon.x-icon-mask.organize { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAEdUlEQVRoBe2aS2xMURjHjbbqUaLoI7RChQUiGo9YaEqkoolIkCASSki68dixsLIVYmHbkJA03UgkFRI2QgRBKl4RgtJFK0jUI+o5fv/p68ztmUlHzpzO9PZLfjP3fOfcO9//fOeee+69E4lGo6PCZKPDJFZaQyc4N1mGI5FIMfUVkAfZMPaVwE54yqn6i+8BllQwravgAEyEv5DppsQ8gYPw3hqsJi0bNJ4El0GZzSa6iHcbjLbpsp7DDGX5V8ByyDbLJ+CdUGQLPNGQnkzj3TDFspN68BNkwhDPIY5poG/T1lBYR+LOkuW4uSeR4KXssN48grF9h20NdeukYLRL96Y6vAD2wCwwbQyFvXARPpoVA85fKnXiN4HtvP2Gf0tPG3XWUKNYT4E6PxjvD3x1EDHPZZvgxTTSDBc8gMrKbql5gKHeJh7NM6/AFu91/EVmjHGTFmN+HA3qYSoE7SuO8+zcEawY4vJdfr8Z/ljiqMS3AV2RvjpTPc7V0A623rqJv8RsnynbxDUXXieJuy/LfRmmEzSd7wKtroL2Hcc5BL4LVmRCmbheEIfmHduVQ1muQV/3BN2bJZyqaANbdm/jL+xtm4nfxKcsP08Q/zX8MxV3TDXqx+PYBGUQNHVAI9AsYrsuB9sPVflDT5xH+O7OZn8kK9msJf6G3ooFOOr66+O2NOVL6A7oP/njmmREQcN5LGhy1cLJtBwK++FSLqrVSGvPcrCZGu8DZTqTBSs+zUkarTZTUrerYh50gHYY7rSpRxZCCYTByvouS2FQK42hE9w7S/tKsOaIt/AGfoMWO3OgFLyYb8FaGByHl6C1r27jlsAh8HaN14LD1+x8jN/KNVdqlAvhgq8YfJ/DLYjVUDatk8J905HObd+Cf1rEaHTp5sSL+RacaKWWyO+8E3wLdi4g1QOOCE61x7Kt/UiGsy1jqcY7kuFUeyzF9ok6WA8ZvJjLtbQWEI/hXpLIW4N1rLyiPHV5hP9MsM4or2V7hlH+702XghWE3gAcTRKN3mjY7AZOdZbNCnAug4wTrNXSItCrmmYSZ3tGTNVAo+1nvCLOyLyeT9WC7WlqXNtUCq7vlpTlGkQMeG+Vio9j6NbxMOjtn8u7udjzaJcH1H3uLViVikCzLftqEtsKbeAyNh3LuWAdVM+yr8JsU8hgt9mvGh6ATousEKwgdcvXCMWDFap2mOYBTWK6b3YtNvYDrs9hM0i9BTgB+YMRTbvp0AS6bzaP43I7LUPaDFBvHPVmIy+ZaOp1+TkJX8Dc3/V22gUrYF1jN4L1r0T4NSPXg+sZ2dZZXgRr5m6BymCW8en6rc54BrYAXfu8CFbQmoQ0c1eYoilXw0NQp7gWZzueN8H68S44DbG/IPA9H66AL7FR12tpYk9qetOwGfSaVjcMNVAFie6iqHJv6bws2YaUfLpctYP+S5WoTVr8vjOMvphN4FN4N69Dybs6yw+OCLZ0yrByhS7DmrRaoQE0Kw5707JOf/UvH/ZKewTG/kscFrHSGbpzOHSC/wHSRhVOrpN3ggAAAABJRU5ErkJggg=='); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.refresh, .x-button img.x-icon-mask.refresh { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.refresh, +.x-button .x-button-icon.x-icon-mask.refresh { -webkit-mask-image: url('data:image/png;base64,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'); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.reply, .x-button img.x-icon-mask.reply { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.reply, +.x-button .x-button-icon.x-icon-mask.reply { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAES0lEQVRoBe2ZSWgUQRSGM24YTdSo4AYRTcxBEZJDJCoigrtGg6CIgihqogfRgEERguhB40UP6kHw4kEET4J4E9wPAdeg4ALigjuKcSMuMX7/mAmdSU/SXdM9PTPpBx/T3al67/31urq6K5G2trac3mR9epNYaQ0FZ3vFwwqHFc6yEQhv6SwraBc5YYW7DEmWXUhZhSORSC7UwKIgxzAlghE5CZFHoAEKgxTcz8/gCI3gfzHsh6l+xnLq2zfBaC0miXpYDvmgu+kXBGqeC0aohK2D7TAF+kPamKeCETseZdugGgZDSp4RxHFsnghGqKo4H/aB5uoASEtLWjBiZ6KsFlaAHlJpbUkJRmwl6rTcFKW1SktyRoIROhofdbARhlr8OTkMdBPNlWCE6iG0AA5AqRN1Nm1cxbTpn9Qlx8ERO4pIG0Br6yDDqH3pV4kvPdRewCd4C+/ZPdWx7xZxsk1LgqvIZDeUeZzRT/xJ8Dt4BQ/gGjSSVzO/3psEJ4JoY+A4fATNvVTwhjh34RSshMGJ8jO5biuWIJqrc6AJ/kIqhNrF+EFs3fqHYRoMMxFp7dNFME5Hwi5QMLskgrqmgb8M+hgZYRXh5riTYBxpFM9CUKKcxlWOSyHPjVi1jQqmYy7shQ/gNGjQ7f6Q6yWY7UY07XNK4CK0QtAiTOK/J29tLOQ7EU67nIGgtfU1mARMhz6a3zegtCfRHXOYxhXtndJBgGkOT9FQ1Z3oDsFqhBXAFngJpkGD7veN3NclEt1JcKwRHaaD3niCTt40vh6+q2N6rL+2gtUA03p8FL6AaeAg++ntsNwqNqor/kL8OZ2WgF71vEpeq8FvC36uDveJM8qqyenHwzg67oE1MAxMTeLOQyNod0SDqO2hCaDVIma6u3R9OAxq/9WxW9PT+wRsQ7RiE7Gbj4f4v9F8Fujxb1ptfR2tj/cbf04bfbbqZWgsFEM5LITNcBLc3HF6iM2IxXAlWJ0wJXEQfoFb4RJcEwtu8kv/PCiEGdAAevFQJbvL5Rh/j351uRbcLloVmA83ewgUn0TSgq2DRGzloVt9E9yDFoiPqfOvUBHN3erA7TFOtG6fBqdfVp4KtuZLDqr8DrgDdqIPcb2/UYXjAmmu1cLDBIGswX0THMuJHIrgDGglsMZu4nxI0oItgcbjUHP7MyRaanwXrHywvlAFj8E6v+dqZ8MTI9BzHO2DtaC9KY1wIEYurXCO4JrbjyA6CvzO80wwznS3tMAFDpfBKdArnkY4ECOXqwTWUqZvA1mJp4L/+4wKf8ZxDeyE26AlLBBD9HUC14GWr8mezWEc2/oiiNZM/TumGbRLkdQ6nChOT9eJWw3ffakwjjuMRF5wUg9b4QnE5hOHKTVNsSuO3qW9SosN/Yn4KmAQbnnl040f4pelVLCb5Pxq6/st7Vfipn5DwaYjlyn9wgpnSqVM8wwrbDpymdIvrHCmVMo0z15X4X9rh8wHLEjawQAAAABJRU5ErkJggg=='); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.search, .x-button img.x-icon-mask.search { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.search, +.x-button .x-button-icon.x-icon-mask.search { -webkit-mask-image: url('data:image/png;base64,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'); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.settings, .x-button img.x-icon-mask.settings { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.settings, +.x-button .x-button-icon.x-icon-mask.settings { -webkit-mask-image: url('data:image/png;base64,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'); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.star, .x-button img.x-icon-mask.star { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.star, +.x-button .x-button-icon.x-icon-mask.star { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFfUlEQVRoBd2aXahVRRTHz/Ujv+2mZRGZB7W6mtpFikC7+UWUZiqBD0JPFdRL1EMFPfjoU4baS0FUD/UWZBEVShA+BCpmWApRSkgllNpDmZWZt9//eOay72afvWfWOTPn3rvgz8yeWbPW+s/XmT379AwODtZSSQ+CryVgA/gVfIx/pelEhFMBVlvBOaBeFo6Cean8y09KsnMg932TqCOs9M2UhMfhMJVsxtHcAmcbmekLCsqjFKUkvAYG1xSwmEHZqoLyKEVJCDOCNxH9HUCbVl6mULAuXxjrOQlhgl8Bbi0h0Uen3FBS37GqVIQHiHh2SdR16jTlo0t0woycpuxiUDSdHcFeMv3uIWYanTDB3wIWVZBQHP10zuQKvbarUxDWT1HRz1E++Ds99fLtgp6jEmbExhPNcs+IbkZPiCpRCRP5TPCQJ4MJ6A3QSUqjSWzC2ozuC4j+fnSnB+gHq8YmvJKIJgVEpRPX9QH6waqxCa8PjEhHT981H2j6qno0wqzF63BhOUxsom3Zb7aJqGsUjTAONFJlpysXQz7VuXpavrBTzzEJaz1adlzNjHs6RTBvJyZhjZTF/kTaWZZCnlvhsyWgQkPZQpagzsX1bFlAXjGtDdAPUu1p3PPQhCCXkdwG/mta0PWLds060AuAnqtEOjpdbQR3VymX1P9F3UfgGJA9X9F92c/ADaQ2P8V0DJ4/kDbeYKaSvgI2AN0+OGJK1VAbSIhTOXEOybYll2kte77yD4rqrHyb85S9Cl4HtReAyI11/A7HpRq5PSD6oR0f3Rad+H7S1DvV7UgS+tc1cU3n3V/AWJ/SX8BxVuMinow2rNNjlPQVeH0GFg378kDBfLAPXARjZbTPwmUXmOG+bgz71EKFfqKeAUWfREZbJxyCxyOOqEuHER4qrNUWovwy0CFktBHV4eNZMNvxyaaFhKWAaBt/HJwEo4W0luSKLMF8viVhp4iBeeBd8CcYqcQ1qi+CKS7uVmklYdcQY0+C42Ckkf6EmO51cVal3oRlCFkCdKgfCWtbo7obDO3AVWQbHHyUsjo40E6uq9cvQbdG+wN892fj8s0HjXDWKA51/t4JUo72H/jTDtybjSUkbyYsJ0gdfAtSjfTn+JoWQjCv2+57a4M1QaQSvZvrMsIs7RJejGcdUlLJUhzpZsYsZsJcCen6ZwCE3IaYA2021OfUdU3fJltmwni7Fvh+KDMF16KR3ux0lWuSdgjPxeNdJq/tNdKNqJaSSUyEmVK6JNPomtqbIh3eSKNsEmvAarfJ5LEzjbbR59MtpqyEb8eZjpndkhtxvNri3Er4YZxpx+yW6Jdhi8V5MOHm+n0QZ9afo0u0fQO8A5S3iPaQ1cTSG9w4f/SqesZBH/gRWI6T+gyyxfkgvw2cMdrS+/lTzpZvGnyWxsnTwHLRd4R2a/OBqQyoztKBe/P2qp6DCBOUptKHhuA+pU1fq2Co0/F0L9CVaghxXTbWW9ktKg8lrFfCrwODeh/9wgu1bEDo6OT2Fvgb+JLWq+nQEsnaa5UPJbwKBxc8A9KXPG1O3u+u6E4F24GvD3XMDjCxFcF8uTdhjGpHfwn49L42lCeAdyDZwGi3HpwAPr6+Q29htn1ZPoSwfuz3ewShXVcBNz62lzkvq6O9DjZHgQ9p72kdQljvob9VBPAN9Q+UEQmpw5b+Sf8e0FotI/4a9ZN8bIcQXlnh9AD1y3ychuhgU0tpJyhb14epn+ljN+Sk9S9G1ct50d8SdgF9x9EO3lHB5hXwPEYfA8dbGD9LuWZBtfj0inSQWUDTKzu1dAB5Dkz2tdOOHn70LvwVyMag/FYwzse295Rukq5j+G1wEOib66PAy5FPMD46+NPmqTV7CpwGGvkJPm2l8z8GWDNDloqpGQAAAABJRU5ErkJggg=='); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.trash, .x-button img.x-icon-mask.trash { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.trash, +.x-button .x-button-icon.x-icon-mask.trash { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFBElEQVRoBe2aS4gdRRRA8+L/m0QIJkYNLlQUNOAvigpRcCEIcSsiCLoLLoILcaM7QVBX4koRshDxt9CFKCoiuvGDCP5QkxCiJhInRo2Ovzie80gPNWX1dL3uesM09IUz3V1169a9daur+031aG5ubkUpGY1GK7G1Dq4Cz9vKiIY74Sv8+72tkWQ7Ay4Bxo+Hu2E3/AuOZBf+ov2TsL6Ef5WNUsGazXvgEHQJMm77N/aeg3Mrh7seOweMM2bWYH+B2OES1/9g9w0oEnSngHHCYO+FGSgRXJ0NM/0idA565BRpKyxSt9J2B5xWY+Mw5Udq6uqKT6XimESlmX4d7sTnA4n6rKJjs7QSSgTrSno7nJyodtFyGr4AP4G6TeLIHweb4A44C0LR1xtgCzwP7aTtIkBvLlSfQjwNZyl7FNa0sU077V4DX0Js25X7cRjPzDb2Nd5FnK7xPbGXskdwxsxOLLRzdnwIj8GvkQFnypqobKLLrgGnOjMzP6cqJijzfn0NXPljmXRNWNC+dcBHM7HA2NELp10nwbaz5iC4OsdidTyrYp3a68ZFi7XJFfNsOBGcUmFnPpbiBWkVZefT7g+OXcTF0EUsFPtaje0Lw0LOzfoM49B4Gy36WMKwK+WDcC2cAmGwXK7YAAYdym9c+NiIdUOdnHODc6DjpPioix9LBvwtPE3QOzjWi7MjBS0M8CGY1huUA1ISg/4cNqXiqcqSwVqJ3AQ/QEmnpm3LR+IzsLYKMD4mA6bBOfAKuFpO28nS9v0Bcxckn9V1Ad9Pg2m/H5cONLT3Mf5fFGfX63hBQG8s7/LXxcdV0nvjMtgKp0MojuaroM60xYB8Z78ZTog6c515B1ylXey+ARe3/0tqFNCy0RjrkdvgOwhH0TeiB2A1uMBNGx9Ta+FZiP34mrIrQR39cECSUzqZYYIcR0mjJtmFwmHUvdenLjwmnUl7Eh05+LP40fjvoGTACYN1Rc6CecGhM7lw2lt+AA7Fg4fOespXgYO0j3pvnXmh3rY+/52+vrXtRSd841rQJ/WV1JVX9eNj14DnjeHnJVw8DBeAnX8A2ynfXwXN+cWUPQUOjNl6i7Jt1I9nCOe+1V0NT4AB/wkvw31QRIoFjDfnwRXgfVbJGZzsry44boTNUGVjlvOToPpV5FvbjXApKE7VLZ6UkpWlDGHH+96pV93/4TSsujGA8MeF51Xw6njuO3soKTth/UTnJQOeqONFlKsBW0SlfdVyDLh9NBkth4AzBqnXKkOGe52+DOeHDGcMUq9Vhgz3On0Zzg8ZzhikXqsMGe51+jKcHzKcMUi9Vhky3Ov0ZTg/ZDhjkHqtMmS41+nLcH7IcMYg9VplOWY4/Md88cEtHbDOVg5Xx9jpsM9Yx52JeAcw1ontTXRdcm9pFz3vBveHdNJN6YPVRhrnivtMlruZ5g7DFxBuXLut8j7sA/d43Yr5CIpJsYAJ7DN2/27Bsw1gwAb3I8wLOp+g4w6+nw/6HddOyszqWDg/Qv2bXFwH4+1SyhyUYtI1YLc85wXn/ORAagWdPVRKUqh3AJwtdTLeWq2rbCoP76cm3bjeLG6ELjZim03XJujyJqXF6rtmeDvGNzMN/ajEAZi2rKOD67t00jVgN7+3dnFgqdsu5XRc6tiS/eUGvBTTNengBIVZPuYG7LcYPjdluYk++bTw++pGyQ34bSy9B35Vs5zEYGfgJfg+x7H/ADoy2VfnrtXoAAAAAElFTkSuQmCC'); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.maps, .x-button img.x-icon-mask.maps { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.maps, +.x-button .x-button-icon.x-icon-mask.maps { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAADl0lEQVRoBe2b24tNURzHjfutXEPycDAltwhJbuMSJUqSB/HiES/+AK9ePc6T8uCFkImQW5KGkdwSxYyMGkZu45bbDOPzyZyTrJnjnDkGrVm/+szas2bv397f33ftPS+/Vdba2toj5igj0NcfRkG/3qWIJdcIrs/AO6gDq7cKPkOjUNAmxr8ePJsix8NUWAvLoapowSQawIUzYCZUwAqohF3QAjtgGTyCy5x/nfEu1MNDCmAxuiS4Vy8ST4DZMB9WwiTIRUGC26q1gKtWwyyYBsPB5aLIL5CNTxzotDeWTeA5DUKuO4xXoQbxHpcUbSIzJFkDi0EzdLYnBNGuYJJ4ch+YAhvB5TAORsKvib4x97vwPpk2FjJuhibu85zxAlyCangBLRQib06u68t5vk4uVYVqgO+oqy9v5ASTRLd0LQNLYB24bAfBnw5zikX0HtuhGW5ANY9ylvEBvIY3FOArcz7rWHCpboBFMAxyGjguKIZy1jzYCqfAD5BLslB8J3dCP/AdOgo+fKHXd3Sebh+EctCMieBK6Oj8QuYrXZ7roQr88PiSD4b/IVyyfhB9jQy/uppTUijYhANLytJ1F/sxzL7POpg97vQdFfwVTNYtQsHdKpLg2O1ODieHI6tAWtKRGRrISQ4HJYlsIjkcmaGBnORwUJLIJpLDkRkayEkOByWJbCI5HJmhgZzkcFCSyCaSw5EZGshJDgcliWwiORyZoYGc5HBQksgmksORGRrISQ4HJYlsIjkcmaGBnORwUJLIJpLDkRkayEkOByWJbKLbOVx0r3E7httIbttwNvzddt//JWxIfQynYX8pgu2TbgBbjw9Ds53sNHJv49gOehu5bUe2DfjXojDVpWG/9iu4CEegBp7xfO+LFfyGC5+AiQ7BFXj/c8s+xw+Z24PwvYwKnQxLoQLccGEB7Hsu9t5ckjcU2QjuozgA5+Apz9PCmItCbvqWs2vhJpwBl8ZrEuVtOebPtiWLbf2ymyL0ZVT8XJgDbgHIgFsPOhPmr4d7oAnHue9txg6jI8EfueIaHIOrcAuafieSc/IG19vw7TYD6UEBbE4vhwxMB7cizIYhYPT6MeR+WjBFPoCToEgF1hb6bD8LNpHLwT0L56EOGkhUchc6edoNcruvQWoQ7/6GMTAa3E2zACxGNjRhH9wHV4zP9oGxqCjj7C0wA06Ay/YliRT/T4MCuGnEfQ4feJ5mfvdfaG+OXSWdju+VpAoIK3D9tAAAAABJRU5ErkJggg=='); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.locate, .x-button img.x-icon-mask.locate { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.locate, +.x-button .x-button-icon.x-icon-mask.locate { -webkit-mask-image: url('data:image/png;base64,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'); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.home, .x-button img.x-icon-mask.home { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.home, +.x-button .x-button-icon.x-icon-mask.home { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAEK0lEQVRoBe2Zy28NURzHe/vwqEepYkFIQzxWaCOC2HhELEgQImhXIrqyIEXikVQi+gdIwx9AItg1NiJELMSGhKQbobY2VY9Srfp8m5lmTO/cOXN7Zu656f0ln8zMnTNnft/z+505j5sbGxurmk5WPZ3ESuu0E1xbigjncrka3jsbftClIvsU5RZ65aLK5Lj/C75SzSjHWCuJYLxqhPXwBgYhylq4sRaixChDP8EzGIJ4UwNnCR6tgFswANegKer93LsLim4herm/JKqO8O+ZRdhL42acOwunYAacg2Hu3ePYj3Ph1A1fU2ySmZSZeCiTjxaC1LAboRs6QGJl8+AKXIU1kLqlHmHEqlFboQv2gD40QdPHqx3qKdtJkD8Hb9o+TzXCXmT1cboB+cT6evTVPgIXeWYl6DoVSy3COF2Hx0rjTthp4L0a/4xXrofn33OeqH8avKMqFcE4O4uXb4ULsNfEEa+M0v00LIIuCKc/P03NrAtGrD5Iiuh10Dia1JTOR0EZsjjpw3HlrQpGbD0v3AzFig36e4CLkeAPNs6tCUbsHBxS+mpsLSayYT2KtLBqVgQjdgFe7QP1u9VWPbRc2ZQFe2LV5zSBWG7ZP+vVTUkwYhvx6DicB+fFqvWKFuyJ1QxJ00It48rCNNgnNi+N23hQaVw2YiU0cYQRq9Q9CJdBKV1q02zMeEaWSDBil1L5JTgBDeCCzcUJ8cXImfACOeqayjbBffgDfqu6cPyJP3dgVZTvwd9jdzuoSFmgicRDGAYXRIZ9+I5fPbA6KC7feUHBVKD5rJZ1EutaZMOiv+HjbWjJJ9T/LVIwDyqyh+ApuC7WFy/RCk4r5HyRwWNewRSW2N3wGv6CX2E5HBWcB9AaFOqfTxJMQa1lNewosqNQDiLDPmqv+hFsgzpfrI7/CeamVjwnQZEtV7G+eEX6MeyHGl/0hGB+1MJdYt+B/1C5H9UdX8J2qJ6IMBfz4Ri8hXIXGfZfmdoLWr5W1zJ7ktg2aId18BuiTHNvDVUumQSNxDikLSdtBzdok0yCD8MyiLNmCqhxXBL9An+egNI3yqRT9z+O92FO/O2UuOMuymoqF06bUl53489MQw21Gm8lWmkRa6R/oVaMfT6lAmrsUVMNRa2HU3I8k2orgjNp5hK+ZLwPp/x+fR+0ONfMp9BfJ+qLmulpyze1zMtC8AACbkI/xAneQZkO0JiZimUheAjPn0MfxAnWVo3RiEG5oiwLwXJsmGFDK5iCxrCnGZNSOzVLra+EPDZ9T6EMCFVZ3KWpI8XV7uBTFcEOBsWqS5UIW21OByurRNjBoFh1qRJhq83pYGWVCDsYFKsuVSJstTkdrGz8L0VTv1i+NVF2CyTJDC0LX7E8HIx7D/Vrb3wDaLvY1D5QsI/6jXZUEwk29cDlckki5bIOY9+mneB/GfbU3e4Ey5kAAAAASUVORK5CYII='); } -/* line 52, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 55, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-action, .x-toolbar .x-button.x-button-action, .x-button.x-button-action-round, .x-toolbar .x-button.x-button-action-round, .x-button.x-button-action-small, .x-toolbar .x-button.x-button-action-small { border: 0.1em solid #003d99; border-top-color: #0047b3; color: white; } -/* line 57, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 60, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-action.x-button-back:before, .x-button.x-button-action.x-button-forward:before, .x-toolbar .x-button.x-button-action.x-button-back:before, .x-toolbar .x-button.x-button-action.x-button-forward:before, .x-button.x-button-action-round.x-button-back:before, .x-button.x-button-action-round.x-button-forward:before, .x-toolbar .x-button.x-button-action-round.x-button-back:before, .x-toolbar .x-button.x-button-action-round.x-button-forward:before, .x-button.x-button-action-small.x-button-back:before, .x-button.x-button-action-small.x-button-forward:before, .x-toolbar .x-button.x-button-action-small.x-button-back:before, .x-toolbar .x-button.x-button-action-small.x-button-forward:before { background: #003d99; } -/* line 61, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 64, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-action, .x-button.x-button-action.x-button-back:after, .x-button.x-button-action.x-button-forward:after, .x-toolbar .x-button.x-button-action, .x-toolbar .x-button.x-button-action.x-button-back:after, .x-toolbar .x-button.x-button-action.x-button-forward:after, .x-button.x-button-action-round, .x-button.x-button-action-round.x-button-back:after, .x-button.x-button-action-round.x-button-forward:after, .x-toolbar .x-button.x-button-action-round, .x-toolbar .x-button.x-button-action-round.x-button-back:after, .x-toolbar .x-button.x-button-action-round.x-button-forward:after, .x-button.x-button-action-small, .x-button.x-button-action-small.x-button-back:after, .x-button.x-button-action-small.x-button-forward:after, .x-toolbar .x-button.x-button-action-small, .x-toolbar .x-button.x-button-action-small.x-button-back:after, .x-toolbar .x-button.x-button-action-small.x-button-forward:after { background-color: #0066ff; } -/* line 65, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-button.x-button-action img.x-icon-mask, .x-toolbar .x-button.x-button-action img.x-icon-mask, .x-button.x-button-action-round img.x-icon-mask, .x-toolbar .x-button.x-button-action-round img.x-icon-mask, .x-button.x-button-action-small img.x-icon-mask, .x-toolbar .x-button.x-button-action-small img.x-icon-mask { +/* line 68, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-button.x-button-action .x-button-icon.x-icon-mask, .x-toolbar .x-button.x-button-action .x-button-icon.x-icon-mask, .x-button.x-button-action-round .x-button-icon.x-icon-mask, .x-toolbar .x-button.x-button-action-round .x-button-icon.x-icon-mask, .x-button.x-button-action-small .x-button-icon.x-icon-mask, .x-toolbar .x-button.x-button-action-small .x-button-icon.x-icon-mask { background-color: white; } -/* line 75, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 78, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-action.x-button-pressed, .x-button.x-button-action.x-button-pressed:after, .x-button.x-button-action.x-button-active, .x-button.x-button-action.x-button-active:after, .x-toolbar .x-button.x-button-action.x-button-pressed, .x-toolbar .x-button.x-button-action.x-button-pressed:after, .x-toolbar .x-button.x-button-action.x-button-active, .x-toolbar .x-button.x-button-action.x-button-active:after, .x-button.x-button-action-round.x-button-pressed, .x-button.x-button-action-round.x-button-pressed:after, .x-button.x-button-action-round.x-button-active, .x-button.x-button-action-round.x-button-active:after, .x-toolbar .x-button.x-button-action-round.x-button-pressed, .x-toolbar .x-button.x-button-action-round.x-button-pressed:after, .x-toolbar .x-button.x-button-action-round.x-button-active, .x-toolbar .x-button.x-button-action-round.x-button-active:after, .x-button.x-button-action-small.x-button-pressed, .x-button.x-button-action-small.x-button-pressed:after, .x-button.x-button-action-small.x-button-active, .x-button.x-button-action-small.x-button-active:after, .x-toolbar .x-button.x-button-action-small.x-button-pressed, .x-toolbar .x-button.x-button-action-small.x-button-pressed:after, .x-toolbar .x-button.x-button-action-small.x-button-active, .x-toolbar .x-button.x-button-action-small.x-button-active:after { background-color: #0058db; } -/* line 52, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 55, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-confirm, .x-toolbar .x-button.x-button-confirm, .x-button.x-button-confirm-round, .x-toolbar .x-button.x-button-confirm-round, .x-button.x-button-confirm-small, .x-toolbar .x-button.x-button-confirm-small { border: 0.1em solid #263501; border-top-color: #374e02; color: white; } -/* line 57, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 60, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-confirm.x-button-back:before, .x-button.x-button-confirm.x-button-forward:before, .x-toolbar .x-button.x-button-confirm.x-button-back:before, .x-toolbar .x-button.x-button-confirm.x-button-forward:before, .x-button.x-button-confirm-round.x-button-back:before, .x-button.x-button-confirm-round.x-button-forward:before, .x-toolbar .x-button.x-button-confirm-round.x-button-back:before, .x-toolbar .x-button.x-button-confirm-round.x-button-forward:before, .x-button.x-button-confirm-small.x-button-back:before, .x-button.x-button-confirm-small.x-button-forward:before, .x-toolbar .x-button.x-button-confirm-small.x-button-back:before, .x-toolbar .x-button.x-button-confirm-small.x-button-forward:before { background: #263501; } -/* line 61, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 64, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-confirm, .x-button.x-button-confirm.x-button-back:after, .x-button.x-button-confirm.x-button-forward:after, .x-toolbar .x-button.x-button-confirm, .x-toolbar .x-button.x-button-confirm.x-button-back:after, .x-toolbar .x-button.x-button-confirm.x-button-forward:after, .x-button.x-button-confirm-round, .x-button.x-button-confirm-round.x-button-back:after, .x-button.x-button-confirm-round.x-button-forward:after, .x-toolbar .x-button.x-button-confirm-round, .x-toolbar .x-button.x-button-confirm-round.x-button-back:after, .x-toolbar .x-button.x-button-confirm-round.x-button-forward:after, .x-button.x-button-confirm-small, .x-button.x-button-confirm-small.x-button-back:after, .x-button.x-button-confirm-small.x-button-forward:after, .x-toolbar .x-button.x-button-confirm-small, .x-toolbar .x-button.x-button-confirm-small.x-button-back:after, .x-toolbar .x-button.x-button-confirm-small.x-button-forward:after { background-color: #6c9804; } -/* line 65, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-button.x-button-confirm img.x-icon-mask, .x-toolbar .x-button.x-button-confirm img.x-icon-mask, .x-button.x-button-confirm-round img.x-icon-mask, .x-toolbar .x-button.x-button-confirm-round img.x-icon-mask, .x-button.x-button-confirm-small img.x-icon-mask, .x-toolbar .x-button.x-button-confirm-small img.x-icon-mask { +/* line 68, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-button.x-button-confirm .x-button-icon.x-icon-mask, .x-toolbar .x-button.x-button-confirm .x-button-icon.x-icon-mask, .x-button.x-button-confirm-round .x-button-icon.x-icon-mask, .x-toolbar .x-button.x-button-confirm-round .x-button-icon.x-icon-mask, .x-button.x-button-confirm-small .x-button-icon.x-icon-mask, .x-toolbar .x-button.x-button-confirm-small .x-button-icon.x-icon-mask { background-color: white; } -/* line 75, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 78, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-confirm.x-button-pressed, .x-button.x-button-confirm.x-button-pressed:after, .x-button.x-button-confirm.x-button-active, .x-button.x-button-confirm.x-button-active:after, .x-toolbar .x-button.x-button-confirm.x-button-pressed, .x-toolbar .x-button.x-button-confirm.x-button-pressed:after, .x-toolbar .x-button.x-button-confirm.x-button-active, .x-toolbar .x-button.x-button-confirm.x-button-active:after, .x-button.x-button-confirm-round.x-button-pressed, .x-button.x-button-confirm-round.x-button-pressed:after, .x-button.x-button-confirm-round.x-button-active, .x-button.x-button-confirm-round.x-button-active:after, .x-toolbar .x-button.x-button-confirm-round.x-button-pressed, .x-toolbar .x-button.x-button-confirm-round.x-button-pressed:after, .x-toolbar .x-button.x-button-confirm-round.x-button-active, .x-toolbar .x-button.x-button-confirm-round.x-button-active:after, .x-button.x-button-confirm-small.x-button-pressed, .x-button.x-button-confirm-small.x-button-pressed:after, .x-button.x-button-confirm-small.x-button-active, .x-button.x-button-confirm-small.x-button-active:after, .x-toolbar .x-button.x-button-confirm-small.x-button-pressed, .x-toolbar .x-button.x-button-confirm-small.x-button-pressed:after, .x-toolbar .x-button.x-button-confirm-small.x-button-active, .x-toolbar .x-button.x-button-confirm-small.x-button-active:after { background-color: #547503; } -/* line 52, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 55, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-decline, .x-toolbar .x-button.x-button-decline, .x-button.x-button-decline-round, .x-toolbar .x-button.x-button-decline-round, .x-button.x-button-decline-small, .x-toolbar .x-button.x-button-decline-small { border: 0.1em solid #630303; border-top-color: #7c0303; color: white; } -/* line 57, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 60, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-decline.x-button-back:before, .x-button.x-button-decline.x-button-forward:before, .x-toolbar .x-button.x-button-decline.x-button-back:before, .x-toolbar .x-button.x-button-decline.x-button-forward:before, .x-button.x-button-decline-round.x-button-back:before, .x-button.x-button-decline-round.x-button-forward:before, .x-toolbar .x-button.x-button-decline-round.x-button-back:before, .x-toolbar .x-button.x-button-decline-round.x-button-forward:before, .x-button.x-button-decline-small.x-button-back:before, .x-button.x-button-decline-small.x-button-forward:before, .x-toolbar .x-button.x-button-decline-small.x-button-back:before, .x-toolbar .x-button.x-button-decline-small.x-button-forward:before { background: #630303; } -/* line 61, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 64, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-decline, .x-button.x-button-decline.x-button-back:after, .x-button.x-button-decline.x-button-forward:after, .x-toolbar .x-button.x-button-decline, .x-toolbar .x-button.x-button-decline.x-button-back:after, .x-toolbar .x-button.x-button-decline.x-button-forward:after, .x-button.x-button-decline-round, .x-button.x-button-decline-round.x-button-back:after, .x-button.x-button-decline-round.x-button-forward:after, .x-toolbar .x-button.x-button-decline-round, .x-toolbar .x-button.x-button-decline-round.x-button-back:after, .x-toolbar .x-button.x-button-decline-round.x-button-forward:after, .x-button.x-button-decline-small, .x-button.x-button-decline-small.x-button-back:after, .x-button.x-button-decline-small.x-button-forward:after, .x-toolbar .x-button.x-button-decline-small, .x-toolbar .x-button.x-button-decline-small.x-button-back:after, .x-toolbar .x-button.x-button-decline-small.x-button-forward:after { background-color: #c70505; } -/* line 65, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-button.x-button-decline img.x-icon-mask, .x-toolbar .x-button.x-button-decline img.x-icon-mask, .x-button.x-button-decline-round img.x-icon-mask, .x-toolbar .x-button.x-button-decline-round img.x-icon-mask, .x-button.x-button-decline-small img.x-icon-mask, .x-toolbar .x-button.x-button-decline-small img.x-icon-mask { +/* line 68, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-button.x-button-decline .x-button-icon.x-icon-mask, .x-toolbar .x-button.x-button-decline .x-button-icon.x-icon-mask, .x-button.x-button-decline-round .x-button-icon.x-icon-mask, .x-toolbar .x-button.x-button-decline-round .x-button-icon.x-icon-mask, .x-button.x-button-decline-small .x-button-icon.x-icon-mask, .x-toolbar .x-button.x-button-decline-small .x-button-icon.x-icon-mask { background-color: white; } -/* line 75, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 78, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-decline.x-button-pressed, .x-button.x-button-decline.x-button-pressed:after, .x-button.x-button-decline.x-button-active, .x-button.x-button-decline.x-button-active:after, .x-toolbar .x-button.x-button-decline.x-button-pressed, .x-toolbar .x-button.x-button-decline.x-button-pressed:after, .x-toolbar .x-button.x-button-decline.x-button-active, .x-toolbar .x-button.x-button-decline.x-button-active:after, .x-button.x-button-decline-round.x-button-pressed, .x-button.x-button-decline-round.x-button-pressed:after, .x-button.x-button-decline-round.x-button-active, .x-button.x-button-decline-round.x-button-active:after, .x-toolbar .x-button.x-button-decline-round.x-button-pressed, .x-toolbar .x-button.x-button-decline-round.x-button-pressed:after, .x-toolbar .x-button.x-button-decline-round.x-button-active, .x-toolbar .x-button.x-button-decline-round.x-button-active:after, .x-button.x-button-decline-small.x-button-pressed, .x-button.x-button-decline-small.x-button-pressed:after, .x-button.x-button-decline-small.x-button-active, .x-button.x-button-decline-small.x-button-active:after, .x-toolbar .x-button.x-button-decline-small.x-button-pressed, .x-toolbar .x-button.x-button-decline-small.x-button-pressed:after, .x-toolbar .x-button.x-button-decline-small.x-button-active, .x-toolbar .x-button.x-button-decline-small.x-button-active:after { background-color: #a40404; } -/* line 46, ../themes/stylesheets/sencha-touch/default/widgets/_sheets.scss */ +/* line 35, ../themes/stylesheets/sencha-touch/default/widgets/_sheets.scss */ .x-sheet { padding: 0.7em; border-top: 1px solid black; + height: auto; background-color: rgba(0, 0, 0, 0.9); + -webkit-border-radius: 0; + border-radius: 0; } -/* line 51, ../themes/stylesheets/sencha-touch/default/widgets/_sheets.scss */ -.x-sheet .x-sheet-body .x-button { + +/* line 44, ../themes/stylesheets/sencha-touch/default/widgets/_sheets.scss */ +.x-sheet-inner > .x-button { margin-bottom: 0.5em; } - -/* line 56, ../themes/stylesheets/sencha-touch/default/widgets/_sheets.scss */ -.x-sheet-body { - position: relative; +/* line 47, ../themes/stylesheets/sencha-touch/default/widgets/_sheets.scss */ +.x-sheet-inner > .x-button:last-child { + margin-bottom: 0; } /* line 14, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ @@ -3280,7 +3866,7 @@ input, textarea { } /* line 18, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ -.x-sheet.x-picker > .x-sheet-body { +.x-sheet.x-picker .x-sheet-inner { position: relative; background-color: #fff; -webkit-background-clip: padding; @@ -3288,18 +3874,32 @@ input, textarea { overflow: hidden; margin: 0.7em; } - /* line 45, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ -.x-picker-slot { +.x-sheet.x-picker .x-sheet-inner .x-picker-slot .x-body { + border-left: 1px solid #999999; + border-right: 1px solid #ACACAC; +} +/* line 51, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ +.x-sheet.x-picker .x-sheet-inner .x-picker-slot:first-child .x-body { + border-left: 0; +} +/* line 57, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ +.x-sheet.x-picker .x-sheet-inner .x-picker-slot:last-child .x-body { + border-left: 0; + border-right: 0; +} + +/* line 65, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ +.x-picker-slot .x-scroll-view { z-index: 2; position: relative; } -/* line 51, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ -.x-picker-slot:first-child { +/* line 72, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ +.x-picker-slot .x-scroll-view:first-child { -webkit-box-shadow: none; } -/* line 56, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ +/* line 77, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ .x-picker-mask { position: absolute; top: 0; @@ -3318,7 +3918,7 @@ input, textarea { pointer-events: none; } -/* line 70, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ +/* line 91, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ .x-picker-bar { border-top: 0.12em solid #0066ff; border-bottom: 0.12em solid #0066ff; @@ -3326,57 +3926,69 @@ input, textarea { background-color: rgba(13, 105, 242, 0.3); } -/* line 80, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ +/* line 101, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ .x-picker-slot-title { + position: relative; + z-index: 2; background-color: #3d4c5b; border-top: 1px solid #3d4c5b; border-bottom: 1px solid #14191e; + -webkit-box-shadow: 0px 0.1em 0.3em rgba(0, 0, 0, 0.3); + padding: 0.2em 1.02em; +} +/* line 110, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ +.x-picker-slot-title > div { font-weight: bold; font-size: 0.8em; color: black; - padding: 0.2em 1.02em; } -/* line 94, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ -.x-picker-item { +/* line 121, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ +.x-picker-slot .x-dataview-inner { + width: 100%; +} +/* line 125, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ +.x-picker-slot .x-dataview-item { vertical-align: middle; height: 2.5em; line-height: 2.5em; font-weight: bold; - padding: 0 10px 0 10px; - text-overflow: ellipsis; - overflow: hidden; + padding: 0 10px; +} +/* line 133, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ +.x-picker-slot .x-picker-item { white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; } -/* line 105, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ +/* line 138, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ .x-picker-right { text-align: right; } -/* line 108, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ +/* line 141, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ .x-picker-center { text-align: center; } -/* line 111, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ +/* line 144, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ .x-picker-left { text-align: left; } -/* line 140, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 117, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar.x-docked-top { border-bottom: .1em solid; height: 2.6em; padding: 0 .8em; } -/* line 145, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 122, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar.x-docked-top .x-tab { - margin: .4em .2em; padding: 0.4em 0.8em; height: 1.8em; } -/* line 158, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 134, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar.x-docked-top .x-button-label, .x-tabbar.x-docked-top .x-hasbadge .x-badge, .x-hasbadge .x-tabbar.x-docked-top .x-badge { font-size: .8em; line-height: 1.2em; @@ -3384,360 +3996,414 @@ input, textarea { -webkit-font-smoothing: antialiased; } -/* line 169, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 145, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar.x-docked-bottom { border-top: .1em solid; height: 3em; + padding: 0; } -/* line 173, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 150, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar.x-docked-bottom .x-tab { - display: -webkit-box; - display: box; - -webkit-box-direction: reverse; - box-direction: reverse; - -webkit-box-orient: vertical; - box-orient: vertical; - margin: .15em; min-width: 3.3em; position: relative; + padding-top: .2em; } -/* line 182, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ -.x-tabbar.x-docked-bottom .x-tab img { +/* line 156, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +.x-tabbar.x-docked-bottom .x-tab .x-button-icon { -webkit-mask-size: 1.65em; width: 1.65em; height: 1.65em; display: block; - margin: .4em auto .1em; + margin: 0 auto; position: relative; } -/* line 201, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 175, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar.x-docked-bottom .x-tab .x-button-label, .x-tabbar.x-docked-bottom .x-tab .x-hasbadge .x-badge, .x-hasbadge .x-tabbar.x-docked-bottom .x-tab .x-badge { margin: 0; + padding: .1em 0 .2em 0; font-size: 9px; line-height: 12px; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.bookmarks, .x-button img.x-icon-mask.bookmarks { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.bookmarks, +.x-button .x-button-icon.x-icon-mask.bookmarks { -webkit-mask-image: url('data:image/png;base64,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'); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.download, .x-button img.x-icon-mask.download { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.download, +.x-button .x-button-icon.x-icon-mask.download { -webkit-mask-image: url('data:image/png;base64,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'); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.favorites, .x-button img.x-icon-mask.favorites { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.favorites, +.x-button .x-button-icon.x-icon-mask.favorites { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFfUlEQVRoBd2aXahVRRTHz/Ujv+2mZRGZB7W6mtpFikC7+UWUZiqBD0JPFdRL1EMFPfjoU4baS0FUD/UWZBEVShA+BCpmWApRSkgllNpDmZWZt9//eOay72afvWfWOTPn3rvgz8yeWbPW+s/XmT379AwODtZSSQ+CryVgA/gVfIx/pelEhFMBVlvBOaBeFo6Cean8y09KsnMg932TqCOs9M2UhMfhMJVsxtHcAmcbmekLCsqjFKUkvAYG1xSwmEHZqoLyKEVJCDOCNxH9HUCbVl6mULAuXxjrOQlhgl8Bbi0h0Uen3FBS37GqVIQHiHh2SdR16jTlo0t0woycpuxiUDSdHcFeMv3uIWYanTDB3wIWVZBQHP10zuQKvbarUxDWT1HRz1E++Ds99fLtgp6jEmbExhPNcs+IbkZPiCpRCRP5TPCQJ4MJ6A3QSUqjSWzC2ozuC4j+fnSnB+gHq8YmvJKIJgVEpRPX9QH6waqxCa8PjEhHT981H2j6qno0wqzF63BhOUxsom3Zb7aJqGsUjTAONFJlpysXQz7VuXpavrBTzzEJaz1adlzNjHs6RTBvJyZhjZTF/kTaWZZCnlvhsyWgQkPZQpagzsX1bFlAXjGtDdAPUu1p3PPQhCCXkdwG/mta0PWLds060AuAnqtEOjpdbQR3VymX1P9F3UfgGJA9X9F92c/ADaQ2P8V0DJ4/kDbeYKaSvgI2AN0+OGJK1VAbSIhTOXEOybYll2kte77yD4rqrHyb85S9Cl4HtReAyI11/A7HpRq5PSD6oR0f3Rad+H7S1DvV7UgS+tc1cU3n3V/AWJ/SX8BxVuMinow2rNNjlPQVeH0GFg378kDBfLAPXARjZbTPwmUXmOG+bgz71EKFfqKeAUWfREZbJxyCxyOOqEuHER4qrNUWovwy0CFktBHV4eNZMNvxyaaFhKWAaBt/HJwEo4W0luSKLMF8viVhp4iBeeBd8CcYqcQ1qi+CKS7uVmklYdcQY0+C42Ckkf6EmO51cVal3oRlCFkCdKgfCWtbo7obDO3AVWQbHHyUsjo40E6uq9cvQbdG+wN892fj8s0HjXDWKA51/t4JUo72H/jTDtybjSUkbyYsJ0gdfAtSjfTn+JoWQjCv2+57a4M1QaQSvZvrMsIs7RJejGcdUlLJUhzpZsYsZsJcCen6ZwCE3IaYA2021OfUdU3fJltmwni7Fvh+KDMF16KR3ux0lWuSdgjPxeNdJq/tNdKNqJaSSUyEmVK6JNPomtqbIh3eSKNsEmvAarfJ5LEzjbbR59MtpqyEb8eZjpndkhtxvNri3Er4YZxpx+yW6Jdhi8V5MOHm+n0QZ9afo0u0fQO8A5S3iPaQ1cTSG9w4f/SqesZBH/gRWI6T+gyyxfkgvw2cMdrS+/lTzpZvGnyWxsnTwHLRd4R2a/OBqQyoztKBe/P2qp6DCBOUptKHhuA+pU1fq2Co0/F0L9CVaghxXTbWW9ktKg8lrFfCrwODeh/9wgu1bEDo6OT2Fvgb+JLWq+nQEsnaa5UPJbwKBxc8A9KXPG1O3u+u6E4F24GvD3XMDjCxFcF8uTdhjGpHfwn49L42lCeAdyDZwGi3HpwAPr6+Q29htn1ZPoSwfuz3ewShXVcBNz62lzkvq6O9DjZHgQ9p72kdQljvob9VBPAN9Q+UEQmpw5b+Sf8e0FotI/4a9ZN8bIcQXlnh9AD1y3ychuhgU0tpJyhb14epn+ljN+Sk9S9G1ct50d8SdgF9x9EO3lHB5hXwPEYfA8dbGD9LuWZBtfj0inSQWUDTKzu1dAB5Dkz2tdOOHn70LvwVyMag/FYwzse295Rukq5j+G1wEOib66PAy5FPMD46+NPmqTV7CpwGGvkJPm2l8z8GWDNDloqpGQAAAABJRU5ErkJggg=='); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.info, .x-button img.x-icon-mask.info { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.info, +.x-button .x-button-icon.x-icon-mask.info { -webkit-mask-image: url('data:image/png;base64,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'); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.more, .x-button img.x-icon-mask.more { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.more, +.x-button .x-button-icon.x-icon-mask.more { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAADJ0lEQVRoBe2YS2sUQRSFp5MgvmLU+CAMiBJFDBHcCeoPEFciuHMjroMK4lZBcONG0JW60U1UEgRx59IXuNMoKEElKL7GRwyIqNHxO0N66FT3UNU9IHRNFXz0VNW5t+vW6RcT1ev1Sie1rk4qVrWGgn13PDgcHPZsB8Il7ZmhqXKCw6kt8WwgOOyZoalygsOpLfFsIDjsmaGpcoLDqS3xbCA47JmhqXKCw6kt8Wyg6XAURV2wEy7BM5iFtzAKu2BB0dqJ7YEtcBYmQblfwzjshUVt5O4mfhjOwwQodw3GYA8snpd77n9pFXMYvoP+qDaZZewcVKXPAzE64Qn4CmZe9f/AFSiSu4e4IzANrXJfZ24gXjO/KxEcg9+QFZQcU/CSONh2RKsraMQhr85xE/psOeN5tCr2APyA5Bqzfl9D06tYtX3wC7KE5pg2ZX98UtsR7XZo5ayZW/1DENnyzi18CO1nyMqTNXYcrTapcitHkBLJiZW2RaGRuxcg6+Stxu6i73fI3Y3uZM7cU+hXQeVvzsBP6Dc5LupxztzaiEGH3AvR3S+Qe4dc0D2cp/Uj1oPI1pR7g030n+erWlTe9pMA3cu2Jre+2ERtzBdZe01BL3Ke9Al6vQZsTbfKQ5vImH9PXxtqa3qVPbWJjHk94J6r4DPGhK17A8EHm4j7UAWP2nTG/GX6NWMs1SW3rrCroLeLaxtDqDdG4368zbHVkzM5Polus+2hEs+j7YNxx9zv0FkfhoncvegvOuZ+iW6rYhtfTXTWgV7OyeLM3w+Y3xaf0PVIzAqwFf0IzW7XnLGOmLUg58y1JvsTzA83Y5o/eLcyMQISJAN0z56G9bE275HYNXAU7kAy9xv6p2Bj3pyxntjVcBDuQTL3FH19Dg/FWh0bXzUMNhsf23JkOQzCK9B1P4NY39OFG3kjgpeB8g/AR/gG0+3mJkeF9Lp9lkIVZkDfC1r3vPs8VTAir1uRd1mpNyQUXGr7HBYfHHbYpFJLgsOlts9h8cFhh00qtSQ4XGr7HBYfHHbYpFJLgsOlts9h8cFhh00qtSQ4XGr7HBYfHHbYpFJLOs7hf5j4Vg3iLoGkAAAAAElFTkSuQmCC'); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.time, .x-button img.x-icon-mask.time { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.time, +.x-button .x-button-icon.x-icon-mask.time { -webkit-mask-image: url('data:image/png;base64,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'); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.user, .x-button img.x-icon-mask.user { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.user, +.x-button .x-button-icon.x-icon-mask.user { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAEWElEQVRoBe2aS0gVYRiGO1lmF8nQQlETutGFokAiqEV0ISKwgmrdMtzUpnW7drWKbFGbQAKpJIhuUGIUFUkW0T1Jq4V2U4ui7GLPexpDD+ecuX1jHqcPHseZ+f9vvnf++e8n0d/fPyZONjZOYqU1doLHRV3CiURCz5gMxTANJsJg+8XJJ+iBt9BHNdO1SCwRZR1GbAFRl8F8WAFLoRwGLME/ffAM7kETvIYPxPWDo7lFIhiheURaCVtgBywHXXOzbhJcggZoRvR7twy+76uELSEAtQsqySPwGdQN+KWDPHuh2DI2+TIVm3T455M9G0Bk6ktRvd4NBZaiTQUT3AQnSNW/VAFBzl/iZw0kq56FcOtuaQHB7QIv9ZVkrqZ2YA9Mck3pMYGZYKeh2sBz1SJb2mqcmfk0E0xQ6l9rwNoKcWjm11JwEYFVW6t1/K218mspeB5B5VsFluKnIuU88Kml4PGBo3DPqBGZiVkKNgvKRFkGJ5aCv2Z4xoi6bCm4DWUaXERhZhMJS8FfolDq+DSbRFgKjrIOa8poYpaCTQKK2sl/wSHfcFSNlll1sSzhn7ys3pAvLFP275lu+L1uKVhBPfYbgMf0zz2mc01mKfgbT7vi+kT/CeT3sv9s6XNYCtbg4CJ0pX9U4Kv3yXk3cO6UjGaCWX5Rg/UArqY8I8yp1qdPQ08YJ4Pzmgl2nCqwc2DVyKjunuddqkE0MVPBBKYSuQ7tJtEhFj9apDczU8FOVB0ctZiuHYUw9obMjbxErW2bmblgApTQengVIkq1B83QEsJH2qzmgp2n3ObYCEGndZ3krbcuXcUWiWACldCjoA0yv6a8J6HJb0Yv6SMRrAcj+gmHA+B3aneDPHXk/8jR3LR3a2rOfnAlTmfDVPDb6Khrq8bPDI5PoRPxZpMSk+1SgtOKpTa8l8BC0JaLmAkloA1xr/aOhJqEtINGWeqW7jjHXrQHbRdw4WxSJf8L8Aeh2m1QaWoBfiUsA61PTwGtUYeZ1qlP1zhan3YraBSnz/0mdAUVHqiEESoxKs0a2AxloJIMI5DsWU0vQH2z2oZToAnFI7+fu2/BiF3PgzbCKqgC1bXhNH3S6rba4BocR7TquifzLBih5XjcCSrROaAGKbJWHt9uJuGq67fgAki4zrNaVsGIzCP3dNgE20B1VJ+uro8UUz3Xr39UvxugCeEZl3UzCkZsBZn1+W6HRaB6qtZ4pJp2PtTna+58DFoR3sVxqHFxyM8euFsIW6EeXoDeoPrBXEEbAlpqqoN1kD9YY6rYxSQ4DGoE9KOSXBGZLk4NYB7CfigZEP1XMBfVEJ0BJUznIFevaSBzEEolOimYkyo4AfocclVYtrjViB0C9SzJEdE+jrn+CWcTrHvdUKuRUSm0gPrZ0W7tGjjMhTiIVWFWSbAGEnGxhAT/y+HhsL9oiVWFjo3FqnRVqrETrG5pFmiSEAuTYC3TFMVCLSIzTg9H6wuIXR2OneDfMJq1NmzzbS8AAAAASUVORK5CYII='); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.team, .x-button img.x-icon-mask.team { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.team, +.x-button .x-button-icon.x-icon-mask.team { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFI0lEQVRoBe2ZSYgdVRSG+yUmnagRQYU4NbZKNLYKWTgg4gQOaDYqJIIGl4LixhBwoy50LSIiulEjCkpAUBBRURpdGceFMQ7YtgkOJE4xTjGa9vuedUl1Vd2qevSrFqvrwJ97695zzj3/PXd6nd7MzMzIQpJFC4msXDvCbc94l+Euwy2bgW5JtyyhOTpdhnNT0rKGLsMtS2iOTpfh3JS0rOGQ+eLT6/VWMNYJ4NjUmN9T/xLs4WfqvPxO7TU9DkTdNmvBbeAskJ7kv/n+AjwKXiSW7yibFQk3BSIPZHdTl5xZzML238DDYFlTsQS/jZF1AGQ1mAZZkkXfe9FbGwJrqmz6lL4cEmOgjhyO0jq2gGVj0hhhAl9M1FeB3gDRn4Pu/5NwQnJ0ALKqrgKHDmgzkHpjGR4oioPKP1H96+Dn8GvpKyLqneV5Lp0XgnHggTMFJjlYPqAcpnyLsz/LHBLL0fRfCzwbvNN3gLeI5WXKaik7DbF2/20A28HPYF+CPZQfg9tj9vS5h18DRSdyrO0j9FeW+PQenwTe138AJ+d34OPFa215zDa0l15LOLgamM0DIBukbQ60JjhLl7RL+HWQtSv7jhLGz1FgM3DJZ30Yy69gYzqGonrVHr4eJ+OgB7Ji2xi4lGUW8+PsD0vOwNGNwInMirF42K0nlmXZzvR3LNARDN3fx6WVI3VJF50Fzvr7EZtY8zQdLtUiOYXGIrJpXUmvTDdk61HCKEqiagD9SSwnLCeX3RYwSJafRd/zoUj2FzVm2hyzMJ6gV0Y46Myl/BzjeqfnyMg36G5NJqpoTPvnLGWEnS0f9lVStL/7NgT/C5XNoHTW6XesV4En/1wlGo+Oo4QJ1ivoxxqju+fKCG2lf1uFH7P3eEl2K8xndRt3VKKEE4sPKWOHiCreg28TaPR1RN/X6GwEO0GReJ3cg95kUWeqzT8W6KtMpujcVaZQRfgFjL8qcbCDvndi/Zz0h4Hr6L8JHBHRW0L7DejdAU6K6Nj8CfBQi4mH4xYmrmy1sXlK/gCAAyfkQaAT91kWj9HW/6tJ8MO3NmeC+4CHlqdu1q7o25Xk5Hqynw+WBp+hpO1K4JItsnfr5GyCbSirCHstnQpcKulBXMK+o1frCPGgWAomwL2gLsm0z3S9ny38XARWgEXJOI7xNMiS9ns9MN5ZCQhEQ1lIGCOXmZf4ZeAW8C4IAblv3wBXAIn6sjkZ3Arc80FvGKW/nu4H/nhZDiR0IngI+LYPY3i43gWuAeNgFBQSn0UYJZejRH3CPQ8cMDi19Jp6AviuVfd48ADwRZXWG3Z9J/6fApeAJUm2TYRE02OZjPfA3WAM9HVDdvt2iXHI1HkoPQd2g7SjUHef+NyU7AXgFRD65qOcZrybQXgFmtUDIDu2xE3CBuCWWBxIU+8vk9MozdQukDUO3x4qm5IJOp36ZyW6waaJci/jrkviWEV9qiQOdd8Ebr/+T0fKkYvBp6AqOB2fnQz0SA39Kn9z6Z9mfPeze/UlUOXrB3Q2AW36a77KwP7tYCwh7Mupjk1TOmZuNInlyZqxuN8n3ItrQF1xryvRl9W/3Y3/60QGCTGF71h5JB0Tbn7vsDqyP6Vkva5dymxoVQ+lIE6+3+lJCH3Zcp+E78y2Fny7Evw7kstC8YA7BtQZRP1hiwTDKnuGun8aSiekaDxXwrbG/zOtaOT/ss3MLSjpCLc93V2Guwy3bAa6Jd2yhObodBnOTUnLGroMtyyhOTpdhnNT0rKGfwD3f6JVZi/xSQAAAABJRU5ErkJggg=='); } -/* line 256, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 229, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar-light { background-color: #4c4c4c; border-color: #3f3f3f; } -/* line 260, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 233, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar-light .x-tab { color: #b2b2b2; } -/* line 264, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 237, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar-light .x-tab-active { color: white; } -/* line 268, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 241, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar-light .x-tab-pressed { color: white; } -/* line 277, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ -.x-tabbar-light.x-docked-bottom .x-tab img { +/* line 250, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +.x-tabbar-light.x-docked-bottom .x-tab .x-button-icon { background-color: #7f7f7f; } -/* line 282, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 255, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar-light.x-docked-bottom .x-tab-active { background-color: #595959; } -/* line 286, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ -.x-tabbar-light.x-docked-bottom .x-tab-active img { +/* line 259, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +.x-tabbar-light.x-docked-bottom .x-tab-active .x-button-icon { background-color: #0066ff; } -/* line 296, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 268, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar-light.x-docked-top .x-tab-active { background-color: #3f3f3f; color: white; } -/* line 256, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 229, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar-dark { background-color: #0b0c0d; border-color: black; } -/* line 260, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 233, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar-dark .x-tab { color: #67727d; } -/* line 264, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 237, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar-dark .x-tab-active { color: #f0f2f3; } -/* line 268, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 241, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar-dark .x-tab-pressed { color: white; } -/* line 277, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ -.x-tabbar-dark.x-docked-bottom .x-tab img { +/* line 250, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +.x-tabbar-dark.x-docked-bottom .x-tab .x-button-icon { background-color: #393f45; } -/* line 282, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 255, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar-dark.x-docked-bottom .x-tab-active { background-color: #16191b; } -/* line 286, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ -.x-tabbar-dark.x-docked-bottom .x-tab-active img { +/* line 259, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +.x-tabbar-dark.x-docked-bottom .x-tab-active .x-button-icon { background-color: #99c2ff; } -/* line 296, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 268, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar-dark.x-docked-top .x-tab-active { background-color: black; color: white; } -/* line 129, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ -.x-tab.x-item-disabled span.x-button-label, .x-tab.x-item-disabled .x-hasbadge span.x-badge, .x-hasbadge .x-tab.x-item-disabled span.x-badge, .x-tab.x-item-disabled img { +/* line 103, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +.x-tab.x-item-disabled span.x-button-label, .x-tab.x-item-disabled .x-hasbadge span.x-badge, .x-hasbadge .x-tab.x-item-disabled span.x-badge, .x-tab.x-item-disabled .x-button-icon { opacity: .5; } -/* line 132, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 106, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tab.x-draggable { opacity: .7; } -/* line 39, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +/* line 110, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +.x-tab { + overflow: visible !important; +} + +/* line 30, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ .x-toolbar { height: 2.6em; padding: 0 0.2em; overflow: hidden; position: relative; } -/* line 45, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +/* line 36, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ .x-toolbar > * { z-index: 1; } -/* line 49, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +/* line 40, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ .x-toolbar.x-docked-top { border-bottom: .1em solid; } -/* line 53, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +/* line 44, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ .x-toolbar.x-docked-bottom { border-top: .1em solid; } -/* line 58, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ -.x-toolbar-title { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 0; +/* line 54, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +.x-title { line-height: 2.1em; font-size: 1.2em; text-align: center; font-weight: bold; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + margin: 0 0.3em; + max-width: 100%; +} +/* line 65, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +.x-title .x-innerhtml { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + padding: 0 .3em; } -/* line 96, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +/* line 104, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ .x-toolbar-dark { background-color: #222629; border-color: black; } -/* line 100, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ -.x-toolbar-dark .x-toolbar-title { +/* line 108, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +.x-toolbar-dark .x-title { color: white; } -/* line 52, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-toolbar-dark .x-button, .x-toolbar .x-toolbar-dark .x-button, .x-toolbar-dark .x-field-select .x-input-text, .x-toolbar .x-toolbar-dark .x-field-select .x-input-text, .x-toolbar-dark .x-field-select:before, .x-toolbar .x-toolbar-dark .x-field-select:before { +/* line 113, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +.x-toolbar-dark.x-docked-top { + border-bottom-color: black; +} +/* line 117, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +.x-toolbar-dark.x-docked-bottom { + border-top-color: black; +} +/* line 55, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-toolbar-dark .x-button, .x-toolbar .x-toolbar-dark .x-button, .x-toolbar-dark .x-field-select, .x-toolbar .x-toolbar-dark .x-field-select { border: 0.1em solid black; border-top-color: black; color: white; } -/* line 57, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-toolbar-dark .x-button.x-button-back:before, .x-toolbar-dark .x-button.x-button-forward:before, .x-toolbar .x-toolbar-dark .x-button.x-button-back:before, .x-toolbar .x-toolbar-dark .x-button.x-button-forward:before, .x-toolbar-dark .x-field-select .x-input-text.x-button-back:before, .x-toolbar-dark .x-field-select .x-input-text.x-button-forward:before, .x-toolbar .x-toolbar-dark .x-field-select .x-input-text.x-button-back:before, .x-toolbar .x-toolbar-dark .x-field-select .x-input-text.x-button-forward:before, .x-toolbar-dark .x-field-select:before.x-button-back:before, .x-toolbar-dark .x-field-select:before.x-button-forward:before, .x-toolbar .x-toolbar-dark .x-field-select:before.x-button-back:before, .x-toolbar .x-toolbar-dark .x-field-select:before.x-button-forward:before { +/* line 60, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-toolbar-dark .x-button.x-button-back:before, .x-toolbar-dark .x-button.x-button-forward:before, .x-toolbar .x-toolbar-dark .x-button.x-button-back:before, .x-toolbar .x-toolbar-dark .x-button.x-button-forward:before, .x-toolbar-dark .x-field-select.x-button-back:before, .x-toolbar-dark .x-field-select.x-button-forward:before, .x-toolbar .x-toolbar-dark .x-field-select.x-button-back:before, .x-toolbar .x-toolbar-dark .x-field-select.x-button-forward:before { background: black; } -/* line 61, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-toolbar-dark .x-button, .x-toolbar-dark .x-button.x-button-back:after, .x-toolbar-dark .x-button.x-button-forward:after, .x-toolbar .x-toolbar-dark .x-button, .x-toolbar .x-toolbar-dark .x-button.x-button-back:after, .x-toolbar .x-toolbar-dark .x-button.x-button-forward:after, .x-toolbar-dark .x-field-select .x-input-text, .x-toolbar-dark .x-field-select .x-input-text.x-button-back:after, .x-toolbar-dark .x-field-select .x-input-text.x-button-forward:after, .x-toolbar .x-toolbar-dark .x-field-select .x-input-text, .x-toolbar .x-toolbar-dark .x-field-select .x-input-text.x-button-back:after, .x-toolbar .x-toolbar-dark .x-field-select .x-input-text.x-button-forward:after, .x-toolbar-dark .x-field-select:before, .x-toolbar-dark .x-field-select:before.x-button-back:after, .x-toolbar-dark .x-field-select:before.x-button-forward:after, .x-toolbar .x-toolbar-dark .x-field-select:before, .x-toolbar .x-toolbar-dark .x-field-select:before.x-button-back:after, .x-toolbar .x-toolbar-dark .x-field-select:before.x-button-forward:after { +/* line 64, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-toolbar-dark .x-button, .x-toolbar-dark .x-button.x-button-back:after, .x-toolbar-dark .x-button.x-button-forward:after, .x-toolbar .x-toolbar-dark .x-button, .x-toolbar .x-toolbar-dark .x-button.x-button-back:after, .x-toolbar .x-toolbar-dark .x-button.x-button-forward:after, .x-toolbar-dark .x-field-select, .x-toolbar-dark .x-field-select.x-button-back:after, .x-toolbar-dark .x-field-select.x-button-forward:after, .x-toolbar .x-toolbar-dark .x-field-select, .x-toolbar .x-toolbar-dark .x-field-select.x-button-back:after, .x-toolbar .x-toolbar-dark .x-field-select.x-button-forward:after { background-color: #0b0c0d; } -/* line 65, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-toolbar-dark .x-button img.x-icon-mask, .x-toolbar .x-toolbar-dark .x-button img.x-icon-mask, .x-toolbar-dark .x-field-select .x-input-text img.x-icon-mask, .x-toolbar .x-toolbar-dark .x-field-select .x-input-text img.x-icon-mask, .x-toolbar-dark .x-field-select:before img.x-icon-mask, .x-toolbar .x-toolbar-dark .x-field-select:before img.x-icon-mask { +/* line 68, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-toolbar-dark .x-button .x-button-icon.x-icon-mask, .x-toolbar .x-toolbar-dark .x-button .x-button-icon.x-icon-mask, .x-toolbar-dark .x-field-select .x-button-icon.x-icon-mask, .x-toolbar .x-toolbar-dark .x-field-select .x-button-icon.x-icon-mask { background-color: white; } -/* line 75, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-toolbar-dark .x-button.x-button-pressed, .x-toolbar-dark .x-button.x-button-pressed:after, .x-toolbar-dark .x-button.x-button-active, .x-toolbar-dark .x-button.x-button-active:after, .x-toolbar .x-toolbar-dark .x-button.x-button-pressed, .x-toolbar .x-toolbar-dark .x-button.x-button-pressed:after, .x-toolbar .x-toolbar-dark .x-button.x-button-active, .x-toolbar .x-toolbar-dark .x-button.x-button-active:after, .x-toolbar-dark .x-field-select .x-input-text.x-button-pressed, .x-toolbar-dark .x-field-select .x-input-text.x-button-pressed:after, .x-toolbar-dark .x-field-select .x-input-text.x-button-active, .x-toolbar-dark .x-field-select .x-input-text.x-button-active:after, .x-toolbar .x-toolbar-dark .x-field-select .x-input-text.x-button-pressed, .x-toolbar .x-toolbar-dark .x-field-select .x-input-text.x-button-pressed:after, .x-toolbar .x-toolbar-dark .x-field-select .x-input-text.x-button-active, .x-toolbar .x-toolbar-dark .x-field-select .x-input-text.x-button-active:after, .x-toolbar-dark .x-field-select:before.x-button-pressed, .x-toolbar-dark .x-field-select:before.x-button-pressed:after, .x-toolbar-dark .x-field-select:before.x-button-active, .x-toolbar-dark .x-field-select:before.x-button-active:after, .x-toolbar .x-toolbar-dark .x-field-select:before.x-button-pressed, .x-toolbar .x-toolbar-dark .x-field-select:before.x-button-pressed:after, .x-toolbar .x-toolbar-dark .x-field-select:before.x-button-active, .x-toolbar .x-toolbar-dark .x-field-select:before.x-button-active:after { +/* line 78, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-toolbar-dark .x-button.x-button-pressed, .x-toolbar-dark .x-button.x-button-pressed:after, .x-toolbar-dark .x-button.x-button-active, .x-toolbar-dark .x-button.x-button-active:after, .x-toolbar .x-toolbar-dark .x-button.x-button-pressed, .x-toolbar .x-toolbar-dark .x-button.x-button-pressed:after, .x-toolbar .x-toolbar-dark .x-button.x-button-active, .x-toolbar .x-toolbar-dark .x-button.x-button-active:after, .x-toolbar-dark .x-field-select.x-button-pressed, .x-toolbar-dark .x-field-select.x-button-pressed:after, .x-toolbar-dark .x-field-select.x-button-active, .x-toolbar-dark .x-field-select.x-button-active:after, .x-toolbar .x-toolbar-dark .x-field-select.x-button-pressed, .x-toolbar .x-toolbar-dark .x-field-select.x-button-pressed:after, .x-toolbar .x-toolbar-dark .x-field-select.x-button-active, .x-toolbar .x-toolbar-dark .x-field-select.x-button-active:after { background-color: black; } -/* line 96, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +/* line 104, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ .x-toolbar-light { background-color: #393f45; border-color: black; } -/* line 100, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ -.x-toolbar-light .x-toolbar-title { +/* line 108, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +.x-toolbar-light .x-title { color: white; } -/* line 52, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-toolbar-light .x-button, .x-toolbar .x-toolbar-light .x-button, .x-toolbar-light .x-field-select .x-input-text, .x-toolbar .x-toolbar-light .x-field-select .x-input-text, .x-toolbar-light .x-field-select:before, .x-toolbar .x-toolbar-light .x-field-select:before { +/* line 113, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +.x-toolbar-light.x-docked-top { + border-bottom-color: black; +} +/* line 117, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +.x-toolbar-light.x-docked-bottom { + border-top-color: black; +} +/* line 55, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-toolbar-light .x-button, .x-toolbar .x-toolbar-light .x-button, .x-toolbar-light .x-field-select, .x-toolbar .x-toolbar-light .x-field-select { border: 0.1em solid black; border-top-color: black; color: white; } -/* line 57, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-toolbar-light .x-button.x-button-back:before, .x-toolbar-light .x-button.x-button-forward:before, .x-toolbar .x-toolbar-light .x-button.x-button-back:before, .x-toolbar .x-toolbar-light .x-button.x-button-forward:before, .x-toolbar-light .x-field-select .x-input-text.x-button-back:before, .x-toolbar-light .x-field-select .x-input-text.x-button-forward:before, .x-toolbar .x-toolbar-light .x-field-select .x-input-text.x-button-back:before, .x-toolbar .x-toolbar-light .x-field-select .x-input-text.x-button-forward:before, .x-toolbar-light .x-field-select:before.x-button-back:before, .x-toolbar-light .x-field-select:before.x-button-forward:before, .x-toolbar .x-toolbar-light .x-field-select:before.x-button-back:before, .x-toolbar .x-toolbar-light .x-field-select:before.x-button-forward:before { +/* line 60, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-toolbar-light .x-button.x-button-back:before, .x-toolbar-light .x-button.x-button-forward:before, .x-toolbar .x-toolbar-light .x-button.x-button-back:before, .x-toolbar .x-toolbar-light .x-button.x-button-forward:before, .x-toolbar-light .x-field-select.x-button-back:before, .x-toolbar-light .x-field-select.x-button-forward:before, .x-toolbar .x-toolbar-light .x-field-select.x-button-back:before, .x-toolbar .x-toolbar-light .x-field-select.x-button-forward:before { background: black; } -/* line 61, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-toolbar-light .x-button, .x-toolbar-light .x-button.x-button-back:after, .x-toolbar-light .x-button.x-button-forward:after, .x-toolbar .x-toolbar-light .x-button, .x-toolbar .x-toolbar-light .x-button.x-button-back:after, .x-toolbar .x-toolbar-light .x-button.x-button-forward:after, .x-toolbar-light .x-field-select .x-input-text, .x-toolbar-light .x-field-select .x-input-text.x-button-back:after, .x-toolbar-light .x-field-select .x-input-text.x-button-forward:after, .x-toolbar .x-toolbar-light .x-field-select .x-input-text, .x-toolbar .x-toolbar-light .x-field-select .x-input-text.x-button-back:after, .x-toolbar .x-toolbar-light .x-field-select .x-input-text.x-button-forward:after, .x-toolbar-light .x-field-select:before, .x-toolbar-light .x-field-select:before.x-button-back:after, .x-toolbar-light .x-field-select:before.x-button-forward:after, .x-toolbar .x-toolbar-light .x-field-select:before, .x-toolbar .x-toolbar-light .x-field-select:before.x-button-back:after, .x-toolbar .x-toolbar-light .x-field-select:before.x-button-forward:after { +/* line 64, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-toolbar-light .x-button, .x-toolbar-light .x-button.x-button-back:after, .x-toolbar-light .x-button.x-button-forward:after, .x-toolbar .x-toolbar-light .x-button, .x-toolbar .x-toolbar-light .x-button.x-button-back:after, .x-toolbar .x-toolbar-light .x-button.x-button-forward:after, .x-toolbar-light .x-field-select, .x-toolbar-light .x-field-select.x-button-back:after, .x-toolbar-light .x-field-select.x-button-forward:after, .x-toolbar .x-toolbar-light .x-field-select, .x-toolbar .x-toolbar-light .x-field-select.x-button-back:after, .x-toolbar .x-toolbar-light .x-field-select.x-button-forward:after { background-color: #222629; } -/* line 65, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-toolbar-light .x-button img.x-icon-mask, .x-toolbar .x-toolbar-light .x-button img.x-icon-mask, .x-toolbar-light .x-field-select .x-input-text img.x-icon-mask, .x-toolbar .x-toolbar-light .x-field-select .x-input-text img.x-icon-mask, .x-toolbar-light .x-field-select:before img.x-icon-mask, .x-toolbar .x-toolbar-light .x-field-select:before img.x-icon-mask { +/* line 68, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-toolbar-light .x-button .x-button-icon.x-icon-mask, .x-toolbar .x-toolbar-light .x-button .x-button-icon.x-icon-mask, .x-toolbar-light .x-field-select .x-button-icon.x-icon-mask, .x-toolbar .x-toolbar-light .x-field-select .x-button-icon.x-icon-mask { background-color: white; } -/* line 75, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-toolbar-light .x-button.x-button-pressed, .x-toolbar-light .x-button.x-button-pressed:after, .x-toolbar-light .x-button.x-button-active, .x-toolbar-light .x-button.x-button-active:after, .x-toolbar .x-toolbar-light .x-button.x-button-pressed, .x-toolbar .x-toolbar-light .x-button.x-button-pressed:after, .x-toolbar .x-toolbar-light .x-button.x-button-active, .x-toolbar .x-toolbar-light .x-button.x-button-active:after, .x-toolbar-light .x-field-select .x-input-text.x-button-pressed, .x-toolbar-light .x-field-select .x-input-text.x-button-pressed:after, .x-toolbar-light .x-field-select .x-input-text.x-button-active, .x-toolbar-light .x-field-select .x-input-text.x-button-active:after, .x-toolbar .x-toolbar-light .x-field-select .x-input-text.x-button-pressed, .x-toolbar .x-toolbar-light .x-field-select .x-input-text.x-button-pressed:after, .x-toolbar .x-toolbar-light .x-field-select .x-input-text.x-button-active, .x-toolbar .x-toolbar-light .x-field-select .x-input-text.x-button-active:after, .x-toolbar-light .x-field-select:before.x-button-pressed, .x-toolbar-light .x-field-select:before.x-button-pressed:after, .x-toolbar-light .x-field-select:before.x-button-active, .x-toolbar-light .x-field-select:before.x-button-active:after, .x-toolbar .x-toolbar-light .x-field-select:before.x-button-pressed, .x-toolbar .x-toolbar-light .x-field-select:before.x-button-pressed:after, .x-toolbar .x-toolbar-light .x-field-select:before.x-button-active, .x-toolbar .x-toolbar-light .x-field-select:before.x-button-active:after { +/* line 78, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-toolbar-light .x-button.x-button-pressed, .x-toolbar-light .x-button.x-button-pressed:after, .x-toolbar-light .x-button.x-button-active, .x-toolbar-light .x-button.x-button-active:after, .x-toolbar .x-toolbar-light .x-button.x-button-pressed, .x-toolbar .x-toolbar-light .x-button.x-button-pressed:after, .x-toolbar .x-toolbar-light .x-button.x-button-active, .x-toolbar .x-toolbar-light .x-button.x-button-active:after, .x-toolbar-light .x-field-select.x-button-pressed, .x-toolbar-light .x-field-select.x-button-pressed:after, .x-toolbar-light .x-field-select.x-button-active, .x-toolbar-light .x-field-select.x-button-active:after, .x-toolbar .x-toolbar-light .x-field-select.x-button-pressed, .x-toolbar .x-toolbar-light .x-field-select.x-button-pressed:after, .x-toolbar .x-toolbar-light .x-field-select.x-button-active, .x-toolbar .x-toolbar-light .x-field-select.x-button-active:after { background-color: #121416; } -/* line 60, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +/* line 79, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +.x-navigation-bar .x-container { + overflow: visible; +} + +/* line 51, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ .x-desktop .x-toolbar .x-input-search { - padding-left: 1.06em; + margin-left: 1.06em; +} + +/* line 56, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +.x-android .x-toolbar .x-input-el { + -webkit-text-fill-color: #fff; } -/* line 66, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +/* line 65, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ .x-toolbar .x-field { - margin: .3em .5em; + width: 13em; + margin: .5em; + min-height: 0; + background-color: white; +} +/* line 77, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +.x-toolbar .x-field .x-field-clear-container { min-height: 0; + background-color: transparent; +} +/* line 81, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +.x-toolbar .x-field .x-field-clear-container .x-field-clear { + font-size: .8em; + line-height: 0.8em; +} +/* line 88, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +.x-toolbar .x-field { border-bottom: 0; - width: auto; } -/* line 73, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +/* line 94, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ .x-toolbar .x-input-text, .x-toolbar .x-input-search, .x-toolbar .x-input-number { - -webkit-background-clip: padding; - background-clip: padding-box; height: 1.5em; color: #6e6e6e; - background-color: white; + background: transparent; min-height: 0; line-height: 1.3em; -webkit-appearance: none; padding: 0em .3em; margin: 0; } -/* line 89, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +/* line 107, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ .x-toolbar .x-input-text:focus, .x-toolbar .x-input-search:focus, .x-toolbar .x-input-number:focus { color: black; } -/* line 94, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ -.x-toolbar .x-input-search, .x-toolbar .x-field-select .x-input-text { - padding: 0em .5em; -} -/* line 99, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ -.x-toolbar .x-input-search { +/* line 118, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +.x-toolbar .x-field-search .x-field-input { background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.6))), url('data:image/png;base64,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'); -webkit-background-size: .83em .83em, .83em .83em; background-repeat: no-repeat; background-position: .5em 50%; - padding-left: 1.67em; } -/* line 108, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +/* line 124, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +.x-toolbar .x-field-search .x-field-input .x-form-field { + margin-left: 1.0em; +} +/* line 130, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +.x-toolbar .x-field-select { + -webkit-box-shadow: none; +} +/* line 135, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ .x-toolbar .x-field-select:after { top: -0.5em; right: -0.5em; } -/* line 114, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +/* line 141, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ .x-toolbar .x-field-select:before { width: 3em; border-left: none; + background: transparent; width: 0.5em !important; } -/* line 129, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ -.x-toolbar .x-field-select .x-input-text, .x-toolbar .x-field-select:before { - -webkit-box-shadow: none; -} -/* line 133, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +/* line 157, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ .x-toolbar .x-field-select .x-input-text { - padding-right: 1.5em; - display: block; + color: #fff; } -/* line 36, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ -.x-carousel-body { - overflow: hidden; +/* line 163, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +.x-android .x-field-search .x-field-input .x-form-field { + margin-left: 1.67em; +} + +/* line 51, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ +.x-carousel { position: relative; + overflow: hidden; } -/* line 41, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ +/* line 56, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ .x-carousel-item { position: absolute; width: 100%; height: 100%; - -webkit-transition-property: matrix3d; - transition-property: matrix3d; - -webkit-transition-duration: 0; - transition-duration: 0; - -webkit-transition-timing-function: ease-out; - transition-timing-function: ease-out; +} +/* line 61, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ +.x-carousel-item > * { + position: absolute; + width: 100%; + height: 100%; } -/* line 51, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ -.x-android .x-carousel-item { - -webkit-transition-property: translate; - transition-property: translate; - -webkit-transition-duration: 0; - transition-duration: 0; - -webkit-transition-timing-function: ease-out; - transition-timing-function: ease-out; +/* line 68, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ +.x-carousel-indicator { + padding: 0; + -webkit-border-radius: 0; + border-radius: 0; + -webkit-box-shadow: none; + background-color: transparent; + background-image: none; } -/* line 56, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ +/* line 78, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ .x-carousel-indicator { - position: absolute; - z-index: 1; - vertical-align: middle; - text-align: center; + -webkit-box-flex: 1; display: -webkit-box; display: box; -webkit-box-pack: center; @@ -3745,7 +4411,7 @@ input, textarea { -webkit-box-align: center; box-align: center; } -/* line 65, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ +/* line 85, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ .x-carousel-indicator span { display: block; width: 0.5em; @@ -3753,77 +4419,72 @@ input, textarea { margin: 0.2em; } -/* line 74, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ +/* line 94, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ .x-carousel-indicator-horizontal { height: 1.5em; - bottom: 0; - left: 0; width: 100%; - -webkit-box-orient: horizontal; - box-orient: horizontal; } -/* line 82, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ +/* line 99, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ .x-carousel-indicator-vertical { - width: 1.5em; - height: 100%; - right: 0; - top: 0; -webkit-box-orient: vertical; box-orient: vertical; + width: 1.5em; + height: 100%; } -/* line 113, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ +/* line 34, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ .x-carousel-indicator-light span { background-color: rgba(255, 255, 255, 0.1); } -/* line 116, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ +/* line 37, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ .x-carousel-indicator-light span.x-carousel-indicator-active { background-color: rgba(255, 255, 255, 0.3); } -/* line 113, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ +/* line 34, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ .x-carousel-indicator-dark span { background-color: rgba(0, 0, 0, 0.1); } -/* line 116, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ +/* line 37, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ .x-carousel-indicator-dark span.x-carousel-indicator-active { background-color: rgba(0, 0, 0, 0.3); } -/* line 37, ../themes/stylesheets/sencha-touch/default/widgets/_indexbar.scss */ -.x-indexbar { - padding: 0 .3em; - width: 2.1em; - display: -webkit-box; - display: box; +/* line 29, ../themes/stylesheets/sencha-touch/default/widgets/_indexbar.scss */ +.x-indexbar-wrapper { + -webkit-box-pack: end !important; + box-pack: end !important; + pointer-events: none; +} + +/* line 35, ../themes/stylesheets/sencha-touch/default/widgets/_indexbar.scss */ +.x-indexbar-vertical { + width: 1.1em; -webkit-box-orient: vertical; box-orient: vertical; - -webkit-box-align: stretch; - box-align: stretch; - -webkit-box-pack: center; - box-pack: center; - position: absolute; - top: 1.5em; - right: 0; - bottom: 1em; - z-index: 3; + margin-right: 8px; } -/* line 51, ../themes/stylesheets/sencha-touch/default/widgets/_indexbar.scss */ -.x-indexbar-body { - padding: .3em 0; +/* line 41, ../themes/stylesheets/sencha-touch/default/widgets/_indexbar.scss */ +.x-indexbar-horizontal { + height: 1.1em; + -webkit-box-orient: horizontal; + box-orient: horizontal; + margin-bottom: 8px; } -/* line 55, ../themes/stylesheets/sencha-touch/default/widgets/_indexbar.scss */ -.x-indexbar-pressed .x-indexbar-body { - -webkit-border-radius: 0.75em; - border-radius: 0.75em; - background-color: rgba(143, 153, 163, 0.8); +/* line 47, ../themes/stylesheets/sencha-touch/default/widgets/_indexbar.scss */ +.x-indexbar { + pointer-events: auto; + z-index: 2; + padding: .3em 0; + min-height: 0 !important; + height: auto !important; + -webkit-box-flex: 0 !important; } - -/* line 60, ../themes/stylesheets/sencha-touch/default/widgets/_indexbar.scss */ -.x-indexbar-item { +/* line 55, ../themes/stylesheets/sencha-touch/default/widgets/_indexbar.scss */ +.x-indexbar > div { color: #18191a; font-size: 0.6em; text-align: center; @@ -3832,12 +4493,35 @@ input, textarea { display: block; } -/* line 93, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 66, ../themes/stylesheets/sencha-touch/default/widgets/_indexbar.scss */ +.x-phone.x-landscape .x-indexbar > div { + font-size: 0.38em; + line-height: 1em; +} + +/* line 72, ../themes/stylesheets/sencha-touch/default/widgets/_indexbar.scss */ +.x-indexbar-pressed { + -webkit-border-radius: 0.55em; + border-radius: 0.55em; + background-color: rgba(143, 153, 163, 0.8); +} + +/* line 67, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list { - background-color: #111111; position: relative; + background-color: #111111; +} +/* line 71, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +.x-list .x-list-inner { + width: 100%; +} +/* line 75, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +.x-list .x-list-disclosure { + position: absolute; + bottom: 0.5em; + right: 0.8em; } -/* line 97, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 81, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list .x-list-disclosure { overflow: visible; -webkit-mask: 0 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpFNkNCM0JGNTZFMjI2ODExQkNGQjkwMzk3MDc3MkZFQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3M0MzQUU1QUFDQkQxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3M0MzQUU1OUFDQkQxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU3Q0IzQkY1NkUyMjY4MTFCQ0ZCOTAzOTcwNzcyRkVCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkU2Q0IzQkY1NkUyMjY4MTFCQ0ZCOTAzOTcwNzcyRkVCIi8+IDwvcmRmOkRlc2NyaXB0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') no-repeat; @@ -3846,57 +4530,45 @@ input, textarea { width: 1.7em; height: 1.7em; } -/* line 106, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 90, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list.x-list-indexed .x-list-disclosure { - margin-right: 1.3em; + margin-right: 1em; } -/* line 110, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 94, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list .x-item-selected .x-list-disclosure { background: #fff none; } -/* line 114, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 98, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list .x-list-item { + overflow: hidden; position: relative; color: #eeeeee; - padding: 0.5em 0.8em; - min-height: 2.6em; - display: -webkit-box; - display: box; border-top: 1px solid black; } -/* line 124, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 104, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +.x-list .x-list-item .x-list-item-label { + min-height: 2.6em; + padding: 0.7em 0.8em; +} +/* line 109, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list .x-list-item:first-child { border-top: none; } -/* line 128, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 113, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list .x-list-item:last-child { border-bottom: 1px solid black; } -/* line 132, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ -.x-list .x-list-item .x-list-item-body { - -webkit-box-flex: 1; - box-flex: 1; - /*@include display-box;*/ - -webkit-box-align: center; - box-align: center; - -webkit-box-orient: horizontal; - box-orient: horizontal; -} -/* line 138, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ -.x-list .x-list-item .x-list-item-body span { - font-size: .95em; -} -/* line 143, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 117, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list .x-list-item.x-item-pressed { background: #0099ff none; } -/* line 151, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 125, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list .x-list-item.x-item-selected { background-color: #0066ff; color: white; } -/* line 164, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 138, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-header { background-color: #aaaaaa; color: #5d5d5d; @@ -3907,32 +4579,36 @@ input, textarea { padding: 0.2em 1.02em; } -/* line 179, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 153, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-header-swap { - z-index: 1; position: absolute; top: 0; left: 0; width: 100%; } -/* line 187, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 160, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +.x-ios .x-list-header-swap { + -webkit-transform: translate3d(0, 0, 0); +} + +/* line 164, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-round { background-color: #040404; } -/* line 190, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 167, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-round .x-list-group-items > *, .x-list-round.x-list-flat .x-list-parent > * { border-right: 1px solid black; border-left: 1px solid black; background-color: #111111; margin: 0 1.2em; } -/* line 195, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 172, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-round .x-list-group-items > *:first-child, .x-list-round.x-list-flat .x-list-parent > *:first-child { margin: 1.2em 1.2em 0; border-top: 1px solid black; } -/* line 200, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 177, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-round .x-list-group-items > *:last-child, .x-list-round.x-list-flat .x-list-parent > *:last-child { margin: 0 1.2em 1.2em; border-bottom: 1px solid black; @@ -3942,31 +4618,31 @@ input, textarea { border-bottom-right-radius: 0.4em; } -/* line 210, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 187, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-paging { height: 50px; } -/* line 212, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 189, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-paging .x-loading-spinner { display: none; margin: auto; } -/* line 217, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 194, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-paging .x-list-paging-msg { text-align: center; color: #0066ff; padding-top: 10px; } -/* line 225, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 202, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-paging.x-loading .x-loading-spinner { display: block; } -/* line 229, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 206, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-paging.x-loading .x-list-paging-msg { display: none; } -/* line 237, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 214, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-pullrefresh { display: -webkit-box; display: box; @@ -3982,12 +4658,12 @@ input, textarea { width: 100%; height: 4.5em; } -/* line 248, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 225, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-pullrefresh .x-loading-spinner { display: none; } -/* line 253, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 230, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-pullrefresh-arrow { width: 2.5em; height: 4.5em; @@ -3999,18 +4675,18 @@ input, textarea { background-color: #111; } -/* line 265, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 242, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-pullrefresh-release .x-list-pullrefresh-arrow { -webkit-transform: rotate(-180deg); } -/* line 269, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 246, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-pullrefresh-wrap { width: 20em; font-size: 0.7em; } -/* line 274, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 251, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-pullrefresh-message { font-weight: bold; font-size: 1.3em; @@ -4018,155 +4694,416 @@ input, textarea { text-align: center; } -/* line 281, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 258, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-pullrefresh-updated { text-align: center; } -/* line 285, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 262, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-pullrefresh-loading { /*position: relative;*/ /*top: 0;*/ } -/* line 289, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 266, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-pullrefresh-loading .x-loading-spinner { display: block; } -/* line 293, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 270, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-pullrefresh-loading .x-list-pullrefresh-arrow { display: none; } -/* line 3, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ -.x-container { - position: relative; +/* line 2, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +html, body { + width: 100%; + height: 100%; } /* line 7, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ -.x-layout-box-inner { +.x-translatable { + position: absolute; + top: 100%; + left: 100%; + z-index: 1; +} + +/* line 14, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-translatable-container { + position: relative; +} + +/* line 18, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-translatable-wrapper { + width: 100%; + height: 100%; + position: absolute; + overflow: hidden; +} + +/* line 25, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-translatable-stretcher { + width: 300%; + height: 300%; + position: absolute; + visibility: hidden; + z-index: -1; +} + +/* line 34, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-layout-fit, +.x-layout-card { + position: relative; + overflow: hidden; +} + +/* line 39, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-layout-fit-item, .x-layout-card-item { + position: absolute !important; + width: 100%; + height: 100%; +} + +/* line 45, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-layout-hbox, .x-layout-vbox { + display: -webkit-box; +} +/* line 47, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-layout-hbox > *, .x-layout-vbox > * { + -webkit-box-flex: 0; +} + +/* line 52, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-layout-hbox { + -webkit-box-orient: horizontal; +} + +/* line 56, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-layout-vbox { + -webkit-box-orient: vertical; +} + +/* line 60, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-layout-hbox > .x-layout-box-item { + width: 0 !important; +} + +/* line 64, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-layout-vbox > .x-layout-box-item { + height: 0 !important; +} + +/* line 68, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-container, .x-body { display: -webkit-box; + overflow: hidden; +} + +/* line 73, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-body { + -webkit-box-flex: 1; + min-width: 100%; + min-height: 100%; +} + +/* line 79, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-body > .x-inner, .x-container > .x-inner { + -webkit-box-flex: 1; + min-width: 100%; + min-height: 100%; position: relative; } -/* line 12, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ -.x-fit-item { +/* line 86, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-docking-horizontal { + display: -webkit-box; + -webkit-box-flex: 1; + -webkit-box-orient: horizontal; + min-width: 100%; + min-height: 100%; +} + +/* line 94, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-docking-vertical { + display: -webkit-box; + -webkit-box-flex: 1; + -webkit-box-orient: vertical; + min-width: 100%; + min-height: 100%; +} + +/* line 102, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-centered { + position: absolute !important; + width: 100%; + height: 100%; + display: -webkit-box; + -webkit-box-align: center; + -webkit-box-pack: center; +} + +/* line 111, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-floating { + position: absolute !important; +} + +/* line 115, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-centered > * { + position: relative !important; + -webkit-box-flex: 0 !important; +} + +/* line 120, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-size-change-detector { + visibility: hidden; position: absolute; left: 0; top: 0; + z-index: -1; + width: 100%; + height: 100%; + overflow: hidden; +} + +/* line 131, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-size-change-detector > * { + visibility: hidden; +} + +/* line 135, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-size-change-detector-shrink > * { + width: 200%; + height: 200%; +} + +/* line 140, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-size-change-detector-expand > * { + width: 100000px; + height: 100000px; +} + +/* line 145, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-view { + position: relative; + display: block; +} + +/* line 150, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-container { + position: absolute; overflow: hidden; width: 100%; + height: 100%; } -/* line 20, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ -.x-panel > .x-docked, .x-docked { +/* line 157, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-scroller { position: absolute; - z-index: 5; + min-width: 100%; + min-height: 100%; } -/* line 25, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ -.x-layout-fit { - overflow: hidden; +/* line 163, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-ios .x-scroll-scroller, .x-android4 .x-scroll-scroller { + -webkit-transform: translate3d(0, 0, 0); } -/* line 137, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-checkmark-base, .x-item-selected .x-list-selected:before, .x-item-selected .x-list-selected:after, .x-field .x-input-radio:after, .x-field .x-input-checkbox:after, .x-field .x-input-radio:checked:after, .x-field .x-input-checkbox:checked:after { - content: ""; +/* line 167, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-stretcher { position: absolute; - width: 0.75em; - height: 1.25em; - top: 50%; - left: auto; - -webkit-transform: rotate(45deg) skew(5deg); - -webkit-transform-origin: 50% 50%; - right: 1.1em; - border: .35em solid; - border-top: none; - border-left: none; - margin-top: -0.75em; + visibility: hidden; } -/* line 148, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-form .x-panel-body { - padding: 1em; - background-color: #eeeeee; +/* line 172, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-bar-grid-wrapper { + position: absolute; + width: 100%; + height: 100%; } -/* line 153, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-input-el, .x-field input, .x-field textarea, .x-field select, .x-field .x-field-slider, .x-field-toggle, .x-field-slider { - min-height: 2.5em; +/* line 178, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-bar-grid { + display: table; width: 100%; - display: block; - background: white none; - -webkit-appearance: none; + height: 100%; +} +/* line 183, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-bar-grid > * { + display: table-row; +} +/* line 187, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-bar-grid > * > * { + display: table-cell; +} +/* line 191, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-bar-grid > :first-child > :first-child { + width: 100%; + height: 100%; +} +/* line 196, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-bar-grid > :first-child > :nth-child(2) { + padding: 3px 3px 0 0; +} +/* line 200, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-bar-grid > :nth-child(2) > :first-child { + padding: 0 0 3px 3px; } -/* line 163, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-item-selected .x-list-label { - padding-right: 1.85em; - display: block; - white-space: nowrap; - text-overflow: ellipsis; +/* line 205, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-bar { + position: relative; overflow: hidden; +} + +/* line 210, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-bar-stretcher { + position: absolute; + visibility: hidden; width: 100%; + height: 100%; } -/* line 174, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-item-selected .x-list-selected:before { - border-color: #262626; - margin-top: -0.85em; + +/* line 217, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-bar-x { + height: 6px; + width: 100%; } -/* line 179, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-item-selected .x-list-selected:after { - border-color: #dddddd; +/* line 221, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-bar-x > .x-scroll-bar-stretcher { + width: 300%; } -/* line 185, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field { - overflow: hidden; - position: relative; - min-height: 2.5em; - border-bottom: 1px solid #dddddd; +/* line 226, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-bar-y { + width: 6px; + height: 100%; } -/* line 197, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field input, .x-field textarea, .x-field select, .x-field .x-field-slider { - padding: .4em; - border: 0; +/* line 230, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-bar-y > .x-scroll-bar-stretcher { + height: 300%; } -/* line 205, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field:last-child { - border-bottom: 0; +/* line 235, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-indicator { + background: #333; + position: absolute; + z-index: 1; + opacity: 0.5; } -/* line 209, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field-mask { +/* line 244, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-list-light .x-scroll-indicator, +.x-dataview-light .x-scroll-indicator { + background: #fff; + opacity: 1; +} + +/* line 250, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-indicator-x { + height: 100%; +} + +/* line 254, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-indicator-y { + width: 100%; +} + +/* line 258, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-indicator-csstransform { + background: none; + -webkit-transition: opacity 0.2s ease-out; +} +/* line 262, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-indicator-csstransform > * { position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; + background-color: #333; +} +/* line 267, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-indicator-csstransform > :nth-child(2) { + -webkit-transform-origin: 0% 0%; + background: none; + content: url(data:image/bmp;base64,Qk08AAAAAAAAADYAAAAoAAAAAQAAAAEAAAABABAAAAAAAAYAAAASCwAAEgsAAAAAAAAAAAAAxhgAAAAA); +} +/* line 274, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-indicator-csstransform.x-scroll-indicator-y > * { + width: 100%; +} +/* line 278, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-indicator-csstransform.x-scroll-indicator-y > :first-child { + height: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; +} +/* line 283, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-indicator-csstransform.x-scroll-indicator-y > :nth-child(2) { + height: 1px; +} +/* line 287, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-indicator-csstransform.x-scroll-indicator-y > :last-child { + height: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; +} +/* line 294, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-indicator-csstransform.x-scroll-indicator-x > * { + height: 100%; +} +/* line 298, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-indicator-csstransform.x-scroll-indicator-x > :first-child { + width: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; +} +/* line 303, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-indicator-csstransform.x-scroll-indicator-x > :nth-child(2) { + width: 1px; +} +/* line 306, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-indicator-csstransform.x-scroll-indicator-x > :last-child { + width: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; +} + +/* line 125, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-form .x-scroll-container { + background-color: #eeeeee; +} +/* line 128, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-form .x-scroll-container > .x-inner { + padding: 1em; } -/* line 225, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +/* line 135, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ .x-form-fieldset { - margin: 1em 0 1.5em; + margin: 0 0 1.5em; } -/* line 228, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-form-fieldset .x-panel-body { +/* line 138, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-form-fieldset .x-form-fieldset-inner { border: 1px solid #dddddd; + background: #fff; padding: 0; overflow: hidden; } -/* line 239, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +/* line 147, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ .x-form-fieldset-title { text-shadow: #fff 0 1px 1px; color: #333333; margin: 1em 0.7em 0.3em; color: #333333; font-weight: bold; + white-space: nowrap; } -/* line 246, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +/* line 155, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ .x-form-fieldset-instructions { text-shadow: #fff 0 1px 1px; color: #333333; @@ -4176,274 +5113,268 @@ input, textarea { text-align: center; } -/* line 254, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +/* line 164, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ .x-form-label { text-shadow: #fff 0 1px 1px; color: #333333; background-color: #f7f7f7; padding: 0.6em; border-top: 1px solid white; - display: block; + display: none; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; } -/* line 262, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +/* line 173, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ .x-form-label span { font-size: .8em; font-weight: bold; } -/* line 268, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-form-field-container { +/* line 180, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field { + min-height: 2.5em; + border-bottom: 1px solid #dddddd; +} +/* line 184, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field .x-component-outer { -webkit-box-flex: 1; - box-flex: 1; - width: 100%; +} +/* line 188, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field .x-field-input { position: relative; } - -/* line 274, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field { - display: -webkit-box; - display: box; +/* line 193, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field .x-field-input, .x-field .x-input-el { + width: 100%; } - -/* line 278, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-input-text, .x-input, .x-input-number, .x-spinner-body, .x-input-radio, .x-input-checkbox, .x-input-email, .x-input-url, .x-input-password, .x-input-slider { - -webkit-box-flex: 1; - box-flex: 1; +/* line 198, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field.x-field-labeled .x-form-label { + display: block; } - -/* line 282, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-label-align-left, .x-label-align-right { - -webkit-box-orient: horizontal; - box-orient: horizontal; - -webkit-box-align: stretch; - box-align: stretch; +/* line 203, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field:last-child { + border-bottom: 0; } -/* line 312, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +/* line 222, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ .x-label-align-right { -webkit-box-direction: reverse; box-direction: reverse; - -webkit-box-pack: end; - box-pack: end; +} +/* line 225, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-label-align-right .x-field-input { + -webkit-box-direction: normal; + box-direction: normal; +} +/* line 235, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-label-align-right:last-child { + border-bottom: 0; } -/* line 336, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-label-align-top, .x-label-align-bottom { +/* line 245, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-label-align-top, +.x-label-align-bottom { -webkit-box-orient: vertical; box-orient: vertical; } +/* line 248, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-label-align-top .x-form-label, +.x-label-align-bottom .x-form-label { + width: 100% !important; +} -/* line 339, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +/* line 261, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ .x-label-align-bottom { -webkit-box-direction: reverse; - box-direction: reverse; -} - -/* line 346, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field-required label:after, .x-field-required .x-form-label:after { - content: "*"; - display: inline; -} - -/* line 359, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field-select:before, .x-field-select:after { - pointer-events: none; - position: absolute; - display: block; - right: 0; + box-direction: reverse; } -/* line 367, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field-select:after { - content: ""; - position: absolute; - width: 0; - height: 0; - top: 0; - left: auto; - margin: 1em; - border: .4em solid transparent; - border-top-color: #dddddd; - z-index: 2; +/* line 264, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-label-align-bottom .x-field-input { + -webkit-box-direction: normal; + box-direction: normal; } -/* line 379, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field-select.x-label-align-top:after { - top: auto; - bottom: 0; + +/* line 275, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-input-el { + padding: .4em; + min-height: 2.5em; + display: block; + border-width: 0; + background: transparent; + -webkit-appearance: none; } -/* line 384, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field-select:before { - content: ""; + +/* line 284, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-mask { position: absolute; - width: 4em; - height: auto; top: 0; - left: auto; + right: 0; bottom: 0; - z-index: 1; + left: 0; } -/* line 395, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-item-disabled .x-form-label span, .x-item-disabled input, .x-item-disabled .x-spinner-body, .x-item-disabled select, .x-item-disabled textarea, .x-item-disabled .x-field-clear-container { - color: #b3b3b3; +/* line 291, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-required label:after, .x-field-required .x-form-label:after { + content: "*"; + display: inline; } -/* line 401, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +/* line 299, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ .x-field-textarea textarea { min-height: 6em; padding-top: .5em; } -/* line 408, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field .x-input-radio:after, .x-field .x-input-checkbox:after { - border-color: #dddddd; -} -/* line 411, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field .x-input-radio:checked:after, .x-field .x-input-checkbox:checked:after { - border-color: #0066ff; +/* line 311, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-checkmark-base, .x-field .x-input-radio:after, +.x-field .x-input-checkbox:after, .x-field .x-input-radio:checked:after, +.x-field .x-input-checkbox:checked:after, .x-select-overlay .x-item-selected:before, .x-select-overlay .x-item-selected:after { + content: ""; + position: absolute; + width: 0.75em; + height: 1.25em; + top: 50%; + left: auto; + -webkit-transform: rotate(45deg) skew(5deg); + -webkit-transform-origin: 50% 50%; + right: 1.1em; + border: .35em solid; + border-top: none; + border-left: none; + margin-top: -0.75em; } -/* line 416, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-label-align-right .x-input-radio:after, .x-label-align-right .x-input-checkbox:after { - right: auto; - left: 0.6em; +/* line 323, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field .x-input-radio, +.x-field .x-input-checkbox { + position: relative; } - -/* line 422, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-spinner { - border-bottom: 1px solid #dddddd; +/* line 326, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field .x-input-radio:after, +.x-field .x-input-checkbox:after { + border-color: #dddddd; +} +/* line 329, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field .x-input-radio:checked:after, +.x-field .x-input-checkbox:checked:after { + border-color: #0066ff; } -/* line 426, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-spinner .x-spinner-body { +/* line 336, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-spinner .x-field-input { display: -webkit-box; display: box; - -webkit-box-direction: normal; - box-direction: normal; -} - -/* line 431, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-spinner-body { - -webkit-box-orient: horizontal; - box-orient: horizontal; - -webkit-box-align: stretch; - box-align: stretch; - width: 100%; - text-align: center; } -/* line 437, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-spinner-body span { - font-size: 1.3em; - font-weight: bold; -} -/* line 443, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-spinner-body .x-form-field-container { - width: 3em; -} -/* line 447, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-spinner-body input { +/* line 339, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-spinner .x-field-input .x-input-el { padding: 0; - border-right: 0; - border-left: 0; - border-color: #dddddd; + width: 50%; + -webkit-box-flex: 1; text-align: center; } -/* line 456, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-spinner-body .x-spinner-down, .x-spinner-body .x-spinner-up { - -webkit-box-flex: 1; - box-flex: 1; +/* line 348, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-spinner .x-field-input input::-webkit-outer-spin-button, .x-spinner .x-field-input input::-webkit-inner-spin-button { + -webkit-appearance: none; + margin: 0; +} +/* line 353, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-spinner .x-field-input .x-spinner-button { + padding: .65em 1.5em; font-weight: bold; - padding: .3em 0; + text-align: center; } -/* line 52, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-spinner-body .x-spinner-down, .x-toolbar .x-spinner-body .x-spinner-down, .x-spinner-body .x-spinner-up, .x-toolbar .x-spinner-body .x-spinner-up { +/* line 55, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-spinner .x-field-input .x-spinner-button, .x-toolbar .x-spinner .x-field-input .x-spinner-button { border: 0.1em solid #aaaaaa; border-top-color: #b7b7b7; color: black; } -/* line 57, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-spinner-body .x-spinner-down.x-button-back:before, .x-spinner-body .x-spinner-down.x-button-forward:before, .x-toolbar .x-spinner-body .x-spinner-down.x-button-back:before, .x-toolbar .x-spinner-body .x-spinner-down.x-button-forward:before, .x-spinner-body .x-spinner-up.x-button-back:before, .x-spinner-body .x-spinner-up.x-button-forward:before, .x-toolbar .x-spinner-body .x-spinner-up.x-button-back:before, .x-toolbar .x-spinner-body .x-spinner-up.x-button-forward:before { +/* line 60, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-spinner .x-field-input .x-spinner-button.x-button-back:before, .x-spinner .x-field-input .x-spinner-button.x-button-forward:before, .x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-back:before, .x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-forward:before { background: #aaaaaa; } -/* line 61, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-spinner-body .x-spinner-down, .x-spinner-body .x-spinner-down.x-button-back:after, .x-spinner-body .x-spinner-down.x-button-forward:after, .x-toolbar .x-spinner-body .x-spinner-down, .x-toolbar .x-spinner-body .x-spinner-down.x-button-back:after, .x-toolbar .x-spinner-body .x-spinner-down.x-button-forward:after, .x-spinner-body .x-spinner-up, .x-spinner-body .x-spinner-up.x-button-back:after, .x-spinner-body .x-spinner-up.x-button-forward:after, .x-toolbar .x-spinner-body .x-spinner-up, .x-toolbar .x-spinner-body .x-spinner-up.x-button-back:after, .x-toolbar .x-spinner-body .x-spinner-up.x-button-forward:after { +/* line 64, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-spinner .x-field-input .x-spinner-button, .x-spinner .x-field-input .x-spinner-button.x-button-back:after, .x-spinner .x-field-input .x-spinner-button.x-button-forward:after, .x-toolbar .x-spinner .x-field-input .x-spinner-button, .x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-back:after, .x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-forward:after { background-color: #dddddd; } -/* line 65, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-spinner-body .x-spinner-down img.x-icon-mask, .x-toolbar .x-spinner-body .x-spinner-down img.x-icon-mask, .x-spinner-body .x-spinner-up img.x-icon-mask, .x-toolbar .x-spinner-body .x-spinner-up img.x-icon-mask { +/* line 68, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-spinner .x-field-input .x-spinner-button .x-button-icon.x-icon-mask, .x-toolbar .x-spinner .x-field-input .x-spinner-button .x-button-icon.x-icon-mask { background-color: black; } -/* line 75, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-spinner-body .x-spinner-down.x-button-pressed, .x-spinner-body .x-spinner-down.x-button-pressed:after, .x-spinner-body .x-spinner-down.x-button-active, .x-spinner-body .x-spinner-down.x-button-active:after, .x-toolbar .x-spinner-body .x-spinner-down.x-button-pressed, .x-toolbar .x-spinner-body .x-spinner-down.x-button-pressed:after, .x-toolbar .x-spinner-body .x-spinner-down.x-button-active, .x-toolbar .x-spinner-body .x-spinner-down.x-button-active:after, .x-spinner-body .x-spinner-up.x-button-pressed, .x-spinner-body .x-spinner-up.x-button-pressed:after, .x-spinner-body .x-spinner-up.x-button-active, .x-spinner-body .x-spinner-up.x-button-active:after, .x-toolbar .x-spinner-body .x-spinner-up.x-button-pressed, .x-toolbar .x-spinner-body .x-spinner-up.x-button-pressed:after, .x-toolbar .x-spinner-body .x-spinner-up.x-button-active, .x-toolbar .x-spinner-body .x-spinner-up.x-button-active:after { +/* line 78, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-spinner .x-field-input .x-spinner-button.x-button-pressed, .x-spinner .x-field-input .x-spinner-button.x-button-pressed:after, .x-spinner .x-field-input .x-spinner-button.x-button-active, .x-spinner .x-field-input .x-spinner-button.x-button-active:after, .x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-pressed, .x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-pressed:after, .x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-active, .x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-active:after { background-color: #cbcbcb; } -/* line 462, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-spinner-body .x-spinner-down { - border-left: 0; +/* line 359, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-spinner .x-field-input .x-spinner-button-down { + border: 0 !important; + border-right: 1px solid #dddddd !important; } -/* line 465, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-spinner-body .x-spinner-up { - border-right: 0; +/* line 363, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-spinner .x-field-input .x-spinner-button-up { + border: 0 !important; + border-left: 1px solid #dddddd !important; } -/* line 472, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field-clear-container { - min-height: 2.5em; - background-color: white; - display: -webkit-box; - display: box; - -webkit-box-orient: horizontal; - box-orient: horizontal; - -webkit-box-align: center; - box-align: center; - -webkit-box-pack: center; - box-pack: center; - padding: 0 .3em; +/* line 370, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-phone .x-select-overlay { + min-width: 14em; + min-height: 12.5em; } -/* line 482, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-android .x-field-clear { - line-height: 1.2em; - padding: 0 .3em; +/* line 376, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-select-overlay { + min-width: 18em; + min-height: 22em; } - -/* line 487, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field-clear { - width: 1.1em; - height: 1.1em; - background-color: rgba(0, 0, 0, 0.15); - color: #fff; - font-weight: bold; - line-height: .9em; - text-align: center; - padding: 0 .27em; +/* line 380, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-select-overlay .x-list-item-label { + height: 2.6em; } - -/* line 499, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field-clearable input.x-field-clearable { - padding-right: 1.7em; +/* line 384, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-select-overlay .x-list-label { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + display: block; } - -/* line 503, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-label-align-top .x-field-clear { - top: auto; - bottom: .7em; +/* line 389, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-select-overlay .x-list-item { + padding-right: 2.6em; } - -/* line 508, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-label-align-right .x-field-clear { - top: 0.6em; - right: 0.6em; +/* line 394, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-select-overlay .x-item-selected:before { + border-color: #262626; + margin-top: -0.85em; +} +/* line 399, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-select-overlay .x-item-selected:after { + border-color: #dddddd; } /* line 11, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ -.x-slider { +.x-slider-field .x-component-outer, .x-toggle-field .x-component-outer { + margin: 0.6em; +} + +/* line 17, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ +.x-slider, +.x-toggle { position: relative; height: 2.2em; - margin: 0.6em; min-height: 0; + min-width: 0; +} +/* line 23, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ +.x-slider > *, +.x-toggle > * { + position: absolute; + width: 100%; + height: 100%; } -/* line 19, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ +/* line 31, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ .x-thumb { position: absolute; height: 2.2em; @@ -4451,13 +5382,13 @@ input, textarea { border: #000; background-color: #777; } -/* line 26, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ +/* line 38, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ .x-thumb.x-dragging { background-color: #AAA; } -/* line 32, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ -.x-input-slider:after { +/* line 44, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ +.x-slider:after { content: ""; position: absolute; width: auto; @@ -4471,99 +5402,238 @@ input, textarea { background-color: #dddddd; } -/* line 82, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ -.x-field-toggle, .x-field-slider { - background-color: #fff; -} - -/* line 87, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ -.x-field-toggle .x-slider { +/* line 90, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ +.x-toggle { width: 4.4em; overflow: hidden; border: 0.1em solid #b7b7b7; background-color: #dddddd; - z-index: 2; -} -/* line 109, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ -.x-field-toggle .x-slider .x-thumb .x-toggle-thumb-off, .x-field-toggle .x-slider .x-thumb .x-toggle-thumb-on { - display: none; + -webkit-box-flex: 0; } -/* line 113, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ -.x-field-toggle .x-slider .x-thumb.x-dragging { +/* line 110, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ +.x-toggle .x-thumb.x-dragging { opacity: 1; } -/* line 117, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ -.x-field-toggle .x-slider .x-thumb:before { +/* line 114, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ +.x-toggle .x-thumb:before { top: 0.175em; } -/* line 145, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ -.x-field-toggle .x-slider.x-toggle-on { + +/* line 143, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ +.x-toggle-on { background-color: #92cf00; } -/* line 517, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-select-overlay { - min-width: 200px; +/* line 410, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +input[type="search"]::-webkit-search-cancel-button { + -webkit-appearance: none; +} + +/* line 416, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-number input::-webkit-outer-spin-button, .x-field-number input::-webkit-inner-spin-button { + -webkit-appearance: none; + margin: 0; +} + +/* line 425, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-input { + display: -webkit-box; + display: box; + -webkit-box-orient: horizontal; + box-orient: horizontal; + -webkit-box-align: center; + box-align: center; + -webkit-box-pack: center; + box-pack: center; +} +/* line 431, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-input .x-input-el { + -webkit-box-flex: 1; + box-flex: 1; +} +/* line 435, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-input .x-clear-icon { + display: none; + margin: .5em; + width: 1.1em; + height: 1.1em; + background-color: rgba(0, 0, 0, 0.15); + color: #fff; + font-weight: bold; + line-height: .9em; + text-align: center; + padding: 0 .27em; +} + +/* line 450, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-android .x-clear-icon { + line-height: 1.2em; + padding: 0 .3em; +} + +/* line 456, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-clearable .x-clear-icon { + display: block; +} + +/* line 462, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-textarea .x-field-input { + -webkit-box-align: start; + box-align: start; +} + +/* line 467, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-android .x-input-el { + -webkit-text-fill-color: #000; +} + +/* line 477, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-item-disabled .x-form-label span, +.x-item-disabled input, +.x-item-disabled .x-spinner-body, +.x-item-disabled select, +.x-item-disabled textarea, +.x-item-disabled .x-field-clear-container { + color: #b3b3b3; + -webkit-text-fill-color: #b3b3b3; + pointer-events: none; +} + +/* line 492, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-form-fieldset .x-field.x-form-fieldset-item-last { + border-bottom: 0; +} + +/* line 504, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-select { + position: relative; +} +/* line 507, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-select:before, .x-field-select:after { + pointer-events: none; + position: absolute; + display: block; + right: 0; +} +/* line 515, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-select:after { + content: ""; + position: absolute; + width: 0; + height: 0; + top: 0; + left: auto; + margin: 1em; + border: .4em solid transparent; + border-top-color: #dddddd; + z-index: 2; +} +/* line 523, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-select.x-label-align-top:after { + top: auto; + bottom: 0; +} +/* line 528, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-select:before { + content: ""; + position: absolute; + width: 4em; + height: auto; + top: 0; + left: auto; + bottom: 0; + z-index: 1; +} +/* line 536, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-select .x-form-field { + white-space: nowrap; + width: 100%; + overflow: hidden; + text-overflow: ellipsis; +} +/* line 543, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-select .x-form-field-container { + margin-right: 40px; } -/* line 8, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ -div.x-sheet.x-msgbox { - width: 15em; +/* line 7, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +.x-msgbox { + min-width: 15em; + max-width: 20em; + padding: 0.8em; -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0.1em 0.5em; border: 0.15em solid #393f45; } -/* line 13, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ -div.x-sheet.x-msgbox .x-toolbar-title { +/* line 15, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +.x-msgbox .x-title { font-size: .9em; line-height: 1.4em; } -/* line 17, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ -div.x-sheet.x-msgbox .x-toolbar { +/* line 20, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +.x-msgbox .x-body { + background: transparent !important; +} +/* line 24, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +.x-msgbox .x-toolbar { background: transparent none; -webkit-box-shadow: none; } -/* line 21, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ -div.x-sheet.x-msgbox .x-toolbar.x-docked-top { +/* line 28, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +.x-msgbox .x-toolbar.x-docked-top { border-bottom: 0; height: 1.3em; } -/* line 26, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ -div.x-sheet.x-msgbox .x-toolbar.x-docked-bottom { +/* line 33, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +.x-msgbox .x-toolbar.x-docked-bottom { border-top: 0; } - -/* line 31, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ -.x-msgbox-body { - padding: 6px 0; - position: relative; - text-align: center; +/* line 38, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +.x-msgbox .x-field { + margin: .4em .4em 0 .4em; + min-height: 2em; + background: #fff; +} +/* line 44, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +.x-msgbox .x-field:last-child { + margin-bottom: .4em; +} +/* line 48, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +.x-msgbox .x-field .x-clear-icon { + margin: .4em; +} +/* line 53, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +.x-msgbox .x-form-field { + min-height: 1.5em; + -webkit-appearance: none; } -/* line 36, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +/* line 59, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ .x-msgbox-text { font-size: .9em; + text-align: center; + padding: 6px 0; + line-height: 1.4em; } -/* line 41, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +/* line 66, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +.x-msgbox-buttons { + padding: 0.4em 0; + height: auto; +} +/* line 70, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ .x-msgbox-buttons .x-button { min-width: 4.5em; } -/* line 45, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +/* line 74, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ .x-msgbox-buttons .x-button-normal span { opacity: .7; } -/* line 49, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ -.x-msgbox-input { - margin-top: .4em; - -webkit-appearance: none; -} - -/* line 61, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +/* line 85, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ .x-msgbox-dark .x-msgbox-text { color: rgba(199, 204, 209, 0.9); } -/* line 65, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +/* line 89, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ .x-msgbox-dark .x-msgbox-input { background-color: rgba(199, 204, 209, 0.9); border: 0.1em solid rgba(92, 102, 112, 0.9); @@ -4812,18 +5882,18 @@ div.x-sheet.x-msgbox .x-toolbar.x-docked-bottom { } } -/* line 35, ../sass/bb6.scss */ +/* line 35, /Users/jamieavins/git/SDK/touch/resources/sass/bb6.scss */ .x-indexbar-item { color: #FFF; } -/* line 39, ../sass/bb6.scss */ +/* line 39, /Users/jamieavins/git/SDK/touch/resources/sass/bb6.scss */ .x-scrollbar-dark { background-color: rgba(255, 255, 255, 0.6); border: 1px solid rgba(0, 0, 0, 0.2); } -/* line 53, ../sass/bb6.scss */ +/* line 53, /Users/jamieavins/git/SDK/touch/resources/sass/bb6.scss */ .x-button-forward:before, .x-button-forward:after, .x-button-back:before, .x-button-back:after { content: ""; position: absolute; @@ -4837,7 +5907,7 @@ div.x-sheet.x-msgbox .x-toolbar.x-docked-bottom { overflow: hidden; } -/* line 63, ../sass/bb6.scss */ +/* line 63, /Users/jamieavins/git/SDK/touch/resources/sass/bb6.scss */ .x-button-forward:before, .x-button-forward:after, .x-toolbar .x-button-forward:before, .x-toolbar .x-button-forward:after { -webkit-mask: 0.055em 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAABGCAYAAADb7SQ4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAXlJREFUaN7lmTFqAlEQhh8EhFSCYJXW1law9QAewMrWAwQWAmmtbPcGHiCQ1gPYCla2QsDKSsgmQecvFqImu2/fzry/2OLb9mt23vwz47Kvn5MwEFxM8DkLB6HHEIOd0GGIwUpoMcRgyRKDOUsMJizxpzBiiMFR6DPEeZl1GWKwFh4ZYvAmPDDEqmVWVQxmLPG3MGaIVcosVAz2whNDDDZCmyEG7yFlpiEGKUsMEpb4XKXMtMXeiVVb7J1YLcRgW1ZmVuLSxGopLkys1mLwwhL/mVhjie8Sayxx3kp7DPFVYo0tzhNriyEGU5Z40TjxtDE/F6WcDowHBE/msDFNImG0xZQRBAonDCvxhhH2vKZIZ9Ds+7EDfaWFnKZ4xhja5owxdcnYCAQv1p1Gi4sprn08cZbDt6ZYZasXIn5mLFHTjLCvVt1V+4rVt/M+4r3FPaJMbHaBKRKb3pyKxKZXtv/Er4yjZpRL6q042u34tzh4xV9H/FHnqBHKBQeEd6aqqwD6AAAAAElFTkSuQmCC') no-repeat; } diff --git a/lib/resources/css-debug/sencha-touch.css b/lib/resources/css-debug/sencha-touch.css index 49e4b3e..990c9b5 100644 --- a/lib/resources/css-debug/sencha-touch.css +++ b/lib/resources/css-debug/sencha-touch.css @@ -75,75 +75,106 @@ input, textarea, select { } /** - * @global {boolean} [$include-html-style=true] Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). Styles are scoped to .x-html. Set to false to reduce CSS weight. + * @class Global_CSS + * + * Global CSS variables and mixins of Sencha Touch. + */ +/** + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. + */ +/** + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-default-icons=true] Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, and user. Set to false to reduce CSS weight. + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. */ /** - * @global {boolean} [$include-form-sliders=true] Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). */ /** - * @global {boolean} [$include-floating-panels=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. */ /** - * @global {boolean} [$include-default-uis=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-highlights=true] Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-border-radius=true] Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. */ /** - * @global {boolean} [$basic-slider=false] Optionally remove CSS3 effects from the slider component for improved performance. + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. */ /** - * @global {color} [$base-color=#354F6E] The primary color variable from which most elements derive their color scheme. + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. + * @see background-gradient */ /** - * @global {string} [$base-gradient='matte'] The primary gradient variable from which most elements derive their color scheme. + * @var {font-family} $font-family + * The font-family to be used throughout the theme. * @see background-gradient */ /** - * @global {color} [$alert-color=red] Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + */ +/** + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). */ /** - * @global {color} [$confirm-color=#92cf00] Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. */ /** - * @global {color} [$active-color=darken(saturate($base-color, 55%), 10%)] Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + * @var {color} $page-bg-color + * Background color for fullscreen components. */ /** - * @global {color} [$page-bg-color=#eee] Background color for fullscreen components. + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. */ /** - * @global {measurement} [$global-row-height=2.6em] The minimum row height for items like toolbars and list items. + * @class Global_CSS */ /** * Add a background gradient to a selector. * - * @param {color} $bg-color The base color of the gradient. - * @param {string} [$type=$base-gradient] The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + * .my-element { + * @include background-gradient(green, 'recessed') + * } * - * @example - * .my-element { - * @include background-gradient(green, 'recessed') - * } + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. */ /** * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). * - * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + * @include pictos-iconmask('attachment'); * - * @example - * @include pictos-iconmask('attachment'); + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). */ /** * Includes the default styles for toolbar buttons, mostly used as a helper function. * * @param {color} $bg-color Base color to be used for the button. - * @param {color} [$type=$button-gradient] $type Gradient style for the button, will automatically use "recessed" when pressed. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. */ /** * Adds a small text shadow (or highlight) to give the impression of beveled text. @@ -158,35 +189,32 @@ input, textarea, select { /** * Adds basic styles to :before or :after pseudo-elements. * - * @param {measurement} [$width=30px] Height of pseudo-element. - * @param {measurement} [$height=30px] Height of pseudo-element. - * @param {measurement} [$top=0] Top positioning of pseudo-element. - * @param {measurement} [$left=0] Left positioning of pseudo-element. + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. * - * @example - * .my-element:after { - * @include insertion(50px, 50px); - * } */ /** * Makes an element stretch to its parent's bounds. - * */ /** * Colors the text of an element based on lightness of its background. * - * @param {color} $bg-color Background color of element. - * @param {percent} [$contrast=100%] Contrast of text color to its background. + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } * - * @example - * .my-element { - * @include color-by-background(#fff); // Colors text black. - * } + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } * - * @example - * .my-element { - * @include color-by-background(#fff, 40%); // Colors text gray. - * } + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. * */ /** @@ -200,95 +228,83 @@ input, textarea, select { * Creates a background gradient for masked elements, based on the lightness of their background. * * @param {color} $bg-color Background color of element. - * @param {percent} [$percent=100%] Contrast of the new gradient to its background. - * @param {percent} [$style=$base-gradient] Gradient style of the gradient. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. * @see background-gradient * */ +/** + * Makes the element text overflow to use ellipsis. + */ /* line 10, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ html, body { font-family: "Helvetica Neue", HelveticaNeue, "Helvetica-Neue", Helvetica, "BBAlpha Sans", sans-serif; font-weight: normal; position: relative; + -webkit-text-size-adjust: none; +} + +/* line 17, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +body.x-desktop { + overflow: hidden; } -/* line 16, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 21, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ *, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-user-select: none; - -webkit-text-size-adjust: none; -webkit-touch-callout: none; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -} - -/*.x-android {*/ -/*input[type=checkbox], input[type=radio] {*/ -/*-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;*/ -/*}*/ -/*input, textarea {*/ -/*-webkit-tap-highlight-color: rgba(0, 0, 0, 1) !important;*/ -/*}*/ -/*}*/ -/* line 34, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -html, body, .x-body-stretcher { - width: 100%; - height: 100%; + -webkit-user-drag: none; } -/* line 39, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 29, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-ios.x-tablet .x-landscape * { -webkit-text-stroke: 1px transparent; } -/* -.x-ipad { - .x-container, .x-panel, .x-toolbar, .x-mask { - -webkit-transform: translate3d(0, 0, 0); - } -} -*/ -/* line 51, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 33, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ body { font-size: 104%; } -/* line 55, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 37, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ body.x-ios { -webkit-backface-visibility: hidden; } -/* line 59, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 41, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ body.x-android.x-phone { font-size: 116%; } -/* line 63, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 45, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ body.x-ios.x-phone { font-size: 114%; } -/* line 67, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 49, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ body.x-desktop { font-size: 114%; } -/* line 71, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 53, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ input, textarea { -webkit-user-select: text; } -/* line 75, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 57, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-hidden-visibility { visibility: hidden !important; } -/* line 79, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-hidden-display, .x-field-slider .x-field-mask, .x-field-toggle .x-field-mask, .x-field-checkbox .x-field-mask, .x-field-radio .x-field-mask, .x-field-hidden { +/* line 61, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +.x-hidden-display, .x-field-hidden { display: none !important; } -/* line 83, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 65, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-hidden-offsets { position: absolute !important; left: -10000em; @@ -296,87 +312,25 @@ input, textarea { visibility: hidden; } -/* line 90, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 72, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-fullscreen { position: absolute !important; - top: 0px; - left: 0px; } -/* line 96, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 79, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-desktop .x-body-stretcher { margin-bottom: 0px; } -/* line 100, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-scroller-parent { - overflow: hidden !important; -} - -/* line 104, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-scroller-parent, .x-scroller { - position: relative; -} - -/* line 108, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-ios .x-scroller, .x-ios .x-scroller > * { - -webkit-transform: translate3d(0, 0, 0); -} - -/* line 112, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-draggable { - z-index: 1; -} - -/* line 116, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-scrollbar { - position: absolute; - z-index: 10; - -webkit-transition-property: opacity; - -webkit-transition-duration: 250ms; - -webkit-border-radius: 4px; - opacity: 0; -} - -/* line 127, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-android .x-scrollbar { - -webkit-transition-property: none; - -webkit-transition-duration: 0ms; - -webkit-border-radius: 0px; -} - -/* line 133, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-scrollbar-dark { - background-color: rgba(0, 0, 0, 0.6); - border: 1px solid rgba(255, 255, 255, 0.2); -} - -/* line 138, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-scrollbar-light { - background-color: rgba(255, 255, 255, 0.6); - border: 1px solid rgba(0, 0, 0, 0.2); -} - -/* line 143, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-scrollbar-vertical { - top: 0; - right: 4px; - width: 4px; -} - -/* line 149, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-scrollbar-horizontal { - left: 0; - bottom: 4px; - height: 4px; -} - -/* line 155, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 83, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-mask { position: absolute; top: 0; left: 0; - z-index: 8000; + bottom: 0; + right: 0; + height: 100%; + z-index: 10; display: -webkit-box; display: box; -webkit-box-align: center; @@ -385,12 +339,27 @@ input, textarea { box-pack: center; background: rgba(0, 0, 0, 0.3) center center no-repeat; } -/* line 165, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 100, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-mask.x-mask-gray { background-color: rgba(0, 0, 0, 0.5); } -/* line 169, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-mask .x-mask-loading { +/* line 104, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +.x-mask.x-mask-transparent { + background-color: transparent; +} +/* line 108, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +.x-mask .x-mask-inner { + background: rgba(0, 0, 0, 0.25); + color: #fff; + text-align: center; + padding: .4em; + font-size: .95em; + font-weight: bold; + -webkit-border-radius: 0.5em; + border-radius: 0.5em; +} +/* line 118, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +.x-mask .x-loading-spinner-outer { display: -webkit-box; display: box; -webkit-box-orient: vertical; @@ -399,272 +368,263 @@ input, textarea { box-align: center; -webkit-box-pack: center; box-pack: center; - -webkit-border-radius: 0.5em; - border-radius: 0.5em; - color: #fff; - text-align: center; - padding: .4em; - font-weight: bold; - display: block; - width: 8.5em; + width: 100%; + min-width: 8.5em; height: 8.5em; - background: rgba(0, 0, 0, 0.25); } -/* line 185, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-mask .x-loading-spinner { - margin: 1em auto .2em; +/* line 129, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +.x-mask.x-indicator-hidden .x-loading-spinner-outer { + display: none; } -/* line 189, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-mask .x-loading-msg { - font-size: .95em; +/* line 134, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +.x-mask .x-mask-message { text-shadow: rgba(0, 0, 0, 0.5) 0 -0.08em 0; + -webkit-box-flex: 0 !important; + max-width: 13em; + min-width: 8.5em; } -/* line 195, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ -.x-floating { - position: absolute !important; - z-index: 10000 !important; - top: 0; - left: 0; +/* line 142, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +.x-draggable { + z-index: 1; } -/* line 202, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 146, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-dragging { opacity: 0.7; } -/* line 206, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 150, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-panel-list { background-color: #bacfe8; } -/* line 211, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 155, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-html { -webkit-user-select: auto; -webkit-touch-callout: inherit; line-height: 1.5; color: #333; font-size: .8em; - padding: 1.2em; + margin: 1.2em; } -/* line 33, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 33, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html body { line-height: 1.5; font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; color: #333333; font-size: 75%; } -/* line 51, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 51, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html h1, .x-html h2, .x-html h3, .x-html h4, .x-html h5, .x-html h6 { font-weight: normal; color: #222222; } -/* line 52, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 52, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html h1 img, .x-html h2 img, .x-html h3 img, .x-html h4 img, .x-html h5 img, .x-html h6 img { margin: 0; } -/* line 53, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 53, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html h1 { font-size: 3em; line-height: 1; margin-bottom: 0.50em; } -/* line 54, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 54, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html h2 { font-size: 2em; margin-bottom: 0.75em; } -/* line 55, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 55, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1.00em; } -/* line 56, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 56, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; } -/* line 57, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 57, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.50em; } -/* line 58, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 58, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html h6 { font-size: 1em; font-weight: bold; } -/* line 59, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 59, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html p { margin: 0 0 1.5em; } -/* line 60, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 60, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html p .left { display: inline; float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; } -/* line 61, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 61, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html p .right { display: inline; float: right; margin: 1.5em 0 1.5em 1.5em; padding: 0; } -/* line 62, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 62, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html a { text-decoration: underline; color: #0066cc; } -/* line 18, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */ +/* line 18, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */ .x-html a:visited { color: #004c99; } -/* line 21, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */ +/* line 21, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */ .x-html a:focus { color: #0099ff; } -/* line 24, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */ +/* line 24, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */ .x-html a:hover { color: #0099ff; } -/* line 27, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */ +/* line 27, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */ .x-html a:active { color: #bf00ff; } -/* line 63, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 63, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html blockquote { margin: 1.5em; color: #666666; font-style: italic; } -/* line 64, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 64, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html strong, .x-html dfn { font-weight: bold; } -/* line 65, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 65, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html em, .x-html dfn { font-style: italic; } -/* line 66, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 66, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html sup, .x-html sub { line-height: 0; } -/* line 67, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 67, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html abbr, .x-html acronym { border-bottom: 1px dotted #666666; } -/* line 68, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 68, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html address { margin: 0 0 1.5em; font-style: italic; } -/* line 69, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 69, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html del { color: #666666; } -/* line 70, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 70, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html pre { margin: 1.5em 0; white-space: pre; } -/* line 71, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 71, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html pre, .x-html code, .x-html tt { font: 1em "andale mono", "lucida console", monospace; line-height: 1.5; } -/* line 72, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 72, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html li ul, .x-html li ol { margin: 0; } -/* line 73, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 73, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html ul, .x-html ol { margin: 0 1.5em 1.5em 0; padding-left: 1.5em; } -/* line 74, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 74, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html ul { list-style-type: disc; } -/* line 75, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 75, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html ol { list-style-type: decimal; } -/* line 76, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 76, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html dl { margin: 0 0 1.5em 0; } -/* line 77, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 77, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html dl dt { font-weight: bold; } -/* line 78, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 78, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html dd { margin-left: 1.5em; } -/* line 79, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 79, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html table { margin-bottom: 1.4em; width: 100%; } -/* line 80, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 80, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html th { font-weight: bold; } -/* line 81, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 81, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html thead th { background: #c3d9ff; } -/* line 82, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 82, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html th, .x-html td, .x-html caption { padding: 4px 10px 4px 5px; } -/* line 85, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ -.x-html table.striped tr:nth-child(even) td, -.x-html table tr.even td { +/* line 85, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +.x-html table.striped tr:nth-child(even) td, .x-html table tr.even td { background: #e5ecf9; } -/* line 86, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 86, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html tfoot { font-style: italic; } -/* line 87, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 87, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html caption { background: #eeeeee; } -/* line 88, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 88, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html .quiet { color: #666666; } -/* line 89, /Library/Ruby/Gems/1.8/gems/compass-0.11.beta.3/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +/* line 89, /Library/Ruby/Gems/1.8/gems/compass-0.11.5/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ .x-html .loud { color: #111111; } -/* line 221, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 165, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-html ul li { list-style-type: circle; } -/* line 224, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 168, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-html ol li { list-style-type: decimal; } -/* line 230, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 174, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-video { background-color: #000; } -/* line 234, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 178, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-sortable .x-dragging { opacity: 1; z-index: 5; } -/* line 239, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ +/* line 183, ../themes/stylesheets/sencha-touch/default/core/_core.scss */ .x-fullscreen { background: #eeeeee; } @@ -672,85 +632,119 @@ input, textarea { /* line 1, ../themes/stylesheets/sencha-touch/default/widgets/_map.scss */ .x-map { background-color: #edeae2; - width: 100%; - height: 100%; +} +/* line 3, ../themes/stylesheets/sencha-touch/default/widgets/_map.scss */ +.x-map * { + -webkit-box-sizing: content-box; + box-sizing: content-box; } -/* line 7, ../themes/stylesheets/sencha-touch/default/widgets/_map.scss */ +/* line 9, ../themes/stylesheets/sencha-touch/default/widgets/_map.scss */ .x-mask-map { background: transparent !important; } /** - * @global {boolean} [$include-html-style=true] Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). Styles are scoped to .x-html. Set to false to reduce CSS weight. + * @class Global_CSS + * + * Global CSS variables and mixins of Sencha Touch. + */ +/** + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. + */ +/** + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-default-icons=true] Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, and user. Set to false to reduce CSS weight. + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. */ /** - * @global {boolean} [$include-form-sliders=true] Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). */ /** - * @global {boolean} [$include-floating-panels=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. */ /** - * @global {boolean} [$include-default-uis=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-highlights=true] Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-border-radius=true] Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. */ /** - * @global {boolean} [$basic-slider=false] Optionally remove CSS3 effects from the slider component for improved performance. + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. */ /** - * @global {color} [$base-color=#354F6E] The primary color variable from which most elements derive their color scheme. + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. + * @see background-gradient */ /** - * @global {string} [$base-gradient='matte'] The primary gradient variable from which most elements derive their color scheme. + * @var {font-family} $font-family + * The font-family to be used throughout the theme. * @see background-gradient */ /** - * @global {color} [$alert-color=red] Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + */ +/** + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). */ /** - * @global {color} [$confirm-color=#92cf00] Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. */ /** - * @global {color} [$active-color=darken(saturate($base-color, 55%), 10%)] Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + * @var {color} $page-bg-color + * Background color for fullscreen components. */ /** - * @global {color} [$page-bg-color=#eee] Background color for fullscreen components. + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. */ /** - * @global {measurement} [$global-row-height=2.6em] The minimum row height for items like toolbars and list items. + * @class Global_CSS */ /** * Add a background gradient to a selector. * - * @param {color} $bg-color The base color of the gradient. - * @param {string} [$type=$base-gradient] The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + * .my-element { + * @include background-gradient(green, 'recessed') + * } * - * @example - * .my-element { - * @include background-gradient(green, 'recessed') - * } + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. */ /** * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). * - * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + * @include pictos-iconmask('attachment'); * - * @example - * @include pictos-iconmask('attachment'); + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). */ /** * Includes the default styles for toolbar buttons, mostly used as a helper function. * * @param {color} $bg-color Base color to be used for the button. - * @param {color} [$type=$button-gradient] $type Gradient style for the button, will automatically use "recessed" when pressed. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. */ /** * Adds a small text shadow (or highlight) to give the impression of beveled text. @@ -765,35 +759,32 @@ input, textarea { /** * Adds basic styles to :before or :after pseudo-elements. * - * @param {measurement} [$width=30px] Height of pseudo-element. - * @param {measurement} [$height=30px] Height of pseudo-element. - * @param {measurement} [$top=0] Top positioning of pseudo-element. - * @param {measurement} [$left=0] Left positioning of pseudo-element. + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. * - * @example - * .my-element:after { - * @include insertion(50px, 50px); - * } */ /** * Makes an element stretch to its parent's bounds. - * */ /** * Colors the text of an element based on lightness of its background. * - * @param {color} $bg-color Background color of element. - * @param {percent} [$contrast=100%] Contrast of text color to its background. + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } * - * @example - * .my-element { - * @include color-by-background(#fff); // Colors text black. - * } + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } * - * @example - * .my-element { - * @include color-by-background(#fff, 40%); // Colors text gray. - * } + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. * */ /** @@ -807,81 +798,115 @@ input, textarea { * Creates a background gradient for masked elements, based on the lightness of their background. * * @param {color} $bg-color Background color of element. - * @param {percent} [$percent=100%] Contrast of the new gradient to its background. - * @param {percent} [$style=$base-gradient] Gradient style of the gradient. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. * @see background-gradient * */ /** - * @global {boolean} [$include-html-style=true] Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). Styles are scoped to .x-html. Set to false to reduce CSS weight. + * Makes the element text overflow to use ellipsis. + */ +/** + * @class Global_CSS + * + * Global CSS variables and mixins of Sencha Touch. + */ +/** + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. + */ +/** + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-default-icons=true] Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, and user. Set to false to reduce CSS weight. + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. */ /** - * @global {boolean} [$include-form-sliders=true] Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). */ /** - * @global {boolean} [$include-floating-panels=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. */ /** - * @global {boolean} [$include-default-uis=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-highlights=true] Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-border-radius=true] Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. */ /** - * @global {boolean} [$basic-slider=false] Optionally remove CSS3 effects from the slider component for improved performance. + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. */ /** - * @global {color} [$base-color=#354F6E] The primary color variable from which most elements derive their color scheme. + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. + * @see background-gradient */ /** - * @global {string} [$base-gradient='matte'] The primary gradient variable from which most elements derive their color scheme. + * @var {font-family} $font-family + * The font-family to be used throughout the theme. * @see background-gradient */ /** - * @global {color} [$alert-color=red] Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). */ /** - * @global {color} [$confirm-color=#92cf00] Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). */ /** - * @global {color} [$active-color=darken(saturate($base-color, 55%), 10%)] Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. */ /** - * @global {color} [$page-bg-color=#eee] Background color for fullscreen components. + * @var {color} $page-bg-color + * Background color for fullscreen components. */ /** - * @global {measurement} [$global-row-height=2.6em] The minimum row height for items like toolbars and list items. + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. + */ +/** + * @class Global_CSS */ /** * Add a background gradient to a selector. * - * @param {color} $bg-color The base color of the gradient. - * @param {string} [$type=$base-gradient] The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + * .my-element { + * @include background-gradient(green, 'recessed') + * } * - * @example - * .my-element { - * @include background-gradient(green, 'recessed') - * } + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. */ /** * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). * - * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + * @include pictos-iconmask('attachment'); * - * @example - * @include pictos-iconmask('attachment'); + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). */ /** * Includes the default styles for toolbar buttons, mostly used as a helper function. * * @param {color} $bg-color Base color to be used for the button. - * @param {color} [$type=$button-gradient] $type Gradient style for the button, will automatically use "recessed" when pressed. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. */ /** * Adds a small text shadow (or highlight) to give the impression of beveled text. @@ -896,35 +921,32 @@ input, textarea { /** * Adds basic styles to :before or :after pseudo-elements. * - * @param {measurement} [$width=30px] Height of pseudo-element. - * @param {measurement} [$height=30px] Height of pseudo-element. - * @param {measurement} [$top=0] Top positioning of pseudo-element. - * @param {measurement} [$left=0] Left positioning of pseudo-element. + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. * - * @example - * .my-element:after { - * @include insertion(50px, 50px); - * } */ /** * Makes an element stretch to its parent's bounds. - * */ /** * Colors the text of an element based on lightness of its background. * - * @param {color} $bg-color Background color of element. - * @param {percent} [$contrast=100%] Contrast of text color to its background. + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } * - * @example - * .my-element { - * @include color-by-background(#fff); // Colors text black. - * } + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } * - * @example - * .my-element { - * @include color-by-background(#fff, 40%); // Colors text gray. - * } + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. * */ /** @@ -938,81 +960,115 @@ input, textarea { * Creates a background gradient for masked elements, based on the lightness of their background. * * @param {color} $bg-color Background color of element. - * @param {percent} [$percent=100%] Contrast of the new gradient to its background. - * @param {percent} [$style=$base-gradient] Gradient style of the gradient. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. * @see background-gradient * */ /** - * @global {boolean} [$include-html-style=true] Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). Styles are scoped to .x-html. Set to false to reduce CSS weight. + * Makes the element text overflow to use ellipsis. + */ +/** + * @class Global_CSS + * + * Global CSS variables and mixins of Sencha Touch. + */ +/** + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. + */ +/** + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-default-icons=true] Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, and user. Set to false to reduce CSS weight. + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. */ /** - * @global {boolean} [$include-form-sliders=true] Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). */ /** - * @global {boolean} [$include-floating-panels=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. */ /** - * @global {boolean} [$include-default-uis=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-highlights=true] Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-border-radius=true] Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. */ /** - * @global {boolean} [$basic-slider=false] Optionally remove CSS3 effects from the slider component for improved performance. + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. */ /** - * @global {color} [$base-color=#354F6E] The primary color variable from which most elements derive their color scheme. + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. + * @see background-gradient */ /** - * @global {string} [$base-gradient='matte'] The primary gradient variable from which most elements derive their color scheme. + * @var {font-family} $font-family + * The font-family to be used throughout the theme. * @see background-gradient */ /** - * @global {color} [$alert-color=red] Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + */ +/** + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). */ /** - * @global {color} [$confirm-color=#92cf00] Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. */ /** - * @global {color} [$active-color=darken(saturate($base-color, 55%), 10%)] Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + * @var {color} $page-bg-color + * Background color for fullscreen components. */ /** - * @global {color} [$page-bg-color=#eee] Background color for fullscreen components. + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. */ /** - * @global {measurement} [$global-row-height=2.6em] The minimum row height for items like toolbars and list items. + * @class Global_CSS */ /** * Add a background gradient to a selector. * - * @param {color} $bg-color The base color of the gradient. - * @param {string} [$type=$base-gradient] The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + * .my-element { + * @include background-gradient(green, 'recessed') + * } * - * @example - * .my-element { - * @include background-gradient(green, 'recessed') - * } + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. */ /** * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). * - * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + * @include pictos-iconmask('attachment'); * - * @example - * @include pictos-iconmask('attachment'); + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). */ /** * Includes the default styles for toolbar buttons, mostly used as a helper function. * * @param {color} $bg-color Base color to be used for the button. - * @param {color} [$type=$button-gradient] $type Gradient style for the button, will automatically use "recessed" when pressed. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. */ /** * Adds a small text shadow (or highlight) to give the impression of beveled text. @@ -1027,35 +1083,32 @@ input, textarea { /** * Adds basic styles to :before or :after pseudo-elements. * - * @param {measurement} [$width=30px] Height of pseudo-element. - * @param {measurement} [$height=30px] Height of pseudo-element. - * @param {measurement} [$top=0] Top positioning of pseudo-element. - * @param {measurement} [$left=0] Left positioning of pseudo-element. + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. * - * @example - * .my-element:after { - * @include insertion(50px, 50px); - * } */ /** * Makes an element stretch to its parent's bounds. - * */ /** * Colors the text of an element based on lightness of its background. * - * @param {color} $bg-color Background color of element. - * @param {percent} [$contrast=100%] Contrast of text color to its background. + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } * - * @example - * .my-element { - * @include color-by-background(#fff); // Colors text black. - * } + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } * - * @example - * .my-element { - * @include color-by-background(#fff, 40%); // Colors text gray. - * } + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. * */ /** @@ -1069,127 +1122,147 @@ input, textarea { * Creates a background gradient for masked elements, based on the lightness of their background. * * @param {color} $bg-color Background color of element. - * @param {percent} [$percent=100%] Contrast of the new gradient to its background. - * @param {percent} [$style=$base-gradient] Gradient style of the gradient. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. * @see background-gradient * */ /** - * @global {measurement} [$toolbar-spacing=.2em] - * Space between items in a toolbar (like buttons and fields) - * + * Makes the element text overflow to use ellipsis. + */ +/** * @class Ext.Toolbar - * @xtype toolbar */ /** - * @global {string} [$toolbar-gradient=$base-gradient] + * @var {measurement} $toolbar-spacing + * Space between items in a toolbar (like buttons and fields) + */ +/** + * @var {string} $toolbar-gradient * Background gradient style for toolbars. - * - * @class Ext.Toolbar - * @xtype toolbar - * @see background-gradient */ /** - * @global {boolean} [$include-toolbar-uis=$include-default-uis] + * @var {boolean} $include-toolbar-uis * Optionally disable separate toolbar UIs (light and dark). - * - * @class Ext.Toolbar - * @xtype toolbar */ /** * Includes default toolbar styles. - * - * @class Ext.Toolbar - * @xtype toolbar */ /** * Creates a theme UI for toolbars. * + * // SCSS + * @include sencha-toolbar-ui('sub', #58710D, 'glossy'); + * + * // JS + * var myTb = new Ext.Toolbar({title: 'My Green Glossy Toolbar', ui: 'sub'}) + * * @param {string} $ui-label The name of the UI being created. * Can not included spaces or special punctuation (used in class names) * @param {color} $color Base color for the UI. - * @param {string} [$gradient: $toolbar-gradient] Background gradient style for the UI. - * - * @example - * // SCSS - * @include sencha-toolbar-ui('sub', #58710D, 'glossy'); - * - * // JS - * var myTb = new Ext.Toolbar({title: 'My Green Glossy Toolbar', ui: 'sub'}) - * - * @class Ext.Toolbar - * @xtype toolbar + * @param {string} $gradient: $toolbar-gradien Background gradient style for the UI. + */ +/** + * @class Global_CSS + * + * Global CSS variables and mixins of Sencha Touch. */ /** - * @global {boolean} [$include-html-style=true] Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). Styles are scoped to .x-html. Set to false to reduce CSS weight. + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-default-icons=true] Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, and user. Set to false to reduce CSS weight. + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-form-sliders=true] Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. */ /** - * @global {boolean} [$include-floating-panels=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). */ /** - * @global {boolean} [$include-default-uis=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. */ /** - * @global {boolean} [$include-highlights=true] Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-border-radius=true] Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$basic-slider=false] Optionally remove CSS3 effects from the slider component for improved performance. + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. */ /** - * @global {color} [$base-color=#354F6E] The primary color variable from which most elements derive their color scheme. + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. */ /** - * @global {string} [$base-gradient='matte'] The primary gradient variable from which most elements derive their color scheme. + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. * @see background-gradient */ /** - * @global {color} [$alert-color=red] Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + * @var {font-family} $font-family + * The font-family to be used throughout the theme. + * @see background-gradient + */ +/** + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + */ +/** + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). */ /** - * @global {color} [$confirm-color=#92cf00] Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. */ /** - * @global {color} [$active-color=darken(saturate($base-color, 55%), 10%)] Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + * @var {color} $page-bg-color + * Background color for fullscreen components. */ /** - * @global {color} [$page-bg-color=#eee] Background color for fullscreen components. + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. */ /** - * @global {measurement} [$global-row-height=2.6em] The minimum row height for items like toolbars and list items. + * @class Global_CSS */ /** * Add a background gradient to a selector. * - * @param {color} $bg-color The base color of the gradient. - * @param {string} [$type=$base-gradient] The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + * .my-element { + * @include background-gradient(green, 'recessed') + * } * - * @example - * .my-element { - * @include background-gradient(green, 'recessed') - * } + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. */ /** * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). * - * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + * @include pictos-iconmask('attachment'); * - * @example - * @include pictos-iconmask('attachment'); + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). */ /** * Includes the default styles for toolbar buttons, mostly used as a helper function. * * @param {color} $bg-color Base color to be used for the button. - * @param {color} [$type=$button-gradient] $type Gradient style for the button, will automatically use "recessed" when pressed. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. */ /** * Adds a small text shadow (or highlight) to give the impression of beveled text. @@ -1204,35 +1277,32 @@ input, textarea { /** * Adds basic styles to :before or :after pseudo-elements. * - * @param {measurement} [$width=30px] Height of pseudo-element. - * @param {measurement} [$height=30px] Height of pseudo-element. - * @param {measurement} [$top=0] Top positioning of pseudo-element. - * @param {measurement} [$left=0] Left positioning of pseudo-element. + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. * - * @example - * .my-element:after { - * @include insertion(50px, 50px); - * } */ /** * Makes an element stretch to its parent's bounds. - * */ /** * Colors the text of an element based on lightness of its background. * - * @param {color} $bg-color Background color of element. - * @param {percent} [$contrast=100%] Contrast of text color to its background. + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } * - * @example - * .my-element { - * @include color-by-background(#fff); // Colors text black. - * } + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } * - * @example - * .my-element { - * @include color-by-background(#fff, 40%); // Colors text gray. - * } + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. * */ /** @@ -1246,150 +1316,161 @@ input, textarea { * Creates a background gradient for masked elements, based on the lightness of their background. * * @param {color} $bg-color Background color of element. - * @param {percent} [$percent=100%] Contrast of the new gradient to its background. - * @param {percent} [$style=$base-gradient] Gradient style of the gradient. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. * @see background-gradient * */ /** - * @global {measurement} $button-height Default height for buttons. - * - * @class Ext.Button - * @xtype button + * Makes the element text overflow to use ellipsis. */ /** - * @global {measurement} $button-radius Default border-radius for buttons. - * * @class Ext.Button - * @xtype button */ /** - * @global {measurement} $button-stroke-weight Default border width for buttons. - * - * @class Ext.Button - * @xtype button + * @var {measurement} $button-height Default height for buttons. */ /** - * @global {string} $button-gradient Default gradient for buttons. - * - * @class Ext.Button - * @xtype button - * @see background-gradient + * @var {measurement} $button-radius Default border-radius for buttons. */ /** - * @global {string} $toolbar-icon-size Default size (width and height) for toolbar icons. - * - * @class Ext.Button - * @xtype button + * @var {measurement} $button-stroke-weight Default border width for buttons. */ /** - * @global {boolean} $include-button-uis Optionally disable separate button UIs, including action, confirm, and decline. + * @var {string} $button-gradient Default gradient for buttons. * - * @class Ext.Button - * @xtype button + * See {@link Global_CSS#background-gradient background-gradient}. */ /** - * @global {boolean} $include-button-uis Optionally disable special CSS3 effects on buttons including gradients, text-shadows, and box-shadows. - * - * @class Ext.Button - * @xtype button + * @var {string} $toolbar-icon-size Default size (width and height) for toolbar icons. + */ +/** + * @var {boolean} $include-button-uis Optionally disable separate button UIs, including action, confirm, and decline. + */ +/** + * @var {boolean} $include-button-highlights Optionally disable special CSS3 effects on buttons including gradients, text-shadows, and box-shadows. */ /** * Includes default button styles. * - * @class Ext.Button - * @xtype button - * @see background-gradient + * See {@link Global_CSS#background-gradient background-gradient}. */ /** * Creates a theme UI for buttons. * Also automatically generates UIs for {ui-label}-round and {ui-label}-small. * + * // SCSS + * @include sencha-button-ui('secondary', #99A4AE, 'glossy'); + * + * // JS + * var cancelBtn = new Ext.Button({text: 'Cancel', ui: 'secondary'}); + * * @param {string} $ui-label The name of the UI being created. * Can not included spaces or special punctuation (used in class names) * @param {color} $color Base color for the UI. - * @param {string} [$gradient: $button-gradient] Default gradient for the UI. - * - * @example - * // SCSS - * @include sencha-button-ui('secondary', #99A4AE, 'glossy'); - * - * // JS - * var cancelBtn = new Ext.Button({text: 'Cancel', ui: 'secondary'}); - * - * @class Ext.Button - * @xtype button + * @param {string} $gradient Default gradient for the UI. */ /** - * @global {boolean} [$include-html-style=true] Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). Styles are scoped to .x-html. Set to false to reduce CSS weight. + * @class Global_CSS + * + * Global CSS variables and mixins of Sencha Touch. + */ +/** + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. + */ +/** + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-default-icons=true] Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, and user. Set to false to reduce CSS weight. + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. */ /** - * @global {boolean} [$include-form-sliders=true] Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). */ /** - * @global {boolean} [$include-floating-panels=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. */ /** - * @global {boolean} [$include-default-uis=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-highlights=true] Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-border-radius=true] Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. */ /** - * @global {boolean} [$basic-slider=false] Optionally remove CSS3 effects from the slider component for improved performance. + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. */ /** - * @global {color} [$base-color=#354F6E] The primary color variable from which most elements derive their color scheme. + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. + * @see background-gradient */ /** - * @global {string} [$base-gradient='matte'] The primary gradient variable from which most elements derive their color scheme. + * @var {font-family} $font-family + * The font-family to be used throughout the theme. * @see background-gradient */ /** - * @global {color} [$alert-color=red] Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + */ +/** + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). */ /** - * @global {color} [$confirm-color=#92cf00] Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. */ /** - * @global {color} [$active-color=darken(saturate($base-color, 55%), 10%)] Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + * @var {color} $page-bg-color + * Background color for fullscreen components. */ /** - * @global {color} [$page-bg-color=#eee] Background color for fullscreen components. + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. */ /** - * @global {measurement} [$global-row-height=2.6em] The minimum row height for items like toolbars and list items. + * @class Global_CSS */ /** * Add a background gradient to a selector. * - * @param {color} $bg-color The base color of the gradient. - * @param {string} [$type=$base-gradient] The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + * .my-element { + * @include background-gradient(green, 'recessed') + * } * - * @example - * .my-element { - * @include background-gradient(green, 'recessed') - * } + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. */ /** * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). * - * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + * @include pictos-iconmask('attachment'); * - * @example - * @include pictos-iconmask('attachment'); + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). */ /** * Includes the default styles for toolbar buttons, mostly used as a helper function. * * @param {color} $bg-color Base color to be used for the button. - * @param {color} [$type=$button-gradient] $type Gradient style for the button, will automatically use "recessed" when pressed. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. */ /** * Adds a small text shadow (or highlight) to give the impression of beveled text. @@ -1404,35 +1485,32 @@ input, textarea { /** * Adds basic styles to :before or :after pseudo-elements. * - * @param {measurement} [$width=30px] Height of pseudo-element. - * @param {measurement} [$height=30px] Height of pseudo-element. - * @param {measurement} [$top=0] Top positioning of pseudo-element. - * @param {measurement} [$left=0] Left positioning of pseudo-element. + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. * - * @example - * .my-element:after { - * @include insertion(50px, 50px); - * } */ /** * Makes an element stretch to its parent's bounds. - * */ /** * Colors the text of an element based on lightness of its background. * - * @param {color} $bg-color Background color of element. - * @param {percent} [$contrast=100%] Contrast of text color to its background. + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } * - * @example - * .my-element { - * @include color-by-background(#fff); // Colors text black. - * } + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } * - * @example - * .my-element { - * @include color-by-background(#fff, 40%); // Colors text gray. - * } + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. * */ /** @@ -1446,189 +1524,193 @@ input, textarea { * Creates a background gradient for masked elements, based on the lightness of their background. * * @param {color} $bg-color Background color of element. - * @param {percent} [$percent=100%] Contrast of the new gradient to its background. - * @param {percent} [$style=$base-gradient] Gradient style of the gradient. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. * @see background-gradient * */ /** - * @global {boolean} [$include-tabbar-uis=$include-default-uis] Optionally disable separate tabbar UIs (light and dark). - * + * Makes the element text overflow to use ellipsis. + */ +/** * @class Ext.tab.Bar - * @xtype tabbar */ /** - * @global {boolean} [$include-top-tabs=true] + * @var {boolean} $include-tabbar-uis Optionally disable separate tabbar UIs (light and dark). + */ +/** + * @var {boolean} $include-top-tabs * Optionally exclude top tab styles by setting to false. - * - * @class Ext.tab.Bar - * @xtype tabbar */ /** - * @global {boolean} [$include-bottom-tabs=true] + * @var {boolean} $include-bottom-tabs * Optionally exclude bottom tab styles by setting to false. - * - * @class Ext.tab.Bar - * @xtype tabbar */ /** - * @global {color} [$tabs-light=lighten(desaturate($base-color, 10%), 5%)] + * @var {color} $tabs-light * Base color for "light" UI tabs. - * - * @class Ext.tab.Bar - * @xtype tabbar */ /** - * @global {color} [$tabs-light-active=saturate($active-color, 20%)] + * @var {color} $tabs-light-active * Active color for "light" UI tabs. - * - * @class Ext.tab.Bar - * @xtype tabbar */ /** - * @global {color} [$tabs-dark=darken($base-color, 20%)] + * @var {color} $tabs-dark * Base color for "dark" UI tabs. - * - * @class Ext.tab.Bar - * @xtype tabbar */ /** - * @global {color} [$tabs-dark-active=saturate(lighten($active-color, 30%), 70%)] + * @var {color} $tabs-dark-active * Active color for "dark" UI tabs. - * - * @class Ext.tab.Bar - * @xtype tabbar */ /** - * @global {string} [$tabs-bar-gradient=$base-gradient] + * @var {string} $tabs-bar-gradient * Background gradient style for tab bars. - * - * @class Ext.tab.Bar - * @xtype tabbar */ /** - * @global {string} [$tabs-bottom-radius=.25em] - * Border-radius for bottom tabs. - * * @class Ext.tab.Tab - * @xtype tab */ /** - * @global {string} [$tabs-bottom-icon-size=1.65em] + * @var {string} $tabs-bottom-radius + * Border-radius for bottom tabs. + */ +/** + * @var {string} $tabs-bottom-icon-size * Icon size for bottom tabs - * - * @class Ext.tab.Tab - * @xtype tab */ /** - * @global {string} [$tabs-bottom-active-gradient='glossy'] + * @var {string} $tabs-bottom-active-gradient * Background gradient style for active bottom tabs. - * - * @class Ext.tab.Tab - * @xtype tab */ /** * Includes default tab styles. * - * @class Ext.tab.Bar - * @xtype tabbar + * @member Ext.tab.Bar */ /** * Creates a theme UI for tabbar/tab components. * + * // SCSS + * @include sencha-button-ui('pink', #333, 'matte', #AE537A); + * + * // JS + * var tabs = new Ext.tab.Panel({ + * tabBar: { + * ui: 'pink', + * dock: 'bottom', + * layout: { pack: 'center' } + * }, + * ... + * }); + * * @param {string} $ui-label The name of the UI being created. * Can not included spaces or special punctuation (used in class names) * @param {color} $bar-color Base color for the tab bar. * @param {string} $bar-gradient Background gradient style for the tab bar. * @param {color} $tab-active-color Background-color for active tab icons. * - * @example - * // SCSS - * @include sencha-button-ui('pink', #333, 'matte', #AE537A); - * - * // JS - * var tabs = new Ext.tab.Panel({ - * tabBar: { - * ui: 'pink', - * dock: 'bottom', - * layout: { pack: 'center' } - * }, - * ... - * }); - * - * @class Ext.tab.Bar - * @xtype tabbar + * @member Ext.tab.Bar */ /** - * @global {boolean} [$include-html-style=true] Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). Styles are scoped to .x-html. Set to false to reduce CSS weight. + * @class Global_CSS + * + * Global CSS variables and mixins of Sencha Touch. + */ +/** + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. + */ +/** + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-default-icons=true] Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, and user. Set to false to reduce CSS weight. + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. */ /** - * @global {boolean} [$include-form-sliders=true] Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). */ /** - * @global {boolean} [$include-floating-panels=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. */ /** - * @global {boolean} [$include-default-uis=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-highlights=true] Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-border-radius=true] Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. */ /** - * @global {boolean} [$basic-slider=false] Optionally remove CSS3 effects from the slider component for improved performance. + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. */ /** - * @global {color} [$base-color=#354F6E] The primary color variable from which most elements derive their color scheme. + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. + * @see background-gradient */ /** - * @global {string} [$base-gradient='matte'] The primary gradient variable from which most elements derive their color scheme. + * @var {font-family} $font-family + * The font-family to be used throughout the theme. * @see background-gradient */ /** - * @global {color} [$alert-color=red] Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + */ +/** + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). */ /** - * @global {color} [$confirm-color=#92cf00] Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. */ /** - * @global {color} [$active-color=darken(saturate($base-color, 55%), 10%)] Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + * @var {color} $page-bg-color + * Background color for fullscreen components. */ /** - * @global {color} [$page-bg-color=#eee] Background color for fullscreen components. + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. */ /** - * @global {measurement} [$global-row-height=2.6em] The minimum row height for items like toolbars and list items. + * @class Global_CSS */ /** * Add a background gradient to a selector. * - * @param {color} $bg-color The base color of the gradient. - * @param {string} [$type=$base-gradient] The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + * .my-element { + * @include background-gradient(green, 'recessed') + * } * - * @example - * .my-element { - * @include background-gradient(green, 'recessed') - * } + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. */ /** * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). * - * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + * @include pictos-iconmask('attachment'); * - * @example - * @include pictos-iconmask('attachment'); + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). */ /** * Includes the default styles for toolbar buttons, mostly used as a helper function. * * @param {color} $bg-color Base color to be used for the button. - * @param {color} [$type=$button-gradient] $type Gradient style for the button, will automatically use "recessed" when pressed. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. */ /** * Adds a small text shadow (or highlight) to give the impression of beveled text. @@ -1643,35 +1725,32 @@ input, textarea { /** * Adds basic styles to :before or :after pseudo-elements. * - * @param {measurement} [$width=30px] Height of pseudo-element. - * @param {measurement} [$height=30px] Height of pseudo-element. - * @param {measurement} [$top=0] Top positioning of pseudo-element. - * @param {measurement} [$left=0] Left positioning of pseudo-element. + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. * - * @example - * .my-element:after { - * @include insertion(50px, 50px); - * } */ /** * Makes an element stretch to its parent's bounds. - * */ /** * Colors the text of an element based on lightness of its background. * - * @param {color} $bg-color Background color of element. - * @param {percent} [$contrast=100%] Contrast of text color to its background. + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } * - * @example - * .my-element { - * @include color-by-background(#fff); // Colors text black. - * } + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } * - * @example - * .my-element { - * @include color-by-background(#fff, 40%); // Colors text gray. - * } + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. * */ /** @@ -1685,35 +1764,26 @@ input, textarea { * Creates a background gradient for masked elements, based on the lightness of their background. * * @param {color} $bg-color Background color of element. - * @param {percent} [$percent=100%] Contrast of the new gradient to its background. - * @param {percent} [$style=$base-gradient] Gradient style of the gradient. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. * @see background-gradient * */ /** - * @global {measurement} [$carousel-indicator-size=.5em] Size (width/height) of carousel indicator dots. - * - * @class Ext.Carousel.Indicator - * @xtype carouselindicator + * Makes the element text overflow to use ellipsis. */ /** - * @global {measurement} [$carousel-indicator-spacing=.2em] - * Amount of space between carousel indicator dots. - * - * @class Ext.Carousel.Indicator - * @xtype carouselindicator + * @class Ext.carousel.Indicator */ /** - * @global {measurement} [$carousel-track-size=1.5em] Size of the track the carousel indicator dots are in. - * - * @class Ext.Carousel.Indicator - * @xtype carouselindicator + * @var {measurement} $carousel-indicator-size Size (width/height) of carousel indicator dots. */ /** - * Includes basic carousel formatting. - * - * @class Ext.Carousel - * @xtype carousel + * @var {measurement} $carousel-indicator-spacing + * Amount of space between carousel indicator dots. + */ +/** + * @var {measurement} $carousel-track-size Size of the track the carousel indicator dots are in. */ /** * Creates a theme UI for carousel indicator components. @@ -1724,80 +1794,114 @@ input, textarea { * @param {string} $gradient Default gradient for the UI. * @param {color} $active-color Active color for the UI. * @param {string} $active-gradient Active gradient for the UI. - * - * @class Ext.Carousel.Indicator - * @xtype carouselindicator */ /** - * @global {boolean} [$include-html-style=true] Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). Styles are scoped to .x-html. Set to false to reduce CSS weight. + * @class Ext.carousel.Carousel + */ +/** + * Includes basic carousel formatting. + */ +/** + * @class Global_CSS + * + * Global CSS variables and mixins of Sencha Touch. + */ +/** + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. + */ +/** + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-default-icons=true] Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, and user. Set to false to reduce CSS weight. + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. */ /** - * @global {boolean} [$include-form-sliders=true] Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). */ /** - * @global {boolean} [$include-floating-panels=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. */ /** - * @global {boolean} [$include-default-uis=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-highlights=true] Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-border-radius=true] Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. */ /** - * @global {boolean} [$basic-slider=false] Optionally remove CSS3 effects from the slider component for improved performance. + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. */ /** - * @global {color} [$base-color=#354F6E] The primary color variable from which most elements derive their color scheme. + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. + * @see background-gradient */ /** - * @global {string} [$base-gradient='matte'] The primary gradient variable from which most elements derive their color scheme. + * @var {font-family} $font-family + * The font-family to be used throughout the theme. * @see background-gradient */ /** - * @global {color} [$alert-color=red] Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). */ /** - * @global {color} [$confirm-color=#92cf00] Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). */ /** - * @global {color} [$active-color=darken(saturate($base-color, 55%), 10%)] Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. */ /** - * @global {color} [$page-bg-color=#eee] Background color for fullscreen components. + * @var {color} $page-bg-color + * Background color for fullscreen components. */ /** - * @global {measurement} [$global-row-height=2.6em] The minimum row height for items like toolbars and list items. + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. + */ +/** + * @class Global_CSS */ /** * Add a background gradient to a selector. * - * @param {color} $bg-color The base color of the gradient. - * @param {string} [$type=$base-gradient] The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + * .my-element { + * @include background-gradient(green, 'recessed') + * } * - * @example - * .my-element { - * @include background-gradient(green, 'recessed') - * } + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. */ /** * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). * - * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + * @include pictos-iconmask('attachment'); * - * @example - * @include pictos-iconmask('attachment'); + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). */ /** * Includes the default styles for toolbar buttons, mostly used as a helper function. * * @param {color} $bg-color Base color to be used for the button. - * @param {color} [$type=$button-gradient] $type Gradient style for the button, will automatically use "recessed" when pressed. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. */ /** * Adds a small text shadow (or highlight) to give the impression of beveled text. @@ -1812,35 +1916,32 @@ input, textarea { /** * Adds basic styles to :before or :after pseudo-elements. * - * @param {measurement} [$width=30px] Height of pseudo-element. - * @param {measurement} [$height=30px] Height of pseudo-element. - * @param {measurement} [$top=0] Top positioning of pseudo-element. - * @param {measurement} [$left=0] Left positioning of pseudo-element. + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. * - * @example - * .my-element:after { - * @include insertion(50px, 50px); - * } */ /** * Makes an element stretch to its parent's bounds. - * */ /** * Colors the text of an element based on lightness of its background. * - * @param {color} $bg-color Background color of element. - * @param {percent} [$contrast=100%] Contrast of text color to its background. + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } * - * @example - * .my-element { - * @include color-by-background(#fff); // Colors text black. - * } + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } * - * @example - * .my-element { - * @include color-by-background(#fff, 40%); // Colors text gray. - * } + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. * */ /** @@ -1854,108 +1955,133 @@ input, textarea { * Creates a background gradient for masked elements, based on the lightness of their background. * * @param {color} $bg-color Background color of element. - * @param {percent} [$percent=100%] Contrast of the new gradient to its background. - * @param {percent} [$style=$base-gradient] Gradient style of the gradient. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. * @see background-gradient * */ /** - * @global {measurement} [$index-bar-width=2.1em] + * Makes the element text overflow to use ellipsis. + */ +/** + * @class Ext.dataview.IndexBar + */ +/** + * @var {measurement} $index-bar-width * Width of the index bar. - * - * @class Ext.IndexBar - * @xtype indexbar */ /** - * @global {color} [$index-bar-bg-color=hsla(hue($base-color), 10%, 60%, .8)] + * @var {color} $index-bar-bg-color * Background-color of the index bar. - * - * @class Ext.IndexBar - * @xtype indexbar */ /** - * @global {color} [$index-bar-color=darken(desaturate($base-color, 5%), 15%)] + * @var {color} $index-bar-color * Text color of the index bar. - * - * @class Ext.IndexBar - * @xtype indexbar */ /** * Includes default index bar styles. + */ +/** + * @class Global_CSS * - * @class Ext.FormPanel - * @xtype indexbar + * Global CSS variables and mixins of Sencha Touch. + */ +/** + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-html-style=true] Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). Styles are scoped to .x-html. Set to false to reduce CSS weight. + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-default-icons=true] Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, and user. Set to false to reduce CSS weight. + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. */ /** - * @global {boolean} [$include-form-sliders=true] Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). */ /** - * @global {boolean} [$include-floating-panels=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. */ /** - * @global {boolean} [$include-default-uis=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-highlights=true] Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-border-radius=true] Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. */ /** - * @global {boolean} [$basic-slider=false] Optionally remove CSS3 effects from the slider component for improved performance. + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. */ /** - * @global {color} [$base-color=#354F6E] The primary color variable from which most elements derive their color scheme. + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. + * @see background-gradient */ /** - * @global {string} [$base-gradient='matte'] The primary gradient variable from which most elements derive their color scheme. + * @var {font-family} $font-family + * The font-family to be used throughout the theme. * @see background-gradient */ /** - * @global {color} [$alert-color=red] Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + */ +/** + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). */ /** - * @global {color} [$confirm-color=#92cf00] Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. */ /** - * @global {color} [$active-color=darken(saturate($base-color, 55%), 10%)] Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + * @var {color} $page-bg-color + * Background color for fullscreen components. */ /** - * @global {color} [$page-bg-color=#eee] Background color for fullscreen components. + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. */ /** - * @global {measurement} [$global-row-height=2.6em] The minimum row height for items like toolbars and list items. + * @class Global_CSS */ /** * Add a background gradient to a selector. * - * @param {color} $bg-color The base color of the gradient. - * @param {string} [$type=$base-gradient] The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + * .my-element { + * @include background-gradient(green, 'recessed') + * } * - * @example - * .my-element { - * @include background-gradient(green, 'recessed') - * } + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. */ /** * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). * - * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + * @include pictos-iconmask('attachment'); * - * @example - * @include pictos-iconmask('attachment'); + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). */ /** * Includes the default styles for toolbar buttons, mostly used as a helper function. * * @param {color} $bg-color Base color to be used for the button. - * @param {color} [$type=$button-gradient] $type Gradient style for the button, will automatically use "recessed" when pressed. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. */ /** * Adds a small text shadow (or highlight) to give the impression of beveled text. @@ -1970,35 +2096,32 @@ input, textarea { /** * Adds basic styles to :before or :after pseudo-elements. * - * @param {measurement} [$width=30px] Height of pseudo-element. - * @param {measurement} [$height=30px] Height of pseudo-element. - * @param {measurement} [$top=0] Top positioning of pseudo-element. - * @param {measurement} [$left=0] Left positioning of pseudo-element. + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. * - * @example - * .my-element:after { - * @include insertion(50px, 50px); - * } */ /** * Makes an element stretch to its parent's bounds. - * */ /** * Colors the text of an element based on lightness of its background. * - * @param {color} $bg-color Background color of element. - * @param {percent} [$contrast=100%] Contrast of text color to its background. + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } * - * @example - * .my-element { - * @include color-by-background(#fff); // Colors text black. - * } + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } * - * @example - * .my-element { - * @include color-by-background(#fff, 40%); // Colors text gray. - * } + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. * */ /** @@ -2012,151 +2135,159 @@ input, textarea { * Creates a background gradient for masked elements, based on the lightness of their background. * * @param {color} $bg-color Background color of element. - * @param {percent} [$percent=100%] Contrast of the new gradient to its background. - * @param {percent} [$style=$base-gradient] Gradient style of the gradient. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. * @see background-gradient * */ /** - * @global {color} [$list-color=#000] + * Makes the element text overflow to use ellipsis. + */ +/** + * @class Ext.dataview.List + */ +/** + * @var {color} $list-color * Text color for list rows. - * - * @class Ext.List - * @xtype list */ /** - * @global {color} [$list-bg-color=#f7f7f7] + * @var {color} $list-bg-color * Background-color for list rows. - * - * @class Ext.List - * @xtype list */ /** - * @global {color} [$list-pressed-color=lighten($active-color, 50%)] + * @var {color} $include-list-highlights * Background-color for pressed list rows. - * - * @class Ext.List - * @xtype list */ /** - * @global {color} [$list-pressed-color=lighten($active-color, 50%)] + * @var {color} $list-pressed-color * Background-color for pressed list rows. - * - * @class Ext.List - * @xtype list */ /** - * @global {color} [$list-active-color=$active-color] + * @var {color} $list-active-color * Background-color for selected list rows. - * - * @class Ext.List - * @xtype list */ /** - * @global {string} [$list-active-gradient=$base-gradient] + * @var {string} $list-active-gradient * Gradient style for selected list rows. - * - * @class Ext.List - * @xtype list */ /** - * @global {color} [$list-header-bg-color=lighten(saturate($base-color, 10%), 20%)] + * @var {color} $list-header-bg-color * Background-color for list header rows (in grouped lists). - * - * @class Ext.List - * @xtype list */ /** - * @global {string} [$list-header-gradient=$base-gradient] + * @var {string} $list-header-gradient * Gradient style for list header rows (in grouped lists). * - * @class Ext.List - * @xtype list - * @see background-gradient + * See {@link Global_CSS#background-gradient background-gradient}. */ /** - * @global {measurement} [$list-disclosure-size=1.7em] + * @var {measurement} $list-disclosure-size * Default size (width/height) for disclosure icons. - * - * @class Ext.List - * @xtype list */ /** * Includes default list styles. + */ +/** + * @class Global_CSS * - * @class Ext.List - * @xtype list + * Global CSS variables and mixins of Sencha Touch. + */ +/** + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-html-style=true] Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). Styles are scoped to .x-html. Set to false to reduce CSS weight. + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-default-icons=true] Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, and user. Set to false to reduce CSS weight. + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. */ /** - * @global {boolean} [$include-form-sliders=true] Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). */ /** - * @global {boolean} [$include-floating-panels=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. */ /** - * @global {boolean} [$include-default-uis=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-highlights=true] Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-border-radius=true] Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. */ /** - * @global {boolean} [$basic-slider=false] Optionally remove CSS3 effects from the slider component for improved performance. + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. */ /** - * @global {color} [$base-color=#354F6E] The primary color variable from which most elements derive their color scheme. + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. + * @see background-gradient */ /** - * @global {string} [$base-gradient='matte'] The primary gradient variable from which most elements derive their color scheme. + * @var {font-family} $font-family + * The font-family to be used throughout the theme. * @see background-gradient */ /** - * @global {color} [$alert-color=red] Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + */ +/** + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). */ /** - * @global {color} [$confirm-color=#92cf00] Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. */ /** - * @global {color} [$active-color=darken(saturate($base-color, 55%), 10%)] Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + * @var {color} $page-bg-color + * Background color for fullscreen components. */ /** - * @global {color} [$page-bg-color=#eee] Background color for fullscreen components. + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. */ /** - * @global {measurement} [$global-row-height=2.6em] The minimum row height for items like toolbars and list items. + * @class Global_CSS */ /** * Add a background gradient to a selector. * - * @param {color} $bg-color The base color of the gradient. - * @param {string} [$type=$base-gradient] The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + * .my-element { + * @include background-gradient(green, 'recessed') + * } * - * @example - * .my-element { - * @include background-gradient(green, 'recessed') - * } + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. */ /** * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). * - * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + * @include pictos-iconmask('attachment'); * - * @example - * @include pictos-iconmask('attachment'); + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). */ /** * Includes the default styles for toolbar buttons, mostly used as a helper function. * * @param {color} $bg-color Base color to be used for the button. - * @param {color} [$type=$button-gradient] $type Gradient style for the button, will automatically use "recessed" when pressed. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. */ /** * Adds a small text shadow (or highlight) to give the impression of beveled text. @@ -2171,35 +2302,32 @@ input, textarea { /** * Adds basic styles to :before or :after pseudo-elements. * - * @param {measurement} [$width=30px] Height of pseudo-element. - * @param {measurement} [$height=30px] Height of pseudo-element. - * @param {measurement} [$top=0] Top positioning of pseudo-element. - * @param {measurement} [$left=0] Left positioning of pseudo-element. + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. * - * @example - * .my-element:after { - * @include insertion(50px, 50px); - * } */ /** * Makes an element stretch to its parent's bounds. - * */ /** * Colors the text of an element based on lightness of its background. * - * @param {color} $bg-color Background color of element. - * @param {percent} [$contrast=100%] Contrast of text color to its background. + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } * - * @example - * .my-element { - * @include color-by-background(#fff); // Colors text black. - * } + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } * - * @example - * .my-element { - * @include color-by-background(#fff, 40%); // Colors text gray. - * } + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. * */ /** @@ -2213,81 +2341,115 @@ input, textarea { * Creates a background gradient for masked elements, based on the lightness of their background. * * @param {color} $bg-color Background color of element. - * @param {percent} [$percent=100%] Contrast of the new gradient to its background. - * @param {percent} [$style=$base-gradient] Gradient style of the gradient. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. * @see background-gradient * */ /** - * @global {boolean} [$include-html-style=true] Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). Styles are scoped to .x-html. Set to false to reduce CSS weight. + * Makes the element text overflow to use ellipsis. */ /** - * @global {boolean} [$include-default-icons=true] Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, and user. Set to false to reduce CSS weight. + * @class Global_CSS + * + * Global CSS variables and mixins of Sencha Touch. + */ +/** + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. + */ +/** + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. + */ +/** + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. */ /** - * @global {boolean} [$include-form-sliders=true] Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). */ /** - * @global {boolean} [$include-floating-panels=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. */ /** - * @global {boolean} [$include-default-uis=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-highlights=true] Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-border-radius=true] Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. */ /** - * @global {boolean} [$basic-slider=false] Optionally remove CSS3 effects from the slider component for improved performance. + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. */ /** - * @global {color} [$base-color=#354F6E] The primary color variable from which most elements derive their color scheme. + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. + * @see background-gradient */ /** - * @global {string} [$base-gradient='matte'] The primary gradient variable from which most elements derive their color scheme. + * @var {font-family} $font-family + * The font-family to be used throughout the theme. * @see background-gradient */ /** - * @global {color} [$alert-color=red] Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). */ /** - * @global {color} [$confirm-color=#92cf00] Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). */ /** - * @global {color} [$active-color=darken(saturate($base-color, 55%), 10%)] Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. */ /** - * @global {color} [$page-bg-color=#eee] Background color for fullscreen components. + * @var {color} $page-bg-color + * Background color for fullscreen components. */ /** - * @global {measurement} [$global-row-height=2.6em] The minimum row height for items like toolbars and list items. + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. + */ +/** + * @class Global_CSS */ /** * Add a background gradient to a selector. * - * @param {color} $bg-color The base color of the gradient. - * @param {string} [$type=$base-gradient] The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + * .my-element { + * @include background-gradient(green, 'recessed') + * } * - * @example - * .my-element { - * @include background-gradient(green, 'recessed') - * } + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. */ /** * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). * - * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + * @include pictos-iconmask('attachment'); * - * @example - * @include pictos-iconmask('attachment'); + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). */ /** * Includes the default styles for toolbar buttons, mostly used as a helper function. * * @param {color} $bg-color Base color to be used for the button. - * @param {color} [$type=$button-gradient] $type Gradient style for the button, will automatically use "recessed" when pressed. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. */ /** * Adds a small text shadow (or highlight) to give the impression of beveled text. @@ -2302,35 +2464,32 @@ input, textarea { /** * Adds basic styles to :before or :after pseudo-elements. * - * @param {measurement} [$width=30px] Height of pseudo-element. - * @param {measurement} [$height=30px] Height of pseudo-element. - * @param {measurement} [$top=0] Top positioning of pseudo-element. - * @param {measurement} [$left=0] Left positioning of pseudo-element. + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. * - * @example - * .my-element:after { - * @include insertion(50px, 50px); - * } */ /** * Makes an element stretch to its parent's bounds. - * */ /** * Colors the text of an element based on lightness of its background. * - * @param {color} $bg-color Background color of element. - * @param {percent} [$contrast=100%] Contrast of text color to its background. + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } * - * @example - * .my-element { - * @include color-by-background(#fff); // Colors text black. - * } + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } * - * @example - * .my-element { - * @include color-by-background(#fff, 40%); // Colors text gray. - * } + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. * */ /** @@ -2344,178 +2503,194 @@ input, textarea { * Creates a background gradient for masked elements, based on the lightness of their background. * * @param {color} $bg-color Background color of element. - * @param {percent} [$percent=100%] Contrast of the new gradient to its background. - * @param {percent} [$style=$base-gradient] Gradient style of the gradient. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. * @see background-gradient * */ +/** + * Makes the element text overflow to use ellipsis. + */ /** * Includes default form slider styles. * - * @class Ext.form.Slider - * @xtype sliderfield + * @member Ext.field.Slider */ /** - * @global {color} [$form-bg-color=#eee] + * @var {color} $form-bg-color * Default background-color for forms. * - * @class Ext.form.FormPanel - * @xtype form + * @member Ext.form.Panel */ /** - * @global {color} [$form-field-bg-color=#fff] + * @class Ext.field.Field + */ +/** + * @var {color} $form-field-bg-color * Default background-color for form fields. - * - * @class Ext.form.Field - * @xtype field */ /** - * @global {color} [$form-light=#ddd] + * @var {color} $form-light * Light color for form fields, mostly used on field borders. - * - * @class Ext.form.Field - * @xtype field */ /** - * @global {color} [$form-dark=#333] + * @var {color} $form-dark * Dark color for form fields, mostly used on labels/text. - * - * @class Ext.form.Field - * @xtype field */ /** - * @global {measurement} [$form-label-width=6em] + * @var {measurement} $form-label-width * Default width for form labels. - * - * @class Ext.form.Field - * @xtype field */ /** - * @global {measurement} [$form-field-height=2.5em] + * @var {color} $form-label-background-color + * The default background color for labels + */ +/** + * @var {measurement} $form-field-height * Default height for form fields. - * - * @class Ext.form.Field - * @xtype field */ /** - * @global {measurement} [$form-spacing=.6em] + * @var {measurement} $form-spacing * Default spacing for form fields, used for padding, etc. - * - * @class Ext.form.Field - * @xtype field */ /** - * @global {measurement} [$form-textarea-height=6em] + * @var {measurement} $form-textarea-height * Default height for form textareas. * - * @class Ext.form.TextArea - * @xtype textareafield + * @member Ext.field.TextArea */ /** - * @global {measurement} [$form-thumb-size=2.2em] + * @var {measurement} $form-thumb-size * Default size of "thumbs" for form sliders/toggles. * - * @class Ext.form.Slider - * @xtype sliderfield + * @member Ext.field.Slider */ /** - * @global {measurement} [$form-toggle-size=$form-thumb-size - .35em] + * @var {measurement} $form-toggle-size * Thumb size minus padding for inset thumbs like in a Toggle element. * - * @class Ext.form.Toggle - * @xtype togglefield + * @member Ext.field.Toggle */ /** - * @global {measurement} [$form-fieldset-radius=.4em] + * @var {measurement} $form-fieldset-radius * Default border-radius for form fieldsets. * - * @class Ext.form.FieldSet - * @xtype fieldset + * @member Ext.form.FieldSet */ /** - * @global {measurement} [$form-slider-size=.8em] + * @var {measurement} $form-slider-size * Height of the slider "track." * - * @class Ext.form.Slider - * @xtype sliderfield + * @member Ext.field.Slider */ /** * Includes default form styles. * - * @class Ext.form.FormPanel - * @xtype button - * @see background-gradient + * See {@link Global_CSS#background-gradient background-gradient}. + * + * @member Ext.form.Panel */ /** - * @global {boolean} [$include-html-style=true] Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). Styles are scoped to .x-html. Set to false to reduce CSS weight. + * @class Global_CSS + * + * Global CSS variables and mixins of Sencha Touch. + */ +/** + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. + */ +/** + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-default-icons=true] Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, and user. Set to false to reduce CSS weight. + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. */ /** - * @global {boolean} [$include-form-sliders=true] Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). */ /** - * @global {boolean} [$include-floating-panels=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. */ /** - * @global {boolean} [$include-default-uis=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-highlights=true] Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-border-radius=true] Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. */ /** - * @global {boolean} [$basic-slider=false] Optionally remove CSS3 effects from the slider component for improved performance. + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. */ /** - * @global {color} [$base-color=#354F6E] The primary color variable from which most elements derive their color scheme. + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. + * @see background-gradient */ /** - * @global {string} [$base-gradient='matte'] The primary gradient variable from which most elements derive their color scheme. + * @var {font-family} $font-family + * The font-family to be used throughout the theme. * @see background-gradient */ /** - * @global {color} [$alert-color=red] Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + */ +/** + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). */ /** - * @global {color} [$confirm-color=#92cf00] Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. */ /** - * @global {color} [$active-color=darken(saturate($base-color, 55%), 10%)] Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + * @var {color} $page-bg-color + * Background color for fullscreen components. */ /** - * @global {color} [$page-bg-color=#eee] Background color for fullscreen components. + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. */ /** - * @global {measurement} [$global-row-height=2.6em] The minimum row height for items like toolbars and list items. + * @class Global_CSS */ /** * Add a background gradient to a selector. * - * @param {color} $bg-color The base color of the gradient. - * @param {string} [$type=$base-gradient] The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + * .my-element { + * @include background-gradient(green, 'recessed') + * } * - * @example - * .my-element { - * @include background-gradient(green, 'recessed') - * } + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. */ /** * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). * - * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + * @include pictos-iconmask('attachment'); * - * @example - * @include pictos-iconmask('attachment'); + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). */ /** * Includes the default styles for toolbar buttons, mostly used as a helper function. * * @param {color} $bg-color Base color to be used for the button. - * @param {color} [$type=$button-gradient] $type Gradient style for the button, will automatically use "recessed" when pressed. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. */ /** * Adds a small text shadow (or highlight) to give the impression of beveled text. @@ -2530,35 +2705,32 @@ input, textarea { /** * Adds basic styles to :before or :after pseudo-elements. * - * @param {measurement} [$width=30px] Height of pseudo-element. - * @param {measurement} [$height=30px] Height of pseudo-element. - * @param {measurement} [$top=0] Top positioning of pseudo-element. - * @param {measurement} [$left=0] Left positioning of pseudo-element. + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. * - * @example - * .my-element:after { - * @include insertion(50px, 50px); - * } */ /** * Makes an element stretch to its parent's bounds. - * */ /** * Colors the text of an element based on lightness of its background. * - * @param {color} $bg-color Background color of element. - * @param {percent} [$contrast=100%] Contrast of text color to its background. + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } * - * @example - * .my-element { - * @include color-by-background(#fff); // Colors text black. - * } + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } * - * @example - * .my-element { - * @include color-by-background(#fff, 40%); // Colors text gray. - * } + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. * */ /** @@ -2572,121 +2744,142 @@ input, textarea { * Creates a background gradient for masked elements, based on the lightness of their background. * * @param {color} $bg-color Background color of element. - * @param {percent} [$percent=100%] Contrast of the new gradient to its background. - * @param {percent} [$style=$base-gradient] Gradient style of the gradient. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. * @see background-gradient * */ /** - * @global {color} [$sheet-bg-color=transparentize(darken($base-color, 40%), .1)] - * Background-color for action sheets and message boxes. - * + * Makes the element text overflow to use ellipsis. + */ +/** * @class Ext.Sheet - * @xtype actionsheet */ /** - * @global {color} [$sheet-bg-gradient=$base-gradient] + * @var {color} $sheet-bg-color + * Background-color for action sheets and message boxes. + */ +/** + * @var {color} $sheet-bg-gradient * Background gradient style for action sheets and message boxes. - * - * @class Ext.Sheet - * @xtype actionsheet */ /** - * @global {measurement} [$sheet-button-spacing=.5em] + * @var {measurement} $sheet-button-spacing * Vertical spacing between sheet buttons. - * - * @class Ext.Sheet - * @xtype actionsheet */ /** - * @global {measurement} [$sheet-padding=.7em] + * @var {measurement} $sheet-padding * Overall padding in a sheet. - * - * @class Ext.Sheet - * @xtype actionsheet */ /** * Includes default sheet styles (also required for message box). - * - * @class Ext.Sheet - * @xtype actionsheet */ /** * Includes default message box styles. * - * @class Ext.MessageBox - * @xtype messagebox + * @member Ext.MessageBox + */ +/** + * @class Global_CSS + * + * Global CSS variables and mixins of Sencha Touch. + */ +/** + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-html-style=true] Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). Styles are scoped to .x-html. Set to false to reduce CSS weight. + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. */ /** - * @global {boolean} [$include-default-icons=true] Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, and user. Set to false to reduce CSS weight. + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. */ /** - * @global {boolean} [$include-form-sliders=true] Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). */ /** - * @global {boolean} [$include-floating-panels=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. */ /** - * @global {boolean} [$include-default-uis=true] Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-highlights=true] Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. */ /** - * @global {boolean} [$include-border-radius=true] Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. */ /** - * @global {boolean} [$basic-slider=false] Optionally remove CSS3 effects from the slider component for improved performance. + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. */ /** - * @global {color} [$base-color=#354F6E] The primary color variable from which most elements derive their color scheme. + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. + * @see background-gradient */ /** - * @global {string} [$base-gradient='matte'] The primary gradient variable from which most elements derive their color scheme. + * @var {font-family} $font-family + * The font-family to be used throughout the theme. * @see background-gradient */ /** - * @global {color} [$alert-color=red] Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + */ +/** + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). */ /** - * @global {color} [$confirm-color=#92cf00] Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. */ /** - * @global {color} [$active-color=darken(saturate($base-color, 55%), 10%)] Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + * @var {color} $page-bg-color + * Background color for fullscreen components. */ /** - * @global {color} [$page-bg-color=#eee] Background color for fullscreen components. + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. */ /** - * @global {measurement} [$global-row-height=2.6em] The minimum row height for items like toolbars and list items. + * @class Global_CSS */ /** * Add a background gradient to a selector. * - * @param {color} $bg-color The base color of the gradient. - * @param {string} [$type=$base-gradient] The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + * .my-element { + * @include background-gradient(green, 'recessed') + * } * - * @example - * .my-element { - * @include background-gradient(green, 'recessed') - * } + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. */ /** * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). * - * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + * @include pictos-iconmask('attachment'); * - * @example - * @include pictos-iconmask('attachment'); + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). */ /** * Includes the default styles for toolbar buttons, mostly used as a helper function. * * @param {color} $bg-color Base color to be used for the button. - * @param {color} [$type=$button-gradient] $type Gradient style for the button, will automatically use "recessed" when pressed. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. */ /** * Adds a small text shadow (or highlight) to give the impression of beveled text. @@ -2701,35 +2894,32 @@ input, textarea { /** * Adds basic styles to :before or :after pseudo-elements. * - * @param {measurement} [$width=30px] Height of pseudo-element. - * @param {measurement} [$height=30px] Height of pseudo-element. - * @param {measurement} [$top=0] Top positioning of pseudo-element. - * @param {measurement} [$left=0] Left positioning of pseudo-element. + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. * - * @example - * .my-element:after { - * @include insertion(50px, 50px); - * } */ /** * Makes an element stretch to its parent's bounds. - * */ /** * Colors the text of an element based on lightness of its background. * - * @param {color} $bg-color Background color of element. - * @param {percent} [$contrast=100%] Contrast of text color to its background. + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } * - * @example - * .my-element { - * @include color-by-background(#fff); // Colors text black. - * } + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } * - * @example - * .my-element { - * @include color-by-background(#fff, 40%); // Colors text gray. - * } + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. * */ /** @@ -2743,130 +2933,483 @@ input, textarea { * Creates a background gradient for masked elements, based on the lightness of their background. * * @param {color} $bg-color Background color of element. - * @param {percent} [$percent=100%] Contrast of the new gradient to its background. - * @param {percent} [$style=$base-gradient] Gradient style of the gradient. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. * @see background-gradient * */ /** - * @global {color} [$toolbar-input-bg=#fff] + * Makes the element text overflow to use ellipsis. + */ +/** + * @class Ext.field.Field + */ +/** + * @var {color} $toolbar-input-bg * Background-color for toolbar form fields. - * - * @class Ext.form.Field - * @xtype field */ /** - * @global {color} [$toolbar-input-color=#000] + * @var {color} $toolbar-input-color * Text color for toolbar form fields. - * - * @class Ext.form.Field - * @xtype field */ /** - * @global {measurement} [$toolbar-input-height=1.5em] + * @var {measurement} $toolbar-input-height * Text color for toolbar form fields. - * - * @class Ext.form.Field - * @xtype field */ /** - * @global {color} [$toolbar-input-border-color=rgba(#000, .5)] + * @var {color} $toolbar-input-border-color * Border color for toolbar form fields. - * - * @class Ext.form.Field - * @xtype field */ /** * Includes default toolbar form field styles. * - * @class Ext.tab.Bar - * @xtype tabbar + * @member Ext.tab.Bar */ /** - * @global {color} [$loading-spinner-color=#aaa] - * Background-color for the bars in the loading spinner. - * * @class Ext.LoadMask */ +/** + * @var {color} $loading-spinner-color + * Background-color for the bars in the loading spinner. + */ /** * Includes default loading spinner styles (for dataviews). + */ +/** + * @class Global_CSS * - * @class Ext.LoadMask + * Global CSS variables and mixins of Sencha Touch. */ -/* line 7, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ -.x-panel, -.x-panel-body { - position: relative; -} - -/* line 12, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ -.x-floating.x-panel, .x-floating.x-carousel { - padding: 6px; - -webkit-border-radius: 0.3em; - border-radius: 0.3em; - -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0 0.2em 0.6em; - background-color: black; - background-image: none; -} -/* line 18, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ -.x-floating.x-panel.x-panel-light, .x-floating.x-carousel.x-panel-light { - background-color: #354f6e; - background-image: none; -} - -/* line 23, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ -.x-floating .x-panel-body, .x-floating .x-carousel-body { - background-color: #fff; - -webkit-border-radius: 0.3em; - border-radius: 0.3em; -} - -/* line 31, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ -.x-anchor { - width: 1.631em; - height: 0.7em; - position: absolute; - z-index: 1; - -webkit-mask: 0 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAPCAYAAABut3YUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPZJREFUeNpi/PX7LwOFwAyIG6HseiA+Ra5BjBQ6xg+IVwAxJ5T/HYgjgHgTOYYxUeCQUiBeh+QQBih7HVSOLiHDDMSTgTiTgLrpQJwLxH9p5RhOaLT4EakeFF3RQPyF2o6RhkaBGYkheRmIPYH4KbXSjC4QnyTDIch6danhGCcgPgwNGXKBNNQMb0ocEwXE24GYn4FyADJjI76Ej88x7UC8FIjZGKgHQDlxGtRsZmISMMjy+dBQoSXYBC0gv+NyDD80xzgx0AeAqg4fIH6NHk0qQHyMjg6B1WvHYDkNFjIgwS1ALMowMOAjEAeBHINe2Q0U+AUQYACQ10C2QNhRogAAAABJRU5ErkJggg==') no-repeat; - -webkit-mask-size: 1.631em 0.7em; - overflow: hidden; - background-color: black; -} -/* line 41, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ -.x-anchor.x-anchor-bottom { - -webkit-transform: rotate(180deg); - background-color: black; -} -/* line 46, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ -.x-anchor.x-anchor-left { - -webkit-transform: rotate(270deg); -} -/* line 50, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ -.x-anchor.x-anchor-right { - -webkit-transform: rotate(90deg); -} - -/* line 55, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ -.x-floating.x-panel-light:after { - background-color: #354f6e; -} - -/* line 74, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button { - -webkit-background-clip: padding; - background-clip: padding-box; - -webkit-border-radius: 0.4em; - border-radius: 0.4em; - display: -webkit-box; - display: box; - -webkit-box-align: center; - box-align: center; - min-height: 1.8em; +/** + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. + */ +/** + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. + */ +/** + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + */ +/** + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + */ +/** + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. + */ +/** + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. + */ +/** + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + */ +/** + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. + */ +/** + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. + */ +/** + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. + * @see background-gradient + */ +/** + * @var {font-family} $font-family + * The font-family to be used throughout the theme. + * @see background-gradient + */ +/** + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + */ +/** + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + */ +/** + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + */ +/** + * @var {color} $page-bg-color + * Background color for fullscreen components. + */ +/** + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. + */ +/** + * @class Global_CSS + */ +/** + * Add a background gradient to a selector. + * + * .my-element { + * @include background-gradient(green, 'recessed') + * } + * + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + */ +/** + * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). + * + * @include pictos-iconmask('attachment'); + * + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + */ +/** + * Includes the default styles for toolbar buttons, mostly used as a helper function. + * + * @param {color} $bg-color Base color to be used for the button. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. + */ +/** + * Adds a small text shadow (or highlight) to give the impression of beveled text. + * + * @param {string} $type Either shadow or highlight, decides whether to apply a light shadow or dark. + */ +/** + * Adds a small box shadow (or highlight) to give the impression of being beveled. + * + * @param {string} $type Either shadow or highlight, decides whether to apply a light shadow or dark. + */ +/** + * Adds basic styles to :before or :after pseudo-elements. + * + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. + * + */ +/** + * Makes an element stretch to its parent's bounds. + */ +/** + * Colors the text of an element based on lightness of its background. + * + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } + * + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } + * + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. + * + */ +/** + * Bevels the text based on its background. + * + * @param {color} $bg-color Background color of element. + * @see bevel-text + * + */ +/** + * Creates a background gradient for masked elements, based on the lightness of their background. + * + * @param {color} $bg-color Background color of element. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. + * @see background-gradient + * + */ +/** + * Makes the element text overflow to use ellipsis. + */ +/* line 3, ../themes/stylesheets/sencha-touch/default/widgets/_img.scss */ +.x-img { + background-repeat: no-repeat; +} + +/** + * @class Global_CSS + * + * Global CSS variables and mixins of Sencha Touch. + */ +/** + * @var {boolean} $include-html-style + * Optionally remove included HTML styles/typography (for components with styleHtmlContent: true). + * Styles are scoped to .x-html. Set to false to reduce CSS weight. + */ +/** + * @var {boolean} $include-default-icons + * Optionally remove the default icon set which includes the following toolbar and tab bar icons: action, + * add, arrow_down, arrow_left, arrow_right, arrow_up, bookmarks, compose, delete, download, favorites, + * home, info, locate, maps, more, organize, refresh, reply, search, settings, star, team, time, trash, + * and user. Set to false to reduce CSS weight. + */ +/** + * @var {boolean} $include-form-sliders + * Decides if default HTML styles are included (for components with styleHtmlContent: true). Class is applied to .x-html. + */ +/** + * @var {boolean} $include-floating-panels + * Decides whether or not to include floating panels (useful to disable for iPhone applications which do not typically have floating menus). + */ +/** + * @var {boolean} $include-default-uis + * Decides whether or not to include the default UIs for all components. + */ +/** + * @var {boolean} $include-highlights=true + * Optionally disable all gradients, text-shadows, and box-shadows. Useful for CSS debugging, + * non-performant browsers, or minimalist designs. + */ +/** + * @var {boolean} $include-border-radius + * Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs. + */ +/** + * @var {boolean} $basic-slider + * Optionally remove CSS3 effects from the slider component for improved performance. + */ +/** + * @var {color} $base-color + * The primary color variable from which most elements derive their color scheme. + */ +/** + * @var {string} $base-gradient + * The primary gradient variable from which most elements derive their color scheme. + * @see background-gradient + */ +/** + * @var {font-family} $font-family + * The font-family to be used throughout the theme. + * @see background-gradient + */ +/** + * @var {color} $alert-color + * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). + */ +/** + * @var {color} $confirm-color + * Color used for elements like success messages, and "confirm" UIs (eg. on buttons). + */ +/** + * @var {color} $active-color + * Color used for elements like selected rows, "action" UIs (eg. on buttons) and certain overlays like the picker mask. + */ +/** + * @var {color} $page-bg-color + * Background color for fullscreen components. + */ +/** + * @var {measurement} $global-row-height + * The minimum row height for items like toolbars and list items. + */ +/** + * @class Global_CSS + */ +/** + * Add a background gradient to a selector. + * + * .my-element { + * @include background-gradient(green, 'recessed') + * } + * + * @param {color} $bg-color The base color of the gradient. + * @param {string} $type The style of the gradient, one of five pre-defined options: matte, bevel, glossy, recessed, or flat. + */ +/** + * Includes a base64-encoded icon for use within tab bars and buttons (With the component parameter iconMask: true). + * + * @include pictos-iconmask('attachment'); + * + * @param {string} $name The name of the icon to be included. This is to match the name of the icon file (located at resources/themes/images/default/pictos) without its extention (.png). + */ +/** + * Includes the default styles for toolbar buttons, mostly used as a helper function. + * + * @param {color} $bg-color Base color to be used for the button. + * @param {color} $type Gradient style for the button, will automatically use "recessed" when pressed. + */ +/** + * Adds a small text shadow (or highlight) to give the impression of beveled text. + * + * @param {string} $type Either shadow or highlight, decides whether to apply a light shadow or dark. + */ +/** + * Adds a small box shadow (or highlight) to give the impression of being beveled. + * + * @param {string} $type Either shadow or highlight, decides whether to apply a light shadow or dark. + */ +/** + * Adds basic styles to :before or :after pseudo-elements. + * + * .my-element:after { + * @include insertion(50px, 50px); + * } + * + * @param {measurement} $width Height of pseudo-element. + * @param {measurement} $height Height of pseudo-element. + * @param {measurement} $top Top positioning of pseudo-element. + * @param {measurement} $left Left positioning of pseudo-element. + * + */ +/** + * Makes an element stretch to its parent's bounds. + */ +/** + * Colors the text of an element based on lightness of its background. + * + * .my-element { + * @include color-by-background(#fff); // Colors text black. + * } + * + * .my-element { + * @include color-by-background(#fff, 40%); // Colors text gray. + * } + * + * @param {color} $bg-color Background color of element. + * @param {percent} $contrast Contrast of text color to its background. + * + */ +/** + * Bevels the text based on its background. + * + * @param {color} $bg-color Background color of element. + * @see bevel-text + * + */ +/** + * Creates a background gradient for masked elements, based on the lightness of their background. + * + * @param {color} $bg-color Background color of element. + * @param {percent} $percent Contrast of the new gradient to its background. + * @param {percent} $style Gradient style of the gradient. + * @see background-gradient + * + */ +/** + * Makes the element text overflow to use ellipsis. + */ +/* line 3, ../themes/stylesheets/sencha-touch/default/widgets/_media.scss */ +.x-video { + height: 100%; + width: 100%; +} + +/* line 8, ../themes/stylesheets/sencha-touch/default/widgets/_media.scss */ +.x-video > * { + height: 100%; + width: 100%; + position: absolute; +} + +/* line 14, ../themes/stylesheets/sencha-touch/default/widgets/_media.scss */ +.x-video-ghost { + -webkit-background-size: 100% auto; + background: black url() center center no-repeat; +} + +/* line 19, ../themes/stylesheets/sencha-touch/default/widgets/_media.scss */ +audio { + width: 100%; +} + +/* line 8, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ +.x-panel, +.x-msgbox, +.x-panel-body { + position: relative; +} + +/* line 15, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ +.x-panel.x-floating, +.x-msgbox.x-floating, +.x-form.x-floating { + padding: 6px; + -webkit-border-radius: 0.3em; + border-radius: 0.3em; + -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0 0.2em 0.6em; + background-color: black; + background-image: none; +} +/* line 21, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ +.x-panel.x-floating.x-floating-light, +.x-msgbox.x-floating.x-floating-light, +.x-form.x-floating.x-floating-light { + background-color: #354f6e; + background-image: none; +} +/* line 26, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ +.x-panel.x-floating .x-body, .x-panel.x-floating .x-scroll-view, +.x-msgbox.x-floating .x-body, +.x-msgbox.x-floating .x-scroll-view, +.x-form.x-floating .x-body, +.x-form.x-floating .x-scroll-view { + background-color: #fff; + -webkit-border-radius: 0.3em; + border-radius: 0.3em; +} + +/* line 35, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ +.x-anchor { + width: 1.631em; + height: 0.7em; + position: absolute; + z-index: 1; + -webkit-mask: 0 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAPCAYAAABut3YUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPZJREFUeNpi/PX7LwOFwAyIG6HseiA+Ra5BjBQ6xg+IVwAxJ5T/HYgjgHgTOYYxUeCQUiBeh+QQBih7HVSOLiHDDMSTgTiTgLrpQJwLxH9p5RhOaLT4EakeFF3RQPyF2o6RhkaBGYkheRmIPYH4KbXSjC4QnyTDIch6danhGCcgPgwNGXKBNNQMb0ocEwXE24GYn4FyADJjI76Ej88x7UC8FIjZGKgHQDlxGtRsZmISMMjy+dBQoSXYBC0gv+NyDD80xzgx0AeAqg4fIH6NHk0qQHyMjg6B1WvHYDkNFjIgwS1ALMowMOAjEAeBHINe2Q0U+AUQYACQ10C2QNhRogAAAABJRU5ErkJggg==') no-repeat; + -webkit-mask-size: 1.631em 0.7em; + overflow: hidden; + background-color: black; +} +/* line 45, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ +.x-anchor.x-anchor-bottom { + -webkit-transform: rotate(180deg); + background-color: black; +} +/* line 50, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ +.x-anchor.x-anchor-left { + -webkit-transform: rotate(270deg); +} +/* line 54, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ +.x-anchor.x-anchor-right { + -webkit-transform: rotate(90deg); +} + +/* line 59, ../themes/stylesheets/sencha-touch/default/widgets/_panel.scss */ +.x-floating.x-panel-light:after { + background-color: #354f6e; +} + +/* line 56, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button { + -webkit-background-clip: padding; + background-clip: padding-box; + -webkit-border-radius: 0.4em; + border-radius: 0.4em; + display: -webkit-box; + display: box; + -webkit-box-align: center; + box-align: center; + min-height: 1.8em !important; padding: .3em .6em; position: relative; overflow: hidden; } -/* line 52, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 55, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button, .x-toolbar .x-button { border: 0.1em solid #999999; border-top-color: #a6a6a6; @@ -2874,112 +3417,123 @@ input, textarea { text-shadow: rgba(255, 255, 255, 0.25) 0 0.08em 0; -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 0.1em 0; } -/* line 57, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 60, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-back:before, .x-button.x-button-forward:before, .x-toolbar .x-button.x-button-back:before, .x-toolbar .x-button.x-button-forward:before { background: #999999; } -/* line 61, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 64, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button, .x-button.x-button-back:after, .x-button.x-button-forward:after, .x-toolbar .x-button, .x-toolbar .x-button.x-button-back:after, .x-toolbar .x-button.x-button-forward:after { background-color: #cccccc; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(2%, #dedede), color-stop(100%, #bababa)); + background-image: -webkit-linear-gradient(#ffffff, #dedede 2%, #bababa); background-image: linear-gradient(#ffffff, #dedede 2%, #bababa); } -/* line 65, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-button img.x-icon-mask, .x-toolbar .x-button img.x-icon-mask { +/* line 68, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-button .x-button-icon.x-icon-mask, .x-toolbar .x-button .x-button-icon.x-icon-mask { background-color: black; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(2%, #121212), color-stop(100%, #000000)); + background-image: -webkit-linear-gradient(#4d4d4d, #121212 2%, #000000); background-image: linear-gradient(#4d4d4d, #121212 2%, #000000); } -/* line 74, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 77, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-pressed, .x-button.x-button-active, .x-toolbar .x-button.x-button-pressed, .x-toolbar .x-button.x-button-active { -webkit-box-shadow: inset #aaa1a1 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0; } -/* line 75, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 78, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-pressed, .x-button.x-button-pressed:after, .x-button.x-button-active, .x-button.x-button-active:after, .x-toolbar .x-button.x-button-pressed, .x-toolbar .x-button.x-button-pressed:after, .x-toolbar .x-button.x-button-active, .x-toolbar .x-button.x-button-active:after { background-color: #bababa; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a1a1a1), color-stop(10%, #adadad), color-stop(65%, #bababa), color-stop(100%, #bbbbbb)); + background-image: -webkit-linear-gradient(#a1a1a1, #adadad 10%, #bababa 65%, #bbbbbb); background-image: linear-gradient(#a1a1a1, #adadad 10%, #bababa 65%, #bbbbbb); } -/* line 86, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button img { +/* line 68, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button .x-button-icon { width: 2.1em; height: 2.1em; background-repeat: no-repeat; background-position: center; display: block; } -/* line 93, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button img.x-icon-mask { +/* line 75, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button .x-button-icon.x-icon-mask { width: 1.3em; height: 1.3em; -webkit-mask-size: 1.3em; } -/* line 100, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button.x-item-disabled .x-button-label, .x-button.x-item-disabled .x-hasbadge .x-badge, .x-hasbadge .x-button.x-item-disabled .x-badge, .x-button.x-item-disabled img { +/* line 82, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button.x-item-disabled .x-button-label, .x-button.x-item-disabled .x-hasbadge .x-badge, .x-hasbadge .x-button.x-item-disabled .x-badge, .x-button.x-item-disabled .x-button-icon { opacity: .5; } -/* line 105, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 87, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-button-round, .x-button.x-button-action-round, .x-button.x-button-confirm-round, .x-button.x-button-decline-round { -webkit-border-radius: 0.9em; border-radius: 0.9em; padding: 0.1em 0.9em; } -/* line 110, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 92, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-button-small, .x-button.x-button-action-small, .x-button.x-button-confirm-small, .x-button.x-button-decline-small, .x-toolbar .x-button-small, .x-toolbar .x-button.x-button-action-small, .x-toolbar .x-button.x-button-confirm-small, .x-toolbar .x-button.x-button-decline-small { -webkit-border-radius: 0.3em; border-radius: 0.3em; padding: .2em .4em; min-height: 0; } -/* line 115, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 97, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-button-small .x-button-label, .x-button.x-button-action-small .x-button-label, .x-button.x-button-confirm-small .x-button-label, .x-button.x-button-decline-small .x-button-label, .x-button-small .x-hasbadge .x-badge, .x-hasbadge .x-button-small .x-badge, .x-button.x-button-action-small .x-hasbadge .x-badge, .x-hasbadge .x-button.x-button-action-small .x-badge, .x-button.x-button-confirm-small .x-hasbadge .x-badge, .x-hasbadge .x-button.x-button-confirm-small .x-badge, .x-button.x-button-decline-small .x-hasbadge .x-badge, .x-hasbadge .x-button.x-button-decline-small .x-badge, .x-toolbar .x-button-small .x-button-label, .x-toolbar .x-button.x-button-action-small .x-button-label, .x-toolbar .x-button.x-button-confirm-small .x-button-label, .x-toolbar .x-button.x-button-decline-small .x-button-label, .x-toolbar .x-button-small .x-hasbadge .x-badge, .x-hasbadge .x-toolbar .x-button-small .x-badge, .x-toolbar .x-button.x-button-action-small .x-hasbadge .x-badge, .x-hasbadge .x-toolbar .x-button.x-button-action-small .x-badge, .x-toolbar .x-button.x-button-confirm-small .x-hasbadge .x-badge, .x-hasbadge .x-toolbar .x-button.x-button-confirm-small .x-badge, .x-toolbar .x-button.x-button-decline-small .x-hasbadge .x-badge, .x-hasbadge .x-toolbar .x-button.x-button-decline-small .x-badge { font-size: .6em; } -/* line 119, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button-small img, .x-button.x-button-action-small img, .x-button.x-button-confirm-small img, .x-button.x-button-decline-small img, .x-toolbar .x-button-small img, .x-toolbar .x-button.x-button-action-small img, .x-toolbar .x-button.x-button-confirm-small img, .x-toolbar .x-button.x-button-decline-small img { +/* line 101, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button-small .x-button-icon, .x-button.x-button-action-small .x-button-icon, .x-button.x-button-confirm-small .x-button-icon, .x-button.x-button-decline-small .x-button-icon, .x-toolbar .x-button-small .x-button-icon, .x-toolbar .x-button.x-button-action-small .x-button-icon, .x-toolbar .x-button.x-button-confirm-small .x-button-icon, .x-toolbar .x-button.x-button-decline-small .x-button-icon { width: .75em; height: .75em; } -/* line 126, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 108, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-iconalign-left, .x-icon-align-right { -webkit-box-orient: horizontal; box-orient: horizontal; - -webkit-box-direction: reverse; - box-direction: reverse; } -/* line 130, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 111, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-iconalign-top, .x-iconalign-bottom { -webkit-box-orient: vertical; box-orient: vertical; } -/* line 133, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 114, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-iconalign-bottom, .x-iconalign-right { - -webkit-box-direction: normal; - box-direction: normal; -} - -/* line 136, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-iconalign-left, .x-iconalign-top { -webkit-box-direction: reverse; box-direction: reverse; } -/* line 139, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 117, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-iconalign-center { + -webkit-box-pack: center; + box-pack: center; +} + +/* line 120, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-iconalign-left .x-button-label, .x-iconalign-left .x-hasbadge .x-badge, .x-hasbadge .x-iconalign-left .x-badge { margin-left: 0.3em; } -/* line 142, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 123, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-iconalign-right .x-button-label, .x-iconalign-right .x-hasbadge .x-badge, .x-hasbadge .x-iconalign-right .x-badge { margin-right: 0.3em; } -/* line 147, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 126, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-iconalign-top .x-button-label, .x-iconalign-top .x-hasbadge .x-badge, .x-hasbadge .x-iconalign-top .x-badge { + margin-top: 0.3em; +} + +/* line 129, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-iconalign-bottom .x-button-label, .x-iconalign-bottom .x-hasbadge .x-badge, .x-hasbadge .x-iconalign-bottom .x-badge { + margin-bottom: 0.3em; +} + +/* line 134, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-button-label, .x-hasbadge .x-badge { -webkit-box-flex: 1; box-flex: 1; @@ -2994,24 +3548,24 @@ input, textarea { overflow: hidden; } -/* line 160, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 147, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-toolbar .x-button { margin: 0 .2em; padding: .3em .6em; } -/* line 164, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 151, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-toolbar .x-button .x-button-label, .x-toolbar .x-button .x-hasbadge .x-badge, .x-hasbadge .x-toolbar .x-button .x-badge { font-size: .7em; } -/* line 181, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 168, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-button-forward, .x-button-back { position: relative; overflow: visible; height: 1.8em; z-index: 1; } -/* line 186, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 173, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-button-forward:before, .x-button-forward:after, .x-button-back:before, .x-button-back:after { content: ""; position: absolute; @@ -3025,40 +3579,49 @@ input, textarea { overflow: hidden; } -/* line 195, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button-back, .x-toolbar .x-button-back { +/* line 183, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button-back, +.x-toolbar .x-button-back { margin-left: 0.828em; padding-left: .4em; } -/* line 198, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button-back:before, .x-toolbar .x-button-back:before { +/* line 186, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button-back:before, +.x-toolbar .x-button-back:before { left: -0.693em; } -/* line 201, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button-back:after, .x-toolbar .x-button-back:after { +/* line 189, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button-back:after, +.x-toolbar .x-button-back:after { left: -0.628em; } -/* line 206, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button-forward, .x-toolbar .x-button-forward { +/* line 195, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button-forward, +.x-toolbar .x-button-forward { margin-right: 0.828em; padding-right: .4em; } -/* line 209, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button-forward:before, .x-button-forward:after, .x-toolbar .x-button-forward:before, .x-toolbar .x-button-forward:after { +/* line 198, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button-forward:before, .x-button-forward:after, +.x-toolbar .x-button-forward:before, +.x-toolbar .x-button-forward:after { -webkit-mask: -0.145em 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAABGCAYAAADb7SQ4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAXlJREFUaN7lmTFqAlEQhh8EhFSCYJXW1law9QAewMrWAwQWAmmtbPcGHiCQ1gPYCla2QsDKSsgmQecvFqImu2/fzry/2OLb9mt23vwz47Kvn5MwEFxM8DkLB6HHEIOd0GGIwUpoMcRgyRKDOUsMJizxpzBiiMFR6DPEeZl1GWKwFh4ZYvAmPDDEqmVWVQxmLPG3MGaIVcosVAz2whNDDDZCmyEG7yFlpiEGKUsMEpb4XKXMtMXeiVVb7J1YLcRgW1ZmVuLSxGopLkys1mLwwhL/mVhjie8Sayxx3kp7DPFVYo0tzhNriyEGU5Z40TjxtDE/F6WcDowHBE/msDFNImG0xZQRBAonDCvxhhH2vKZIZ9Ds+7EDfaWFnKZ4xhja5owxdcnYCAQv1p1Gi4sprn08cZbDt6ZYZasXIn5mLFHTjLCvVt1V+4rVt/M+4r3FPaJMbHaBKRKb3pyKxKZXtv/Er4yjZpRL6q042u34tzh4xV9H/FHnqBHKBQeEd6aqqwD6AAAAAElFTkSuQmCC') no-repeat; } -/* line 212, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button-forward:before, .x-toolbar .x-button-forward:before { +/* line 201, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button-forward:before, +.x-toolbar .x-button-forward:before { right: -0.693em; } -/* line 215, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button-forward:after, .x-toolbar .x-button-forward:after { +/* line 204, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button-forward:after, +.x-toolbar .x-button-forward:after { right: -0.628em; } -/* line 222, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button.x-button-plain, .x-toolbar .x-button.x-button-plain { +/* line 212, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button.x-button-plain, +.x-toolbar .x-button.x-button-plain { background: none; border: 0 none; -webkit-box-shadow: none; @@ -3067,67 +3630,70 @@ input, textarea { border-radius: none; min-height: 0; text-shadow: none; - height: auto; line-height: auto; - margin: -1.5em -0.5em; - padding: 1.3em 1em; - height: 1.8em; + height: auto; + padding: 0.5em; } -/* line 236, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button.x-button-plain > *, .x-toolbar .x-button.x-button-plain > * { +/* line 223, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button.x-button-plain > *, +.x-toolbar .x-button.x-button-plain > * { overflow: visible; - margin-top: -0.75em; } -/* line 241, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button.x-button-plain img, .x-toolbar .x-button.x-button-plain img { +/* line 227, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button.x-button-plain .x-button-icon, +.x-toolbar .x-button.x-button-plain .x-button-icon { -webkit-mask-size: 1.4em; width: 1.4em; height: 1.4em; } -/* line 247, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button.x-button-plain.x-button-pressed, .x-toolbar .x-button.x-button-plain.x-button-pressed { +/* line 233, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button.x-button-plain.x-button-pressed, +.x-toolbar .x-button.x-button-plain.x-button-pressed { background: none; -webkit-box-shadow: none; background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 24, color-stop(0%, rgba(119, 178, 248, 0.7)), color-stop(100%, rgba(119, 178, 248, 0))); + background-image: -webkit-radial-gradient(rgba(119, 178, 248, 0.7), rgba(119, 178, 248, 0) 24px); background-image: radial-gradient(rgba(119, 178, 248, 0.7), rgba(119, 178, 248, 0) 24px); } -/* line 253, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-button.x-button-plain.x-button-pressed img, .x-toolbar .x-button.x-button-plain.x-button-pressed img { +/* line 239, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-button.x-button-plain.x-button-pressed .x-button-icon.x-button-mask, +.x-toolbar .x-button.x-button-plain.x-button-pressed .x-button-icon.x-button-mask { background-color: white; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e6e6e6), color-stop(10%, #f2f2f2), color-stop(65%, #ffffff), color-stop(100%, #ffffff)); + background-image: -webkit-linear-gradient(#e6e6e6, #f2f2f2 10%, #ffffff 65%, #ffffff); background-image: linear-gradient(#e6e6e6, #f2f2f2 10%, #ffffff 65%, #ffffff); } -/* line 260, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 246, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-segmentedbutton .x-button { + margin: 0; -webkit-border-radius: 0; border-radius: 0; - margin: 0; } -/* line 263, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-segmentedbutton .x-button:first-child { +/* line 252, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-segmentedbutton .x-button.x-first { -webkit-border-top-left-radius: 0.4em; border-top-left-radius: 0.4em; -webkit-border-bottom-left-radius: 0.4em; border-bottom-left-radius: 0.4em; } -/* line 266, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ -.x-segmentedbutton .x-button:last-child { +/* line 255, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +.x-segmentedbutton .x-button.x-last { -webkit-border-top-right-radius: 0.4em; border-top-right-radius: 0.4em; -webkit-border-bottom-right-radius: 0.4em; border-bottom-right-radius: 0.4em; } -/* line 269, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 260, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-segmentedbutton .x-button:not(:first-child) { border-left: 0; } -/* line 279, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 270, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-hasbadge { overflow: visible; } -/* line 281, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ +/* line 272, ../themes/stylesheets/sencha-touch/default/widgets/_buttons.scss */ .x-hasbadge .x-badge { -webkit-border-radius: 1em; border-radius: 1em; @@ -3151,101 +3717,120 @@ input, textarea { max-width: 100%; background-color: #990000; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e60000), color-stop(50%, #b30000), color-stop(51%, #990000), color-stop(100%, #800000)); + background-image: -webkit-linear-gradient(#e60000, #b30000 50%, #990000 51%, #800000); background-image: linear-gradient(#e60000, #b30000 50%, #990000 51%, #800000); display: inline-block; } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.action, .x-button img.x-icon-mask.action { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.action, +.x-button .x-button-icon.x-icon-mask.action { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFI0lEQVRoBe2YW4hVVRjHZ0yzq6lFEaMlE0PShYRAJIl6iEqKHnqI6WJB0IvdICkfEk0aIyo0KFCph8giCitI7CkoohQL7SoZDaQmXSgKo4uWNf1+zt7DOXvOOXuvvc85bc+cD36ssy/r+77/Xmt9e+3TOzIy0jORbNJEEqvWruBOH/HuCHdHuMOeQOmmdO+ozaA5oxXPunSC2Re4MbgCNiB6vvqbKbx0giNxp9BeBU/BIJqnRecLN2UVrLDj4GIYgscRfSltYSuzYMUdA/0wCI8ieglM5XduK7vgWJhTegGshucRfQHkyj1XpziLNrfmOh2ug1dhMaJn0gbZZDpNpsexQb2y3azfKXCAwns4W5dMd7m2B2ANLCT/x/A/nKknN5mUhWFp1g4Z7vM14jrbBZvgEwi1tAdkDEf3ZrgI0S/RrkP4IdqGpuA+cJo0yw7iyNfJmzAcMrokfjp93HC4XrPYCdzkgPXDPPqvJN7eRh0VrBWqfKMuev6k3Qzr4SP4HWqOFIkZ73iYA/NhLpwPZ4LLS+FZzUp+GtwAA/heS/sGwv+irWnXc9bdTRF20/8eOBWmEKwnCectOrPhSlgF2+Bb+Bl+AxP8B/6FvLn8Td8fYQXMSubgsVZU8Cv4mAeNhC7k+jLYCopzrRURlvZA9P8WLIJJlcI5zi1Ypw+Dr4oqp3EAzlsbLCjfg1PeEUxLtlnXXU4/wQboq8gpl2BHx2l5UuyosuW8I6rQb8Bp1iwRefy4VN6FReaopU3pX7jnhwSO7MmVIiNnJ3L+DtgHCm3ltA0RH4/26rhKk1tdu4kr7yeuHkKgU3rMqI5ncfAQDIKbg14oi1nJv4OvTShthC9LjmTyGB8XwhZw+oQ8+Xbc68C8AOboK6+YYPpfDV+B06YdAkJiuMtzhvrOP1JYafMLpu/Z8CmEJNGOe60fz0J/cjZmWcP0G2+sWZ/aUnCqhFosOq7gyf6uOT888th+Ot0HmxF7MOkgt2AcXQNLkg5rHPv+dffjVvPX6PdeWtf7MJhUssD578ZtEGL6sY4MIfTjeh1zCWZ0Z+DwQXAkapkjtzviPdoPYB+JuJVMNfy7QQkR7MbGPfRaYhi7ruUSjLcbwe1k0tw2vgivwy6C70/ekPE4JK+N+HySWDuz+A5xXOnvlsqD6Lf/QjwBnxNc4a02YwzBeuIdyBosWDDT7RKcn1MRYA+/V8ImAv9Rcb5VP53ufoQ8AB8S0+PMFiwYz5fDzCjCF7SLCbojOm514zZ3HViYLIZVxmD4h8B0rtWtFXkEn4tTv22thPe2SawVeDs8TTz/NqoyhLqDGoC7wervt3lNCxKMY/fIc+BLuJXgn9G20pyuVuA1sJF4vt7GjHx8nZnT7XAXzIXnoK4FCcbLVHAqLW+DWF8v78Aq2EY8v7zGDK2+EmfBI3AtTAPNTU1dCxXs/a6ht+t6bM4FNykvw/0IdYSrDLHu8iyeQ7Cg6mLKQahgd0pbSOJwit/cl6Np6p+BrxGn6hNUp1z3m/tOWAH+DrIgwSTQcBcTFLnOzcRwSjZ6j/vdvQyCxRrSanu0mWvZqp3LjkbBuYTGnSac4CxreCQqJPFD+r/bhq+dtOSyCO7DyWzIcm9avKLXXb+FcskiYjlBfB0lP9KLJp+nv6N7ZL+cp7N9sgg+L6/zMvabcEWrK7iM07CZOXVHuJlPs4y+rNJ74JkyJpczp62N+vWOfpw0uqWzrnXXcGeN53g13REe/0w660x3hDtrPMer+Q9LNCcV91c+jgAAAABJRU5ErkJggg=='); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.add, .x-button img.x-icon-mask.add { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.add, +.x-button .x-button-icon.x-icon-mask.add { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAABqUlEQVRoBe2awWnDUBBE843B4NxcQSAFOC4lJeTkoxtJDykgvRhcgCFNJCFgIs+ChEHSJX93YT6ZD4ssmR3NztNFH5Wu6+6iVynlEZpbp+4J3s5OjWm7DRxZuMMCdUB9oyzNmrJe01hEejMtM5exIh6bCI3JbFkDT27EckEDs5DI8iHCWcmy6IowC4ksHyKclSyLrgizkMjyIcJZybLoijALiSwfIpyVLItuOGFso/xiuEvAgJdeK0DqJrHEhtsTTh9ul9y/ChR2KE+Y1ruDt2ccI7d6PszcK+oFFblWELt3Cn6i/8epMW5/W+LKGrUZ/0NwboF5QxuPsfY8dmOxJs41cBOYHCZF2BFeE60i3AQmh0kRdoTXRKsIN4HJYVKEHeE10frvCNvr4RH1HojH3rGHr3hqA7VdkxPKvuKJ3AA4hn7BM3xxA5N71Fdv1gz/tax3P+hFHmsJwM/8wraMadqOh5GuXda76rVqNWb7wgeevQvRRQ1MBCPFiginxEokKsJEMFKsiHBKrESiIkwEI8WKCKfESiQqwkQwUqyIcEqsRKIiTAQjxcoVrP83/9czD9EAAAAASUVORK5CYII='); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.arrow_down, .x-button img.x-icon-mask.arrow_down { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.arrow_down, +.x-button .x-button-icon.x-icon-mask.arrow_down { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGRTdGMTE3NDA3MjA2ODExOTJDQUMyNUQwRUE4NjdEQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxQTFBMDFDQ0I5NEYxMURGQUU1RjlGMEFERUNDQTVEMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyMkRCMDIxMkI5NEUxMURGQUU1RjlGMEFERUNDQTVEMCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjMwRTE0QzVBNDIyMjY4MTFCQ0ZCOTAzOTcwNzcyRkVCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZFN0YxMTc0MDcyMDY4MTE5MkNBQzI1RDBFQTg2N0RCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+HfrH/AAAAeVJREFUeNrs2cFHBGEUAPA3zYqIiIhOnTpFRHSKrp26RqeuEV077R/QqWtE166dOkVERHRa9hQRnZalFcv0Hk/W1Mx+38z3vvlm5j3eZW+/9+abne+9KEkSaFPMQMtCwQpWsIIVrGAFK1jBClawgo2ik/4hiqJGwLKuvfpIc5xSkWqYr5hzU1s/mRNxXTPsJ+ZqluvXlwOmSj3XBDvG3M1rpAmYYoUrFzr4ZNqTawqm2MH8Dhh7ZXJUbcAUx4FinzBnJcAUl4FhP/jIgRSYKvkYCJaO2LbNv08RMMUy5nsA4COTLy0XYIqtil9iF6aflq7AwBWuAvuQ9ZKSBgNX2ieWjtKSzeXBNZgqfe8J+4W5aXtbcg0GrvibB/BhkeuhBJhigzsghT0veh+WAlMcCGHvMOMQwcCdcIntYy6WmXhIg2PuiAvsEHO97IhHGgzckb4D8L6LmZYPMHBnhiWwXVdDPF9g4A4Vwd66nFr6BAN3ygbbw1yoMzjmjplgB5hrrufSvsHAHesZDOD2JAbxVYCBOzfIAZ9JbR6qAgN3cPwP9kZy1VIlGLiTdluCmoOBO/pnS9Bk8DzmS3pL4BMcpZEe1qX0GI/atC4dQYXRMa1MU0IX4gpWsIIVrGAFK1jBCnYUPwIMAPUPAyFL+nRdAAAAAElFTkSuQmCC'); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.arrow_left, .x-button img.x-icon-mask.arrow_left { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.arrow_left, +.x-button .x-button-icon.x-icon-mask.arrow_left { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGRTdGMTE3NDA3MjA2ODExOTJDQUMyNUQwRUE4NjdEQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGMDZEQTFBREFDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGMDZEQTFBQ0FDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFGQzJEMjQxRjIyMDY4MTE4QTZEQzUxMDg5Q0Y0RTRFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZFN0YxMTc0MDcyMDY4MTE5MkNBQzI1RDBFQTg2N0RCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+FXGmxAAAAghJREFUeNrsm09ERFEUxt+rxBAxqyFm1SqiRYpMSpFapUVaRGpTRIpIbWLaFJEoRZtilChRWiRKsyklilYRERERERGZvsN57Wfmvnnnznkfv+WM+bn3e/ePN24mk3E0pcRRllC42FOWy4dc1w30R+fz3LFthEs1TelZ0KlBuAIcgmRgHS5gqlm2RsNTmqbvrUlZycLT4BhUiliWfEwEbII+UeuwT4nzqNZq2Gm1gTu/ZaUIj4NTEBW7tTTY1zUwKH4vbaive6BBw2kpAa6DkA1CeBicgZhVx8McUg5WWNi+83CWiXFfE9ZeAGQR6ukBqJKyu/Gzw7TcXEiS9UuYbiWWeU8ckXYqMT2lozyFW6SeOU0K1/FhPS75RsHUlKbj3KV0WRPC1Nd5sCuxr6anNPV12zFwk2jLCCdtk81XeAIsahL+BVOgH3xrEPayA5rAixZhyj2oB2ktwpR30A5WtQh7vR4DQ+BHg7CXLdAMXrUIU26411dahClvoBVsaBF2uMsjYFRCrwt5a7kOOnjUVQg7vE43cr9VCDu8I6Nep7QIO7z3HgCTvHYXvbCXJe71hxZhyjmv1w9ahCnP/DDb1yLs9boXzGgR9rIAusCnFmHKCff6UYsw5Ymlj7QIU75AN5gz9YVuLu8eB/S+dA+v1+l83pe2Sfg/BRe2OeGfPELhUDgUtip/AgwAw4tbozZtKFwAAAAASUVORK5CYII='); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.arrow_right, .x-button img.x-icon-mask.arrow_right { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.arrow_right, +.x-button .x-button-icon.x-icon-mask.arrow_right { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGRTdGMTE3NDA3MjA2ODExOTJDQUMyNUQwRUE4NjdEQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGMDZEQTFCMUFDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGMDZEQTFCMEFDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFGQzJEMjQxRjIyMDY4MTE4QTZEQzUxMDg5Q0Y0RTRFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZFN0YxMTc0MDcyMDY4MTE5MkNBQzI1RDBFQTg2N0RCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+xvZexwAAAhhJREFUeNrsm8FHRFEUxu9rxhARsxqiVauYXWoTpTYtUkRqlWkz0WaiTW2iNi3atGhTm4k2E5GYSJRaZcZQtIqIISIiYhgyfZdv/oF59913X+cdfst5733u+c495743XqvVUpKiSwmLWPB/j2QnP/I8L9SH9lN3/KxwQlpKT4FtaR7eAhegR1LRmgEVMCCpSg+CGtNczLbUC8pgQ9I+rCv3LiiBbkmNxwJ93S+p08qCRzAhqbVMg2tQkNRLa1/vg6ILvrY5POTAXdi+tj0tDbOYjUoaDzPgBuQlzcMpcEhSkg4A8lztjBTBin6u0d8iBOvoYwXPSRGsuEcXuWcnJAhuR4G+TksRrGOMfXhWimDFjqzCyUuE4LavS5yxExIEt0OfopRN+DpKbx6MHAtHSfAeWPN7kWQEhDbAMjg1cTHXBdfBLHiSUKXvwZBJsS4LPgCT4NP0hV1L6SZYAcdB3cAlwe9gDlQlTEsP9Gs16Bu5IPgIjIOP/34AoP26Ss82bd00LA/r1Vzk1mM1whCsfTrPpsJ62E7pE/q1HpaPbAn+Betgib1xaGEjpb+Ywrcu7H9BC35m8//mSncTZEqfgRGXxAYpeJNp3FCOhemU/ub+euXqzGlS8AuYBq8unyiYSulLNv9OizUleIcr+6MiEF4n3x7ze2n9OkSfE5/bfmg/30v7ERxaWBcc5Yj/5BELjgXHgiMVfwIMAGPkXbHq6ClAAAAAAElFTkSuQmCC'); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.arrow_up, .x-button img.x-icon-mask.arrow_up { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.arrow_up, +.x-button .x-button-icon.x-icon-mask.arrow_up { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGRTdGMTE3NDA3MjA2ODExOTJDQUMyNUQwRUE4NjdEQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDQUZBQUM3NEFDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDQUZBQUM3M0FDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFGQzJEMjQxRjIyMDY4MTE4QTZEQzUxMDg5Q0Y0RTRFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZFN0YxMTc0MDcyMDY4MTE5MkNBQzI1RDBFQTg2N0RCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+ar3jxgAAAbFJREFUeNrs2j9ExGEcx/H71YmmpoiIaIq4KSKi6dabbo1oiqamm1qboimiNZpuuikiIqLppiPipqYjIuLp+/D95vy6X/frfr/n730e3sst53XP9x7u+V2ilKpM05qpTNkCGGCAAQYYYIABBhhggAEGeNSqpl9IkiQKWNbvfBc7PDdNIz1PPVK7Trd+OMPrRr8l9Uat2nT9+CyCW4yVnnnHowTXqa8UWHcdI3iNGozASscxgReo7h9YxTtfjwXcHoOVBjwJQYNPcmKlLk9EkODGP7FSO0TwOvU+IVjxZAQD1iPZK4CVGiGAZ6lOCVjFE7LhO/i0JKzUK3KImQY3S8ZKHZ4cr8A16sMQWPHkeANepF4MYqWmD2A9arcWsIonqOYafGYJK73yRDkB71nGSnd5r4jKBG9Sn47AunOb4CWq7xAr7dsA61G69wCreMK2TIMvPMFKfZ44I+ADz7DSQ9YhVgS87fiQGtdlmeBlvkNWnndYBljfGT8FgJVDbKco+CoQrBp6mrEyKfgoMOyvpxlZ4CT9vcXj0shWNe8nE8vCfzwABhhggAEGGGCATa1vAQYAZekAmr8OukgAAAAASUVORK5CYII='); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.compose, .x-button img.x-icon-mask.compose { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.compose, +.x-button .x-button-icon.x-icon-mask.compose { -webkit-mask-image: url('data:image/png;base64,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'); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.delete, .x-button img.x-icon-mask.delete { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.delete, +.x-button .x-button-icon.x-icon-mask.delete { -webkit-mask-image: url('data:image/png;base64,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'); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.organize, .x-button img.x-icon-mask.organize { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.organize, +.x-button .x-button-icon.x-icon-mask.organize { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAEdUlEQVRoBe2aS2xMURjHjbbqUaLoI7RChQUiGo9YaEqkoolIkCASSki68dixsLIVYmHbkJA03UgkFRI2QgRBKl4RgtJFK0jUI+o5fv/p68ztmUlHzpzO9PZLfjP3fOfcO9//fOeee+69E4lGo6PCZKPDJFZaQyc4N1mGI5FIMfUVkAfZMPaVwE54yqn6i+8BllQwravgAEyEv5DppsQ8gYPw3hqsJi0bNJ4El0GZzSa6iHcbjLbpsp7DDGX5V8ByyDbLJ+CdUGQLPNGQnkzj3TDFspN68BNkwhDPIY5poG/T1lBYR+LOkuW4uSeR4KXssN48grF9h20NdeukYLRL96Y6vAD2wCwwbQyFvXARPpoVA85fKnXiN4HtvP2Gf0tPG3XWUKNYT4E6PxjvD3x1EDHPZZvgxTTSDBc8gMrKbql5gKHeJh7NM6/AFu91/EVmjHGTFmN+HA3qYSoE7SuO8+zcEawY4vJdfr8Z/ljiqMS3AV2RvjpTPc7V0A623rqJv8RsnynbxDUXXieJuy/LfRmmEzSd7wKtroL2Hcc5BL4LVmRCmbheEIfmHduVQ1muQV/3BN2bJZyqaANbdm/jL+xtm4nfxKcsP08Q/zX8MxV3TDXqx+PYBGUQNHVAI9AsYrsuB9sPVflDT5xH+O7OZn8kK9msJf6G3ooFOOr66+O2NOVL6A7oP/njmmREQcN5LGhy1cLJtBwK++FSLqrVSGvPcrCZGu8DZTqTBSs+zUkarTZTUrerYh50gHYY7rSpRxZCCYTByvouS2FQK42hE9w7S/tKsOaIt/AGfoMWO3OgFLyYb8FaGByHl6C1r27jlsAh8HaN14LD1+x8jN/KNVdqlAvhgq8YfJ/DLYjVUDatk8J905HObd+Cf1rEaHTp5sSL+RacaKWWyO+8E3wLdi4g1QOOCE61x7Kt/UiGsy1jqcY7kuFUeyzF9ok6WA8ZvJjLtbQWEI/hXpLIW4N1rLyiPHV5hP9MsM4or2V7hlH+702XghWE3gAcTRKN3mjY7AZOdZbNCnAug4wTrNXSItCrmmYSZ3tGTNVAo+1nvCLOyLyeT9WC7WlqXNtUCq7vlpTlGkQMeG+Vio9j6NbxMOjtn8u7udjzaJcH1H3uLViVikCzLftqEtsKbeAyNh3LuWAdVM+yr8JsU8hgt9mvGh6ATousEKwgdcvXCMWDFap2mOYBTWK6b3YtNvYDrs9hM0i9BTgB+YMRTbvp0AS6bzaP43I7LUPaDFBvHPVmIy+ZaOp1+TkJX8Dc3/V22gUrYF1jN4L1r0T4NSPXg+sZ2dZZXgRr5m6BymCW8en6rc54BrYAXfu8CFbQmoQ0c1eYoilXw0NQp7gWZzueN8H68S44DbG/IPA9H66AL7FR12tpYk9qetOwGfSaVjcMNVAFie6iqHJv6bws2YaUfLpctYP+S5WoTVr8vjOMvphN4FN4N69Dybs6yw+OCLZ0yrByhS7DmrRaoQE0Kw5707JOf/UvH/ZKewTG/kscFrHSGbpzOHSC/wHSRhVOrpN3ggAAAABJRU5ErkJggg=='); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.refresh, .x-button img.x-icon-mask.refresh { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.refresh, +.x-button .x-button-icon.x-icon-mask.refresh { -webkit-mask-image: url('data:image/png;base64,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'); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.reply, .x-button img.x-icon-mask.reply { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.reply, +.x-button .x-button-icon.x-icon-mask.reply { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAES0lEQVRoBe2ZSWgUQRSGM24YTdSo4AYRTcxBEZJDJCoigrtGg6CIgihqogfRgEERguhB40UP6kHw4kEET4J4E9wPAdeg4ALigjuKcSMuMX7/mAmdSU/SXdM9PTPpBx/T3al67/31urq6K5G2trac3mR9epNYaQ0FZ3vFwwqHFc6yEQhv6SwraBc5YYW7DEmWXUhZhSORSC7UwKIgxzAlghE5CZFHoAEKgxTcz8/gCI3gfzHsh6l+xnLq2zfBaC0miXpYDvmgu+kXBGqeC0aohK2D7TAF+kPamKeCETseZdugGgZDSp4RxHFsnghGqKo4H/aB5uoASEtLWjBiZ6KsFlaAHlJpbUkJRmwl6rTcFKW1SktyRoIROhofdbARhlr8OTkMdBPNlWCE6iG0AA5AqRN1Nm1cxbTpn9Qlx8ERO4pIG0Br6yDDqH3pV4kvPdRewCd4C+/ZPdWx7xZxsk1LgqvIZDeUeZzRT/xJ8Dt4BQ/gGjSSVzO/3psEJ4JoY+A4fATNvVTwhjh34RSshMGJ8jO5biuWIJqrc6AJ/kIqhNrF+EFs3fqHYRoMMxFp7dNFME5Hwi5QMLskgrqmgb8M+hgZYRXh5riTYBxpFM9CUKKcxlWOSyHPjVi1jQqmYy7shQ/gNGjQ7f6Q6yWY7UY07XNK4CK0QtAiTOK/J29tLOQ7EU67nIGgtfU1mARMhz6a3zegtCfRHXOYxhXtndJBgGkOT9FQ1Z3oDsFqhBXAFngJpkGD7veN3NclEt1JcKwRHaaD3niCTt40vh6+q2N6rL+2gtUA03p8FL6AaeAg++ntsNwqNqor/kL8OZ2WgF71vEpeq8FvC36uDveJM8qqyenHwzg67oE1MAxMTeLOQyNod0SDqO2hCaDVIma6u3R9OAxq/9WxW9PT+wRsQ7RiE7Gbj4f4v9F8Fujxb1ptfR2tj/cbf04bfbbqZWgsFEM5LITNcBLc3HF6iM2IxXAlWJ0wJXEQfoFb4RJcEwtu8kv/PCiEGdAAevFQJbvL5Rh/j351uRbcLloVmA83ewgUn0TSgq2DRGzloVt9E9yDFoiPqfOvUBHN3erA7TFOtG6fBqdfVp4KtuZLDqr8DrgDdqIPcb2/UYXjAmmu1cLDBIGswX0THMuJHIrgDGglsMZu4nxI0oItgcbjUHP7MyRaanwXrHywvlAFj8E6v+dqZ8MTI9BzHO2DtaC9KY1wIEYurXCO4JrbjyA6CvzO80wwznS3tMAFDpfBKdArnkY4ECOXqwTWUqZvA1mJp4L/+4wKf8ZxDeyE26AlLBBD9HUC14GWr8mezWEc2/oiiNZM/TumGbRLkdQ6nChOT9eJWw3ffakwjjuMRF5wUg9b4QnE5hOHKTVNsSuO3qW9SosN/Yn4KmAQbnnl040f4pelVLCb5Pxq6/st7Vfipn5DwaYjlyn9wgpnSqVM8wwrbDpymdIvrHCmVMo0z15X4X9rh8wHLEjawQAAAABJRU5ErkJggg=='); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.search, .x-button img.x-icon-mask.search { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.search, +.x-button .x-button-icon.x-icon-mask.search { -webkit-mask-image: url('data:image/png;base64,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'); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.settings, .x-button img.x-icon-mask.settings { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.settings, +.x-button .x-button-icon.x-icon-mask.settings { -webkit-mask-image: url('data:image/png;base64,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'); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.star, .x-button img.x-icon-mask.star { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.star, +.x-button .x-button-icon.x-icon-mask.star { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFfUlEQVRoBd2aXahVRRTHz/Ujv+2mZRGZB7W6mtpFikC7+UWUZiqBD0JPFdRL1EMFPfjoU4baS0FUD/UWZBEVShA+BCpmWApRSkgllNpDmZWZt9//eOay72afvWfWOTPn3rvgz8yeWbPW+s/XmT379AwODtZSSQ+CryVgA/gVfIx/pelEhFMBVlvBOaBeFo6Cean8y09KsnMg932TqCOs9M2UhMfhMJVsxtHcAmcbmekLCsqjFKUkvAYG1xSwmEHZqoLyKEVJCDOCNxH9HUCbVl6mULAuXxjrOQlhgl8Bbi0h0Uen3FBS37GqVIQHiHh2SdR16jTlo0t0woycpuxiUDSdHcFeMv3uIWYanTDB3wIWVZBQHP10zuQKvbarUxDWT1HRz1E++Ds99fLtgp6jEmbExhPNcs+IbkZPiCpRCRP5TPCQJ4MJ6A3QSUqjSWzC2ozuC4j+fnSnB+gHq8YmvJKIJgVEpRPX9QH6waqxCa8PjEhHT981H2j6qno0wqzF63BhOUxsom3Zb7aJqGsUjTAONFJlpysXQz7VuXpavrBTzzEJaz1adlzNjHs6RTBvJyZhjZTF/kTaWZZCnlvhsyWgQkPZQpagzsX1bFlAXjGtDdAPUu1p3PPQhCCXkdwG/mta0PWLds060AuAnqtEOjpdbQR3VymX1P9F3UfgGJA9X9F92c/ADaQ2P8V0DJ4/kDbeYKaSvgI2AN0+OGJK1VAbSIhTOXEOybYll2kte77yD4rqrHyb85S9Cl4HtReAyI11/A7HpRq5PSD6oR0f3Rad+H7S1DvV7UgS+tc1cU3n3V/AWJ/SX8BxVuMinow2rNNjlPQVeH0GFg378kDBfLAPXARjZbTPwmUXmOG+bgz71EKFfqKeAUWfREZbJxyCxyOOqEuHER4qrNUWovwy0CFktBHV4eNZMNvxyaaFhKWAaBt/HJwEo4W0luSKLMF8viVhp4iBeeBd8CcYqcQ1qi+CKS7uVmklYdcQY0+C42Ckkf6EmO51cVal3oRlCFkCdKgfCWtbo7obDO3AVWQbHHyUsjo40E6uq9cvQbdG+wN892fj8s0HjXDWKA51/t4JUo72H/jTDtybjSUkbyYsJ0gdfAtSjfTn+JoWQjCv2+57a4M1QaQSvZvrMsIs7RJejGcdUlLJUhzpZsYsZsJcCen6ZwCE3IaYA2021OfUdU3fJltmwni7Fvh+KDMF16KR3ux0lWuSdgjPxeNdJq/tNdKNqJaSSUyEmVK6JNPomtqbIh3eSKNsEmvAarfJ5LEzjbbR59MtpqyEb8eZjpndkhtxvNri3Er4YZxpx+yW6Jdhi8V5MOHm+n0QZ9afo0u0fQO8A5S3iPaQ1cTSG9w4f/SqesZBH/gRWI6T+gyyxfkgvw2cMdrS+/lTzpZvGnyWxsnTwHLRd4R2a/OBqQyoztKBe/P2qp6DCBOUptKHhuA+pU1fq2Co0/F0L9CVaghxXTbWW9ktKg8lrFfCrwODeh/9wgu1bEDo6OT2Fvgb+JLWq+nQEsnaa5UPJbwKBxc8A9KXPG1O3u+u6E4F24GvD3XMDjCxFcF8uTdhjGpHfwn49L42lCeAdyDZwGi3HpwAPr6+Q29htn1ZPoSwfuz3ewShXVcBNz62lzkvq6O9DjZHgQ9p72kdQljvob9VBPAN9Q+UEQmpw5b+Sf8e0FotI/4a9ZN8bIcQXlnh9AD1y3ychuhgU0tpJyhb14epn+ljN+Sk9S9G1ct50d8SdgF9x9EO3lHB5hXwPEYfA8dbGD9LuWZBtfj0inSQWUDTKzu1dAB5Dkz2tdOOHn70LvwVyMag/FYwzse295Rukq5j+G1wEOib66PAy5FPMD46+NPmqTV7CpwGGvkJPm2l8z8GWDNDloqpGQAAAABJRU5ErkJggg=='); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.trash, .x-button img.x-icon-mask.trash { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.trash, +.x-button .x-button-icon.x-icon-mask.trash { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFBElEQVRoBe2aS4gdRRRA8+L/m0QIJkYNLlQUNOAvigpRcCEIcSsiCLoLLoILcaM7QVBX4koRshDxt9CFKCoiuvGDCP5QkxCiJhInRo2Ovzie80gPNWX1dL3uesM09IUz3V1169a9daur+031aG5ubkUpGY1GK7G1Dq4Cz9vKiIY74Sv8+72tkWQ7Ay4Bxo+Hu2E3/AuOZBf+ov2TsL6Ef5WNUsGazXvgEHQJMm77N/aeg3Mrh7seOweMM2bWYH+B2OES1/9g9w0oEnSngHHCYO+FGSgRXJ0NM/0idA565BRpKyxSt9J2B5xWY+Mw5Udq6uqKT6XimESlmX4d7sTnA4n6rKJjs7QSSgTrSno7nJyodtFyGr4AP4G6TeLIHweb4A44C0LR1xtgCzwP7aTtIkBvLlSfQjwNZyl7FNa0sU077V4DX0Js25X7cRjPzDb2Nd5FnK7xPbGXskdwxsxOLLRzdnwIj8GvkQFnypqobKLLrgGnOjMzP6cqJijzfn0NXPljmXRNWNC+dcBHM7HA2NELp10nwbaz5iC4OsdidTyrYp3a68ZFi7XJFfNsOBGcUmFnPpbiBWkVZefT7g+OXcTF0EUsFPtaje0Lw0LOzfoM49B4Gy36WMKwK+WDcC2cAmGwXK7YAAYdym9c+NiIdUOdnHODc6DjpPioix9LBvwtPE3QOzjWi7MjBS0M8CGY1huUA1ISg/4cNqXiqcqSwVqJ3AQ/QEmnpm3LR+IzsLYKMD4mA6bBOfAKuFpO28nS9v0Bcxckn9V1Ad9Pg2m/H5cONLT3Mf5fFGfX63hBQG8s7/LXxcdV0nvjMtgKp0MojuaroM60xYB8Z78ZTog6c515B1ylXey+ARe3/0tqFNCy0RjrkdvgOwhH0TeiB2A1uMBNGx9Ta+FZiP34mrIrQR39cECSUzqZYYIcR0mjJtmFwmHUvdenLjwmnUl7Eh05+LP40fjvoGTACYN1Rc6CecGhM7lw2lt+AA7Fg4fOespXgYO0j3pvnXmh3rY+/52+vrXtRSd841rQJ/WV1JVX9eNj14DnjeHnJVw8DBeAnX8A2ynfXwXN+cWUPQUOjNl6i7Jt1I9nCOe+1V0NT4AB/wkvw31QRIoFjDfnwRXgfVbJGZzsry44boTNUGVjlvOToPpV5FvbjXApKE7VLZ6UkpWlDGHH+96pV93/4TSsujGA8MeF51Xw6njuO3soKTth/UTnJQOeqONFlKsBW0SlfdVyDLh9NBkth4AzBqnXKkOGe52+DOeHDGcMUq9Vhgz3On0Zzg8ZzhikXqsMGe51+jKcHzKcMUi9Vhky3Ov0ZTg/ZDhjkHqtMmS41+nLcH7IcMYg9VplOWY4/Md88cEtHbDOVg5Xx9jpsM9Yx52JeAcw1ontTXRdcm9pFz3vBveHdNJN6YPVRhrnivtMlruZ5g7DFxBuXLut8j7sA/d43Yr5CIpJsYAJ7DN2/27Bsw1gwAb3I8wLOp+g4w6+nw/6HddOyszqWDg/Qv2bXFwH4+1SyhyUYtI1YLc85wXn/ORAagWdPVRKUqh3AJwtdTLeWq2rbCoP76cm3bjeLG6ELjZim03XJujyJqXF6rtmeDvGNzMN/ajEAZi2rKOD67t00jVgN7+3dnFgqdsu5XRc6tiS/eUGvBTTNengBIVZPuYG7LcYPjdluYk++bTw++pGyQ34bSy9B35Vs5zEYGfgJfg+x7H/ADoy2VfnrtXoAAAAAElFTkSuQmCC'); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.maps, .x-button img.x-icon-mask.maps { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.maps, +.x-button .x-button-icon.x-icon-mask.maps { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAADl0lEQVRoBe2b24tNURzHjfutXEPycDAltwhJbuMSJUqSB/HiES/+AK9ePc6T8uCFkImQW5KGkdwSxYyMGkZu45bbDOPzyZyTrJnjnDkGrVm/+szas2bv397f33ftPS+/Vdba2toj5igj0NcfRkG/3qWIJdcIrs/AO6gDq7cKPkOjUNAmxr8ePJsix8NUWAvLoapowSQawIUzYCZUwAqohF3QAjtgGTyCy5x/nfEu1MNDCmAxuiS4Vy8ST4DZMB9WwiTIRUGC26q1gKtWwyyYBsPB5aLIL5CNTxzotDeWTeA5DUKuO4xXoQbxHpcUbSIzJFkDi0EzdLYnBNGuYJJ4ch+YAhvB5TAORsKvib4x97vwPpk2FjJuhibu85zxAlyCangBLRQib06u68t5vk4uVYVqgO+oqy9v5ASTRLd0LQNLYB24bAfBnw5zikX0HtuhGW5ANY9ylvEBvIY3FOArcz7rWHCpboBFMAxyGjguKIZy1jzYCqfAD5BLslB8J3dCP/AdOgo+fKHXd3Sebh+EctCMieBK6Oj8QuYrXZ7roQr88PiSD4b/IVyyfhB9jQy/uppTUijYhANLytJ1F/sxzL7POpg97vQdFfwVTNYtQsHdKpLg2O1ODieHI6tAWtKRGRrISQ4HJYlsIjkcmaGBnORwUJLIJpLDkRkayEkOByWJbCI5HJmhgZzkcFCSyCaSw5EZGshJDgcliWwiORyZoYGc5HBQksgmksORGRrISQ4HJYlsIjkcmaGBnORwUJLIJpLDkRkayEkOByWJbKLbOVx0r3E7httIbttwNvzddt//JWxIfQynYX8pgu2TbgBbjw9Ds53sNHJv49gOehu5bUe2DfjXojDVpWG/9iu4CEegBp7xfO+LFfyGC5+AiQ7BFXj/c8s+xw+Z24PwvYwKnQxLoQLccGEB7Hsu9t5ckjcU2QjuozgA5+Apz9PCmItCbvqWs2vhJpwBl8ZrEuVtOebPtiWLbf2ymyL0ZVT8XJgDbgHIgFsPOhPmr4d7oAnHue9txg6jI8EfueIaHIOrcAuafieSc/IG19vw7TYD6UEBbE4vhwxMB7cizIYhYPT6MeR+WjBFPoCToEgF1hb6bD8LNpHLwT0L56EOGkhUchc6edoNcruvQWoQ7/6GMTAa3E2zACxGNjRhH9wHV4zP9oGxqCjj7C0wA06Ay/YliRT/T4MCuGnEfQ4feJ5mfvdfaG+OXSWdju+VpAoIK3D9tAAAAABJRU5ErkJggg=='); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.locate, .x-button img.x-icon-mask.locate { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.locate, +.x-button .x-button-icon.x-icon-mask.locate { -webkit-mask-image: url('data:image/png;base64,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'); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.home, .x-button img.x-icon-mask.home { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.home, +.x-button .x-button-icon.x-icon-mask.home { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAEK0lEQVRoBe2Zy28NURzHe/vwqEepYkFIQzxWaCOC2HhELEgQImhXIrqyIEXikVQi+gdIwx9AItg1NiJELMSGhKQbobY2VY9Srfp8m5lmTO/cOXN7Zu656f0ln8zMnTNnft/z+505j5sbGxurmk5WPZ3ESuu0E1xbigjncrka3jsbftClIvsU5RZ65aLK5Lj/C75SzSjHWCuJYLxqhPXwBgYhylq4sRaixChDP8EzGIJ4UwNnCR6tgFswANegKer93LsLim4herm/JKqO8O+ZRdhL42acOwunYAacg2Hu3ePYj3Ph1A1fU2ySmZSZeCiTjxaC1LAboRs6QGJl8+AKXIU1kLqlHmHEqlFboQv2gD40QdPHqx3qKdtJkD8Hb9o+TzXCXmT1cboB+cT6evTVPgIXeWYl6DoVSy3COF2Hx0rjTthp4L0a/4xXrofn33OeqH8avKMqFcE4O4uXb4ULsNfEEa+M0v00LIIuCKc/P03NrAtGrD5Iiuh10Dia1JTOR0EZsjjpw3HlrQpGbD0v3AzFig36e4CLkeAPNs6tCUbsHBxS+mpsLSayYT2KtLBqVgQjdgFe7QP1u9VWPbRc2ZQFe2LV5zSBWG7ZP+vVTUkwYhvx6DicB+fFqvWKFuyJ1QxJ00It48rCNNgnNi+N23hQaVw2YiU0cYQRq9Q9CJdBKV1q02zMeEaWSDBil1L5JTgBDeCCzcUJ8cXImfACOeqayjbBffgDfqu6cPyJP3dgVZTvwd9jdzuoSFmgicRDGAYXRIZ9+I5fPbA6KC7feUHBVKD5rJZ1EutaZMOiv+HjbWjJJ9T/LVIwDyqyh+ApuC7WFy/RCk4r5HyRwWNewRSW2N3wGv6CX2E5HBWcB9AaFOqfTxJMQa1lNewosqNQDiLDPmqv+hFsgzpfrI7/CeamVjwnQZEtV7G+eEX6MeyHGl/0hGB+1MJdYt+B/1C5H9UdX8J2qJ6IMBfz4Ri8hXIXGfZfmdoLWr5W1zJ7ktg2aId18BuiTHNvDVUumQSNxDikLSdtBzdok0yCD8MyiLNmCqhxXBL9An+egNI3yqRT9z+O92FO/O2UuOMuymoqF06bUl53489MQw21Gm8lWmkRa6R/oVaMfT6lAmrsUVMNRa2HU3I8k2orgjNp5hK+ZLwPp/x+fR+0ONfMp9BfJ+qLmulpyze1zMtC8AACbkI/xAneQZkO0JiZimUheAjPn0MfxAnWVo3RiEG5oiwLwXJsmGFDK5iCxrCnGZNSOzVLra+EPDZ9T6EMCFVZ3KWpI8XV7uBTFcEOBsWqS5UIW21OByurRNjBoFh1qRJhq83pYGWVCDsYFKsuVSJstTkdrGz8L0VTv1i+NVF2CyTJDC0LX7E8HIx7D/Vrb3wDaLvY1D5QsI/6jXZUEwk29cDlckki5bIOY9+mneB/GfbU3e4Ey5kAAAAASUVORK5CYII='); } -/* line 52, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 55, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-action, .x-toolbar .x-button.x-button-action, .x-button.x-button-action-round, .x-toolbar .x-button.x-button-action-round, .x-button.x-button-action-small, .x-toolbar .x-button.x-button-action-small { border: 0.1em solid #010509; border-top-color: #021022; @@ -3253,34 +3838,37 @@ input, textarea { text-shadow: rgba(0, 0, 0, 0.5) 0 -0.08em 0; -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 0.1em 0; } -/* line 57, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 60, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-action.x-button-back:before, .x-button.x-button-action.x-button-forward:before, .x-toolbar .x-button.x-button-action.x-button-back:before, .x-toolbar .x-button.x-button-action.x-button-forward:before, .x-button.x-button-action-round.x-button-back:before, .x-button.x-button-action-round.x-button-forward:before, .x-toolbar .x-button.x-button-action-round.x-button-back:before, .x-toolbar .x-button.x-button-action-round.x-button-forward:before, .x-button.x-button-action-small.x-button-back:before, .x-button.x-button-action-small.x-button-forward:before, .x-toolbar .x-button.x-button-action-small.x-button-back:before, .x-toolbar .x-button.x-button-action-small.x-button-forward:before { background: #010509; } -/* line 61, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 64, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-action, .x-button.x-button-action.x-button-back:after, .x-button.x-button-action.x-button-forward:after, .x-toolbar .x-button.x-button-action, .x-toolbar .x-button.x-button-action.x-button-back:after, .x-toolbar .x-button.x-button-action.x-button-forward:after, .x-button.x-button-action-round, .x-button.x-button-action-round.x-button-back:after, .x-button.x-button-action-round.x-button-forward:after, .x-toolbar .x-button.x-button-action-round, .x-toolbar .x-button.x-button-action-round.x-button-back:after, .x-toolbar .x-button.x-button-action-round.x-button-forward:after, .x-button.x-button-action-small, .x-button.x-button-action-small.x-button-back:after, .x-button.x-button-action-small.x-button-forward:after, .x-toolbar .x-button.x-button-action-small, .x-toolbar .x-button.x-button-action-small.x-button-back:after, .x-toolbar .x-button.x-button-action-small.x-button-forward:after { background-color: #06346a; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #167bf3), color-stop(2%, #07448c), color-stop(100%, #042348)); + background-image: -webkit-linear-gradient(#167bf3, #07448c 2%, #042348); background-image: linear-gradient(#167bf3, #07448c 2%, #042348); } -/* line 65, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-button.x-button-action img.x-icon-mask, .x-toolbar .x-button.x-button-action img.x-icon-mask, .x-button.x-button-action-round img.x-icon-mask, .x-toolbar .x-button.x-button-action-round img.x-icon-mask, .x-button.x-button-action-small img.x-icon-mask, .x-toolbar .x-button.x-button-action-small img.x-icon-mask { +/* line 68, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-button.x-button-action .x-button-icon.x-icon-mask, .x-toolbar .x-button.x-button-action .x-button-icon.x-icon-mask, .x-button.x-button-action-round .x-button-icon.x-icon-mask, .x-toolbar .x-button.x-button-action-round .x-button-icon.x-icon-mask, .x-button.x-button-action-small .x-button-icon.x-icon-mask, .x-toolbar .x-button.x-button-action-small .x-button-icon.x-icon-mask { background-color: white; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(2%, #ffffff), color-stop(100%, #ddecfd)); + background-image: -webkit-linear-gradient(#ffffff, #ffffff 2%, #ddecfd); background-image: linear-gradient(#ffffff, #ffffff 2%, #ddecfd); } -/* line 74, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 77, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-action.x-button-pressed, .x-button.x-button-action.x-button-active, .x-toolbar .x-button.x-button-action.x-button-pressed, .x-toolbar .x-button.x-button-action.x-button-active, .x-button.x-button-action-round.x-button-pressed, .x-button.x-button-action-round.x-button-active, .x-toolbar .x-button.x-button-action-round.x-button-pressed, .x-toolbar .x-button.x-button-action-round.x-button-active, .x-button.x-button-action-small.x-button-pressed, .x-button.x-button-action-small.x-button-active, .x-toolbar .x-button.x-button-action-small.x-button-pressed, .x-toolbar .x-button.x-button-action-small.x-button-active { -webkit-box-shadow: inset #011023 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0; } -/* line 75, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 78, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-action.x-button-pressed, .x-button.x-button-action.x-button-pressed:after, .x-button.x-button-action.x-button-active, .x-button.x-button-action.x-button-active:after, .x-toolbar .x-button.x-button-action.x-button-pressed, .x-toolbar .x-button.x-button-action.x-button-pressed:after, .x-toolbar .x-button.x-button-action.x-button-active, .x-toolbar .x-button.x-button-action.x-button-active:after, .x-button.x-button-action-round.x-button-pressed, .x-button.x-button-action-round.x-button-pressed:after, .x-button.x-button-action-round.x-button-active, .x-button.x-button-action-round.x-button-active:after, .x-toolbar .x-button.x-button-action-round.x-button-pressed, .x-toolbar .x-button.x-button-action-round.x-button-pressed:after, .x-toolbar .x-button.x-button-action-round.x-button-active, .x-toolbar .x-button.x-button-action-round.x-button-active:after, .x-button.x-button-action-small.x-button-pressed, .x-button.x-button-action-small.x-button-pressed:after, .x-button.x-button-action-small.x-button-active, .x-button.x-button-action-small.x-button-active:after, .x-toolbar .x-button.x-button-action-small.x-button-pressed, .x-toolbar .x-button.x-button-action-small.x-button-pressed:after, .x-toolbar .x-button.x-button-action-small.x-button-active, .x-toolbar .x-button.x-button-action-small.x-button-active:after { background-color: #042348; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #010c18), color-stop(10%, #031730), color-stop(65%, #042348), color-stop(100%, #04244b)); + background-image: -webkit-linear-gradient(#010c18, #031730 10%, #042348 65%, #04244b); background-image: linear-gradient(#010c18, #031730 10%, #042348 65%, #04244b); } -/* line 52, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 55, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-confirm, .x-toolbar .x-button.x-button-confirm, .x-button.x-button-confirm-round, .x-toolbar .x-button.x-button-confirm-round, .x-button.x-button-confirm-small, .x-toolbar .x-button.x-button-confirm-small { border: 0.1em solid #263501; border-top-color: #374e02; @@ -3288,34 +3876,37 @@ input, textarea { text-shadow: rgba(0, 0, 0, 0.5) 0 -0.08em 0; -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 0.1em 0; } -/* line 57, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 60, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-confirm.x-button-back:before, .x-button.x-button-confirm.x-button-forward:before, .x-toolbar .x-button.x-button-confirm.x-button-back:before, .x-toolbar .x-button.x-button-confirm.x-button-forward:before, .x-button.x-button-confirm-round.x-button-back:before, .x-button.x-button-confirm-round.x-button-forward:before, .x-toolbar .x-button.x-button-confirm-round.x-button-back:before, .x-toolbar .x-button.x-button-confirm-round.x-button-forward:before, .x-button.x-button-confirm-small.x-button-back:before, .x-button.x-button-confirm-small.x-button-forward:before, .x-toolbar .x-button.x-button-confirm-small.x-button-back:before, .x-toolbar .x-button.x-button-confirm-small.x-button-forward:before { background: #263501; } -/* line 61, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 64, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-confirm, .x-button.x-button-confirm.x-button-back:after, .x-button.x-button-confirm.x-button-forward:after, .x-toolbar .x-button.x-button-confirm, .x-toolbar .x-button.x-button-confirm.x-button-back:after, .x-toolbar .x-button.x-button-confirm.x-button-forward:after, .x-button.x-button-confirm-round, .x-button.x-button-confirm-round.x-button-back:after, .x-button.x-button-confirm-round.x-button-forward:after, .x-toolbar .x-button.x-button-confirm-round, .x-toolbar .x-button.x-button-confirm-round.x-button-back:after, .x-toolbar .x-button.x-button-confirm-round.x-button-forward:after, .x-button.x-button-confirm-small, .x-button.x-button-confirm-small.x-button-back:after, .x-button.x-button-confirm-small.x-button-forward:after, .x-toolbar .x-button.x-button-confirm-small, .x-toolbar .x-button.x-button-confirm-small.x-button-back:after, .x-toolbar .x-button.x-button-confirm-small.x-button-forward:after { background-color: #6c9804; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c2fa3b), color-stop(2%, #85bb05), color-stop(100%, #547503)); + background-image: -webkit-linear-gradient(#c2fa3b, #85bb05 2%, #547503); background-image: linear-gradient(#c2fa3b, #85bb05 2%, #547503); } -/* line 65, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-button.x-button-confirm img.x-icon-mask, .x-toolbar .x-button.x-button-confirm img.x-icon-mask, .x-button.x-button-confirm-round img.x-icon-mask, .x-toolbar .x-button.x-button-confirm-round img.x-icon-mask, .x-button.x-button-confirm-small img.x-icon-mask, .x-toolbar .x-button.x-button-confirm-small img.x-icon-mask { +/* line 68, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-button.x-button-confirm .x-button-icon.x-icon-mask, .x-toolbar .x-button.x-button-confirm .x-button-icon.x-icon-mask, .x-button.x-button-confirm-round .x-button-icon.x-icon-mask, .x-toolbar .x-button.x-button-confirm-round .x-button-icon.x-icon-mask, .x-button.x-button-confirm-small .x-button-icon.x-icon-mask, .x-toolbar .x-button.x-button-confirm-small .x-button-icon.x-icon-mask { background-color: white; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(2%, #ffffff), color-stop(100%, #f4fedc)); + background-image: -webkit-linear-gradient(#ffffff, #ffffff 2%, #f4fedc); background-image: linear-gradient(#ffffff, #ffffff 2%, #f4fedc); } -/* line 74, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 77, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-confirm.x-button-pressed, .x-button.x-button-confirm.x-button-active, .x-toolbar .x-button.x-button-confirm.x-button-pressed, .x-toolbar .x-button.x-button-confirm.x-button-active, .x-button.x-button-confirm-round.x-button-pressed, .x-button.x-button-confirm-round.x-button-active, .x-toolbar .x-button.x-button-confirm-round.x-button-pressed, .x-toolbar .x-button.x-button-confirm-round.x-button-active, .x-button.x-button-confirm-small.x-button-pressed, .x-button.x-button-confirm-small.x-button-active, .x-toolbar .x-button.x-button-confirm-small.x-button-pressed, .x-toolbar .x-button.x-button-confirm-small.x-button-active { -webkit-box-shadow: inset #384f00 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0; } -/* line 75, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 78, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-confirm.x-button-pressed, .x-button.x-button-confirm.x-button-pressed:after, .x-button.x-button-confirm.x-button-active, .x-button.x-button-confirm.x-button-active:after, .x-toolbar .x-button.x-button-confirm.x-button-pressed, .x-toolbar .x-button.x-button-confirm.x-button-pressed:after, .x-toolbar .x-button.x-button-confirm.x-button-active, .x-toolbar .x-button.x-button-confirm.x-button-active:after, .x-button.x-button-confirm-round.x-button-pressed, .x-button.x-button-confirm-round.x-button-pressed:after, .x-button.x-button-confirm-round.x-button-active, .x-button.x-button-confirm-round.x-button-active:after, .x-toolbar .x-button.x-button-confirm-round.x-button-pressed, .x-toolbar .x-button.x-button-confirm-round.x-button-pressed:after, .x-toolbar .x-button.x-button-confirm-round.x-button-active, .x-toolbar .x-button.x-button-confirm-round.x-button-active:after, .x-button.x-button-confirm-small.x-button-pressed, .x-button.x-button-confirm-small.x-button-pressed:after, .x-button.x-button-confirm-small.x-button-active, .x-button.x-button-confirm-small.x-button-active:after, .x-toolbar .x-button.x-button-confirm-small.x-button-pressed, .x-toolbar .x-button.x-button-confirm-small.x-button-pressed:after, .x-toolbar .x-button.x-button-confirm-small.x-button-active, .x-toolbar .x-button.x-button-confirm-small.x-button-active:after { background-color: #547503; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #304402), color-stop(10%, #425c02), color-stop(65%, #547503), color-stop(100%, #557803)); + background-image: -webkit-linear-gradient(#304402, #425c02 10%, #547503 65%, #557803); background-image: linear-gradient(#304402, #425c02 10%, #547503 65%, #557803); } -/* line 52, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 55, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-decline, .x-toolbar .x-button.x-button-decline, .x-button.x-button-decline-round, .x-toolbar .x-button.x-button-decline-round, .x-button.x-button-decline-small, .x-toolbar .x-button.x-button-decline-small { border: 0.1em solid #630303; border-top-color: #7c0303; @@ -3323,49 +3914,56 @@ input, textarea { text-shadow: rgba(0, 0, 0, 0.5) 0 -0.08em 0; -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 0.1em 0; } -/* line 57, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 60, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-decline.x-button-back:before, .x-button.x-button-decline.x-button-forward:before, .x-toolbar .x-button.x-button-decline.x-button-back:before, .x-toolbar .x-button.x-button-decline.x-button-forward:before, .x-button.x-button-decline-round.x-button-back:before, .x-button.x-button-decline-round.x-button-forward:before, .x-toolbar .x-button.x-button-decline-round.x-button-back:before, .x-toolbar .x-button.x-button-decline-round.x-button-forward:before, .x-button.x-button-decline-small.x-button-back:before, .x-button.x-button-decline-small.x-button-forward:before, .x-toolbar .x-button.x-button-decline-small.x-button-back:before, .x-toolbar .x-button.x-button-decline-small.x-button-forward:before { background: #630303; } -/* line 61, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 64, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-decline, .x-button.x-button-decline.x-button-back:after, .x-button.x-button-decline.x-button-forward:after, .x-toolbar .x-button.x-button-decline, .x-toolbar .x-button.x-button-decline.x-button-back:after, .x-toolbar .x-button.x-button-decline.x-button-forward:after, .x-button.x-button-decline-round, .x-button.x-button-decline-round.x-button-back:after, .x-button.x-button-decline-round.x-button-forward:after, .x-toolbar .x-button.x-button-decline-round, .x-toolbar .x-button.x-button-decline-round.x-button-back:after, .x-toolbar .x-button.x-button-decline-round.x-button-forward:after, .x-button.x-button-decline-small, .x-button.x-button-decline-small.x-button-back:after, .x-button.x-button-decline-small.x-button-forward:after, .x-toolbar .x-button.x-button-decline-small, .x-toolbar .x-button.x-button-decline-small.x-button-back:after, .x-toolbar .x-button.x-button-decline-small.x-button-forward:after { background-color: #c70505; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fb6a6a), color-stop(2%, #ea0606), color-stop(100%, #a40404)); + background-image: -webkit-linear-gradient(#fb6a6a, #ea0606 2%, #a40404); background-image: linear-gradient(#fb6a6a, #ea0606 2%, #a40404); } -/* line 65, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-button.x-button-decline img.x-icon-mask, .x-toolbar .x-button.x-button-decline img.x-icon-mask, .x-button.x-button-decline-round img.x-icon-mask, .x-toolbar .x-button.x-button-decline-round img.x-icon-mask, .x-button.x-button-decline-small img.x-icon-mask, .x-toolbar .x-button.x-button-decline-small img.x-icon-mask { +/* line 68, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-button.x-button-decline .x-button-icon.x-icon-mask, .x-toolbar .x-button.x-button-decline .x-button-icon.x-icon-mask, .x-button.x-button-decline-round .x-button-icon.x-icon-mask, .x-toolbar .x-button.x-button-decline-round .x-button-icon.x-icon-mask, .x-button.x-button-decline-small .x-button-icon.x-icon-mask, .x-toolbar .x-button.x-button-decline-small .x-button-icon.x-icon-mask { background-color: white; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(2%, #ffffff), color-stop(100%, #fedcdc)); + background-image: -webkit-linear-gradient(#ffffff, #ffffff 2%, #fedcdc); background-image: linear-gradient(#ffffff, #ffffff 2%, #fedcdc); } -/* line 74, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 77, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-decline.x-button-pressed, .x-button.x-button-decline.x-button-active, .x-toolbar .x-button.x-button-decline.x-button-pressed, .x-toolbar .x-button.x-button-decline.x-button-active, .x-button.x-button-decline-round.x-button-pressed, .x-button.x-button-decline-round.x-button-active, .x-toolbar .x-button.x-button-decline-round.x-button-pressed, .x-toolbar .x-button.x-button-decline-round.x-button-active, .x-button.x-button-decline-small.x-button-pressed, .x-button.x-button-decline-small.x-button-active, .x-toolbar .x-button.x-button-decline-small.x-button-pressed, .x-toolbar .x-button.x-button-decline-small.x-button-active { -webkit-box-shadow: inset maroon 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0; } -/* line 75, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +/* line 78, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ .x-button.x-button-decline.x-button-pressed, .x-button.x-button-decline.x-button-pressed:after, .x-button.x-button-decline.x-button-active, .x-button.x-button-decline.x-button-active:after, .x-toolbar .x-button.x-button-decline.x-button-pressed, .x-toolbar .x-button.x-button-decline.x-button-pressed:after, .x-toolbar .x-button.x-button-decline.x-button-active, .x-toolbar .x-button.x-button-decline.x-button-active:after, .x-button.x-button-decline-round.x-button-pressed, .x-button.x-button-decline-round.x-button-pressed:after, .x-button.x-button-decline-round.x-button-active, .x-button.x-button-decline-round.x-button-active:after, .x-toolbar .x-button.x-button-decline-round.x-button-pressed, .x-toolbar .x-button.x-button-decline-round.x-button-pressed:after, .x-toolbar .x-button.x-button-decline-round.x-button-active, .x-toolbar .x-button.x-button-decline-round.x-button-active:after, .x-button.x-button-decline-small.x-button-pressed, .x-button.x-button-decline-small.x-button-pressed:after, .x-button.x-button-decline-small.x-button-active, .x-button.x-button-decline-small.x-button-active:after, .x-toolbar .x-button.x-button-decline-small.x-button-pressed, .x-toolbar .x-button.x-button-decline-small.x-button-pressed:after, .x-toolbar .x-button.x-button-decline-small.x-button-active, .x-toolbar .x-button.x-button-decline-small.x-button-active:after { background-color: #a40404; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #720303), color-stop(10%, #8b0404), color-stop(65%, #a40404), color-stop(100%, #a70404)); + background-image: -webkit-linear-gradient(#720303, #8b0404 10%, #a40404 65%, #a70404); background-image: linear-gradient(#720303, #8b0404 10%, #a40404 65%, #a70404); } -/* line 46, ../themes/stylesheets/sencha-touch/default/widgets/_sheets.scss */ +/* line 35, ../themes/stylesheets/sencha-touch/default/widgets/_sheets.scss */ .x-sheet { padding: 0.7em; border-top: 1px solid #030507; + height: auto; background-color: rgba(0, 0, 0, 0.9); background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(50, 74, 103, 0.9)), color-stop(2%, rgba(12, 17, 24, 0.9)), color-stop(100%, rgba(0, 0, 0, 0.9))); + background-image: -webkit-linear-gradient(rgba(50, 74, 103, 0.9), rgba(12, 17, 24, 0.9) 2%, rgba(0, 0, 0, 0.9)); background-image: linear-gradient(rgba(50, 74, 103, 0.9), rgba(12, 17, 24, 0.9) 2%, rgba(0, 0, 0, 0.9)); + -webkit-border-radius: 0; + border-radius: 0; } -/* line 51, ../themes/stylesheets/sencha-touch/default/widgets/_sheets.scss */ -.x-sheet .x-sheet-body .x-button { + +/* line 44, ../themes/stylesheets/sencha-touch/default/widgets/_sheets.scss */ +.x-sheet-inner > .x-button { margin-bottom: 0.5em; } - -/* line 56, ../themes/stylesheets/sencha-touch/default/widgets/_sheets.scss */ -.x-sheet-body { - position: relative; +/* line 47, ../themes/stylesheets/sencha-touch/default/widgets/_sheets.scss */ +.x-sheet-inner > .x-button:last-child { + margin-bottom: 0; } /* line 14, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ @@ -3374,7 +3972,7 @@ input, textarea { } /* line 18, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ -.x-sheet.x-picker > .x-sheet-body { +.x-sheet.x-picker .x-sheet-inner { position: relative; background-color: #fff; -webkit-border-radius: 0.4em; @@ -3385,7 +3983,7 @@ input, textarea { margin: 0.7em; } /* line 27, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ -.x-sheet.x-picker > .x-sheet-body:before, .x-sheet.x-picker > .x-sheet-body:after { +.x-sheet.x-picker .x-sheet-inner:before, .x-sheet.x-picker .x-sheet-inner:after { z-index: 1; content: ""; position: absolute; @@ -3395,7 +3993,7 @@ input, textarea { left: 0; } /* line 32, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ -.x-sheet.x-picker > .x-sheet-body:before { +.x-sheet.x-picker .x-sheet-inner:before { top: auto; -webkit-border-bottom-left-radius: 0.4em; border-bottom-left-radius: 0.4em; @@ -3403,30 +4001,46 @@ input, textarea { border-bottom-right-radius: 0.4em; bottom: 0; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #bbbbbb)); + background-image: -webkit-linear-gradient(#ffffff, #bbbbbb); background-image: linear-gradient(#ffffff, #bbbbbb); } /* line 38, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ -.x-sheet.x-picker > .x-sheet-body:after { +.x-sheet.x-picker .x-sheet-inner:after { -webkit-border-top-left-radius: 0.4em; border-top-left-radius: 0.4em; -webkit-border-top-right-radius: 0.4em; border-top-right-radius: 0.4em; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bbbbbb), color-stop(100%, #ffffff)); + background-image: -webkit-linear-gradient(#bbbbbb, #ffffff); background-image: linear-gradient(#bbbbbb, #ffffff); } - /* line 45, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ -.x-picker-slot { +.x-sheet.x-picker .x-sheet-inner .x-picker-slot .x-body { + border-left: 1px solid #999999; + border-right: 1px solid #ACACAC; +} +/* line 51, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ +.x-sheet.x-picker .x-sheet-inner .x-picker-slot:first-child .x-body { + border-left: 0; +} +/* line 57, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ +.x-sheet.x-picker .x-sheet-inner .x-picker-slot:last-child .x-body { + border-left: 0; + border-right: 0; +} + +/* line 65, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ +.x-picker-slot .x-scroll-view { z-index: 2; position: relative; -webkit-box-shadow: rgba(0, 0, 0, 0.4) -1px 0 1px; } -/* line 51, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ -.x-picker-slot:first-child { +/* line 72, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ +.x-picker-slot .x-scroll-view:first-child { -webkit-box-shadow: none; } -/* line 56, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ +/* line 77, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ .x-picker-mask { position: absolute; top: 0; @@ -3445,78 +4059,91 @@ input, textarea { pointer-events: none; } -/* line 70, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ +/* line 91, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ .x-picker-bar { border-top: 0.12em solid #06346a; border-bottom: 0.12em solid #06346a; height: 2.5em; background-color: rgba(13, 117, 242, 0.3); background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(158, 200, 250, 0.3)), color-stop(2%, rgba(47, 137, 244, 0.3)), color-stop(100%, rgba(11, 101, 208, 0.3))); + background-image: -webkit-linear-gradient(rgba(158, 200, 250, 0.3), rgba(47, 137, 244, 0.3) 2%, rgba(11, 101, 208, 0.3)); background-image: linear-gradient(rgba(158, 200, 250, 0.3), rgba(47, 137, 244, 0.3) 2%, rgba(11, 101, 208, 0.3)); -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0.2em 0.2em; } -/* line 80, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ +/* line 101, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ .x-picker-slot-title { + position: relative; + z-index: 2; background-color: #345b89; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #85a7d1), color-stop(2%, #3e6ca3), color-stop(100%, #2a496f)); + background-image: -webkit-linear-gradient(#85a7d1, #3e6ca3 2%, #2a496f); background-image: linear-gradient(#85a7d1, #3e6ca3 2%, #2a496f); border-top: 1px solid #345b89; border-bottom: 1px solid #182a3f; + -webkit-box-shadow: 0px 0.1em 0.3em rgba(0, 0, 0, 0.3); + padding: 0.2em 1.02em; +} +/* line 110, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ +.x-picker-slot-title > div { font-weight: bold; font-size: 0.8em; color: #0d1116; - padding: 0.2em 1.02em; - -webkit-box-shadow: 0px 0.1em 0.3em rgba(0, 0, 0, 0.3); text-shadow: rgba(255, 255, 255, 0.25) 0 0.08em 0; } -/* line 94, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ -.x-picker-item { +/* line 121, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ +.x-picker-slot .x-dataview-inner { + width: 100%; +} +/* line 125, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ +.x-picker-slot .x-dataview-item { vertical-align: middle; height: 2.5em; line-height: 2.5em; font-weight: bold; - padding: 0 10px 0 10px; - text-overflow: ellipsis; - overflow: hidden; + padding: 0 10px; +} +/* line 133, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ +.x-picker-slot .x-picker-item { white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; } -/* line 105, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ +/* line 138, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ .x-picker-right { text-align: right; } -/* line 108, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ +/* line 141, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ .x-picker-center { text-align: center; } -/* line 111, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ +/* line 144, ../themes/stylesheets/sencha-touch/default/widgets/_picker.scss */ .x-picker-left { text-align: left; } -/* line 140, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 117, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar.x-docked-top { border-bottom: .1em solid; height: 2.6em; padding: 0 .8em; } -/* line 145, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 122, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar.x-docked-top .x-tab { - margin: .4em .2em; padding: 0.4em 0.8em; height: 1.8em; -webkit-border-radius: 0.9em; border-radius: 0.9em; } -/* line 153, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 129, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar.x-docked-top .x-tab-active { -webkit-box-shadow: rgba(255, 255, 255, 0.2) 0 0.1em 0.1em, inset rgba(0, 0, 0, 0.3) 0 0.1em 0.2em; } -/* line 158, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 134, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar.x-docked-top .x-button-label, .x-tabbar.x-docked-top .x-hasbadge .x-badge, .x-hasbadge .x-tabbar.x-docked-top .x-badge { font-size: .8em; line-height: 1.2em; @@ -3524,535 +4151,515 @@ input, textarea { -webkit-font-smoothing: antialiased; } -/* line 169, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 145, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar.x-docked-bottom { border-top: .1em solid; height: 3em; + padding: 0; } -/* line 173, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 150, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar.x-docked-bottom .x-tab { - display: -webkit-box; - display: box; - -webkit-box-direction: reverse; - box-direction: reverse; - -webkit-box-orient: vertical; - box-orient: vertical; -webkit-border-radius: 0.25em; border-radius: 0.25em; - margin: .15em; min-width: 3.3em; position: relative; + padding-top: .2em; } -/* line 182, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ -.x-tabbar.x-docked-bottom .x-tab img { +/* line 156, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +.x-tabbar.x-docked-bottom .x-tab .x-button-icon { -webkit-mask-size: 1.65em; width: 1.65em; height: 1.65em; display: block; - margin: .4em auto .1em; + margin: 0 auto; position: relative; } -/* line 201, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 175, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar.x-docked-bottom .x-tab .x-button-label, .x-tabbar.x-docked-bottom .x-tab .x-hasbadge .x-badge, .x-hasbadge .x-tabbar.x-docked-bottom .x-tab .x-badge { margin: 0; + padding: .1em 0 .2em 0; font-size: 9px; line-height: 12px; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; } -/* line 211, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 186, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar.x-docked-bottom .x-tab-active { -webkit-box-shadow: inset rgba(255, 255, 255, 0.3) 0 0 0.1em; } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.bookmarks, .x-button img.x-icon-mask.bookmarks { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.bookmarks, +.x-button .x-button-icon.x-icon-mask.bookmarks { -webkit-mask-image: url('data:image/png;base64,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'); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.download, .x-button img.x-icon-mask.download { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.download, +.x-button .x-button-icon.x-icon-mask.download { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAGb0lEQVRoBd2aX4gVVRzH3V1dU5JMk9Q2wVxCo0QNTYRYS4l6CBFBomA1qjcjSOgPPUgR0VNBFBT0Bx96qAiSXipCH4rKIhGNUqE2SK3MqKwsLbXPZ7rnMo73jnPnzF6v9wefPefMnPP7/b7z58yZudtz6tSpMaNlPT09E/DdDxPhMpgNJyBtfTRG4AAchePk9BflqFhP1YIRqbCZsACWwjWwGIrYZ3TaDZ/ATjhIfh6IyqwywQhdRlaLYBVcB5Mgxn5n8HbYAjsQ/lGMs/pYz3AMOFLgG/AzeH+MBvo2xqqYXB1bSiyBe2EJvAaH4SSMhtC0T2MYy5jG7i0jvmXBBJoMj4D3VjuEpkVbN6axzWFyq6JbEkyAhfAqOJtmE2l32xzMZWErogsLxvE62As+Vtotrlk8czGndUVFFxKMw41wEM7FJdxMbNhuTua2sYjoXME4cVHwEDhZhACdWpqjufblCW8qmIHOxHfCT9CpIrN5mas5N53B8wS7kPgKOumezQrMts3VnJc1O8sNV1qsmq5k0LNwI3hZx9ovONgEPk4amcvRR+HiRjtb3KborbAB0fvOGJs9EnRwwf88HIHsESzbVuisbKzQdh/Yp6z/7DhzV8OEECOU3qd148z20FgDK+DC+o74in59Y2pm7rNPVWbualhT01T3e5pgts6D9eARrzIB3LXVzF0N60FNdasL5kj0sXUtzIf+eo/zt6IGtaytaUuU1AXTugKuhyomjsR5B/xRi5rUllgimCMwltYQzAHr3WJqUdNQTWOyuFDcpbASptnoMlOT2tQ4phfl3uBzwes9byZl93lpalLbXLV6SXtzr4BuPLvISkxtauxX8DjwW5Qv9t1qalPjOAX7vJoB3TRZIec0U5saZyl4ELr57CIvMTUOKngAqlxGJt478I8aBxQ8Hbpxds4eczVOV/BUuCC7twvbapyq4Ha8JPQVOIBF+hRwk9slWVLm9miy8xjbj0PRA/YHfU828eVm99mnyFziu6/9XT+Mh5as7KPIoE/BB/BPgYgeoP05/dx3OxQR4LrBF4IHoWUrK9j7wZeNzXxJGGk5amYAPvyovj2zuWGT1eEcdjwOpeYdL8mytpyBr5BAW5akroOxy4n5MiyFUqZg78W8+yvPsZfWEyQy3WzyOsbsq/n2Q9+TYMwypsbjCj4EXlJlzPHDcD/48W+0TN8PgF9kyh5YNR4y4e/AGbKsOVveC8OcCSeUSg2fir0H7oayc445qVGtY5bBHnDmjeFXxt8GY8Mn0dhSX+Ds/RvE5OZYNao1eQ/+kNJrPNapoocg9/edIgdCH3AL6DM2L7WpcZqXtKd6L/wJsXYRDl6ABVyK+i5ltbGLGfw06DPW1KbG5NY1MS+bbyD2SIbxO/G1HFo+046BG+ALCP5iS7WpsTf5MY3KPPgYTkCs8zD+XXzNLHL5hj70dwb2WbsNgp/YUk1qm2ecINh/MXoMfoTYAGG8gV6ES4Kgs5X2hZegivkk5KEmtU2qC04q/082u9gROlZRmvgmSH6lzBNMHx9pJlZF3LQPNQ2F2PXfh9noEvF18AGdHhBb/xd/d4SAzUr63AX2jY2XHq8WNU0LceuC3YCtBiecqgP7HF0XgmZL9m2AI5BONrauBrWsTsfLCnbV9AxU8ezLJnwAv2vSwa27DX6AbP/YthrU0p+OeZrgWgLO2FvB99zYoNnx+/B5dUiA+kL4FrL9YtvmroZkZg7xEn3pRqjTcRhGIDZwo/E+rpyNZ4D1Rn1it43gdzjoSZdnnGF3Yq5h74Oq76sg5D18b4PQrrI0Z3NvuKZvKLgmegqDNkPVs3aV4rK+zNWcp6TParreVHBN9ACDt8DfkHXeaW1zNNeBtMBsPVdwTfQgTt6CThZtbuY4mBWYbZ9VcEr0mx0qWrHmdlaxiZbsEWjWxuFkeBhcm7pkPNeXtDmYizkV/r/pQmc4HAQc+934ZtgBVa/GWjmAxjYHcxkf8itStiQ4OCTIbHgO9kM7z7axjGns2SGfVspSgkMAgq4EZ0b/i3U0hevbGMZaGeKXKRv+cylOCxufY/xCcS3cCl5ii6AXqjCFeum+A2/D54j0Pbu0RQsOkRHu+6zP7avgJvDsz4VWxStyD7wPrsi+hP0ILfIbFl3zrTLB6TCId3KbCK6X58MSmAOuocW69jUcrmH9U9gF38NRRB6jrNT+AwkLDdxcvfCRAAAAAElFTkSuQmCC'); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.favorites, .x-button img.x-icon-mask.favorites { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.favorites, +.x-button .x-button-icon.x-icon-mask.favorites { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFfUlEQVRoBd2aXahVRRTHz/Ujv+2mZRGZB7W6mtpFikC7+UWUZiqBD0JPFdRL1EMFPfjoU4baS0FUD/UWZBEVShA+BCpmWApRSkgllNpDmZWZt9//eOay72afvWfWOTPn3rvgz8yeWbPW+s/XmT379AwODtZSSQ+CryVgA/gVfIx/pelEhFMBVlvBOaBeFo6Cean8y09KsnMg932TqCOs9M2UhMfhMJVsxtHcAmcbmekLCsqjFKUkvAYG1xSwmEHZqoLyKEVJCDOCNxH9HUCbVl6mULAuXxjrOQlhgl8Bbi0h0Uen3FBS37GqVIQHiHh2SdR16jTlo0t0woycpuxiUDSdHcFeMv3uIWYanTDB3wIWVZBQHP10zuQKvbarUxDWT1HRz1E++Ds99fLtgp6jEmbExhPNcs+IbkZPiCpRCRP5TPCQJ4MJ6A3QSUqjSWzC2ozuC4j+fnSnB+gHq8YmvJKIJgVEpRPX9QH6waqxCa8PjEhHT981H2j6qno0wqzF63BhOUxsom3Zb7aJqGsUjTAONFJlpysXQz7VuXpavrBTzzEJaz1adlzNjHs6RTBvJyZhjZTF/kTaWZZCnlvhsyWgQkPZQpagzsX1bFlAXjGtDdAPUu1p3PPQhCCXkdwG/mta0PWLds060AuAnqtEOjpdbQR3VymX1P9F3UfgGJA9X9F92c/ADaQ2P8V0DJ4/kDbeYKaSvgI2AN0+OGJK1VAbSIhTOXEOybYll2kte77yD4rqrHyb85S9Cl4HtReAyI11/A7HpRq5PSD6oR0f3Rad+H7S1DvV7UgS+tc1cU3n3V/AWJ/SX8BxVuMinow2rNNjlPQVeH0GFg378kDBfLAPXARjZbTPwmUXmOG+bgz71EKFfqKeAUWfREZbJxyCxyOOqEuHER4qrNUWovwy0CFktBHV4eNZMNvxyaaFhKWAaBt/HJwEo4W0luSKLMF8viVhp4iBeeBd8CcYqcQ1qi+CKS7uVmklYdcQY0+C42Ckkf6EmO51cVal3oRlCFkCdKgfCWtbo7obDO3AVWQbHHyUsjo40E6uq9cvQbdG+wN892fj8s0HjXDWKA51/t4JUo72H/jTDtybjSUkbyYsJ0gdfAtSjfTn+JoWQjCv2+57a4M1QaQSvZvrMsIs7RJejGcdUlLJUhzpZsYsZsJcCen6ZwCE3IaYA2021OfUdU3fJltmwni7Fvh+KDMF16KR3ux0lWuSdgjPxeNdJq/tNdKNqJaSSUyEmVK6JNPomtqbIh3eSKNsEmvAarfJ5LEzjbbR59MtpqyEb8eZjpndkhtxvNri3Er4YZxpx+yW6Jdhi8V5MOHm+n0QZ9afo0u0fQO8A5S3iPaQ1cTSG9w4f/SqesZBH/gRWI6T+gyyxfkgvw2cMdrS+/lTzpZvGnyWxsnTwHLRd4R2a/OBqQyoztKBe/P2qp6DCBOUptKHhuA+pU1fq2Co0/F0L9CVaghxXTbWW9ktKg8lrFfCrwODeh/9wgu1bEDo6OT2Fvgb+JLWq+nQEsnaa5UPJbwKBxc8A9KXPG1O3u+u6E4F24GvD3XMDjCxFcF8uTdhjGpHfwn49L42lCeAdyDZwGi3HpwAPr6+Q29htn1ZPoSwfuz3ewShXVcBNz62lzkvq6O9DjZHgQ9p72kdQljvob9VBPAN9Q+UEQmpw5b+Sf8e0FotI/4a9ZN8bIcQXlnh9AD1y3ychuhgU0tpJyhb14epn+ljN+Sk9S9G1ct50d8SdgF9x9EO3lHB5hXwPEYfA8dbGD9LuWZBtfj0inSQWUDTKzu1dAB5Dkz2tdOOHn70LvwVyMag/FYwzse295Rukq5j+G1wEOib66PAy5FPMD46+NPmqTV7CpwGGvkJPm2l8z8GWDNDloqpGQAAAABJRU5ErkJggg=='); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.info, .x-button img.x-icon-mask.info { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.info, +.x-button .x-button-icon.x-icon-mask.info { -webkit-mask-image: url('data:image/png;base64,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'); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.more, .x-button img.x-icon-mask.more { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.more, +.x-button .x-button-icon.x-icon-mask.more { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAADJ0lEQVRoBe2YS2sUQRSFp5MgvmLU+CAMiBJFDBHcCeoPEFciuHMjroMK4lZBcONG0JW60U1UEgRx59IXuNMoKEElKL7GRwyIqNHxO0N66FT3UNU9IHRNFXz0VNW5t+vW6RcT1ev1Sie1rk4qVrWGgn13PDgcHPZsB8Il7ZmhqXKCw6kt8WwgOOyZoalygsOpLfFsIDjsmaGpcoLDqS3xbCA47JmhqXKCw6kt8Wyg6XAURV2wEy7BM5iFtzAKu2BB0dqJ7YEtcBYmQblfwzjshUVt5O4mfhjOwwQodw3GYA8snpd77n9pFXMYvoP+qDaZZewcVKXPAzE64Qn4CmZe9f/AFSiSu4e4IzANrXJfZ24gXjO/KxEcg9+QFZQcU/CSONh2RKsraMQhr85xE/psOeN5tCr2APyA5Bqzfl9D06tYtX3wC7KE5pg2ZX98UtsR7XZo5ayZW/1DENnyzi18CO1nyMqTNXYcrTapcitHkBLJiZW2RaGRuxcg6+Stxu6i73fI3Y3uZM7cU+hXQeVvzsBP6Dc5LupxztzaiEGH3AvR3S+Qe4dc0D2cp/Uj1oPI1pR7g030n+erWlTe9pMA3cu2Jre+2ERtzBdZe01BL3Ke9Al6vQZsTbfKQ5vImH9PXxtqa3qVPbWJjHk94J6r4DPGhK17A8EHm4j7UAWP2nTG/GX6NWMs1SW3rrCroLeLaxtDqDdG4368zbHVkzM5Polus+2hEs+j7YNxx9zv0FkfhoncvegvOuZ+iW6rYhtfTXTWgV7OyeLM3w+Y3xaf0PVIzAqwFf0IzW7XnLGOmLUg58y1JvsTzA83Y5o/eLcyMQISJAN0z56G9bE275HYNXAU7kAy9xv6p2Bj3pyxntjVcBDuQTL3FH19Dg/FWh0bXzUMNhsf23JkOQzCK9B1P4NY39OFG3kjgpeB8g/AR/gG0+3mJkeF9Lp9lkIVZkDfC1r3vPs8VTAir1uRd1mpNyQUXGr7HBYfHHbYpFJLgsOlts9h8cFhh00qtSQ4XGr7HBYfHHbYpFJLgsOlts9h8cFhh00qtSQ4XGr7HBYfHHbYpFJLOs7hf5j4Vg3iLoGkAAAAAElFTkSuQmCC'); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.time, .x-button img.x-icon-mask.time { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.time, +.x-button .x-button-icon.x-icon-mask.time { -webkit-mask-image: url('data:image/png;base64,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'); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.user, .x-button img.x-icon-mask.user { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.user, +.x-button .x-button-icon.x-icon-mask.user { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAEWElEQVRoBe2aS0gVYRiGO1lmF8nQQlETutGFokAiqEV0ISKwgmrdMtzUpnW7drWKbFGbQAKpJIhuUGIUFUkW0T1Jq4V2U4ui7GLPexpDD+ecuX1jHqcPHseZ+f9vvnf++e8n0d/fPyZONjZOYqU1doLHRV3CiURCz5gMxTANJsJg+8XJJ+iBt9BHNdO1SCwRZR1GbAFRl8F8WAFLoRwGLME/ffAM7kETvIYPxPWDo7lFIhiheURaCVtgBywHXXOzbhJcggZoRvR7twy+76uELSEAtQsqySPwGdQN+KWDPHuh2DI2+TIVm3T455M9G0Bk6ktRvd4NBZaiTQUT3AQnSNW/VAFBzl/iZw0kq56FcOtuaQHB7QIv9ZVkrqZ2YA9Mck3pMYGZYKeh2sBz1SJb2mqcmfk0E0xQ6l9rwNoKcWjm11JwEYFVW6t1/K218mspeB5B5VsFluKnIuU88Kml4PGBo3DPqBGZiVkKNgvKRFkGJ5aCv2Z4xoi6bCm4DWUaXERhZhMJS8FfolDq+DSbRFgKjrIOa8poYpaCTQKK2sl/wSHfcFSNlll1sSzhn7ys3pAvLFP275lu+L1uKVhBPfYbgMf0zz2mc01mKfgbT7vi+kT/CeT3sv9s6XNYCtbg4CJ0pX9U4Kv3yXk3cO6UjGaCWX5Rg/UArqY8I8yp1qdPQ08YJ4Pzmgl2nCqwc2DVyKjunuddqkE0MVPBBKYSuQ7tJtEhFj9apDczU8FOVB0ctZiuHYUw9obMjbxErW2bmblgApTQengVIkq1B83QEsJH2qzmgp2n3ObYCEGndZ3krbcuXcUWiWACldCjoA0yv6a8J6HJb0Yv6SMRrAcj+gmHA+B3aneDPHXk/8jR3LR3a2rOfnAlTmfDVPDb6Khrq8bPDI5PoRPxZpMSk+1SgtOKpTa8l8BC0JaLmAkloA1xr/aOhJqEtINGWeqW7jjHXrQHbRdw4WxSJf8L8Aeh2m1QaWoBfiUsA61PTwGtUYeZ1qlP1zhan3YraBSnz/0mdAUVHqiEESoxKs0a2AxloJIMI5DsWU0vQH2z2oZToAnFI7+fu2/BiF3PgzbCKqgC1bXhNH3S6rba4BocR7TquifzLBih5XjcCSrROaAGKbJWHt9uJuGq67fgAki4zrNaVsGIzCP3dNgE20B1VJ+uro8UUz3Xr39UvxugCeEZl3UzCkZsBZn1+W6HRaB6qtZ4pJp2PtTna+58DFoR3sVxqHFxyM8euFsIW6EeXoDeoPrBXEEbAlpqqoN1kD9YY6rYxSQ4DGoE9KOSXBGZLk4NYB7CfigZEP1XMBfVEJ0BJUznIFevaSBzEEolOimYkyo4AfocclVYtrjViB0C9SzJEdE+jrn+CWcTrHvdUKuRUSm0gPrZ0W7tGjjMhTiIVWFWSbAGEnGxhAT/y+HhsL9oiVWFjo3FqnRVqrETrG5pFmiSEAuTYC3TFMVCLSIzTg9H6wuIXR2OneDfMJq1NmzzbS8AAAAASUVORK5CYII='); } -/* line 40, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-tab img.team, .x-button img.x-icon-mask.team { +/* line 43, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-tab .x-button-icon.team, +.x-button .x-button-icon.x-icon-mask.team { -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFI0lEQVRoBe2ZSYgdVRSG+yUmnagRQYU4NbZKNLYKWTgg4gQOaDYqJIIGl4LixhBwoy50LSIiulEjCkpAUBBRURpdGceFMQ7YtgkOJE4xTjGa9vuedUl1Vd2qevSrFqvrwJ97695zzj3/PXd6nd7MzMzIQpJFC4msXDvCbc94l+Euwy2bgW5JtyyhOTpdhnNT0rKGLsMtS2iOTpfh3JS0rOGQ+eLT6/VWMNYJ4NjUmN9T/xLs4WfqvPxO7TU9DkTdNmvBbeAskJ7kv/n+AjwKXiSW7yibFQk3BSIPZHdTl5xZzML238DDYFlTsQS/jZF1AGQ1mAZZkkXfe9FbGwJrqmz6lL4cEmOgjhyO0jq2gGVj0hhhAl9M1FeB3gDRn4Pu/5NwQnJ0ALKqrgKHDmgzkHpjGR4oioPKP1H96+Dn8GvpKyLqneV5Lp0XgnHggTMFJjlYPqAcpnyLsz/LHBLL0fRfCzwbvNN3gLeI5WXKaik7DbF2/20A28HPYF+CPZQfg9tj9vS5h18DRSdyrO0j9FeW+PQenwTe138AJ+d34OPFa215zDa0l15LOLgamM0DIBukbQ60JjhLl7RL+HWQtSv7jhLGz1FgM3DJZ30Yy69gYzqGonrVHr4eJ+OgB7Ji2xi4lGUW8+PsD0vOwNGNwInMirF42K0nlmXZzvR3LNARDN3fx6WVI3VJF50Fzvr7EZtY8zQdLtUiOYXGIrJpXUmvTDdk61HCKEqiagD9SSwnLCeX3RYwSJafRd/zoUj2FzVm2hyzMJ6gV0Y46Myl/BzjeqfnyMg36G5NJqpoTPvnLGWEnS0f9lVStL/7NgT/C5XNoHTW6XesV4En/1wlGo+Oo4QJ1ivoxxqju+fKCG2lf1uFH7P3eEl2K8xndRt3VKKEE4sPKWOHiCreg28TaPR1RN/X6GwEO0GReJ3cg95kUWeqzT8W6KtMpujcVaZQRfgFjL8qcbCDvndi/Zz0h4Hr6L8JHBHRW0L7DejdAU6K6Nj8CfBQi4mH4xYmrmy1sXlK/gCAAyfkQaAT91kWj9HW/6tJ8MO3NmeC+4CHlqdu1q7o25Xk5Hqynw+WBp+hpO1K4JItsnfr5GyCbSirCHstnQpcKulBXMK+o1frCPGgWAomwL2gLsm0z3S9ny38XARWgEXJOI7xNMiS9ns9MN5ZCQhEQ1lIGCOXmZf4ZeAW8C4IAblv3wBXAIn6sjkZ3Arc80FvGKW/nu4H/nhZDiR0IngI+LYPY3i43gWuAeNgFBQSn0UYJZejRH3CPQ8cMDi19Jp6AviuVfd48ADwRZXWG3Z9J/6fApeAJUm2TYRE02OZjPfA3WAM9HVDdvt2iXHI1HkoPQd2g7SjUHef+NyU7AXgFRD65qOcZrybQXgFmtUDIDu2xE3CBuCWWBxIU+8vk9MozdQukDUO3x4qm5IJOp36ZyW6waaJci/jrkviWEV9qiQOdd8Ebr/+T0fKkYvBp6AqOB2fnQz0SA39Kn9z6Z9mfPeze/UlUOXrB3Q2AW36a77KwP7tYCwh7Mupjk1TOmZuNInlyZqxuN8n3ItrQF1xryvRl9W/3Y3/60QGCTGF71h5JB0Tbn7vsDqyP6Vkva5dymxoVQ+lIE6+3+lJCH3Zcp+E78y2Fny7Evw7kstC8YA7BtQZRP1hiwTDKnuGun8aSiekaDxXwrbG/zOtaOT/ss3MLSjpCLc93V2Guwy3bAa6Jd2yhObodBnOTUnLGroMtyyhOTpdhnNT0rKGfwD3f6JVZi/xSQAAAABJRU5ErkJggg=='); } -/* line 256, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 229, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar-light { background-color: #475c76; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #96a9c0), color-stop(2%, #546e8c), color-stop(100%, #394b5f)); + background-image: -webkit-linear-gradient(#96a9c0, #546e8c 2%, #394b5f); background-image: linear-gradient(#96a9c0, #546e8c 2%, #394b5f); border-color: #3d5066; } -/* line 260, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 233, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar-light .x-tab { color: #b6c3d3; } -/* line 264, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 237, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar-light .x-tab-active { color: white; } -/* line 268, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 241, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar-light .x-tab-pressed { color: white; } -/* line 275, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 248, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar-light.x-docked-bottom .x-tab { text-shadow: rgba(0, 0, 0, 0.5) 0 -0.08em 0; } -/* line 277, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ -.x-tabbar-light.x-docked-bottom .x-tab img { +/* line 250, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +.x-tabbar-light.x-docked-bottom .x-tab .x-button-icon { background-color: #768fad; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d5dde6), color-stop(2%, #8ca1ba), color-stop(100%, #607d9f)); + background-image: -webkit-linear-gradient(#d5dde6, #8ca1ba 2%, #607d9f); background-image: linear-gradient(#d5dde6, #8ca1ba 2%, #607d9f); } -/* line 282, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 255, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar-light.x-docked-bottom .x-tab-active { background-color: #506986; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a6b6c9), color-stop(2%, #5e7a9c), color-stop(100%, #43576f)); + background-image: -webkit-linear-gradient(#a6b6c9, #5e7a9c 2%, #43576f); background-image: linear-gradient(#a6b6c9, #5e7a9c 2%, #43576f); text-shadow: rgba(0, 0, 0, 0.5) 0 -0.08em 0; } -/* line 286, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ -.x-tabbar-light.x-docked-bottom .x-tab-active img { +/* line 259, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +.x-tabbar-light.x-docked-bottom .x-tab-active .x-button-icon { background-color: #003370; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0056bd), color-stop(50%, #003f8a), color-stop(51%, #003370), color-stop(100%, #002757)); + background-image: -webkit-linear-gradient(#0056bd, #003f8a 50%, #003370 51%, #002757); background-image: linear-gradient(#0056bd, #003f8a 50%, #003370 51%, #002757); } -/* line 296, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 268, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar-light.x-docked-top .x-tab-active { background-color: #3d5066; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2a3746), color-stop(10%, #344356), color-stop(65%, #3d5066), color-stop(100%, #3e5167)); + background-image: -webkit-linear-gradient(#2a3746, #344356 10%, #3d5066 65%, #3e5167); background-image: linear-gradient(#2a3746, #344356 10%, #3d5066 65%, #3e5167); color: white; } -/* line 256, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 229, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar-dark { background-color: #141e29; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #466890), color-stop(2%, #1f2f41), color-stop(100%, #080c11)); + background-image: -webkit-linear-gradient(#466890, #1f2f41 2%, #080c11); background-image: linear-gradient(#466890, #1f2f41 2%, #080c11); border-color: #0c1118; } -/* line 260, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 233, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar-dark .x-tab { color: #5a81af; } -/* line 264, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 237, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar-dark .x-tab-active { color: white; } -/* line 268, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 241, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar-dark .x-tab-pressed { color: white; } -/* line 275, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 248, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar-dark.x-docked-bottom .x-tab { text-shadow: rgba(0, 0, 0, 0.5) 0 -0.08em 0; } -/* line 277, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ -.x-tabbar-dark.x-docked-bottom .x-tab img { +/* line 250, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +.x-tabbar-dark.x-docked-bottom .x-tab .x-button-icon { background-color: #354f6e; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7c9bc0), color-stop(2%, #416086), color-stop(100%, #293e56)); + background-image: -webkit-linear-gradient(#7c9bc0, #416086 2%, #293e56); background-image: linear-gradient(#7c9bc0, #416086 2%, #293e56); } -/* line 282, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 255, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar-dark.x-docked-bottom .x-tab-active { background-color: #1c2a3a; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4e74a2), color-stop(2%, #283b52), color-stop(100%, #111922)); + background-image: -webkit-linear-gradient(#4e74a2, #283b52 2%, #111922); background-image: linear-gradient(#4e74a2, #283b52 2%, #111922); text-shadow: rgba(0, 0, 0, 0.5) 0 -0.08em 0; } -/* line 286, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ -.x-tabbar-dark.x-docked-bottom .x-tab-active img { +/* line 259, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +.x-tabbar-dark.x-docked-bottom .x-tab-active .x-button-icon { background-color: #0a7aff; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #57a3ff), color-stop(50%, #2488ff), color-stop(51%, #0a7aff), color-stop(100%, #006df0)); + background-image: -webkit-linear-gradient(#57a3ff, #2488ff 50%, #0a7aff 51%, #006df0); background-image: linear-gradient(#57a3ff, #2488ff 50%, #0a7aff 51%, #006df0); } -/* line 296, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 268, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tabbar-dark.x-docked-top .x-tab-active { background-color: #0c1118; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(10%, #030507), color-stop(65%, #0c1118), color-stop(100%, #0c121a)); + background-image: -webkit-linear-gradient(#000000, #030507 10%, #0c1118 65%, #0c121a); background-image: linear-gradient(#000000, #030507 10%, #0c1118 65%, #0c121a); color: white; } -/* line 129, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ -.x-tab.x-item-disabled span.x-button-label, .x-tab.x-item-disabled .x-hasbadge span.x-badge, .x-hasbadge .x-tab.x-item-disabled span.x-badge, .x-tab.x-item-disabled img { +/* line 103, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +.x-tab.x-item-disabled span.x-button-label, .x-tab.x-item-disabled .x-hasbadge span.x-badge, .x-hasbadge .x-tab.x-item-disabled span.x-badge, .x-tab.x-item-disabled .x-button-icon { opacity: .5; } -/* line 132, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +/* line 106, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ .x-tab.x-draggable { opacity: .7; } -/* line 39, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +/* line 110, ../themes/stylesheets/sencha-touch/default/widgets/_tabs.scss */ +.x-tab { + overflow: visible !important; +} + +/* line 30, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ .x-toolbar { height: 2.6em; padding: 0 0.2em; overflow: hidden; position: relative; } -/* line 45, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +/* line 36, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ .x-toolbar > * { z-index: 1; } -/* line 49, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +/* line 40, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ .x-toolbar.x-docked-top { border-bottom: .1em solid; } -/* line 53, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +/* line 44, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ .x-toolbar.x-docked-bottom { border-top: .1em solid; } -/* line 58, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ -.x-toolbar-title { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 0; +/* line 54, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +.x-title { line-height: 2.1em; font-size: 1.2em; text-align: center; font-weight: bold; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + margin: 0 0.3em; + max-width: 100%; +} +/* line 65, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +.x-title .x-innerhtml { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + padding: 0 .3em; } -/* line 96, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +/* line 104, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ .x-toolbar-dark { background-color: #24364c; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5a81af), color-stop(2%, #304864), color-stop(100%, #192533)); + background-image: -webkit-linear-gradient(#5a81af, #304864 2%, #192533); background-image: linear-gradient(#5a81af, #304864 2%, #192533); border-color: black; } -/* line 100, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ -.x-toolbar-dark .x-toolbar-title { +/* line 108, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +.x-toolbar-dark .x-title { color: white; text-shadow: rgba(0, 0, 0, 0.5) 0 -0.08em 0; } -/* line 52, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-toolbar-dark .x-button, .x-toolbar .x-toolbar-dark .x-button, .x-toolbar-dark .x-field-select .x-input-text, .x-toolbar .x-toolbar-dark .x-field-select .x-input-text, .x-toolbar-dark .x-field-select:before, .x-toolbar .x-toolbar-dark .x-field-select:before { +/* line 113, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +.x-toolbar-dark.x-docked-top { + border-bottom-color: black; +} +/* line 117, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +.x-toolbar-dark.x-docked-bottom { + border-top-color: black; +} +/* line 55, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-toolbar-dark .x-button, .x-toolbar .x-toolbar-dark .x-button, .x-toolbar-dark .x-field-select, .x-toolbar .x-toolbar-dark .x-field-select { border: 0.1em solid black; border-top-color: black; color: white; text-shadow: rgba(0, 0, 0, 0.5) 0 -0.08em 0; -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 0.1em 0; } -/* line 57, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-toolbar-dark .x-button.x-button-back:before, .x-toolbar-dark .x-button.x-button-forward:before, .x-toolbar .x-toolbar-dark .x-button.x-button-back:before, .x-toolbar .x-toolbar-dark .x-button.x-button-forward:before, .x-toolbar-dark .x-field-select .x-input-text.x-button-back:before, .x-toolbar-dark .x-field-select .x-input-text.x-button-forward:before, .x-toolbar .x-toolbar-dark .x-field-select .x-input-text.x-button-back:before, .x-toolbar .x-toolbar-dark .x-field-select .x-input-text.x-button-forward:before, .x-toolbar-dark .x-field-select:before.x-button-back:before, .x-toolbar-dark .x-field-select:before.x-button-forward:before, .x-toolbar .x-toolbar-dark .x-field-select:before.x-button-back:before, .x-toolbar .x-toolbar-dark .x-field-select:before.x-button-forward:before { +/* line 60, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-toolbar-dark .x-button.x-button-back:before, .x-toolbar-dark .x-button.x-button-forward:before, .x-toolbar .x-toolbar-dark .x-button.x-button-back:before, .x-toolbar .x-toolbar-dark .x-button.x-button-forward:before, .x-toolbar-dark .x-field-select.x-button-back:before, .x-toolbar-dark .x-field-select.x-button-forward:before, .x-toolbar .x-toolbar-dark .x-field-select.x-button-back:before, .x-toolbar .x-toolbar-dark .x-field-select.x-button-forward:before { background: black; } -/* line 61, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-toolbar-dark .x-button, .x-toolbar-dark .x-button.x-button-back:after, .x-toolbar-dark .x-button.x-button-forward:after, .x-toolbar .x-toolbar-dark .x-button, .x-toolbar .x-toolbar-dark .x-button.x-button-back:after, .x-toolbar .x-toolbar-dark .x-button.x-button-forward:after, .x-toolbar-dark .x-field-select .x-input-text, .x-toolbar-dark .x-field-select .x-input-text.x-button-back:after, .x-toolbar-dark .x-field-select .x-input-text.x-button-forward:after, .x-toolbar .x-toolbar-dark .x-field-select .x-input-text, .x-toolbar .x-toolbar-dark .x-field-select .x-input-text.x-button-back:after, .x-toolbar .x-toolbar-dark .x-field-select .x-input-text.x-button-forward:after, .x-toolbar-dark .x-field-select:before, .x-toolbar-dark .x-field-select:before.x-button-back:after, .x-toolbar-dark .x-field-select:before.x-button-forward:after, .x-toolbar .x-toolbar-dark .x-field-select:before, .x-toolbar .x-toolbar-dark .x-field-select:before.x-button-back:after, .x-toolbar .x-toolbar-dark .x-field-select:before.x-button-forward:after { +/* line 64, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-toolbar-dark .x-button, .x-toolbar-dark .x-button.x-button-back:after, .x-toolbar-dark .x-button.x-button-forward:after, .x-toolbar .x-toolbar-dark .x-button, .x-toolbar .x-toolbar-dark .x-button.x-button-back:after, .x-toolbar .x-toolbar-dark .x-button.x-button-forward:after, .x-toolbar-dark .x-field-select, .x-toolbar-dark .x-field-select.x-button-back:after, .x-toolbar-dark .x-field-select.x-button-forward:after, .x-toolbar .x-toolbar-dark .x-field-select, .x-toolbar .x-toolbar-dark .x-field-select.x-button-back:after, .x-toolbar .x-toolbar-dark .x-field-select.x-button-forward:after { background-color: #141e29; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #466890), color-stop(2%, #1f2f41), color-stop(100%, #080c11)); + background-image: -webkit-linear-gradient(#466890, #1f2f41 2%, #080c11); background-image: linear-gradient(#466890, #1f2f41 2%, #080c11); } -/* line 65, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-toolbar-dark .x-button img.x-icon-mask, .x-toolbar .x-toolbar-dark .x-button img.x-icon-mask, .x-toolbar-dark .x-field-select .x-input-text img.x-icon-mask, .x-toolbar .x-toolbar-dark .x-field-select .x-input-text img.x-icon-mask, .x-toolbar-dark .x-field-select:before img.x-icon-mask, .x-toolbar .x-toolbar-dark .x-field-select:before img.x-icon-mask { +/* line 68, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-toolbar-dark .x-button .x-button-icon.x-icon-mask, .x-toolbar .x-toolbar-dark .x-button .x-button-icon.x-icon-mask, .x-toolbar-dark .x-field-select .x-button-icon.x-icon-mask, .x-toolbar .x-toolbar-dark .x-field-select .x-button-icon.x-icon-mask { background-color: white; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(2%, #ffffff), color-stop(100%, #e7edf3)); + background-image: -webkit-linear-gradient(#ffffff, #ffffff 2%, #e7edf3); background-image: linear-gradient(#ffffff, #ffffff 2%, #e7edf3); } -/* line 74, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-toolbar-dark .x-button.x-button-pressed, .x-toolbar-dark .x-button.x-button-active, .x-toolbar .x-toolbar-dark .x-button.x-button-pressed, .x-toolbar .x-toolbar-dark .x-button.x-button-active, .x-toolbar-dark .x-field-select .x-input-text.x-button-pressed, .x-toolbar-dark .x-field-select .x-input-text.x-button-active, .x-toolbar .x-toolbar-dark .x-field-select .x-input-text.x-button-pressed, .x-toolbar .x-toolbar-dark .x-field-select .x-input-text.x-button-active, .x-toolbar-dark .x-field-select:before.x-button-pressed, .x-toolbar-dark .x-field-select:before.x-button-active, .x-toolbar .x-toolbar-dark .x-field-select:before.x-button-pressed, .x-toolbar .x-toolbar-dark .x-field-select:before.x-button-active { +/* line 77, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-toolbar-dark .x-button.x-button-pressed, .x-toolbar-dark .x-button.x-button-active, .x-toolbar .x-toolbar-dark .x-button.x-button-pressed, .x-toolbar .x-toolbar-dark .x-button.x-button-active, .x-toolbar-dark .x-field-select.x-button-pressed, .x-toolbar-dark .x-field-select.x-button-active, .x-toolbar .x-toolbar-dark .x-field-select.x-button-pressed, .x-toolbar .x-toolbar-dark .x-field-select.x-button-active { -webkit-box-shadow: inset black 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0; } -/* line 75, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-toolbar-dark .x-button.x-button-pressed, .x-toolbar-dark .x-button.x-button-pressed:after, .x-toolbar-dark .x-button.x-button-active, .x-toolbar-dark .x-button.x-button-active:after, .x-toolbar .x-toolbar-dark .x-button.x-button-pressed, .x-toolbar .x-toolbar-dark .x-button.x-button-pressed:after, .x-toolbar .x-toolbar-dark .x-button.x-button-active, .x-toolbar .x-toolbar-dark .x-button.x-button-active:after, .x-toolbar-dark .x-field-select .x-input-text.x-button-pressed, .x-toolbar-dark .x-field-select .x-input-text.x-button-pressed:after, .x-toolbar-dark .x-field-select .x-input-text.x-button-active, .x-toolbar-dark .x-field-select .x-input-text.x-button-active:after, .x-toolbar .x-toolbar-dark .x-field-select .x-input-text.x-button-pressed, .x-toolbar .x-toolbar-dark .x-field-select .x-input-text.x-button-pressed:after, .x-toolbar .x-toolbar-dark .x-field-select .x-input-text.x-button-active, .x-toolbar .x-toolbar-dark .x-field-select .x-input-text.x-button-active:after, .x-toolbar-dark .x-field-select:before.x-button-pressed, .x-toolbar-dark .x-field-select:before.x-button-pressed:after, .x-toolbar-dark .x-field-select:before.x-button-active, .x-toolbar-dark .x-field-select:before.x-button-active:after, .x-toolbar .x-toolbar-dark .x-field-select:before.x-button-pressed, .x-toolbar .x-toolbar-dark .x-field-select:before.x-button-pressed:after, .x-toolbar .x-toolbar-dark .x-field-select:before.x-button-active, .x-toolbar .x-toolbar-dark .x-field-select:before.x-button-active:after { +/* line 78, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-toolbar-dark .x-button.x-button-pressed, .x-toolbar-dark .x-button.x-button-pressed:after, .x-toolbar-dark .x-button.x-button-active, .x-toolbar-dark .x-button.x-button-active:after, .x-toolbar .x-toolbar-dark .x-button.x-button-pressed, .x-toolbar .x-toolbar-dark .x-button.x-button-pressed:after, .x-toolbar .x-toolbar-dark .x-button.x-button-active, .x-toolbar .x-toolbar-dark .x-button.x-button-active:after, .x-toolbar-dark .x-field-select.x-button-pressed, .x-toolbar-dark .x-field-select.x-button-pressed:after, .x-toolbar-dark .x-field-select.x-button-active, .x-toolbar-dark .x-field-select.x-button-active:after, .x-toolbar .x-toolbar-dark .x-field-select.x-button-pressed, .x-toolbar .x-toolbar-dark .x-field-select.x-button-pressed:after, .x-toolbar .x-toolbar-dark .x-field-select.x-button-active, .x-toolbar .x-toolbar-dark .x-field-select.x-button-active:after { background-color: #080c11; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(10%, #000000), color-stop(65%, #080c11), color-stop(100%, #090d13)); + background-image: -webkit-linear-gradient(#000000, #000000 10%, #080c11 65%, #090d13); background-image: linear-gradient(#000000, #000000 10%, #080c11 65%, #090d13); } -/* line 96, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +/* line 104, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ .x-toolbar-light { background-color: #354f6e; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7c9bc0), color-stop(2%, #416086), color-stop(100%, #293e56)); + background-image: -webkit-linear-gradient(#7c9bc0, #416086 2%, #293e56); background-image: linear-gradient(#7c9bc0, #416086 2%, #293e56); border-color: black; } -/* line 100, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ -.x-toolbar-light .x-toolbar-title { +/* line 108, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +.x-toolbar-light .x-title { color: white; text-shadow: rgba(0, 0, 0, 0.5) 0 -0.08em 0; } -/* line 52, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-toolbar-light .x-button, .x-toolbar .x-toolbar-light .x-button, .x-toolbar-light .x-field-select .x-input-text, .x-toolbar .x-toolbar-light .x-field-select .x-input-text, .x-toolbar-light .x-field-select:before, .x-toolbar .x-toolbar-light .x-field-select:before { +/* line 113, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +.x-toolbar-light.x-docked-top { + border-bottom-color: black; +} +/* line 117, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +.x-toolbar-light.x-docked-bottom { + border-top-color: black; +} +/* line 55, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-toolbar-light .x-button, .x-toolbar .x-toolbar-light .x-button, .x-toolbar-light .x-field-select, .x-toolbar .x-toolbar-light .x-field-select { border: 0.1em solid #030507; border-top-color: #0c1118; color: white; text-shadow: rgba(0, 0, 0, 0.5) 0 -0.08em 0; -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 0.1em 0; } -/* line 57, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-toolbar-light .x-button.x-button-back:before, .x-toolbar-light .x-button.x-button-forward:before, .x-toolbar .x-toolbar-light .x-button.x-button-back:before, .x-toolbar .x-toolbar-light .x-button.x-button-forward:before, .x-toolbar-light .x-field-select .x-input-text.x-button-back:before, .x-toolbar-light .x-field-select .x-input-text.x-button-forward:before, .x-toolbar .x-toolbar-light .x-field-select .x-input-text.x-button-back:before, .x-toolbar .x-toolbar-light .x-field-select .x-input-text.x-button-forward:before, .x-toolbar-light .x-field-select:before.x-button-back:before, .x-toolbar-light .x-field-select:before.x-button-forward:before, .x-toolbar .x-toolbar-light .x-field-select:before.x-button-back:before, .x-toolbar .x-toolbar-light .x-field-select:before.x-button-forward:before { +/* line 60, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-toolbar-light .x-button.x-button-back:before, .x-toolbar-light .x-button.x-button-forward:before, .x-toolbar .x-toolbar-light .x-button.x-button-back:before, .x-toolbar .x-toolbar-light .x-button.x-button-forward:before, .x-toolbar-light .x-field-select.x-button-back:before, .x-toolbar-light .x-field-select.x-button-forward:before, .x-toolbar .x-toolbar-light .x-field-select.x-button-back:before, .x-toolbar .x-toolbar-light .x-field-select.x-button-forward:before { background: #030507; } -/* line 61, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-toolbar-light .x-button, .x-toolbar-light .x-button.x-button-back:after, .x-toolbar-light .x-button.x-button-forward:after, .x-toolbar .x-toolbar-light .x-button, .x-toolbar .x-toolbar-light .x-button.x-button-back:after, .x-toolbar .x-toolbar-light .x-button.x-button-forward:after, .x-toolbar-light .x-field-select .x-input-text, .x-toolbar-light .x-field-select .x-input-text.x-button-back:after, .x-toolbar-light .x-field-select .x-input-text.x-button-forward:after, .x-toolbar .x-toolbar-light .x-field-select .x-input-text, .x-toolbar .x-toolbar-light .x-field-select .x-input-text.x-button-back:after, .x-toolbar .x-toolbar-light .x-field-select .x-input-text.x-button-forward:after, .x-toolbar-light .x-field-select:before, .x-toolbar-light .x-field-select:before.x-button-back:after, .x-toolbar-light .x-field-select:before.x-button-forward:after, .x-toolbar .x-toolbar-light .x-field-select:before, .x-toolbar .x-toolbar-light .x-field-select:before.x-button-back:after, .x-toolbar .x-toolbar-light .x-field-select:before.x-button-forward:after { +/* line 64, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-toolbar-light .x-button, .x-toolbar-light .x-button.x-button-back:after, .x-toolbar-light .x-button.x-button-forward:after, .x-toolbar .x-toolbar-light .x-button, .x-toolbar .x-toolbar-light .x-button.x-button-back:after, .x-toolbar .x-toolbar-light .x-button.x-button-forward:after, .x-toolbar-light .x-field-select, .x-toolbar-light .x-field-select.x-button-back:after, .x-toolbar-light .x-field-select.x-button-forward:after, .x-toolbar .x-toolbar-light .x-field-select, .x-toolbar .x-toolbar-light .x-field-select.x-button-back:after, .x-toolbar .x-toolbar-light .x-field-select.x-button-forward:after { background-color: #24364c; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5a81af), color-stop(2%, #304864), color-stop(100%, #192533)); + background-image: -webkit-linear-gradient(#5a81af, #304864 2%, #192533); background-image: linear-gradient(#5a81af, #304864 2%, #192533); } -/* line 65, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-toolbar-light .x-button img.x-icon-mask, .x-toolbar .x-toolbar-light .x-button img.x-icon-mask, .x-toolbar-light .x-field-select .x-input-text img.x-icon-mask, .x-toolbar .x-toolbar-light .x-field-select .x-input-text img.x-icon-mask, .x-toolbar-light .x-field-select:before img.x-icon-mask, .x-toolbar .x-toolbar-light .x-field-select:before img.x-icon-mask { +/* line 68, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-toolbar-light .x-button .x-button-icon.x-icon-mask, .x-toolbar .x-toolbar-light .x-button .x-button-icon.x-icon-mask, .x-toolbar-light .x-field-select .x-button-icon.x-icon-mask, .x-toolbar .x-toolbar-light .x-field-select .x-button-icon.x-icon-mask { background-color: white; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(2%, #ffffff), color-stop(100%, #e7edf3)); + background-image: -webkit-linear-gradient(#ffffff, #ffffff 2%, #e7edf3); background-image: linear-gradient(#ffffff, #ffffff 2%, #e7edf3); } -/* line 74, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-toolbar-light .x-button.x-button-pressed, .x-toolbar-light .x-button.x-button-active, .x-toolbar .x-toolbar-light .x-button.x-button-pressed, .x-toolbar .x-toolbar-light .x-button.x-button-active, .x-toolbar-light .x-field-select .x-input-text.x-button-pressed, .x-toolbar-light .x-field-select .x-input-text.x-button-active, .x-toolbar .x-toolbar-light .x-field-select .x-input-text.x-button-pressed, .x-toolbar .x-toolbar-light .x-field-select .x-input-text.x-button-active, .x-toolbar-light .x-field-select:before.x-button-pressed, .x-toolbar-light .x-field-select:before.x-button-active, .x-toolbar .x-toolbar-light .x-field-select:before.x-button-pressed, .x-toolbar .x-toolbar-light .x-field-select:before.x-button-active { +/* line 77, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-toolbar-light .x-button.x-button-pressed, .x-toolbar-light .x-button.x-button-active, .x-toolbar .x-toolbar-light .x-button.x-button-pressed, .x-toolbar .x-toolbar-light .x-button.x-button-active, .x-toolbar-light .x-field-select.x-button-pressed, .x-toolbar-light .x-field-select.x-button-active, .x-toolbar .x-toolbar-light .x-field-select.x-button-pressed, .x-toolbar .x-toolbar-light .x-field-select.x-button-active { -webkit-box-shadow: inset #0b1119 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0; } -/* line 75, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-toolbar-light .x-button.x-button-pressed, .x-toolbar-light .x-button.x-button-pressed:after, .x-toolbar-light .x-button.x-button-active, .x-toolbar-light .x-button.x-button-active:after, .x-toolbar .x-toolbar-light .x-button.x-button-pressed, .x-toolbar .x-toolbar-light .x-button.x-button-pressed:after, .x-toolbar .x-toolbar-light .x-button.x-button-active, .x-toolbar .x-toolbar-light .x-button.x-button-active:after, .x-toolbar-light .x-field-select .x-input-text.x-button-pressed, .x-toolbar-light .x-field-select .x-input-text.x-button-pressed:after, .x-toolbar-light .x-field-select .x-input-text.x-button-active, .x-toolbar-light .x-field-select .x-input-text.x-button-active:after, .x-toolbar .x-toolbar-light .x-field-select .x-input-text.x-button-pressed, .x-toolbar .x-toolbar-light .x-field-select .x-input-text.x-button-pressed:after, .x-toolbar .x-toolbar-light .x-field-select .x-input-text.x-button-active, .x-toolbar .x-toolbar-light .x-field-select .x-input-text.x-button-active:after, .x-toolbar-light .x-field-select:before.x-button-pressed, .x-toolbar-light .x-field-select:before.x-button-pressed:after, .x-toolbar-light .x-field-select:before.x-button-active, .x-toolbar-light .x-field-select:before.x-button-active:after, .x-toolbar .x-toolbar-light .x-field-select:before.x-button-pressed, .x-toolbar .x-toolbar-light .x-field-select:before.x-button-pressed:after, .x-toolbar .x-toolbar-light .x-field-select:before.x-button-active, .x-toolbar .x-toolbar-light .x-field-select:before.x-button-active:after { +/* line 78, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-toolbar-light .x-button.x-button-pressed, .x-toolbar-light .x-button.x-button-pressed:after, .x-toolbar-light .x-button.x-button-active, .x-toolbar-light .x-button.x-button-active:after, .x-toolbar .x-toolbar-light .x-button.x-button-pressed, .x-toolbar .x-toolbar-light .x-button.x-button-pressed:after, .x-toolbar .x-toolbar-light .x-button.x-button-active, .x-toolbar .x-toolbar-light .x-button.x-button-active:after, .x-toolbar-light .x-field-select.x-button-pressed, .x-toolbar-light .x-field-select.x-button-pressed:after, .x-toolbar-light .x-field-select.x-button-active, .x-toolbar-light .x-field-select.x-button-active:after, .x-toolbar .x-toolbar-light .x-field-select.x-button-pressed, .x-toolbar .x-toolbar-light .x-field-select.x-button-pressed:after, .x-toolbar .x-toolbar-light .x-field-select.x-button-active, .x-toolbar .x-toolbar-light .x-field-select.x-button-active:after { background-color: #192533; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #080c11), color-stop(10%, #111922), color-stop(65%, #192533), color-stop(100%, #1a2635)); + background-image: -webkit-linear-gradient(#080c11, #111922 10%, #192533 65%, #1a2635); background-image: linear-gradient(#080c11, #111922 10%, #192533 65%, #1a2635); } -/* line 53, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ -.x-android .x-toolbar .x-input-text, .x-android .x-toolbar .x-input-search, .x-android .x-toolbar .x-input-number { - -webkit-box-shadow: inset rgba(0, 0, 0, 0.5) 0 0.1em 0.1em, inset rgba(0, 0, 0, 0.5) 0 -0.1em 0.1em, inset rgba(0, 0, 0, 0.5) 0.1em 0 0.1em, inset rgba(0, 0, 0, 0.5) -0.1em 0 0.1em, inset rgba(0, 0, 0, 0.5) 0 0.15em 0.4em; +/* line 79, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss */ +.x-navigation-bar .x-container { + overflow: visible; } -/* line 60, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +/* line 51, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ .x-desktop .x-toolbar .x-input-search { - padding-left: 1.06em; + margin-left: 1.06em; +} + +/* line 56, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +.x-android .x-toolbar .x-input-el { + -webkit-text-fill-color: #fff; } -/* line 66, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +/* line 61, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +.x-toolbar .x-form-field-container { + padding: 0 .3em; +} +/* line 65, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ .x-toolbar .x-field { - margin: .3em .5em; + width: 13em; + margin: .5em; + min-height: 0; + -webkit-border-radius: 0.3em; + border-radius: 0.3em; + background-color: white; + -webkit-box-shadow: inset rgba(0, 0, 0, 0.5) 0 0.1em 0, inset rgba(0, 0, 0, 0.5) 0 -0.1em 0, inset rgba(0, 0, 0, 0.5) 0.1em 0 0, inset rgba(0, 0, 0, 0.5) -0.1em 0 0, inset rgba(0, 0, 0, 0.5) 0 0.15em 0.4em; +} +/* line 77, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +.x-toolbar .x-field .x-field-clear-container { min-height: 0; + background-color: transparent; +} +/* line 81, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +.x-toolbar .x-field .x-field-clear-container .x-field-clear { + font-size: .8em; + line-height: 0.8em; +} +/* line 88, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +.x-toolbar .x-field { border-bottom: 0; - width: auto; } -/* line 73, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +/* line 94, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ .x-toolbar .x-input-text, .x-toolbar .x-input-search, .x-toolbar .x-input-number { - -webkit-border-radius: 0.3em; - border-radius: 0.3em; - -webkit-background-clip: padding; - background-clip: padding-box; height: 1.5em; color: #6e6e6e; - background-color: white; + background: transparent; min-height: 0; line-height: 1.3em; -webkit-appearance: none; padding: 0em .3em; margin: 0; - -webkit-box-shadow: inset rgba(0, 0, 0, 0.5) 0 0.1em 0, inset rgba(0, 0, 0, 0.5) 0 -0.1em 0, inset rgba(0, 0, 0, 0.5) 0.1em 0 0, inset rgba(0, 0, 0, 0.5) -0.1em 0 0, inset rgba(0, 0, 0, 0.5) 0 0.15em 0.4em; } -/* line 89, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +/* line 107, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ .x-toolbar .x-input-text:focus, .x-toolbar .x-input-search:focus, .x-toolbar .x-input-number:focus { color: black; } -/* line 94, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ -.x-toolbar .x-input-search, .x-toolbar .x-field-select .x-input-text { - padding: 0em .5em; +/* line 113, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +.x-toolbar .x-field-select, .x-toolbar .x-field-search { -webkit-border-radius: 0.75em; border-radius: 0.75em; } -/* line 99, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ -.x-toolbar .x-input-search { +/* line 118, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +.x-toolbar .x-field-search .x-field-input { background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.6))), url('data:image/png;base64,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'); -webkit-background-size: .83em .83em, .83em .83em; background-repeat: no-repeat; background-position: .5em 50%; - padding-left: 1.67em; -} -/* line 108, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ -.x-toolbar .x-field-select:after { - top: -0.5em; - right: -0.5em; } -/* line 114, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ -.x-toolbar .x-field-select:before { - width: 3em; - border-left: none; - -webkit-border-top-right-radius: 0.75em; - border-top-right-radius: 0.75em; - -webkit-border-bottom-right-radius: 0.75em; - border-bottom-right-radius: 0.75em; - -webkit-mask: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAABCAYAAACc0f2yAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADJJREFUeNpi/P//PwMjIyMbAwMDOxRzAjEXFHMDMQ8a5kXC6HLcSHo5kcwEmU9TABBgAOcTBAFcRiSpAAAAAElFTkSuQmCC'); - -webkit-mask-position: right top; - -webkit-mask-repeat: repeat-y; - -webkit-mask-size: 3em 0.05em; +/* line 124, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +.x-toolbar .x-field-search .x-field-input .x-form-field { + margin-left: 1.0em; } -/* line 129, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ -.x-toolbar .x-field-select .x-input-text, .x-toolbar .x-field-select:before { - -webkit-box-shadow: none; -} -/* line 133, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ -.x-toolbar .x-field-select .x-input-text { - padding-right: 1.5em; - display: block; -} - -/* line 36, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ -.x-carousel-body { - overflow: hidden; - position: relative; -} - -/* line 41, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ -.x-carousel-item { - position: absolute; - width: 100%; - height: 100%; - -webkit-transition-property: matrix3d; - transition-property: matrix3d; - -webkit-transition-duration: 0; - transition-duration: 0; - -webkit-transition-timing-function: ease-out; - transition-timing-function: ease-out; -} - -/* line 51, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ -.x-android .x-carousel-item { - -webkit-transition-property: translate; - transition-property: translate; - -webkit-transition-duration: 0; - transition-duration: 0; - -webkit-transition-timing-function: ease-out; - transition-timing-function: ease-out; -} - -/* line 56, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ -.x-carousel-indicator { - position: absolute; - z-index: 1; - vertical-align: middle; - text-align: center; - display: -webkit-box; - display: box; - -webkit-box-pack: center; - box-pack: center; - -webkit-box-align: center; - box-align: center; -} -/* line 65, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ -.x-carousel-indicator span { - display: block; - width: 0.5em; - height: 0.5em; - -webkit-border-radius: 0.25em; - border-radius: 0.25em; - margin: 0.2em; -} - -/* line 74, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ -.x-carousel-indicator-horizontal { - height: 1.5em; - bottom: 0; - left: 0; - width: 100%; - -webkit-box-orient: horizontal; - box-orient: horizontal; -} - -/* line 82, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ -.x-carousel-indicator-vertical { - width: 1.5em; - height: 100%; - right: 0; - top: 0; - -webkit-box-orient: vertical; - box-orient: vertical; +/* line 130, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +.x-toolbar .x-field-select { + -webkit-box-shadow: none; } - -/* line 113, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ -.x-carousel-indicator-light span { - background-color: rgba(255, 255, 255, 0.1); - background-image: none; +/* line 135, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +.x-toolbar .x-field-select:after { + top: -0.5em; + right: -0.5em; } -/* line 116, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ -.x-carousel-indicator-light span.x-carousel-indicator-active { - background-color: rgba(255, 255, 255, 0.3); - background-image: none; +/* line 141, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +.x-toolbar .x-field-select:before { + width: 3em; + border-left: none; + background: transparent; + -webkit-mask: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAABCAYAAACc0f2yAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADJJREFUeNpi/P//PwMjIyMbAwMDOxRzAjEXFHMDMQ8a5kXC6HLcSHo5kcwEmU9TABBgAOcTBAFcRiSpAAAAAElFTkSuQmCC'); + -webkit-mask-position: right top; + -webkit-mask-repeat: repeat-y; + -webkit-mask-size: 3em 0.05em; +} +/* line 157, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +.x-toolbar .x-field-select .x-input-text { + color: #fff; } -/* line 113, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ -.x-carousel-indicator-dark span { - background-color: rgba(0, 0, 0, 0.1); - background-image: none; +/* line 163, ../themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss */ +.x-android .x-field-search .x-field-input .x-form-field { + margin-left: 1.67em; } -/* line 116, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ -.x-carousel-indicator-dark span.x-carousel-indicator-active { - background-color: rgba(0, 0, 0, 0.3); - background-image: none; + +/* line 29, ../themes/stylesheets/sencha-touch/default/widgets/_indexbar.scss */ +.x-indexbar-wrapper { + -webkit-box-pack: end !important; + box-pack: end !important; + pointer-events: none; } -/* line 37, ../themes/stylesheets/sencha-touch/default/widgets/_indexbar.scss */ -.x-indexbar { - padding: 0 .3em; - width: 2.1em; - display: -webkit-box; - display: box; +/* line 35, ../themes/stylesheets/sencha-touch/default/widgets/_indexbar.scss */ +.x-indexbar-vertical { + width: 1.1em; -webkit-box-orient: vertical; box-orient: vertical; - -webkit-box-align: stretch; - box-align: stretch; - -webkit-box-pack: center; - box-pack: center; - position: absolute; - top: 1.5em; - right: 0; - bottom: 1em; - z-index: 3; + margin-right: 8px; } -/* line 51, ../themes/stylesheets/sencha-touch/default/widgets/_indexbar.scss */ -.x-indexbar-body { - padding: .3em 0; +/* line 41, ../themes/stylesheets/sencha-touch/default/widgets/_indexbar.scss */ +.x-indexbar-horizontal { + height: 1.1em; + -webkit-box-orient: horizontal; + box-orient: horizontal; + margin-bottom: 8px; } -/* line 55, ../themes/stylesheets/sencha-touch/default/widgets/_indexbar.scss */ -.x-indexbar-pressed .x-indexbar-body { - -webkit-border-radius: 0.75em; - border-radius: 0.75em; - background-color: rgba(143, 152, 163, 0.8); +/* line 47, ../themes/stylesheets/sencha-touch/default/widgets/_indexbar.scss */ +.x-indexbar { + pointer-events: auto; + z-index: 2; + padding: .3em 0; + min-height: 0 !important; + height: auto !important; + -webkit-box-flex: 0 !important; } - -/* line 60, ../themes/stylesheets/sencha-touch/default/widgets/_indexbar.scss */ -.x-indexbar-item { +/* line 55, ../themes/stylesheets/sencha-touch/default/widgets/_indexbar.scss */ +.x-indexbar > div { color: #1e2a38; font-size: 0.6em; text-align: center; @@ -4061,71 +4668,84 @@ input, textarea { display: block; } -/* line 93, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 66, ../themes/stylesheets/sencha-touch/default/widgets/_indexbar.scss */ +.x-phone.x-landscape .x-indexbar > div { + font-size: 0.38em; + line-height: 1em; +} + +/* line 72, ../themes/stylesheets/sencha-touch/default/widgets/_indexbar.scss */ +.x-indexbar-pressed { + -webkit-border-radius: 0.55em; + border-radius: 0.55em; + background-color: rgba(143, 152, 163, 0.8); +} + +/* line 67, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list { - background-color: #f7f7f7; position: relative; + background-color: #f7f7f7; } -/* line 97, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 71, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +.x-list .x-list-inner { + width: 100%; +} +/* line 75, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +.x-list .x-list-disclosure { + position: absolute; + bottom: 0.5em; + right: 0.8em; +} +/* line 81, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list .x-list-disclosure { overflow: visible; -webkit-mask: 0 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpFNkNCM0JGNTZFMjI2ODExQkNGQjkwMzk3MDc3MkZFQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3M0MzQUU1QUFDQkQxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3M0MzQUU1OUFDQkQxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU3Q0IzQkY1NkUyMjY4MTFCQ0ZCOTAzOTcwNzcyRkVCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkU2Q0IzQkY1NkUyMjY4MTFCQ0ZCOTAzOTcwNzcyRkVCIi8+IDwvcmRmOkRlc2NyaXB0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') no-repeat; -webkit-mask-size: 1.7em; background-color: #003370; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0a7aff), color-stop(2%, #004394), color-stop(100%, #00234c)); + background-image: -webkit-linear-gradient(#0a7aff, #004394 2%, #00234c); background-image: linear-gradient(#0a7aff, #004394 2%, #00234c); width: 1.7em; height: 1.7em; } -/* line 106, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 90, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list.x-list-indexed .x-list-disclosure { - margin-right: 1.3em; + margin-right: 1em; } -/* line 110, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 94, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list .x-item-selected .x-list-disclosure { background: #fff none; } -/* line 114, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 98, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list .x-list-item { + overflow: hidden; position: relative; color: black; - padding: 0.5em 0.8em; - min-height: 2.6em; - display: -webkit-box; - display: box; border-top: 1px solid #d1d1d1; } -/* line 124, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 104, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +.x-list .x-list-item .x-list-item-label { + min-height: 2.6em; + padding: 0.7em 0.8em; +} +/* line 109, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list .x-list-item:first-child { border-top: none; } -/* line 128, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 113, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list .x-list-item:last-child { border-bottom: 1px solid #d1d1d1; } -/* line 132, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ -.x-list .x-list-item .x-list-item-body { - -webkit-box-flex: 1; - box-flex: 1; - /*@include display-box;*/ - -webkit-box-align: center; - box-align: center; - -webkit-box-orient: horizontal; - box-orient: horizontal; -} -/* line 138, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ -.x-list .x-list-item .x-list-item-body span { - font-size: .95em; -} -/* line 143, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 117, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list .x-list-item.x-item-pressed { border-top-color: #77b2f8; background: #77b2f8 none; } -/* line 151, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 125, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list .x-list-item.x-item-selected { background-color: #06346a; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #167bf3), color-stop(2%, #07448c), color-stop(100%, #042348)); + background-image: -webkit-linear-gradient(#167bf3, #07448c 2%, #042348); background-image: linear-gradient(#167bf3, #07448c 2%, #042348); color: white; text-shadow: rgba(0, 0, 0, 0.5) 0 -0.08em 0; @@ -4133,10 +4753,11 @@ input, textarea { border-bottom-color: #021022; } -/* line 164, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 138, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-header { background-color: #4d80bc; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bccfe6), color-stop(2%, #6792c5), color-stop(100%, #3f6ea6)); + background-image: -webkit-linear-gradient(#bccfe6, #6792c5 2%, #3f6ea6); background-image: linear-gradient(#bccfe6, #6792c5 2%, #3f6ea6); color: #1f3651; text-shadow: rgba(255, 255, 255, 0.25) 0 0.08em 0; @@ -4149,27 +4770,31 @@ input, textarea { -webkit-box-shadow: 0px 0.1em 0.3em rgba(0, 0, 0, 0.3); } -/* line 179, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 153, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-header-swap { - z-index: 1; position: absolute; top: 0; left: 0; width: 100%; } -/* line 187, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 160, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +.x-ios .x-list-header-swap { + -webkit-transform: translate3d(0, 0, 0); +} + +/* line 164, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-round { background-color: #eaeaea; } -/* line 190, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 167, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-round .x-list-group-items > *, .x-list-round.x-list-flat .x-list-parent > * { border-right: 1px solid #d1d1d1; border-left: 1px solid #d1d1d1; background-color: #f7f7f7; margin: 0 1.2em; } -/* line 195, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 172, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-round .x-list-group-items > *:first-child, .x-list-round.x-list-flat .x-list-parent > *:first-child { margin: 1.2em 1.2em 0; border-top: 1px solid #d1d1d1; @@ -4178,7 +4803,7 @@ input, textarea { -webkit-border-top-right-radius: 0.4em; border-top-right-radius: 0.4em; } -/* line 200, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 177, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-round .x-list-group-items > *:last-child, .x-list-round.x-list-flat .x-list-parent > *:last-child { margin: 0 1.2em 1.2em; border-bottom: 1px solid #d1d1d1; @@ -4188,16 +4813,16 @@ input, textarea { border-bottom-right-radius: 0.4em; } -/* line 210, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 187, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-paging { height: 50px; } -/* line 212, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 189, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-paging .x-loading-spinner { display: none; margin: auto; } -/* line 217, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 194, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-paging .x-list-paging-msg { text-align: center; color: #06346a; @@ -4205,16 +4830,16 @@ input, textarea { -webkit-border-radius: 6px; border-radius: 6px; } -/* line 225, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 202, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-paging.x-loading .x-loading-spinner { display: block; } -/* line 229, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 206, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-paging.x-loading .x-list-paging-msg { display: none; } -/* line 237, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 214, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-pullrefresh { display: -webkit-box; display: box; @@ -4230,12 +4855,12 @@ input, textarea { width: 100%; height: 4.5em; } -/* line 248, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 225, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-pullrefresh .x-loading-spinner { display: none; } -/* line 253, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 230, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-pullrefresh-arrow { width: 2.5em; height: 4.5em; @@ -4247,179 +4872,522 @@ input, textarea { background-color: #111; } -/* line 265, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +/* line 242, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ .x-list-pullrefresh-release .x-list-pullrefresh-arrow { -webkit-transform: rotate(-180deg); } -/* line 269, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ -.x-list-pullrefresh-wrap { - width: 20em; - font-size: 0.7em; +/* line 246, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +.x-list-pullrefresh-wrap { + width: 20em; + font-size: 0.7em; +} + +/* line 251, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +.x-list-pullrefresh-message { + font-weight: bold; + font-size: 1.3em; + margin-bottom: 0.1em; + text-align: center; +} + +/* line 258, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +.x-list-pullrefresh-updated { + text-align: center; +} + +/* line 262, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +.x-list-pullrefresh-loading { + /*position: relative;*/ + /*top: 0;*/ +} +/* line 266, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +.x-list-pullrefresh-loading .x-loading-spinner { + display: block; +} +/* line 270, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ +.x-list-pullrefresh-loading .x-list-pullrefresh-arrow { + display: none; +} + +/* line 2, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +html, body { + width: 100%; + height: 100%; +} + +/* line 7, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-translatable { + position: absolute; + top: 100%; + left: 100%; + z-index: 1; +} + +/* line 14, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-translatable-container { + position: relative; +} + +/* line 18, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-translatable-wrapper { + width: 100%; + height: 100%; + position: absolute; + overflow: hidden; +} + +/* line 25, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-translatable-stretcher { + width: 300%; + height: 300%; + position: absolute; + visibility: hidden; + z-index: -1; +} + +/* line 34, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-layout-fit, +.x-layout-card { + position: relative; + overflow: hidden; +} + +/* line 39, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-layout-fit-item, .x-layout-card-item { + position: absolute !important; + width: 100%; + height: 100%; +} + +/* line 45, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-layout-hbox, .x-layout-vbox { + display: -webkit-box; +} +/* line 47, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-layout-hbox > *, .x-layout-vbox > * { + -webkit-box-flex: 0; +} + +/* line 52, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-layout-hbox { + -webkit-box-orient: horizontal; +} + +/* line 56, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-layout-vbox { + -webkit-box-orient: vertical; +} + +/* line 60, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-layout-hbox > .x-layout-box-item { + width: 0 !important; +} + +/* line 64, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-layout-vbox > .x-layout-box-item { + height: 0 !important; +} + +/* line 68, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-container, .x-body { + display: -webkit-box; + overflow: hidden; +} + +/* line 73, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-body { + -webkit-box-flex: 1; + min-width: 100%; + min-height: 100%; +} + +/* line 79, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-body > .x-inner, .x-container > .x-inner { + -webkit-box-flex: 1; + min-width: 100%; + min-height: 100%; + position: relative; +} + +/* line 86, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-docking-horizontal { + display: -webkit-box; + -webkit-box-flex: 1; + -webkit-box-orient: horizontal; + min-width: 100%; + min-height: 100%; +} + +/* line 94, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-docking-vertical { + display: -webkit-box; + -webkit-box-flex: 1; + -webkit-box-orient: vertical; + min-width: 100%; + min-height: 100%; +} + +/* line 102, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-centered { + position: absolute !important; + width: 100%; + height: 100%; + display: -webkit-box; + -webkit-box-align: center; + -webkit-box-pack: center; +} + +/* line 111, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-floating { + position: absolute !important; +} + +/* line 115, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-centered > * { + position: relative !important; + -webkit-box-flex: 0 !important; +} + +/* line 120, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-size-change-detector { + visibility: hidden; + position: absolute; + left: 0; + top: 0; + z-index: -1; + width: 100%; + height: 100%; + overflow: hidden; +} + +/* line 131, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-size-change-detector > * { + visibility: hidden; +} + +/* line 135, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-size-change-detector-shrink > * { + width: 200%; + height: 200%; +} + +/* line 140, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-size-change-detector-expand > * { + width: 100000px; + height: 100000px; +} + +/* line 145, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-view { + position: relative; + display: block; +} + +/* line 150, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-container { + position: absolute; + overflow: hidden; + width: 100%; + height: 100%; +} + +/* line 157, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-scroller { + position: absolute; + min-width: 100%; + min-height: 100%; +} + +/* line 163, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-ios .x-scroll-scroller, .x-android4 .x-scroll-scroller { + -webkit-transform: translate3d(0, 0, 0); +} + +/* line 167, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-stretcher { + position: absolute; + visibility: hidden; +} + +/* line 172, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-bar-grid-wrapper { + position: absolute; + width: 100%; + height: 100%; +} + +/* line 178, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-bar-grid { + display: table; + width: 100%; + height: 100%; +} +/* line 183, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-bar-grid > * { + display: table-row; +} +/* line 187, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-bar-grid > * > * { + display: table-cell; +} +/* line 191, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-bar-grid > :first-child > :first-child { + width: 100%; + height: 100%; +} +/* line 196, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-bar-grid > :first-child > :nth-child(2) { + padding: 3px 3px 0 0; +} +/* line 200, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-bar-grid > :nth-child(2) > :first-child { + padding: 0 0 3px 3px; +} + +/* line 205, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-bar { + position: relative; + overflow: hidden; } -/* line 274, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ -.x-list-pullrefresh-message { - font-weight: bold; - font-size: 1.3em; - margin-bottom: 0.1em; - text-align: center; +/* line 210, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-bar-stretcher { + position: absolute; + visibility: hidden; + width: 100%; + height: 100%; } -/* line 281, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ -.x-list-pullrefresh-updated { - text-align: center; +/* line 217, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-bar-x { + height: 6px; + width: 100%; +} +/* line 221, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-bar-x > .x-scroll-bar-stretcher { + width: 300%; } -/* line 285, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ -.x-list-pullrefresh-loading { - /*position: relative;*/ - /*top: 0;*/ +/* line 226, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-bar-y { + width: 6px; + height: 100%; } -/* line 289, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ -.x-list-pullrefresh-loading .x-loading-spinner { - display: block; +/* line 230, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-bar-y > .x-scroll-bar-stretcher { + height: 300%; } -/* line 293, ../themes/stylesheets/sencha-touch/default/widgets/_list.scss */ -.x-list-pullrefresh-loading .x-list-pullrefresh-arrow { - display: none; + +/* line 235, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-indicator { + background: #333; + position: absolute; + z-index: 1; + opacity: 0.5; } -/* line 3, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ -.x-container { - position: relative; +/* line 244, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-list-light .x-scroll-indicator, +.x-dataview-light .x-scroll-indicator { + background: #fff; + opacity: 1; } -/* line 7, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ -.x-layout-box-inner { - display: -webkit-box; - position: relative; +/* line 250, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-indicator-x { + height: 100%; } -/* line 12, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ -.x-fit-item { - position: absolute; - left: 0; - top: 0; - overflow: hidden; +/* line 254, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-indicator-y { width: 100%; } -/* line 20, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ -.x-panel > .x-docked, .x-docked { +/* line 258, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-indicator-csstransform { + background: none; + -webkit-transition: opacity 0.2s ease-out; +} +/* line 262, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-indicator-csstransform > * { position: absolute; - z-index: 5; + background-color: #333; +} +/* line 267, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-indicator-csstransform > :nth-child(2) { + -webkit-transform-origin: 0% 0%; + background: none; + content: url(data:image/bmp;base64,Qk08AAAAAAAAADYAAAAoAAAAAQAAAAEAAAABABAAAAAAAAYAAAASCwAAEgsAAAAAAAAAAAAAxhgAAAAA); +} +/* line 274, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-indicator-csstransform.x-scroll-indicator-y > * { + width: 100%; +} +/* line 278, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-indicator-csstransform.x-scroll-indicator-y > :first-child { + height: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; +} +/* line 283, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-indicator-csstransform.x-scroll-indicator-y > :nth-child(2) { + height: 1px; +} +/* line 287, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-indicator-csstransform.x-scroll-indicator-y > :last-child { + height: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; +} +/* line 294, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-indicator-csstransform.x-scroll-indicator-x > * { + height: 100%; +} +/* line 298, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-indicator-csstransform.x-scroll-indicator-x > :first-child { + width: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + -webkit-border-bottom-left-radius: 3px; + border-bottom-left-radius: 3px; +} +/* line 303, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-indicator-csstransform.x-scroll-indicator-x > :nth-child(2) { + width: 1px; +} +/* line 306, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ +.x-scroll-indicator-csstransform.x-scroll-indicator-x > :last-child { + width: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; + -webkit-border-bottom-right-radius: 3px; + border-bottom-right-radius: 3px; } -/* line 25, ../themes/stylesheets/sencha-touch/default/core/_layout.scss */ -.x-layout-fit { +/* line 51, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ +.x-carousel { + position: relative; overflow: hidden; } -/* line 137, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-checkmark-base, .x-item-selected .x-list-selected:before, .x-item-selected .x-list-selected:after, .x-field .x-input-radio:after, .x-field .x-input-checkbox:after, .x-field .x-input-radio:checked:after, .x-field .x-input-checkbox:checked:after { - content: ""; +/* line 56, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ +.x-carousel-item { position: absolute; - width: 0.75em; - height: 1.25em; - top: 50%; - left: auto; - -webkit-transform: rotate(45deg) skew(5deg); - -webkit-transform-origin: 50% 50%; - right: 1.1em; - border: .35em solid; - border-top: none; - border-left: none; - margin-top: -0.75em; + width: 100%; + height: 100%; +} +/* line 61, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ +.x-carousel-item > * { + position: absolute; + width: 100%; + height: 100%; } -/* line 148, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-form .x-panel-body { - padding: 1em; - background-color: #eeeeee; +/* line 68, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ +.x-carousel-indicator { + padding: 0; + -webkit-border-radius: 0; + border-radius: 0; + -webkit-box-shadow: none; + background-color: transparent; + background-image: none; } -/* line 153, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-input-el, .x-field input, .x-field textarea, .x-field select, .x-field .x-field-slider, .x-field-toggle, .x-field-slider { - min-height: 2.5em; - width: 100%; +/* line 78, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ +.x-carousel-indicator { + -webkit-box-flex: 1; + display: -webkit-box; + display: box; + -webkit-box-pack: center; + box-pack: center; + -webkit-box-align: center; + box-align: center; +} +/* line 85, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ +.x-carousel-indicator span { display: block; - background: white none; - -webkit-appearance: none; + width: 0.5em; + height: 0.5em; + -webkit-border-radius: 0.25em; + border-radius: 0.25em; + margin: 0.2em; } -/* line 163, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-item-selected .x-list-label { - padding-right: 1.85em; - display: block; - white-space: nowrap; - text-overflow: ellipsis; - overflow: hidden; +/* line 94, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ +.x-carousel-indicator-horizontal { + height: 1.5em; width: 100%; } -/* line 174, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-item-selected .x-list-selected:before { - border-color: #262626; - margin-top: -0.85em; -} -/* line 179, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-item-selected .x-list-selected:after { - border-color: #dddddd; + +/* line 99, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ +.x-carousel-indicator-vertical { + -webkit-box-orient: vertical; + box-orient: vertical; + width: 1.5em; + height: 100%; } -/* line 185, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field { - overflow: hidden; - position: relative; - min-height: 2.5em; - border-bottom: 1px solid #dddddd; +/* line 34, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ +.x-carousel-indicator-light span { + background-color: rgba(255, 255, 255, 0.1); + background-image: none; } -/* line 197, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field input, .x-field textarea, .x-field select, .x-field .x-field-slider { - -webkit-border-radius: 0; - border-radius: 0; - padding: .4em; - border: 0; +/* line 37, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ +.x-carousel-indicator-light span.x-carousel-indicator-active { + background-color: rgba(255, 255, 255, 0.3); + background-image: none; } -/* line 205, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field:last-child { - border-bottom: 0; +/* line 34, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ +.x-carousel-indicator-dark span { + background-color: rgba(0, 0, 0, 0.1); + background-image: none; +} +/* line 37, ../themes/stylesheets/sencha-touch/default/widgets/_carousel.scss */ +.x-carousel-indicator-dark span.x-carousel-indicator-active { + background-color: rgba(0, 0, 0, 0.3); + background-image: none; } -/* line 209, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field-mask { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; +/* line 125, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-form .x-scroll-container { + background-color: #eeeeee; +} +/* line 128, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-form .x-scroll-container > .x-inner { + padding: 1em; } -/* line 225, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +/* line 135, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ .x-form-fieldset { - margin: 1em 0 1.5em; + margin: 0 0 1.5em; } -/* line 228, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-form-fieldset .x-panel-body { +/* line 138, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-form-fieldset .x-form-fieldset-inner { border: 1px solid #dddddd; + background: #fff; padding: 0; - -webkit-box-shadow: rgba(255, 255, 255, 0.7) 0 1px 0; -webkit-border-radius: 0.4em; border-radius: 0.4em; overflow: hidden; } -/* line 239, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +/* line 147, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ .x-form-fieldset-title { text-shadow: #fff 0 1px 1px; color: #333333; margin: 1em 0.7em 0.3em; color: #333333; font-weight: bold; + white-space: nowrap; } -/* line 246, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +/* line 155, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ .x-form-fieldset-instructions { text-shadow: #fff 0 1px 1px; color: #333333; @@ -4429,7 +5397,7 @@ input, textarea { text-align: center; } -/* line 254, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +/* line 164, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ .x-form-label { text-shadow: #fff 0 1px 1px; color: #333333; @@ -4437,337 +5405,318 @@ input, textarea { background-color: #f7f7f7; padding: 0.6em; border-top: 1px solid white; - display: block; + display: none; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; } -/* line 262, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +/* line 173, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ .x-form-label span { font-size: .8em; font-weight: bold; } -/* line 268, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-form-field-container { +/* line 180, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field { + min-height: 2.5em; + border-bottom: 1px solid #dddddd; +} +/* line 184, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field .x-component-outer { -webkit-box-flex: 1; - box-flex: 1; - width: 100%; +} +/* line 188, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field .x-field-input { position: relative; } - -/* line 274, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field { - display: -webkit-box; - display: box; +/* line 193, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field .x-field-input, .x-field .x-input-el { + width: 100%; } - -/* line 278, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-input-text, .x-input, .x-input-number, .x-spinner-body, .x-input-radio, .x-input-checkbox, .x-input-email, .x-input-url, .x-input-password, .x-input-slider { - -webkit-box-flex: 1; - box-flex: 1; +/* line 198, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field.x-field-labeled .x-form-label { + display: block; } - -/* line 282, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-label-align-left, .x-label-align-right { - -webkit-box-orient: horizontal; - box-orient: horizontal; - -webkit-box-align: stretch; - box-align: stretch; +/* line 203, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field:last-child { + border-bottom: 0; } -/* line 295, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-form-fieldset .x-field:first-child, .x-form-fieldset .x-field:first-child > :first-child:not(.x-input-toggle), .x-form-fieldset .x-field:first-child > :first-child input, .x-form-fieldset .x-field:first-child > :first-child textarea { +/* line 210, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-label-align-left:first-child .x-form-label { -webkit-border-top-left-radius: 0.4em; border-top-left-radius: 0.4em; } -/* line 299, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-form-fieldset .x-field:first-child, .x-form-fieldset .x-field:first-child > :last-child:not(.x-input-toggle), .x-form-fieldset .x-field:first-child > :last-child input, .x-form-fieldset .x-field:first-child > :last-child textarea { - -webkit-border-top-right-radius: 0.4em; - border-top-right-radius: 0.4em; -} -/* line 303, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-form-fieldset .x-field:last-child, .x-form-fieldset .x-field:last-child > :first-child:not(.x-input-toggle), .x-form-fieldset .x-field:last-child > :first-child input, .x-form-fieldset .x-field:last-child > :first-child textarea { +/* line 216, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-label-align-left:last-child .x-form-label { -webkit-border-bottom-left-radius: 0.4em; border-bottom-left-radius: 0.4em; } -/* line 307, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-form-fieldset .x-field:last-child, .x-form-fieldset .x-field:last-child > :last-child:not(.x-input-toggle), .x-form-fieldset .x-field:last-child > :last-child input, .x-form-fieldset .x-field:last-child > :last-child textarea { - -webkit-border-bottom-right-radius: 0.4em; - border-bottom-right-radius: 0.4em; -} -/* line 312, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +/* line 222, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ .x-label-align-right { -webkit-box-direction: reverse; box-direction: reverse; - -webkit-box-pack: end; - box-pack: end; } - -/* line 319, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-form-fieldset .x-label-align-right:first-child .x-form-label { +/* line 225, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-label-align-right .x-field-input { + -webkit-box-direction: normal; + box-direction: normal; +} +/* line 230, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-label-align-right:first-child .x-form-label { -webkit-border-top-right-radius: 0.4em; border-top-right-radius: 0.4em; } -/* line 322, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-form-fieldset .x-label-align-right:first-child .x-input-text, .x-form-fieldset .x-label-align-right:first-child .x-input, .x-form-fieldset .x-label-align-right:first-child .x-input-number, .x-form-fieldset .x-label-align-right:first-child .x-spinner-body, .x-form-fieldset .x-label-align-right:first-child .x-input-radio, .x-form-fieldset .x-label-align-right:first-child .x-input-checkbox, .x-form-fieldset .x-label-align-right:first-child .x-input-email, .x-form-fieldset .x-label-align-right:first-child .x-input-url, .x-form-fieldset .x-label-align-right:first-child .x-input-password, .x-form-fieldset .x-label-align-right:first-child .x-input-slider { - -webkit-border-top-right-radius: 0; - border-top-right-radius: 0; +/* line 235, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-label-align-right:last-child { + border-bottom: 0; } -/* line 327, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-form-fieldset .x-label-align-right:last-child .x-form-label { +/* line 238, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-label-align-right:last-child .x-form-label { -webkit-border-bottom-right-radius: 0.4em; border-bottom-right-radius: 0.4em; } -/* line 330, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-form-fieldset .x-label-align-right:last-child .x-input-text, .x-form-fieldset .x-label-align-right:last-child .x-input, .x-form-fieldset .x-label-align-right:last-child .x-input-number, .x-form-fieldset .x-label-align-right:last-child .x-spinner-body, .x-form-fieldset .x-label-align-right:last-child .x-input-radio, .x-form-fieldset .x-label-align-right:last-child .x-input-checkbox, .x-form-fieldset .x-label-align-right:last-child .x-input-email, .x-form-fieldset .x-label-align-right:last-child .x-input-url, .x-form-fieldset .x-label-align-right:last-child .x-input-password, .x-form-fieldset .x-label-align-right:last-child .x-input-slider { - -webkit-border-bottom-right-radius: 0; - border-bottom-right-radius: 0; -} -/* line 336, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-label-align-top, .x-label-align-bottom { +/* line 245, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-label-align-top, +.x-label-align-bottom { -webkit-box-orient: vertical; box-orient: vertical; } +/* line 248, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-label-align-top .x-form-label, +.x-label-align-bottom .x-form-label { + width: 100% !important; +} -/* line 339, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +/* line 255, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-label-align-top:first-child .x-form-label { + -webkit-border-top-left-radius: 0.4em; + border-top-left-radius: 0.4em; + -webkit-border-top-right-radius: 0.4em; + border-top-right-radius: 0.4em; +} + +/* line 261, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ .x-label-align-bottom { -webkit-box-direction: reverse; box-direction: reverse; } - -/* line 346, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field-required label:after, .x-field-required .x-form-label:after { - content: "*"; - display: inline; +/* line 264, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-label-align-bottom .x-field-input { + -webkit-box-direction: normal; + box-direction: normal; +} +/* line 269, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-label-align-bottom:last-child .x-form-label { + -webkit-border-bottom-left-radius: 0.4em; + border-bottom-left-radius: 0.4em; + -webkit-border-bottom-right-radius: 0.4em; + border-bottom-right-radius: 0.4em; } -/* line 359, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field-select:before, .x-field-select:after { - pointer-events: none; - position: absolute; +/* line 275, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-input-el { + padding: .4em; + min-height: 2.5em; display: block; - right: 0; -} -/* line 367, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field-select:after { - content: ""; - position: absolute; - width: 0; - height: 0; - top: 0; - left: auto; - margin: 1em; - border: .4em solid transparent; - border-top-color: #dddddd; - z-index: 2; -} -/* line 379, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field-select.x-label-align-top:after { - top: auto; - bottom: 0; + border-width: 0; + background: transparent; + -webkit-appearance: none; } -/* line 384, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field-select:before { - content: ""; + +/* line 284, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-mask { position: absolute; - width: 4em; - height: auto; top: 0; - left: auto; - bottom: 0; - z-index: 1; - -webkit-border-top-right-radius: inherit; - border-top-right-radius: inherit; - -webkit-border-bottom-right-radius: inherit; - border-bottom-right-radius: inherit; - background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(255, 255, 255, 0)), color-stop(0.5, white)); + right: 0; + bottom: 0; + left: 0; } -/* line 395, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-item-disabled .x-form-label span, .x-item-disabled input, .x-item-disabled .x-spinner-body, .x-item-disabled select, .x-item-disabled textarea, .x-item-disabled .x-field-clear-container { - color: #b3b3b3; +/* line 291, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-required label:after, .x-field-required .x-form-label:after { + content: "*"; + display: inline; } -/* line 401, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +/* line 299, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ .x-field-textarea textarea { min-height: 6em; padding-top: .5em; } -/* line 408, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field .x-input-radio:after, .x-field .x-input-checkbox:after { - border-color: #dddddd; -} -/* line 411, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field .x-input-radio:checked:after, .x-field .x-input-checkbox:checked:after { - border-color: #06346a; +/* line 311, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-checkmark-base, .x-field .x-input-radio:after, +.x-field .x-input-checkbox:after, .x-field .x-input-radio:checked:after, +.x-field .x-input-checkbox:checked:after, .x-select-overlay .x-item-selected:before, .x-select-overlay .x-item-selected:after { + content: ""; + position: absolute; + width: 0.75em; + height: 1.25em; + top: 50%; + left: auto; + -webkit-transform: rotate(45deg) skew(5deg); + -webkit-transform-origin: 50% 50%; + right: 1.1em; + border: .35em solid; + border-top: none; + border-left: none; + margin-top: -0.75em; } -/* line 416, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-label-align-right .x-input-radio:after, .x-label-align-right .x-input-checkbox:after { - right: auto; - left: 0.6em; +/* line 323, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field .x-input-radio, +.x-field .x-input-checkbox { + position: relative; } - -/* line 422, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-spinner { - border-bottom: 1px solid #dddddd; +/* line 326, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field .x-input-radio:after, +.x-field .x-input-checkbox:after { + border-color: #dddddd; +} +/* line 329, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field .x-input-radio:checked:after, +.x-field .x-input-checkbox:checked:after { + border-color: #06346a; } -/* line 426, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-spinner .x-spinner-body { +/* line 336, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-spinner .x-field-input { display: -webkit-box; display: box; - -webkit-box-direction: normal; - box-direction: normal; -} - -/* line 431, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-spinner-body { - -webkit-box-orient: horizontal; - box-orient: horizontal; - -webkit-box-align: stretch; - box-align: stretch; - width: 100%; - text-align: center; -} -/* line 437, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-spinner-body span { - font-size: 1.3em; - font-weight: bold; - text-shadow: rgba(255, 255, 255, 0.25) 0 0.08em 0; -} -/* line 443, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-spinner-body .x-form-field-container { - width: 3em; } -/* line 447, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-spinner-body input { +/* line 339, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-spinner .x-field-input .x-input-el { padding: 0; - border-right: 0; - border-left: 0; - -webkit-border-radius: 0; - border-radius: 0; - border-color: #dddddd; + width: 50%; + -webkit-box-flex: 1; text-align: center; } -/* line 456, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-spinner-body .x-spinner-down, .x-spinner-body .x-spinner-up { - -webkit-box-flex: 1; - box-flex: 1; +/* line 348, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-spinner .x-field-input input::-webkit-outer-spin-button, .x-spinner .x-field-input input::-webkit-inner-spin-button { + -webkit-appearance: none; + margin: 0; +} +/* line 353, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-spinner .x-field-input .x-spinner-button { + padding: .65em 1.5em; font-weight: bold; - padding: .3em 0; + text-align: center; } -/* line 52, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-spinner-body .x-spinner-down, .x-toolbar .x-spinner-body .x-spinner-down, .x-spinner-body .x-spinner-up, .x-toolbar .x-spinner-body .x-spinner-up { +/* line 55, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-spinner .x-field-input .x-spinner-button, .x-toolbar .x-spinner .x-field-input .x-spinner-button { border: 0.1em solid #aaaaaa; border-top-color: #b7b7b7; color: black; text-shadow: rgba(255, 255, 255, 0.25) 0 0.08em 0; -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0 0.1em 0; } -/* line 57, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-spinner-body .x-spinner-down.x-button-back:before, .x-spinner-body .x-spinner-down.x-button-forward:before, .x-toolbar .x-spinner-body .x-spinner-down.x-button-back:before, .x-toolbar .x-spinner-body .x-spinner-down.x-button-forward:before, .x-spinner-body .x-spinner-up.x-button-back:before, .x-spinner-body .x-spinner-up.x-button-forward:before, .x-toolbar .x-spinner-body .x-spinner-up.x-button-back:before, .x-toolbar .x-spinner-body .x-spinner-up.x-button-forward:before { +/* line 60, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-spinner .x-field-input .x-spinner-button.x-button-back:before, .x-spinner .x-field-input .x-spinner-button.x-button-forward:before, .x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-back:before, .x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-forward:before { background: #aaaaaa; } -/* line 61, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-spinner-body .x-spinner-down, .x-spinner-body .x-spinner-down.x-button-back:after, .x-spinner-body .x-spinner-down.x-button-forward:after, .x-toolbar .x-spinner-body .x-spinner-down, .x-toolbar .x-spinner-body .x-spinner-down.x-button-back:after, .x-toolbar .x-spinner-body .x-spinner-down.x-button-forward:after, .x-spinner-body .x-spinner-up, .x-spinner-body .x-spinner-up.x-button-back:after, .x-spinner-body .x-spinner-up.x-button-forward:after, .x-toolbar .x-spinner-body .x-spinner-up, .x-toolbar .x-spinner-body .x-spinner-up.x-button-back:after, .x-toolbar .x-spinner-body .x-spinner-up.x-button-forward:after { +/* line 64, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-spinner .x-field-input .x-spinner-button, .x-spinner .x-field-input .x-spinner-button.x-button-back:after, .x-spinner .x-field-input .x-spinner-button.x-button-forward:after, .x-toolbar .x-spinner .x-field-input .x-spinner-button, .x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-back:after, .x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-forward:after { background-color: #dddddd; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(2%, #efefef), color-stop(100%, #cbcbcb)); + background-image: -webkit-linear-gradient(#ffffff, #efefef 2%, #cbcbcb); background-image: linear-gradient(#ffffff, #efefef 2%, #cbcbcb); } -/* line 65, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-spinner-body .x-spinner-down img.x-icon-mask, .x-toolbar .x-spinner-body .x-spinner-down img.x-icon-mask, .x-spinner-body .x-spinner-up img.x-icon-mask, .x-toolbar .x-spinner-body .x-spinner-up img.x-icon-mask { +/* line 68, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-spinner .x-field-input .x-spinner-button .x-button-icon.x-icon-mask, .x-toolbar .x-spinner .x-field-input .x-spinner-button .x-button-icon.x-icon-mask { background-color: black; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(2%, #121212), color-stop(100%, #000000)); + background-image: -webkit-linear-gradient(#4d4d4d, #121212 2%, #000000); background-image: linear-gradient(#4d4d4d, #121212 2%, #000000); } -/* line 74, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-spinner-body .x-spinner-down.x-button-pressed, .x-spinner-body .x-spinner-down.x-button-active, .x-toolbar .x-spinner-body .x-spinner-down.x-button-pressed, .x-toolbar .x-spinner-body .x-spinner-down.x-button-active, .x-spinner-body .x-spinner-up.x-button-pressed, .x-spinner-body .x-spinner-up.x-button-active, .x-toolbar .x-spinner-body .x-spinner-up.x-button-pressed, .x-toolbar .x-spinner-body .x-spinner-up.x-button-active { +/* line 77, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-spinner .x-field-input .x-spinner-button.x-button-pressed, .x-spinner .x-field-input .x-spinner-button.x-button-active, .x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-pressed, .x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-active { -webkit-box-shadow: inset #bab3b3 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0; } -/* line 75, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ -.x-spinner-body .x-spinner-down.x-button-pressed, .x-spinner-body .x-spinner-down.x-button-pressed:after, .x-spinner-body .x-spinner-down.x-button-active, .x-spinner-body .x-spinner-down.x-button-active:after, .x-toolbar .x-spinner-body .x-spinner-down.x-button-pressed, .x-toolbar .x-spinner-body .x-spinner-down.x-button-pressed:after, .x-toolbar .x-spinner-body .x-spinner-down.x-button-active, .x-toolbar .x-spinner-body .x-spinner-down.x-button-active:after, .x-spinner-body .x-spinner-up.x-button-pressed, .x-spinner-body .x-spinner-up.x-button-pressed:after, .x-spinner-body .x-spinner-up.x-button-active, .x-spinner-body .x-spinner-up.x-button-active:after, .x-toolbar .x-spinner-body .x-spinner-up.x-button-pressed, .x-toolbar .x-spinner-body .x-spinner-up.x-button-pressed:after, .x-toolbar .x-spinner-body .x-spinner-up.x-button-active, .x-toolbar .x-spinner-body .x-spinner-up.x-button-active:after { +/* line 78, ../themes/stylesheets/sencha-touch/default/_mixins.scss */ +.x-spinner .x-field-input .x-spinner-button.x-button-pressed, .x-spinner .x-field-input .x-spinner-button.x-button-pressed:after, .x-spinner .x-field-input .x-spinner-button.x-button-active, .x-spinner .x-field-input .x-spinner-button.x-button-active:after, .x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-pressed, .x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-pressed:after, .x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-active, .x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-active:after { background-color: #cbcbcb; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b2b2b2), color-stop(10%, #bebebe), color-stop(65%, #cbcbcb), color-stop(100%, #cccccc)); + background-image: -webkit-linear-gradient(#b2b2b2, #bebebe 10%, #cbcbcb 65%, #cccccc); background-image: linear-gradient(#b2b2b2, #bebebe 10%, #cbcbcb 65%, #cccccc); } -/* line 462, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-spinner-body .x-spinner-down { - border-left: 0; +/* line 359, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-spinner .x-field-input .x-spinner-button-down { + border: 0 !important; + border-right: 1px solid #dddddd !important; } -/* line 465, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-spinner-body .x-spinner-up { - border-right: 0; +/* line 363, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-spinner .x-field-input .x-spinner-button-up { + border: 0 !important; + border-left: 1px solid #dddddd !important; } -/* line 472, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field-clear-container { - min-height: 2.5em; - background-color: white; - display: -webkit-box; - display: box; - -webkit-box-orient: horizontal; - box-orient: horizontal; - -webkit-box-align: center; - box-align: center; - -webkit-box-pack: center; - box-pack: center; - padding: 0 .3em; +/* line 370, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-phone .x-select-overlay { + min-width: 14em; + min-height: 12.5em; } -/* line 482, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-android .x-field-clear { - line-height: 1.2em; - padding: 0 .3em; +/* line 376, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-select-overlay { + min-width: 18em; + min-height: 22em; } - -/* line 487, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field-clear { - width: 1.1em; - height: 1.1em; - -webkit-border-radius: 0.55em; - border-radius: 0.55em; - background-color: rgba(0, 0, 0, 0.15); - color: #fff; - font-weight: bold; - line-height: .9em; - text-align: center; - padding: 0 .27em; +/* line 380, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-select-overlay .x-list-item-label { + height: 2.6em; } - -/* line 499, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-field-clearable input.x-field-clearable { - padding-right: 1.7em; +/* line 384, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-select-overlay .x-list-label { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + display: block; } - -/* line 503, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-label-align-top .x-field-clear { - top: auto; - bottom: .7em; +/* line 389, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-select-overlay .x-list-item { + padding-right: 2.6em; } - -/* line 508, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-label-align-right .x-field-clear { - top: 0.6em; - right: 0.6em; +/* line 394, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-select-overlay .x-item-selected:before { + border-color: #262626; + margin-top: -0.85em; +} +/* line 399, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-select-overlay .x-item-selected:after { + border-color: #dddddd; } /* line 11, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ -.x-slider { +.x-slider-field .x-component-outer, .x-toggle-field .x-component-outer { + margin: 0.6em; +} + +/* line 17, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ +.x-slider, +.x-toggle { position: relative; height: 2.2em; - margin: 0.6em; min-height: 0; + min-width: 0; +} +/* line 23, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ +.x-slider > *, +.x-toggle > * { + position: absolute; + width: 100%; + height: 100%; } -/* line 41, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ +/* line 53, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ .x-thumb { position: absolute; height: 2.2em; width: 2.2em; } -/* line 47, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ +/* line 59, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ .x-thumb:before { content: ""; position: absolute; @@ -4780,29 +5729,26 @@ input, textarea { border-radius: 0.925em; background-color: #dddddd; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(2%, #efefef), color-stop(100%, #cbcbcb)); + background-image: -webkit-linear-gradient(#ffffff, #efefef 2%, #cbcbcb); background-image: linear-gradient(#ffffff, #efefef 2%, #cbcbcb); -webkit-box-shadow: inset rgba(255, 255, 255, 0.5) 0 0 0.1em, inset rgba(255, 255, 255, 0.3) 0 -0.1em 0; -webkit-background-clip: padding; background-clip: padding-box; } -/* line 57, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ +/* line 69, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ .x-thumb.x-dragging { opacity: 1; } -/* line 58, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ +/* line 70, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ .x-thumb.x-dragging:before { background-color: #d0d0d0; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(2%, #e2e2e2), color-stop(100%, #bebebe)); + background-image: -webkit-linear-gradient(#ffffff, #e2e2e2 2%, #bebebe); background-image: linear-gradient(#ffffff, #e2e2e2 2%, #bebebe); } -/* line 65, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ -.x-input-slider { - width: auto; -} - -/* line 70, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ -.x-input-slider:after { +/* line 78, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ +.x-slider:after { content: ""; position: absolute; width: auto; @@ -4813,6 +5759,7 @@ input, textarea { margin: 0 0.925em; background-color: #dddddd; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c4c4c4), color-stop(10%, #d0d0d0), color-stop(65%, #dddddd), color-stop(100%, #dedede)); + background-image: -webkit-linear-gradient(#c4c4c4, #d0d0d0 10%, #dddddd 65%, #dedede); background-image: linear-gradient(#c4c4c4, #d0d0d0 10%, #dddddd 65%, #dedede); border: 0.1em solid rgba(0, 0, 0, 0.1); border-bottom: 0; @@ -4821,13 +5768,8 @@ input, textarea { border-radius: 0.4em; } -/* line 82, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ -.x-field-toggle, .x-field-slider { - background-color: #fff; -} - -/* line 87, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ -.x-field-toggle .x-slider { +/* line 90, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ +.x-toggle { width: 4.4em; -webkit-border-radius: 1.1em; border-radius: 1.1em; @@ -4835,99 +5777,264 @@ input, textarea { border: 0.1em solid #b7b7b7; background-color: #dddddd; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c4c4c4), color-stop(10%, #d0d0d0), color-stop(65%, #dddddd), color-stop(100%, #dedede)); + background-image: -webkit-linear-gradient(#c4c4c4, #d0d0d0 10%, #dddddd 65%, #dedede); background-image: linear-gradient(#c4c4c4, #d0d0d0 10%, #dddddd 65%, #dedede); - z-index: 2; -} -/* line 109, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ -.x-field-toggle .x-slider .x-thumb .x-toggle-thumb-off, .x-field-toggle .x-slider .x-thumb .x-toggle-thumb-on { - display: none; + -webkit-box-flex: 0; } -/* line 113, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ -.x-field-toggle .x-slider .x-thumb.x-dragging { +/* line 110, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ +.x-toggle .x-thumb.x-dragging { opacity: 1; } -/* line 117, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ -.x-field-toggle .x-slider .x-thumb:before { +/* line 114, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ +.x-toggle .x-thumb:before { top: 0.175em; } -/* line 145, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ -.x-field-toggle .x-slider.x-toggle-on { + +/* line 143, ../themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss */ +.x-toggle-on { background-color: #92cf00; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6e9c00), color-stop(10%, #80b500), color-stop(65%, #92cf00), color-stop(100%, #94d200)); + background-image: -webkit-linear-gradient(#6e9c00, #80b500 10%, #92cf00 65%, #94d200); background-image: linear-gradient(#6e9c00, #80b500 10%, #92cf00 65%, #94d200); } -/* line 517, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ -.x-select-overlay { - min-width: 200px; +/* line 410, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +input[type="search"]::-webkit-search-cancel-button { + -webkit-appearance: none; } -/* line 8, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ -div.x-sheet.x-msgbox { - width: 15em; +/* line 416, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-number input::-webkit-outer-spin-button, .x-field-number input::-webkit-inner-spin-button { + -webkit-appearance: none; + margin: 0; +} + +/* line 425, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-input { + display: -webkit-box; + display: box; + -webkit-box-orient: horizontal; + box-orient: horizontal; + -webkit-box-align: center; + box-align: center; + -webkit-box-pack: center; + box-pack: center; +} +/* line 431, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-input .x-input-el { + -webkit-box-flex: 1; + box-flex: 1; +} +/* line 435, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-input .x-clear-icon { + display: none; + margin: .5em; + width: 1.1em; + height: 1.1em; + -webkit-border-radius: 0.55em; + border-radius: 0.55em; + background-color: rgba(0, 0, 0, 0.15); + color: #fff; + font-weight: bold; + line-height: .9em; + text-align: center; + padding: 0 .27em; +} + +/* line 450, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-android .x-clear-icon { + line-height: 1.2em; + padding: 0 .3em; +} + +/* line 456, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-clearable .x-clear-icon { + display: block; +} + +/* line 462, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-textarea .x-field-input { + -webkit-box-align: start; + box-align: start; +} + +/* line 467, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-android .x-input-el { + -webkit-text-fill-color: #000; +} + +/* line 477, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-item-disabled .x-form-label span, +.x-item-disabled input, +.x-item-disabled .x-spinner-body, +.x-item-disabled select, +.x-item-disabled textarea, +.x-item-disabled .x-field-clear-container { + color: #b3b3b3; + -webkit-text-fill-color: #b3b3b3; + pointer-events: none; +} + +/* line 486, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-form-fieldset .x-field.x-form-fieldset-item-first { + -webkit-border-top-left-radius: 0.4em; + border-top-left-radius: 0.4em; + -webkit-border-top-right-radius: 0.4em; + border-top-right-radius: 0.4em; +} +/* line 492, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-form-fieldset .x-field.x-form-fieldset-item-last { + border-bottom: 0; + -webkit-border-bottom-left-radius: 0.4em; + border-bottom-left-radius: 0.4em; + -webkit-border-bottom-right-radius: 0.4em; + border-bottom-right-radius: 0.4em; +} + +/* line 504, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-select { + position: relative; +} +/* line 507, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-select:before, .x-field-select:after { + pointer-events: none; + position: absolute; + display: block; + right: 0; +} +/* line 515, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-select:after { + content: ""; + position: absolute; + width: 0; + height: 0; + top: 0; + left: auto; + margin: 1em; + border: .4em solid transparent; + border-top-color: #dddddd; + z-index: 2; +} +/* line 523, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-select.x-label-align-top:after { + top: auto; + bottom: 0; +} +/* line 528, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-select:before { + content: ""; + position: absolute; + width: 4em; + height: auto; + top: 0; + left: auto; + bottom: 0; + -webkit-border-top-right-radius: inherit; + border-top-right-radius: inherit; + -webkit-border-bottom-right-radius: inherit; + border-bottom-right-radius: inherit; + background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(255, 255, 255, 0)), color-stop(0.5, white)); + z-index: 1; +} +/* line 536, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-select .x-form-field { + white-space: nowrap; + width: 100%; + overflow: hidden; + text-overflow: ellipsis; +} +/* line 543, ../themes/stylesheets/sencha-touch/default/widgets/_form.scss */ +.x-field-select .x-form-field-container { + margin-right: 40px; +} + +/* line 7, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +.x-msgbox { + min-width: 15em; + max-width: 20em; + padding: 0.8em; -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0.1em 0.5em; -webkit-border-radius: 0.3em; border-radius: 0.3em; border: 0.15em solid #354f6e; } -/* line 13, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ -div.x-sheet.x-msgbox .x-toolbar-title { +/* line 15, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +.x-msgbox .x-title { font-size: .9em; line-height: 1.4em; } -/* line 17, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ -div.x-sheet.x-msgbox .x-toolbar { +/* line 20, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +.x-msgbox .x-body { + background: transparent !important; +} +/* line 24, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +.x-msgbox .x-toolbar { background: transparent none; -webkit-box-shadow: none; } -/* line 21, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ -div.x-sheet.x-msgbox .x-toolbar.x-docked-top { +/* line 28, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +.x-msgbox .x-toolbar.x-docked-top { border-bottom: 0; height: 1.3em; } -/* line 26, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ -div.x-sheet.x-msgbox .x-toolbar.x-docked-bottom { +/* line 33, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +.x-msgbox .x-toolbar.x-docked-bottom { border-top: 0; } - -/* line 31, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ -.x-msgbox-body { - padding: 6px 0; - position: relative; - text-align: center; +/* line 38, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +.x-msgbox .x-field { + margin: .4em .4em 0 .4em; + min-height: 2em; + background: #fff; + -webkit-border-radius: 0.2em; + border-radius: 0.2em; +} +/* line 44, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +.x-msgbox .x-field:last-child { + margin-bottom: .4em; +} +/* line 48, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +.x-msgbox .x-field .x-clear-icon { + margin: .4em; +} +/* line 53, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +.x-msgbox .x-form-field { + min-height: 1.5em; + -webkit-appearance: none; } -/* line 36, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +/* line 59, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ .x-msgbox-text { font-size: .9em; + text-align: center; + padding: 6px 0; + line-height: 1.4em; } -/* line 41, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +/* line 66, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +.x-msgbox-buttons { + padding: 0.4em 0; + height: auto; +} +/* line 70, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ .x-msgbox-buttons .x-button { min-width: 4.5em; } -/* line 45, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +/* line 74, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ .x-msgbox-buttons .x-button-normal span { opacity: .7; } -/* line 49, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ -.x-msgbox-input { - margin-top: .4em; - -webkit-appearance: none; - -webkit-border-radius: 0.2em; - border-radius: 0.2em; -} - -/* line 61, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +/* line 85, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ .x-msgbox-dark .x-msgbox-text { color: rgba(186, 202, 222, 0.9); text-shadow: rgba(0, 0, 0, 0.5) 0 -0.08em 0; } -/* line 65, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ +/* line 89, ../themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss */ .x-msgbox-dark .x-msgbox-input { background-color: rgba(186, 202, 222, 0.9); background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(152, 176, 205, 0.9)), color-stop(10%, rgba(169, 189, 214, 0.9)), color-stop(65%, rgba(186, 202, 222, 0.9)), color-stop(100%, rgba(188, 204, 223, 0.9))); + background-image: -webkit-linear-gradient(rgba(152, 176, 205, 0.9), rgba(169, 189, 214, 0.9) 10%, rgba(186, 202, 222, 0.9) 65%, rgba(188, 204, 223, 0.9)); background-image: linear-gradient(rgba(152, 176, 205, 0.9), rgba(169, 189, 214, 0.9) 10%, rgba(186, 202, 222, 0.9) 65%, rgba(188, 204, 223, 0.9)); border: 0.1em solid rgba(66, 99, 138, 0.9); } diff --git a/lib/resources/css/android.css b/lib/resources/css/android.css index 4f89b56..fe68605 100644 --- a/lib/resources/css/android.css +++ b/lib/resources/css/android.css @@ -1 +1 @@ -body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:""}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}*:focus{outline:none}html,body{font-family:"Helvetica Neue", HelveticaNeue, "Helvetica-Neue", Helvetica, "BBAlpha Sans", sans-serif;font-weight:normal;position:relative;-webkit-text-size-adjust:none}.x-desktop html,.x-desktop body{overflow:hidden}*,*:after,*:before{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);-webkit-user-select:none;-webkit-touch-callout:none}.x-ios.x-tablet .x-landscape *{-webkit-text-stroke:1px transparent}body{font-size:104%}body.x-ios{-webkit-backface-visibility:hidden}body.x-android.x-phone{font-size:116%}body.x-ios.x-phone{font-size:114%}body.x-desktop{font-size:114%}input,textarea{-webkit-user-select:text}.x-hidden-visibility{visibility:hidden !important}.x-hidden-display,.x-field-hidden{display:none !important}.x-hidden-offsets{position:absolute !important;left:-10000em;top:-10000em;visibility:hidden}.x-fullscreen{position:absolute !important}.x-desktop .x-body-stretcher{margin-bottom:0px}.x-draggable{z-index:1}.x-mask{position:absolute;top:0;left:0;bottom:0;right:0;height:100%;z-index:10;display:-webkit-box;display:box;-webkit-box-align:center;box-align:center;-webkit-box-pack:center;box-pack:center;background:rgba(0, 0, 0, 0.3) center center no-repeat}.x-mask.x-mask-gray{background-color:rgba(0, 0, 0, 0.5)}.x-mask .x-mask-inner{display:none;background:rgba(0, 0, 0, 0.25);color:#fff;text-align:center;padding:.4em;font-size:.95em;font-weight:bold;-webkit-border-radius:0.5em;border-radius:0.5em}.x-mask .x-loading-spinner-outer{display:-webkit-box;display:box;-webkit-box-orient:vertical;box-orient:vertical;-webkit-box-align:center;box-align:center;-webkit-box-pack:center;box-pack:center;width:8.5em;height:8.5em}.x-mask .x-mask-msg{text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0;-webkit-box-flex:0 !important}.x-mask.x-mask-loading .x-mask-inner,.x-mask.x-mask-text .x-mask-inner{display:block}.x-mask:not(.x-mask-loading) .x-loading-spinner-outer{display:none}.x-mask:not(.x-mask-text) .x-mask-msg{display:none}.x-dragging{opacity:0.7}.x-panel-list{background-color:#bea7a7}.x-html{-webkit-user-select:auto;-webkit-touch-callout:inherit;line-height:1.5;color:#333;font-size:.8em;margin:1.2em}.x-html body{line-height:1.5;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;color:#333333;font-size:75%}.x-html h1,.x-html h2,.x-html h3,.x-html h4,.x-html h5,.x-html h6{font-weight:normal;color:#222222}.x-html h1 img,.x-html h2 img,.x-html h3 img,.x-html h4 img,.x-html h5 img,.x-html h6 img{margin:0}.x-html h1{font-size:3em;line-height:1;margin-bottom:0.50em}.x-html h2{font-size:2em;margin-bottom:0.75em}.x-html h3{font-size:1.5em;line-height:1;margin-bottom:1.00em}.x-html h4{font-size:1.2em;line-height:1.25;margin-bottom:1.25em}.x-html h5{font-size:1em;font-weight:bold;margin-bottom:1.50em}.x-html h6{font-size:1em;font-weight:bold}.x-html p{margin:0 0 1.5em}.x-html p .left{display:inline;float:left;margin:1.5em 1.5em 1.5em 0;padding:0}.x-html p .right{display:inline;float:right;margin:1.5em 0 1.5em 1.5em;padding:0}.x-html a{text-decoration:underline;color:#0066cc}.x-html a:visited{color:#004c99}.x-html a:focus{color:#0099ff}.x-html a:hover{color:#0099ff}.x-html a:active{color:#bf00ff}.x-html blockquote{margin:1.5em;color:#666666;font-style:italic}.x-html strong,.x-html dfn{font-weight:bold}.x-html em,.x-html dfn{font-style:italic}.x-html sup,.x-html sub{line-height:0}.x-html abbr,.x-html acronym{border-bottom:1px dotted #666666}.x-html address{margin:0 0 1.5em;font-style:italic}.x-html del{color:#666666}.x-html pre{margin:1.5em 0;white-space:pre}.x-html pre,.x-html code,.x-html tt{font:1em "andale mono", "lucida console", monospace;line-height:1.5}.x-html li ul,.x-html li ol{margin:0}.x-html ul,.x-html ol{margin:0 1.5em 1.5em 0;padding-left:1.5em}.x-html ul{list-style-type:disc}.x-html ol{list-style-type:decimal}.x-html dl{margin:0 0 1.5em 0}.x-html dl dt{font-weight:bold}.x-html dd{margin-left:1.5em}.x-html table{margin-bottom:1.4em;width:100%}.x-html th{font-weight:bold}.x-html thead th{background:#c3d9ff}.x-html th,.x-html td,.x-html caption{padding:4px 10px 4px 5px}.x-html table.striped tr:nth-child(even) td,.x-html table tr.even td{background:#e5ecf9}.x-html tfoot{font-style:italic}.x-html caption{background:#eeeeee}.x-html .quiet{color:#666666}.x-html .loud{color:#111111}.x-html ul li{list-style-type:circle}.x-html ol li{list-style-type:decimal}.x-video{background-color:#000}.x-sortable .x-dragging{opacity:1;z-index:5}.x-fullscreen{background:#eeeeee}.x-map{background-color:#edeae2}.x-mask-map{background:transparent !important}.x-img{background-repeat:no-repeat}.x-video{height:100%;width:100%}.x-video > *{height:100%;width:100%;position:absolute}.x-video-ghost{-webkit-background-size:100% auto;background:black url() center center no-repeat}audio{width:100%}.x-panel,.x-panel-body{position:relative}.x-panel.x-floating{padding:6px;-webkit-border-radius:0.3em;border-radius:0.3em;-webkit-box-shadow:rgba(0, 0, 0, 0.8) 0 0.2em 0.6em;background-color:black;background-image:none}.x-panel.x-floating.x-floating-light{background-color:#333333;background-image:none}.x-panel.x-floating .x-panel,.x-panel.x-floating .x-scroll-view{background-color:#fff;-webkit-border-radius:0.3em;border-radius:0.3em}.x-anchor{width:1.631em;height:0.7em;position:absolute;z-index:1;-webkit-mask:0 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAPCAYAAABut3YUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPZJREFUeNpi/PX7LwOFwAyIG6HseiA+Ra5BjBQ6xg+IVwAxJ5T/HYgjgHgTOYYxUeCQUiBeh+QQBih7HVSOLiHDDMSTgTiTgLrpQJwLxH9p5RhOaLT4EakeFF3RQPyF2o6RhkaBGYkheRmIPYH4KbXSjC4QnyTDIch6danhGCcgPgwNGXKBNNQMb0ocEwXE24GYn4FyADJjI76Ej88x7UC8FIjZGKgHQDlxGtRsZmISMMjy+dBQoSXYBC0gv+NyDD80xzgx0AeAqg4fIH6NHk0qQHyMjg6B1WvHYDkNFjIgwS1ALMowMOAjEAeBHINe2Q0U+AUQYACQ10C2QNhRogAAAABJRU5ErkJggg==') no-repeat;-webkit-mask-size:1.631em 0.7em;overflow:hidden;background-color:black}.x-anchor.x-anchor-bottom{-webkit-transform:rotate(180deg);background-color:black}.x-anchor.x-anchor-left{-webkit-transform:rotate(270deg)}.x-anchor.x-anchor-right{-webkit-transform:rotate(90deg)}.x-floating.x-panel-light:after{background-color:#333333}.x-button{-webkit-background-clip:padding;background-clip:padding-box;-webkit-border-radius:0.4em;border-radius:0.4em;display:-webkit-box;display:box;-webkit-box-align:center;box-align:center;min-height:1.8em !important;padding:.3em .6em;position:relative;overflow:hidden}.x-button,.x-toolbar .x-button{border:0.1em solid #999999;border-top-color:#a6a6a6;color:black;text-shadow:rgba(255, 255, 255, 0.25) 0 0.08em 0;-webkit-box-shadow:rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-button.x-button-back:before,.x-button.x-button-forward:before,.x-toolbar .x-button.x-button-back:before,.x-toolbar .x-button.x-button-forward:before{background:#999999}.x-button,.x-button.x-button-back:after,.x-button.x-button-forward:after,.x-toolbar .x-button,.x-toolbar .x-button.x-button-back:after,.x-toolbar .x-button.x-button-forward:after{background-color:#cccccc;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(2%, #f2f2f2), color-stop(30%, #e0e0e0), color-stop(65%, #cccccc), color-stop(100%, #b3b3b3));background-image:-webkit-linear-gradient(#ffffff,#f2f2f2 2%,#e0e0e0 30%,#cccccc 65%,#b3b3b3);background-image:linear-gradient(#ffffff,#f2f2f2 2%,#e0e0e0 30%,#cccccc 65%,#b3b3b3)}.x-button .x-button-icon.x-icon-mask,.x-toolbar .x-button .x-button-icon.x-icon-mask{background-color:black;background-image:none}.x-button.x-button-pressed,.x-button.x-button-active,.x-toolbar .x-button.x-button-pressed,.x-toolbar .x-button.x-button-active{-webkit-box-shadow:inset #aaa1a1 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-button.x-button-pressed,.x-button.x-button-pressed:after,.x-button.x-button-active,.x-button.x-button-active:after,.x-toolbar .x-button.x-button-pressed,.x-toolbar .x-button.x-button-pressed:after,.x-toolbar .x-button.x-button-active,.x-toolbar .x-button.x-button-active:after{background-color:#bababa;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a1a1a1), color-stop(10%, #adadad), color-stop(65%, #bababa), color-stop(100%, #bbbbbb));background-image:-webkit-linear-gradient(#a1a1a1,#adadad 10%,#bababa 65%,#bbbbbb);background-image:linear-gradient(#a1a1a1,#adadad 10%,#bababa 65%,#bbbbbb)}.x-button .x-button-icon{width:2.1em;height:2.1em;background-repeat:no-repeat;background-position:center;display:block}.x-button .x-button-icon.x-icon-mask{width:1.3em;height:1.3em;-webkit-mask-size:1.3em}.x-button.x-item-disabled .x-button-label,.x-button.x-item-disabled .x-hasbadge .x-badge,.x-hasbadge .x-button.x-item-disabled .x-badge,.x-button.x-item-disabled .x-button-icon{opacity:.5}.x-button-round,.x-button.x-button-action-round,.x-button.x-button-confirm-round,.x-button.x-button-decline-round{-webkit-border-radius:0.9em;border-radius:0.9em;padding:0.1em 0.9em}.x-button-small,.x-button.x-button-action-small,.x-button.x-button-confirm-small,.x-button.x-button-decline-small,.x-toolbar .x-button-small,.x-toolbar .x-button.x-button-action-small,.x-toolbar .x-button.x-button-confirm-small,.x-toolbar .x-button.x-button-decline-small{-webkit-border-radius:0.3em;border-radius:0.3em;padding:.2em .4em;min-height:0}.x-button-small .x-button-label,.x-button.x-button-action-small .x-button-label,.x-button.x-button-confirm-small .x-button-label,.x-button.x-button-decline-small .x-button-label,.x-button-small .x-hasbadge .x-badge,.x-hasbadge .x-button-small .x-badge,.x-button.x-button-action-small .x-hasbadge .x-badge,.x-hasbadge .x-button.x-button-action-small .x-badge,.x-button.x-button-confirm-small .x-hasbadge .x-badge,.x-hasbadge .x-button.x-button-confirm-small .x-badge,.x-button.x-button-decline-small .x-hasbadge .x-badge,.x-hasbadge .x-button.x-button-decline-small .x-badge,.x-toolbar .x-button-small .x-button-label,.x-toolbar .x-button.x-button-action-small .x-button-label,.x-toolbar .x-button.x-button-confirm-small .x-button-label,.x-toolbar .x-button.x-button-decline-small .x-button-label,.x-toolbar .x-button-small .x-hasbadge .x-badge,.x-hasbadge .x-toolbar .x-button-small .x-badge,.x-toolbar .x-button.x-button-action-small .x-hasbadge .x-badge,.x-hasbadge .x-toolbar .x-button.x-button-action-small .x-badge,.x-toolbar .x-button.x-button-confirm-small .x-hasbadge .x-badge,.x-hasbadge .x-toolbar .x-button.x-button-confirm-small .x-badge,.x-toolbar .x-button.x-button-decline-small .x-hasbadge .x-badge,.x-hasbadge .x-toolbar .x-button.x-button-decline-small .x-badge{font-size:.6em}.x-button-small .x-button-icon,.x-button.x-button-action-small .x-button-icon,.x-button.x-button-confirm-small .x-button-icon,.x-button.x-button-decline-small .x-button-icon,.x-toolbar .x-button-small .x-button-icon,.x-toolbar .x-button.x-button-action-small .x-button-icon,.x-toolbar .x-button.x-button-confirm-small .x-button-icon,.x-toolbar .x-button.x-button-decline-small .x-button-icon{width:.75em;height:.75em}.x-iconalign-left,.x-icon-align-right{-webkit-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:reverse;box-direction:reverse}.x-iconalign-top,.x-iconalign-bottom{-webkit-box-orient:vertical;box-orient:vertical}.x-iconalign-bottom,.x-iconalign-right{-webkit-box-direction:normal;box-direction:normal}.x-iconalign-bottom{-webkit-box-direction:reverse;box-direction:reverse}.x-iconalign-center{-webkit-box-pack:center;box-pack:center}.x-iconalign-left .x-button-label,.x-iconalign-left .x-hasbadge .x-badge,.x-hasbadge .x-iconalign-left .x-badge{margin-left:0.3em}.x-iconalign-right .x-button-label,.x-iconalign-right .x-hasbadge .x-badge,.x-hasbadge .x-iconalign-right .x-badge{margin-right:0.3em}.x-button-label,.x-hasbadge .x-badge{-webkit-box-flex:1;box-flex:1;-webkit-box-align:center;box-align:center;white-space:nowrap;text-overflow:ellipsis;text-align:center;font-weight:bold;line-height:1.2em;display:block;overflow:hidden}.x-toolbar .x-button{margin:0 .2em;padding:.3em .6em}.x-toolbar .x-button .x-button-label,.x-toolbar .x-button .x-hasbadge .x-badge,.x-hasbadge .x-toolbar .x-button .x-badge{font-size:.7em}.x-button-forward,.x-button-back{position:relative;overflow:visible;height:1.8em;z-index:1}.x-button-forward:before,.x-button-forward:after,.x-button-back:before,.x-button-back:after{content:"";position:absolute;width:0.773em;height:1.8em;top:-0.1em;left:auto;z-index:2;-webkit-mask:0.145em 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAABGCAYAAADb7SQ4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAiNJREFUeNrEWb9LQlEUvj5BcHoQvMnVKXD1D3CLwqBJbHJsazQaWoSCxgbHJiMIAiNok6AhCDdXVycnJ8EQOgeOYaG+d39998KH+HyP753zzjnfd325xfdSgVeV8B6BScuEV0IRSbxHeCMk/AVFXCA8ScQKSXxPqK0fQBBfE5r/D+Y8VzUT9jb94DPimqRYIYkrhGcpKhhxIqTxrpNcExdlQJTTTnRJnCc8ykhUSOIOoZ71ZFfEZ4S2zgUu+rguxZRHEnPbfKRVsOtUl0RtYpOLTYljIS2Z3nVk2DY9SbNCEt8RDm0rUpe4La1jvXSqmtum72raZI24KuNQIYl/nSGSOJb0Jq61M0pxhjwK9304hUjHGSKILzc5Q5drUzttdYY+I97pDH1FzG0zNFUb04gTG4kzJS5kdYauiZtZnaFr4ooKsCIVaDHxKAQxt1NBnGIVHfGCcEQYh3jGU8KBfMKLiyM+lgzAq/qT0ArVTg+Ei1B9fEPoovV4fcfQd2HedScX39GprwGTNjJn0maTELN6IuSzECLB6T5x2eM66jQgnIeSxa60GnS3uL56tr7b1Ai0JPVwYi6yho2U2lgfKym19VxjMRHzEGbvS9K+RBPzetGVUpf29lZHSl2/DMnLvwh1ZMQrKW3Ic4fvJOZS6ZMQW5hpmpT63DvtlFLfm7bBNruM2C2yXb7y3U6ZpRS5P/4jpUjihRTbCJ3q1eL3GMMfAQYAJmB6SBO619IAAAAASUVORK5CYII=') no-repeat;-webkit-mask-size:0.773em 1.8em;overflow:hidden}.x-button-back,.x-toolbar .x-button-back{margin-left:0.828em;padding-left:.4em}.x-button-back:before,.x-toolbar .x-button-back:before{left:-0.693em}.x-button-back:after,.x-toolbar .x-button-back:after{left:-0.628em}.x-button-forward,.x-toolbar .x-button-forward{margin-right:0.828em;padding-right:.4em}.x-button-forward:before,.x-button-forward:after,.x-toolbar .x-button-forward:before,.x-toolbar .x-button-forward:after{-webkit-mask:-0.145em 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAABGCAYAAADb7SQ4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAXlJREFUaN7lmTFqAlEQhh8EhFSCYJXW1law9QAewMrWAwQWAmmtbPcGHiCQ1gPYCla2QsDKSsgmQecvFqImu2/fzry/2OLb9mt23vwz47Kvn5MwEFxM8DkLB6HHEIOd0GGIwUpoMcRgyRKDOUsMJizxpzBiiMFR6DPEeZl1GWKwFh4ZYvAmPDDEqmVWVQxmLPG3MGaIVcosVAz2whNDDDZCmyEG7yFlpiEGKUsMEpb4XKXMtMXeiVVb7J1YLcRgW1ZmVuLSxGopLkys1mLwwhL/mVhjie8Sayxx3kp7DPFVYo0tzhNriyEGU5Z40TjxtDE/F6WcDowHBE/msDFNImG0xZQRBAonDCvxhhH2vKZIZ9Ds+7EDfaWFnKZ4xhja5owxdcnYCAQv1p1Gi4sprn08cZbDt6ZYZasXIn5mLFHTjLCvVt1V+4rVt/M+4r3FPaJMbHaBKRKb3pyKxKZXtv/Er4yjZpRL6q042u34tzh4xV9H/FHnqBHKBQeEd6aqqwD6AAAAAElFTkSuQmCC') no-repeat}.x-button-forward:before,.x-toolbar .x-button-forward:before{right:-0.693em}.x-button-forward:after,.x-toolbar .x-button-forward:after{right:-0.628em}.x-button.x-button-plain,.x-toolbar .x-button.x-button-plain{background:none;border:0 none;-webkit-box-shadow:none;box-shadow:none;-webkit-border-radius:none;border-radius:none;min-height:0;text-shadow:none;line-height:auto;height:auto;padding:0.5em}.x-button.x-button-plain > *,.x-toolbar .x-button.x-button-plain > *{overflow:visible}.x-button.x-button-plain .x-button-icon,.x-toolbar .x-button.x-button-plain .x-button-icon{-webkit-mask-size:1.4em;width:1.4em;height:1.4em}.x-button.x-button-plain.x-button-pressed,.x-toolbar .x-button.x-button-plain.x-button-pressed{background:none;-webkit-box-shadow:none;background-image:-webkit-gradient(radial, 50% 50%, 0, 50% 50%, 24, color-stop(0%, rgba(255,255,255,0.7)), color-stop(100%, rgba(255,255,255,0)));background-image:-webkit-radial-gradient(rgba(255,255,255,0.7),rgba(255,255,255,0) 24px);background-image:radial-gradient(rgba(255,255,255,0.7),rgba(255,255,255,0) 24px)}.x-button.x-button-plain.x-button-pressed .x-button-icon,.x-toolbar .x-button.x-button-plain.x-button-pressed .x-button-icon{background-color:white;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e6e6e6), color-stop(10%, #f2f2f2), color-stop(65%, #ffffff), color-stop(100%, #ffffff));background-image:-webkit-linear-gradient(#e6e6e6,#f2f2f2 10%,#ffffff 65%,#ffffff);background-image:linear-gradient(#e6e6e6,#f2f2f2 10%,#ffffff 65%,#ffffff)}.x-segmentedbutton .x-button{margin:0;-webkit-border-radius:0;border-radius:0}.x-segmentedbutton .x-button.x-first{-webkit-border-top-left-radius:0.4em;border-top-left-radius:0.4em;-webkit-border-bottom-left-radius:0.4em;border-bottom-left-radius:0.4em}.x-segmentedbutton .x-button.x-last{-webkit-border-top-right-radius:0.4em;border-top-right-radius:0.4em;-webkit-border-bottom-right-radius:0.4em;border-bottom-right-radius:0.4em}.x-segmentedbutton .x-button:not(:first-child){border-left:0}.x-hasbadge{overflow:visible}.x-hasbadge .x-badge{-webkit-border-radius:1em;border-radius:1em;-webkit-background-clip:padding;background-clip:padding-box;padding:.15em .25em;z-index:30;text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0;-webkit-box-shadow:#000 0 .1em .2em;overflow:hidden;color:#fff;border:2px solid #fff;position:absolute;width:auto;min-width:2em;height:2em;line-height:1.2em;font-size:.6em;top:-0.15em;right:0px;max-width:100%;background-color:#990000;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e60000), color-stop(50%, #b30000), color-stop(51%, #990000), color-stop(100%, #800000));background-image:-webkit-linear-gradient(#e60000,#b30000 50%,#990000 51%,#800000);background-image:linear-gradient(#e60000,#b30000 50%,#990000 51%,#800000);display:inline-block}.x-tab .x-button-icon.action,.x-button .x-button-icon.x-icon-mask.action{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFI0lEQVRoBe2YW4hVVRjHZ0yzq6lFEaMlE0PShYRAJIl6iEqKHnqI6WJB0IvdICkfEk0aIyo0KFCph8giCitI7CkoohQL7SoZDaQmXSgKo4uWNf1+zt7DOXvOOXuvvc85bc+cD36ssy/r+77/Xmt9e+3TOzIy0jORbNJEEqvWruBOH/HuCHdHuMOeQOmmdO+ozaA5oxXPunSC2Re4MbgCNiB6vvqbKbx0giNxp9BeBU/BIJqnRecLN2UVrLDj4GIYgscRfSltYSuzYMUdA/0wCI8ieglM5XduK7vgWJhTegGshucRfQHkyj1XpziLNrfmOh2ug1dhMaJn0gbZZDpNpsexQb2y3azfKXCAwns4W5dMd7m2B2ANLCT/x/A/nKknN5mUhWFp1g4Z7vM14jrbBZvgEwi1tAdkDEf3ZrgI0S/RrkP4IdqGpuA+cJo0yw7iyNfJmzAcMrokfjp93HC4XrPYCdzkgPXDPPqvJN7eRh0VrBWqfKMuev6k3Qzr4SP4HWqOFIkZ73iYA/NhLpwPZ4LLS+FZzUp+GtwAA/heS/sGwv+irWnXc9bdTRF20/8eOBWmEKwnCectOrPhSlgF2+Bb+Bl+AxP8B/6FvLn8Td8fYQXMSubgsVZU8Cv4mAeNhC7k+jLYCopzrRURlvZA9P8WLIJJlcI5zi1Ypw+Dr4oqp3EAzlsbLCjfg1PeEUxLtlnXXU4/wQboq8gpl2BHx2l5UuyosuW8I6rQb8Bp1iwRefy4VN6FReaopU3pX7jnhwSO7MmVIiNnJ3L+DtgHCm3ltA0RH4/26rhKk1tdu4kr7yeuHkKgU3rMqI5ncfAQDIKbg14oi1nJv4OvTShthC9LjmTyGB8XwhZw+oQ8+Xbc68C8AOboK6+YYPpfDV+B06YdAkJiuMtzhvrOP1JYafMLpu/Z8CmEJNGOe60fz0J/cjZmWcP0G2+sWZ/aUnCqhFosOq7gyf6uOT888th+Ot0HmxF7MOkgt2AcXQNLkg5rHPv+dffjVvPX6PdeWtf7MJhUssD578ZtEGL6sY4MIfTjeh1zCWZ0Z+DwQXAkapkjtzviPdoPYB+JuJVMNfy7QQkR7MbGPfRaYhi7ruUSjLcbwe1k0tw2vgivwy6C70/ekPE4JK+N+HySWDuz+A5xXOnvlsqD6Lf/QjwBnxNc4a02YwzBeuIdyBosWDDT7RKcn1MRYA+/V8ImAv9Rcb5VP53ufoQ8AB8S0+PMFiwYz5fDzCjCF7SLCbojOm514zZ3HViYLIZVxmD4h8B0rtWtFXkEn4tTv22thPe2SawVeDs8TTz/NqoyhLqDGoC7wervt3lNCxKMY/fIc+BLuJXgn9G20pyuVuA1sJF4vt7GjHx8nZnT7XAXzIXnoK4FCcbLVHAqLW+DWF8v78Aq2EY8v7zGDK2+EmfBI3AtTAPNTU1dCxXs/a6ht+t6bM4FNykvw/0IdYSrDLHu8iyeQ7Cg6mLKQahgd0pbSOJwit/cl6Np6p+BrxGn6hNUp1z3m/tOWAH+DrIgwSTQcBcTFLnOzcRwSjZ6j/vdvQyCxRrSanu0mWvZqp3LjkbBuYTGnSac4CxreCQqJPFD+r/bhq+dtOSyCO7DyWzIcm9avKLXXb+FcskiYjlBfB0lP9KLJp+nv6N7ZL+cp7N9sgg+L6/zMvabcEWrK7iM07CZOXVHuJlPs4y+rNJ74JkyJpczp62N+vWOfpw0uqWzrnXXcGeN53g13REe/0w660x3hDtrPMer+Q9LNCcV91c+jgAAAABJRU5ErkJggg==')}.x-tab .x-button-icon.add,.x-button .x-button-icon.x-icon-mask.add{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAABqUlEQVRoBe2awWnDUBBE843B4NxcQSAFOC4lJeTkoxtJDykgvRhcgCFNJCFgIs+ChEHSJX93YT6ZD4ssmR3NztNFH5Wu6+6iVynlEZpbp+4J3s5OjWm7DRxZuMMCdUB9oyzNmrJe01hEejMtM5exIh6bCI3JbFkDT27EckEDs5DI8iHCWcmy6IowC4ksHyKclSyLrgizkMjyIcJZybLoijALiSwfIpyVLItuOGFso/xiuEvAgJdeK0DqJrHEhtsTTh9ul9y/ChR2KE+Y1ruDt2ccI7d6PszcK+oFFblWELt3Cn6i/8epMW5/W+LKGrUZ/0NwboF5QxuPsfY8dmOxJs41cBOYHCZF2BFeE60i3AQmh0kRdoTXRKsIN4HJYVKEHeE10frvCNvr4RH1HojH3rGHr3hqA7VdkxPKvuKJ3AA4hn7BM3xxA5N71Fdv1gz/tax3P+hFHmsJwM/8wraMadqOh5GuXda76rVqNWb7wgeevQvRRQ1MBCPFiginxEokKsJEMFKsiHBKrESiIkwEI8WKCKfESiQqwkQwUqyIcEqsRKIiTAQjxcoVrP83/9czD9EAAAAASUVORK5CYII=')}.x-tab .x-button-icon.arrow_down,.x-button .x-button-icon.x-icon-mask.arrow_down{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGRTdGMTE3NDA3MjA2ODExOTJDQUMyNUQwRUE4NjdEQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxQTFBMDFDQ0I5NEYxMURGQUU1RjlGMEFERUNDQTVEMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyMkRCMDIxMkI5NEUxMURGQUU1RjlGMEFERUNDQTVEMCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjMwRTE0QzVBNDIyMjY4MTFCQ0ZCOTAzOTcwNzcyRkVCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZFN0YxMTc0MDcyMDY4MTE5MkNBQzI1RDBFQTg2N0RCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+HfrH/AAAAeVJREFUeNrs2cFHBGEUAPA3zYqIiIhOnTpFRHSKrp26RqeuEV077R/QqWtE166dOkVERHRa9hQRnZalFcv0Hk/W1Mx+38z3vvlm5j3eZW+/9+abne+9KEkSaFPMQMtCwQpWsIIVrGAFK1jBClawgo2ik/4hiqJGwLKuvfpIc5xSkWqYr5hzU1s/mRNxXTPsJ+ZqluvXlwOmSj3XBDvG3M1rpAmYYoUrFzr4ZNqTawqm2MH8Dhh7ZXJUbcAUx4FinzBnJcAUl4FhP/jIgRSYKvkYCJaO2LbNv08RMMUy5nsA4COTLy0XYIqtil9iF6aflq7AwBWuAvuQ9ZKSBgNX2ieWjtKSzeXBNZgqfe8J+4W5aXtbcg0GrvibB/BhkeuhBJhigzsghT0veh+WAlMcCGHvMOMQwcCdcIntYy6WmXhIg2PuiAvsEHO97IhHGgzckb4D8L6LmZYPMHBnhiWwXVdDPF9g4A4Vwd66nFr6BAN3ygbbw1yoMzjmjplgB5hrrufSvsHAHesZDOD2JAbxVYCBOzfIAZ9JbR6qAgN3cPwP9kZy1VIlGLiTdluCmoOBO/pnS9Bk8DzmS3pL4BMcpZEe1qX0GI/atC4dQYXRMa1MU0IX4gpWsIIVrGAFK1jBCnYUPwIMAPUPAyFL+nRdAAAAAElFTkSuQmCC')}.x-tab .x-button-icon.arrow_left,.x-button .x-button-icon.x-icon-mask.arrow_left{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGRTdGMTE3NDA3MjA2ODExOTJDQUMyNUQwRUE4NjdEQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGMDZEQTFBREFDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGMDZEQTFBQ0FDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFGQzJEMjQxRjIyMDY4MTE4QTZEQzUxMDg5Q0Y0RTRFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZFN0YxMTc0MDcyMDY4MTE5MkNBQzI1RDBFQTg2N0RCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+FXGmxAAAAghJREFUeNrsm09ERFEUxt+rxBAxqyFm1SqiRYpMSpFapUVaRGpTRIpIbWLaFJEoRZtilChRWiRKsyklilYRERERERGZvsN57Wfmvnnnznkfv+WM+bn3e/ePN24mk3E0pcRRllC42FOWy4dc1w30R+fz3LFthEs1TelZ0KlBuAIcgmRgHS5gqlm2RsNTmqbvrUlZycLT4BhUiliWfEwEbII+UeuwT4nzqNZq2Gm1gTu/ZaUIj4NTEBW7tTTY1zUwKH4vbaive6BBw2kpAa6DkA1CeBicgZhVx8McUg5WWNi+83CWiXFfE9ZeAGQR6ukBqJKyu/Gzw7TcXEiS9UuYbiWWeU8ckXYqMT2lozyFW6SeOU0K1/FhPS75RsHUlKbj3KV0WRPC1Nd5sCuxr6anNPV12zFwk2jLCCdtk81XeAIsahL+BVOgH3xrEPayA5rAixZhyj2oB2ktwpR30A5WtQh7vR4DQ+BHg7CXLdAMXrUIU26411dahClvoBVsaBF2uMsjYFRCrwt5a7kOOnjUVQg7vE43cr9VCDu8I6Nep7QIO7z3HgCTvHYXvbCXJe71hxZhyjmv1w9ahCnP/DDb1yLs9boXzGgR9rIAusCnFmHKCff6UYsw5Ymlj7QIU75AN5gz9YVuLu8eB/S+dA+v1+l83pe2Sfg/BRe2OeGfPELhUDgUtip/AgwAw4tbozZtKFwAAAAASUVORK5CYII=')}.x-tab .x-button-icon.arrow_right,.x-button .x-button-icon.x-icon-mask.arrow_right{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGRTdGMTE3NDA3MjA2ODExOTJDQUMyNUQwRUE4NjdEQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGMDZEQTFCMUFDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGMDZEQTFCMEFDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFGQzJEMjQxRjIyMDY4MTE4QTZEQzUxMDg5Q0Y0RTRFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZFN0YxMTc0MDcyMDY4MTE5MkNBQzI1RDBFQTg2N0RCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+xvZexwAAAhhJREFUeNrsm8FHRFEUxu9rxhARsxqiVauYXWoTpTYtUkRqlWkz0WaiTW2iNi3atGhTm4k2E5GYSJRaZcZQtIqIISIiYhgyfZdv/oF59913X+cdfst5733u+c495743XqvVUpKiSwmLWPB/j2QnP/I8L9SH9lN3/KxwQlpKT4FtaR7eAhegR1LRmgEVMCCpSg+CGtNczLbUC8pgQ9I+rCv3LiiBbkmNxwJ93S+p08qCRzAhqbVMg2tQkNRLa1/vg6ILvrY5POTAXdi+tj0tDbOYjUoaDzPgBuQlzcMpcEhSkg4A8lztjBTBin6u0d8iBOvoYwXPSRGsuEcXuWcnJAhuR4G+TksRrGOMfXhWimDFjqzCyUuE4LavS5yxExIEt0OfopRN+DpKbx6MHAtHSfAeWPN7kWQEhDbAMjg1cTHXBdfBLHiSUKXvwZBJsS4LPgCT4NP0hV1L6SZYAcdB3cAlwe9gDlQlTEsP9Gs16Bu5IPgIjIOP/34AoP26Ss82bd00LA/r1Vzk1mM1whCsfTrPpsJ62E7pE/q1HpaPbAn+Betgib1xaGEjpb+Ywrcu7H9BC35m8//mSncTZEqfgRGXxAYpeJNp3FCOhemU/ub+euXqzGlS8AuYBq8unyiYSulLNv9OizUleIcr+6MiEF4n3x7ze2n9OkSfE5/bfmg/30v7ERxaWBcc5Yj/5BELjgXHgiMVfwIMAGPkXbHq6ClAAAAAAElFTkSuQmCC')}.x-tab .x-button-icon.arrow_up,.x-button .x-button-icon.x-icon-mask.arrow_up{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGRTdGMTE3NDA3MjA2ODExOTJDQUMyNUQwRUE4NjdEQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDQUZBQUM3NEFDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDQUZBQUM3M0FDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFGQzJEMjQxRjIyMDY4MTE4QTZEQzUxMDg5Q0Y0RTRFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZFN0YxMTc0MDcyMDY4MTE5MkNBQzI1RDBFQTg2N0RCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+ar3jxgAAAbFJREFUeNrs2j9ExGEcx/H71YmmpoiIaIq4KSKi6dabbo1oiqamm1qboimiNZpuuikiIqLppiPipqYjIuLp+/D95vy6X/frfr/n730e3sst53XP9x7u+V2ilKpM05qpTNkCGGCAAQYYYIABBhhggAEGeNSqpl9IkiQKWNbvfBc7PDdNIz1PPVK7Trd+OMPrRr8l9Uat2nT9+CyCW4yVnnnHowTXqa8UWHcdI3iNGozASscxgReo7h9YxTtfjwXcHoOVBjwJQYNPcmKlLk9EkODGP7FSO0TwOvU+IVjxZAQD1iPZK4CVGiGAZ6lOCVjFE7LhO/i0JKzUK3KImQY3S8ZKHZ4cr8A16sMQWPHkeANepF4MYqWmD2A9arcWsIonqOYafGYJK73yRDkB71nGSnd5r4jKBG9Sn47AunOb4CWq7xAr7dsA61G69wCreMK2TIMvPMFKfZ44I+ADz7DSQ9YhVgS87fiQGtdlmeBlvkNWnndYBljfGT8FgJVDbKco+CoQrBp6mrEyKfgoMOyvpxlZ4CT9vcXj0shWNe8nE8vCfzwABhhggAEGGGCATa1vAQYAZekAmr8OukgAAAAASUVORK5CYII=')}.x-tab .x-button-icon.compose,.x-button .x-button-icon.x-icon-mask.compose{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.delete,.x-button .x-button-icon.x-icon-mask.delete{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.organize,.x-button .x-button-icon.x-icon-mask.organize{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAEdUlEQVRoBe2aS2xMURjHjbbqUaLoI7RChQUiGo9YaEqkoolIkCASSki68dixsLIVYmHbkJA03UgkFRI2QgRBKl4RgtJFK0jUI+o5fv/p68ztmUlHzpzO9PZLfjP3fOfcO9//fOeee+69E4lGo6PCZKPDJFZaQyc4N1mGI5FIMfUVkAfZMPaVwE54yqn6i+8BllQwravgAEyEv5DppsQ8gYPw3hqsJi0bNJ4El0GZzSa6iHcbjLbpsp7DDGX5V8ByyDbLJ+CdUGQLPNGQnkzj3TDFspN68BNkwhDPIY5poG/T1lBYR+LOkuW4uSeR4KXssN48grF9h20NdeukYLRL96Y6vAD2wCwwbQyFvXARPpoVA85fKnXiN4HtvP2Gf0tPG3XWUKNYT4E6PxjvD3x1EDHPZZvgxTTSDBc8gMrKbql5gKHeJh7NM6/AFu91/EVmjHGTFmN+HA3qYSoE7SuO8+zcEawY4vJdfr8Z/ljiqMS3AV2RvjpTPc7V0A623rqJv8RsnynbxDUXXieJuy/LfRmmEzSd7wKtroL2Hcc5BL4LVmRCmbheEIfmHduVQ1muQV/3BN2bJZyqaANbdm/jL+xtm4nfxKcsP08Q/zX8MxV3TDXqx+PYBGUQNHVAI9AsYrsuB9sPVflDT5xH+O7OZn8kK9msJf6G3ooFOOr66+O2NOVL6A7oP/njmmREQcN5LGhy1cLJtBwK++FSLqrVSGvPcrCZGu8DZTqTBSs+zUkarTZTUrerYh50gHYY7rSpRxZCCYTByvouS2FQK42hE9w7S/tKsOaIt/AGfoMWO3OgFLyYb8FaGByHl6C1r27jlsAh8HaN14LD1+x8jN/KNVdqlAvhgq8YfJ/DLYjVUDatk8J905HObd+Cf1rEaHTp5sSL+RacaKWWyO+8E3wLdi4g1QOOCE61x7Kt/UiGsy1jqcY7kuFUeyzF9ok6WA8ZvJjLtbQWEI/hXpLIW4N1rLyiPHV5hP9MsM4or2V7hlH+702XghWE3gAcTRKN3mjY7AZOdZbNCnAug4wTrNXSItCrmmYSZ3tGTNVAo+1nvCLOyLyeT9WC7WlqXNtUCq7vlpTlGkQMeG+Vio9j6NbxMOjtn8u7udjzaJcH1H3uLViVikCzLftqEtsKbeAyNh3LuWAdVM+yr8JsU8hgt9mvGh6ATousEKwgdcvXCMWDFap2mOYBTWK6b3YtNvYDrs9hM0i9BTgB+YMRTbvp0AS6bzaP43I7LUPaDFBvHPVmIy+ZaOp1+TkJX8Dc3/V22gUrYF1jN4L1r0T4NSPXg+sZ2dZZXgRr5m6BymCW8en6rc54BrYAXfu8CFbQmoQ0c1eYoilXw0NQp7gWZzueN8H68S44DbG/IPA9H66AL7FR12tpYk9qetOwGfSaVjcMNVAFie6iqHJv6bws2YaUfLpctYP+S5WoTVr8vjOMvphN4FN4N69Dybs6yw+OCLZ0yrByhS7DmrRaoQE0Kw5707JOf/UvH/ZKewTG/kscFrHSGbpzOHSC/wHSRhVOrpN3ggAAAABJRU5ErkJggg==')}.x-tab .x-button-icon.refresh,.x-button .x-button-icon.x-icon-mask.refresh{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.reply,.x-button .x-button-icon.x-icon-mask.reply{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAES0lEQVRoBe2ZSWgUQRSGM24YTdSo4AYRTcxBEZJDJCoigrtGg6CIgihqogfRgEERguhB40UP6kHw4kEET4J4E9wPAdeg4ALigjuKcSMuMX7/mAmdSU/SXdM9PTPpBx/T3al67/31urq6K5G2trac3mR9epNYaQ0FZ3vFwwqHFc6yEQhv6SwraBc5YYW7DEmWXUhZhSORSC7UwKIgxzAlghE5CZFHoAEKgxTcz8/gCI3gfzHsh6l+xnLq2zfBaC0miXpYDvmgu+kXBGqeC0aohK2D7TAF+kPamKeCETseZdugGgZDSp4RxHFsnghGqKo4H/aB5uoASEtLWjBiZ6KsFlaAHlJpbUkJRmwl6rTcFKW1SktyRoIROhofdbARhlr8OTkMdBPNlWCE6iG0AA5AqRN1Nm1cxbTpn9Qlx8ERO4pIG0Br6yDDqH3pV4kvPdRewCd4C+/ZPdWx7xZxsk1LgqvIZDeUeZzRT/xJ8Dt4BQ/gGjSSVzO/3psEJ4JoY+A4fATNvVTwhjh34RSshMGJ8jO5biuWIJqrc6AJ/kIqhNrF+EFs3fqHYRoMMxFp7dNFME5Hwi5QMLskgrqmgb8M+hgZYRXh5riTYBxpFM9CUKKcxlWOSyHPjVi1jQqmYy7shQ/gNGjQ7f6Q6yWY7UY07XNK4CK0QtAiTOK/J29tLOQ7EU67nIGgtfU1mARMhz6a3zegtCfRHXOYxhXtndJBgGkOT9FQ1Z3oDsFqhBXAFngJpkGD7veN3NclEt1JcKwRHaaD3niCTt40vh6+q2N6rL+2gtUA03p8FL6AaeAg++ntsNwqNqor/kL8OZ2WgF71vEpeq8FvC36uDveJM8qqyenHwzg67oE1MAxMTeLOQyNod0SDqO2hCaDVIma6u3R9OAxq/9WxW9PT+wRsQ7RiE7Gbj4f4v9F8Fujxb1ptfR2tj/cbf04bfbbqZWgsFEM5LITNcBLc3HF6iM2IxXAlWJ0wJXEQfoFb4RJcEwtu8kv/PCiEGdAAevFQJbvL5Rh/j351uRbcLloVmA83ewgUn0TSgq2DRGzloVt9E9yDFoiPqfOvUBHN3erA7TFOtG6fBqdfVp4KtuZLDqr8DrgDdqIPcb2/UYXjAmmu1cLDBIGswX0THMuJHIrgDGglsMZu4nxI0oItgcbjUHP7MyRaanwXrHywvlAFj8E6v+dqZ8MTI9BzHO2DtaC9KY1wIEYurXCO4JrbjyA6CvzO80wwznS3tMAFDpfBKdArnkY4ECOXqwTWUqZvA1mJp4L/+4wKf8ZxDeyE26AlLBBD9HUC14GWr8mezWEc2/oiiNZM/TumGbRLkdQ6nChOT9eJWw3ffakwjjuMRF5wUg9b4QnE5hOHKTVNsSuO3qW9SosN/Yn4KmAQbnnl040f4pelVLCb5Pxq6/st7Vfipn5DwaYjlyn9wgpnSqVM8wwrbDpymdIvrHCmVMo0z15X4X9rh8wHLEjawQAAAABJRU5ErkJggg==')}.x-tab .x-button-icon.search,.x-button .x-button-icon.x-icon-mask.search{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.settings,.x-button .x-button-icon.x-icon-mask.settings{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.star,.x-button .x-button-icon.x-icon-mask.star{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFfUlEQVRoBd2aXahVRRTHz/Ujv+2mZRGZB7W6mtpFikC7+UWUZiqBD0JPFdRL1EMFPfjoU4baS0FUD/UWZBEVShA+BCpmWApRSkgllNpDmZWZt9//eOay72afvWfWOTPn3rvgz8yeWbPW+s/XmT379AwODtZSSQ+CryVgA/gVfIx/pelEhFMBVlvBOaBeFo6Cean8y09KsnMg932TqCOs9M2UhMfhMJVsxtHcAmcbmekLCsqjFKUkvAYG1xSwmEHZqoLyKEVJCDOCNxH9HUCbVl6mULAuXxjrOQlhgl8Bbi0h0Uen3FBS37GqVIQHiHh2SdR16jTlo0t0woycpuxiUDSdHcFeMv3uIWYanTDB3wIWVZBQHP10zuQKvbarUxDWT1HRz1E++Ds99fLtgp6jEmbExhPNcs+IbkZPiCpRCRP5TPCQJ4MJ6A3QSUqjSWzC2ozuC4j+fnSnB+gHq8YmvJKIJgVEpRPX9QH6waqxCa8PjEhHT981H2j6qno0wqzF63BhOUxsom3Zb7aJqGsUjTAONFJlpysXQz7VuXpavrBTzzEJaz1adlzNjHs6RTBvJyZhjZTF/kTaWZZCnlvhsyWgQkPZQpagzsX1bFlAXjGtDdAPUu1p3PPQhCCXkdwG/mta0PWLds060AuAnqtEOjpdbQR3VymX1P9F3UfgGJA9X9F92c/ADaQ2P8V0DJ4/kDbeYKaSvgI2AN0+OGJK1VAbSIhTOXEOybYll2kte77yD4rqrHyb85S9Cl4HtReAyI11/A7HpRq5PSD6oR0f3Rad+H7S1DvV7UgS+tc1cU3n3V/AWJ/SX8BxVuMinow2rNNjlPQVeH0GFg378kDBfLAPXARjZbTPwmUXmOG+bgz71EKFfqKeAUWfREZbJxyCxyOOqEuHER4qrNUWovwy0CFktBHV4eNZMNvxyaaFhKWAaBt/HJwEo4W0luSKLMF8viVhp4iBeeBd8CcYqcQ1qi+CKS7uVmklYdcQY0+C42Ckkf6EmO51cVal3oRlCFkCdKgfCWtbo7obDO3AVWQbHHyUsjo40E6uq9cvQbdG+wN892fj8s0HjXDWKA51/t4JUo72H/jTDtybjSUkbyYsJ0gdfAtSjfTn+JoWQjCv2+57a4M1QaQSvZvrMsIs7RJejGcdUlLJUhzpZsYsZsJcCen6ZwCE3IaYA2021OfUdU3fJltmwni7Fvh+KDMF16KR3ux0lWuSdgjPxeNdJq/tNdKNqJaSSUyEmVK6JNPomtqbIh3eSKNsEmvAarfJ5LEzjbbR59MtpqyEb8eZjpndkhtxvNri3Er4YZxpx+yW6Jdhi8V5MOHm+n0QZ9afo0u0fQO8A5S3iPaQ1cTSG9w4f/SqesZBH/gRWI6T+gyyxfkgvw2cMdrS+/lTzpZvGnyWxsnTwHLRd4R2a/OBqQyoztKBe/P2qp6DCBOUptKHhuA+pU1fq2Co0/F0L9CVaghxXTbWW9ktKg8lrFfCrwODeh/9wgu1bEDo6OT2Fvgb+JLWq+nQEsnaa5UPJbwKBxc8A9KXPG1O3u+u6E4F24GvD3XMDjCxFcF8uTdhjGpHfwn49L42lCeAdyDZwGi3HpwAPr6+Q29htn1ZPoSwfuz3ewShXVcBNz62lzkvq6O9DjZHgQ9p72kdQljvob9VBPAN9Q+UEQmpw5b+Sf8e0FotI/4a9ZN8bIcQXlnh9AD1y3ychuhgU0tpJyhb14epn+ljN+Sk9S9G1ct50d8SdgF9x9EO3lHB5hXwPEYfA8dbGD9LuWZBtfj0inSQWUDTKzu1dAB5Dkz2tdOOHn70LvwVyMag/FYwzse295Rukq5j+G1wEOib66PAy5FPMD46+NPmqTV7CpwGGvkJPm2l8z8GWDNDloqpGQAAAABJRU5ErkJggg==')}.x-tab .x-button-icon.trash,.x-button .x-button-icon.x-icon-mask.trash{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFBElEQVRoBe2aS4gdRRRA8+L/m0QIJkYNLlQUNOAvigpRcCEIcSsiCLoLLoILcaM7QVBX4koRshDxt9CFKCoiuvGDCP5QkxCiJhInRo2Ovzie80gPNWX1dL3uesM09IUz3V1169a9daur+031aG5ubkUpGY1GK7G1Dq4Cz9vKiIY74Sv8+72tkWQ7Ay4Bxo+Hu2E3/AuOZBf+ov2TsL6Ef5WNUsGazXvgEHQJMm77N/aeg3Mrh7seOweMM2bWYH+B2OES1/9g9w0oEnSngHHCYO+FGSgRXJ0NM/0idA565BRpKyxSt9J2B5xWY+Mw5Udq6uqKT6XimESlmX4d7sTnA4n6rKJjs7QSSgTrSno7nJyodtFyGr4AP4G6TeLIHweb4A44C0LR1xtgCzwP7aTtIkBvLlSfQjwNZyl7FNa0sU077V4DX0Js25X7cRjPzDb2Nd5FnK7xPbGXskdwxsxOLLRzdnwIj8GvkQFnypqobKLLrgGnOjMzP6cqJijzfn0NXPljmXRNWNC+dcBHM7HA2NELp10nwbaz5iC4OsdidTyrYp3a68ZFi7XJFfNsOBGcUmFnPpbiBWkVZefT7g+OXcTF0EUsFPtaje0Lw0LOzfoM49B4Gy36WMKwK+WDcC2cAmGwXK7YAAYdym9c+NiIdUOdnHODc6DjpPioix9LBvwtPE3QOzjWi7MjBS0M8CGY1huUA1ISg/4cNqXiqcqSwVqJ3AQ/QEmnpm3LR+IzsLYKMD4mA6bBOfAKuFpO28nS9v0Bcxckn9V1Ad9Pg2m/H5cONLT3Mf5fFGfX63hBQG8s7/LXxcdV0nvjMtgKp0MojuaroM60xYB8Z78ZTog6c515B1ylXey+ARe3/0tqFNCy0RjrkdvgOwhH0TeiB2A1uMBNGx9Ta+FZiP34mrIrQR39cECSUzqZYYIcR0mjJtmFwmHUvdenLjwmnUl7Eh05+LP40fjvoGTACYN1Rc6CecGhM7lw2lt+AA7Fg4fOespXgYO0j3pvnXmh3rY+/52+vrXtRSd841rQJ/WV1JVX9eNj14DnjeHnJVw8DBeAnX8A2ynfXwXN+cWUPQUOjNl6i7Jt1I9nCOe+1V0NT4AB/wkvw31QRIoFjDfnwRXgfVbJGZzsry44boTNUGVjlvOToPpV5FvbjXApKE7VLZ6UkpWlDGHH+96pV93/4TSsujGA8MeF51Xw6njuO3soKTth/UTnJQOeqONFlKsBW0SlfdVyDLh9NBkth4AzBqnXKkOGe52+DOeHDGcMUq9Vhgz3On0Zzg8ZzhikXqsMGe51+jKcHzKcMUi9Vhky3Ov0ZTg/ZDhjkHqtMmS41+nLcH7IcMYg9VplOWY4/Md88cEtHbDOVg5Xx9jpsM9Yx52JeAcw1ontTXRdcm9pFz3vBveHdNJN6YPVRhrnivtMlruZ5g7DFxBuXLut8j7sA/d43Yr5CIpJsYAJ7DN2/27Bsw1gwAb3I8wLOp+g4w6+nw/6HddOyszqWDg/Qv2bXFwH4+1SyhyUYtI1YLc85wXn/ORAagWdPVRKUqh3AJwtdTLeWq2rbCoP76cm3bjeLG6ELjZim03XJujyJqXF6rtmeDvGNzMN/ajEAZi2rKOD67t00jVgN7+3dnFgqdsu5XRc6tiS/eUGvBTTNengBIVZPuYG7LcYPjdluYk++bTw++pGyQ34bSy9B35Vs5zEYGfgJfg+x7H/ADoy2VfnrtXoAAAAAElFTkSuQmCC')}.x-tab .x-button-icon.maps,.x-button .x-button-icon.x-icon-mask.maps{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAADl0lEQVRoBe2b24tNURzHjfutXEPycDAltwhJbuMSJUqSB/HiES/+AK9ePc6T8uCFkImQW5KGkdwSxYyMGkZu45bbDOPzyZyTrJnjnDkGrVm/+szas2bv397f33ftPS+/Vdba2toj5igj0NcfRkG/3qWIJdcIrs/AO6gDq7cKPkOjUNAmxr8ePJsix8NUWAvLoapowSQawIUzYCZUwAqohF3QAjtgGTyCy5x/nfEu1MNDCmAxuiS4Vy8ST4DZMB9WwiTIRUGC26q1gKtWwyyYBsPB5aLIL5CNTxzotDeWTeA5DUKuO4xXoQbxHpcUbSIzJFkDi0EzdLYnBNGuYJJ4ch+YAhvB5TAORsKvib4x97vwPpk2FjJuhibu85zxAlyCangBLRQib06u68t5vk4uVYVqgO+oqy9v5ASTRLd0LQNLYB24bAfBnw5zikX0HtuhGW5ANY9ylvEBvIY3FOArcz7rWHCpboBFMAxyGjguKIZy1jzYCqfAD5BLslB8J3dCP/AdOgo+fKHXd3Sebh+EctCMieBK6Oj8QuYrXZ7roQr88PiSD4b/IVyyfhB9jQy/uppTUijYhANLytJ1F/sxzL7POpg97vQdFfwVTNYtQsHdKpLg2O1ODieHI6tAWtKRGRrISQ4HJYlsIjkcmaGBnORwUJLIJpLDkRkayEkOByWJbCI5HJmhgZzkcFCSyCaSw5EZGshJDgcliWwiORyZoYGc5HBQksgmksORGRrISQ4HJYlsIjkcmaGBnORwUJLIJpLDkRkayEkOByWJbKLbOVx0r3E7httIbttwNvzddt//JWxIfQynYX8pgu2TbgBbjw9Ds53sNHJv49gOehu5bUe2DfjXojDVpWG/9iu4CEegBp7xfO+LFfyGC5+AiQ7BFXj/c8s+xw+Z24PwvYwKnQxLoQLccGEB7Hsu9t5ckjcU2QjuozgA5+Apz9PCmItCbvqWs2vhJpwBl8ZrEuVtOebPtiWLbf2ymyL0ZVT8XJgDbgHIgFsPOhPmr4d7oAnHue9txg6jI8EfueIaHIOrcAuafieSc/IG19vw7TYD6UEBbE4vhwxMB7cizIYhYPT6MeR+WjBFPoCToEgF1hb6bD8LNpHLwT0L56EOGkhUchc6edoNcruvQWoQ7/6GMTAa3E2zACxGNjRhH9wHV4zP9oGxqCjj7C0wA06Ay/YliRT/T4MCuGnEfQ4feJ5mfvdfaG+OXSWdju+VpAoIK3D9tAAAAABJRU5ErkJggg==')}.x-tab .x-button-icon.locate,.x-button .x-button-icon.x-icon-mask.locate{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.home,.x-button .x-button-icon.x-icon-mask.home{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAEK0lEQVRoBe2Zy28NURzHe/vwqEepYkFIQzxWaCOC2HhELEgQImhXIrqyIEXikVQi+gdIwx9AItg1NiJELMSGhKQbobY2VY9Srfp8m5lmTO/cOXN7Zu656f0ln8zMnTNnft/z+505j5sbGxurmk5WPZ3ESuu0E1xbigjncrka3jsbftClIvsU5RZ65aLK5Lj/C75SzSjHWCuJYLxqhPXwBgYhylq4sRaixChDP8EzGIJ4UwNnCR6tgFswANegKer93LsLim4herm/JKqO8O+ZRdhL42acOwunYAacg2Hu3ePYj3Ph1A1fU2ySmZSZeCiTjxaC1LAboRs6QGJl8+AKXIU1kLqlHmHEqlFboQv2gD40QdPHqx3qKdtJkD8Hb9o+TzXCXmT1cboB+cT6evTVPgIXeWYl6DoVSy3COF2Hx0rjTthp4L0a/4xXrofn33OeqH8avKMqFcE4O4uXb4ULsNfEEa+M0v00LIIuCKc/P03NrAtGrD5Iiuh10Dia1JTOR0EZsjjpw3HlrQpGbD0v3AzFig36e4CLkeAPNs6tCUbsHBxS+mpsLSayYT2KtLBqVgQjdgFe7QP1u9VWPbRc2ZQFe2LV5zSBWG7ZP+vVTUkwYhvx6DicB+fFqvWKFuyJ1QxJ00It48rCNNgnNi+N23hQaVw2YiU0cYQRq9Q9CJdBKV1q02zMeEaWSDBil1L5JTgBDeCCzcUJ8cXImfACOeqayjbBffgDfqu6cPyJP3dgVZTvwd9jdzuoSFmgicRDGAYXRIZ9+I5fPbA6KC7feUHBVKD5rJZ1EutaZMOiv+HjbWjJJ9T/LVIwDyqyh+ApuC7WFy/RCk4r5HyRwWNewRSW2N3wGv6CX2E5HBWcB9AaFOqfTxJMQa1lNewosqNQDiLDPmqv+hFsgzpfrI7/CeamVjwnQZEtV7G+eEX6MeyHGl/0hGB+1MJdYt+B/1C5H9UdX8J2qJ6IMBfz4Ri8hXIXGfZfmdoLWr5W1zJ7ktg2aId18BuiTHNvDVUumQSNxDikLSdtBzdok0yCD8MyiLNmCqhxXBL9An+egNI3yqRT9z+O92FO/O2UuOMuymoqF06bUl53489MQw21Gm8lWmkRa6R/oVaMfT6lAmrsUVMNRa2HU3I8k2orgjNp5hK+ZLwPp/x+fR+0ONfMp9BfJ+qLmulpyze1zMtC8AACbkI/xAneQZkO0JiZimUheAjPn0MfxAnWVo3RiEG5oiwLwXJsmGFDK5iCxrCnGZNSOzVLra+EPDZ9T6EMCFVZ3KWpI8XV7uBTFcEOBsWqS5UIW21OByurRNjBoFh1qRJhq83pYGWVCDsYFKsuVSJstTkdrGz8L0VTv1i+NVF2CyTJDC0LX7E8HIx7D/Vrb3wDaLvY1D5QsI/6jXZUEwk29cDlckki5bIOY9+mneB/GfbU3e4Ey5kAAAAASUVORK5CYII=')}.x-button.x-button-action,.x-toolbar .x-button.x-button-action,.x-button.x-button-action-round,.x-toolbar .x-button.x-button-action-round,.x-button.x-button-action-small,.x-toolbar .x-button.x-button-action-small{border:0.1em solid #994d00;border-top-color:#b35a00;color:white;text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0;-webkit-box-shadow:rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-button.x-button-action.x-button-back:before,.x-button.x-button-action.x-button-forward:before,.x-toolbar .x-button.x-button-action.x-button-back:before,.x-toolbar .x-button.x-button-action.x-button-forward:before,.x-button.x-button-action-round.x-button-back:before,.x-button.x-button-action-round.x-button-forward:before,.x-toolbar .x-button.x-button-action-round.x-button-back:before,.x-toolbar .x-button.x-button-action-round.x-button-forward:before,.x-button.x-button-action-small.x-button-back:before,.x-button.x-button-action-small.x-button-forward:before,.x-toolbar .x-button.x-button-action-small.x-button-back:before,.x-toolbar .x-button.x-button-action-small.x-button-forward:before{background:#994d00}.x-button.x-button-action,.x-button.x-button-action.x-button-back:after,.x-button.x-button-action.x-button-forward:after,.x-toolbar .x-button.x-button-action,.x-toolbar .x-button.x-button-action.x-button-back:after,.x-toolbar .x-button.x-button-action.x-button-forward:after,.x-button.x-button-action-round,.x-button.x-button-action-round.x-button-back:after,.x-button.x-button-action-round.x-button-forward:after,.x-toolbar .x-button.x-button-action-round,.x-toolbar .x-button.x-button-action-round.x-button-back:after,.x-toolbar .x-button.x-button-action-round.x-button-forward:after,.x-button.x-button-action-small,.x-button.x-button-action-small.x-button-back:after,.x-button.x-button-action-small.x-button-forward:after,.x-toolbar .x-button.x-button-action-small,.x-toolbar .x-button.x-button-action-small.x-button-back:after,.x-toolbar .x-button.x-button-action-small.x-button-forward:after{background-color:#ff8100;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffcd99), color-stop(2%, #ffa74d), color-stop(30%, #ff9529), color-stop(65%, #ff8100), color-stop(100%, #cc6700));background-image:-webkit-linear-gradient(#ffcd99,#ffa74d 2%,#ff9529 30%,#ff8100 65%,#cc6700);background-image:linear-gradient(#ffcd99,#ffa74d 2%,#ff9529 30%,#ff8100 65%,#cc6700)}.x-button.x-button-action .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-action .x-button-icon.x-icon-mask,.x-button.x-button-action-round .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-action-round .x-button-icon.x-icon-mask,.x-button.x-button-action-small .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-action-small .x-button-icon.x-icon-mask{background-color:white;background-image:none}.x-button.x-button-action.x-button-pressed,.x-button.x-button-action.x-button-active,.x-toolbar .x-button.x-button-action.x-button-pressed,.x-toolbar .x-button.x-button-action.x-button-active,.x-button.x-button-action-round.x-button-pressed,.x-button.x-button-action-round.x-button-active,.x-toolbar .x-button.x-button-action-round.x-button-pressed,.x-toolbar .x-button.x-button-action-round.x-button-active,.x-button.x-button-action-small.x-button-pressed,.x-button.x-button-action-small.x-button-active,.x-toolbar .x-button.x-button-action-small.x-button-pressed,.x-toolbar .x-button.x-button-action-small.x-button-active{-webkit-box-shadow:inset #b35a00 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-button.x-button-action.x-button-pressed,.x-button.x-button-action.x-button-pressed:after,.x-button.x-button-action.x-button-active,.x-button.x-button-action.x-button-active:after,.x-toolbar .x-button.x-button-action.x-button-pressed,.x-toolbar .x-button.x-button-action.x-button-pressed:after,.x-toolbar .x-button.x-button-action.x-button-active,.x-toolbar .x-button.x-button-action.x-button-active:after,.x-button.x-button-action-round.x-button-pressed,.x-button.x-button-action-round.x-button-pressed:after,.x-button.x-button-action-round.x-button-active,.x-button.x-button-action-round.x-button-active:after,.x-toolbar .x-button.x-button-action-round.x-button-pressed,.x-toolbar .x-button.x-button-action-round.x-button-pressed:after,.x-toolbar .x-button.x-button-action-round.x-button-active,.x-toolbar .x-button.x-button-action-round.x-button-active:after,.x-button.x-button-action-small.x-button-pressed,.x-button.x-button-action-small.x-button-pressed:after,.x-button.x-button-action-small.x-button-active,.x-button.x-button-action-small.x-button-active:after,.x-toolbar .x-button.x-button-action-small.x-button-pressed,.x-toolbar .x-button.x-button-action-small.x-button-pressed:after,.x-toolbar .x-button.x-button-action-small.x-button-active,.x-toolbar .x-button.x-button-action-small.x-button-active:after{background-color:#db6f00;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a85500), color-stop(10%, #c26200), color-stop(65%, #db6f00), color-stop(100%, #de7000));background-image:-webkit-linear-gradient(#a85500,#c26200 10%,#db6f00 65%,#de7000);background-image:linear-gradient(#a85500,#c26200 10%,#db6f00 65%,#de7000)}.x-button.x-button-confirm,.x-toolbar .x-button.x-button-confirm,.x-button.x-button-confirm-round,.x-toolbar .x-button.x-button-confirm-round,.x-button.x-button-confirm-small,.x-toolbar .x-button.x-button-confirm-small{border:0.1em solid #263501;border-top-color:#374e02;color:white;text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0;-webkit-box-shadow:rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-button.x-button-confirm.x-button-back:before,.x-button.x-button-confirm.x-button-forward:before,.x-toolbar .x-button.x-button-confirm.x-button-back:before,.x-toolbar .x-button.x-button-confirm.x-button-forward:before,.x-button.x-button-confirm-round.x-button-back:before,.x-button.x-button-confirm-round.x-button-forward:before,.x-toolbar .x-button.x-button-confirm-round.x-button-back:before,.x-toolbar .x-button.x-button-confirm-round.x-button-forward:before,.x-button.x-button-confirm-small.x-button-back:before,.x-button.x-button-confirm-small.x-button-forward:before,.x-toolbar .x-button.x-button-confirm-small.x-button-back:before,.x-toolbar .x-button.x-button-confirm-small.x-button-forward:before{background:#263501}.x-button.x-button-confirm,.x-button.x-button-confirm.x-button-back:after,.x-button.x-button-confirm.x-button-forward:after,.x-toolbar .x-button.x-button-confirm,.x-toolbar .x-button.x-button-confirm.x-button-back:after,.x-toolbar .x-button.x-button-confirm.x-button-forward:after,.x-button.x-button-confirm-round,.x-button.x-button-confirm-round.x-button-back:after,.x-button.x-button-confirm-round.x-button-forward:after,.x-toolbar .x-button.x-button-confirm-round,.x-toolbar .x-button.x-button-confirm-round.x-button-back:after,.x-toolbar .x-button.x-button-confirm-round.x-button-forward:after,.x-button.x-button-confirm-small,.x-button.x-button-confirm-small.x-button-back:after,.x-button.x-button-confirm-small.x-button-forward:after,.x-toolbar .x-button.x-button-confirm-small,.x-toolbar .x-button.x-button-confirm-small.x-button-back:after,.x-toolbar .x-button.x-button-confirm-small.x-button-forward:after{background-color:#6c9804;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c2fa3b), color-stop(2%, #a2e306), color-stop(30%, #89c005), color-stop(65%, #6c9804), color-stop(100%, #496603));background-image:-webkit-linear-gradient(#c2fa3b,#a2e306 2%,#89c005 30%,#6c9804 65%,#496603);background-image:linear-gradient(#c2fa3b,#a2e306 2%,#89c005 30%,#6c9804 65%,#496603)}.x-button.x-button-confirm .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-confirm .x-button-icon.x-icon-mask,.x-button.x-button-confirm-round .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-confirm-round .x-button-icon.x-icon-mask,.x-button.x-button-confirm-small .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-confirm-small .x-button-icon.x-icon-mask{background-color:white;background-image:none}.x-button.x-button-confirm.x-button-pressed,.x-button.x-button-confirm.x-button-active,.x-toolbar .x-button.x-button-confirm.x-button-pressed,.x-toolbar .x-button.x-button-confirm.x-button-active,.x-button.x-button-confirm-round.x-button-pressed,.x-button.x-button-confirm-round.x-button-active,.x-toolbar .x-button.x-button-confirm-round.x-button-pressed,.x-toolbar .x-button.x-button-confirm-round.x-button-active,.x-button.x-button-confirm-small.x-button-pressed,.x-button.x-button-confirm-small.x-button-active,.x-toolbar .x-button.x-button-confirm-small.x-button-pressed,.x-toolbar .x-button.x-button-confirm-small.x-button-active{-webkit-box-shadow:inset #384f00 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-button.x-button-confirm.x-button-pressed,.x-button.x-button-confirm.x-button-pressed:after,.x-button.x-button-confirm.x-button-active,.x-button.x-button-confirm.x-button-active:after,.x-toolbar .x-button.x-button-confirm.x-button-pressed,.x-toolbar .x-button.x-button-confirm.x-button-pressed:after,.x-toolbar .x-button.x-button-confirm.x-button-active,.x-toolbar .x-button.x-button-confirm.x-button-active:after,.x-button.x-button-confirm-round.x-button-pressed,.x-button.x-button-confirm-round.x-button-pressed:after,.x-button.x-button-confirm-round.x-button-active,.x-button.x-button-confirm-round.x-button-active:after,.x-toolbar .x-button.x-button-confirm-round.x-button-pressed,.x-toolbar .x-button.x-button-confirm-round.x-button-pressed:after,.x-toolbar .x-button.x-button-confirm-round.x-button-active,.x-toolbar .x-button.x-button-confirm-round.x-button-active:after,.x-button.x-button-confirm-small.x-button-pressed,.x-button.x-button-confirm-small.x-button-pressed:after,.x-button.x-button-confirm-small.x-button-active,.x-button.x-button-confirm-small.x-button-active:after,.x-toolbar .x-button.x-button-confirm-small.x-button-pressed,.x-toolbar .x-button.x-button-confirm-small.x-button-pressed:after,.x-toolbar .x-button.x-button-confirm-small.x-button-active,.x-toolbar .x-button.x-button-confirm-small.x-button-active:after{background-color:#547503;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #304402), color-stop(10%, #425c02), color-stop(65%, #547503), color-stop(100%, #557803));background-image:-webkit-linear-gradient(#304402,#425c02 10%,#547503 65%,#557803);background-image:linear-gradient(#304402,#425c02 10%,#547503 65%,#557803)}.x-button.x-button-decline,.x-toolbar .x-button.x-button-decline,.x-button.x-button-decline-round,.x-toolbar .x-button.x-button-decline-round,.x-button.x-button-decline-small,.x-toolbar .x-button.x-button-decline-small{border:0.1em solid #630303;border-top-color:#7c0303;color:white;text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0;-webkit-box-shadow:rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-button.x-button-decline.x-button-back:before,.x-button.x-button-decline.x-button-forward:before,.x-toolbar .x-button.x-button-decline.x-button-back:before,.x-toolbar .x-button.x-button-decline.x-button-forward:before,.x-button.x-button-decline-round.x-button-back:before,.x-button.x-button-decline-round.x-button-forward:before,.x-toolbar .x-button.x-button-decline-round.x-button-back:before,.x-toolbar .x-button.x-button-decline-round.x-button-forward:before,.x-button.x-button-decline-small.x-button-back:before,.x-button.x-button-decline-small.x-button-forward:before,.x-toolbar .x-button.x-button-decline-small.x-button-back:before,.x-toolbar .x-button.x-button-decline-small.x-button-forward:before{background:#630303}.x-button.x-button-decline,.x-button.x-button-decline.x-button-back:after,.x-button.x-button-decline.x-button-forward:after,.x-toolbar .x-button.x-button-decline,.x-toolbar .x-button.x-button-decline.x-button-back:after,.x-toolbar .x-button.x-button-decline.x-button-forward:after,.x-button.x-button-decline-round,.x-button.x-button-decline-round.x-button-back:after,.x-button.x-button-decline-round.x-button-forward:after,.x-toolbar .x-button.x-button-decline-round,.x-toolbar .x-button.x-button-decline-round.x-button-back:after,.x-toolbar .x-button.x-button-decline-round.x-button-forward:after,.x-button.x-button-decline-small,.x-button.x-button-decline-small.x-button-back:after,.x-button.x-button-decline-small.x-button-forward:after,.x-toolbar .x-button.x-button-decline-small,.x-toolbar .x-button.x-button-decline-small.x-button-back:after,.x-toolbar .x-button.x-button-decline-small.x-button-forward:after{background-color:#c70505;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fb6a6a), color-stop(2%, #f91f1f), color-stop(30%, #ef0606), color-stop(65%, #c70505), color-stop(100%, #950404));background-image:-webkit-linear-gradient(#fb6a6a,#f91f1f 2%,#ef0606 30%,#c70505 65%,#950404);background-image:linear-gradient(#fb6a6a,#f91f1f 2%,#ef0606 30%,#c70505 65%,#950404)}.x-button.x-button-decline .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-decline .x-button-icon.x-icon-mask,.x-button.x-button-decline-round .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-decline-round .x-button-icon.x-icon-mask,.x-button.x-button-decline-small .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-decline-small .x-button-icon.x-icon-mask{background-color:white;background-image:none}.x-button.x-button-decline.x-button-pressed,.x-button.x-button-decline.x-button-active,.x-toolbar .x-button.x-button-decline.x-button-pressed,.x-toolbar .x-button.x-button-decline.x-button-active,.x-button.x-button-decline-round.x-button-pressed,.x-button.x-button-decline-round.x-button-active,.x-toolbar .x-button.x-button-decline-round.x-button-pressed,.x-toolbar .x-button.x-button-decline-round.x-button-active,.x-button.x-button-decline-small.x-button-pressed,.x-button.x-button-decline-small.x-button-active,.x-toolbar .x-button.x-button-decline-small.x-button-pressed,.x-toolbar .x-button.x-button-decline-small.x-button-active{-webkit-box-shadow:inset maroon 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-button.x-button-decline.x-button-pressed,.x-button.x-button-decline.x-button-pressed:after,.x-button.x-button-decline.x-button-active,.x-button.x-button-decline.x-button-active:after,.x-toolbar .x-button.x-button-decline.x-button-pressed,.x-toolbar .x-button.x-button-decline.x-button-pressed:after,.x-toolbar .x-button.x-button-decline.x-button-active,.x-toolbar .x-button.x-button-decline.x-button-active:after,.x-button.x-button-decline-round.x-button-pressed,.x-button.x-button-decline-round.x-button-pressed:after,.x-button.x-button-decline-round.x-button-active,.x-button.x-button-decline-round.x-button-active:after,.x-toolbar .x-button.x-button-decline-round.x-button-pressed,.x-toolbar .x-button.x-button-decline-round.x-button-pressed:after,.x-toolbar .x-button.x-button-decline-round.x-button-active,.x-toolbar .x-button.x-button-decline-round.x-button-active:after,.x-button.x-button-decline-small.x-button-pressed,.x-button.x-button-decline-small.x-button-pressed:after,.x-button.x-button-decline-small.x-button-active,.x-button.x-button-decline-small.x-button-active:after,.x-toolbar .x-button.x-button-decline-small.x-button-pressed,.x-toolbar .x-button.x-button-decline-small.x-button-pressed:after,.x-toolbar .x-button.x-button-decline-small.x-button-active,.x-toolbar .x-button.x-button-decline-small.x-button-active:after{background-color:#a40404;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #720303), color-stop(10%, #8b0404), color-stop(65%, #a40404), color-stop(100%, #a70404));background-image:-webkit-linear-gradient(#720303,#8b0404 10%,#a40404 65%,#a70404);background-image:linear-gradient(#720303,#8b0404 10%,#a40404 65%,#a70404)}.x-sheet{padding:0.7em;border-top:1px solid black;height:auto;background-color:rgba(0, 0, 0, 0.9);background-image:none;-webkit-border-radius:0;border-radius:0}.x-sheet-inner > .x-button{margin-bottom:0.5em}.x-sheet-inner > .x-button:last-child{margin-bottom:0}.x-sheet.x-picker{padding:0;z-index:110 !important}.x-sheet.x-picker .x-sheet-inner{position:relative;background-color:#fff;-webkit-border-radius:0.4em;border-radius:0.4em;-webkit-background-clip:padding;background-clip:padding-box;overflow:hidden;margin:0.7em}.x-sheet.x-picker .x-sheet-inner:before,.x-sheet.x-picker .x-sheet-inner:after{z-index:1;content:"";position:absolute;width:100%;height:30%;top:0;left:0}.x-sheet.x-picker .x-sheet-inner:before{top:auto;-webkit-border-bottom-left-radius:0.4em;border-bottom-left-radius:0.4em;-webkit-border-bottom-right-radius:0.4em;border-bottom-right-radius:0.4em;bottom:0;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #bbbbbb));background-image:-webkit-linear-gradient(#ffffff,#bbbbbb);background-image:linear-gradient(#ffffff,#bbbbbb)}.x-sheet.x-picker .x-sheet-inner:after{-webkit-border-top-left-radius:0.4em;border-top-left-radius:0.4em;-webkit-border-top-right-radius:0.4em;border-top-right-radius:0.4em;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bbbbbb), color-stop(100%, #ffffff));background-image:-webkit-linear-gradient(#bbbbbb,#ffffff);background-image:linear-gradient(#bbbbbb,#ffffff)}.x-sheet.x-picker .x-sheet-inner .x-picker-slot .x-body{border-left:1px solid #999999;border-right:1px solid #ACACAC}.x-sheet.x-picker .x-sheet-inner .x-picker-slot:first-child .x-body{border-left:0}.x-sheet.x-picker .x-sheet-inner .x-picker-slot:last-child .x-body{border-right:0}.x-picker-slot .x-scroll-view{z-index:2;position:relative;-webkit-box-shadow:rgba(0, 0, 0, 0.4) -1px 0 1px}.x-picker-slot .x-scroll-view:first-child{-webkit-box-shadow:none}.x-picker-mask{position:absolute;top:0;left:0;right:0;bottom:0;z-index:3;display:-webkit-box;display:box;-webkit-box-align:stretch;box-align:stretch;-webkit-box-orient:vertical;box-orient:vertical;-webkit-box-pack:center;box-pack:center;pointer-events:none}.x-picker-bar{border-top:0.12em solid #ff8100;border-bottom:0.12em solid #ff8100;height:2.5em;background-color:rgba(242, 129, 13, 0.3);background-image:none;-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 0.2em 0.2em}.x-picker-slot-title{position:relative;z-index:2;background-color:#463939;background-image:none;border-top:1px solid #463939;border-bottom:1px solid #0e0b0b;-webkit-box-shadow:0px 0.1em 0.3em rgba(0, 0, 0, 0.3);padding:0.2em 1.02em}.x-picker-slot-title > div{font-weight:bold;font-size:0.8em;color:black;text-shadow:rgba(255, 255, 255, 0.25) 0 0.08em 0}.x-picker-slot .x-dataview-inner{width:100%}.x-picker-slot .x-dataview-item{vertical-align:middle;height:2.5em;line-height:2.5em;font-weight:bold;padding:0 10px}.x-picker-slot .x-picker-item{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.x-picker-right{text-align:right}.x-picker-center{text-align:center}.x-picker-left{text-align:left}.x-tabbar.x-docked-top{border-bottom:.1em solid;height:2.6em;padding:0 .8em}.x-tabbar.x-docked-top .x-tab{padding:0.4em 0.8em;height:1.8em;-webkit-border-radius:0.9em;border-radius:0.9em}.x-tabbar.x-docked-top .x-tab-active{-webkit-box-shadow:rgba(255, 255, 255, 0.2) 0 0.1em 0.1em, inset rgba(0, 0, 0, 0.3) 0 0.1em 0.2em}.x-tabbar.x-docked-top .x-button-label,.x-tabbar.x-docked-top .x-hasbadge .x-badge,.x-hasbadge .x-tabbar.x-docked-top .x-badge{font-size:.8em;line-height:1.2em;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}.x-tabbar.x-docked-bottom{border-top:.1em solid;height:3em;padding:0}.x-tabbar.x-docked-bottom .x-tab{-webkit-border-radius:0.25em;border-radius:0.25em;min-width:3.3em;position:relative;padding-top:.2em}.x-tabbar.x-docked-bottom .x-tab .x-button-icon{-webkit-mask-size:1.65em;width:1.65em;height:1.65em;display:block;margin:0 auto;position:relative}.x-tabbar.x-docked-bottom .x-tab .x-button-label,.x-tabbar.x-docked-bottom .x-tab .x-hasbadge .x-badge,.x-hasbadge .x-tabbar.x-docked-bottom .x-tab .x-badge{margin:0;padding:.1em 0 .2em 0;font-size:9px;line-height:12px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}.x-tabbar.x-docked-bottom .x-tab-active{-webkit-box-shadow:inset rgba(255, 255, 255, 0.3) 0 0 0.1em}.x-tab .x-button-icon.bookmarks,.x-button .x-button-icon.x-icon-mask.bookmarks{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.download,.x-button .x-button-icon.x-icon-mask.download{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.favorites,.x-button .x-button-icon.x-icon-mask.favorites{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFfUlEQVRoBd2aXahVRRTHz/Ujv+2mZRGZB7W6mtpFikC7+UWUZiqBD0JPFdRL1EMFPfjoU4baS0FUD/UWZBEVShA+BCpmWApRSkgllNpDmZWZt9//eOay72afvWfWOTPn3rvgz8yeWbPW+s/XmT379AwODtZSSQ+CryVgA/gVfIx/pelEhFMBVlvBOaBeFo6Cean8y09KsnMg932TqCOs9M2UhMfhMJVsxtHcAmcbmekLCsqjFKUkvAYG1xSwmEHZqoLyKEVJCDOCNxH9HUCbVl6mULAuXxjrOQlhgl8Bbi0h0Uen3FBS37GqVIQHiHh2SdR16jTlo0t0woycpuxiUDSdHcFeMv3uIWYanTDB3wIWVZBQHP10zuQKvbarUxDWT1HRz1E++Ds99fLtgp6jEmbExhPNcs+IbkZPiCpRCRP5TPCQJ4MJ6A3QSUqjSWzC2ozuC4j+fnSnB+gHq8YmvJKIJgVEpRPX9QH6waqxCa8PjEhHT981H2j6qno0wqzF63BhOUxsom3Zb7aJqGsUjTAONFJlpysXQz7VuXpavrBTzzEJaz1adlzNjHs6RTBvJyZhjZTF/kTaWZZCnlvhsyWgQkPZQpagzsX1bFlAXjGtDdAPUu1p3PPQhCCXkdwG/mta0PWLds060AuAnqtEOjpdbQR3VymX1P9F3UfgGJA9X9F92c/ADaQ2P8V0DJ4/kDbeYKaSvgI2AN0+OGJK1VAbSIhTOXEOybYll2kte77yD4rqrHyb85S9Cl4HtReAyI11/A7HpRq5PSD6oR0f3Rad+H7S1DvV7UgS+tc1cU3n3V/AWJ/SX8BxVuMinow2rNNjlPQVeH0GFg378kDBfLAPXARjZbTPwmUXmOG+bgz71EKFfqKeAUWfREZbJxyCxyOOqEuHER4qrNUWovwy0CFktBHV4eNZMNvxyaaFhKWAaBt/HJwEo4W0luSKLMF8viVhp4iBeeBd8CcYqcQ1qi+CKS7uVmklYdcQY0+C42Ckkf6EmO51cVal3oRlCFkCdKgfCWtbo7obDO3AVWQbHHyUsjo40E6uq9cvQbdG+wN892fj8s0HjXDWKA51/t4JUo72H/jTDtybjSUkbyYsJ0gdfAtSjfTn+JoWQjCv2+57a4M1QaQSvZvrMsIs7RJejGcdUlLJUhzpZsYsZsJcCen6ZwCE3IaYA2021OfUdU3fJltmwni7Fvh+KDMF16KR3ux0lWuSdgjPxeNdJq/tNdKNqJaSSUyEmVK6JNPomtqbIh3eSKNsEmvAarfJ5LEzjbbR59MtpqyEb8eZjpndkhtxvNri3Er4YZxpx+yW6Jdhi8V5MOHm+n0QZ9afo0u0fQO8A5S3iPaQ1cTSG9w4f/SqesZBH/gRWI6T+gyyxfkgvw2cMdrS+/lTzpZvGnyWxsnTwHLRd4R2a/OBqQyoztKBe/P2qp6DCBOUptKHhuA+pU1fq2Co0/F0L9CVaghxXTbWW9ktKg8lrFfCrwODeh/9wgu1bEDo6OT2Fvgb+JLWq+nQEsnaa5UPJbwKBxc8A9KXPG1O3u+u6E4F24GvD3XMDjCxFcF8uTdhjGpHfwn49L42lCeAdyDZwGi3HpwAPr6+Q29htn1ZPoSwfuz3ewShXVcBNz62lzkvq6O9DjZHgQ9p72kdQljvob9VBPAN9Q+UEQmpw5b+Sf8e0FotI/4a9ZN8bIcQXlnh9AD1y3ychuhgU0tpJyhb14epn+ljN+Sk9S9G1ct50d8SdgF9x9EO3lHB5hXwPEYfA8dbGD9LuWZBtfj0inSQWUDTKzu1dAB5Dkz2tdOOHn70LvwVyMag/FYwzse295Rukq5j+G1wEOib66PAy5FPMD46+NPmqTV7CpwGGvkJPm2l8z8GWDNDloqpGQAAAABJRU5ErkJggg==')}.x-tab .x-button-icon.info,.x-button .x-button-icon.x-icon-mask.info{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.more,.x-button .x-button-icon.x-icon-mask.more{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAADJ0lEQVRoBe2YS2sUQRSFp5MgvmLU+CAMiBJFDBHcCeoPEFciuHMjroMK4lZBcONG0JW60U1UEgRx59IXuNMoKEElKL7GRwyIqNHxO0N66FT3UNU9IHRNFXz0VNW5t+vW6RcT1ev1Sie1rk4qVrWGgn13PDgcHPZsB8Il7ZmhqXKCw6kt8WwgOOyZoalygsOpLfFsIDjsmaGpcoLDqS3xbCA47JmhqXKCw6kt8Wyg6XAURV2wEy7BM5iFtzAKu2BB0dqJ7YEtcBYmQblfwzjshUVt5O4mfhjOwwQodw3GYA8snpd77n9pFXMYvoP+qDaZZewcVKXPAzE64Qn4CmZe9f/AFSiSu4e4IzANrXJfZ24gXjO/KxEcg9+QFZQcU/CSONh2RKsraMQhr85xE/psOeN5tCr2APyA5Bqzfl9D06tYtX3wC7KE5pg2ZX98UtsR7XZo5ayZW/1DENnyzi18CO1nyMqTNXYcrTapcitHkBLJiZW2RaGRuxcg6+Stxu6i73fI3Y3uZM7cU+hXQeVvzsBP6Dc5LupxztzaiEGH3AvR3S+Qe4dc0D2cp/Uj1oPI1pR7g030n+erWlTe9pMA3cu2Jre+2ERtzBdZe01BL3Ke9Al6vQZsTbfKQ5vImH9PXxtqa3qVPbWJjHk94J6r4DPGhK17A8EHm4j7UAWP2nTG/GX6NWMs1SW3rrCroLeLaxtDqDdG4368zbHVkzM5Polus+2hEs+j7YNxx9zv0FkfhoncvegvOuZ+iW6rYhtfTXTWgV7OyeLM3w+Y3xaf0PVIzAqwFf0IzW7XnLGOmLUg58y1JvsTzA83Y5o/eLcyMQISJAN0z56G9bE275HYNXAU7kAy9xv6p2Bj3pyxntjVcBDuQTL3FH19Dg/FWh0bXzUMNhsf23JkOQzCK9B1P4NY39OFG3kjgpeB8g/AR/gG0+3mJkeF9Lp9lkIVZkDfC1r3vPs8VTAir1uRd1mpNyQUXGr7HBYfHHbYpFJLgsOlts9h8cFhh00qtSQ4XGr7HBYfHHbYpFJLgsOlts9h8cFhh00qtSQ4XGr7HBYfHHbYpFJLOs7hf5j4Vg3iLoGkAAAAAElFTkSuQmCC')}.x-tab .x-button-icon.time,.x-button .x-button-icon.x-icon-mask.time{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.user,.x-button .x-button-icon.x-icon-mask.user{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAEWElEQVRoBe2aS0gVYRiGO1lmF8nQQlETutGFokAiqEV0ISKwgmrdMtzUpnW7drWKbFGbQAKpJIhuUGIUFUkW0T1Jq4V2U4ui7GLPexpDD+ecuX1jHqcPHseZ+f9vvnf++e8n0d/fPyZONjZOYqU1doLHRV3CiURCz5gMxTANJsJg+8XJJ+iBt9BHNdO1SCwRZR1GbAFRl8F8WAFLoRwGLME/ffAM7kETvIYPxPWDo7lFIhiheURaCVtgBywHXXOzbhJcggZoRvR7twy+76uELSEAtQsqySPwGdQN+KWDPHuh2DI2+TIVm3T455M9G0Bk6ktRvd4NBZaiTQUT3AQnSNW/VAFBzl/iZw0kq56FcOtuaQHB7QIv9ZVkrqZ2YA9Mck3pMYGZYKeh2sBz1SJb2mqcmfk0E0xQ6l9rwNoKcWjm11JwEYFVW6t1/K218mspeB5B5VsFluKnIuU88Kml4PGBo3DPqBGZiVkKNgvKRFkGJ5aCv2Z4xoi6bCm4DWUaXERhZhMJS8FfolDq+DSbRFgKjrIOa8poYpaCTQKK2sl/wSHfcFSNlll1sSzhn7ys3pAvLFP275lu+L1uKVhBPfYbgMf0zz2mc01mKfgbT7vi+kT/CeT3sv9s6XNYCtbg4CJ0pX9U4Kv3yXk3cO6UjGaCWX5Rg/UArqY8I8yp1qdPQ08YJ4Pzmgl2nCqwc2DVyKjunuddqkE0MVPBBKYSuQ7tJtEhFj9apDczU8FOVB0ctZiuHYUw9obMjbxErW2bmblgApTQengVIkq1B83QEsJH2qzmgp2n3ObYCEGndZ3krbcuXcUWiWACldCjoA0yv6a8J6HJb0Yv6SMRrAcj+gmHA+B3aneDPHXk/8jR3LR3a2rOfnAlTmfDVPDb6Khrq8bPDI5PoRPxZpMSk+1SgtOKpTa8l8BC0JaLmAkloA1xr/aOhJqEtINGWeqW7jjHXrQHbRdw4WxSJf8L8Aeh2m1QaWoBfiUsA61PTwGtUYeZ1qlP1zhan3YraBSnz/0mdAUVHqiEESoxKs0a2AxloJIMI5DsWU0vQH2z2oZToAnFI7+fu2/BiF3PgzbCKqgC1bXhNH3S6rba4BocR7TquifzLBih5XjcCSrROaAGKbJWHt9uJuGq67fgAki4zrNaVsGIzCP3dNgE20B1VJ+uro8UUz3Xr39UvxugCeEZl3UzCkZsBZn1+W6HRaB6qtZ4pJp2PtTna+58DFoR3sVxqHFxyM8euFsIW6EeXoDeoPrBXEEbAlpqqoN1kD9YY6rYxSQ4DGoE9KOSXBGZLk4NYB7CfigZEP1XMBfVEJ0BJUznIFevaSBzEEolOimYkyo4AfocclVYtrjViB0C9SzJEdE+jrn+CWcTrHvdUKuRUSm0gPrZ0W7tGjjMhTiIVWFWSbAGEnGxhAT/y+HhsL9oiVWFjo3FqnRVqrETrG5pFmiSEAuTYC3TFMVCLSIzTg9H6wuIXR2OneDfMJq1NmzzbS8AAAAASUVORK5CYII=')}.x-tab .x-button-icon.team,.x-button .x-button-icon.x-icon-mask.team{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFI0lEQVRoBe2ZSYgdVRSG+yUmnagRQYU4NbZKNLYKWTgg4gQOaDYqJIIGl4LixhBwoy50LSIiulEjCkpAUBBRURpdGceFMQ7YtgkOJE4xTjGa9vuedUl1Vd2qevSrFqvrwJ97695zzj3/PXd6nd7MzMzIQpJFC4msXDvCbc94l+Euwy2bgW5JtyyhOTpdhnNT0rKGLsMtS2iOTpfh3JS0rOGQ+eLT6/VWMNYJ4NjUmN9T/xLs4WfqvPxO7TU9DkTdNmvBbeAskJ7kv/n+AjwKXiSW7yibFQk3BSIPZHdTl5xZzML238DDYFlTsQS/jZF1AGQ1mAZZkkXfe9FbGwJrqmz6lL4cEmOgjhyO0jq2gGVj0hhhAl9M1FeB3gDRn4Pu/5NwQnJ0ALKqrgKHDmgzkHpjGR4oioPKP1H96+Dn8GvpKyLqneV5Lp0XgnHggTMFJjlYPqAcpnyLsz/LHBLL0fRfCzwbvNN3gLeI5WXKaik7DbF2/20A28HPYF+CPZQfg9tj9vS5h18DRSdyrO0j9FeW+PQenwTe138AJ+d34OPFa215zDa0l15LOLgamM0DIBukbQ60JjhLl7RL+HWQtSv7jhLGz1FgM3DJZ30Yy69gYzqGonrVHr4eJ+OgB7Ji2xi4lGUW8+PsD0vOwNGNwInMirF42K0nlmXZzvR3LNARDN3fx6WVI3VJF50Fzvr7EZtY8zQdLtUiOYXGIrJpXUmvTDdk61HCKEqiagD9SSwnLCeX3RYwSJafRd/zoUj2FzVm2hyzMJ6gV0Y46Myl/BzjeqfnyMg36G5NJqpoTPvnLGWEnS0f9lVStL/7NgT/C5XNoHTW6XesV4En/1wlGo+Oo4QJ1ivoxxqju+fKCG2lf1uFH7P3eEl2K8xndRt3VKKEE4sPKWOHiCreg28TaPR1RN/X6GwEO0GReJ3cg95kUWeqzT8W6KtMpujcVaZQRfgFjL8qcbCDvndi/Zz0h4Hr6L8JHBHRW0L7DejdAU6K6Nj8CfBQi4mH4xYmrmy1sXlK/gCAAyfkQaAT91kWj9HW/6tJ8MO3NmeC+4CHlqdu1q7o25Xk5Hqynw+WBp+hpO1K4JItsnfr5GyCbSirCHstnQpcKulBXMK+o1frCPGgWAomwL2gLsm0z3S9ny38XARWgEXJOI7xNMiS9ns9MN5ZCQhEQ1lIGCOXmZf4ZeAW8C4IAblv3wBXAIn6sjkZ3Arc80FvGKW/nu4H/nhZDiR0IngI+LYPY3i43gWuAeNgFBQSn0UYJZejRH3CPQ8cMDi19Jp6AviuVfd48ADwRZXWG3Z9J/6fApeAJUm2TYRE02OZjPfA3WAM9HVDdvt2iXHI1HkoPQd2g7SjUHef+NyU7AXgFRD65qOcZrybQXgFmtUDIDu2xE3CBuCWWBxIU+8vk9MozdQukDUO3x4qm5IJOp36ZyW6waaJci/jrkviWEV9qiQOdd8Ebr/+T0fKkYvBp6AqOB2fnQz0SA39Kn9z6Z9mfPeze/UlUOXrB3Q2AW36a77KwP7tYCwh7Mupjk1TOmZuNInlyZqxuN8n3ItrQF1xryvRl9W/3Y3/60QGCTGF71h5JB0Tbn7vsDqyP6Vkva5dymxoVQ+lIE6+3+lJCH3Zcp+E78y2Fny7Evw7kstC8YA7BtQZRP1hiwTDKnuGun8aSiekaDxXwrbG/zOtaOT/ss3MLSjpCLc93V2Guwy3bAa6Jd2yhObodBnOTUnLGroMtyyhOTpdhnNT0rKGfwD3f6JVZi/xSQAAAABJRU5ErkJggg==')}.x-tabbar-light{background-color:#404040;background-image:none;border-color:#333333}.x-tabbar-light .x-tab{color:#a6a6a6}.x-tabbar-light .x-tab-active{color:white}.x-tabbar-light .x-tab-pressed{color:white}.x-tabbar-light.x-docked-bottom .x-tab{text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0}.x-tabbar-light.x-docked-bottom .x-tab .x-button-icon{background-color:#737373;background-image:none}.x-tabbar-light.x-docked-bottom .x-tab-active{background-color:#4d4d4d;background-image:none;text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0}.x-tabbar-light.x-docked-bottom .x-tab-active .x-button-icon{background-color:#ff8100;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffa74d), color-stop(50%, #ff8e1a), color-stop(51%, #ff8100), color-stop(100%, #e67400));background-image:-webkit-linear-gradient(#ffa74d,#ff8e1a 50%,#ff8100 51%,#e67400);background-image:linear-gradient(#ffa74d,#ff8e1a 50%,#ff8100 51%,#e67400)}.x-tabbar-light.x-docked-top .x-tab-active{background-color:#333333;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1a1a1a), color-stop(10%, #262626), color-stop(65%, #333333), color-stop(100%, #343434));background-image:-webkit-linear-gradient(#1a1a1a,#262626 10%,#333333 65%,#343434);background-image:linear-gradient(#1a1a1a,#262626 10%,#333333 65%,#343434);color:white}.x-tabbar-dark{background-color:black;background-image:none;border-color:black}.x-tabbar-dark .x-tab{color:#666666}.x-tabbar-dark .x-tab-active{color:#e6e6e6}.x-tabbar-dark .x-tab-pressed{color:white}.x-tabbar-dark.x-docked-bottom .x-tab{text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0}.x-tabbar-dark.x-docked-bottom .x-tab .x-button-icon{background-color:#333333;background-image:none}.x-tabbar-dark.x-docked-bottom .x-tab-active{background-color:#0d0d0d;background-image:none;text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0}.x-tabbar-dark.x-docked-bottom .x-tab-active .x-button-icon{background-color:#ffcd99;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff2e5), color-stop(50%, #ffd9b3), color-stop(51%, #ffcd99), color-stop(100%, #ffc080));background-image:-webkit-linear-gradient(#fff2e5,#ffd9b3 50%,#ffcd99 51%,#ffc080);background-image:linear-gradient(#fff2e5,#ffd9b3 50%,#ffcd99 51%,#ffc080)}.x-tabbar-dark.x-docked-top .x-tab-active{background-color:black;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(10%, #000000), color-stop(65%, #000000), color-stop(100%, #010101));background-image:-webkit-linear-gradient(#000000,#000000 10%,#000000 65%,#010101);background-image:linear-gradient(#000000,#000000 10%,#000000 65%,#010101);color:white}.x-tab.x-item-disabled span.x-button-label,.x-tab.x-item-disabled .x-hasbadge span.x-badge,.x-hasbadge .x-tab.x-item-disabled span.x-badge,.x-tab.x-item-disabled .x-button-icon{opacity:.5}.x-tab.x-draggable{opacity:.7}.x-tab{overflow:visible !important}.x-toolbar{height:2.6em;padding:0 0.2em;overflow:hidden;position:relative}.x-toolbar > *{z-index:1}.x-toolbar.x-docked-top{border-bottom:.1em solid}.x-toolbar.x-docked-bottom{border-top:.1em solid}.x-title{line-height:2.1em;font-size:1.2em;text-align:center;font-weight:bold;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0 0.3em}.x-toolbar-dark{background-color:#1a1a1a;background-image:none;border-color:black}.x-toolbar-dark .x-title{color:white;text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0}.x-toolbar-dark .x-button,.x-toolbar .x-toolbar-dark .x-button,.x-toolbar-dark .x-field-select,.x-toolbar .x-toolbar-dark .x-field-select{border:0.1em solid black;border-top-color:black;color:white;text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0;-webkit-box-shadow:rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-toolbar-dark .x-button.x-button-back:before,.x-toolbar-dark .x-button.x-button-forward:before,.x-toolbar .x-toolbar-dark .x-button.x-button-back:before,.x-toolbar .x-toolbar-dark .x-button.x-button-forward:before,.x-toolbar-dark .x-field-select.x-button-back:before,.x-toolbar-dark .x-field-select.x-button-forward:before,.x-toolbar .x-toolbar-dark .x-field-select.x-button-back:before,.x-toolbar .x-toolbar-dark .x-field-select.x-button-forward:before{background:black}.x-toolbar-dark .x-button,.x-toolbar-dark .x-button.x-button-back:after,.x-toolbar-dark .x-button.x-button-forward:after,.x-toolbar .x-toolbar-dark .x-button,.x-toolbar .x-toolbar-dark .x-button.x-button-back:after,.x-toolbar .x-toolbar-dark .x-button.x-button-forward:after,.x-toolbar-dark .x-field-select,.x-toolbar-dark .x-field-select.x-button-back:after,.x-toolbar-dark .x-field-select.x-button-forward:after,.x-toolbar .x-toolbar-dark .x-field-select,.x-toolbar .x-toolbar-dark .x-field-select.x-button-back:after,.x-toolbar .x-toolbar-dark .x-field-select.x-button-forward:after{background-color:black;background-image:none}.x-toolbar-dark .x-button .x-button-icon.x-icon-mask,.x-toolbar .x-toolbar-dark .x-button .x-button-icon.x-icon-mask,.x-toolbar-dark .x-field-select .x-button-icon.x-icon-mask,.x-toolbar .x-toolbar-dark .x-field-select .x-button-icon.x-icon-mask{background-color:white;background-image:none}.x-toolbar-dark .x-button.x-button-pressed,.x-toolbar-dark .x-button.x-button-active,.x-toolbar .x-toolbar-dark .x-button.x-button-pressed,.x-toolbar .x-toolbar-dark .x-button.x-button-active,.x-toolbar-dark .x-field-select.x-button-pressed,.x-toolbar-dark .x-field-select.x-button-active,.x-toolbar .x-toolbar-dark .x-field-select.x-button-pressed,.x-toolbar .x-toolbar-dark .x-field-select.x-button-active{-webkit-box-shadow:inset black 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-toolbar-dark .x-button.x-button-pressed,.x-toolbar-dark .x-button.x-button-pressed:after,.x-toolbar-dark .x-button.x-button-active,.x-toolbar-dark .x-button.x-button-active:after,.x-toolbar .x-toolbar-dark .x-button.x-button-pressed,.x-toolbar .x-toolbar-dark .x-button.x-button-pressed:after,.x-toolbar .x-toolbar-dark .x-button.x-button-active,.x-toolbar .x-toolbar-dark .x-button.x-button-active:after,.x-toolbar-dark .x-field-select.x-button-pressed,.x-toolbar-dark .x-field-select.x-button-pressed:after,.x-toolbar-dark .x-field-select.x-button-active,.x-toolbar-dark .x-field-select.x-button-active:after,.x-toolbar .x-toolbar-dark .x-field-select.x-button-pressed,.x-toolbar .x-toolbar-dark .x-field-select.x-button-pressed:after,.x-toolbar .x-toolbar-dark .x-field-select.x-button-active,.x-toolbar .x-toolbar-dark .x-field-select.x-button-active:after{background-color:black;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(10%, #000000), color-stop(65%, #000000), color-stop(100%, #010101));background-image:-webkit-linear-gradient(#000000,#000000 10%,#000000 65%,#010101);background-image:linear-gradient(#000000,#000000 10%,#000000 65%,#010101)}.x-toolbar-light{background-color:#333333;background-image:none;border-color:black}.x-toolbar-light .x-title{color:white;text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0}.x-toolbar-light .x-button,.x-toolbar .x-toolbar-light .x-button,.x-toolbar-light .x-field-select,.x-toolbar .x-toolbar-light .x-field-select{border:0.1em solid black;border-top-color:black;color:white;text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0;-webkit-box-shadow:rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-toolbar-light .x-button.x-button-back:before,.x-toolbar-light .x-button.x-button-forward:before,.x-toolbar .x-toolbar-light .x-button.x-button-back:before,.x-toolbar .x-toolbar-light .x-button.x-button-forward:before,.x-toolbar-light .x-field-select.x-button-back:before,.x-toolbar-light .x-field-select.x-button-forward:before,.x-toolbar .x-toolbar-light .x-field-select.x-button-back:before,.x-toolbar .x-toolbar-light .x-field-select.x-button-forward:before{background:black}.x-toolbar-light .x-button,.x-toolbar-light .x-button.x-button-back:after,.x-toolbar-light .x-button.x-button-forward:after,.x-toolbar .x-toolbar-light .x-button,.x-toolbar .x-toolbar-light .x-button.x-button-back:after,.x-toolbar .x-toolbar-light .x-button.x-button-forward:after,.x-toolbar-light .x-field-select,.x-toolbar-light .x-field-select.x-button-back:after,.x-toolbar-light .x-field-select.x-button-forward:after,.x-toolbar .x-toolbar-light .x-field-select,.x-toolbar .x-toolbar-light .x-field-select.x-button-back:after,.x-toolbar .x-toolbar-light .x-field-select.x-button-forward:after{background-color:#1a1a1a;background-image:none}.x-toolbar-light .x-button .x-button-icon.x-icon-mask,.x-toolbar .x-toolbar-light .x-button .x-button-icon.x-icon-mask,.x-toolbar-light .x-field-select .x-button-icon.x-icon-mask,.x-toolbar .x-toolbar-light .x-field-select .x-button-icon.x-icon-mask{background-color:white;background-image:none}.x-toolbar-light .x-button.x-button-pressed,.x-toolbar-light .x-button.x-button-active,.x-toolbar .x-toolbar-light .x-button.x-button-pressed,.x-toolbar .x-toolbar-light .x-button.x-button-active,.x-toolbar-light .x-field-select.x-button-pressed,.x-toolbar-light .x-field-select.x-button-active,.x-toolbar .x-toolbar-light .x-field-select.x-button-pressed,.x-toolbar .x-toolbar-light .x-field-select.x-button-active{-webkit-box-shadow:inset black 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-toolbar-light .x-button.x-button-pressed,.x-toolbar-light .x-button.x-button-pressed:after,.x-toolbar-light .x-button.x-button-active,.x-toolbar-light .x-button.x-button-active:after,.x-toolbar .x-toolbar-light .x-button.x-button-pressed,.x-toolbar .x-toolbar-light .x-button.x-button-pressed:after,.x-toolbar .x-toolbar-light .x-button.x-button-active,.x-toolbar .x-toolbar-light .x-button.x-button-active:after,.x-toolbar-light .x-field-select.x-button-pressed,.x-toolbar-light .x-field-select.x-button-pressed:after,.x-toolbar-light .x-field-select.x-button-active,.x-toolbar-light .x-field-select.x-button-active:after,.x-toolbar .x-toolbar-light .x-field-select.x-button-pressed,.x-toolbar .x-toolbar-light .x-field-select.x-button-pressed:after,.x-toolbar .x-toolbar-light .x-field-select.x-button-active,.x-toolbar .x-toolbar-light .x-field-select.x-button-active:after{background-color:#080808;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(10%, #000000), color-stop(65%, #080808), color-stop(100%, #090909));background-image:-webkit-linear-gradient(#000000,#000000 10%,#080808 65%,#090909);background-image:linear-gradient(#000000,#000000 10%,#080808 65%,#090909)}.x-desktop .x-toolbar .x-input-search{padding-left:1.06em}.x-toolbar .x-form-field-container{padding:0 .3em}.x-toolbar .x-field{width:13em;margin:.5em;min-height:0;-webkit-border-radius:0.3em;border-radius:0.3em;background-color:white;-webkit-box-shadow:inset rgba(0, 0, 0, 0.5) 0 0.1em 0, inset rgba(0, 0, 0, 0.5) 0 -0.1em 0, inset rgba(0, 0, 0, 0.5) 0.1em 0 0, inset rgba(0, 0, 0, 0.5) -0.1em 0 0, inset rgba(0, 0, 0, 0.5) 0 0.15em 0.4em}.x-toolbar .x-field .x-field-clear-container{min-height:0;background-color:transparent}.x-toolbar .x-field .x-field-clear-container .x-field-clear{font-size:.8em;line-height:0.8em}.x-toolbar .x-field{border-bottom:0}.x-toolbar .x-input-text,.x-toolbar .x-input-search,.x-toolbar .x-input-number{height:1.5em;color:#6e6e6e;background:transparent;min-height:0;line-height:1.3em;-webkit-appearance:none;padding:0em .3em;margin:0}.x-toolbar .x-input-text:focus,.x-toolbar .x-input-search:focus,.x-toolbar .x-input-number:focus{color:black}.x-toolbar .x-field-select,.x-toolbar .x-field-search{-webkit-border-radius:0.75em;border-radius:0.75em}.x-toolbar .x-input-search{background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.6))), url('data:image/png;base64,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');-webkit-background-size:.83em .83em, .83em .83em;background-repeat:no-repeat;background-position:.5em 50%;padding-left:1.67em}.x-toolbar .x-field-select{-webkit-box-shadow:none}.x-toolbar .x-field-select:after{top:-0.5em;right:-0.5em}.x-toolbar .x-field-select:before{width:3em;border-left:none;background:transparent;-webkit-mask:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAABCAYAAACc0f2yAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADJJREFUeNpi/P//PwMjIyMbAwMDOxRzAjEXFHMDMQ8a5kXC6HLcSHo5kcwEmU9TABBgAOcTBAFcRiSpAAAAAElFTkSuQmCC');-webkit-mask-position:right top;-webkit-mask-repeat:repeat-y;-webkit-mask-size:3em 0.05em}.x-toolbar .x-field-select .x-input-text{color:#fff}.x-carousel{position:relative;overflow:hidden}.x-carousel-item{position:absolute;width:100%;height:100%}.x-carousel-indicator{padding:0;-webkit-border-radius:0;border-radius:0;-webkit-box-shadow:none;background-color:transparent;background-image:none}.x-carousel-indicator{-webkit-box-flex:1;display:-webkit-box;display:box;-webkit-box-pack:center;box-pack:center;-webkit-box-align:center;box-align:center}.x-carousel-indicator span{display:block;width:0.5em;height:0.5em;-webkit-border-radius:0.25em;border-radius:0.25em;margin:0.2em}.x-carousel-indicator-horizontal{height:1.5em;width:100%}.x-carousel-indicator-vertical{-webkit-box-orient:vertical;box-orient:vertical;width:1.5em;height:100%}.x-carousel-indicator-light span{background-color:rgba(255, 255, 255, 0.1);background-image:none}.x-carousel-indicator-light span.x-carousel-indicator-active{background-color:rgba(255, 255, 255, 0.3);background-image:none}.x-carousel-indicator-dark span{background-color:rgba(0, 0, 0, 0.1);background-image:none}.x-carousel-indicator-dark span.x-carousel-indicator-active{background-color:rgba(0, 0, 0, 0.3);background-image:none}.x-indexbar-wrapper{-webkit-box-pack:end !important;box-pack:end !important;pointer-events:none}.x-indexbar-vertical{width:1.1em;-webkit-box-orient:vertical;box-orient:vertical;margin-right:8px}.x-indexbar-horizontal{height:1.1em;-webkit-box-orient:horizontal;box-orient:horizontal;margin-bottom:8px}.x-indexbar{pointer-events:auto;z-index:2;padding:.3em 0;min-height:0 !important;height:auto !important;-webkit-box-flex:0 !important}.x-indexbar > div{color:#0d0d0d;font-size:0.6em;text-align:center;line-height:1.1em;font-weight:bold;display:block}.x-phone.x-landscape .x-indexbar > div{font-size:0.38em;line-height:1em}.x-indexbar-pressed{-webkit-border-radius:0.55em;border-radius:0.55em;background-color:rgba(163, 143, 143, 0.8)}.x-list{background-color:#eeeeee}.x-list{position:relative}.x-list .x-list-disclosure{position:absolute;bottom:0.5em;right:0.8em}.x-list .x-list-disclosure{overflow:visible;-webkit-mask:0 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpFNkNCM0JGNTZFMjI2ODExQkNGQjkwMzk3MDc3MkZFQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3M0MzQUU1QUFDQkQxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3M0MzQUU1OUFDQkQxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU3Q0IzQkY1NkUyMjY4MTFCQ0ZCOTAzOTcwNzcyRkVCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkU2Q0IzQkY1NkUyMjY4MTFCQ0ZCOTAzOTcwNzcyRkVCIi8+IDwvcmRmOkRlc2NyaXB0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') no-repeat;-webkit-mask-size:1.7em;background-color:#ff8100;background-image:none;width:1.7em;height:1.7em}.x-list.x-list-indexed .x-list-disclosure{margin-right:1em}.x-list .x-item-selected .x-list-disclosure{background:#fff none}.x-list .x-list-item{overflow:hidden;position:relative;color:#333333;border-top:1px solid #c8c8c8}.x-list .x-list-item .x-list-item-label{min-height:2.6em;padding:0.7em 0.8em}.x-list .x-list-item:first-child{border-top:none}.x-list .x-list-item:last-child{border-bottom:1px solid #c8c8c8}.x-list .x-list-item.x-item-pressed{border-top-color:#dddddd;background:#dddddd none}.x-list .x-list-item.x-item-selected{background-color:#ff8100;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cc6700), color-stop(10%, #e67400), color-stop(65%, #ff8100), color-stop(100%, #ff8203));background-image:-webkit-linear-gradient(#cc6700,#e67400 10%,#ff8100 65%,#ff8203);background-image:linear-gradient(#cc6700,#e67400 10%,#ff8100 65%,#ff8203);color:white;text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0;border-top-color:#ff9a33;border-bottom-color:#b35a00}.x-list-header{background-color:#999999;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e6e6e6), color-stop(2%, #bfbfbf), color-stop(30%, #adadad), color-stop(65%, #999999), color-stop(100%, #808080));background-image:-webkit-linear-gradient(#e6e6e6,#bfbfbf 2%,#adadad 30%,#999999 65%,#808080);background-image:linear-gradient(#e6e6e6,#bfbfbf 2%,#adadad 30%,#999999 65%,#808080);color:#4d4d4d;text-shadow:rgba(255, 255, 255, 0.25) 0 0.08em 0;border-top:1px solid #999999;border-bottom:1px solid #666666;font-weight:bold;font-size:0.8em;padding:0.2em 1.02em;text-shadow:rgba(255, 255, 255, 0.25) 0 0.08em 0;-webkit-box-shadow:0px 0.1em 0.3em rgba(0, 0, 0, 0.3)}.x-list-header-swap{position:absolute;top:0;left:0;width:100%}.x-ios .x-list-header-swap{-webkit-transform:translate3d(0, 0, 0)}.x-list-round{background-color:#e1e1e1}.x-list-round .x-list-group-items > *,.x-list-round.x-list-flat .x-list-parent > *{border-right:1px solid #c8c8c8;border-left:1px solid #c8c8c8;background-color:#eeeeee;margin:0 1.2em}.x-list-round .x-list-group-items > *:first-child,.x-list-round.x-list-flat .x-list-parent > *:first-child{margin:1.2em 1.2em 0;border-top:1px solid #c8c8c8;-webkit-border-top-left-radius:0.4em;border-top-left-radius:0.4em;-webkit-border-top-right-radius:0.4em;border-top-right-radius:0.4em}.x-list-round .x-list-group-items > *:last-child,.x-list-round.x-list-flat .x-list-parent > *:last-child{margin:0 1.2em 1.2em;border-bottom:1px solid #c8c8c8;-webkit-border-bottom-left-radius:0.4em;border-bottom-left-radius:0.4em;-webkit-border-bottom-right-radius:0.4em;border-bottom-right-radius:0.4em}.x-list-paging{height:50px}.x-list-paging .x-loading-spinner{display:none;margin:auto}.x-list-paging .x-list-paging-msg{text-align:center;color:#ff8100;padding-top:10px;-webkit-border-radius:6px;border-radius:6px}.x-list-paging.x-loading .x-loading-spinner{display:block}.x-list-paging.x-loading .x-list-paging-msg{display:none}.x-list-pullrefresh{display:-webkit-box;display:box;-webkit-box-orient:horizontal;box-orient:horizontal;-webkit-box-align:center;box-align:center;-webkit-box-pack:center;box-pack:center;position:absolute;top:-5em;left:0;width:100%;height:4.5em}.x-list-pullrefresh .x-loading-spinner{display:none}.x-list-pullrefresh-arrow{width:2.5em;height:4.5em;-webkit-mask:center center url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAA8CAYAAAAUufjgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAjFJREFUeNrsmU8oREEYwOexdtNuKBfFwdVhCyfuysnFiXISS+1BLopyUpKLXETkRLaUi1LK3Q2lpPbiQLnIn03a/Hm+z86Ttv0zM++bfbOar36Hbad5v535Zp7v47iuy0wOpyoEHccRHV9L9NxPkUE/bhKCOKiOSPAdn69DsJ5I8E2HYA0QJRJ8Bb50CDYRCT7pEMQD0kwk+CByUFQEW4gE73UIhoA2IsFb4ENEMCQ5MdU1IxwygpT3oKNLMGyyYFVscdhusc8tDpu+xRG7xf95BW0O2kNiV1AgIvaQ2BzUJNgJNJYZGyUU7OG1cal4Bi68oqkDPszy2teEwJp5Cdyu/lZ1g8CwIYJ7wEF+2YmrNw90Byx3BizgKhaqizEP1wg7CLLxCEzy/CtauMeBlQDyEfNuGrgU6SyM8F9SyVgHdmRaH6tAb4XkToEp2d4M5mOK0TWMigU2koa8vJMRZPxEb2ss2LEVPMpPLlMRxBgDZjQJLgNbxb6Uab9tAn3EcifAeKkBMoLY+j0GWonk7oB+lmsFkwhidAGHBPmIeTcAnJcbKCuIMQEs+hScAzZEBqoIYuzyFVCJI36lMJ2CDfxibZeUu+EX/4uMIFP8ZyLejxkgK0hG5a8kP4IYSZbr1IuQVHmAX0HGX4VuGfZVJ6cQxPd1uoRcWqDW0SroFVzZAnJZ/h0LWhAjUUAw4XdSSsH8fExRTEgtGAOuOTETBb16Jk412e+bxOSwglYw6PgWYABvLk8P7zGJFwAAAABJRU5ErkJggg==') no-repeat;-webkit-mask-size:2em 3em;-webkit-transform:rotate(0deg);background-color:#111}.x-list-pullrefresh-release .x-list-pullrefresh-arrow{-webkit-transform:rotate(-180deg)}.x-list-pullrefresh-wrap{width:20em;font-size:0.7em}.x-list-pullrefresh-message{font-weight:bold;font-size:1.3em;margin-bottom:0.1em;text-align:center}.x-list-pullrefresh-updated{text-align:center}.x-list-pullrefresh-loading .x-loading-spinner{display:block}.x-list-pullrefresh-loading .x-list-pullrefresh-arrow{display:none}html,body{width:100%;height:100%}.x-layout-fit{position:relative;display:-webkit-box}.x-layout-fit > *{-webkit-box-flex:1;min-width:100%;min-height:100%}.x-layout-card{position:relative;overflow:hidden}.x-layout-card > .x-layout-card-item{position:absolute !important;width:100%;height:100%}.x-layout-hbox,.x-layout-vbox{display:-webkit-box}.x-layout-hbox > *,.x-layout-vbox > *{-webkit-box-flex:0}.x-layout-hbox{-webkit-box-orient:horizontal}.x-layout-vbox{-webkit-box-orient:vertical}.x-layout-hbox > .x-layout-box-item{width:0 !important}.x-layout-vbox > .x-layout-box-item{height:0 !important}.x-container,.x-body{display:-webkit-box;overflow:hidden}.x-body{-webkit-box-flex:1;min-width:100%;min-height:100%}.x-body > .x-inner,.x-container > .x-inner{-webkit-box-flex:1;min-width:100%;min-height:100%}.x-docking-horizontal{display:-webkit-box;-webkit-box-flex:1;-webkit-box-orient:horizontal;min-width:100%;min-height:100%}.x-docking-vertical{display:-webkit-box;-webkit-box-flex:1;-webkit-box-orient:vertical;min-width:100%;min-height:100%}.x-centered{position:absolute !important;width:100%;height:100%;display:-webkit-box;-webkit-box-align:center;-webkit-box-pack:center}.x-floating{position:absolute !important}.x-centered > *{position:relative !important;-webkit-box-flex:0 !important}.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}.x-scroll-view{position:relative;display:block}.x-scroll-container{position:absolute;overflow:hidden;width:100%;height:100%}.x-scroll-scroller{position:absolute;min-width:100%;min-height:100%}.x-ios .x-scroll-scroller{-webkit-transform:translate3d(0, 0, 0)}.x-scroll-stretcher{position:absolute;visibility:hidden}.x-scroll-bar-grid-wrapper{position:absolute;width:100%;height:100%}.x-scroll-bar-grid{display:table;width:100%;height:100%}.x-scroll-bar-grid > *{display:table-row}.x-scroll-bar-grid > * > *{display:table-cell}.x-scroll-bar-grid > :first-child > :first-child{width:100%;height:100%}.x-scroll-bar-grid > :first-child > :nth-child(2){padding:3px 3px 0 0}.x-scroll-bar-grid > :nth-child(2) > :first-child{padding:0 0 3px 3px}.x-scroll-bar{position:relative;overflow:hidden}.x-scroll-bar-stretcher{position:absolute;visibility:hidden;width:100%;height:100%}.x-scroll-bar-x{height:6px;width:100%}.x-scroll-bar-x > .x-scroll-bar-stretcher{width:300%}.x-scroll-bar-y{width:6px;height:100%}.x-scroll-bar-y > .x-scroll-bar-stretcher{height:300%}.x-scroll-indicator{background:#333;position:absolute;z-index:1;opacity:0.5}.x-scroll-indicator-x{height:100%}.x-scroll-indicator-y{width:100%}.x-scroll-indicator-csstransform{background:none;-webkit-transition:opacity 0.2s ease-out}.x-scroll-indicator-csstransform > *{position:absolute;background-color:#333}.x-scroll-indicator-csstransform > :nth-child(2){-webkit-transform-origin:0% 0%;background:none;content:url(data:image/bmp;base64,Qk08AAAAAAAAADYAAAAoAAAAAQAAAAEAAAABABAAAAAAAAYAAAASCwAAEgsAAAAAAAAAAAAAxhgAAAAA)}.x-scroll-indicator-csstransform.x-scroll-indicator-y > *{width:100%}.x-scroll-indicator-csstransform.x-scroll-indicator-y > :first-child{height:3px;-webkit-border-top-left-radius:3px;border-top-left-radius:3px;-webkit-border-top-right-radius:3px;border-top-right-radius:3px}.x-scroll-indicator-csstransform.x-scroll-indicator-y > :nth-child(2){height:1px}.x-scroll-indicator-csstransform.x-scroll-indicator-y > :last-child{height:3px;-webkit-border-bottom-left-radius:3px;border-bottom-left-radius:3px;-webkit-border-bottom-right-radius:3px;border-bottom-right-radius:3px}.x-scroll-indicator-csstransform.x-scroll-indicator-x > *{height:100%}.x-scroll-indicator-csstransform.x-scroll-indicator-x > :first-child{width:3px;-webkit-border-top-left-radius:3px;border-top-left-radius:3px;-webkit-border-bottom-left-radius:3px;border-bottom-left-radius:3px}.x-scroll-indicator-csstransform.x-scroll-indicator-x > :nth-child(2){width:1px}.x-scroll-indicator-csstransform.x-scroll-indicator-x > :last-child{width:3px;-webkit-border-top-right-radius:3px;border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;border-bottom-right-radius:3px}.x-form .x-scroll-container{background-color:#eeeeee}.x-form .x-scroll-container > .x-panel-inner{padding:1em}.x-form-fieldset{margin:0 0 1.5em}.x-form-fieldset .x-form-fieldset-inner{border:1px solid #dddddd;background:#fff;padding:0;-webkit-border-radius:0.4em;border-radius:0.4em;overflow:hidden}.x-form-fieldset-title{text-shadow:#fff 0 1px 1px;color:#333333;margin:1em 0.7em 0.3em;color:#333333;font-weight:bold;white-space:nowrap}.x-form-fieldset-instructions{text-shadow:#fff 0 1px 1px;color:#333333;color:gray;margin:1em 0.7em 0.3em;font-size:.8em;text-align:center}.x-form-label{text-shadow:#fff 0 1px 1px;color:#333333;text-shadow:rgba(255, 255, 255, 0.25) 0 0.08em 0;background-color:#f7f7f7;padding:0.6em;border-top:1px solid white;display:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.x-form-label span{font-size:.8em;font-weight:bold}.x-field{min-height:2.5em;border-bottom:1px solid #dddddd}.x-field .x-component-outer{-webkit-box-flex:1}.x-field .x-field-input{position:relative}.x-field .x-field-input,.x-field .x-input-el{width:100%}.x-field.x-field-labeled .x-form-label{display:block}.x-field:last-child{border-bottom:0}.x-label-align-left:first-child .x-form-label{-webkit-border-top-left-radius:0.4em;border-top-left-radius:0.4em}.x-label-align-left:last-child .x-form-label{-webkit-border-bottom-left-radius:0.4em;border-bottom-left-radius:0.4em}.x-label-align-right{-webkit-box-direction:reverse;box-direction:reverse}.x-label-align-right:first-child .x-form-label{-webkit-border-top-right-radius:0.4em;border-top-right-radius:0.4em}.x-label-align-right:last-child{border-bottom:0}.x-label-align-right:last-child .x-form-label{-webkit-border-bottom-right-radius:0.4em;border-bottom-right-radius:0.4em}.x-input-el{padding:.4em;min-height:2.5em;display:block;border-width:0;background:transparent;-webkit-appearance:none}.x-field-mask{position:absolute;top:0;right:0;bottom:0;left:0}.x-field-required label:after,.x-field-required .x-form-label:after{content:"*";display:inline}.x-field-textarea textarea{min-height:6em;padding-top:.5em}.x-checkmark-base,.x-field .x-input-radio:after,.x-field .x-input-checkbox:after,.x-field .x-input-radio:checked:after,.x-field .x-input-checkbox:checked:after,.x-select-overlay .x-item-selected:before,.x-select-overlay .x-item-selected:after{content:"";position:absolute;width:0.75em;height:1.25em;top:50%;left:auto;-webkit-transform:rotate(45deg) skew(5deg);-webkit-transform-origin:50% 50%;right:1.1em;border:.35em solid;border-top:none;border-left:none;margin-top:-0.75em}.x-field .x-input-radio,.x-field .x-input-checkbox{position:relative}.x-field .x-input-radio:after,.x-field .x-input-checkbox:after{border-color:#dddddd}.x-field .x-input-radio:checked:after,.x-field .x-input-checkbox:checked:after{border-color:#ff8100}.x-spinner .x-field-input{display:-webkit-box;display:box}.x-spinner .x-field-input .x-input-el{padding:0;width:50%;-webkit-box-flex:1;text-align:center}.x-spinner .x-field-input input::-webkit-outer-spin-button,.x-spinner .x-field-input input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.x-spinner .x-field-input .x-spinner-button{padding:.65em 1.5em;font-weight:bold;text-align:center}.x-spinner .x-field-input .x-spinner-button,.x-toolbar .x-spinner .x-field-input .x-spinner-button{border:0.1em solid #aaaaaa;border-top-color:#b7b7b7;color:black;text-shadow:rgba(255, 255, 255, 0.25) 0 0.08em 0;-webkit-box-shadow:rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-spinner .x-field-input .x-spinner-button.x-button-back:before,.x-spinner .x-field-input .x-spinner-button.x-button-forward:before,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-back:before,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-forward:before{background:#aaaaaa}.x-spinner .x-field-input .x-spinner-button,.x-spinner .x-field-input .x-spinner-button.x-button-back:after,.x-spinner .x-field-input .x-spinner-button.x-button-forward:after,.x-toolbar .x-spinner .x-field-input .x-spinner-button,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-back:after,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-forward:after{background-color:#dddddd;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(2%, #ffffff), color-stop(30%, #f1f1f1), color-stop(65%, #dddddd), color-stop(100%, #c4c4c4));background-image:-webkit-linear-gradient(#ffffff,#ffffff 2%,#f1f1f1 30%,#dddddd 65%,#c4c4c4);background-image:linear-gradient(#ffffff,#ffffff 2%,#f1f1f1 30%,#dddddd 65%,#c4c4c4)}.x-spinner .x-field-input .x-spinner-button .x-button-icon.x-icon-mask,.x-toolbar .x-spinner .x-field-input .x-spinner-button .x-button-icon.x-icon-mask{background-color:black;background-image:none}.x-spinner .x-field-input .x-spinner-button.x-button-pressed,.x-spinner .x-field-input .x-spinner-button.x-button-active,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-pressed,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-active{-webkit-box-shadow:inset #bab3b3 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-spinner .x-field-input .x-spinner-button.x-button-pressed,.x-spinner .x-field-input .x-spinner-button.x-button-pressed:after,.x-spinner .x-field-input .x-spinner-button.x-button-active,.x-spinner .x-field-input .x-spinner-button.x-button-active:after,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-pressed,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-pressed:after,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-active,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-active:after{background-color:#cbcbcb;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b2b2b2), color-stop(10%, #bebebe), color-stop(65%, #cbcbcb), color-stop(100%, #cccccc));background-image:-webkit-linear-gradient(#b2b2b2,#bebebe 10%,#cbcbcb 65%,#cccccc);background-image:linear-gradient(#b2b2b2,#bebebe 10%,#cbcbcb 65%,#cccccc)}.x-spinner .x-field-input .x-spinner-button-down{border:0 !important;border-right:1px solid #dddddd !important}.x-spinner .x-field-input .x-spinner-button-up{border:0 !important;border-left:1px solid #dddddd !important}.x-select-overlay{min-width:14em}.x-select-overlay .x-list-inner{width:100%}.x-select-overlay .x-list-item-label{height:2.6em}.x-select-overlay .x-list-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.x-select-overlay .x-list-item{padding-right:2.6em}.x-select-overlay .x-item-selected:before{border-color:#262626;margin-top:-0.85em}.x-select-overlay .x-item-selected:after{border-color:#dddddd}.x-slider .x-component-outer,.x-toggle .x-component-outer{position:relative;height:2.2em;margin:0.6em;min-height:0;min-width:0}.x-thumb{position:absolute;height:2.2em;width:2.2em}.x-thumb:before{content:"";position:absolute;width:1.85em;height:1.85em;top:0.175em;left:0.175em;border:0.1em solid #919191;-webkit-border-radius:0.925em;border-radius:0.925em;background-color:#dddddd;background-image:none;-webkit-box-shadow:inset rgba(255, 255, 255, 0.5) 0 0 0.1em, inset rgba(255, 255, 255, 0.3) 0 -0.1em 0;-webkit-background-clip:padding;background-clip:padding-box}.x-thumb.x-dragging{opacity:1}.x-thumb.x-dragging:before{background-color:#d0d0d0;background-image:none}.x-slider .x-component-outer:after{content:"";position:absolute;width:auto;height:0.8em;top:0.737em;left:0;right:0;margin:0 0.925em;background-color:#dddddd;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c4c4c4), color-stop(10%, #d0d0d0), color-stop(65%, #dddddd), color-stop(100%, #dedede));background-image:-webkit-linear-gradient(#c4c4c4,#d0d0d0 10%,#dddddd 65%,#dedede);background-image:linear-gradient(#c4c4c4,#d0d0d0 10%,#dddddd 65%,#dedede);border:0.1em solid rgba(0, 0, 0, 0.1);border-bottom:0;-webkit-box-shadow:rgba(255, 255, 255, 0.7) 0 0.1em 0;-webkit-border-radius:0.4em;border-radius:0.4em}.x-toggle .x-component-outer{margin:0.6em;width:4.4em;-webkit-border-radius:1.1em;border-radius:1.1em;overflow:hidden;border:0.1em solid #b7b7b7;background-color:#ddd;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c4c4c4), color-stop(10%, #d0d0d0), color-stop(65%, #dddddd), color-stop(100%, #dedede));background-image:-webkit-linear-gradient(#c4c4c4,#d0d0d0 10%,#dddddd 65%,#dedede);background-image:linear-gradient(#c4c4c4,#d0d0d0 10%,#dddddd 65%,#dedede);-webkit-box-flex:0}.x-toggle .x-component-outer .x-thumb.x-dragging{opacity:1}.x-toggle .x-component-outer .x-thumb:before{top:0.175em}.x-toggle-on.x-component-outer{background-color:#92cf00;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6e9c00), color-stop(10%, #80b500), color-stop(65%, #92cf00), color-stop(100%, #94d200));background-image:-webkit-linear-gradient(#6e9c00,#80b500 10%,#92cf00 65%,#94d200);background-image:linear-gradient(#6e9c00,#80b500 10%,#92cf00 65%,#94d200)}input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}.x-field-number input::-webkit-outer-spin-button,.x-field-number input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.x-field-input{display:-webkit-box;display:box;-webkit-box-orient:horizontal;box-orient:horizontal;-webkit-box-align:center;box-align:center;-webkit-box-pack:center;box-pack:center}.x-field-input .x-input-el{-webkit-box-flex:1;box-flex:1}.x-field-input .x-clear-icon{display:none;margin:.5em;width:1.1em;height:1.1em;-webkit-border-radius:0.55em;border-radius:0.55em;background-color:rgba(0, 0, 0, 0.15);color:#fff;font-weight:bold;line-height:.9em;text-align:center;padding:0 .27em}.x-android .x-clear-icon{line-height:1.2em;padding:0 .3em}.x-field-clearable .x-clear-icon{display:block}.x-field-textarea .x-field-input{-webkit-box-align:start;box-align:start}.x-item-disabled .x-form-label span,.x-item-disabled input,.x-item-disabled .x-spinner-body,.x-item-disabled select,.x-item-disabled textarea,.x-item-disabled .x-field-clear-container{color:#b3b3b3;pointer-events:none}.x-form-fieldset .x-field:first-child{-webkit-border-top-left-radius:0.4em;border-top-left-radius:0.4em;-webkit-border-top-right-radius:0.4em;border-top-right-radius:0.4em}.x-form-fieldset .x-field:last-child{-webkit-border-bottom-left-radius:0.4em;border-bottom-left-radius:0.4em;-webkit-border-bottom-right-radius:0.4em;border-bottom-right-radius:0.4em}.x-field-select{position:relative}.x-field-select:before,.x-field-select:after{pointer-events:none;position:absolute;display:block;right:0}.x-field-select:after{content:"";position:absolute;width:0;height:0;top:0;left:auto;margin:1em;border:.4em solid transparent;border-top-color:#ddd;z-index:2}.x-field-select.x-label-align-top:after{top:auto;bottom:0}.x-field-select:before{content:"";position:absolute;width:4em;height:auto;top:0;left:auto;bottom:0;-webkit-border-top-right-radius:inherit;border-top-right-radius:inherit;-webkit-border-bottom-right-radius:inherit;border-bottom-right-radius:inherit;background:-webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(255, 255, 255, 0)), color-stop(0.5, white));z-index:1}.x-field-select .x-form-field{white-space:nowrap;width:100%;overflow:hidden;text-overflow:ellipsis}.x-field-select .x-form-field-container{margin-right:40px}.x-msgbox{min-width:15em;padding:0.8em;-webkit-box-shadow:rgba(0, 0, 0, 0.4) 0 0.1em 0.5em;-webkit-border-radius:0.3em;border-radius:0.3em;border:0.15em solid #333333}.x-msgbox .x-title{font-size:.9em;line-height:1.4em}.x-msgbox .x-toolbar{background:transparent none;-webkit-box-shadow:none}.x-msgbox .x-toolbar.x-docked-top{border-bottom:0;height:1.3em}.x-msgbox .x-toolbar.x-docked-bottom{border-top:0}.x-msgbox .x-field{margin:.4em .4em 0 .4em;min-height:2em;background:#fff;-webkit-border-radius:0.2em;border-radius:0.2em}.x-msgbox .x-field:last-child{margin-bottom:.4em}.x-msgbox .x-field .x-clear-icon{margin:.4em}.x-msgbox .x-form-field{min-height:1.5em;-webkit-appearance:none}.x-msgbox-text{font-size:.9em;text-align:center;padding:6px 0}.x-msgbox-buttons{padding:0.4em 0;height:auto}.x-msgbox-buttons .x-button{min-width:4.5em}.x-msgbox-buttons .x-button-normal span{opacity:.7}.x-msgbox-dark .x-msgbox-text{color:rgba(204, 204, 204, 0.9);text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0}.x-msgbox-dark .x-msgbox-input{background-color:rgba(204, 204, 204, 0.9);background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(179,179,179,0.9)), color-stop(10%, rgba(191,191,191,0.9)), color-stop(65%, rgba(204,204,204,0.9)), color-stop(100%, rgba(205,205,205,0.9)));background-image:-webkit-linear-gradient(rgba(179,179,179,0.9),rgba(191,191,191,0.9) 10%,rgba(204,204,204,0.9) 65%,rgba(205,205,205,0.9));background-image:linear-gradient(rgba(179,179,179,0.9),rgba(191,191,191,0.9) 10%,rgba(204,204,204,0.9) 65%,rgba(205,205,205,0.9));border:0.1em solid rgba(102, 102, 102, 0.9)}.x-loading-spinner{font-size:250%;height:1em;width:1em;position:relative;-webkit-transform-origin:0.5em 0.5em}.x-loading-spinner > span,.x-loading-spinner > span:before,.x-loading-spinner > span:after{display:block;position:absolute;width:0.1em;height:0.25em;top:0;-webkit-transform-origin:0.05em 0.5em;-webkit-border-radius:0.05em;border-radius:0.05em;content:" "}.x-loading-spinner > span.x-loading-top{background-color:rgba(170, 170, 170, 0.99)}.x-loading-spinner > span.x-loading-top::after{background-color:rgba(170, 170, 170, 0.9)}.x-loading-spinner > span.x-loading-left::before{background-color:rgba(170, 170, 170, 0.8)}.x-loading-spinner > span.x-loading-left{background-color:rgba(170, 170, 170, 0.7)}.x-loading-spinner > span.x-loading-left::after{background-color:rgba(170, 170, 170, 0.6)}.x-loading-spinner > span.x-loading-bottom::before{background-color:rgba(170, 170, 170, 0.5)}.x-loading-spinner > span.x-loading-bottom{background-color:rgba(170, 170, 170, 0.4)}.x-loading-spinner > span.x-loading-bottom::after{background-color:rgba(170, 170, 170, 0.35)}.x-loading-spinner > span.x-loading-right::before{background-color:rgba(170, 170, 170, 0.3)}.x-loading-spinner > span.x-loading-right{background-color:rgba(170, 170, 170, 0.25)}.x-loading-spinner > span.x-loading-right::after{background-color:rgba(170, 170, 170, 0.2)}.x-loading-spinner > span.x-loading-top::before{background-color:rgba(170, 170, 170, 0.15)}.x-loading-spinner > span{left:50%;margin-left:-0.05em}.x-loading-spinner > span.x-loading-top{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg)}.x-loading-spinner > span.x-loading-right{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg)}.x-loading-spinner > span.x-loading-bottom{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg)}.x-loading-spinner > span.x-loading-left{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg)}.x-loading-spinner > span::before{-webkit-transform:rotate(30deg);-moz-transform:rotate(30deg)}.x-loading-spinner > span::after{-webkit-transform:rotate(-30deg);-moz-transform:rotate(-30deg)}.x-loading-spinner{-webkit-animation-name:x-loading-spinner-rotate;-webkit-animation-duration:.5s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear}@-webkit-keyframes x-loading-spinner-rotate{0%{-webkit-transform:rotate(0deg)}8.32%{-webkit-transform:rotate(0deg)}8.33%{-webkit-transform:rotate(30deg)}16.65%{-webkit-transform:rotate(30deg)}16.66%{-webkit-transform:rotate(60deg)}24.99%{-webkit-transform:rotate(60deg)}25%{-webkit-transform:rotate(90deg)}33.32%{-webkit-transform:rotate(90deg)}33.33%{-webkit-transform:rotate(120deg)}41.65%{-webkit-transform:rotate(120deg)}41.66%{-webkit-transform:rotate(150deg)}49.99%{-webkit-transform:rotate(150deg)}50%{-webkit-transform:rotate(180deg)}58.32%{-webkit-transform:rotate(180deg)}58.33%{-webkit-transform:rotate(210deg)}66.65%{-webkit-transform:rotate(210deg)}66.66%{-webkit-transform:rotate(240deg)}74.99%{-webkit-transform:rotate(240deg)}75%{-webkit-transform:rotate(270deg)}83.32%{-webkit-transform:rotate(270deg)}83.33%{-webkit-transform:rotate(300deg)}91.65%{-webkit-transform:rotate(300deg)}91.66%{-webkit-transform:rotate(330deg)}100%{-webkit-transform:rotate(330deg)}} +body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:""}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}*:focus{outline:none}html,body{font-family:"Helvetica Neue", HelveticaNeue, "Helvetica-Neue", Helvetica, "BBAlpha Sans", sans-serif;font-weight:normal;position:relative;-webkit-text-size-adjust:none}body.x-desktop{overflow:hidden}*,*:after,*:before{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);-webkit-user-select:none;-webkit-touch-callout:none;-webkit-user-drag:none}.x-ios.x-tablet .x-landscape *{-webkit-text-stroke:1px transparent}body{font-size:104%}body.x-ios{-webkit-backface-visibility:hidden}body.x-android.x-phone{font-size:116%}body.x-ios.x-phone{font-size:114%}body.x-desktop{font-size:114%}input,textarea{-webkit-user-select:text}.x-hidden-visibility{visibility:hidden !important}.x-hidden-display,.x-field-hidden{display:none !important}.x-hidden-offsets{position:absolute !important;left:-10000em;top:-10000em;visibility:hidden}.x-fullscreen{position:absolute !important}.x-desktop .x-body-stretcher{margin-bottom:0px}.x-mask{position:absolute;top:0;left:0;bottom:0;right:0;height:100%;z-index:10;display:-webkit-box;display:box;-webkit-box-align:center;box-align:center;-webkit-box-pack:center;box-pack:center;background:rgba(0, 0, 0, 0.3) center center no-repeat}.x-mask.x-mask-gray{background-color:rgba(0, 0, 0, 0.5)}.x-mask.x-mask-transparent{background-color:transparent}.x-mask .x-mask-inner{background:rgba(0, 0, 0, 0.25);color:#fff;text-align:center;padding:.4em;font-size:.95em;font-weight:bold;-webkit-border-radius:0.5em;border-radius:0.5em}.x-mask .x-loading-spinner-outer{display:-webkit-box;display:box;-webkit-box-orient:vertical;box-orient:vertical;-webkit-box-align:center;box-align:center;-webkit-box-pack:center;box-pack:center;width:100%;min-width:8.5em;height:8.5em}.x-mask.x-indicator-hidden .x-loading-spinner-outer{display:none}.x-mask .x-mask-message{text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0;-webkit-box-flex:0 !important;max-width:13em;min-width:8.5em}.x-draggable{z-index:1}.x-dragging{opacity:0.7}.x-panel-list{background-color:#bea7a7}.x-html{-webkit-user-select:auto;-webkit-touch-callout:inherit;line-height:1.5;color:#333;font-size:.8em;margin:1.2em}.x-html body{line-height:1.5;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;color:#333333;font-size:75%}.x-html h1,.x-html h2,.x-html h3,.x-html h4,.x-html h5,.x-html h6{font-weight:normal;color:#222222}.x-html h1 img,.x-html h2 img,.x-html h3 img,.x-html h4 img,.x-html h5 img,.x-html h6 img{margin:0}.x-html h1{font-size:3em;line-height:1;margin-bottom:0.50em}.x-html h2{font-size:2em;margin-bottom:0.75em}.x-html h3{font-size:1.5em;line-height:1;margin-bottom:1.00em}.x-html h4{font-size:1.2em;line-height:1.25;margin-bottom:1.25em}.x-html h5{font-size:1em;font-weight:bold;margin-bottom:1.50em}.x-html h6{font-size:1em;font-weight:bold}.x-html p{margin:0 0 1.5em}.x-html p .left{display:inline;float:left;margin:1.5em 1.5em 1.5em 0;padding:0}.x-html p .right{display:inline;float:right;margin:1.5em 0 1.5em 1.5em;padding:0}.x-html a{text-decoration:underline;color:#0066cc}.x-html a:visited{color:#004c99}.x-html a:focus{color:#0099ff}.x-html a:hover{color:#0099ff}.x-html a:active{color:#bf00ff}.x-html blockquote{margin:1.5em;color:#666666;font-style:italic}.x-html strong,.x-html dfn{font-weight:bold}.x-html em,.x-html dfn{font-style:italic}.x-html sup,.x-html sub{line-height:0}.x-html abbr,.x-html acronym{border-bottom:1px dotted #666666}.x-html address{margin:0 0 1.5em;font-style:italic}.x-html del{color:#666666}.x-html pre{margin:1.5em 0;white-space:pre}.x-html pre,.x-html code,.x-html tt{font:1em "andale mono", "lucida console", monospace;line-height:1.5}.x-html li ul,.x-html li ol{margin:0}.x-html ul,.x-html ol{margin:0 1.5em 1.5em 0;padding-left:1.5em}.x-html ul{list-style-type:disc}.x-html ol{list-style-type:decimal}.x-html dl{margin:0 0 1.5em 0}.x-html dl dt{font-weight:bold}.x-html dd{margin-left:1.5em}.x-html table{margin-bottom:1.4em;width:100%}.x-html th{font-weight:bold}.x-html thead th{background:#c3d9ff}.x-html th,.x-html td,.x-html caption{padding:4px 10px 4px 5px}.x-html table.striped tr:nth-child(even) td,.x-html table tr.even td{background:#e5ecf9}.x-html tfoot{font-style:italic}.x-html caption{background:#eeeeee}.x-html .quiet{color:#666666}.x-html .loud{color:#111111}.x-html ul li{list-style-type:circle}.x-html ol li{list-style-type:decimal}.x-video{background-color:#000}.x-sortable .x-dragging{opacity:1;z-index:5}.x-fullscreen{background:#eeeeee}.x-map{background-color:#edeae2}.x-map *{-webkit-box-sizing:content-box;box-sizing:content-box}.x-mask-map{background:transparent !important}.x-img{background-repeat:no-repeat}.x-video{height:100%;width:100%}.x-video > *{height:100%;width:100%;position:absolute}.x-video-ghost{-webkit-background-size:100% auto;background:black url() center center no-repeat}audio{width:100%}.x-panel,.x-msgbox,.x-panel-body{position:relative}.x-panel.x-floating,.x-msgbox.x-floating,.x-form.x-floating{padding:6px;-webkit-border-radius:0.3em;border-radius:0.3em;-webkit-box-shadow:rgba(0, 0, 0, 0.8) 0 0.2em 0.6em;background-color:black;background-image:none}.x-panel.x-floating.x-floating-light,.x-msgbox.x-floating.x-floating-light,.x-form.x-floating.x-floating-light{background-color:#333333;background-image:none}.x-panel.x-floating .x-body,.x-panel.x-floating .x-scroll-view,.x-msgbox.x-floating .x-body,.x-msgbox.x-floating .x-scroll-view,.x-form.x-floating .x-body,.x-form.x-floating .x-scroll-view{background-color:#fff;-webkit-border-radius:0.3em;border-radius:0.3em}.x-anchor{width:1.631em;height:0.7em;position:absolute;z-index:1;-webkit-mask:0 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAPCAYAAABut3YUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPZJREFUeNpi/PX7LwOFwAyIG6HseiA+Ra5BjBQ6xg+IVwAxJ5T/HYgjgHgTOYYxUeCQUiBeh+QQBih7HVSOLiHDDMSTgTiTgLrpQJwLxH9p5RhOaLT4EakeFF3RQPyF2o6RhkaBGYkheRmIPYH4KbXSjC4QnyTDIch6danhGCcgPgwNGXKBNNQMb0ocEwXE24GYn4FyADJjI76Ej88x7UC8FIjZGKgHQDlxGtRsZmISMMjy+dBQoSXYBC0gv+NyDD80xzgx0AeAqg4fIH6NHk0qQHyMjg6B1WvHYDkNFjIgwS1ALMowMOAjEAeBHINe2Q0U+AUQYACQ10C2QNhRogAAAABJRU5ErkJggg==') no-repeat;-webkit-mask-size:1.631em 0.7em;overflow:hidden;background-color:black}.x-anchor.x-anchor-bottom{-webkit-transform:rotate(180deg);background-color:black}.x-anchor.x-anchor-left{-webkit-transform:rotate(270deg)}.x-anchor.x-anchor-right{-webkit-transform:rotate(90deg)}.x-floating.x-panel-light:after{background-color:#333333}.x-button{-webkit-background-clip:padding;background-clip:padding-box;-webkit-border-radius:0.4em;border-radius:0.4em;display:-webkit-box;display:box;-webkit-box-align:center;box-align:center;min-height:1.8em !important;padding:.3em .6em;position:relative;overflow:hidden}.x-button,.x-toolbar .x-button{border:0.1em solid #999999;border-top-color:#a6a6a6;color:black;text-shadow:rgba(255, 255, 255, 0.25) 0 0.08em 0;-webkit-box-shadow:rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-button.x-button-back:before,.x-button.x-button-forward:before,.x-toolbar .x-button.x-button-back:before,.x-toolbar .x-button.x-button-forward:before{background:#999999}.x-button,.x-button.x-button-back:after,.x-button.x-button-forward:after,.x-toolbar .x-button,.x-toolbar .x-button.x-button-back:after,.x-toolbar .x-button.x-button-forward:after{background-color:#cccccc;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(2%, #f2f2f2), color-stop(30%, #e0e0e0), color-stop(65%, #cccccc), color-stop(100%, #b3b3b3));background-image:-webkit-linear-gradient(#ffffff,#f2f2f2 2%,#e0e0e0 30%,#cccccc 65%,#b3b3b3);background-image:linear-gradient(#ffffff,#f2f2f2 2%,#e0e0e0 30%,#cccccc 65%,#b3b3b3)}.x-button .x-button-icon.x-icon-mask,.x-toolbar .x-button .x-button-icon.x-icon-mask{background-color:black;background-image:none}.x-button.x-button-pressed,.x-button.x-button-active,.x-toolbar .x-button.x-button-pressed,.x-toolbar .x-button.x-button-active{-webkit-box-shadow:inset #aaa1a1 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-button.x-button-pressed,.x-button.x-button-pressed:after,.x-button.x-button-active,.x-button.x-button-active:after,.x-toolbar .x-button.x-button-pressed,.x-toolbar .x-button.x-button-pressed:after,.x-toolbar .x-button.x-button-active,.x-toolbar .x-button.x-button-active:after{background-color:#bababa;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a1a1a1), color-stop(10%, #adadad), color-stop(65%, #bababa), color-stop(100%, #bbbbbb));background-image:-webkit-linear-gradient(#a1a1a1,#adadad 10%,#bababa 65%,#bbbbbb);background-image:linear-gradient(#a1a1a1,#adadad 10%,#bababa 65%,#bbbbbb)}.x-button .x-button-icon{width:2.1em;height:2.1em;background-repeat:no-repeat;background-position:center;display:block}.x-button .x-button-icon.x-icon-mask{width:1.3em;height:1.3em;-webkit-mask-size:1.3em}.x-button.x-item-disabled .x-button-label,.x-button.x-item-disabled .x-hasbadge .x-badge,.x-hasbadge .x-button.x-item-disabled .x-badge,.x-button.x-item-disabled .x-button-icon{opacity:.5}.x-button-round,.x-button.x-button-action-round,.x-button.x-button-confirm-round,.x-button.x-button-decline-round{-webkit-border-radius:0.9em;border-radius:0.9em;padding:0.1em 0.9em}.x-button-small,.x-button.x-button-action-small,.x-button.x-button-confirm-small,.x-button.x-button-decline-small,.x-toolbar .x-button-small,.x-toolbar .x-button.x-button-action-small,.x-toolbar .x-button.x-button-confirm-small,.x-toolbar .x-button.x-button-decline-small{-webkit-border-radius:0.3em;border-radius:0.3em;padding:.2em .4em;min-height:0}.x-button-small .x-button-label,.x-button.x-button-action-small .x-button-label,.x-button.x-button-confirm-small .x-button-label,.x-button.x-button-decline-small .x-button-label,.x-button-small .x-hasbadge .x-badge,.x-hasbadge .x-button-small .x-badge,.x-button.x-button-action-small .x-hasbadge .x-badge,.x-hasbadge .x-button.x-button-action-small .x-badge,.x-button.x-button-confirm-small .x-hasbadge .x-badge,.x-hasbadge .x-button.x-button-confirm-small .x-badge,.x-button.x-button-decline-small .x-hasbadge .x-badge,.x-hasbadge .x-button.x-button-decline-small .x-badge,.x-toolbar .x-button-small .x-button-label,.x-toolbar .x-button.x-button-action-small .x-button-label,.x-toolbar .x-button.x-button-confirm-small .x-button-label,.x-toolbar .x-button.x-button-decline-small .x-button-label,.x-toolbar .x-button-small .x-hasbadge .x-badge,.x-hasbadge .x-toolbar .x-button-small .x-badge,.x-toolbar .x-button.x-button-action-small .x-hasbadge .x-badge,.x-hasbadge .x-toolbar .x-button.x-button-action-small .x-badge,.x-toolbar .x-button.x-button-confirm-small .x-hasbadge .x-badge,.x-hasbadge .x-toolbar .x-button.x-button-confirm-small .x-badge,.x-toolbar .x-button.x-button-decline-small .x-hasbadge .x-badge,.x-hasbadge .x-toolbar .x-button.x-button-decline-small .x-badge{font-size:.6em}.x-button-small .x-button-icon,.x-button.x-button-action-small .x-button-icon,.x-button.x-button-confirm-small .x-button-icon,.x-button.x-button-decline-small .x-button-icon,.x-toolbar .x-button-small .x-button-icon,.x-toolbar .x-button.x-button-action-small .x-button-icon,.x-toolbar .x-button.x-button-confirm-small .x-button-icon,.x-toolbar .x-button.x-button-decline-small .x-button-icon{width:.75em;height:.75em}.x-iconalign-left,.x-icon-align-right{-webkit-box-orient:horizontal;box-orient:horizontal}.x-iconalign-top,.x-iconalign-bottom{-webkit-box-orient:vertical;box-orient:vertical}.x-iconalign-bottom,.x-iconalign-right{-webkit-box-direction:reverse;box-direction:reverse}.x-iconalign-center{-webkit-box-pack:center;box-pack:center}.x-iconalign-left .x-button-label,.x-iconalign-left .x-hasbadge .x-badge,.x-hasbadge .x-iconalign-left .x-badge{margin-left:0.3em}.x-iconalign-right .x-button-label,.x-iconalign-right .x-hasbadge .x-badge,.x-hasbadge .x-iconalign-right .x-badge{margin-right:0.3em}.x-iconalign-top .x-button-label,.x-iconalign-top .x-hasbadge .x-badge,.x-hasbadge .x-iconalign-top .x-badge{margin-top:0.3em}.x-iconalign-bottom .x-button-label,.x-iconalign-bottom .x-hasbadge .x-badge,.x-hasbadge .x-iconalign-bottom .x-badge{margin-bottom:0.3em}.x-button-label,.x-hasbadge .x-badge{-webkit-box-flex:1;box-flex:1;-webkit-box-align:center;box-align:center;white-space:nowrap;text-overflow:ellipsis;text-align:center;font-weight:bold;line-height:1.2em;display:block;overflow:hidden}.x-toolbar .x-button{margin:0 .2em;padding:.3em .6em}.x-toolbar .x-button .x-button-label,.x-toolbar .x-button .x-hasbadge .x-badge,.x-hasbadge .x-toolbar .x-button .x-badge{font-size:.7em}.x-button-forward,.x-button-back{position:relative;overflow:visible;height:1.8em;z-index:1}.x-button-forward:before,.x-button-forward:after,.x-button-back:before,.x-button-back:after{content:"";position:absolute;width:0.773em;height:1.8em;top:-0.1em;left:auto;z-index:2;-webkit-mask:0.145em 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAABGCAYAAADb7SQ4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAiNJREFUeNrEWb9LQlEUvj5BcHoQvMnVKXD1D3CLwqBJbHJsazQaWoSCxgbHJiMIAiNok6AhCDdXVycnJ8EQOgeOYaG+d39998KH+HyP753zzjnfd325xfdSgVeV8B6BScuEV0IRSbxHeCMk/AVFXCA8ScQKSXxPqK0fQBBfE5r/D+Y8VzUT9jb94DPimqRYIYkrhGcpKhhxIqTxrpNcExdlQJTTTnRJnCc8ykhUSOIOoZ71ZFfEZ4S2zgUu+rguxZRHEnPbfKRVsOtUl0RtYpOLTYljIS2Z3nVk2DY9SbNCEt8RDm0rUpe4La1jvXSqmtum72raZI24KuNQIYl/nSGSOJb0Jq61M0pxhjwK9304hUjHGSKILzc5Q5drUzttdYY+I97pDH1FzG0zNFUb04gTG4kzJS5kdYauiZtZnaFr4ooKsCIVaDHxKAQxt1NBnGIVHfGCcEQYh3jGU8KBfMKLiyM+lgzAq/qT0ArVTg+Ei1B9fEPoovV4fcfQd2HedScX39GprwGTNjJn0maTELN6IuSzECLB6T5x2eM66jQgnIeSxa60GnS3uL56tr7b1Ai0JPVwYi6yho2U2lgfKym19VxjMRHzEGbvS9K+RBPzetGVUpf29lZHSl2/DMnLvwh1ZMQrKW3Ic4fvJOZS6ZMQW5hpmpT63DvtlFLfm7bBNruM2C2yXb7y3U6ZpRS5P/4jpUjihRTbCJ3q1eL3GMMfAQYAJmB6SBO619IAAAAASUVORK5CYII=') no-repeat;-webkit-mask-size:0.773em 1.8em;overflow:hidden}.x-button-back,.x-toolbar .x-button-back{margin-left:0.828em;padding-left:.4em}.x-button-back:before,.x-toolbar .x-button-back:before{left:-0.693em}.x-button-back:after,.x-toolbar .x-button-back:after{left:-0.628em}.x-button-forward,.x-toolbar .x-button-forward{margin-right:0.828em;padding-right:.4em}.x-button-forward:before,.x-button-forward:after,.x-toolbar .x-button-forward:before,.x-toolbar .x-button-forward:after{-webkit-mask:-0.145em 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAABGCAYAAADb7SQ4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAXlJREFUaN7lmTFqAlEQhh8EhFSCYJXW1law9QAewMrWAwQWAmmtbPcGHiCQ1gPYCla2QsDKSsgmQecvFqImu2/fzry/2OLb9mt23vwz47Kvn5MwEFxM8DkLB6HHEIOd0GGIwUpoMcRgyRKDOUsMJizxpzBiiMFR6DPEeZl1GWKwFh4ZYvAmPDDEqmVWVQxmLPG3MGaIVcosVAz2whNDDDZCmyEG7yFlpiEGKUsMEpb4XKXMtMXeiVVb7J1YLcRgW1ZmVuLSxGopLkys1mLwwhL/mVhjie8Sayxx3kp7DPFVYo0tzhNriyEGU5Z40TjxtDE/F6WcDowHBE/msDFNImG0xZQRBAonDCvxhhH2vKZIZ9Ds+7EDfaWFnKZ4xhja5owxdcnYCAQv1p1Gi4sprn08cZbDt6ZYZasXIn5mLFHTjLCvVt1V+4rVt/M+4r3FPaJMbHaBKRKb3pyKxKZXtv/Er4yjZpRL6q042u34tzh4xV9H/FHnqBHKBQeEd6aqqwD6AAAAAElFTkSuQmCC') no-repeat}.x-button-forward:before,.x-toolbar .x-button-forward:before{right:-0.693em}.x-button-forward:after,.x-toolbar .x-button-forward:after{right:-0.628em}.x-button.x-button-plain,.x-toolbar .x-button.x-button-plain{background:none;border:0 none;-webkit-box-shadow:none;box-shadow:none;-webkit-border-radius:none;border-radius:none;min-height:0;text-shadow:none;line-height:auto;height:auto;padding:0.5em}.x-button.x-button-plain > *,.x-toolbar .x-button.x-button-plain > *{overflow:visible}.x-button.x-button-plain .x-button-icon,.x-toolbar .x-button.x-button-plain .x-button-icon{-webkit-mask-size:1.4em;width:1.4em;height:1.4em}.x-button.x-button-plain.x-button-pressed,.x-toolbar .x-button.x-button-plain.x-button-pressed{background:none;-webkit-box-shadow:none;background-image:-webkit-gradient(radial, 50% 50%, 0, 50% 50%, 24, color-stop(0%, rgba(255,255,255,0.7)), color-stop(100%, rgba(255,255,255,0)));background-image:-webkit-radial-gradient(rgba(255,255,255,0.7),rgba(255,255,255,0) 24px);background-image:radial-gradient(rgba(255,255,255,0.7),rgba(255,255,255,0) 24px)}.x-button.x-button-plain.x-button-pressed .x-button-icon.x-button-mask,.x-toolbar .x-button.x-button-plain.x-button-pressed .x-button-icon.x-button-mask{background-color:white;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e6e6e6), color-stop(10%, #f2f2f2), color-stop(65%, #ffffff), color-stop(100%, #ffffff));background-image:-webkit-linear-gradient(#e6e6e6,#f2f2f2 10%,#ffffff 65%,#ffffff);background-image:linear-gradient(#e6e6e6,#f2f2f2 10%,#ffffff 65%,#ffffff)}.x-segmentedbutton .x-button{margin:0;-webkit-border-radius:0;border-radius:0}.x-segmentedbutton .x-button.x-first{-webkit-border-top-left-radius:0.4em;border-top-left-radius:0.4em;-webkit-border-bottom-left-radius:0.4em;border-bottom-left-radius:0.4em}.x-segmentedbutton .x-button.x-last{-webkit-border-top-right-radius:0.4em;border-top-right-radius:0.4em;-webkit-border-bottom-right-radius:0.4em;border-bottom-right-radius:0.4em}.x-segmentedbutton .x-button:not(:first-child){border-left:0}.x-hasbadge{overflow:visible}.x-hasbadge .x-badge{-webkit-border-radius:1em;border-radius:1em;-webkit-background-clip:padding;background-clip:padding-box;padding:.15em .25em;z-index:30;text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0;-webkit-box-shadow:#000 0 .1em .2em;overflow:hidden;color:#fff;border:2px solid #fff;position:absolute;width:auto;min-width:2em;height:2em;line-height:1.2em;font-size:.6em;top:-0.15em;right:0px;max-width:100%;background-color:#990000;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e60000), color-stop(50%, #b30000), color-stop(51%, #990000), color-stop(100%, #800000));background-image:-webkit-linear-gradient(#e60000,#b30000 50%,#990000 51%,#800000);background-image:linear-gradient(#e60000,#b30000 50%,#990000 51%,#800000);display:inline-block}.x-tab .x-button-icon.action,.x-button .x-button-icon.x-icon-mask.action{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFI0lEQVRoBe2YW4hVVRjHZ0yzq6lFEaMlE0PShYRAJIl6iEqKHnqI6WJB0IvdICkfEk0aIyo0KFCph8giCitI7CkoohQL7SoZDaQmXSgKo4uWNf1+zt7DOXvOOXuvvc85bc+cD36ssy/r+77/Xmt9e+3TOzIy0jORbNJEEqvWruBOH/HuCHdHuMOeQOmmdO+ozaA5oxXPunSC2Re4MbgCNiB6vvqbKbx0giNxp9BeBU/BIJqnRecLN2UVrLDj4GIYgscRfSltYSuzYMUdA/0wCI8ieglM5XduK7vgWJhTegGshucRfQHkyj1XpziLNrfmOh2ug1dhMaJn0gbZZDpNpsexQb2y3azfKXCAwns4W5dMd7m2B2ANLCT/x/A/nKknN5mUhWFp1g4Z7vM14jrbBZvgEwi1tAdkDEf3ZrgI0S/RrkP4IdqGpuA+cJo0yw7iyNfJmzAcMrokfjp93HC4XrPYCdzkgPXDPPqvJN7eRh0VrBWqfKMuev6k3Qzr4SP4HWqOFIkZ73iYA/NhLpwPZ4LLS+FZzUp+GtwAA/heS/sGwv+irWnXc9bdTRF20/8eOBWmEKwnCectOrPhSlgF2+Bb+Bl+AxP8B/6FvLn8Td8fYQXMSubgsVZU8Cv4mAeNhC7k+jLYCopzrRURlvZA9P8WLIJJlcI5zi1Ypw+Dr4oqp3EAzlsbLCjfg1PeEUxLtlnXXU4/wQboq8gpl2BHx2l5UuyosuW8I6rQb8Bp1iwRefy4VN6FReaopU3pX7jnhwSO7MmVIiNnJ3L+DtgHCm3ltA0RH4/26rhKk1tdu4kr7yeuHkKgU3rMqI5ncfAQDIKbg14oi1nJv4OvTShthC9LjmTyGB8XwhZw+oQ8+Xbc68C8AOboK6+YYPpfDV+B06YdAkJiuMtzhvrOP1JYafMLpu/Z8CmEJNGOe60fz0J/cjZmWcP0G2+sWZ/aUnCqhFosOq7gyf6uOT888th+Ot0HmxF7MOkgt2AcXQNLkg5rHPv+dffjVvPX6PdeWtf7MJhUssD578ZtEGL6sY4MIfTjeh1zCWZ0Z+DwQXAkapkjtzviPdoPYB+JuJVMNfy7QQkR7MbGPfRaYhi7ruUSjLcbwe1k0tw2vgivwy6C70/ekPE4JK+N+HySWDuz+A5xXOnvlsqD6Lf/QjwBnxNc4a02YwzBeuIdyBosWDDT7RKcn1MRYA+/V8ImAv9Rcb5VP53ufoQ8AB8S0+PMFiwYz5fDzCjCF7SLCbojOm514zZ3HViYLIZVxmD4h8B0rtWtFXkEn4tTv22thPe2SawVeDs8TTz/NqoyhLqDGoC7wervt3lNCxKMY/fIc+BLuJXgn9G20pyuVuA1sJF4vt7GjHx8nZnT7XAXzIXnoK4FCcbLVHAqLW+DWF8v78Aq2EY8v7zGDK2+EmfBI3AtTAPNTU1dCxXs/a6ht+t6bM4FNykvw/0IdYSrDLHu8iyeQ7Cg6mLKQahgd0pbSOJwit/cl6Np6p+BrxGn6hNUp1z3m/tOWAH+DrIgwSTQcBcTFLnOzcRwSjZ6j/vdvQyCxRrSanu0mWvZqp3LjkbBuYTGnSac4CxreCQqJPFD+r/bhq+dtOSyCO7DyWzIcm9avKLXXb+FcskiYjlBfB0lP9KLJp+nv6N7ZL+cp7N9sgg+L6/zMvabcEWrK7iM07CZOXVHuJlPs4y+rNJ74JkyJpczp62N+vWOfpw0uqWzrnXXcGeN53g13REe/0w660x3hDtrPMer+Q9LNCcV91c+jgAAAABJRU5ErkJggg==')}.x-tab .x-button-icon.add,.x-button .x-button-icon.x-icon-mask.add{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAABqUlEQVRoBe2awWnDUBBE843B4NxcQSAFOC4lJeTkoxtJDykgvRhcgCFNJCFgIs+ChEHSJX93YT6ZD4ssmR3NztNFH5Wu6+6iVynlEZpbp+4J3s5OjWm7DRxZuMMCdUB9oyzNmrJe01hEejMtM5exIh6bCI3JbFkDT27EckEDs5DI8iHCWcmy6IowC4ksHyKclSyLrgizkMjyIcJZybLoijALiSwfIpyVLItuOGFso/xiuEvAgJdeK0DqJrHEhtsTTh9ul9y/ChR2KE+Y1ruDt2ccI7d6PszcK+oFFblWELt3Cn6i/8epMW5/W+LKGrUZ/0NwboF5QxuPsfY8dmOxJs41cBOYHCZF2BFeE60i3AQmh0kRdoTXRKsIN4HJYVKEHeE10frvCNvr4RH1HojH3rGHr3hqA7VdkxPKvuKJ3AA4hn7BM3xxA5N71Fdv1gz/tax3P+hFHmsJwM/8wraMadqOh5GuXda76rVqNWb7wgeevQvRRQ1MBCPFiginxEokKsJEMFKsiHBKrESiIkwEI8WKCKfESiQqwkQwUqyIcEqsRKIiTAQjxcoVrP83/9czD9EAAAAASUVORK5CYII=')}.x-tab .x-button-icon.arrow_down,.x-button .x-button-icon.x-icon-mask.arrow_down{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGRTdGMTE3NDA3MjA2ODExOTJDQUMyNUQwRUE4NjdEQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxQTFBMDFDQ0I5NEYxMURGQUU1RjlGMEFERUNDQTVEMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyMkRCMDIxMkI5NEUxMURGQUU1RjlGMEFERUNDQTVEMCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjMwRTE0QzVBNDIyMjY4MTFCQ0ZCOTAzOTcwNzcyRkVCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZFN0YxMTc0MDcyMDY4MTE5MkNBQzI1RDBFQTg2N0RCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+HfrH/AAAAeVJREFUeNrs2cFHBGEUAPA3zYqIiIhOnTpFRHSKrp26RqeuEV077R/QqWtE166dOkVERHRa9hQRnZalFcv0Hk/W1Mx+38z3vvlm5j3eZW+/9+abne+9KEkSaFPMQMtCwQpWsIIVrGAFK1jBClawgo2ik/4hiqJGwLKuvfpIc5xSkWqYr5hzU1s/mRNxXTPsJ+ZqluvXlwOmSj3XBDvG3M1rpAmYYoUrFzr4ZNqTawqm2MH8Dhh7ZXJUbcAUx4FinzBnJcAUl4FhP/jIgRSYKvkYCJaO2LbNv08RMMUy5nsA4COTLy0XYIqtil9iF6aflq7AwBWuAvuQ9ZKSBgNX2ieWjtKSzeXBNZgqfe8J+4W5aXtbcg0GrvibB/BhkeuhBJhigzsghT0veh+WAlMcCGHvMOMQwcCdcIntYy6WmXhIg2PuiAvsEHO97IhHGgzckb4D8L6LmZYPMHBnhiWwXVdDPF9g4A4Vwd66nFr6BAN3ygbbw1yoMzjmjplgB5hrrufSvsHAHesZDOD2JAbxVYCBOzfIAZ9JbR6qAgN3cPwP9kZy1VIlGLiTdluCmoOBO/pnS9Bk8DzmS3pL4BMcpZEe1qX0GI/atC4dQYXRMa1MU0IX4gpWsIIVrGAFK1jBCnYUPwIMAPUPAyFL+nRdAAAAAElFTkSuQmCC')}.x-tab .x-button-icon.arrow_left,.x-button .x-button-icon.x-icon-mask.arrow_left{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGRTdGMTE3NDA3MjA2ODExOTJDQUMyNUQwRUE4NjdEQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGMDZEQTFBREFDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGMDZEQTFBQ0FDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFGQzJEMjQxRjIyMDY4MTE4QTZEQzUxMDg5Q0Y0RTRFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZFN0YxMTc0MDcyMDY4MTE5MkNBQzI1RDBFQTg2N0RCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+FXGmxAAAAghJREFUeNrsm09ERFEUxt+rxBAxqyFm1SqiRYpMSpFapUVaRGpTRIpIbWLaFJEoRZtilChRWiRKsyklilYRERERERGZvsN57Wfmvnnnznkfv+WM+bn3e/ePN24mk3E0pcRRllC42FOWy4dc1w30R+fz3LFthEs1TelZ0KlBuAIcgmRgHS5gqlm2RsNTmqbvrUlZycLT4BhUiliWfEwEbII+UeuwT4nzqNZq2Gm1gTu/ZaUIj4NTEBW7tTTY1zUwKH4vbaive6BBw2kpAa6DkA1CeBicgZhVx8McUg5WWNi+83CWiXFfE9ZeAGQR6ukBqJKyu/Gzw7TcXEiS9UuYbiWWeU8ckXYqMT2lozyFW6SeOU0K1/FhPS75RsHUlKbj3KV0WRPC1Nd5sCuxr6anNPV12zFwk2jLCCdtk81XeAIsahL+BVOgH3xrEPayA5rAixZhyj2oB2ktwpR30A5WtQh7vR4DQ+BHg7CXLdAMXrUIU26411dahClvoBVsaBF2uMsjYFRCrwt5a7kOOnjUVQg7vE43cr9VCDu8I6Nep7QIO7z3HgCTvHYXvbCXJe71hxZhyjmv1w9ahCnP/DDb1yLs9boXzGgR9rIAusCnFmHKCff6UYsw5Ymlj7QIU75AN5gz9YVuLu8eB/S+dA+v1+l83pe2Sfg/BRe2OeGfPELhUDgUtip/AgwAw4tbozZtKFwAAAAASUVORK5CYII=')}.x-tab .x-button-icon.arrow_right,.x-button .x-button-icon.x-icon-mask.arrow_right{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGRTdGMTE3NDA3MjA2ODExOTJDQUMyNUQwRUE4NjdEQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGMDZEQTFCMUFDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGMDZEQTFCMEFDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFGQzJEMjQxRjIyMDY4MTE4QTZEQzUxMDg5Q0Y0RTRFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZFN0YxMTc0MDcyMDY4MTE5MkNBQzI1RDBFQTg2N0RCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+xvZexwAAAhhJREFUeNrsm8FHRFEUxu9rxhARsxqiVauYXWoTpTYtUkRqlWkz0WaiTW2iNi3atGhTm4k2E5GYSJRaZcZQtIqIISIiYhgyfZdv/oF59913X+cdfst5733u+c495743XqvVUpKiSwmLWPB/j2QnP/I8L9SH9lN3/KxwQlpKT4FtaR7eAhegR1LRmgEVMCCpSg+CGtNczLbUC8pgQ9I+rCv3LiiBbkmNxwJ93S+p08qCRzAhqbVMg2tQkNRLa1/vg6ILvrY5POTAXdi+tj0tDbOYjUoaDzPgBuQlzcMpcEhSkg4A8lztjBTBin6u0d8iBOvoYwXPSRGsuEcXuWcnJAhuR4G+TksRrGOMfXhWimDFjqzCyUuE4LavS5yxExIEt0OfopRN+DpKbx6MHAtHSfAeWPN7kWQEhDbAMjg1cTHXBdfBLHiSUKXvwZBJsS4LPgCT4NP0hV1L6SZYAcdB3cAlwe9gDlQlTEsP9Gs16Bu5IPgIjIOP/34AoP26Ss82bd00LA/r1Vzk1mM1whCsfTrPpsJ62E7pE/q1HpaPbAn+Betgib1xaGEjpb+Ywrcu7H9BC35m8//mSncTZEqfgRGXxAYpeJNp3FCOhemU/ub+euXqzGlS8AuYBq8unyiYSulLNv9OizUleIcr+6MiEF4n3x7ze2n9OkSfE5/bfmg/30v7ERxaWBcc5Yj/5BELjgXHgiMVfwIMAGPkXbHq6ClAAAAAAElFTkSuQmCC')}.x-tab .x-button-icon.arrow_up,.x-button .x-button-icon.x-icon-mask.arrow_up{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGRTdGMTE3NDA3MjA2ODExOTJDQUMyNUQwRUE4NjdEQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDQUZBQUM3NEFDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDQUZBQUM3M0FDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFGQzJEMjQxRjIyMDY4MTE4QTZEQzUxMDg5Q0Y0RTRFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZFN0YxMTc0MDcyMDY4MTE5MkNBQzI1RDBFQTg2N0RCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+ar3jxgAAAbFJREFUeNrs2j9ExGEcx/H71YmmpoiIaIq4KSKi6dabbo1oiqamm1qboimiNZpuuikiIqLppiPipqYjIuLp+/D95vy6X/frfr/n730e3sst53XP9x7u+V2ilKpM05qpTNkCGGCAAQYYYIABBhhggAEGeNSqpl9IkiQKWNbvfBc7PDdNIz1PPVK7Trd+OMPrRr8l9Uat2nT9+CyCW4yVnnnHowTXqa8UWHcdI3iNGozASscxgReo7h9YxTtfjwXcHoOVBjwJQYNPcmKlLk9EkODGP7FSO0TwOvU+IVjxZAQD1iPZK4CVGiGAZ6lOCVjFE7LhO/i0JKzUK3KImQY3S8ZKHZ4cr8A16sMQWPHkeANepF4MYqWmD2A9arcWsIonqOYafGYJK73yRDkB71nGSnd5r4jKBG9Sn47AunOb4CWq7xAr7dsA61G69wCreMK2TIMvPMFKfZ44I+ADz7DSQ9YhVgS87fiQGtdlmeBlvkNWnndYBljfGT8FgJVDbKco+CoQrBp6mrEyKfgoMOyvpxlZ4CT9vcXj0shWNe8nE8vCfzwABhhggAEGGGCATa1vAQYAZekAmr8OukgAAAAASUVORK5CYII=')}.x-tab .x-button-icon.compose,.x-button .x-button-icon.x-icon-mask.compose{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.delete,.x-button .x-button-icon.x-icon-mask.delete{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.organize,.x-button .x-button-icon.x-icon-mask.organize{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAEdUlEQVRoBe2aS2xMURjHjbbqUaLoI7RChQUiGo9YaEqkoolIkCASSki68dixsLIVYmHbkJA03UgkFRI2QgRBKl4RgtJFK0jUI+o5fv/p68ztmUlHzpzO9PZLfjP3fOfcO9//fOeee+69E4lGo6PCZKPDJFZaQyc4N1mGI5FIMfUVkAfZMPaVwE54yqn6i+8BllQwravgAEyEv5DppsQ8gYPw3hqsJi0bNJ4El0GZzSa6iHcbjLbpsp7DDGX5V8ByyDbLJ+CdUGQLPNGQnkzj3TDFspN68BNkwhDPIY5poG/T1lBYR+LOkuW4uSeR4KXssN48grF9h20NdeukYLRL96Y6vAD2wCwwbQyFvXARPpoVA85fKnXiN4HtvP2Gf0tPG3XWUKNYT4E6PxjvD3x1EDHPZZvgxTTSDBc8gMrKbql5gKHeJh7NM6/AFu91/EVmjHGTFmN+HA3qYSoE7SuO8+zcEawY4vJdfr8Z/ljiqMS3AV2RvjpTPc7V0A623rqJv8RsnynbxDUXXieJuy/LfRmmEzSd7wKtroL2Hcc5BL4LVmRCmbheEIfmHduVQ1muQV/3BN2bJZyqaANbdm/jL+xtm4nfxKcsP08Q/zX8MxV3TDXqx+PYBGUQNHVAI9AsYrsuB9sPVflDT5xH+O7OZn8kK9msJf6G3ooFOOr66+O2NOVL6A7oP/njmmREQcN5LGhy1cLJtBwK++FSLqrVSGvPcrCZGu8DZTqTBSs+zUkarTZTUrerYh50gHYY7rSpRxZCCYTByvouS2FQK42hE9w7S/tKsOaIt/AGfoMWO3OgFLyYb8FaGByHl6C1r27jlsAh8HaN14LD1+x8jN/KNVdqlAvhgq8YfJ/DLYjVUDatk8J905HObd+Cf1rEaHTp5sSL+RacaKWWyO+8E3wLdi4g1QOOCE61x7Kt/UiGsy1jqcY7kuFUeyzF9ok6WA8ZvJjLtbQWEI/hXpLIW4N1rLyiPHV5hP9MsM4or2V7hlH+702XghWE3gAcTRKN3mjY7AZOdZbNCnAug4wTrNXSItCrmmYSZ3tGTNVAo+1nvCLOyLyeT9WC7WlqXNtUCq7vlpTlGkQMeG+Vio9j6NbxMOjtn8u7udjzaJcH1H3uLViVikCzLftqEtsKbeAyNh3LuWAdVM+yr8JsU8hgt9mvGh6ATousEKwgdcvXCMWDFap2mOYBTWK6b3YtNvYDrs9hM0i9BTgB+YMRTbvp0AS6bzaP43I7LUPaDFBvHPVmIy+ZaOp1+TkJX8Dc3/V22gUrYF1jN4L1r0T4NSPXg+sZ2dZZXgRr5m6BymCW8en6rc54BrYAXfu8CFbQmoQ0c1eYoilXw0NQp7gWZzueN8H68S44DbG/IPA9H66AL7FR12tpYk9qetOwGfSaVjcMNVAFie6iqHJv6bws2YaUfLpctYP+S5WoTVr8vjOMvphN4FN4N69Dybs6yw+OCLZ0yrByhS7DmrRaoQE0Kw5707JOf/UvH/ZKewTG/kscFrHSGbpzOHSC/wHSRhVOrpN3ggAAAABJRU5ErkJggg==')}.x-tab .x-button-icon.refresh,.x-button .x-button-icon.x-icon-mask.refresh{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.reply,.x-button .x-button-icon.x-icon-mask.reply{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAES0lEQVRoBe2ZSWgUQRSGM24YTdSo4AYRTcxBEZJDJCoigrtGg6CIgihqogfRgEERguhB40UP6kHw4kEET4J4E9wPAdeg4ALigjuKcSMuMX7/mAmdSU/SXdM9PTPpBx/T3al67/31urq6K5G2trac3mR9epNYaQ0FZ3vFwwqHFc6yEQhv6SwraBc5YYW7DEmWXUhZhSORSC7UwKIgxzAlghE5CZFHoAEKgxTcz8/gCI3gfzHsh6l+xnLq2zfBaC0miXpYDvmgu+kXBGqeC0aohK2D7TAF+kPamKeCETseZdugGgZDSp4RxHFsnghGqKo4H/aB5uoASEtLWjBiZ6KsFlaAHlJpbUkJRmwl6rTcFKW1SktyRoIROhofdbARhlr8OTkMdBPNlWCE6iG0AA5AqRN1Nm1cxbTpn9Qlx8ERO4pIG0Br6yDDqH3pV4kvPdRewCd4C+/ZPdWx7xZxsk1LgqvIZDeUeZzRT/xJ8Dt4BQ/gGjSSVzO/3psEJ4JoY+A4fATNvVTwhjh34RSshMGJ8jO5biuWIJqrc6AJ/kIqhNrF+EFs3fqHYRoMMxFp7dNFME5Hwi5QMLskgrqmgb8M+hgZYRXh5riTYBxpFM9CUKKcxlWOSyHPjVi1jQqmYy7shQ/gNGjQ7f6Q6yWY7UY07XNK4CK0QtAiTOK/J29tLOQ7EU67nIGgtfU1mARMhz6a3zegtCfRHXOYxhXtndJBgGkOT9FQ1Z3oDsFqhBXAFngJpkGD7veN3NclEt1JcKwRHaaD3niCTt40vh6+q2N6rL+2gtUA03p8FL6AaeAg++ntsNwqNqor/kL8OZ2WgF71vEpeq8FvC36uDveJM8qqyenHwzg67oE1MAxMTeLOQyNod0SDqO2hCaDVIma6u3R9OAxq/9WxW9PT+wRsQ7RiE7Gbj4f4v9F8Fujxb1ptfR2tj/cbf04bfbbqZWgsFEM5LITNcBLc3HF6iM2IxXAlWJ0wJXEQfoFb4RJcEwtu8kv/PCiEGdAAevFQJbvL5Rh/j351uRbcLloVmA83ewgUn0TSgq2DRGzloVt9E9yDFoiPqfOvUBHN3erA7TFOtG6fBqdfVp4KtuZLDqr8DrgDdqIPcb2/UYXjAmmu1cLDBIGswX0THMuJHIrgDGglsMZu4nxI0oItgcbjUHP7MyRaanwXrHywvlAFj8E6v+dqZ8MTI9BzHO2DtaC9KY1wIEYurXCO4JrbjyA6CvzO80wwznS3tMAFDpfBKdArnkY4ECOXqwTWUqZvA1mJp4L/+4wKf8ZxDeyE26AlLBBD9HUC14GWr8mezWEc2/oiiNZM/TumGbRLkdQ6nChOT9eJWw3ffakwjjuMRF5wUg9b4QnE5hOHKTVNsSuO3qW9SosN/Yn4KmAQbnnl040f4pelVLCb5Pxq6/st7Vfipn5DwaYjlyn9wgpnSqVM8wwrbDpymdIvrHCmVMo0z15X4X9rh8wHLEjawQAAAABJRU5ErkJggg==')}.x-tab .x-button-icon.search,.x-button .x-button-icon.x-icon-mask.search{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.settings,.x-button .x-button-icon.x-icon-mask.settings{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAIkklEQVRoBdWZd6yeUxjAe2lLUbVKrFaLUhUVo1pbQtqqESOECGLGH2IkCP8YQewYtUoTKmkJ/2hVEDFixN5FadXWBjFaq0b9fl/vuc5973nf9xtvez9P8rtnPeec5zn7/W7HsmXL+vzfpKOjYxVs3hR2hlXhT/gcX94iLBYd/r+BR2vB+eBsyVJ4FPqX+eJItbUwm8rmMEZDTRAMhG1Nd4p+bABbmUZlAGwLI0D9Lmlrh7HV5boHOHuPkL6LcCisDztCEJ1aBxwYwyvgMbgfToD/pGwJ9FY5FjoZ42AuhKX7N/HX4Er4Psq33PQ0eBz+APP+gbfhAOjQl7bdvxjYH86F4Gwc/pWT74DEesYXwWWwtg6385L25J0FH0JWXOopyfrjDC+AmTj7sxWyCua1hWCgs6Ox58GPTRr1FfVmwBuhfts6rIH47NJ9Eu6BWBwM9+xU8HqaDA5OLL+ReAmm044zXZPlGzmk2iDklHUSvF4mwU4wHEbCuqDo7OdwKXgK/w4DwEfIdVC7vgjVcxnPg/fhHZjVdocWRmn8faDBKRaTf4srPoa81eFocABS9cy7ra2XNAam5BcyvZqy4vL/Er7OFsTpdnW4yK5+OBCWd+yLjw9neY04Mxsvajiru7LS3qXut2/Aq8mZ6zp0iPuOnsBeH0wYi1thL8jmW99l7ux/1G0fxHui2TiNOojdaLQt6vcF38tbwyHg0zLel57AD8Io2Ay2h+sh3r++tl6AI2AbWBv62XAlwogPoyFPVhvuJpRpyCwc/7hbQU4CPWdlMfWWEFrX2YvFpXskTIRFsD4Mgqy4Qr6gPZ+ny6XR0c/Tp7Up4GdaPBNx/KG8unn5tOV+vLOgzbj9VNwD7gHYMPRRyR5mJpyBIVDU3lD0/ISrS9B19U2A4+uqkFZywMbCYbTnqig00PJ6xYNCPCnzZD0KRuQVJvJty089PyJicdY+hfggs7y2fAl/MBGJk+DJ7grgb+YCz6ZRceY8OHaEftly08ho+AQ0IrW0zPsWjkrV72zDg+VwGB50iHse3AbhpJ5P/AzYBz6E0Jf9egqfDieBZ4Vl38E1MKirzRBJhSh6ED0D7k0bvAA2gVVifdITwQd+MCAVOgMXx/WMIx42J8M88Ep6E7YJesSd5SthBuwOzvxweBhCPw6IV5nL1y+pPWEqXAJd+7fWX2g4G6K4HTwHGhoaNnwZDoLVQh3iZ4NXRayXinuV1N7vtc779NmN9NOZejr9FowL7WdDyjyVb4TQhzY+A7Vv3qBPuquvrrwQiUMUR8JMyDobOlhI2dXgIbQaXAvhV4agkwqfQs+DxH11PrhqUnou0TkwNrYrxMn3ADoMXgUnwIm5Ano4GOqEsMceppJ76REomzGX0bNwCrgMnZmU8XGeA3UizIK8wQz6Ou0+HROMjUPyXboOngyArhUX62XjKYcvp7IHTOi4N0MH5eGs0a2kXVpZ8fBYnM3spbSrxqVdnWRHi5Y9Ne+Gn6E3Z1dnn4fBWRtbSfdY0jaGjAYf3u6j3nLabbVfK86l6qaWNP3UllGYZdMrWzzxJ8OLVXdcO8ZTjfL29CP7VvD4r71DU3qJvPnkfQ1hZWxGfMuEXl7WXxQ8AacwQ9/kKTWdn5r2kEejO8DbUM+V8yR6x8II8CM9XBdbEffJ6FVXtkUsXwC7BhuqDpN7OHRCx951flgvgTBj2XApZX7CDYHci5+ywXAOFD1QbGsq9A02VB32pXH/26Zj/cEL3JkZCs6MT7+DwfyU6PwUuBDDCq8yyr+ln5vQ3RB8ZaXOD+2xv2XovkK4AD4CB9yB+o12XG1Niw/xLeBA2Alcji5jr6Z6xJfWQRihQXULzsxG2T7rER8fbqu54J08m/7eIWxarqJm0TLLLuGQ1pCjYFUMKNwa2XLq7Au/Q2ir3tDZfQoa7jPY4LLym9Pl3Kg42q/TUDNLzDv+tUY7RF973RJNS2of1duYDv9Sr3JGz9P4jUxePUlXgnWbllYcdmY1oFnxvl3p0orDrdTV0VbrNzVYrXS6NT3mXVdlxng7bF+mlCi3Xkuiw57QzRw8Xl9DuGKaGbSNqbsrNCpuIX+YaFq86KfDuuA97AnorPl2Lju51TkTXoe6Dy8GyFm6CLwdysSJ0EH5CfwFZEqTNwNVO5+CtcjymRpKfDsY1UlI+6NZaiZ19CyYhhHey6WCv0egdDf4a2RKfiDzPVgI78OczvAD+mjphKYdjtmSRwMqPh1/VTWHz8g/AZK/Wcfto7MfzIO8thy0B+M6VccLHaZzD6aXQEPyjDTfc8CtcQD0eAWRtwdMBWevqB1n0FkdVbWjob2i7+GBdHwpnAZrQj3yPUoLQKMXwXowEhy4wVCPOLjT4AKMtL1qJXieDellEvgzS9GMrKgyz4ZTszZVkU4uaTobBrPB19CKcqqoXZf2fBhdhZNxGz0cphOvm5uhbL8VGVxFmYP9BAyMDW41nrpqDqGT8ZB3bVC0UsQfJfYGr73KJOXwLrS+QQM9NHo3NqLvw2hcA7aUqqYcdu/6ovG0LJM5KNwBX4LLuEz8Geh28OebMrE9T/p7yhQbKk/tCRrw55eXwaddaj/6a8VMGAP+93AyeBendOO85zr1hxNOA5+McXmIuwr8ifaklH2t5PU4tEJjdDYWfCdnHx1zyTsG1lAX6YAzIc/44ITh/epHffhQ8feqWEdnXWGTgl6VYa7Dnc7sQ8fvgiems3ov+M7u9poifSh4d8aGp+JXZ42nzibgP7eXgM5+CuOzelWlCx3udNqZvgGOg+QVQb467mMNTjlqnl87J6cMJ9+zZH+4BfZN6VSVV+pwPR1hpA+VNyFvz+vwJ7B3Pe2tSJ3UKY1dDctX1PBzTsfyxGeq26NXpRKHmZGleOEV4pLOk4Xo+XrrVfFir0r8bh4EG0E8057i3r8eTL0u/wJCZSL2DoplLgAAAABJRU5ErkJggg==')}.x-tab .x-button-icon.star,.x-button .x-button-icon.x-icon-mask.star{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFfUlEQVRoBd2aXahVRRTHz/Ujv+2mZRGZB7W6mtpFikC7+UWUZiqBD0JPFdRL1EMFPfjoU4baS0FUD/UWZBEVShA+BCpmWApRSkgllNpDmZWZt9//eOay72afvWfWOTPn3rvgz8yeWbPW+s/XmT379AwODtZSSQ+CryVgA/gVfIx/pelEhFMBVlvBOaBeFo6Cean8y09KsnMg932TqCOs9M2UhMfhMJVsxtHcAmcbmekLCsqjFKUkvAYG1xSwmEHZqoLyKEVJCDOCNxH9HUCbVl6mULAuXxjrOQlhgl8Bbi0h0Uen3FBS37GqVIQHiHh2SdR16jTlo0t0woycpuxiUDSdHcFeMv3uIWYanTDB3wIWVZBQHP10zuQKvbarUxDWT1HRz1E++Ds99fLtgp6jEmbExhPNcs+IbkZPiCpRCRP5TPCQJ4MJ6A3QSUqjSWzC2ozuC4j+fnSnB+gHq8YmvJKIJgVEpRPX9QH6waqxCa8PjEhHT981H2j6qno0wqzF63BhOUxsom3Zb7aJqGsUjTAONFJlpysXQz7VuXpavrBTzzEJaz1adlzNjHs6RTBvJyZhjZTF/kTaWZZCnlvhsyWgQkPZQpagzsX1bFlAXjGtDdAPUu1p3PPQhCCXkdwG/mta0PWLds060AuAnqtEOjpdbQR3VymX1P9F3UfgGJA9X9F92c/ADaQ2P8V0DJ4/kDbeYKaSvgI2AN0+OGJK1VAbSIhTOXEOybYll2kte77yD4rqrHyb85S9Cl4HtReAyI11/A7HpRq5PSD6oR0f3Rad+H7S1DvV7UgS+tc1cU3n3V/AWJ/SX8BxVuMinow2rNNjlPQVeH0GFg378kDBfLAPXARjZbTPwmUXmOG+bgz71EKFfqKeAUWfREZbJxyCxyOOqEuHER4qrNUWovwy0CFktBHV4eNZMNvxyaaFhKWAaBt/HJwEo4W0luSKLMF8viVhp4iBeeBd8CcYqcQ1qi+CKS7uVmklYdcQY0+C42Ckkf6EmO51cVal3oRlCFkCdKgfCWtbo7obDO3AVWQbHHyUsjo40E6uq9cvQbdG+wN892fj8s0HjXDWKA51/t4JUo72H/jTDtybjSUkbyYsJ0gdfAtSjfTn+JoWQjCv2+57a4M1QaQSvZvrMsIs7RJejGcdUlLJUhzpZsYsZsJcCen6ZwCE3IaYA2021OfUdU3fJltmwni7Fvh+KDMF16KR3ux0lWuSdgjPxeNdJq/tNdKNqJaSSUyEmVK6JNPomtqbIh3eSKNsEmvAarfJ5LEzjbbR59MtpqyEb8eZjpndkhtxvNri3Er4YZxpx+yW6Jdhi8V5MOHm+n0QZ9afo0u0fQO8A5S3iPaQ1cTSG9w4f/SqesZBH/gRWI6T+gyyxfkgvw2cMdrS+/lTzpZvGnyWxsnTwHLRd4R2a/OBqQyoztKBe/P2qp6DCBOUptKHhuA+pU1fq2Co0/F0L9CVaghxXTbWW9ktKg8lrFfCrwODeh/9wgu1bEDo6OT2Fvgb+JLWq+nQEsnaa5UPJbwKBxc8A9KXPG1O3u+u6E4F24GvD3XMDjCxFcF8uTdhjGpHfwn49L42lCeAdyDZwGi3HpwAPr6+Q29htn1ZPoSwfuz3ewShXVcBNz62lzkvq6O9DjZHgQ9p72kdQljvob9VBPAN9Q+UEQmpw5b+Sf8e0FotI/4a9ZN8bIcQXlnh9AD1y3ychuhgU0tpJyhb14epn+ljN+Sk9S9G1ct50d8SdgF9x9EO3lHB5hXwPEYfA8dbGD9LuWZBtfj0inSQWUDTKzu1dAB5Dkz2tdOOHn70LvwVyMag/FYwzse295Rukq5j+G1wEOib66PAy5FPMD46+NPmqTV7CpwGGvkJPm2l8z8GWDNDloqpGQAAAABJRU5ErkJggg==')}.x-tab .x-button-icon.trash,.x-button .x-button-icon.x-icon-mask.trash{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFBElEQVRoBe2aS4gdRRRA8+L/m0QIJkYNLlQUNOAvigpRcCEIcSsiCLoLLoILcaM7QVBX4koRshDxt9CFKCoiuvGDCP5QkxCiJhInRo2Ovzie80gPNWX1dL3uesM09IUz3V1169a9daur+031aG5ubkUpGY1GK7G1Dq4Cz9vKiIY74Sv8+72tkWQ7Ay4Bxo+Hu2E3/AuOZBf+ov2TsL6Ef5WNUsGazXvgEHQJMm77N/aeg3Mrh7seOweMM2bWYH+B2OES1/9g9w0oEnSngHHCYO+FGSgRXJ0NM/0idA565BRpKyxSt9J2B5xWY+Mw5Udq6uqKT6XimESlmX4d7sTnA4n6rKJjs7QSSgTrSno7nJyodtFyGr4AP4G6TeLIHweb4A44C0LR1xtgCzwP7aTtIkBvLlSfQjwNZyl7FNa0sU077V4DX0Js25X7cRjPzDb2Nd5FnK7xPbGXskdwxsxOLLRzdnwIj8GvkQFnypqobKLLrgGnOjMzP6cqJijzfn0NXPljmXRNWNC+dcBHM7HA2NELp10nwbaz5iC4OsdidTyrYp3a68ZFi7XJFfNsOBGcUmFnPpbiBWkVZefT7g+OXcTF0EUsFPtaje0Lw0LOzfoM49B4Gy36WMKwK+WDcC2cAmGwXK7YAAYdym9c+NiIdUOdnHODc6DjpPioix9LBvwtPE3QOzjWi7MjBS0M8CGY1huUA1ISg/4cNqXiqcqSwVqJ3AQ/QEmnpm3LR+IzsLYKMD4mA6bBOfAKuFpO28nS9v0Bcxckn9V1Ad9Pg2m/H5cONLT3Mf5fFGfX63hBQG8s7/LXxcdV0nvjMtgKp0MojuaroM60xYB8Z78ZTog6c515B1ylXey+ARe3/0tqFNCy0RjrkdvgOwhH0TeiB2A1uMBNGx9Ta+FZiP34mrIrQR39cECSUzqZYYIcR0mjJtmFwmHUvdenLjwmnUl7Eh05+LP40fjvoGTACYN1Rc6CecGhM7lw2lt+AA7Fg4fOespXgYO0j3pvnXmh3rY+/52+vrXtRSd841rQJ/WV1JVX9eNj14DnjeHnJVw8DBeAnX8A2ynfXwXN+cWUPQUOjNl6i7Jt1I9nCOe+1V0NT4AB/wkvw31QRIoFjDfnwRXgfVbJGZzsry44boTNUGVjlvOToPpV5FvbjXApKE7VLZ6UkpWlDGHH+96pV93/4TSsujGA8MeF51Xw6njuO3soKTth/UTnJQOeqONFlKsBW0SlfdVyDLh9NBkth4AzBqnXKkOGe52+DOeHDGcMUq9Vhgz3On0Zzg8ZzhikXqsMGe51+jKcHzKcMUi9Vhky3Ov0ZTg/ZDhjkHqtMmS41+nLcH7IcMYg9VplOWY4/Md88cEtHbDOVg5Xx9jpsM9Yx52JeAcw1ontTXRdcm9pFz3vBveHdNJN6YPVRhrnivtMlruZ5g7DFxBuXLut8j7sA/d43Yr5CIpJsYAJ7DN2/27Bsw1gwAb3I8wLOp+g4w6+nw/6HddOyszqWDg/Qv2bXFwH4+1SyhyUYtI1YLc85wXn/ORAagWdPVRKUqh3AJwtdTLeWq2rbCoP76cm3bjeLG6ELjZim03XJujyJqXF6rtmeDvGNzMN/ajEAZi2rKOD67t00jVgN7+3dnFgqdsu5XRc6tiS/eUGvBTTNengBIVZPuYG7LcYPjdluYk++bTw++pGyQ34bSy9B35Vs5zEYGfgJfg+x7H/ADoy2VfnrtXoAAAAAElFTkSuQmCC')}.x-tab .x-button-icon.maps,.x-button .x-button-icon.x-icon-mask.maps{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAADl0lEQVRoBe2b24tNURzHjfutXEPycDAltwhJbuMSJUqSB/HiES/+AK9ePc6T8uCFkImQW5KGkdwSxYyMGkZu45bbDOPzyZyTrJnjnDkGrVm/+szas2bv397f33ftPS+/Vdba2toj5igj0NcfRkG/3qWIJdcIrs/AO6gDq7cKPkOjUNAmxr8ePJsix8NUWAvLoapowSQawIUzYCZUwAqohF3QAjtgGTyCy5x/nfEu1MNDCmAxuiS4Vy8ST4DZMB9WwiTIRUGC26q1gKtWwyyYBsPB5aLIL5CNTxzotDeWTeA5DUKuO4xXoQbxHpcUbSIzJFkDi0EzdLYnBNGuYJJ4ch+YAhvB5TAORsKvib4x97vwPpk2FjJuhibu85zxAlyCangBLRQib06u68t5vk4uVYVqgO+oqy9v5ASTRLd0LQNLYB24bAfBnw5zikX0HtuhGW5ANY9ylvEBvIY3FOArcz7rWHCpboBFMAxyGjguKIZy1jzYCqfAD5BLslB8J3dCP/AdOgo+fKHXd3Sebh+EctCMieBK6Oj8QuYrXZ7roQr88PiSD4b/IVyyfhB9jQy/uppTUijYhANLytJ1F/sxzL7POpg97vQdFfwVTNYtQsHdKpLg2O1ODieHI6tAWtKRGRrISQ4HJYlsIjkcmaGBnORwUJLIJpLDkRkayEkOByWJbCI5HJmhgZzkcFCSyCaSw5EZGshJDgcliWwiORyZoYGc5HBQksgmksORGRrISQ4HJYlsIjkcmaGBnORwUJLIJpLDkRkayEkOByWJbKLbOVx0r3E7httIbttwNvzddt//JWxIfQynYX8pgu2TbgBbjw9Ds53sNHJv49gOehu5bUe2DfjXojDVpWG/9iu4CEegBp7xfO+LFfyGC5+AiQ7BFXj/c8s+xw+Z24PwvYwKnQxLoQLccGEB7Hsu9t5ckjcU2QjuozgA5+Apz9PCmItCbvqWs2vhJpwBl8ZrEuVtOebPtiWLbf2ymyL0ZVT8XJgDbgHIgFsPOhPmr4d7oAnHue9txg6jI8EfueIaHIOrcAuafieSc/IG19vw7TYD6UEBbE4vhwxMB7cizIYhYPT6MeR+WjBFPoCToEgF1hb6bD8LNpHLwT0L56EOGkhUchc6edoNcruvQWoQ7/6GMTAa3E2zACxGNjRhH9wHV4zP9oGxqCjj7C0wA06Ay/YliRT/T4MCuGnEfQ4feJ5mfvdfaG+OXSWdju+VpAoIK3D9tAAAAABJRU5ErkJggg==')}.x-tab .x-button-icon.locate,.x-button .x-button-icon.x-icon-mask.locate{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.home,.x-button .x-button-icon.x-icon-mask.home{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAEK0lEQVRoBe2Zy28NURzHe/vwqEepYkFIQzxWaCOC2HhELEgQImhXIrqyIEXikVQi+gdIwx9AItg1NiJELMSGhKQbobY2VY9Srfp8m5lmTO/cOXN7Zu656f0ln8zMnTNnft/z+505j5sbGxurmk5WPZ3ESuu0E1xbigjncrka3jsbftClIvsU5RZ65aLK5Lj/C75SzSjHWCuJYLxqhPXwBgYhylq4sRaixChDP8EzGIJ4UwNnCR6tgFswANegKer93LsLim4herm/JKqO8O+ZRdhL42acOwunYAacg2Hu3ePYj3Ph1A1fU2ySmZSZeCiTjxaC1LAboRs6QGJl8+AKXIU1kLqlHmHEqlFboQv2gD40QdPHqx3qKdtJkD8Hb9o+TzXCXmT1cboB+cT6evTVPgIXeWYl6DoVSy3COF2Hx0rjTthp4L0a/4xXrofn33OeqH8avKMqFcE4O4uXb4ULsNfEEa+M0v00LIIuCKc/P03NrAtGrD5Iiuh10Dia1JTOR0EZsjjpw3HlrQpGbD0v3AzFig36e4CLkeAPNs6tCUbsHBxS+mpsLSayYT2KtLBqVgQjdgFe7QP1u9VWPbRc2ZQFe2LV5zSBWG7ZP+vVTUkwYhvx6DicB+fFqvWKFuyJ1QxJ00It48rCNNgnNi+N23hQaVw2YiU0cYQRq9Q9CJdBKV1q02zMeEaWSDBil1L5JTgBDeCCzcUJ8cXImfACOeqayjbBffgDfqu6cPyJP3dgVZTvwd9jdzuoSFmgicRDGAYXRIZ9+I5fPbA6KC7feUHBVKD5rJZ1EutaZMOiv+HjbWjJJ9T/LVIwDyqyh+ApuC7WFy/RCk4r5HyRwWNewRSW2N3wGv6CX2E5HBWcB9AaFOqfTxJMQa1lNewosqNQDiLDPmqv+hFsgzpfrI7/CeamVjwnQZEtV7G+eEX6MeyHGl/0hGB+1MJdYt+B/1C5H9UdX8J2qJ6IMBfz4Ri8hXIXGfZfmdoLWr5W1zJ7ktg2aId18BuiTHNvDVUumQSNxDikLSdtBzdok0yCD8MyiLNmCqhxXBL9An+egNI3yqRT9z+O92FO/O2UuOMuymoqF06bUl53489MQw21Gm8lWmkRa6R/oVaMfT6lAmrsUVMNRa2HU3I8k2orgjNp5hK+ZLwPp/x+fR+0ONfMp9BfJ+qLmulpyze1zMtC8AACbkI/xAneQZkO0JiZimUheAjPn0MfxAnWVo3RiEG5oiwLwXJsmGFDK5iCxrCnGZNSOzVLra+EPDZ9T6EMCFVZ3KWpI8XV7uBTFcEOBsWqS5UIW21OByurRNjBoFh1qRJhq83pYGWVCDsYFKsuVSJstTkdrGz8L0VTv1i+NVF2CyTJDC0LX7E8HIx7D/Vrb3wDaLvY1D5QsI/6jXZUEwk29cDlckki5bIOY9+mneB/GfbU3e4Ey5kAAAAASUVORK5CYII=')}.x-button.x-button-action,.x-toolbar .x-button.x-button-action,.x-button.x-button-action-round,.x-toolbar .x-button.x-button-action-round,.x-button.x-button-action-small,.x-toolbar .x-button.x-button-action-small{border:0.1em solid #994d00;border-top-color:#b35a00;color:white;text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0;-webkit-box-shadow:rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-button.x-button-action.x-button-back:before,.x-button.x-button-action.x-button-forward:before,.x-toolbar .x-button.x-button-action.x-button-back:before,.x-toolbar .x-button.x-button-action.x-button-forward:before,.x-button.x-button-action-round.x-button-back:before,.x-button.x-button-action-round.x-button-forward:before,.x-toolbar .x-button.x-button-action-round.x-button-back:before,.x-toolbar .x-button.x-button-action-round.x-button-forward:before,.x-button.x-button-action-small.x-button-back:before,.x-button.x-button-action-small.x-button-forward:before,.x-toolbar .x-button.x-button-action-small.x-button-back:before,.x-toolbar .x-button.x-button-action-small.x-button-forward:before{background:#994d00}.x-button.x-button-action,.x-button.x-button-action.x-button-back:after,.x-button.x-button-action.x-button-forward:after,.x-toolbar .x-button.x-button-action,.x-toolbar .x-button.x-button-action.x-button-back:after,.x-toolbar .x-button.x-button-action.x-button-forward:after,.x-button.x-button-action-round,.x-button.x-button-action-round.x-button-back:after,.x-button.x-button-action-round.x-button-forward:after,.x-toolbar .x-button.x-button-action-round,.x-toolbar .x-button.x-button-action-round.x-button-back:after,.x-toolbar .x-button.x-button-action-round.x-button-forward:after,.x-button.x-button-action-small,.x-button.x-button-action-small.x-button-back:after,.x-button.x-button-action-small.x-button-forward:after,.x-toolbar .x-button.x-button-action-small,.x-toolbar .x-button.x-button-action-small.x-button-back:after,.x-toolbar .x-button.x-button-action-small.x-button-forward:after{background-color:#ff8100;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffcd99), color-stop(2%, #ffa74d), color-stop(30%, #ff9529), color-stop(65%, #ff8100), color-stop(100%, #cc6700));background-image:-webkit-linear-gradient(#ffcd99,#ffa74d 2%,#ff9529 30%,#ff8100 65%,#cc6700);background-image:linear-gradient(#ffcd99,#ffa74d 2%,#ff9529 30%,#ff8100 65%,#cc6700)}.x-button.x-button-action .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-action .x-button-icon.x-icon-mask,.x-button.x-button-action-round .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-action-round .x-button-icon.x-icon-mask,.x-button.x-button-action-small .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-action-small .x-button-icon.x-icon-mask{background-color:white;background-image:none}.x-button.x-button-action.x-button-pressed,.x-button.x-button-action.x-button-active,.x-toolbar .x-button.x-button-action.x-button-pressed,.x-toolbar .x-button.x-button-action.x-button-active,.x-button.x-button-action-round.x-button-pressed,.x-button.x-button-action-round.x-button-active,.x-toolbar .x-button.x-button-action-round.x-button-pressed,.x-toolbar .x-button.x-button-action-round.x-button-active,.x-button.x-button-action-small.x-button-pressed,.x-button.x-button-action-small.x-button-active,.x-toolbar .x-button.x-button-action-small.x-button-pressed,.x-toolbar .x-button.x-button-action-small.x-button-active{-webkit-box-shadow:inset #b35a00 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-button.x-button-action.x-button-pressed,.x-button.x-button-action.x-button-pressed:after,.x-button.x-button-action.x-button-active,.x-button.x-button-action.x-button-active:after,.x-toolbar .x-button.x-button-action.x-button-pressed,.x-toolbar .x-button.x-button-action.x-button-pressed:after,.x-toolbar .x-button.x-button-action.x-button-active,.x-toolbar .x-button.x-button-action.x-button-active:after,.x-button.x-button-action-round.x-button-pressed,.x-button.x-button-action-round.x-button-pressed:after,.x-button.x-button-action-round.x-button-active,.x-button.x-button-action-round.x-button-active:after,.x-toolbar .x-button.x-button-action-round.x-button-pressed,.x-toolbar .x-button.x-button-action-round.x-button-pressed:after,.x-toolbar .x-button.x-button-action-round.x-button-active,.x-toolbar .x-button.x-button-action-round.x-button-active:after,.x-button.x-button-action-small.x-button-pressed,.x-button.x-button-action-small.x-button-pressed:after,.x-button.x-button-action-small.x-button-active,.x-button.x-button-action-small.x-button-active:after,.x-toolbar .x-button.x-button-action-small.x-button-pressed,.x-toolbar .x-button.x-button-action-small.x-button-pressed:after,.x-toolbar .x-button.x-button-action-small.x-button-active,.x-toolbar .x-button.x-button-action-small.x-button-active:after{background-color:#db6f00;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a85500), color-stop(10%, #c26200), color-stop(65%, #db6f00), color-stop(100%, #de7000));background-image:-webkit-linear-gradient(#a85500,#c26200 10%,#db6f00 65%,#de7000);background-image:linear-gradient(#a85500,#c26200 10%,#db6f00 65%,#de7000)}.x-button.x-button-confirm,.x-toolbar .x-button.x-button-confirm,.x-button.x-button-confirm-round,.x-toolbar .x-button.x-button-confirm-round,.x-button.x-button-confirm-small,.x-toolbar .x-button.x-button-confirm-small{border:0.1em solid #263501;border-top-color:#374e02;color:white;text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0;-webkit-box-shadow:rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-button.x-button-confirm.x-button-back:before,.x-button.x-button-confirm.x-button-forward:before,.x-toolbar .x-button.x-button-confirm.x-button-back:before,.x-toolbar .x-button.x-button-confirm.x-button-forward:before,.x-button.x-button-confirm-round.x-button-back:before,.x-button.x-button-confirm-round.x-button-forward:before,.x-toolbar .x-button.x-button-confirm-round.x-button-back:before,.x-toolbar .x-button.x-button-confirm-round.x-button-forward:before,.x-button.x-button-confirm-small.x-button-back:before,.x-button.x-button-confirm-small.x-button-forward:before,.x-toolbar .x-button.x-button-confirm-small.x-button-back:before,.x-toolbar .x-button.x-button-confirm-small.x-button-forward:before{background:#263501}.x-button.x-button-confirm,.x-button.x-button-confirm.x-button-back:after,.x-button.x-button-confirm.x-button-forward:after,.x-toolbar .x-button.x-button-confirm,.x-toolbar .x-button.x-button-confirm.x-button-back:after,.x-toolbar .x-button.x-button-confirm.x-button-forward:after,.x-button.x-button-confirm-round,.x-button.x-button-confirm-round.x-button-back:after,.x-button.x-button-confirm-round.x-button-forward:after,.x-toolbar .x-button.x-button-confirm-round,.x-toolbar .x-button.x-button-confirm-round.x-button-back:after,.x-toolbar .x-button.x-button-confirm-round.x-button-forward:after,.x-button.x-button-confirm-small,.x-button.x-button-confirm-small.x-button-back:after,.x-button.x-button-confirm-small.x-button-forward:after,.x-toolbar .x-button.x-button-confirm-small,.x-toolbar .x-button.x-button-confirm-small.x-button-back:after,.x-toolbar .x-button.x-button-confirm-small.x-button-forward:after{background-color:#6c9804;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c2fa3b), color-stop(2%, #a2e306), color-stop(30%, #89c005), color-stop(65%, #6c9804), color-stop(100%, #496603));background-image:-webkit-linear-gradient(#c2fa3b,#a2e306 2%,#89c005 30%,#6c9804 65%,#496603);background-image:linear-gradient(#c2fa3b,#a2e306 2%,#89c005 30%,#6c9804 65%,#496603)}.x-button.x-button-confirm .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-confirm .x-button-icon.x-icon-mask,.x-button.x-button-confirm-round .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-confirm-round .x-button-icon.x-icon-mask,.x-button.x-button-confirm-small .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-confirm-small .x-button-icon.x-icon-mask{background-color:white;background-image:none}.x-button.x-button-confirm.x-button-pressed,.x-button.x-button-confirm.x-button-active,.x-toolbar .x-button.x-button-confirm.x-button-pressed,.x-toolbar .x-button.x-button-confirm.x-button-active,.x-button.x-button-confirm-round.x-button-pressed,.x-button.x-button-confirm-round.x-button-active,.x-toolbar .x-button.x-button-confirm-round.x-button-pressed,.x-toolbar .x-button.x-button-confirm-round.x-button-active,.x-button.x-button-confirm-small.x-button-pressed,.x-button.x-button-confirm-small.x-button-active,.x-toolbar .x-button.x-button-confirm-small.x-button-pressed,.x-toolbar .x-button.x-button-confirm-small.x-button-active{-webkit-box-shadow:inset #384f00 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-button.x-button-confirm.x-button-pressed,.x-button.x-button-confirm.x-button-pressed:after,.x-button.x-button-confirm.x-button-active,.x-button.x-button-confirm.x-button-active:after,.x-toolbar .x-button.x-button-confirm.x-button-pressed,.x-toolbar .x-button.x-button-confirm.x-button-pressed:after,.x-toolbar .x-button.x-button-confirm.x-button-active,.x-toolbar .x-button.x-button-confirm.x-button-active:after,.x-button.x-button-confirm-round.x-button-pressed,.x-button.x-button-confirm-round.x-button-pressed:after,.x-button.x-button-confirm-round.x-button-active,.x-button.x-button-confirm-round.x-button-active:after,.x-toolbar .x-button.x-button-confirm-round.x-button-pressed,.x-toolbar .x-button.x-button-confirm-round.x-button-pressed:after,.x-toolbar .x-button.x-button-confirm-round.x-button-active,.x-toolbar .x-button.x-button-confirm-round.x-button-active:after,.x-button.x-button-confirm-small.x-button-pressed,.x-button.x-button-confirm-small.x-button-pressed:after,.x-button.x-button-confirm-small.x-button-active,.x-button.x-button-confirm-small.x-button-active:after,.x-toolbar .x-button.x-button-confirm-small.x-button-pressed,.x-toolbar .x-button.x-button-confirm-small.x-button-pressed:after,.x-toolbar .x-button.x-button-confirm-small.x-button-active,.x-toolbar .x-button.x-button-confirm-small.x-button-active:after{background-color:#547503;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #304402), color-stop(10%, #425c02), color-stop(65%, #547503), color-stop(100%, #557803));background-image:-webkit-linear-gradient(#304402,#425c02 10%,#547503 65%,#557803);background-image:linear-gradient(#304402,#425c02 10%,#547503 65%,#557803)}.x-button.x-button-decline,.x-toolbar .x-button.x-button-decline,.x-button.x-button-decline-round,.x-toolbar .x-button.x-button-decline-round,.x-button.x-button-decline-small,.x-toolbar .x-button.x-button-decline-small{border:0.1em solid #630303;border-top-color:#7c0303;color:white;text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0;-webkit-box-shadow:rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-button.x-button-decline.x-button-back:before,.x-button.x-button-decline.x-button-forward:before,.x-toolbar .x-button.x-button-decline.x-button-back:before,.x-toolbar .x-button.x-button-decline.x-button-forward:before,.x-button.x-button-decline-round.x-button-back:before,.x-button.x-button-decline-round.x-button-forward:before,.x-toolbar .x-button.x-button-decline-round.x-button-back:before,.x-toolbar .x-button.x-button-decline-round.x-button-forward:before,.x-button.x-button-decline-small.x-button-back:before,.x-button.x-button-decline-small.x-button-forward:before,.x-toolbar .x-button.x-button-decline-small.x-button-back:before,.x-toolbar .x-button.x-button-decline-small.x-button-forward:before{background:#630303}.x-button.x-button-decline,.x-button.x-button-decline.x-button-back:after,.x-button.x-button-decline.x-button-forward:after,.x-toolbar .x-button.x-button-decline,.x-toolbar .x-button.x-button-decline.x-button-back:after,.x-toolbar .x-button.x-button-decline.x-button-forward:after,.x-button.x-button-decline-round,.x-button.x-button-decline-round.x-button-back:after,.x-button.x-button-decline-round.x-button-forward:after,.x-toolbar .x-button.x-button-decline-round,.x-toolbar .x-button.x-button-decline-round.x-button-back:after,.x-toolbar .x-button.x-button-decline-round.x-button-forward:after,.x-button.x-button-decline-small,.x-button.x-button-decline-small.x-button-back:after,.x-button.x-button-decline-small.x-button-forward:after,.x-toolbar .x-button.x-button-decline-small,.x-toolbar .x-button.x-button-decline-small.x-button-back:after,.x-toolbar .x-button.x-button-decline-small.x-button-forward:after{background-color:#c70505;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fb6a6a), color-stop(2%, #f91f1f), color-stop(30%, #ef0606), color-stop(65%, #c70505), color-stop(100%, #950404));background-image:-webkit-linear-gradient(#fb6a6a,#f91f1f 2%,#ef0606 30%,#c70505 65%,#950404);background-image:linear-gradient(#fb6a6a,#f91f1f 2%,#ef0606 30%,#c70505 65%,#950404)}.x-button.x-button-decline .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-decline .x-button-icon.x-icon-mask,.x-button.x-button-decline-round .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-decline-round .x-button-icon.x-icon-mask,.x-button.x-button-decline-small .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-decline-small .x-button-icon.x-icon-mask{background-color:white;background-image:none}.x-button.x-button-decline.x-button-pressed,.x-button.x-button-decline.x-button-active,.x-toolbar .x-button.x-button-decline.x-button-pressed,.x-toolbar .x-button.x-button-decline.x-button-active,.x-button.x-button-decline-round.x-button-pressed,.x-button.x-button-decline-round.x-button-active,.x-toolbar .x-button.x-button-decline-round.x-button-pressed,.x-toolbar .x-button.x-button-decline-round.x-button-active,.x-button.x-button-decline-small.x-button-pressed,.x-button.x-button-decline-small.x-button-active,.x-toolbar .x-button.x-button-decline-small.x-button-pressed,.x-toolbar .x-button.x-button-decline-small.x-button-active{-webkit-box-shadow:inset maroon 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-button.x-button-decline.x-button-pressed,.x-button.x-button-decline.x-button-pressed:after,.x-button.x-button-decline.x-button-active,.x-button.x-button-decline.x-button-active:after,.x-toolbar .x-button.x-button-decline.x-button-pressed,.x-toolbar .x-button.x-button-decline.x-button-pressed:after,.x-toolbar .x-button.x-button-decline.x-button-active,.x-toolbar .x-button.x-button-decline.x-button-active:after,.x-button.x-button-decline-round.x-button-pressed,.x-button.x-button-decline-round.x-button-pressed:after,.x-button.x-button-decline-round.x-button-active,.x-button.x-button-decline-round.x-button-active:after,.x-toolbar .x-button.x-button-decline-round.x-button-pressed,.x-toolbar .x-button.x-button-decline-round.x-button-pressed:after,.x-toolbar .x-button.x-button-decline-round.x-button-active,.x-toolbar .x-button.x-button-decline-round.x-button-active:after,.x-button.x-button-decline-small.x-button-pressed,.x-button.x-button-decline-small.x-button-pressed:after,.x-button.x-button-decline-small.x-button-active,.x-button.x-button-decline-small.x-button-active:after,.x-toolbar .x-button.x-button-decline-small.x-button-pressed,.x-toolbar .x-button.x-button-decline-small.x-button-pressed:after,.x-toolbar .x-button.x-button-decline-small.x-button-active,.x-toolbar .x-button.x-button-decline-small.x-button-active:after{background-color:#a40404;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #720303), color-stop(10%, #8b0404), color-stop(65%, #a40404), color-stop(100%, #a70404));background-image:-webkit-linear-gradient(#720303,#8b0404 10%,#a40404 65%,#a70404);background-image:linear-gradient(#720303,#8b0404 10%,#a40404 65%,#a70404)}.x-sheet{padding:0.7em;border-top:1px solid black;height:auto;background-color:rgba(0, 0, 0, 0.9);background-image:none;-webkit-border-radius:0;border-radius:0}.x-sheet-inner > .x-button{margin-bottom:0.5em}.x-sheet-inner > .x-button:last-child{margin-bottom:0}.x-sheet.x-picker{padding:0}.x-sheet.x-picker .x-sheet-inner{position:relative;background-color:#fff;-webkit-border-radius:0.4em;border-radius:0.4em;-webkit-background-clip:padding;background-clip:padding-box;overflow:hidden;margin:0.7em}.x-sheet.x-picker .x-sheet-inner:before,.x-sheet.x-picker .x-sheet-inner:after{z-index:1;content:"";position:absolute;width:100%;height:30%;top:0;left:0}.x-sheet.x-picker .x-sheet-inner:before{top:auto;-webkit-border-bottom-left-radius:0.4em;border-bottom-left-radius:0.4em;-webkit-border-bottom-right-radius:0.4em;border-bottom-right-radius:0.4em;bottom:0;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #bbbbbb));background-image:-webkit-linear-gradient(#ffffff,#bbbbbb);background-image:linear-gradient(#ffffff,#bbbbbb)}.x-sheet.x-picker .x-sheet-inner:after{-webkit-border-top-left-radius:0.4em;border-top-left-radius:0.4em;-webkit-border-top-right-radius:0.4em;border-top-right-radius:0.4em;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bbbbbb), color-stop(100%, #ffffff));background-image:-webkit-linear-gradient(#bbbbbb,#ffffff);background-image:linear-gradient(#bbbbbb,#ffffff)}.x-sheet.x-picker .x-sheet-inner .x-picker-slot .x-body{border-left:1px solid #999999;border-right:1px solid #ACACAC}.x-sheet.x-picker .x-sheet-inner .x-picker-slot:first-child .x-body{border-left:0}.x-sheet.x-picker .x-sheet-inner .x-picker-slot:last-child .x-body{border-left:0;border-right:0}.x-picker-slot .x-scroll-view{z-index:2;position:relative;-webkit-box-shadow:rgba(0, 0, 0, 0.4) -1px 0 1px}.x-picker-slot .x-scroll-view:first-child{-webkit-box-shadow:none}.x-picker-mask{position:absolute;top:0;left:0;right:0;bottom:0;z-index:3;display:-webkit-box;display:box;-webkit-box-align:stretch;box-align:stretch;-webkit-box-orient:vertical;box-orient:vertical;-webkit-box-pack:center;box-pack:center;pointer-events:none}.x-picker-bar{border-top:0.12em solid #ff8100;border-bottom:0.12em solid #ff8100;height:2.5em;background-color:rgba(242, 129, 13, 0.3);background-image:none;-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 0.2em 0.2em}.x-picker-slot-title{position:relative;z-index:2;background-color:#463939;background-image:none;border-top:1px solid #463939;border-bottom:1px solid #0e0b0b;-webkit-box-shadow:0px 0.1em 0.3em rgba(0, 0, 0, 0.3);padding:0.2em 1.02em}.x-picker-slot-title > div{font-weight:bold;font-size:0.8em;color:black;text-shadow:rgba(255, 255, 255, 0.25) 0 0.08em 0}.x-picker-slot .x-dataview-inner{width:100%}.x-picker-slot .x-dataview-item{vertical-align:middle;height:2.5em;line-height:2.5em;font-weight:bold;padding:0 10px}.x-picker-slot .x-picker-item{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.x-picker-right{text-align:right}.x-picker-center{text-align:center}.x-picker-left{text-align:left}.x-tabbar.x-docked-top{border-bottom:.1em solid;height:2.6em;padding:0 .8em}.x-tabbar.x-docked-top .x-tab{padding:0.4em 0.8em;height:1.8em;-webkit-border-radius:0.9em;border-radius:0.9em}.x-tabbar.x-docked-top .x-tab-active{-webkit-box-shadow:rgba(255, 255, 255, 0.2) 0 0.1em 0.1em, inset rgba(0, 0, 0, 0.3) 0 0.1em 0.2em}.x-tabbar.x-docked-top .x-button-label,.x-tabbar.x-docked-top .x-hasbadge .x-badge,.x-hasbadge .x-tabbar.x-docked-top .x-badge{font-size:.8em;line-height:1.2em;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}.x-tabbar.x-docked-bottom{border-top:.1em solid;height:3em;padding:0}.x-tabbar.x-docked-bottom .x-tab{-webkit-border-radius:0.25em;border-radius:0.25em;min-width:3.3em;position:relative;padding-top:.2em}.x-tabbar.x-docked-bottom .x-tab .x-button-icon{-webkit-mask-size:1.65em;width:1.65em;height:1.65em;display:block;margin:0 auto;position:relative}.x-tabbar.x-docked-bottom .x-tab .x-button-label,.x-tabbar.x-docked-bottom .x-tab .x-hasbadge .x-badge,.x-hasbadge .x-tabbar.x-docked-bottom .x-tab .x-badge{margin:0;padding:.1em 0 .2em 0;font-size:9px;line-height:12px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}.x-tabbar.x-docked-bottom .x-tab-active{-webkit-box-shadow:inset rgba(255, 255, 255, 0.3) 0 0 0.1em}.x-tab .x-button-icon.bookmarks,.x-button .x-button-icon.x-icon-mask.bookmarks{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.download,.x-button .x-button-icon.x-icon-mask.download{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.favorites,.x-button .x-button-icon.x-icon-mask.favorites{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFfUlEQVRoBd2aXahVRRTHz/Ujv+2mZRGZB7W6mtpFikC7+UWUZiqBD0JPFdRL1EMFPfjoU4baS0FUD/UWZBEVShA+BCpmWApRSkgllNpDmZWZt9//eOay72afvWfWOTPn3rvgz8yeWbPW+s/XmT379AwODtZSSQ+CryVgA/gVfIx/pelEhFMBVlvBOaBeFo6Cean8y09KsnMg932TqCOs9M2UhMfhMJVsxtHcAmcbmekLCsqjFKUkvAYG1xSwmEHZqoLyKEVJCDOCNxH9HUCbVl6mULAuXxjrOQlhgl8Bbi0h0Uen3FBS37GqVIQHiHh2SdR16jTlo0t0woycpuxiUDSdHcFeMv3uIWYanTDB3wIWVZBQHP10zuQKvbarUxDWT1HRz1E++Ds99fLtgp6jEmbExhPNcs+IbkZPiCpRCRP5TPCQJ4MJ6A3QSUqjSWzC2ozuC4j+fnSnB+gHq8YmvJKIJgVEpRPX9QH6waqxCa8PjEhHT981H2j6qno0wqzF63BhOUxsom3Zb7aJqGsUjTAONFJlpysXQz7VuXpavrBTzzEJaz1adlzNjHs6RTBvJyZhjZTF/kTaWZZCnlvhsyWgQkPZQpagzsX1bFlAXjGtDdAPUu1p3PPQhCCXkdwG/mta0PWLds060AuAnqtEOjpdbQR3VymX1P9F3UfgGJA9X9F92c/ADaQ2P8V0DJ4/kDbeYKaSvgI2AN0+OGJK1VAbSIhTOXEOybYll2kte77yD4rqrHyb85S9Cl4HtReAyI11/A7HpRq5PSD6oR0f3Rad+H7S1DvV7UgS+tc1cU3n3V/AWJ/SX8BxVuMinow2rNNjlPQVeH0GFg378kDBfLAPXARjZbTPwmUXmOG+bgz71EKFfqKeAUWfREZbJxyCxyOOqEuHER4qrNUWovwy0CFktBHV4eNZMNvxyaaFhKWAaBt/HJwEo4W0luSKLMF8viVhp4iBeeBd8CcYqcQ1qi+CKS7uVmklYdcQY0+C42Ckkf6EmO51cVal3oRlCFkCdKgfCWtbo7obDO3AVWQbHHyUsjo40E6uq9cvQbdG+wN892fj8s0HjXDWKA51/t4JUo72H/jTDtybjSUkbyYsJ0gdfAtSjfTn+JoWQjCv2+57a4M1QaQSvZvrMsIs7RJejGcdUlLJUhzpZsYsZsJcCen6ZwCE3IaYA2021OfUdU3fJltmwni7Fvh+KDMF16KR3ux0lWuSdgjPxeNdJq/tNdKNqJaSSUyEmVK6JNPomtqbIh3eSKNsEmvAarfJ5LEzjbbR59MtpqyEb8eZjpndkhtxvNri3Er4YZxpx+yW6Jdhi8V5MOHm+n0QZ9afo0u0fQO8A5S3iPaQ1cTSG9w4f/SqesZBH/gRWI6T+gyyxfkgvw2cMdrS+/lTzpZvGnyWxsnTwHLRd4R2a/OBqQyoztKBe/P2qp6DCBOUptKHhuA+pU1fq2Co0/F0L9CVaghxXTbWW9ktKg8lrFfCrwODeh/9wgu1bEDo6OT2Fvgb+JLWq+nQEsnaa5UPJbwKBxc8A9KXPG1O3u+u6E4F24GvD3XMDjCxFcF8uTdhjGpHfwn49L42lCeAdyDZwGi3HpwAPr6+Q29htn1ZPoSwfuz3ewShXVcBNz62lzkvq6O9DjZHgQ9p72kdQljvob9VBPAN9Q+UEQmpw5b+Sf8e0FotI/4a9ZN8bIcQXlnh9AD1y3ychuhgU0tpJyhb14epn+ljN+Sk9S9G1ct50d8SdgF9x9EO3lHB5hXwPEYfA8dbGD9LuWZBtfj0inSQWUDTKzu1dAB5Dkz2tdOOHn70LvwVyMag/FYwzse295Rukq5j+G1wEOib66PAy5FPMD46+NPmqTV7CpwGGvkJPm2l8z8GWDNDloqpGQAAAABJRU5ErkJggg==')}.x-tab .x-button-icon.info,.x-button .x-button-icon.x-icon-mask.info{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.more,.x-button .x-button-icon.x-icon-mask.more{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAADJ0lEQVRoBe2YS2sUQRSFp5MgvmLU+CAMiBJFDBHcCeoPEFciuHMjroMK4lZBcONG0JW60U1UEgRx59IXuNMoKEElKL7GRwyIqNHxO0N66FT3UNU9IHRNFXz0VNW5t+vW6RcT1ev1Sie1rk4qVrWGgn13PDgcHPZsB8Il7ZmhqXKCw6kt8WwgOOyZoalygsOpLfFsIDjsmaGpcoLDqS3xbCA47JmhqXKCw6kt8Wyg6XAURV2wEy7BM5iFtzAKu2BB0dqJ7YEtcBYmQblfwzjshUVt5O4mfhjOwwQodw3GYA8snpd77n9pFXMYvoP+qDaZZewcVKXPAzE64Qn4CmZe9f/AFSiSu4e4IzANrXJfZ24gXjO/KxEcg9+QFZQcU/CSONh2RKsraMQhr85xE/psOeN5tCr2APyA5Bqzfl9D06tYtX3wC7KE5pg2ZX98UtsR7XZo5ayZW/1DENnyzi18CO1nyMqTNXYcrTapcitHkBLJiZW2RaGRuxcg6+Stxu6i73fI3Y3uZM7cU+hXQeVvzsBP6Dc5LupxztzaiEGH3AvR3S+Qe4dc0D2cp/Uj1oPI1pR7g030n+erWlTe9pMA3cu2Jre+2ERtzBdZe01BL3Ke9Al6vQZsTbfKQ5vImH9PXxtqa3qVPbWJjHk94J6r4DPGhK17A8EHm4j7UAWP2nTG/GX6NWMs1SW3rrCroLeLaxtDqDdG4368zbHVkzM5Polus+2hEs+j7YNxx9zv0FkfhoncvegvOuZ+iW6rYhtfTXTWgV7OyeLM3w+Y3xaf0PVIzAqwFf0IzW7XnLGOmLUg58y1JvsTzA83Y5o/eLcyMQISJAN0z56G9bE275HYNXAU7kAy9xv6p2Bj3pyxntjVcBDuQTL3FH19Dg/FWh0bXzUMNhsf23JkOQzCK9B1P4NY39OFG3kjgpeB8g/AR/gG0+3mJkeF9Lp9lkIVZkDfC1r3vPs8VTAir1uRd1mpNyQUXGr7HBYfHHbYpFJLgsOlts9h8cFhh00qtSQ4XGr7HBYfHHbYpFJLgsOlts9h8cFhh00qtSQ4XGr7HBYfHHbYpFJLOs7hf5j4Vg3iLoGkAAAAAElFTkSuQmCC')}.x-tab .x-button-icon.time,.x-button .x-button-icon.x-icon-mask.time{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAIPElEQVRoBdWae4gVVRzH97qr66vyhWbmurY+MA111dRMkLIXRuhG/pMVSUKGBGYPMTLDR0iaJBFUlIp/FJJlpWJS6vrAlCwTe1iaippSZipmPjL7fC/3XGbnzjkzc3fudTvwYWbO73d+jzlnzjkz96YuX75cUqiSSqWaYVs0hvZQBY3AW/7gYg/8A+fgPDFd5FiQkko6YZJUYj2hNwyDAXADlIOrHEO4A3bDVvgZ9hLfBY6JlUQSJkn14CAYAiNgFPh7kqpY5SDay2EjbCfxo7Fa25TVw/UBuw/BWvgT9HwUgl3YnQXX1ydWtc0rWRyr9zRcV8FpKESSfpuX8LMXnoDm+SYeO2GcXQfz4Cz4gyrGtSa3TaDHp1HcxGMljIN+sAGKkViYj+PEMRkax0k6csIYfgoOQVggxZa/R0ydoiYdaZZmFp6C0ZmgNTVu0YSzBQ6A1tuTYEqKk5ugA/SFkdAU4pbVNHiYpLWmu4vrztBSy83TcAai9pyeba2lz0E1tIFysD5vyMrgKugIY0GToW5MVJ/SWwltXPlIZh3SNNbdV9B/QRTH59GrhQehSZhjl5z2pucXc/4rRPEvHfV0B6dtm5CGI+B3iOLse/SehVgTiM23tx6bGuafwb8QJRY909ZlK7CHadATtOZFcfAmel28QSZ9jn0914/AYQiLScvW45Cen/yx5CSMYhNYA2GGtdGfDS38Rm3X6GpO0PNsKLPpBtXTbij8BGGxaWQODrThr0RxEuguuYzqeZ0Opf72tmt09TKxHU57+JLz7rY2QfXo3wpRkt6MXs7QrtPDKHSDfeBKVpPYjKBgXHW0mQVBz+HzrnZBMuwo6b3gilNb0Yn+9v6E30UpKCiv4WnoBD4ffuPea9q8YrE91asX9Rxb2loeBG9s/nO9YlZ6bWZf4dhc9EB4B2hJsBXtYd/AgAzHLfm0cfnYhvBlUE/aSlcE473CdMIkqyTvhU5eoe9cE8E8cvXulHwqxbvM3PRFeFzn8FqKbDTpdTQ6pof1BlQDtt5V7yzDySemYUM4Eo8mz4WgFwlb0RJbbYQm4e5U6JmwFe125tiEV7KepLWlFJp7goqW2WH0spbEkkacqOJ+UPfbylIMK+mGWl4lsLOO4DR69Tynv1y04DhSF5aiDcY7FllDqdbLSq0jmB7IKiXXkNYDrXFuK+sRHLMJG0I9o09zzEeOWDQ3DWI0lyphPbuqsJU1CFzDxdau2PVfhMSpiaupEh7uiEyJfsUNtE0IjqZFF2mmdi1R+j6eTriLI7T9yLT+/h/KBYLUHttWtPSWqYevtWlQfxjOOORJiJIaPRcJ5pAjIC1LnZVwL4fSEWSFTvhqh//IoszEtSekQYUSdpUTCLUsFbI8wOw5HvRNq75Fb3LOEpawa/Z2Gg4Q2mxpjdQ6v4KkBwa0i1Nl85G1EZZwVjGBE/Mx0GbqNgQfkvQECA3cZiSkPqWEtQG3lQoEiTxj2FkCW8E1SXVG/josJecqjnGLNlGuck4Jf+PQaIcsn4/vOSaZVLTE3Q0LwLVz095en3rXknQNlHMeWtBTLl1DFHdIri2ZtmZBaFnqo51bkmBT79660UE+vXV6DOZCVZh/dJrDUvC2956fRtYeSmaAV+A/vy/MWT5yfGr4PQNa9vw+/df6VDMRrB8NkWk0/gL+tuZ6G7JroOQeh5KU50Csz6lRbwB2NQyHwhYI+1Kqbe770D7IPvXaOmp+MAn6j5pDmkH6hywZ8yuY653I2gY5SaoO+y1hKujHMOPXdnwJnZwOoG52SNsJildFzlaCzYHqRyWVnMsOfsaAetsVyzTkdX674lrP7z5HO80F/U3CGlb6G4HLSS3ynLvqCj5fGX5ag37o/g38MX1HXc6Qzui7HolPTbv07MtFPzgKfgfm+m9kY/JNIp92+BsCmmhMDJrcJvltUaeXn689ekbfe3wSefrnWpOw9rHa3nmV/OebkLf2OyzkNf606XkNDsLbkPPrJHUa4hfAH6+51kipNnFm11cqtTa6Gko20zRsCEfiuREOgEku6LgKeXY58yasRTlsaGgjkr1bVzJp4tDHx8UQlKSp0+ozzhtnNmFVUh6DsI3At+hUeo0U+xz/KVgIJjHbcTU6dR4Df8Lat34cwdAGdDoWO9FMp5Tiezq4Hj/dAHVceinyxlkn4YxB7ViibADWo1fUnsafOmQW6KOErVdN/Yvo5PzKmZNwJmmtg6ah66gXgAHeO1ioc/y0g7kR49qIXqugWGwJl9EgyjOim6GJbCaE/mUoKIAoddgeDdvBdfONTDuuXja7gQlLmdIKwrZ5xol2ObqrYyC7BNicRq3HVm9YBPpUbHy5jifQe9Rl35pwJunBGNgV0ZkC0Z5V29BR0AHKXc79MvS1zdVmoy/Mg+PgStAr0yQ1BZw3PP1Qo2QtfEnQJLYY+liVggVHqF4O60DDXjsezax6ETf7Xo0iTUQ6toZb4Ha4E+IUbX1f4AbOD2sUmrAMkLR6egHo3TWfcopGO0G9oG2ieR2t4lw92g0qIZ+iz0XzSVYjIrz4h5XtGkvqgagTmXeoFfJcb0+B/8ey5mETBNVjvClMhjjPViES1s8qy6AiKE5XnXPSCmqIE23rBsIK0PNYiIRcNn/E53jI6/08dsLem4DTcbADdMddQSYh0we6t6BeW9pIkxZOrIUJrS3Cm6EG7gJ9TE+qaFbXLP8BbOZm76mv4XonbAIg8ZacV0B/GAvDQRNdPkVfOvQe+znsJ1HXh/tY9hNL2OuV5PWu2hyqQZsIra/6FCO6gClapn6AU7AbtDfXxuUknCHRSxwTLf8Bgi31NJnvpzwAAAAASUVORK5CYII=')}.x-tab .x-button-icon.user,.x-button .x-button-icon.x-icon-mask.user{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAEWElEQVRoBe2aS0gVYRiGO1lmF8nQQlETutGFokAiqEV0ISKwgmrdMtzUpnW7drWKbFGbQAKpJIhuUGIUFUkW0T1Jq4V2U4ui7GLPexpDD+ecuX1jHqcPHseZ+f9vvnf++e8n0d/fPyZONjZOYqU1doLHRV3CiURCz5gMxTANJsJg+8XJJ+iBt9BHNdO1SCwRZR1GbAFRl8F8WAFLoRwGLME/ffAM7kETvIYPxPWDo7lFIhiheURaCVtgBywHXXOzbhJcggZoRvR7twy+76uELSEAtQsqySPwGdQN+KWDPHuh2DI2+TIVm3T455M9G0Bk6ktRvd4NBZaiTQUT3AQnSNW/VAFBzl/iZw0kq56FcOtuaQHB7QIv9ZVkrqZ2YA9Mck3pMYGZYKeh2sBz1SJb2mqcmfk0E0xQ6l9rwNoKcWjm11JwEYFVW6t1/K218mspeB5B5VsFluKnIuU88Kml4PGBo3DPqBGZiVkKNgvKRFkGJ5aCv2Z4xoi6bCm4DWUaXERhZhMJS8FfolDq+DSbRFgKjrIOa8poYpaCTQKK2sl/wSHfcFSNlll1sSzhn7ys3pAvLFP275lu+L1uKVhBPfYbgMf0zz2mc01mKfgbT7vi+kT/CeT3sv9s6XNYCtbg4CJ0pX9U4Kv3yXk3cO6UjGaCWX5Rg/UArqY8I8yp1qdPQ08YJ4Pzmgl2nCqwc2DVyKjunuddqkE0MVPBBKYSuQ7tJtEhFj9apDczU8FOVB0ctZiuHYUw9obMjbxErW2bmblgApTQengVIkq1B83QEsJH2qzmgp2n3ObYCEGndZ3krbcuXcUWiWACldCjoA0yv6a8J6HJb0Yv6SMRrAcj+gmHA+B3aneDPHXk/8jR3LR3a2rOfnAlTmfDVPDb6Khrq8bPDI5PoRPxZpMSk+1SgtOKpTa8l8BC0JaLmAkloA1xr/aOhJqEtINGWeqW7jjHXrQHbRdw4WxSJf8L8Aeh2m1QaWoBfiUsA61PTwGtUYeZ1qlP1zhan3YraBSnz/0mdAUVHqiEESoxKs0a2AxloJIMI5DsWU0vQH2z2oZToAnFI7+fu2/BiF3PgzbCKqgC1bXhNH3S6rba4BocR7TquifzLBih5XjcCSrROaAGKbJWHt9uJuGq67fgAki4zrNaVsGIzCP3dNgE20B1VJ+uro8UUz3Xr39UvxugCeEZl3UzCkZsBZn1+W6HRaB6qtZ4pJp2PtTna+58DFoR3sVxqHFxyM8euFsIW6EeXoDeoPrBXEEbAlpqqoN1kD9YY6rYxSQ4DGoE9KOSXBGZLk4NYB7CfigZEP1XMBfVEJ0BJUznIFevaSBzEEolOimYkyo4AfocclVYtrjViB0C9SzJEdE+jrn+CWcTrHvdUKuRUSm0gPrZ0W7tGjjMhTiIVWFWSbAGEnGxhAT/y+HhsL9oiVWFjo3FqnRVqrETrG5pFmiSEAuTYC3TFMVCLSIzTg9H6wuIXR2OneDfMJq1NmzzbS8AAAAASUVORK5CYII=')}.x-tab .x-button-icon.team,.x-button .x-button-icon.x-icon-mask.team{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFI0lEQVRoBe2ZSYgdVRSG+yUmnagRQYU4NbZKNLYKWTgg4gQOaDYqJIIGl4LixhBwoy50LSIiulEjCkpAUBBRURpdGceFMQ7YtgkOJE4xTjGa9vuedUl1Vd2qevSrFqvrwJ97695zzj3/PXd6nd7MzMzIQpJFC4msXDvCbc94l+Euwy2bgW5JtyyhOTpdhnNT0rKGLsMtS2iOTpfh3JS0rOGQ+eLT6/VWMNYJ4NjUmN9T/xLs4WfqvPxO7TU9DkTdNmvBbeAskJ7kv/n+AjwKXiSW7yibFQk3BSIPZHdTl5xZzML238DDYFlTsQS/jZF1AGQ1mAZZkkXfe9FbGwJrqmz6lL4cEmOgjhyO0jq2gGVj0hhhAl9M1FeB3gDRn4Pu/5NwQnJ0ALKqrgKHDmgzkHpjGR4oioPKP1H96+Dn8GvpKyLqneV5Lp0XgnHggTMFJjlYPqAcpnyLsz/LHBLL0fRfCzwbvNN3gLeI5WXKaik7DbF2/20A28HPYF+CPZQfg9tj9vS5h18DRSdyrO0j9FeW+PQenwTe138AJ+d34OPFa215zDa0l15LOLgamM0DIBukbQ60JjhLl7RL+HWQtSv7jhLGz1FgM3DJZ30Yy69gYzqGonrVHr4eJ+OgB7Ji2xi4lGUW8+PsD0vOwNGNwInMirF42K0nlmXZzvR3LNARDN3fx6WVI3VJF50Fzvr7EZtY8zQdLtUiOYXGIrJpXUmvTDdk61HCKEqiagD9SSwnLCeX3RYwSJafRd/zoUj2FzVm2hyzMJ6gV0Y46Myl/BzjeqfnyMg36G5NJqpoTPvnLGWEnS0f9lVStL/7NgT/C5XNoHTW6XesV4En/1wlGo+Oo4QJ1ivoxxqju+fKCG2lf1uFH7P3eEl2K8xndRt3VKKEE4sPKWOHiCreg28TaPR1RN/X6GwEO0GReJ3cg95kUWeqzT8W6KtMpujcVaZQRfgFjL8qcbCDvndi/Zz0h4Hr6L8JHBHRW0L7DejdAU6K6Nj8CfBQi4mH4xYmrmy1sXlK/gCAAyfkQaAT91kWj9HW/6tJ8MO3NmeC+4CHlqdu1q7o25Xk5Hqynw+WBp+hpO1K4JItsnfr5GyCbSirCHstnQpcKulBXMK+o1frCPGgWAomwL2gLsm0z3S9ny38XARWgEXJOI7xNMiS9ns9MN5ZCQhEQ1lIGCOXmZf4ZeAW8C4IAblv3wBXAIn6sjkZ3Arc80FvGKW/nu4H/nhZDiR0IngI+LYPY3i43gWuAeNgFBQSn0UYJZejRH3CPQ8cMDi19Jp6AviuVfd48ADwRZXWG3Z9J/6fApeAJUm2TYRE02OZjPfA3WAM9HVDdvt2iXHI1HkoPQd2g7SjUHef+NyU7AXgFRD65qOcZrybQXgFmtUDIDu2xE3CBuCWWBxIU+8vk9MozdQukDUO3x4qm5IJOp36ZyW6waaJci/jrkviWEV9qiQOdd8Ebr/+T0fKkYvBp6AqOB2fnQz0SA39Kn9z6Z9mfPeze/UlUOXrB3Q2AW36a77KwP7tYCwh7Mupjk1TOmZuNInlyZqxuN8n3ItrQF1xryvRl9W/3Y3/60QGCTGF71h5JB0Tbn7vsDqyP6Vkva5dymxoVQ+lIE6+3+lJCH3Zcp+E78y2Fny7Evw7kstC8YA7BtQZRP1hiwTDKnuGun8aSiekaDxXwrbG/zOtaOT/ss3MLSjpCLc93V2Guwy3bAa6Jd2yhObodBnOTUnLGroMtyyhOTpdhnNT0rKGfwD3f6JVZi/xSQAAAABJRU5ErkJggg==')}.x-tabbar-light{background-color:#404040;background-image:none;border-color:#333333}.x-tabbar-light .x-tab{color:#a6a6a6}.x-tabbar-light .x-tab-active{color:white}.x-tabbar-light .x-tab-pressed{color:white}.x-tabbar-light.x-docked-bottom .x-tab{text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0}.x-tabbar-light.x-docked-bottom .x-tab .x-button-icon{background-color:#737373;background-image:none}.x-tabbar-light.x-docked-bottom .x-tab-active{background-color:#4d4d4d;background-image:none;text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0}.x-tabbar-light.x-docked-bottom .x-tab-active .x-button-icon{background-color:#ff8100;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffa74d), color-stop(50%, #ff8e1a), color-stop(51%, #ff8100), color-stop(100%, #e67400));background-image:-webkit-linear-gradient(#ffa74d,#ff8e1a 50%,#ff8100 51%,#e67400);background-image:linear-gradient(#ffa74d,#ff8e1a 50%,#ff8100 51%,#e67400)}.x-tabbar-light.x-docked-top .x-tab-active{background-color:#333333;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1a1a1a), color-stop(10%, #262626), color-stop(65%, #333333), color-stop(100%, #343434));background-image:-webkit-linear-gradient(#1a1a1a,#262626 10%,#333333 65%,#343434);background-image:linear-gradient(#1a1a1a,#262626 10%,#333333 65%,#343434);color:white}.x-tabbar-dark{background-color:black;background-image:none;border-color:black}.x-tabbar-dark .x-tab{color:#666666}.x-tabbar-dark .x-tab-active{color:#e6e6e6}.x-tabbar-dark .x-tab-pressed{color:white}.x-tabbar-dark.x-docked-bottom .x-tab{text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0}.x-tabbar-dark.x-docked-bottom .x-tab .x-button-icon{background-color:#333333;background-image:none}.x-tabbar-dark.x-docked-bottom .x-tab-active{background-color:#0d0d0d;background-image:none;text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0}.x-tabbar-dark.x-docked-bottom .x-tab-active .x-button-icon{background-color:#ffcd99;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff2e5), color-stop(50%, #ffd9b3), color-stop(51%, #ffcd99), color-stop(100%, #ffc080));background-image:-webkit-linear-gradient(#fff2e5,#ffd9b3 50%,#ffcd99 51%,#ffc080);background-image:linear-gradient(#fff2e5,#ffd9b3 50%,#ffcd99 51%,#ffc080)}.x-tabbar-dark.x-docked-top .x-tab-active{background-color:black;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(10%, #000000), color-stop(65%, #000000), color-stop(100%, #010101));background-image:-webkit-linear-gradient(#000000,#000000 10%,#000000 65%,#010101);background-image:linear-gradient(#000000,#000000 10%,#000000 65%,#010101);color:white}.x-tab.x-item-disabled span.x-button-label,.x-tab.x-item-disabled .x-hasbadge span.x-badge,.x-hasbadge .x-tab.x-item-disabled span.x-badge,.x-tab.x-item-disabled .x-button-icon{opacity:.5}.x-tab.x-draggable{opacity:.7}.x-tab{overflow:visible !important}.x-toolbar{height:2.6em;padding:0 0.2em;overflow:hidden;position:relative}.x-toolbar > *{z-index:1}.x-toolbar.x-docked-top{border-bottom:.1em solid}.x-toolbar.x-docked-bottom{border-top:.1em solid}.x-title{line-height:2.1em;font-size:1.2em;text-align:center;font-weight:bold;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0 0.3em;max-width:100%}.x-title .x-innerhtml{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 .3em}.x-toolbar-dark{background-color:#1a1a1a;background-image:none;border-color:black}.x-toolbar-dark .x-title{color:white;text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0}.x-toolbar-dark.x-docked-top{border-bottom-color:black}.x-toolbar-dark.x-docked-bottom{border-top-color:black}.x-toolbar-dark .x-button,.x-toolbar .x-toolbar-dark .x-button,.x-toolbar-dark .x-field-select,.x-toolbar .x-toolbar-dark .x-field-select{border:0.1em solid black;border-top-color:black;color:white;text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0;-webkit-box-shadow:rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-toolbar-dark .x-button.x-button-back:before,.x-toolbar-dark .x-button.x-button-forward:before,.x-toolbar .x-toolbar-dark .x-button.x-button-back:before,.x-toolbar .x-toolbar-dark .x-button.x-button-forward:before,.x-toolbar-dark .x-field-select.x-button-back:before,.x-toolbar-dark .x-field-select.x-button-forward:before,.x-toolbar .x-toolbar-dark .x-field-select.x-button-back:before,.x-toolbar .x-toolbar-dark .x-field-select.x-button-forward:before{background:black}.x-toolbar-dark .x-button,.x-toolbar-dark .x-button.x-button-back:after,.x-toolbar-dark .x-button.x-button-forward:after,.x-toolbar .x-toolbar-dark .x-button,.x-toolbar .x-toolbar-dark .x-button.x-button-back:after,.x-toolbar .x-toolbar-dark .x-button.x-button-forward:after,.x-toolbar-dark .x-field-select,.x-toolbar-dark .x-field-select.x-button-back:after,.x-toolbar-dark .x-field-select.x-button-forward:after,.x-toolbar .x-toolbar-dark .x-field-select,.x-toolbar .x-toolbar-dark .x-field-select.x-button-back:after,.x-toolbar .x-toolbar-dark .x-field-select.x-button-forward:after{background-color:black;background-image:none}.x-toolbar-dark .x-button .x-button-icon.x-icon-mask,.x-toolbar .x-toolbar-dark .x-button .x-button-icon.x-icon-mask,.x-toolbar-dark .x-field-select .x-button-icon.x-icon-mask,.x-toolbar .x-toolbar-dark .x-field-select .x-button-icon.x-icon-mask{background-color:white;background-image:none}.x-toolbar-dark .x-button.x-button-pressed,.x-toolbar-dark .x-button.x-button-active,.x-toolbar .x-toolbar-dark .x-button.x-button-pressed,.x-toolbar .x-toolbar-dark .x-button.x-button-active,.x-toolbar-dark .x-field-select.x-button-pressed,.x-toolbar-dark .x-field-select.x-button-active,.x-toolbar .x-toolbar-dark .x-field-select.x-button-pressed,.x-toolbar .x-toolbar-dark .x-field-select.x-button-active{-webkit-box-shadow:inset black 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-toolbar-dark .x-button.x-button-pressed,.x-toolbar-dark .x-button.x-button-pressed:after,.x-toolbar-dark .x-button.x-button-active,.x-toolbar-dark .x-button.x-button-active:after,.x-toolbar .x-toolbar-dark .x-button.x-button-pressed,.x-toolbar .x-toolbar-dark .x-button.x-button-pressed:after,.x-toolbar .x-toolbar-dark .x-button.x-button-active,.x-toolbar .x-toolbar-dark .x-button.x-button-active:after,.x-toolbar-dark .x-field-select.x-button-pressed,.x-toolbar-dark .x-field-select.x-button-pressed:after,.x-toolbar-dark .x-field-select.x-button-active,.x-toolbar-dark .x-field-select.x-button-active:after,.x-toolbar .x-toolbar-dark .x-field-select.x-button-pressed,.x-toolbar .x-toolbar-dark .x-field-select.x-button-pressed:after,.x-toolbar .x-toolbar-dark .x-field-select.x-button-active,.x-toolbar .x-toolbar-dark .x-field-select.x-button-active:after{background-color:black;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(10%, #000000), color-stop(65%, #000000), color-stop(100%, #010101));background-image:-webkit-linear-gradient(#000000,#000000 10%,#000000 65%,#010101);background-image:linear-gradient(#000000,#000000 10%,#000000 65%,#010101)}.x-toolbar-light{background-color:#333333;background-image:none;border-color:black}.x-toolbar-light .x-title{color:white;text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0}.x-toolbar-light.x-docked-top{border-bottom-color:black}.x-toolbar-light.x-docked-bottom{border-top-color:black}.x-toolbar-light .x-button,.x-toolbar .x-toolbar-light .x-button,.x-toolbar-light .x-field-select,.x-toolbar .x-toolbar-light .x-field-select{border:0.1em solid black;border-top-color:black;color:white;text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0;-webkit-box-shadow:rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-toolbar-light .x-button.x-button-back:before,.x-toolbar-light .x-button.x-button-forward:before,.x-toolbar .x-toolbar-light .x-button.x-button-back:before,.x-toolbar .x-toolbar-light .x-button.x-button-forward:before,.x-toolbar-light .x-field-select.x-button-back:before,.x-toolbar-light .x-field-select.x-button-forward:before,.x-toolbar .x-toolbar-light .x-field-select.x-button-back:before,.x-toolbar .x-toolbar-light .x-field-select.x-button-forward:before{background:black}.x-toolbar-light .x-button,.x-toolbar-light .x-button.x-button-back:after,.x-toolbar-light .x-button.x-button-forward:after,.x-toolbar .x-toolbar-light .x-button,.x-toolbar .x-toolbar-light .x-button.x-button-back:after,.x-toolbar .x-toolbar-light .x-button.x-button-forward:after,.x-toolbar-light .x-field-select,.x-toolbar-light .x-field-select.x-button-back:after,.x-toolbar-light .x-field-select.x-button-forward:after,.x-toolbar .x-toolbar-light .x-field-select,.x-toolbar .x-toolbar-light .x-field-select.x-button-back:after,.x-toolbar .x-toolbar-light .x-field-select.x-button-forward:after{background-color:#1a1a1a;background-image:none}.x-toolbar-light .x-button .x-button-icon.x-icon-mask,.x-toolbar .x-toolbar-light .x-button .x-button-icon.x-icon-mask,.x-toolbar-light .x-field-select .x-button-icon.x-icon-mask,.x-toolbar .x-toolbar-light .x-field-select .x-button-icon.x-icon-mask{background-color:white;background-image:none}.x-toolbar-light .x-button.x-button-pressed,.x-toolbar-light .x-button.x-button-active,.x-toolbar .x-toolbar-light .x-button.x-button-pressed,.x-toolbar .x-toolbar-light .x-button.x-button-active,.x-toolbar-light .x-field-select.x-button-pressed,.x-toolbar-light .x-field-select.x-button-active,.x-toolbar .x-toolbar-light .x-field-select.x-button-pressed,.x-toolbar .x-toolbar-light .x-field-select.x-button-active{-webkit-box-shadow:inset black 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-toolbar-light .x-button.x-button-pressed,.x-toolbar-light .x-button.x-button-pressed:after,.x-toolbar-light .x-button.x-button-active,.x-toolbar-light .x-button.x-button-active:after,.x-toolbar .x-toolbar-light .x-button.x-button-pressed,.x-toolbar .x-toolbar-light .x-button.x-button-pressed:after,.x-toolbar .x-toolbar-light .x-button.x-button-active,.x-toolbar .x-toolbar-light .x-button.x-button-active:after,.x-toolbar-light .x-field-select.x-button-pressed,.x-toolbar-light .x-field-select.x-button-pressed:after,.x-toolbar-light .x-field-select.x-button-active,.x-toolbar-light .x-field-select.x-button-active:after,.x-toolbar .x-toolbar-light .x-field-select.x-button-pressed,.x-toolbar .x-toolbar-light .x-field-select.x-button-pressed:after,.x-toolbar .x-toolbar-light .x-field-select.x-button-active,.x-toolbar .x-toolbar-light .x-field-select.x-button-active:after{background-color:#080808;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(10%, #000000), color-stop(65%, #080808), color-stop(100%, #090909));background-image:-webkit-linear-gradient(#000000,#000000 10%,#080808 65%,#090909);background-image:linear-gradient(#000000,#000000 10%,#080808 65%,#090909)}.x-navigation-bar .x-container{overflow:visible}.x-desktop .x-toolbar .x-input-search{margin-left:1.06em}.x-android .x-toolbar .x-input-el{-webkit-text-fill-color:#fff}.x-toolbar .x-form-field-container{padding:0 .3em}.x-toolbar .x-field{width:13em;margin:.5em;min-height:0;-webkit-border-radius:0.3em;border-radius:0.3em;background-color:white;-webkit-box-shadow:inset rgba(0, 0, 0, 0.5) 0 0.1em 0, inset rgba(0, 0, 0, 0.5) 0 -0.1em 0, inset rgba(0, 0, 0, 0.5) 0.1em 0 0, inset rgba(0, 0, 0, 0.5) -0.1em 0 0, inset rgba(0, 0, 0, 0.5) 0 0.15em 0.4em}.x-toolbar .x-field .x-field-clear-container{min-height:0;background-color:transparent}.x-toolbar .x-field .x-field-clear-container .x-field-clear{font-size:.8em;line-height:0.8em}.x-toolbar .x-field{border-bottom:0}.x-toolbar .x-input-text,.x-toolbar .x-input-search,.x-toolbar .x-input-number{height:1.5em;color:#6e6e6e;background:transparent;min-height:0;line-height:1.3em;-webkit-appearance:none;padding:0em .3em;margin:0}.x-toolbar .x-input-text:focus,.x-toolbar .x-input-search:focus,.x-toolbar .x-input-number:focus{color:black}.x-toolbar .x-field-select,.x-toolbar .x-field-search{-webkit-border-radius:0.75em;border-radius:0.75em}.x-toolbar .x-field-search .x-field-input{background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.6))), url('data:image/png;base64,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');-webkit-background-size:.83em .83em, .83em .83em;background-repeat:no-repeat;background-position:.5em 50%}.x-toolbar .x-field-search .x-field-input .x-form-field{margin-left:1.0em}.x-toolbar .x-field-select{-webkit-box-shadow:none}.x-toolbar .x-field-select:after{top:-0.5em;right:-0.5em}.x-toolbar .x-field-select:before{width:3em;border-left:none;background:transparent;-webkit-mask:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAABCAYAAACc0f2yAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADJJREFUeNpi/P//PwMjIyMbAwMDOxRzAjEXFHMDMQ8a5kXC6HLcSHo5kcwEmU9TABBgAOcTBAFcRiSpAAAAAElFTkSuQmCC');-webkit-mask-position:right top;-webkit-mask-repeat:repeat-y;-webkit-mask-size:3em 0.05em}.x-toolbar .x-field-select .x-input-text{color:#fff}.x-android .x-field-search .x-field-input .x-form-field{margin-left:1.67em}.x-carousel{position:relative;overflow:hidden}.x-carousel-item{position:absolute;width:100%;height:100%}.x-carousel-item > *{position:absolute;width:100%;height:100%}.x-carousel-indicator{padding:0;-webkit-border-radius:0;border-radius:0;-webkit-box-shadow:none;background-color:transparent;background-image:none}.x-carousel-indicator{-webkit-box-flex:1;display:-webkit-box;display:box;-webkit-box-pack:center;box-pack:center;-webkit-box-align:center;box-align:center}.x-carousel-indicator span{display:block;width:0.5em;height:0.5em;-webkit-border-radius:0.25em;border-radius:0.25em;margin:0.2em}.x-carousel-indicator-horizontal{height:1.5em;width:100%}.x-carousel-indicator-vertical{-webkit-box-orient:vertical;box-orient:vertical;width:1.5em;height:100%}.x-carousel-indicator-light span{background-color:rgba(255, 255, 255, 0.1);background-image:none}.x-carousel-indicator-light span.x-carousel-indicator-active{background-color:rgba(255, 255, 255, 0.3);background-image:none}.x-carousel-indicator-dark span{background-color:rgba(0, 0, 0, 0.1);background-image:none}.x-carousel-indicator-dark span.x-carousel-indicator-active{background-color:rgba(0, 0, 0, 0.3);background-image:none}.x-indexbar-wrapper{-webkit-box-pack:end !important;box-pack:end !important;pointer-events:none}.x-indexbar-vertical{width:1.1em;-webkit-box-orient:vertical;box-orient:vertical;margin-right:8px}.x-indexbar-horizontal{height:1.1em;-webkit-box-orient:horizontal;box-orient:horizontal;margin-bottom:8px}.x-indexbar{pointer-events:auto;z-index:2;padding:.3em 0;min-height:0 !important;height:auto !important;-webkit-box-flex:0 !important}.x-indexbar > div{color:#0d0d0d;font-size:0.6em;text-align:center;line-height:1.1em;font-weight:bold;display:block}.x-phone.x-landscape .x-indexbar > div{font-size:0.38em;line-height:1em}.x-indexbar-pressed{-webkit-border-radius:0.55em;border-radius:0.55em;background-color:rgba(163, 143, 143, 0.8)}.x-list{position:relative;background-color:#eeeeee}.x-list .x-list-inner{width:100%}.x-list .x-list-disclosure{position:absolute;bottom:0.5em;right:0.8em}.x-list .x-list-disclosure{overflow:visible;-webkit-mask:0 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpFNkNCM0JGNTZFMjI2ODExQkNGQjkwMzk3MDc3MkZFQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3M0MzQUU1QUFDQkQxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3M0MzQUU1OUFDQkQxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU3Q0IzQkY1NkUyMjY4MTFCQ0ZCOTAzOTcwNzcyRkVCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkU2Q0IzQkY1NkUyMjY4MTFCQ0ZCOTAzOTcwNzcyRkVCIi8+IDwvcmRmOkRlc2NyaXB0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') no-repeat;-webkit-mask-size:1.7em;background-color:#ff8100;background-image:none;width:1.7em;height:1.7em}.x-list.x-list-indexed .x-list-disclosure{margin-right:1em}.x-list .x-item-selected .x-list-disclosure{background:#fff none}.x-list .x-list-item{overflow:hidden;position:relative;color:#333333;border-top:1px solid #c8c8c8}.x-list .x-list-item .x-list-item-label{min-height:2.6em;padding:0.7em 0.8em}.x-list .x-list-item:first-child{border-top:none}.x-list .x-list-item:last-child{border-bottom:1px solid #c8c8c8}.x-list .x-list-item.x-item-pressed{border-top-color:#dddddd;background:#dddddd none}.x-list .x-list-item.x-item-selected{background-color:#ff8100;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cc6700), color-stop(10%, #e67400), color-stop(65%, #ff8100), color-stop(100%, #ff8203));background-image:-webkit-linear-gradient(#cc6700,#e67400 10%,#ff8100 65%,#ff8203);background-image:linear-gradient(#cc6700,#e67400 10%,#ff8100 65%,#ff8203);color:white;text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0;border-top-color:#ff9a33;border-bottom-color:#b35a00}.x-list-header{background-color:#999999;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e6e6e6), color-stop(2%, #bfbfbf), color-stop(30%, #adadad), color-stop(65%, #999999), color-stop(100%, #808080));background-image:-webkit-linear-gradient(#e6e6e6,#bfbfbf 2%,#adadad 30%,#999999 65%,#808080);background-image:linear-gradient(#e6e6e6,#bfbfbf 2%,#adadad 30%,#999999 65%,#808080);color:#4d4d4d;text-shadow:rgba(255, 255, 255, 0.25) 0 0.08em 0;border-top:1px solid #999999;border-bottom:1px solid #666666;font-weight:bold;font-size:0.8em;padding:0.2em 1.02em;text-shadow:rgba(255, 255, 255, 0.25) 0 0.08em 0;-webkit-box-shadow:0px 0.1em 0.3em rgba(0, 0, 0, 0.3)}.x-list-header-swap{position:absolute;top:0;left:0;width:100%}.x-ios .x-list-header-swap{-webkit-transform:translate3d(0, 0, 0)}.x-list-round{background-color:#e1e1e1}.x-list-round .x-list-group-items > *,.x-list-round.x-list-flat .x-list-parent > *{border-right:1px solid #c8c8c8;border-left:1px solid #c8c8c8;background-color:#eeeeee;margin:0 1.2em}.x-list-round .x-list-group-items > *:first-child,.x-list-round.x-list-flat .x-list-parent > *:first-child{margin:1.2em 1.2em 0;border-top:1px solid #c8c8c8;-webkit-border-top-left-radius:0.4em;border-top-left-radius:0.4em;-webkit-border-top-right-radius:0.4em;border-top-right-radius:0.4em}.x-list-round .x-list-group-items > *:last-child,.x-list-round.x-list-flat .x-list-parent > *:last-child{margin:0 1.2em 1.2em;border-bottom:1px solid #c8c8c8;-webkit-border-bottom-left-radius:0.4em;border-bottom-left-radius:0.4em;-webkit-border-bottom-right-radius:0.4em;border-bottom-right-radius:0.4em}.x-list-paging{height:50px}.x-list-paging .x-loading-spinner{display:none;margin:auto}.x-list-paging .x-list-paging-msg{text-align:center;color:#ff8100;padding-top:10px;-webkit-border-radius:6px;border-radius:6px}.x-list-paging.x-loading .x-loading-spinner{display:block}.x-list-paging.x-loading .x-list-paging-msg{display:none}.x-list-pullrefresh{display:-webkit-box;display:box;-webkit-box-orient:horizontal;box-orient:horizontal;-webkit-box-align:center;box-align:center;-webkit-box-pack:center;box-pack:center;position:absolute;top:-5em;left:0;width:100%;height:4.5em}.x-list-pullrefresh .x-loading-spinner{display:none}.x-list-pullrefresh-arrow{width:2.5em;height:4.5em;-webkit-mask:center center url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAA8CAYAAAAUufjgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAjFJREFUeNrsmU8oREEYwOexdtNuKBfFwdVhCyfuysnFiXISS+1BLopyUpKLXETkRLaUi1LK3Q2lpPbiQLnIn03a/Hm+z86Ttv0zM++bfbOar36Hbad5v535Zp7v47iuy0wOpyoEHccRHV9L9NxPkUE/bhKCOKiOSPAdn69DsJ5I8E2HYA0QJRJ8Bb50CDYRCT7pEMQD0kwk+CByUFQEW4gE73UIhoA2IsFb4ENEMCQ5MdU1IxwygpT3oKNLMGyyYFVscdhusc8tDpu+xRG7xf95BW0O2kNiV1AgIvaQ2BzUJNgJNJYZGyUU7OG1cal4Bi68oqkDPszy2teEwJp5Cdyu/lZ1g8CwIYJ7wEF+2YmrNw90Byx3BizgKhaqizEP1wg7CLLxCEzy/CtauMeBlQDyEfNuGrgU6SyM8F9SyVgHdmRaH6tAb4XkToEp2d4M5mOK0TWMigU2koa8vJMRZPxEb2ss2LEVPMpPLlMRxBgDZjQJLgNbxb6Uab9tAn3EcifAeKkBMoLY+j0GWonk7oB+lmsFkwhidAGHBPmIeTcAnJcbKCuIMQEs+hScAzZEBqoIYuzyFVCJI36lMJ2CDfxibZeUu+EX/4uMIFP8ZyLejxkgK0hG5a8kP4IYSZbr1IuQVHmAX0HGX4VuGfZVJ6cQxPd1uoRcWqDW0SroFVzZAnJZ/h0LWhAjUUAw4XdSSsH8fExRTEgtGAOuOTETBb16Jk412e+bxOSwglYw6PgWYABvLk8P7zGJFwAAAABJRU5ErkJggg==') no-repeat;-webkit-mask-size:2em 3em;-webkit-transform:rotate(0deg);background-color:#111}.x-list-pullrefresh-release .x-list-pullrefresh-arrow{-webkit-transform:rotate(-180deg)}.x-list-pullrefresh-wrap{width:20em;font-size:0.7em}.x-list-pullrefresh-message{font-weight:bold;font-size:1.3em;margin-bottom:0.1em;text-align:center}.x-list-pullrefresh-updated{text-align:center}.x-list-pullrefresh-loading .x-loading-spinner{display:block}.x-list-pullrefresh-loading .x-list-pullrefresh-arrow{display:none}html,body{width:100%;height:100%}.x-translatable{position:absolute;top:100%;left:100%;z-index:1}.x-translatable-container{position:relative}.x-translatable-wrapper{width:100%;height:100%;position:absolute;overflow:hidden}.x-translatable-stretcher{width:300%;height:300%;position:absolute;visibility:hidden;z-index:-1}.x-layout-fit,.x-layout-card{position:relative;overflow:hidden}.x-layout-fit-item,.x-layout-card-item{position:absolute !important;width:100%;height:100%}.x-layout-hbox,.x-layout-vbox{display:-webkit-box}.x-layout-hbox > *,.x-layout-vbox > *{-webkit-box-flex:0}.x-layout-hbox{-webkit-box-orient:horizontal}.x-layout-vbox{-webkit-box-orient:vertical}.x-layout-hbox > .x-layout-box-item{width:0 !important}.x-layout-vbox > .x-layout-box-item{height:0 !important}.x-container,.x-body{display:-webkit-box;overflow:hidden}.x-body{-webkit-box-flex:1;min-width:100%;min-height:100%}.x-body > .x-inner,.x-container > .x-inner{-webkit-box-flex:1;min-width:100%;min-height:100%;position:relative}.x-docking-horizontal{display:-webkit-box;-webkit-box-flex:1;-webkit-box-orient:horizontal;min-width:100%;min-height:100%}.x-docking-vertical{display:-webkit-box;-webkit-box-flex:1;-webkit-box-orient:vertical;min-width:100%;min-height:100%}.x-centered{position:absolute !important;width:100%;height:100%;display:-webkit-box;-webkit-box-align:center;-webkit-box-pack:center}.x-floating{position:absolute !important}.x-centered > *{position:relative !important;-webkit-box-flex:0 !important}.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}.x-scroll-view{position:relative;display:block}.x-scroll-container{position:absolute;overflow:hidden;width:100%;height:100%}.x-scroll-scroller{position:absolute;min-width:100%;min-height:100%}.x-ios .x-scroll-scroller,.x-android4 .x-scroll-scroller{-webkit-transform:translate3d(0, 0, 0)}.x-scroll-stretcher{position:absolute;visibility:hidden}.x-scroll-bar-grid-wrapper{position:absolute;width:100%;height:100%}.x-scroll-bar-grid{display:table;width:100%;height:100%}.x-scroll-bar-grid > *{display:table-row}.x-scroll-bar-grid > * > *{display:table-cell}.x-scroll-bar-grid > :first-child > :first-child{width:100%;height:100%}.x-scroll-bar-grid > :first-child > :nth-child(2){padding:3px 3px 0 0}.x-scroll-bar-grid > :nth-child(2) > :first-child{padding:0 0 3px 3px}.x-scroll-bar{position:relative;overflow:hidden}.x-scroll-bar-stretcher{position:absolute;visibility:hidden;width:100%;height:100%}.x-scroll-bar-x{height:6px;width:100%}.x-scroll-bar-x > .x-scroll-bar-stretcher{width:300%}.x-scroll-bar-y{width:6px;height:100%}.x-scroll-bar-y > .x-scroll-bar-stretcher{height:300%}.x-scroll-indicator{background:#333;position:absolute;z-index:1;opacity:0.5}.x-list-light .x-scroll-indicator,.x-dataview-light .x-scroll-indicator{background:#fff;opacity:1}.x-scroll-indicator-x{height:100%}.x-scroll-indicator-y{width:100%}.x-scroll-indicator-csstransform{background:none;-webkit-transition:opacity 0.2s ease-out}.x-scroll-indicator-csstransform > *{position:absolute;background-color:#333}.x-scroll-indicator-csstransform > :nth-child(2){-webkit-transform-origin:0% 0%;background:none;content:url(data:image/bmp;base64,Qk08AAAAAAAAADYAAAAoAAAAAQAAAAEAAAABABAAAAAAAAYAAAASCwAAEgsAAAAAAAAAAAAAxhgAAAAA)}.x-scroll-indicator-csstransform.x-scroll-indicator-y > *{width:100%}.x-scroll-indicator-csstransform.x-scroll-indicator-y > :first-child{height:3px;-webkit-border-top-left-radius:3px;border-top-left-radius:3px;-webkit-border-top-right-radius:3px;border-top-right-radius:3px}.x-scroll-indicator-csstransform.x-scroll-indicator-y > :nth-child(2){height:1px}.x-scroll-indicator-csstransform.x-scroll-indicator-y > :last-child{height:3px;-webkit-border-bottom-left-radius:3px;border-bottom-left-radius:3px;-webkit-border-bottom-right-radius:3px;border-bottom-right-radius:3px}.x-scroll-indicator-csstransform.x-scroll-indicator-x > *{height:100%}.x-scroll-indicator-csstransform.x-scroll-indicator-x > :first-child{width:3px;-webkit-border-top-left-radius:3px;border-top-left-radius:3px;-webkit-border-bottom-left-radius:3px;border-bottom-left-radius:3px}.x-scroll-indicator-csstransform.x-scroll-indicator-x > :nth-child(2){width:1px}.x-scroll-indicator-csstransform.x-scroll-indicator-x > :last-child{width:3px;-webkit-border-top-right-radius:3px;border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;border-bottom-right-radius:3px}.x-form .x-scroll-container{background-color:#eeeeee}.x-form .x-scroll-container > .x-inner{padding:1em}.x-form-fieldset{margin:0 0 1.5em}.x-form-fieldset .x-form-fieldset-inner{border:1px solid #dddddd;background:#fff;padding:0;-webkit-border-radius:0.4em;border-radius:0.4em;overflow:hidden}.x-form-fieldset-title{text-shadow:#fff 0 1px 1px;color:#333333;margin:1em 0.7em 0.3em;color:#333333;font-weight:bold;white-space:nowrap}.x-form-fieldset-instructions{text-shadow:#fff 0 1px 1px;color:#333333;color:gray;margin:1em 0.7em 0.3em;font-size:.8em;text-align:center}.x-form-label{text-shadow:#fff 0 1px 1px;color:#333333;text-shadow:rgba(255, 255, 255, 0.25) 0 0.08em 0;background-color:#f7f7f7;padding:0.6em;border-top:1px solid white;display:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.x-form-label span{font-size:.8em;font-weight:bold}.x-field{min-height:2.5em;border-bottom:1px solid #dddddd}.x-field .x-component-outer{-webkit-box-flex:1}.x-field .x-field-input{position:relative}.x-field .x-field-input,.x-field .x-input-el{width:100%}.x-field.x-field-labeled .x-form-label{display:block}.x-field:last-child{border-bottom:0}.x-label-align-left:first-child .x-form-label{-webkit-border-top-left-radius:0.4em;border-top-left-radius:0.4em}.x-label-align-left:last-child .x-form-label{-webkit-border-bottom-left-radius:0.4em;border-bottom-left-radius:0.4em}.x-label-align-right{-webkit-box-direction:reverse;box-direction:reverse}.x-label-align-right .x-field-input{-webkit-box-direction:normal;box-direction:normal}.x-label-align-right:first-child .x-form-label{-webkit-border-top-right-radius:0.4em;border-top-right-radius:0.4em}.x-label-align-right:last-child{border-bottom:0}.x-label-align-right:last-child .x-form-label{-webkit-border-bottom-right-radius:0.4em;border-bottom-right-radius:0.4em}.x-label-align-top,.x-label-align-bottom{-webkit-box-orient:vertical;box-orient:vertical}.x-label-align-top .x-form-label,.x-label-align-bottom .x-form-label{width:100% !important}.x-label-align-top:first-child .x-form-label{-webkit-border-top-left-radius:0.4em;border-top-left-radius:0.4em;-webkit-border-top-right-radius:0.4em;border-top-right-radius:0.4em}.x-label-align-bottom{-webkit-box-direction:reverse;box-direction:reverse}.x-label-align-bottom .x-field-input{-webkit-box-direction:normal;box-direction:normal}.x-label-align-bottom:last-child .x-form-label{-webkit-border-bottom-left-radius:0.4em;border-bottom-left-radius:0.4em;-webkit-border-bottom-right-radius:0.4em;border-bottom-right-radius:0.4em}.x-input-el{padding:.4em;min-height:2.5em;display:block;border-width:0;background:transparent;-webkit-appearance:none}.x-field-mask{position:absolute;top:0;right:0;bottom:0;left:0}.x-field-required label:after,.x-field-required .x-form-label:after{content:"*";display:inline}.x-field-textarea textarea{min-height:6em;padding-top:.5em}.x-checkmark-base,.x-field .x-input-radio:after,.x-field .x-input-checkbox:after,.x-field .x-input-radio:checked:after,.x-field .x-input-checkbox:checked:after,.x-select-overlay .x-item-selected:before,.x-select-overlay .x-item-selected:after{content:"";position:absolute;width:0.75em;height:1.25em;top:50%;left:auto;-webkit-transform:rotate(45deg) skew(5deg);-webkit-transform-origin:50% 50%;right:1.1em;border:.35em solid;border-top:none;border-left:none;margin-top:-0.75em}.x-field .x-input-radio,.x-field .x-input-checkbox{position:relative}.x-field .x-input-radio:after,.x-field .x-input-checkbox:after{border-color:#dddddd}.x-field .x-input-radio:checked:after,.x-field .x-input-checkbox:checked:after{border-color:#ff8100}.x-spinner .x-field-input{display:-webkit-box;display:box}.x-spinner .x-field-input .x-input-el{padding:0;width:50%;-webkit-box-flex:1;text-align:center}.x-spinner .x-field-input input::-webkit-outer-spin-button,.x-spinner .x-field-input input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.x-spinner .x-field-input .x-spinner-button{padding:.65em 1.5em;font-weight:bold;text-align:center}.x-spinner .x-field-input .x-spinner-button,.x-toolbar .x-spinner .x-field-input .x-spinner-button{border:0.1em solid #aaaaaa;border-top-color:#b7b7b7;color:black;text-shadow:rgba(255, 255, 255, 0.25) 0 0.08em 0;-webkit-box-shadow:rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-spinner .x-field-input .x-spinner-button.x-button-back:before,.x-spinner .x-field-input .x-spinner-button.x-button-forward:before,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-back:before,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-forward:before{background:#aaaaaa}.x-spinner .x-field-input .x-spinner-button,.x-spinner .x-field-input .x-spinner-button.x-button-back:after,.x-spinner .x-field-input .x-spinner-button.x-button-forward:after,.x-toolbar .x-spinner .x-field-input .x-spinner-button,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-back:after,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-forward:after{background-color:#dddddd;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(2%, #ffffff), color-stop(30%, #f1f1f1), color-stop(65%, #dddddd), color-stop(100%, #c4c4c4));background-image:-webkit-linear-gradient(#ffffff,#ffffff 2%,#f1f1f1 30%,#dddddd 65%,#c4c4c4);background-image:linear-gradient(#ffffff,#ffffff 2%,#f1f1f1 30%,#dddddd 65%,#c4c4c4)}.x-spinner .x-field-input .x-spinner-button .x-button-icon.x-icon-mask,.x-toolbar .x-spinner .x-field-input .x-spinner-button .x-button-icon.x-icon-mask{background-color:black;background-image:none}.x-spinner .x-field-input .x-spinner-button.x-button-pressed,.x-spinner .x-field-input .x-spinner-button.x-button-active,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-pressed,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-active{-webkit-box-shadow:inset #bab3b3 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-spinner .x-field-input .x-spinner-button.x-button-pressed,.x-spinner .x-field-input .x-spinner-button.x-button-pressed:after,.x-spinner .x-field-input .x-spinner-button.x-button-active,.x-spinner .x-field-input .x-spinner-button.x-button-active:after,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-pressed,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-pressed:after,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-active,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-active:after{background-color:#cbcbcb;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b2b2b2), color-stop(10%, #bebebe), color-stop(65%, #cbcbcb), color-stop(100%, #cccccc));background-image:-webkit-linear-gradient(#b2b2b2,#bebebe 10%,#cbcbcb 65%,#cccccc);background-image:linear-gradient(#b2b2b2,#bebebe 10%,#cbcbcb 65%,#cccccc)}.x-spinner .x-field-input .x-spinner-button-down{border:0 !important;border-right:1px solid #dddddd !important}.x-spinner .x-field-input .x-spinner-button-up{border:0 !important;border-left:1px solid #dddddd !important}.x-phone .x-select-overlay{min-width:14em;min-height:12.5em}.x-select-overlay{min-width:18em;min-height:22em}.x-select-overlay .x-list-item-label{height:2.6em}.x-select-overlay .x-list-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.x-select-overlay .x-list-item{padding-right:2.6em}.x-select-overlay .x-item-selected:before{border-color:#262626;margin-top:-0.85em}.x-select-overlay .x-item-selected:after{border-color:#dddddd}.x-slider-field .x-component-outer,.x-toggle-field .x-component-outer{margin:0.6em}.x-slider,.x-toggle{position:relative;height:2.2em;min-height:0;min-width:0}.x-slider > *,.x-toggle > *{position:absolute;width:100%;height:100%}.x-thumb{position:absolute;height:2.2em;width:2.2em}.x-thumb:before{content:"";position:absolute;width:1.85em;height:1.85em;top:0.175em;left:0.175em;border:0.1em solid #919191;-webkit-border-radius:0.925em;border-radius:0.925em;background-color:#dddddd;background-image:none;-webkit-box-shadow:inset rgba(255, 255, 255, 0.5) 0 0 0.1em, inset rgba(255, 255, 255, 0.3) 0 -0.1em 0;-webkit-background-clip:padding;background-clip:padding-box}.x-thumb.x-dragging{opacity:1}.x-thumb.x-dragging:before{background-color:#d0d0d0;background-image:none}.x-slider:after{content:"";position:absolute;width:auto;height:0.8em;top:0.737em;left:0;right:0;margin:0 0.925em;background-color:#dddddd;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c4c4c4), color-stop(10%, #d0d0d0), color-stop(65%, #dddddd), color-stop(100%, #dedede));background-image:-webkit-linear-gradient(#c4c4c4,#d0d0d0 10%,#dddddd 65%,#dedede);background-image:linear-gradient(#c4c4c4,#d0d0d0 10%,#dddddd 65%,#dedede);border:0.1em solid rgba(0, 0, 0, 0.1);border-bottom:0;-webkit-box-shadow:rgba(255, 255, 255, 0.7) 0 0.1em 0;-webkit-border-radius:0.4em;border-radius:0.4em}.x-toggle{width:4.4em;-webkit-border-radius:1.1em;border-radius:1.1em;overflow:hidden;border:0.1em solid #b7b7b7;background-color:#ddd;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c4c4c4), color-stop(10%, #d0d0d0), color-stop(65%, #dddddd), color-stop(100%, #dedede));background-image:-webkit-linear-gradient(#c4c4c4,#d0d0d0 10%,#dddddd 65%,#dedede);background-image:linear-gradient(#c4c4c4,#d0d0d0 10%,#dddddd 65%,#dedede);-webkit-box-flex:0}.x-toggle .x-thumb.x-dragging{opacity:1}.x-toggle .x-thumb:before{top:0.175em}.x-toggle-on{background-color:#92cf00;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6e9c00), color-stop(10%, #80b500), color-stop(65%, #92cf00), color-stop(100%, #94d200));background-image:-webkit-linear-gradient(#6e9c00,#80b500 10%,#92cf00 65%,#94d200);background-image:linear-gradient(#6e9c00,#80b500 10%,#92cf00 65%,#94d200)}input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}.x-field-number input::-webkit-outer-spin-button,.x-field-number input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.x-field-input{display:-webkit-box;display:box;-webkit-box-orient:horizontal;box-orient:horizontal;-webkit-box-align:center;box-align:center;-webkit-box-pack:center;box-pack:center}.x-field-input .x-input-el{-webkit-box-flex:1;box-flex:1}.x-field-input .x-clear-icon{display:none;margin:.5em;width:1.1em;height:1.1em;-webkit-border-radius:0.55em;border-radius:0.55em;background-color:rgba(0, 0, 0, 0.15);color:#fff;font-weight:bold;line-height:.9em;text-align:center;padding:0 .27em}.x-android .x-clear-icon{line-height:1.2em;padding:0 .3em}.x-field-clearable .x-clear-icon{display:block}.x-field-textarea .x-field-input{-webkit-box-align:start;box-align:start}.x-android .x-input-el{-webkit-text-fill-color:#000}.x-item-disabled .x-form-label span,.x-item-disabled input,.x-item-disabled .x-spinner-body,.x-item-disabled select,.x-item-disabled textarea,.x-item-disabled .x-field-clear-container{color:#b3b3b3;-webkit-text-fill-color:#b3b3b3;pointer-events:none}.x-form-fieldset .x-field.x-form-fieldset-item-first{-webkit-border-top-left-radius:0.4em;border-top-left-radius:0.4em;-webkit-border-top-right-radius:0.4em;border-top-right-radius:0.4em}.x-form-fieldset .x-field.x-form-fieldset-item-last{border-bottom:0;-webkit-border-bottom-left-radius:0.4em;border-bottom-left-radius:0.4em;-webkit-border-bottom-right-radius:0.4em;border-bottom-right-radius:0.4em}.x-field-select{position:relative}.x-field-select:before,.x-field-select:after{pointer-events:none;position:absolute;display:block;right:0}.x-field-select:after{content:"";position:absolute;width:0;height:0;top:0;left:auto;margin:1em;border:.4em solid transparent;border-top-color:#ddd;z-index:2}.x-field-select.x-label-align-top:after{top:auto;bottom:0}.x-field-select:before{content:"";position:absolute;width:4em;height:auto;top:0;left:auto;bottom:0;-webkit-border-top-right-radius:inherit;border-top-right-radius:inherit;-webkit-border-bottom-right-radius:inherit;border-bottom-right-radius:inherit;background:-webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(255, 255, 255, 0)), color-stop(0.5, white));z-index:1}.x-field-select .x-form-field{white-space:nowrap;width:100%;overflow:hidden;text-overflow:ellipsis}.x-field-select .x-form-field-container{margin-right:40px}.x-msgbox{min-width:15em;max-width:20em;padding:0.8em;-webkit-box-shadow:rgba(0, 0, 0, 0.4) 0 0.1em 0.5em;-webkit-border-radius:0.3em;border-radius:0.3em;border:0.15em solid #333333}.x-msgbox .x-title{font-size:.9em;line-height:1.4em}.x-msgbox .x-body{background:transparent !important}.x-msgbox .x-toolbar{background:transparent none;-webkit-box-shadow:none}.x-msgbox .x-toolbar.x-docked-top{border-bottom:0;height:1.3em}.x-msgbox .x-toolbar.x-docked-bottom{border-top:0}.x-msgbox .x-field{margin:.4em .4em 0 .4em;min-height:2em;background:#fff;-webkit-border-radius:0.2em;border-radius:0.2em}.x-msgbox .x-field:last-child{margin-bottom:.4em}.x-msgbox .x-field .x-clear-icon{margin:.4em}.x-msgbox .x-form-field{min-height:1.5em;-webkit-appearance:none}.x-msgbox-text{font-size:.9em;text-align:center;padding:6px 0;line-height:1.4em}.x-msgbox-buttons{padding:0.4em 0;height:auto}.x-msgbox-buttons .x-button{min-width:4.5em}.x-msgbox-buttons .x-button-normal span{opacity:.7}.x-msgbox-dark .x-msgbox-text{color:rgba(204, 204, 204, 0.9);text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0}.x-msgbox-dark .x-msgbox-input{background-color:rgba(204, 204, 204, 0.9);background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(179,179,179,0.9)), color-stop(10%, rgba(191,191,191,0.9)), color-stop(65%, rgba(204,204,204,0.9)), color-stop(100%, rgba(205,205,205,0.9)));background-image:-webkit-linear-gradient(rgba(179,179,179,0.9),rgba(191,191,191,0.9) 10%,rgba(204,204,204,0.9) 65%,rgba(205,205,205,0.9));background-image:linear-gradient(rgba(179,179,179,0.9),rgba(191,191,191,0.9) 10%,rgba(204,204,204,0.9) 65%,rgba(205,205,205,0.9));border:0.1em solid rgba(102, 102, 102, 0.9)}.x-loading-spinner{font-size:250%;height:1em;width:1em;position:relative;-webkit-transform-origin:0.5em 0.5em}.x-loading-spinner > span,.x-loading-spinner > span:before,.x-loading-spinner > span:after{display:block;position:absolute;width:0.1em;height:0.25em;top:0;-webkit-transform-origin:0.05em 0.5em;-webkit-border-radius:0.05em;border-radius:0.05em;content:" "}.x-loading-spinner > span.x-loading-top{background-color:rgba(170, 170, 170, 0.99)}.x-loading-spinner > span.x-loading-top::after{background-color:rgba(170, 170, 170, 0.9)}.x-loading-spinner > span.x-loading-left::before{background-color:rgba(170, 170, 170, 0.8)}.x-loading-spinner > span.x-loading-left{background-color:rgba(170, 170, 170, 0.7)}.x-loading-spinner > span.x-loading-left::after{background-color:rgba(170, 170, 170, 0.6)}.x-loading-spinner > span.x-loading-bottom::before{background-color:rgba(170, 170, 170, 0.5)}.x-loading-spinner > span.x-loading-bottom{background-color:rgba(170, 170, 170, 0.4)}.x-loading-spinner > span.x-loading-bottom::after{background-color:rgba(170, 170, 170, 0.35)}.x-loading-spinner > span.x-loading-right::before{background-color:rgba(170, 170, 170, 0.3)}.x-loading-spinner > span.x-loading-right{background-color:rgba(170, 170, 170, 0.25)}.x-loading-spinner > span.x-loading-right::after{background-color:rgba(170, 170, 170, 0.2)}.x-loading-spinner > span.x-loading-top::before{background-color:rgba(170, 170, 170, 0.15)}.x-loading-spinner > span{left:50%;margin-left:-0.05em}.x-loading-spinner > span.x-loading-top{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg)}.x-loading-spinner > span.x-loading-right{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg)}.x-loading-spinner > span.x-loading-bottom{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg)}.x-loading-spinner > span.x-loading-left{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg)}.x-loading-spinner > span::before{-webkit-transform:rotate(30deg);-moz-transform:rotate(30deg)}.x-loading-spinner > span::after{-webkit-transform:rotate(-30deg);-moz-transform:rotate(-30deg)}.x-loading-spinner{-webkit-animation-name:x-loading-spinner-rotate;-webkit-animation-duration:.5s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear}@-webkit-keyframes x-loading-spinner-rotate{0%{-webkit-transform:rotate(0deg)}8.32%{-webkit-transform:rotate(0deg)}8.33%{-webkit-transform:rotate(30deg)}16.65%{-webkit-transform:rotate(30deg)}16.66%{-webkit-transform:rotate(60deg)}24.99%{-webkit-transform:rotate(60deg)}25%{-webkit-transform:rotate(90deg)}33.32%{-webkit-transform:rotate(90deg)}33.33%{-webkit-transform:rotate(120deg)}41.65%{-webkit-transform:rotate(120deg)}41.66%{-webkit-transform:rotate(150deg)}49.99%{-webkit-transform:rotate(150deg)}50%{-webkit-transform:rotate(180deg)}58.32%{-webkit-transform:rotate(180deg)}58.33%{-webkit-transform:rotate(210deg)}66.65%{-webkit-transform:rotate(210deg)}66.66%{-webkit-transform:rotate(240deg)}74.99%{-webkit-transform:rotate(240deg)}75%{-webkit-transform:rotate(270deg)}83.32%{-webkit-transform:rotate(270deg)}83.33%{-webkit-transform:rotate(300deg)}91.65%{-webkit-transform:rotate(300deg)}91.66%{-webkit-transform:rotate(330deg)}100%{-webkit-transform:rotate(330deg)}} diff --git a/lib/resources/css/apple.css b/lib/resources/css/apple.css index e14197d..05e0c3c 100644 --- a/lib/resources/css/apple.css +++ b/lib/resources/css/apple.css @@ -1 +1 @@ -body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:""}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}*:focus{outline:none}html,body{font-family:"Helvetica Neue", HelveticaNeue, "Helvetica-Neue", Helvetica, "BBAlpha Sans", sans-serif;font-weight:normal;position:relative;-webkit-text-size-adjust:none}.x-desktop html,.x-desktop body{overflow:hidden}*,*:after,*:before{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);-webkit-user-select:none;-webkit-touch-callout:none}.x-ios.x-tablet .x-landscape *{-webkit-text-stroke:1px transparent}body{font-size:104%}body.x-ios{-webkit-backface-visibility:hidden}body.x-android.x-phone{font-size:116%}body.x-ios.x-phone{font-size:114%}body.x-desktop{font-size:114%}input,textarea{-webkit-user-select:text}.x-hidden-visibility{visibility:hidden !important}.x-hidden-display,.x-field-hidden{display:none !important}.x-hidden-offsets{position:absolute !important;left:-10000em;top:-10000em;visibility:hidden}.x-fullscreen{position:absolute !important}.x-desktop .x-body-stretcher{margin-bottom:0px}.x-draggable{z-index:1}.x-mask{position:absolute;top:0;left:0;bottom:0;right:0;height:100%;z-index:10;display:-webkit-box;display:box;-webkit-box-align:center;box-align:center;-webkit-box-pack:center;box-pack:center;background:rgba(0, 0, 0, 0.3) center center no-repeat}.x-mask.x-mask-gray{background-color:rgba(0, 0, 0, 0.5)}.x-mask .x-mask-inner{display:none;background:rgba(0, 0, 0, 0.25);color:#fff;text-align:center;padding:.4em;font-size:.95em;font-weight:bold;-webkit-border-radius:0.5em;border-radius:0.5em}.x-mask .x-loading-spinner-outer{display:-webkit-box;display:box;-webkit-box-orient:vertical;box-orient:vertical;-webkit-box-align:center;box-align:center;-webkit-box-pack:center;box-pack:center;width:8.5em;height:8.5em}.x-mask .x-mask-msg{text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0;-webkit-box-flex:0 !important}.x-mask.x-mask-loading .x-mask-inner,.x-mask.x-mask-text .x-mask-inner{display:block}.x-mask:not(.x-mask-loading) .x-loading-spinner-outer{display:none}.x-mask:not(.x-mask-text) .x-mask-msg{display:none}.x-dragging{opacity:0.7}.x-panel-list{background-color:white}.x-html{-webkit-user-select:auto;-webkit-touch-callout:inherit;line-height:1.5;color:#333;font-size:.8em;margin:1.2em}.x-html body{line-height:1.5;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;color:#333333;font-size:75%}.x-html h1,.x-html h2,.x-html h3,.x-html h4,.x-html h5,.x-html h6{font-weight:normal;color:#222222}.x-html h1 img,.x-html h2 img,.x-html h3 img,.x-html h4 img,.x-html h5 img,.x-html h6 img{margin:0}.x-html h1{font-size:3em;line-height:1;margin-bottom:0.50em}.x-html h2{font-size:2em;margin-bottom:0.75em}.x-html h3{font-size:1.5em;line-height:1;margin-bottom:1.00em}.x-html h4{font-size:1.2em;line-height:1.25;margin-bottom:1.25em}.x-html h5{font-size:1em;font-weight:bold;margin-bottom:1.50em}.x-html h6{font-size:1em;font-weight:bold}.x-html p{margin:0 0 1.5em}.x-html p .left{display:inline;float:left;margin:1.5em 1.5em 1.5em 0;padding:0}.x-html p .right{display:inline;float:right;margin:1.5em 0 1.5em 1.5em;padding:0}.x-html a{text-decoration:underline;color:#0066cc}.x-html a:visited{color:#004c99}.x-html a:focus{color:#0099ff}.x-html a:hover{color:#0099ff}.x-html a:active{color:#bf00ff}.x-html blockquote{margin:1.5em;color:#666666;font-style:italic}.x-html strong,.x-html dfn{font-weight:bold}.x-html em,.x-html dfn{font-style:italic}.x-html sup,.x-html sub{line-height:0}.x-html abbr,.x-html acronym{border-bottom:1px dotted #666666}.x-html address{margin:0 0 1.5em;font-style:italic}.x-html del{color:#666666}.x-html pre{margin:1.5em 0;white-space:pre}.x-html pre,.x-html code,.x-html tt{font:1em "andale mono", "lucida console", monospace;line-height:1.5}.x-html li ul,.x-html li ol{margin:0}.x-html ul,.x-html ol{margin:0 1.5em 1.5em 0;padding-left:1.5em}.x-html ul{list-style-type:disc}.x-html ol{list-style-type:decimal}.x-html dl{margin:0 0 1.5em 0}.x-html dl dt{font-weight:bold}.x-html dd{margin-left:1.5em}.x-html table{margin-bottom:1.4em;width:100%}.x-html th{font-weight:bold}.x-html thead th{background:#c3d9ff}.x-html th,.x-html td,.x-html caption{padding:4px 10px 4px 5px}.x-html table.striped tr:nth-child(even) td,.x-html table tr.even td{background:#e5ecf9}.x-html tfoot{font-style:italic}.x-html caption{background:#eeeeee}.x-html .quiet{color:#666666}.x-html .loud{color:#111111}.x-html ul li{list-style-type:circle}.x-html ol li{list-style-type:decimal}.x-video{background-color:#000}.x-sortable .x-dragging{opacity:1;z-index:5}.x-fullscreen{background:#eeeeee}.x-map{background-color:#edeae2}.x-mask-map{background:transparent !important}.x-img{background-repeat:no-repeat}.x-video{height:100%;width:100%}.x-video > *{height:100%;width:100%;position:absolute}.x-video-ghost{-webkit-background-size:100% auto;background:black url() center center no-repeat}audio{width:100%}.x-panel,.x-panel-body{position:relative}.x-panel.x-floating{padding:6px;-webkit-border-radius:0.3em;border-radius:0.3em;-webkit-box-shadow:rgba(0, 0, 0, 0.8) 0 0.2em 0.6em;background-color:#242e3a;background-image:none}.x-panel.x-floating.x-floating-light{background-color:#7c92ae;background-image:none}.x-panel.x-floating .x-panel,.x-panel.x-floating .x-scroll-view{background-color:#fff;-webkit-border-radius:0.3em;border-radius:0.3em}.x-anchor{width:1.631em;height:0.7em;position:absolute;z-index:1;-webkit-mask:0 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAPCAYAAABut3YUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPZJREFUeNpi/PX7LwOFwAyIG6HseiA+Ra5BjBQ6xg+IVwAxJ5T/HYgjgHgTOYYxUeCQUiBeh+QQBih7HVSOLiHDDMSTgTiTgLrpQJwLxH9p5RhOaLT4EakeFF3RQPyF2o6RhkaBGYkheRmIPYH4KbXSjC4QnyTDIch6danhGCcgPgwNGXKBNNQMb0ocEwXE24GYn4FyADJjI76Ej88x7UC8FIjZGKgHQDlxGtRsZmISMMjy+dBQoSXYBC0gv+NyDD80xzgx0AeAqg4fIH6NHk0qQHyMjg6B1WvHYDkNFjIgwS1ALMowMOAjEAeBHINe2Q0U+AUQYACQ10C2QNhRogAAAABJRU5ErkJggg==') no-repeat;-webkit-mask-size:1.631em 0.7em;overflow:hidden;background-color:#242e3a}.x-anchor.x-anchor-bottom{-webkit-transform:rotate(180deg);background-color:#242e3a}.x-anchor.x-anchor-left{-webkit-transform:rotate(270deg)}.x-anchor.x-anchor-right{-webkit-transform:rotate(90deg)}.x-floating.x-panel-light:after{background-color:#7c92ae}.x-button{-webkit-background-clip:padding;background-clip:padding-box;-webkit-border-radius:0.4em;border-radius:0.4em;display:-webkit-box;display:box;-webkit-box-align:center;box-align:center;min-height:1.8em !important;padding:.3em .6em;position:relative;overflow:hidden}.x-button,.x-toolbar .x-button{border:0.1em solid #999999;border-top-color:#a6a6a6;color:black;text-shadow:rgba(255, 255, 255, 0.25) 0 0.08em 0;-webkit-box-shadow:rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-button.x-button-back:before,.x-button.x-button-forward:before,.x-toolbar .x-button.x-button-back:before,.x-toolbar .x-button.x-button-forward:before{background:#999999}.x-button,.x-button.x-button-back:after,.x-button.x-button-forward:after,.x-toolbar .x-button,.x-toolbar .x-button.x-button-back:after,.x-toolbar .x-button.x-button-forward:after{background-color:#ccc;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2f2f2), color-stop(50%, #d9d9d9), color-stop(51%, #cccccc), color-stop(100%, #bfbfbf));background-image:-webkit-linear-gradient(#f2f2f2,#d9d9d9 50%,#cccccc 51%,#bfbfbf);background-image:linear-gradient(#f2f2f2,#d9d9d9 50%,#cccccc 51%,#bfbfbf)}.x-button .x-button-icon.x-icon-mask,.x-toolbar .x-button .x-button-icon.x-icon-mask{background-color:black;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #262626), color-stop(50%, #0d0d0d), color-stop(51%, #000000), color-stop(100%, #000000));background-image:-webkit-linear-gradient(#262626,#0d0d0d 50%,#000000 51%,#000000);background-image:linear-gradient(#262626,#0d0d0d 50%,#000000 51%,#000000)}.x-button.x-button-pressed,.x-button.x-button-active,.x-toolbar .x-button.x-button-pressed,.x-toolbar .x-button.x-button-active{-webkit-box-shadow:inset #aaa1a1 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-button.x-button-pressed,.x-button.x-button-pressed:after,.x-button.x-button-active,.x-button.x-button-active:after,.x-toolbar .x-button.x-button-pressed,.x-toolbar .x-button.x-button-pressed:after,.x-toolbar .x-button.x-button-active,.x-toolbar .x-button.x-button-active:after{background-color:#bababa;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a1a1a1), color-stop(10%, #adadad), color-stop(65%, #bababa), color-stop(100%, #bbbbbb));background-image:-webkit-linear-gradient(#a1a1a1,#adadad 10%,#bababa 65%,#bbbbbb);background-image:linear-gradient(#a1a1a1,#adadad 10%,#bababa 65%,#bbbbbb)}.x-button .x-button-icon{width:2.1em;height:2.1em;background-repeat:no-repeat;background-position:center;display:block}.x-button .x-button-icon.x-icon-mask{width:1.3em;height:1.3em;-webkit-mask-size:1.3em}.x-button.x-item-disabled .x-button-label,.x-button.x-item-disabled .x-hasbadge .x-badge,.x-hasbadge .x-button.x-item-disabled .x-badge,.x-button.x-item-disabled .x-button-icon{opacity:.5}.x-button-round,.x-button.x-button-action-round,.x-button.x-button-confirm-round,.x-button.x-button-decline-round{-webkit-border-radius:0.9em;border-radius:0.9em;padding:0.1em 0.9em}.x-button-small,.x-button.x-button-action-small,.x-button.x-button-confirm-small,.x-button.x-button-decline-small,.x-toolbar .x-button-small,.x-toolbar .x-button.x-button-action-small,.x-toolbar .x-button.x-button-confirm-small,.x-toolbar .x-button.x-button-decline-small{-webkit-border-radius:0.3em;border-radius:0.3em;padding:.2em .4em;min-height:0}.x-button-small .x-button-label,.x-button.x-button-action-small .x-button-label,.x-button.x-button-confirm-small .x-button-label,.x-button.x-button-decline-small .x-button-label,.x-button-small .x-hasbadge .x-badge,.x-hasbadge .x-button-small .x-badge,.x-button.x-button-action-small .x-hasbadge .x-badge,.x-hasbadge .x-button.x-button-action-small .x-badge,.x-button.x-button-confirm-small .x-hasbadge .x-badge,.x-hasbadge .x-button.x-button-confirm-small .x-badge,.x-button.x-button-decline-small .x-hasbadge .x-badge,.x-hasbadge .x-button.x-button-decline-small .x-badge,.x-toolbar .x-button-small .x-button-label,.x-toolbar .x-button.x-button-action-small .x-button-label,.x-toolbar .x-button.x-button-confirm-small .x-button-label,.x-toolbar .x-button.x-button-decline-small .x-button-label,.x-toolbar .x-button-small .x-hasbadge .x-badge,.x-hasbadge .x-toolbar .x-button-small .x-badge,.x-toolbar .x-button.x-button-action-small .x-hasbadge .x-badge,.x-hasbadge .x-toolbar .x-button.x-button-action-small .x-badge,.x-toolbar .x-button.x-button-confirm-small .x-hasbadge .x-badge,.x-hasbadge .x-toolbar .x-button.x-button-confirm-small .x-badge,.x-toolbar .x-button.x-button-decline-small .x-hasbadge .x-badge,.x-hasbadge .x-toolbar .x-button.x-button-decline-small .x-badge{font-size:.6em}.x-button-small .x-button-icon,.x-button.x-button-action-small .x-button-icon,.x-button.x-button-confirm-small .x-button-icon,.x-button.x-button-decline-small .x-button-icon,.x-toolbar .x-button-small .x-button-icon,.x-toolbar .x-button.x-button-action-small .x-button-icon,.x-toolbar .x-button.x-button-confirm-small .x-button-icon,.x-toolbar .x-button.x-button-decline-small .x-button-icon{width:.75em;height:.75em}.x-iconalign-left,.x-icon-align-right{-webkit-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:reverse;box-direction:reverse}.x-iconalign-top,.x-iconalign-bottom{-webkit-box-orient:vertical;box-orient:vertical}.x-iconalign-bottom,.x-iconalign-right{-webkit-box-direction:normal;box-direction:normal}.x-iconalign-bottom{-webkit-box-direction:reverse;box-direction:reverse}.x-iconalign-center{-webkit-box-pack:center;box-pack:center}.x-iconalign-left .x-button-label,.x-iconalign-left .x-hasbadge .x-badge,.x-hasbadge .x-iconalign-left .x-badge{margin-left:0.3em}.x-iconalign-right .x-button-label,.x-iconalign-right .x-hasbadge .x-badge,.x-hasbadge .x-iconalign-right .x-badge{margin-right:0.3em}.x-button-label,.x-hasbadge .x-badge{-webkit-box-flex:1;box-flex:1;-webkit-box-align:center;box-align:center;white-space:nowrap;text-overflow:ellipsis;text-align:center;font-weight:bold;line-height:1.2em;display:block;overflow:hidden}.x-toolbar .x-button{margin:0 .2em;padding:.3em .6em}.x-toolbar .x-button .x-button-label,.x-toolbar .x-button .x-hasbadge .x-badge,.x-hasbadge .x-toolbar .x-button .x-badge{font-size:.7em}.x-button-forward,.x-button-back{position:relative;overflow:visible;height:1.8em;z-index:1}.x-button-forward:before,.x-button-forward:after,.x-button-back:before,.x-button-back:after{content:"";position:absolute;width:0.773em;height:1.8em;top:-0.1em;left:auto;z-index:2;-webkit-mask:0.145em 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAABGCAYAAADb7SQ4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAiNJREFUeNrEWb9LQlEUvj5BcHoQvMnVKXD1D3CLwqBJbHJsazQaWoSCxgbHJiMIAiNok6AhCDdXVycnJ8EQOgeOYaG+d39998KH+HyP753zzjnfd325xfdSgVeV8B6BScuEV0IRSbxHeCMk/AVFXCA8ScQKSXxPqK0fQBBfE5r/D+Y8VzUT9jb94DPimqRYIYkrhGcpKhhxIqTxrpNcExdlQJTTTnRJnCc8ykhUSOIOoZ71ZFfEZ4S2zgUu+rguxZRHEnPbfKRVsOtUl0RtYpOLTYljIS2Z3nVk2DY9SbNCEt8RDm0rUpe4La1jvXSqmtum72raZI24KuNQIYl/nSGSOJb0Jq61M0pxhjwK9304hUjHGSKILzc5Q5drUzttdYY+I97pDH1FzG0zNFUb04gTG4kzJS5kdYauiZtZnaFr4ooKsCIVaDHxKAQxt1NBnGIVHfGCcEQYh3jGU8KBfMKLiyM+lgzAq/qT0ArVTg+Ei1B9fEPoovV4fcfQd2HedScX39GprwGTNjJn0maTELN6IuSzECLB6T5x2eM66jQgnIeSxa60GnS3uL56tr7b1Ai0JPVwYi6yho2U2lgfKym19VxjMRHzEGbvS9K+RBPzetGVUpf29lZHSl2/DMnLvwh1ZMQrKW3Ic4fvJOZS6ZMQW5hpmpT63DvtlFLfm7bBNruM2C2yXb7y3U6ZpRS5P/4jpUjihRTbCJ3q1eL3GMMfAQYAJmB6SBO619IAAAAASUVORK5CYII=') no-repeat;-webkit-mask-size:0.773em 1.8em;overflow:hidden}.x-button-back,.x-toolbar .x-button-back{margin-left:0.828em;padding-left:.4em}.x-button-back:before,.x-toolbar .x-button-back:before{left:-0.693em}.x-button-back:after,.x-toolbar .x-button-back:after{left:-0.628em}.x-button-forward,.x-toolbar .x-button-forward{margin-right:0.828em;padding-right:.4em}.x-button-forward:before,.x-button-forward:after,.x-toolbar .x-button-forward:before,.x-toolbar .x-button-forward:after{-webkit-mask:-0.145em 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAABGCAYAAADb7SQ4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAXlJREFUaN7lmTFqAlEQhh8EhFSCYJXW1law9QAewMrWAwQWAmmtbPcGHiCQ1gPYCla2QsDKSsgmQecvFqImu2/fzry/2OLb9mt23vwz47Kvn5MwEFxM8DkLB6HHEIOd0GGIwUpoMcRgyRKDOUsMJizxpzBiiMFR6DPEeZl1GWKwFh4ZYvAmPDDEqmVWVQxmLPG3MGaIVcosVAz2whNDDDZCmyEG7yFlpiEGKUsMEpb4XKXMtMXeiVVb7J1YLcRgW1ZmVuLSxGopLkys1mLwwhL/mVhjie8Sayxx3kp7DPFVYo0tzhNriyEGU5Z40TjxtDE/F6WcDowHBE/msDFNImG0xZQRBAonDCvxhhH2vKZIZ9Ds+7EDfaWFnKZ4xhja5owxdcnYCAQv1p1Gi4sprn08cZbDt6ZYZasXIn5mLFHTjLCvVt1V+4rVt/M+4r3FPaJMbHaBKRKb3pyKxKZXtv/Er4yjZpRL6q042u34tzh4xV9H/FHnqBHKBQeEd6aqqwD6AAAAAElFTkSuQmCC') no-repeat}.x-button-forward:before,.x-toolbar .x-button-forward:before{right:-0.693em}.x-button-forward:after,.x-toolbar .x-button-forward:after{right:-0.628em}.x-button.x-button-plain,.x-toolbar .x-button.x-button-plain{background:none;border:0 none;-webkit-box-shadow:none;box-shadow:none;-webkit-border-radius:none;border-radius:none;min-height:0;text-shadow:none;line-height:auto;height:auto;padding:0.5em}.x-button.x-button-plain > *,.x-toolbar .x-button.x-button-plain > *{overflow:visible}.x-button.x-button-plain .x-button-icon,.x-toolbar .x-button.x-button-plain .x-button-icon{-webkit-mask-size:1.4em;width:1.4em;height:1.4em}.x-button.x-button-plain.x-button-pressed,.x-toolbar .x-button.x-button-plain.x-button-pressed{background:none;-webkit-box-shadow:none;background-image:-webkit-gradient(radial, 50% 50%, 0, 50% 50%, 24, color-stop(0%, rgba(248,251,254,0.7)), color-stop(100%, rgba(248,251,254,0)));background-image:-webkit-radial-gradient(rgba(248,251,254,0.7),rgba(248,251,254,0) 24px);background-image:radial-gradient(rgba(248,251,254,0.7),rgba(248,251,254,0) 24px)}.x-button.x-button-plain.x-button-pressed .x-button-icon,.x-toolbar .x-button.x-button-plain.x-button-pressed .x-button-icon{background-color:#fff;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e6e6e6), color-stop(10%, #f2f2f2), color-stop(65%, #ffffff), color-stop(100%, #ffffff));background-image:-webkit-linear-gradient(#e6e6e6,#f2f2f2 10%,#ffffff 65%,#ffffff);background-image:linear-gradient(#e6e6e6,#f2f2f2 10%,#ffffff 65%,#ffffff)}.x-segmentedbutton .x-button{margin:0;-webkit-border-radius:0;border-radius:0}.x-segmentedbutton .x-button.x-first{-webkit-border-top-left-radius:0.4em;border-top-left-radius:0.4em;-webkit-border-bottom-left-radius:0.4em;border-bottom-left-radius:0.4em}.x-segmentedbutton .x-button.x-last{-webkit-border-top-right-radius:0.4em;border-top-right-radius:0.4em;-webkit-border-bottom-right-radius:0.4em;border-bottom-right-radius:0.4em}.x-segmentedbutton .x-button:not(:first-child){border-left:0}.x-hasbadge{overflow:visible}.x-hasbadge .x-badge{-webkit-border-radius:1em;border-radius:1em;-webkit-background-clip:padding;background-clip:padding-box;padding:.15em .25em;z-index:30;text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0;-webkit-box-shadow:#000 0 .1em .2em;overflow:hidden;color:#fff;border:2px solid #fff;position:absolute;width:auto;min-width:2em;height:2em;line-height:1.2em;font-size:.6em;top:-0.15em;right:0px;max-width:100%;background-color:#990000;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e60000), color-stop(50%, #b30000), color-stop(51%, #990000), color-stop(100%, #800000));background-image:-webkit-linear-gradient(#e60000,#b30000 50%,#990000 51%,#800000);background-image:linear-gradient(#e60000,#b30000 50%,#990000 51%,#800000);display:inline-block}.x-tab .x-button-icon.action,.x-button .x-button-icon.x-icon-mask.action{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFI0lEQVRoBe2YW4hVVRjHZ0yzq6lFEaMlE0PShYRAJIl6iEqKHnqI6WJB0IvdICkfEk0aIyo0KFCph8giCitI7CkoohQL7SoZDaQmXSgKo4uWNf1+zt7DOXvOOXuvvc85bc+cD36ssy/r+77/Xmt9e+3TOzIy0jORbNJEEqvWruBOH/HuCHdHuMOeQOmmdO+ozaA5oxXPunSC2Re4MbgCNiB6vvqbKbx0giNxp9BeBU/BIJqnRecLN2UVrLDj4GIYgscRfSltYSuzYMUdA/0wCI8ieglM5XduK7vgWJhTegGshucRfQHkyj1XpziLNrfmOh2ug1dhMaJn0gbZZDpNpsexQb2y3azfKXCAwns4W5dMd7m2B2ANLCT/x/A/nKknN5mUhWFp1g4Z7vM14jrbBZvgEwi1tAdkDEf3ZrgI0S/RrkP4IdqGpuA+cJo0yw7iyNfJmzAcMrokfjp93HC4XrPYCdzkgPXDPPqvJN7eRh0VrBWqfKMuev6k3Qzr4SP4HWqOFIkZ73iYA/NhLpwPZ4LLS+FZzUp+GtwAA/heS/sGwv+irWnXc9bdTRF20/8eOBWmEKwnCectOrPhSlgF2+Bb+Bl+AxP8B/6FvLn8Td8fYQXMSubgsVZU8Cv4mAeNhC7k+jLYCopzrRURlvZA9P8WLIJJlcI5zi1Ypw+Dr4oqp3EAzlsbLCjfg1PeEUxLtlnXXU4/wQboq8gpl2BHx2l5UuyosuW8I6rQb8Bp1iwRefy4VN6FReaopU3pX7jnhwSO7MmVIiNnJ3L+DtgHCm3ltA0RH4/26rhKk1tdu4kr7yeuHkKgU3rMqI5ncfAQDIKbg14oi1nJv4OvTShthC9LjmTyGB8XwhZw+oQ8+Xbc68C8AOboK6+YYPpfDV+B06YdAkJiuMtzhvrOP1JYafMLpu/Z8CmEJNGOe60fz0J/cjZmWcP0G2+sWZ/aUnCqhFosOq7gyf6uOT888th+Ot0HmxF7MOkgt2AcXQNLkg5rHPv+dffjVvPX6PdeWtf7MJhUssD578ZtEGL6sY4MIfTjeh1zCWZ0Z+DwQXAkapkjtzviPdoPYB+JuJVMNfy7QQkR7MbGPfRaYhi7ruUSjLcbwe1k0tw2vgivwy6C70/ekPE4JK+N+HySWDuz+A5xXOnvlsqD6Lf/QjwBnxNc4a02YwzBeuIdyBosWDDT7RKcn1MRYA+/V8ImAv9Rcb5VP53ufoQ8AB8S0+PMFiwYz5fDzCjCF7SLCbojOm514zZ3HViYLIZVxmD4h8B0rtWtFXkEn4tTv22thPe2SawVeDs8TTz/NqoyhLqDGoC7wervt3lNCxKMY/fIc+BLuJXgn9G20pyuVuA1sJF4vt7GjHx8nZnT7XAXzIXnoK4FCcbLVHAqLW+DWF8v78Aq2EY8v7zGDK2+EmfBI3AtTAPNTU1dCxXs/a6ht+t6bM4FNykvw/0IdYSrDLHu8iyeQ7Cg6mLKQahgd0pbSOJwit/cl6Np6p+BrxGn6hNUp1z3m/tOWAH+DrIgwSTQcBcTFLnOzcRwSjZ6j/vdvQyCxRrSanu0mWvZqp3LjkbBuYTGnSac4CxreCQqJPFD+r/bhq+dtOSyCO7DyWzIcm9avKLXXb+FcskiYjlBfB0lP9KLJp+nv6N7ZL+cp7N9sgg+L6/zMvabcEWrK7iM07CZOXVHuJlPs4y+rNJ74JkyJpczp62N+vWOfpw0uqWzrnXXcGeN53g13REe/0w660x3hDtrPMer+Q9LNCcV91c+jgAAAABJRU5ErkJggg==')}.x-tab .x-button-icon.add,.x-button .x-button-icon.x-icon-mask.add{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAABqUlEQVRoBe2awWnDUBBE843B4NxcQSAFOC4lJeTkoxtJDykgvRhcgCFNJCFgIs+ChEHSJX93YT6ZD4ssmR3NztNFH5Wu6+6iVynlEZpbp+4J3s5OjWm7DRxZuMMCdUB9oyzNmrJe01hEejMtM5exIh6bCI3JbFkDT27EckEDs5DI8iHCWcmy6IowC4ksHyKclSyLrgizkMjyIcJZybLoijALiSwfIpyVLItuOGFso/xiuEvAgJdeK0DqJrHEhtsTTh9ul9y/ChR2KE+Y1ruDt2ccI7d6PszcK+oFFblWELt3Cn6i/8epMW5/W+LKGrUZ/0NwboF5QxuPsfY8dmOxJs41cBOYHCZF2BFeE60i3AQmh0kRdoTXRKsIN4HJYVKEHeE10frvCNvr4RH1HojH3rGHr3hqA7VdkxPKvuKJ3AA4hn7BM3xxA5N71Fdv1gz/tax3P+hFHmsJwM/8wraMadqOh5GuXda76rVqNWb7wgeevQvRRQ1MBCPFiginxEokKsJEMFKsiHBKrESiIkwEI8WKCKfESiQqwkQwUqyIcEqsRKIiTAQjxcoVrP83/9czD9EAAAAASUVORK5CYII=')}.x-tab .x-button-icon.arrow_down,.x-button .x-button-icon.x-icon-mask.arrow_down{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGRTdGMTE3NDA3MjA2ODExOTJDQUMyNUQwRUE4NjdEQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxQTFBMDFDQ0I5NEYxMURGQUU1RjlGMEFERUNDQTVEMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyMkRCMDIxMkI5NEUxMURGQUU1RjlGMEFERUNDQTVEMCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjMwRTE0QzVBNDIyMjY4MTFCQ0ZCOTAzOTcwNzcyRkVCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZFN0YxMTc0MDcyMDY4MTE5MkNBQzI1RDBFQTg2N0RCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+HfrH/AAAAeVJREFUeNrs2cFHBGEUAPA3zYqIiIhOnTpFRHSKrp26RqeuEV077R/QqWtE166dOkVERHRa9hQRnZalFcv0Hk/W1Mx+38z3vvlm5j3eZW+/9+abne+9KEkSaFPMQMtCwQpWsIIVrGAFK1jBClawgo2ik/4hiqJGwLKuvfpIc5xSkWqYr5hzU1s/mRNxXTPsJ+ZqluvXlwOmSj3XBDvG3M1rpAmYYoUrFzr4ZNqTawqm2MH8Dhh7ZXJUbcAUx4FinzBnJcAUl4FhP/jIgRSYKvkYCJaO2LbNv08RMMUy5nsA4COTLy0XYIqtil9iF6aflq7AwBWuAvuQ9ZKSBgNX2ieWjtKSzeXBNZgqfe8J+4W5aXtbcg0GrvibB/BhkeuhBJhigzsghT0veh+WAlMcCGHvMOMQwcCdcIntYy6WmXhIg2PuiAvsEHO97IhHGgzckb4D8L6LmZYPMHBnhiWwXVdDPF9g4A4Vwd66nFr6BAN3ygbbw1yoMzjmjplgB5hrrufSvsHAHesZDOD2JAbxVYCBOzfIAZ9JbR6qAgN3cPwP9kZy1VIlGLiTdluCmoOBO/pnS9Bk8DzmS3pL4BMcpZEe1qX0GI/atC4dQYXRMa1MU0IX4gpWsIIVrGAFK1jBCnYUPwIMAPUPAyFL+nRdAAAAAElFTkSuQmCC')}.x-tab .x-button-icon.arrow_left,.x-button .x-button-icon.x-icon-mask.arrow_left{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGRTdGMTE3NDA3MjA2ODExOTJDQUMyNUQwRUE4NjdEQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGMDZEQTFBREFDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGMDZEQTFBQ0FDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFGQzJEMjQxRjIyMDY4MTE4QTZEQzUxMDg5Q0Y0RTRFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZFN0YxMTc0MDcyMDY4MTE5MkNBQzI1RDBFQTg2N0RCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+FXGmxAAAAghJREFUeNrsm09ERFEUxt+rxBAxqyFm1SqiRYpMSpFapUVaRGpTRIpIbWLaFJEoRZtilChRWiRKsyklilYRERERERGZvsN57Wfmvnnnznkfv+WM+bn3e/ePN24mk3E0pcRRllC42FOWy4dc1w30R+fz3LFthEs1TelZ0KlBuAIcgmRgHS5gqlm2RsNTmqbvrUlZycLT4BhUiliWfEwEbII+UeuwT4nzqNZq2Gm1gTu/ZaUIj4NTEBW7tTTY1zUwKH4vbaive6BBw2kpAa6DkA1CeBicgZhVx8McUg5WWNi+83CWiXFfE9ZeAGQR6ukBqJKyu/Gzw7TcXEiS9UuYbiWWeU8ckXYqMT2lozyFW6SeOU0K1/FhPS75RsHUlKbj3KV0WRPC1Nd5sCuxr6anNPV12zFwk2jLCCdtk81XeAIsahL+BVOgH3xrEPayA5rAixZhyj2oB2ktwpR30A5WtQh7vR4DQ+BHg7CXLdAMXrUIU26411dahClvoBVsaBF2uMsjYFRCrwt5a7kOOnjUVQg7vE43cr9VCDu8I6Nep7QIO7z3HgCTvHYXvbCXJe71hxZhyjmv1w9ahCnP/DDb1yLs9boXzGgR9rIAusCnFmHKCff6UYsw5Ymlj7QIU75AN5gz9YVuLu8eB/S+dA+v1+l83pe2Sfg/BRe2OeGfPELhUDgUtip/AgwAw4tbozZtKFwAAAAASUVORK5CYII=')}.x-tab .x-button-icon.arrow_right,.x-button .x-button-icon.x-icon-mask.arrow_right{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGRTdGMTE3NDA3MjA2ODExOTJDQUMyNUQwRUE4NjdEQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGMDZEQTFCMUFDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGMDZEQTFCMEFDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFGQzJEMjQxRjIyMDY4MTE4QTZEQzUxMDg5Q0Y0RTRFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZFN0YxMTc0MDcyMDY4MTE5MkNBQzI1RDBFQTg2N0RCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+xvZexwAAAhhJREFUeNrsm8FHRFEUxu9rxhARsxqiVauYXWoTpTYtUkRqlWkz0WaiTW2iNi3atGhTm4k2E5GYSJRaZcZQtIqIISIiYhgyfZdv/oF59913X+cdfst5733u+c495743XqvVUpKiSwmLWPB/j2QnP/I8L9SH9lN3/KxwQlpKT4FtaR7eAhegR1LRmgEVMCCpSg+CGtNczLbUC8pgQ9I+rCv3LiiBbkmNxwJ93S+p08qCRzAhqbVMg2tQkNRLa1/vg6ILvrY5POTAXdi+tj0tDbOYjUoaDzPgBuQlzcMpcEhSkg4A8lztjBTBin6u0d8iBOvoYwXPSRGsuEcXuWcnJAhuR4G+TksRrGOMfXhWimDFjqzCyUuE4LavS5yxExIEt0OfopRN+DpKbx6MHAtHSfAeWPN7kWQEhDbAMjg1cTHXBdfBLHiSUKXvwZBJsS4LPgCT4NP0hV1L6SZYAcdB3cAlwe9gDlQlTEsP9Gs16Bu5IPgIjIOP/34AoP26Ss82bd00LA/r1Vzk1mM1whCsfTrPpsJ62E7pE/q1HpaPbAn+Betgib1xaGEjpb+Ywrcu7H9BC35m8//mSncTZEqfgRGXxAYpeJNp3FCOhemU/ub+euXqzGlS8AuYBq8unyiYSulLNv9OizUleIcr+6MiEF4n3x7ze2n9OkSfE5/bfmg/30v7ERxaWBcc5Yj/5BELjgXHgiMVfwIMAGPkXbHq6ClAAAAAAElFTkSuQmCC')}.x-tab .x-button-icon.arrow_up,.x-button .x-button-icon.x-icon-mask.arrow_up{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGRTdGMTE3NDA3MjA2ODExOTJDQUMyNUQwRUE4NjdEQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDQUZBQUM3NEFDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDQUZBQUM3M0FDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFGQzJEMjQxRjIyMDY4MTE4QTZEQzUxMDg5Q0Y0RTRFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZFN0YxMTc0MDcyMDY4MTE5MkNBQzI1RDBFQTg2N0RCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+ar3jxgAAAbFJREFUeNrs2j9ExGEcx/H71YmmpoiIaIq4KSKi6dabbo1oiqamm1qboimiNZpuuikiIqLppiPipqYjIuLp+/D95vy6X/frfr/n730e3sst53XP9x7u+V2ilKpM05qpTNkCGGCAAQYYYIABBhhggAEGeNSqpl9IkiQKWNbvfBc7PDdNIz1PPVK7Trd+OMPrRr8l9Uat2nT9+CyCW4yVnnnHowTXqa8UWHcdI3iNGozASscxgReo7h9YxTtfjwXcHoOVBjwJQYNPcmKlLk9EkODGP7FSO0TwOvU+IVjxZAQD1iPZK4CVGiGAZ6lOCVjFE7LhO/i0JKzUK3KImQY3S8ZKHZ4cr8A16sMQWPHkeANepF4MYqWmD2A9arcWsIonqOYafGYJK73yRDkB71nGSnd5r4jKBG9Sn47AunOb4CWq7xAr7dsA61G69wCreMK2TIMvPMFKfZ44I+ADz7DSQ9YhVgS87fiQGtdlmeBlvkNWnndYBljfGT8FgJVDbKco+CoQrBp6mrEyKfgoMOyvpxlZ4CT9vcXj0shWNe8nE8vCfzwABhhggAEGGGCATa1vAQYAZekAmr8OukgAAAAASUVORK5CYII=')}.x-tab .x-button-icon.compose,.x-button .x-button-icon.x-icon-mask.compose{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.delete,.x-button .x-button-icon.x-icon-mask.delete{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.organize,.x-button .x-button-icon.x-icon-mask.organize{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAEdUlEQVRoBe2aS2xMURjHjbbqUaLoI7RChQUiGo9YaEqkoolIkCASSki68dixsLIVYmHbkJA03UgkFRI2QgRBKl4RgtJFK0jUI+o5fv/p68ztmUlHzpzO9PZLfjP3fOfcO9//fOeee+69E4lGo6PCZKPDJFZaQyc4N1mGI5FIMfUVkAfZMPaVwE54yqn6i+8BllQwravgAEyEv5DppsQ8gYPw3hqsJi0bNJ4El0GZzSa6iHcbjLbpsp7DDGX5V8ByyDbLJ+CdUGQLPNGQnkzj3TDFspN68BNkwhDPIY5poG/T1lBYR+LOkuW4uSeR4KXssN48grF9h20NdeukYLRL96Y6vAD2wCwwbQyFvXARPpoVA85fKnXiN4HtvP2Gf0tPG3XWUKNYT4E6PxjvD3x1EDHPZZvgxTTSDBc8gMrKbql5gKHeJh7NM6/AFu91/EVmjHGTFmN+HA3qYSoE7SuO8+zcEawY4vJdfr8Z/ljiqMS3AV2RvjpTPc7V0A623rqJv8RsnynbxDUXXieJuy/LfRmmEzSd7wKtroL2Hcc5BL4LVmRCmbheEIfmHduVQ1muQV/3BN2bJZyqaANbdm/jL+xtm4nfxKcsP08Q/zX8MxV3TDXqx+PYBGUQNHVAI9AsYrsuB9sPVflDT5xH+O7OZn8kK9msJf6G3ooFOOr66+O2NOVL6A7oP/njmmREQcN5LGhy1cLJtBwK++FSLqrVSGvPcrCZGu8DZTqTBSs+zUkarTZTUrerYh50gHYY7rSpRxZCCYTByvouS2FQK42hE9w7S/tKsOaIt/AGfoMWO3OgFLyYb8FaGByHl6C1r27jlsAh8HaN14LD1+x8jN/KNVdqlAvhgq8YfJ/DLYjVUDatk8J905HObd+Cf1rEaHTp5sSL+RacaKWWyO+8E3wLdi4g1QOOCE61x7Kt/UiGsy1jqcY7kuFUeyzF9ok6WA8ZvJjLtbQWEI/hXpLIW4N1rLyiPHV5hP9MsM4or2V7hlH+702XghWE3gAcTRKN3mjY7AZOdZbNCnAug4wTrNXSItCrmmYSZ3tGTNVAo+1nvCLOyLyeT9WC7WlqXNtUCq7vlpTlGkQMeG+Vio9j6NbxMOjtn8u7udjzaJcH1H3uLViVikCzLftqEtsKbeAyNh3LuWAdVM+yr8JsU8hgt9mvGh6ATousEKwgdcvXCMWDFap2mOYBTWK6b3YtNvYDrs9hM0i9BTgB+YMRTbvp0AS6bzaP43I7LUPaDFBvHPVmIy+ZaOp1+TkJX8Dc3/V22gUrYF1jN4L1r0T4NSPXg+sZ2dZZXgRr5m6BymCW8en6rc54BrYAXfu8CFbQmoQ0c1eYoilXw0NQp7gWZzueN8H68S44DbG/IPA9H66AL7FR12tpYk9qetOwGfSaVjcMNVAFie6iqHJv6bws2YaUfLpctYP+S5WoTVr8vjOMvphN4FN4N69Dybs6yw+OCLZ0yrByhS7DmrRaoQE0Kw5707JOf/UvH/ZKewTG/kscFrHSGbpzOHSC/wHSRhVOrpN3ggAAAABJRU5ErkJggg==')}.x-tab .x-button-icon.refresh,.x-button .x-button-icon.x-icon-mask.refresh{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.reply,.x-button .x-button-icon.x-icon-mask.reply{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAES0lEQVRoBe2ZSWgUQRSGM24YTdSo4AYRTcxBEZJDJCoigrtGg6CIgihqogfRgEERguhB40UP6kHw4kEET4J4E9wPAdeg4ALigjuKcSMuMX7/mAmdSU/SXdM9PTPpBx/T3al67/31urq6K5G2trac3mR9epNYaQ0FZ3vFwwqHFc6yEQhv6SwraBc5YYW7DEmWXUhZhSORSC7UwKIgxzAlghE5CZFHoAEKgxTcz8/gCI3gfzHsh6l+xnLq2zfBaC0miXpYDvmgu+kXBGqeC0aohK2D7TAF+kPamKeCETseZdugGgZDSp4RxHFsnghGqKo4H/aB5uoASEtLWjBiZ6KsFlaAHlJpbUkJRmwl6rTcFKW1SktyRoIROhofdbARhlr8OTkMdBPNlWCE6iG0AA5AqRN1Nm1cxbTpn9Qlx8ERO4pIG0Br6yDDqH3pV4kvPdRewCd4C+/ZPdWx7xZxsk1LgqvIZDeUeZzRT/xJ8Dt4BQ/gGjSSVzO/3psEJ4JoY+A4fATNvVTwhjh34RSshMGJ8jO5biuWIJqrc6AJ/kIqhNrF+EFs3fqHYRoMMxFp7dNFME5Hwi5QMLskgrqmgb8M+hgZYRXh5riTYBxpFM9CUKKcxlWOSyHPjVi1jQqmYy7shQ/gNGjQ7f6Q6yWY7UY07XNK4CK0QtAiTOK/J29tLOQ7EU67nIGgtfU1mARMhz6a3zegtCfRHXOYxhXtndJBgGkOT9FQ1Z3oDsFqhBXAFngJpkGD7veN3NclEt1JcKwRHaaD3niCTt40vh6+q2N6rL+2gtUA03p8FL6AaeAg++ntsNwqNqor/kL8OZ2WgF71vEpeq8FvC36uDveJM8qqyenHwzg67oE1MAxMTeLOQyNod0SDqO2hCaDVIma6u3R9OAxq/9WxW9PT+wRsQ7RiE7Gbj4f4v9F8Fujxb1ptfR2tj/cbf04bfbbqZWgsFEM5LITNcBLc3HF6iM2IxXAlWJ0wJXEQfoFb4RJcEwtu8kv/PCiEGdAAevFQJbvL5Rh/j351uRbcLloVmA83ewgUn0TSgq2DRGzloVt9E9yDFoiPqfOvUBHN3erA7TFOtG6fBqdfVp4KtuZLDqr8DrgDdqIPcb2/UYXjAmmu1cLDBIGswX0THMuJHIrgDGglsMZu4nxI0oItgcbjUHP7MyRaanwXrHywvlAFj8E6v+dqZ8MTI9BzHO2DtaC9KY1wIEYurXCO4JrbjyA6CvzO80wwznS3tMAFDpfBKdArnkY4ECOXqwTWUqZvA1mJp4L/+4wKf8ZxDeyE26AlLBBD9HUC14GWr8mezWEc2/oiiNZM/TumGbRLkdQ6nChOT9eJWw3ffakwjjuMRF5wUg9b4QnE5hOHKTVNsSuO3qW9SosN/Yn4KmAQbnnl040f4pelVLCb5Pxq6/st7Vfipn5DwaYjlyn9wgpnSqVM8wwrbDpymdIvrHCmVMo0z15X4X9rh8wHLEjawQAAAABJRU5ErkJggg==')}.x-tab .x-button-icon.search,.x-button .x-button-icon.x-icon-mask.search{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.settings,.x-button .x-button-icon.x-icon-mask.settings{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.star,.x-button .x-button-icon.x-icon-mask.star{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFfUlEQVRoBd2aXahVRRTHz/Ujv+2mZRGZB7W6mtpFikC7+UWUZiqBD0JPFdRL1EMFPfjoU4baS0FUD/UWZBEVShA+BCpmWApRSkgllNpDmZWZt9//eOay72afvWfWOTPn3rvgz8yeWbPW+s/XmT379AwODtZSSQ+CryVgA/gVfIx/pelEhFMBVlvBOaBeFo6Cean8y09KsnMg932TqCOs9M2UhMfhMJVsxtHcAmcbmekLCsqjFKUkvAYG1xSwmEHZqoLyKEVJCDOCNxH9HUCbVl6mULAuXxjrOQlhgl8Bbi0h0Uen3FBS37GqVIQHiHh2SdR16jTlo0t0woycpuxiUDSdHcFeMv3uIWYanTDB3wIWVZBQHP10zuQKvbarUxDWT1HRz1E++Ds99fLtgp6jEmbExhPNcs+IbkZPiCpRCRP5TPCQJ4MJ6A3QSUqjSWzC2ozuC4j+fnSnB+gHq8YmvJKIJgVEpRPX9QH6waqxCa8PjEhHT981H2j6qno0wqzF63BhOUxsom3Zb7aJqGsUjTAONFJlpysXQz7VuXpavrBTzzEJaz1adlzNjHs6RTBvJyZhjZTF/kTaWZZCnlvhsyWgQkPZQpagzsX1bFlAXjGtDdAPUu1p3PPQhCCXkdwG/mta0PWLds060AuAnqtEOjpdbQR3VymX1P9F3UfgGJA9X9F92c/ADaQ2P8V0DJ4/kDbeYKaSvgI2AN0+OGJK1VAbSIhTOXEOybYll2kte77yD4rqrHyb85S9Cl4HtReAyI11/A7HpRq5PSD6oR0f3Rad+H7S1DvV7UgS+tc1cU3n3V/AWJ/SX8BxVuMinow2rNNjlPQVeH0GFg378kDBfLAPXARjZbTPwmUXmOG+bgz71EKFfqKeAUWfREZbJxyCxyOOqEuHER4qrNUWovwy0CFktBHV4eNZMNvxyaaFhKWAaBt/HJwEo4W0luSKLMF8viVhp4iBeeBd8CcYqcQ1qi+CKS7uVmklYdcQY0+C42Ckkf6EmO51cVal3oRlCFkCdKgfCWtbo7obDO3AVWQbHHyUsjo40E6uq9cvQbdG+wN892fj8s0HjXDWKA51/t4JUo72H/jTDtybjSUkbyYsJ0gdfAtSjfTn+JoWQjCv2+57a4M1QaQSvZvrMsIs7RJejGcdUlLJUhzpZsYsZsJcCen6ZwCE3IaYA2021OfUdU3fJltmwni7Fvh+KDMF16KR3ux0lWuSdgjPxeNdJq/tNdKNqJaSSUyEmVK6JNPomtqbIh3eSKNsEmvAarfJ5LEzjbbR59MtpqyEb8eZjpndkhtxvNri3Er4YZxpx+yW6Jdhi8V5MOHm+n0QZ9afo0u0fQO8A5S3iPaQ1cTSG9w4f/SqesZBH/gRWI6T+gyyxfkgvw2cMdrS+/lTzpZvGnyWxsnTwHLRd4R2a/OBqQyoztKBe/P2qp6DCBOUptKHhuA+pU1fq2Co0/F0L9CVaghxXTbWW9ktKg8lrFfCrwODeh/9wgu1bEDo6OT2Fvgb+JLWq+nQEsnaa5UPJbwKBxc8A9KXPG1O3u+u6E4F24GvD3XMDjCxFcF8uTdhjGpHfwn49L42lCeAdyDZwGi3HpwAPr6+Q29htn1ZPoSwfuz3ewShXVcBNz62lzkvq6O9DjZHgQ9p72kdQljvob9VBPAN9Q+UEQmpw5b+Sf8e0FotI/4a9ZN8bIcQXlnh9AD1y3ychuhgU0tpJyhb14epn+ljN+Sk9S9G1ct50d8SdgF9x9EO3lHB5hXwPEYfA8dbGD9LuWZBtfj0inSQWUDTKzu1dAB5Dkz2tdOOHn70LvwVyMag/FYwzse295Rukq5j+G1wEOib66PAy5FPMD46+NPmqTV7CpwGGvkJPm2l8z8GWDNDloqpGQAAAABJRU5ErkJggg==')}.x-tab .x-button-icon.trash,.x-button .x-button-icon.x-icon-mask.trash{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFBElEQVRoBe2aS4gdRRRA8+L/m0QIJkYNLlQUNOAvigpRcCEIcSsiCLoLLoILcaM7QVBX4koRshDxt9CFKCoiuvGDCP5QkxCiJhInRo2Ovzie80gPNWX1dL3uesM09IUz3V1169a9daur+031aG5ubkUpGY1GK7G1Dq4Cz9vKiIY74Sv8+72tkWQ7Ay4Bxo+Hu2E3/AuOZBf+ov2TsL6Ef5WNUsGazXvgEHQJMm77N/aeg3Mrh7seOweMM2bWYH+B2OES1/9g9w0oEnSngHHCYO+FGSgRXJ0NM/0idA565BRpKyxSt9J2B5xWY+Mw5Udq6uqKT6XimESlmX4d7sTnA4n6rKJjs7QSSgTrSno7nJyodtFyGr4AP4G6TeLIHweb4A44C0LR1xtgCzwP7aTtIkBvLlSfQjwNZyl7FNa0sU077V4DX0Js25X7cRjPzDb2Nd5FnK7xPbGXskdwxsxOLLRzdnwIj8GvkQFnypqobKLLrgGnOjMzP6cqJijzfn0NXPljmXRNWNC+dcBHM7HA2NELp10nwbaz5iC4OsdidTyrYp3a68ZFi7XJFfNsOBGcUmFnPpbiBWkVZefT7g+OXcTF0EUsFPtaje0Lw0LOzfoM49B4Gy36WMKwK+WDcC2cAmGwXK7YAAYdym9c+NiIdUOdnHODc6DjpPioix9LBvwtPE3QOzjWi7MjBS0M8CGY1huUA1ISg/4cNqXiqcqSwVqJ3AQ/QEmnpm3LR+IzsLYKMD4mA6bBOfAKuFpO28nS9v0Bcxckn9V1Ad9Pg2m/H5cONLT3Mf5fFGfX63hBQG8s7/LXxcdV0nvjMtgKp0MojuaroM60xYB8Z78ZTog6c515B1ylXey+ARe3/0tqFNCy0RjrkdvgOwhH0TeiB2A1uMBNGx9Ta+FZiP34mrIrQR39cECSUzqZYYIcR0mjJtmFwmHUvdenLjwmnUl7Eh05+LP40fjvoGTACYN1Rc6CecGhM7lw2lt+AA7Fg4fOespXgYO0j3pvnXmh3rY+/52+vrXtRSd841rQJ/WV1JVX9eNj14DnjeHnJVw8DBeAnX8A2ynfXwXN+cWUPQUOjNl6i7Jt1I9nCOe+1V0NT4AB/wkvw31QRIoFjDfnwRXgfVbJGZzsry44boTNUGVjlvOToPpV5FvbjXApKE7VLZ6UkpWlDGHH+96pV93/4TSsujGA8MeF51Xw6njuO3soKTth/UTnJQOeqONFlKsBW0SlfdVyDLh9NBkth4AzBqnXKkOGe52+DOeHDGcMUq9Vhgz3On0Zzg8ZzhikXqsMGe51+jKcHzKcMUi9Vhky3Ov0ZTg/ZDhjkHqtMmS41+nLcH7IcMYg9VplOWY4/Md88cEtHbDOVg5Xx9jpsM9Yx52JeAcw1ontTXRdcm9pFz3vBveHdNJN6YPVRhrnivtMlruZ5g7DFxBuXLut8j7sA/d43Yr5CIpJsYAJ7DN2/27Bsw1gwAb3I8wLOp+g4w6+nw/6HddOyszqWDg/Qv2bXFwH4+1SyhyUYtI1YLc85wXn/ORAagWdPVRKUqh3AJwtdTLeWq2rbCoP76cm3bjeLG6ELjZim03XJujyJqXF6rtmeDvGNzMN/ajEAZi2rKOD67t00jVgN7+3dnFgqdsu5XRc6tiS/eUGvBTTNengBIVZPuYG7LcYPjdluYk++bTw++pGyQ34bSy9B35Vs5zEYGfgJfg+x7H/ADoy2VfnrtXoAAAAAElFTkSuQmCC')}.x-tab .x-button-icon.maps,.x-button .x-button-icon.x-icon-mask.maps{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAADl0lEQVRoBe2b24tNURzHjfutXEPycDAltwhJbuMSJUqSB/HiES/+AK9ePc6T8uCFkImQW5KGkdwSxYyMGkZu45bbDOPzyZyTrJnjnDkGrVm/+szas2bv397f33ftPS+/Vdba2toj5igj0NcfRkG/3qWIJdcIrs/AO6gDq7cKPkOjUNAmxr8ePJsix8NUWAvLoapowSQawIUzYCZUwAqohF3QAjtgGTyCy5x/nfEu1MNDCmAxuiS4Vy8ST4DZMB9WwiTIRUGC26q1gKtWwyyYBsPB5aLIL5CNTxzotDeWTeA5DUKuO4xXoQbxHpcUbSIzJFkDi0EzdLYnBNGuYJJ4ch+YAhvB5TAORsKvib4x97vwPpk2FjJuhibu85zxAlyCangBLRQib06u68t5vk4uVYVqgO+oqy9v5ASTRLd0LQNLYB24bAfBnw5zikX0HtuhGW5ANY9ylvEBvIY3FOArcz7rWHCpboBFMAxyGjguKIZy1jzYCqfAD5BLslB8J3dCP/AdOgo+fKHXd3Sebh+EctCMieBK6Oj8QuYrXZ7roQr88PiSD4b/IVyyfhB9jQy/uppTUijYhANLytJ1F/sxzL7POpg97vQdFfwVTNYtQsHdKpLg2O1ODieHI6tAWtKRGRrISQ4HJYlsIjkcmaGBnORwUJLIJpLDkRkayEkOByWJbCI5HJmhgZzkcFCSyCaSw5EZGshJDgcliWwiORyZoYGc5HBQksgmksORGRrISQ4HJYlsIjkcmaGBnORwUJLIJpLDkRkayEkOByWJbKLbOVx0r3E7httIbttwNvzddt//JWxIfQynYX8pgu2TbgBbjw9Ds53sNHJv49gOehu5bUe2DfjXojDVpWG/9iu4CEegBp7xfO+LFfyGC5+AiQ7BFXj/c8s+xw+Z24PwvYwKnQxLoQLccGEB7Hsu9t5ckjcU2QjuozgA5+Apz9PCmItCbvqWs2vhJpwBl8ZrEuVtOebPtiWLbf2ymyL0ZVT8XJgDbgHIgFsPOhPmr4d7oAnHue9txg6jI8EfueIaHIOrcAuafieSc/IG19vw7TYD6UEBbE4vhwxMB7cizIYhYPT6MeR+WjBFPoCToEgF1hb6bD8LNpHLwT0L56EOGkhUchc6edoNcruvQWoQ7/6GMTAa3E2zACxGNjRhH9wHV4zP9oGxqCjj7C0wA06Ay/YliRT/T4MCuGnEfQ4feJ5mfvdfaG+OXSWdju+VpAoIK3D9tAAAAABJRU5ErkJggg==')}.x-tab .x-button-icon.locate,.x-button .x-button-icon.x-icon-mask.locate{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAIDklEQVRoBe2aaaxeQxiA3eqCltpLkWotLUUtsUuJrbUFtSSaiIjljz8kQhOJiAQRQYREYvmFSPrDFiSExFpL49JSS6u0Re1bLUVRz3N7ph1z53zfud8956sf3uS5s7/zvjNzZuac7/asXr16g25IT0/PKPrZAfaFXWAMvAEL4GNYgS1/EjYqPU07jKNb4sGZcBocB0MhlYVkPAgPYM+itLDWtA43BYY6m7PBZVSFXuqd2ZQ96m3S2ZkY/0lFR+PBcFlf3ZTTjTiMwQfCR4WzfxO+D8/BTxA7Vxb/nXqzmnC6docxdDg8WTj2F+EtMBrMPxiqzvqn1N2nbqebcHg6hoaZfJn4sNho0hdB2cym+bOoOzRuP9j4EBTWJuzII1F2OngEuZQfwcBVhLG8FifaxM+jfHybOgMqrtVhet4OfH6VHsjpn9xXWu3PRKrtXK1qtVo5g6q1zNfyzJ1UFOnwCcz6ZqEq8bHErwzpCqE6JtHOsBap2+FNsGrjyLIjid+PvYfBDOJPwJSovEp0wyqVqtbJ3Xqqts3Vy83EKVSUTiWns1Nd2WesY2U0XAHfDkZBpu3vbHzu3rVI3Uv6G6z6oBbL1il5b1108LG6Hf4ak+YO3qy1Gl4ltnhtqoZIrQ6z8lZi06PwWw22qUJdn9Wkq09NrQ4Xhs0hfLgGI99Fx30MotfT+sT9oG6wbhzMAzebTviRdufUbZf6anc2GInBh8A7HTj8A23Ogw2DrjrDxhzuG80118KHMP7XCo57934Ljq/TwVRX4594cGADblmXEEyDqeCrYiy+XPhC8RzcioHfETYmXXE4WI/jXi1PDOkiXE44CUd9pWxcmtilWxnt0k5lVbecteNuO+xsplLrOZsqT9PddviL1ADSn2fyGsvqtsO5N59c3v8O1zUC3Z7hDzHcm1cs5nVNuu2wr4+pNHrupp3V/cUj1d+X5vwdTsS+RmYqjKDcT0N/cjz9kSmvNav2iwfGj8HCfcDflXaGbcGPezpsuBfEsoTEMvAnFmf7K1gCXjPnMwhfEtYmg3YYB30s9oeT4TDYCbYocGY7EWf6+wJ/qZgDj0MvA+Cdu2PpyOFiifrJ9SS4AHYDv1bW+oURfUF8J/bjgj+l3gteUZd38ggMyGEc1aHJcDb4k4nLtZW4RMMy/YW4LwonQHz29hZ1NiV0yW9VhASl4rK/G2bDAhyv/JGgssM4668K58OFMB5io0muFZ+518CPb34EWAga9VuxMvxlMIhH1FGUvUCZb1G7wu4wBfaAg8E9ISe2/RjugbvQUe1rKRXbvhOj8Ax4AxxJO0pxw3kEnHk3pezLO/mbgV81Q3v17ZmzgXxXk7rU+TSENmlo3y/C9JyeNK+lsyix08vAWUs7Mq3BL8GxMDpVnqapMwqc/aDL9lum9dI0ddwETwX7ctMK7UNonndybc0OdtBZ6jANh8GV4DMYFMfhj+TfCBsFZe1C6urwXAh6Kjkc9NLO5/wW+DXSEXQZausVUPoTa9ZhGvh8OqI+F7HCEP+I/JnBkKohbXS4N9HZdoZT/bR3JssmwpmelrYJ6aEU5mRPMp09l1JOlpI5lo1mFmHYvDyPXfqzUb6CMCc+b4thv6LQgTMvK8VGdhaFblwu2yD2uQRy9m1L/s20XYYd7xH/twTPQ0ipl4XrwY/pYUbT0DKPmBgNnwc7BV1pSJm674Sg73Xio9J6IW0Z+MyrO+7Li0nZsla39unD8KArhLkZ9iw8F0ZAmbQq+6asEfnO0nx4rIgvIiydYYz8mZnSATfPVNxjysSB9X/DboWv40o5h4+igod/Tj4j02XoaOdkHkauzBWYR5nOOcNSVeZQ0UtLTrR/AuyYFLrkvQn66HikrZMw1SGk5BooW84ukxGh7voOsWUjuBnCIxKHDvylqY1uNKnEm0Na5kiOTjPXR5ql7ixuD3uU9G/55mlZzuGfqeRI5cQb11T6yj0KufpN5vlcHwRHl3TixH2YluUMf5NKXghysgmZHuzzcXoRy6VsYHJt/QXCAZ4A6gkyoMu/jQo9vm9fBWUbqD4shH9LusYp9WxbBo5Q/EzE8Qcom5i2bZemjTelBYnerdq1S8tpvzf4Y3lsUxzXdk+ALfq17ZexZiO4g8q+1cRK0vjblM9I27dKawD8EOl1FgZ006L+TNCZ1J44re03Qb8Ntt/Vkko+7FOh7OoWK/bMdefeoZWjoYx6nvFx+8oO2wdcB98nOmJ9Ie6V+PDQbxz2c9hCZGNwhNrNspU1+hO4FiZDq5uTDls/GGZ869igOK4uUKe67SNuG3SkoUeq9fvdsvp8izuI4zTYBeZClU5Cp559D8GFcCCMh82DXuJukrE+nzV/OewbeOuCbQ4FdahLnUF/u9CLzfMwLuhMw5ZfPNgNp9H4NtgdXOoDkRVUfh/cKX3mloM76u0QdOmA1793wSW7G0yEKTAcBiIOnndzLxvev/OSjkCappVL6hlw9NqN8PoqX4Vt3s/Hp/an6ewz3K/SmhvNDSj86T/otDZp25jU7ly6ksM2RIbADHgFBvJcNTXrOvpCYdOQnHO5vMoOh8Z0sA1cDi9Cq3fSphy1z2fhYsjuxMHWXNhy00JhqbCheWtyJ54Ox8D+0KT0ovwp0NmXcMYjc8DSscOhJxwfRnxHGAfHwQFwBIyEwcgvNNY5HyHxHF6Kox5rHcugHY57xnnPWS8t4lHmIHjEeNyMBXf67WACeJNbDH+Ag+ax5fE1D5YWcd/cVuKkR04t8g94XuILUVeybgAAAABJRU5ErkJggg==')}.x-tab .x-button-icon.home,.x-button .x-button-icon.x-icon-mask.home{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAEK0lEQVRoBe2Zy28NURzHe/vwqEepYkFIQzxWaCOC2HhELEgQImhXIrqyIEXikVQi+gdIwx9AItg1NiJELMSGhKQbobY2VY9Srfp8m5lmTO/cOXN7Zu656f0ln8zMnTNnft/z+505j5sbGxurmk5WPZ3ESuu0E1xbigjncrka3jsbftClIvsU5RZ65aLK5Lj/C75SzSjHWCuJYLxqhPXwBgYhylq4sRaixChDP8EzGIJ4UwNnCR6tgFswANegKer93LsLim4herm/JKqO8O+ZRdhL42acOwunYAacg2Hu3ePYj3Ph1A1fU2ySmZSZeCiTjxaC1LAboRs6QGJl8+AKXIU1kLqlHmHEqlFboQv2gD40QdPHqx3qKdtJkD8Hb9o+TzXCXmT1cboB+cT6evTVPgIXeWYl6DoVSy3COF2Hx0rjTthp4L0a/4xXrofn33OeqH8avKMqFcE4O4uXb4ULsNfEEa+M0v00LIIuCKc/P03NrAtGrD5Iiuh10Dia1JTOR0EZsjjpw3HlrQpGbD0v3AzFig36e4CLkeAPNs6tCUbsHBxS+mpsLSayYT2KtLBqVgQjdgFe7QP1u9VWPbRc2ZQFe2LV5zSBWG7ZP+vVTUkwYhvx6DicB+fFqvWKFuyJ1QxJ00It48rCNNgnNi+N23hQaVw2YiU0cYQRq9Q9CJdBKV1q02zMeEaWSDBil1L5JTgBDeCCzcUJ8cXImfACOeqayjbBffgDfqu6cPyJP3dgVZTvwd9jdzuoSFmgicRDGAYXRIZ9+I5fPbA6KC7feUHBVKD5rJZ1EutaZMOiv+HjbWjJJ9T/LVIwDyqyh+ApuC7WFy/RCk4r5HyRwWNewRSW2N3wGv6CX2E5HBWcB9AaFOqfTxJMQa1lNewosqNQDiLDPmqv+hFsgzpfrI7/CeamVjwnQZEtV7G+eEX6MeyHGl/0hGB+1MJdYt+B/1C5H9UdX8J2qJ6IMBfz4Ri8hXIXGfZfmdoLWr5W1zJ7ktg2aId18BuiTHNvDVUumQSNxDikLSdtBzdok0yCD8MyiLNmCqhxXBL9An+egNI3yqRT9z+O92FO/O2UuOMuymoqF06bUl53489MQw21Gm8lWmkRa6R/oVaMfT6lAmrsUVMNRa2HU3I8k2orgjNp5hK+ZLwPp/x+fR+0ONfMp9BfJ+qLmulpyze1zMtC8AACbkI/xAneQZkO0JiZimUheAjPn0MfxAnWVo3RiEG5oiwLwXJsmGFDK5iCxrCnGZNSOzVLra+EPDZ9T6EMCFVZ3KWpI8XV7uBTFcEOBsWqS5UIW21OByurRNjBoFh1qRJhq83pYGWVCDsYFKsuVSJstTkdrGz8L0VTv1i+NVF2CyTJDC0LX7E8HIx7D/Vrb3wDaLvY1D5QsI/6jXZUEwk29cDlckki5bIOY9+mneB/GfbU3e4Ey5kAAAAASUVORK5CYII=')}.x-button.x-button-action,.x-toolbar .x-button.x-button-action,.x-button.x-button-action-round,.x-toolbar .x-button.x-button-action-round,.x-button.x-button-action-small,.x-toolbar .x-button.x-button-action-small{border:0.1em solid #104281;border-top-color:#124d98;color:white;text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0;-webkit-box-shadow:rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-button.x-button-action.x-button-back:before,.x-button.x-button-action.x-button-forward:before,.x-toolbar .x-button.x-button-action.x-button-back:before,.x-toolbar .x-button.x-button-action.x-button-forward:before,.x-button.x-button-action-round.x-button-back:before,.x-button.x-button-action-round.x-button-forward:before,.x-toolbar .x-button.x-button-action-round.x-button-back:before,.x-toolbar .x-button.x-button-action-round.x-button-forward:before,.x-button.x-button-action-small.x-button-back:before,.x-button.x-button-action-small.x-button-forward:before,.x-toolbar .x-button.x-button-action-small.x-button-back:before,.x-toolbar .x-button.x-button-action-small.x-button-forward:before{background:#104281}.x-button.x-button-action,.x-button.x-button-action.x-button-back:after,.x-button.x-button-action.x-button-forward:after,.x-toolbar .x-button.x-button-action,.x-toolbar .x-button.x-button-action.x-button-back:after,.x-toolbar .x-button.x-button-action.x-button-forward:after,.x-button.x-button-action-round,.x-button.x-button-action-round.x-button-back:after,.x-button.x-button-action-round.x-button-forward:after,.x-toolbar .x-button.x-button-action-round,.x-toolbar .x-button.x-button-action-round.x-button-back:after,.x-toolbar .x-button.x-button-action-round.x-button-forward:after,.x-button.x-button-action-small,.x-button.x-button-action-small.x-button-back:after,.x-button.x-button-action-small.x-button-forward:after,.x-toolbar .x-button.x-button-action-small,.x-toolbar .x-button.x-button-action-small.x-button-back:after,.x-toolbar .x-button.x-button-action-small.x-button-forward:after{background-color:#1a70dd;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5899eb), color-stop(50%, #2b7de6), color-stop(51%, #1a70dd), color-stop(100%, #1864c6));background-image:-webkit-linear-gradient(#5899eb,#2b7de6 50%,#1a70dd 51%,#1864c6);background-image:linear-gradient(#5899eb,#2b7de6 50%,#1a70dd 51%,#1864c6)}.x-button.x-button-action .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-action .x-button-icon.x-icon-mask,.x-button.x-button-action-round .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-action-round .x-button-icon.x-icon-mask,.x-button.x-button-action-small .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-action-small .x-button-icon.x-icon-mask{background-color:white;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #ffffff), color-stop(100%, #e8f1fc));background-image:-webkit-linear-gradient(#ffffff,#ffffff 50%,#ffffff 51%,#e8f1fc);background-image:linear-gradient(#ffffff,#ffffff 50%,#ffffff 51%,#e8f1fc)}.x-button.x-button-action.x-button-pressed,.x-button.x-button-action.x-button-active,.x-toolbar .x-button.x-button-action.x-button-pressed,.x-toolbar .x-button.x-button-action.x-button-active,.x-button.x-button-action-round.x-button-pressed,.x-button.x-button-action-round.x-button-active,.x-toolbar .x-button.x-button-action-round.x-button-pressed,.x-toolbar .x-button.x-button-action-round.x-button-active,.x-button.x-button-action-small.x-button-pressed,.x-button.x-button-action-small.x-button-active,.x-toolbar .x-button.x-button-action-small.x-button-pressed,.x-toolbar .x-button.x-button-action-small.x-button-active{-webkit-box-shadow:inset #0e4d9d 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-button.x-button-action.x-button-pressed,.x-button.x-button-action.x-button-pressed:after,.x-button.x-button-action.x-button-active,.x-button.x-button-action.x-button-active:after,.x-toolbar .x-button.x-button-action.x-button-pressed,.x-toolbar .x-button.x-button-action.x-button-pressed:after,.x-toolbar .x-button.x-button-action.x-button-active,.x-toolbar .x-button.x-button-action.x-button-active:after,.x-button.x-button-action-round.x-button-pressed,.x-button.x-button-action-round.x-button-pressed:after,.x-button.x-button-action-round.x-button-active,.x-button.x-button-action-round.x-button-active:after,.x-toolbar .x-button.x-button-action-round.x-button-pressed,.x-toolbar .x-button.x-button-action-round.x-button-pressed:after,.x-toolbar .x-button.x-button-action-round.x-button-active,.x-toolbar .x-button.x-button-action-round.x-button-active:after,.x-button.x-button-action-small.x-button-pressed,.x-button.x-button-action-small.x-button-pressed:after,.x-button.x-button-action-small.x-button-active,.x-button.x-button-action-small.x-button-active:after,.x-toolbar .x-button.x-button-action-small.x-button-pressed,.x-toolbar .x-button.x-button-action-small.x-button-pressed:after,.x-toolbar .x-button.x-button-action-small.x-button-active,.x-toolbar .x-button.x-button-action-small.x-button-active:after{background-color:#1760bd;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #11498f), color-stop(10%, #1454a6), color-stop(65%, #1760bd), color-stop(100%, #1761bf));background-image:-webkit-linear-gradient(#11498f,#1454a6 10%,#1760bd 65%,#1761bf);background-image:linear-gradient(#11498f,#1454a6 10%,#1760bd 65%,#1761bf)}.x-button.x-button-confirm,.x-toolbar .x-button.x-button-confirm,.x-button.x-button-confirm-round,.x-toolbar .x-button.x-button-confirm-round,.x-button.x-button-confirm-small,.x-toolbar .x-button.x-button-confirm-small{border:0.1em solid #263501;border-top-color:#374e02;color:white;text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0;-webkit-box-shadow:rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-button.x-button-confirm.x-button-back:before,.x-button.x-button-confirm.x-button-forward:before,.x-toolbar .x-button.x-button-confirm.x-button-back:before,.x-toolbar .x-button.x-button-confirm.x-button-forward:before,.x-button.x-button-confirm-round.x-button-back:before,.x-button.x-button-confirm-round.x-button-forward:before,.x-toolbar .x-button.x-button-confirm-round.x-button-back:before,.x-toolbar .x-button.x-button-confirm-round.x-button-forward:before,.x-button.x-button-confirm-small.x-button-back:before,.x-button.x-button-confirm-small.x-button-forward:before,.x-toolbar .x-button.x-button-confirm-small.x-button-back:before,.x-toolbar .x-button.x-button-confirm-small.x-button-forward:before{background:#263501}.x-button.x-button-confirm,.x-button.x-button-confirm.x-button-back:after,.x-button.x-button-confirm.x-button-forward:after,.x-toolbar .x-button.x-button-confirm,.x-toolbar .x-button.x-button-confirm.x-button-back:after,.x-toolbar .x-button.x-button-confirm.x-button-forward:after,.x-button.x-button-confirm-round,.x-button.x-button-confirm-round.x-button-back:after,.x-button.x-button-confirm-round.x-button-forward:after,.x-toolbar .x-button.x-button-confirm-round,.x-toolbar .x-button.x-button-confirm-round.x-button-back:after,.x-toolbar .x-button.x-button-confirm-round.x-button-forward:after,.x-button.x-button-confirm-small,.x-button.x-button-confirm-small.x-button-back:after,.x-button.x-button-confirm-small.x-button-forward:after,.x-toolbar .x-button.x-button-confirm-small,.x-toolbar .x-button.x-button-confirm-small.x-button-back:after,.x-toolbar .x-button.x-button-confirm-small.x-button-forward:after{background-color:#6c9804;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a2e306), color-stop(50%, #7eb105), color-stop(51%, #6c9804), color-stop(100%, #5b7f03));background-image:-webkit-linear-gradient(#a2e306,#7eb105 50%,#6c9804 51%,#5b7f03);background-image:linear-gradient(#a2e306,#7eb105 50%,#6c9804 51%,#5b7f03)}.x-button.x-button-confirm .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-confirm .x-button-icon.x-icon-mask,.x-button.x-button-confirm-round .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-confirm-round .x-button-icon.x-icon-mask,.x-button.x-button-confirm-small .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-confirm-small .x-button-icon.x-icon-mask{background-color:white;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #ffffff), color-stop(100%, #f7fee6));background-image:-webkit-linear-gradient(#ffffff,#ffffff 50%,#ffffff 51%,#f7fee6);background-image:linear-gradient(#ffffff,#ffffff 50%,#ffffff 51%,#f7fee6)}.x-button.x-button-confirm.x-button-pressed,.x-button.x-button-confirm.x-button-active,.x-toolbar .x-button.x-button-confirm.x-button-pressed,.x-toolbar .x-button.x-button-confirm.x-button-active,.x-button.x-button-confirm-round.x-button-pressed,.x-button.x-button-confirm-round.x-button-active,.x-toolbar .x-button.x-button-confirm-round.x-button-pressed,.x-toolbar .x-button.x-button-confirm-round.x-button-active,.x-button.x-button-confirm-small.x-button-pressed,.x-button.x-button-confirm-small.x-button-active,.x-toolbar .x-button.x-button-confirm-small.x-button-pressed,.x-toolbar .x-button.x-button-confirm-small.x-button-active{-webkit-box-shadow:inset #384f00 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-button.x-button-confirm.x-button-pressed,.x-button.x-button-confirm.x-button-pressed:after,.x-button.x-button-confirm.x-button-active,.x-button.x-button-confirm.x-button-active:after,.x-toolbar .x-button.x-button-confirm.x-button-pressed,.x-toolbar .x-button.x-button-confirm.x-button-pressed:after,.x-toolbar .x-button.x-button-confirm.x-button-active,.x-toolbar .x-button.x-button-confirm.x-button-active:after,.x-button.x-button-confirm-round.x-button-pressed,.x-button.x-button-confirm-round.x-button-pressed:after,.x-button.x-button-confirm-round.x-button-active,.x-button.x-button-confirm-round.x-button-active:after,.x-toolbar .x-button.x-button-confirm-round.x-button-pressed,.x-toolbar .x-button.x-button-confirm-round.x-button-pressed:after,.x-toolbar .x-button.x-button-confirm-round.x-button-active,.x-toolbar .x-button.x-button-confirm-round.x-button-active:after,.x-button.x-button-confirm-small.x-button-pressed,.x-button.x-button-confirm-small.x-button-pressed:after,.x-button.x-button-confirm-small.x-button-active,.x-button.x-button-confirm-small.x-button-active:after,.x-toolbar .x-button.x-button-confirm-small.x-button-pressed,.x-toolbar .x-button.x-button-confirm-small.x-button-pressed:after,.x-toolbar .x-button.x-button-confirm-small.x-button-active,.x-toolbar .x-button.x-button-confirm-small.x-button-active:after{background-color:#547503;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #304402), color-stop(10%, #425c02), color-stop(65%, #547503), color-stop(100%, #557803));background-image:-webkit-linear-gradient(#304402,#425c02 10%,#547503 65%,#557803);background-image:linear-gradient(#304402,#425c02 10%,#547503 65%,#557803)}.x-button.x-button-decline,.x-toolbar .x-button.x-button-decline,.x-button.x-button-decline-round,.x-toolbar .x-button.x-button-decline-round,.x-button.x-button-decline-small,.x-toolbar .x-button.x-button-decline-small{border:0.1em solid #630303;border-top-color:#7c0303;color:white;text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0;-webkit-box-shadow:rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-button.x-button-decline.x-button-back:before,.x-button.x-button-decline.x-button-forward:before,.x-toolbar .x-button.x-button-decline.x-button-back:before,.x-toolbar .x-button.x-button-decline.x-button-forward:before,.x-button.x-button-decline-round.x-button-back:before,.x-button.x-button-decline-round.x-button-forward:before,.x-toolbar .x-button.x-button-decline-round.x-button-back:before,.x-toolbar .x-button.x-button-decline-round.x-button-forward:before,.x-button.x-button-decline-small.x-button-back:before,.x-button.x-button-decline-small.x-button-forward:before,.x-toolbar .x-button.x-button-decline-small.x-button-back:before,.x-toolbar .x-button.x-button-decline-small.x-button-forward:before{background:#630303}.x-button.x-button-decline,.x-button.x-button-decline.x-button-back:after,.x-button.x-button-decline.x-button-forward:after,.x-toolbar .x-button.x-button-decline,.x-toolbar .x-button.x-button-decline.x-button-back:after,.x-toolbar .x-button.x-button-decline.x-button-forward:after,.x-button.x-button-decline-round,.x-button.x-button-decline-round.x-button-back:after,.x-button.x-button-decline-round.x-button-forward:after,.x-toolbar .x-button.x-button-decline-round,.x-toolbar .x-button.x-button-decline-round.x-button-back:after,.x-toolbar .x-button.x-button-decline-round.x-button-forward:after,.x-button.x-button-decline-small,.x-button.x-button-decline-small.x-button-back:after,.x-button.x-button-decline-small.x-button-forward:after,.x-toolbar .x-button.x-button-decline-small,.x-toolbar .x-button.x-button-decline-small.x-button-back:after,.x-toolbar .x-button.x-button-decline-small.x-button-forward:after{background-color:#c70505;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f91f1f), color-stop(50%, #e00606), color-stop(51%, #c70505), color-stop(100%, #ae0404));background-image:-webkit-linear-gradient(#f91f1f,#e00606 50%,#c70505 51%,#ae0404);background-image:linear-gradient(#f91f1f,#e00606 50%,#c70505 51%,#ae0404)}.x-button.x-button-decline .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-decline .x-button-icon.x-icon-mask,.x-button.x-button-decline-round .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-decline-round .x-button-icon.x-icon-mask,.x-button.x-button-decline-small .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-decline-small .x-button-icon.x-icon-mask{background-color:white;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #ffffff), color-stop(100%, #fee6e6));background-image:-webkit-linear-gradient(#ffffff,#ffffff 50%,#ffffff 51%,#fee6e6);background-image:linear-gradient(#ffffff,#ffffff 50%,#ffffff 51%,#fee6e6)}.x-button.x-button-decline.x-button-pressed,.x-button.x-button-decline.x-button-active,.x-toolbar .x-button.x-button-decline.x-button-pressed,.x-toolbar .x-button.x-button-decline.x-button-active,.x-button.x-button-decline-round.x-button-pressed,.x-button.x-button-decline-round.x-button-active,.x-toolbar .x-button.x-button-decline-round.x-button-pressed,.x-toolbar .x-button.x-button-decline-round.x-button-active,.x-button.x-button-decline-small.x-button-pressed,.x-button.x-button-decline-small.x-button-active,.x-toolbar .x-button.x-button-decline-small.x-button-pressed,.x-toolbar .x-button.x-button-decline-small.x-button-active{-webkit-box-shadow:inset maroon 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-button.x-button-decline.x-button-pressed,.x-button.x-button-decline.x-button-pressed:after,.x-button.x-button-decline.x-button-active,.x-button.x-button-decline.x-button-active:after,.x-toolbar .x-button.x-button-decline.x-button-pressed,.x-toolbar .x-button.x-button-decline.x-button-pressed:after,.x-toolbar .x-button.x-button-decline.x-button-active,.x-toolbar .x-button.x-button-decline.x-button-active:after,.x-button.x-button-decline-round.x-button-pressed,.x-button.x-button-decline-round.x-button-pressed:after,.x-button.x-button-decline-round.x-button-active,.x-button.x-button-decline-round.x-button-active:after,.x-toolbar .x-button.x-button-decline-round.x-button-pressed,.x-toolbar .x-button.x-button-decline-round.x-button-pressed:after,.x-toolbar .x-button.x-button-decline-round.x-button-active,.x-toolbar .x-button.x-button-decline-round.x-button-active:after,.x-button.x-button-decline-small.x-button-pressed,.x-button.x-button-decline-small.x-button-pressed:after,.x-button.x-button-decline-small.x-button-active,.x-button.x-button-decline-small.x-button-active:after,.x-toolbar .x-button.x-button-decline-small.x-button-pressed,.x-toolbar .x-button.x-button-decline-small.x-button-pressed:after,.x-toolbar .x-button.x-button-decline-small.x-button-active,.x-toolbar .x-button.x-button-decline-small.x-button-active:after{background-color:#a40404;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #720303), color-stop(10%, #8b0404), color-stop(65%, #a40404), color-stop(100%, #a70404));background-image:-webkit-linear-gradient(#720303,#8b0404 10%,#a40404 65%,#a70404);background-image:linear-gradient(#720303,#8b0404 10%,#a40404 65%,#a70404)}.x-sheet{padding:0.7em;border-top:1px solid #37465a;height:auto;background-color:rgba(36, 46, 58, 0.9);background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(65,83,105,0.9)), color-stop(50%, rgba(46,58,74,0.9)), color-stop(51%, rgba(36,46,58,0.9)), color-stop(100%, rgba(26,33,42,0.9)));background-image:-webkit-linear-gradient(rgba(65,83,105,0.9),rgba(46,58,74,0.9) 50%,rgba(36,46,58,0.9) 51%,rgba(26,33,42,0.9));background-image:linear-gradient(rgba(65,83,105,0.9),rgba(46,58,74,0.9) 50%,rgba(36,46,58,0.9) 51%,rgba(26,33,42,0.9));-webkit-border-radius:0;border-radius:0}.x-sheet-inner > .x-button{margin-bottom:0.5em}.x-sheet-inner > .x-button:last-child{margin-bottom:0}.x-sheet.x-picker{padding:0;z-index:110 !important}.x-sheet.x-picker .x-sheet-inner{position:relative;background-color:#fff;-webkit-border-radius:0.4em;border-radius:0.4em;-webkit-background-clip:padding;background-clip:padding-box;overflow:hidden;margin:0.7em}.x-sheet.x-picker .x-sheet-inner:before,.x-sheet.x-picker .x-sheet-inner:after{z-index:1;content:"";position:absolute;width:100%;height:30%;top:0;left:0}.x-sheet.x-picker .x-sheet-inner:before{top:auto;-webkit-border-bottom-left-radius:0.4em;border-bottom-left-radius:0.4em;-webkit-border-bottom-right-radius:0.4em;border-bottom-right-radius:0.4em;bottom:0;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #bbbbbb));background-image:-webkit-linear-gradient(#ffffff,#bbbbbb);background-image:linear-gradient(#ffffff,#bbbbbb)}.x-sheet.x-picker .x-sheet-inner:after{-webkit-border-top-left-radius:0.4em;border-top-left-radius:0.4em;-webkit-border-top-right-radius:0.4em;border-top-right-radius:0.4em;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bbbbbb), color-stop(100%, #ffffff));background-image:-webkit-linear-gradient(#bbbbbb,#ffffff);background-image:linear-gradient(#bbbbbb,#ffffff)}.x-sheet.x-picker .x-sheet-inner .x-picker-slot .x-body{border-left:1px solid #999999;border-right:1px solid #ACACAC}.x-sheet.x-picker .x-sheet-inner .x-picker-slot:first-child .x-body{border-left:0}.x-sheet.x-picker .x-sheet-inner .x-picker-slot:last-child .x-body{border-right:0}.x-picker-slot .x-scroll-view{z-index:2;position:relative;-webkit-box-shadow:rgba(0, 0, 0, 0.4) -1px 0 1px}.x-picker-slot .x-scroll-view:first-child{-webkit-box-shadow:none}.x-picker-mask{position:absolute;top:0;left:0;right:0;bottom:0;z-index:3;display:-webkit-box;display:box;-webkit-box-align:stretch;box-align:stretch;-webkit-box-orient:vertical;box-orient:vertical;-webkit-box-pack:center;box-pack:center;pointer-events:none}.x-picker-bar{border-top:0.12em solid #1a70dd;border-bottom:0.12em solid #1a70dd;height:2.5em;background-color:rgba(13, 114, 242, 0.3);background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(85,156,246,0.3)), color-stop(50%, rgba(37,128,244,0.3)), color-stop(51%, rgba(13,114,242,0.3)), color-stop(100%, rgba(11,102,218,0.3)));background-image:-webkit-linear-gradient(rgba(85,156,246,0.3),rgba(37,128,244,0.3) 50%,rgba(13,114,242,0.3) 51%,rgba(11,102,218,0.3));background-image:linear-gradient(rgba(85,156,246,0.3),rgba(37,128,244,0.3) 50%,rgba(13,114,242,0.3) 51%,rgba(11,102,218,0.3));-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 0.2em 0.2em}.x-picker-slot-title{position:relative;z-index:2;background-color:#829ec1;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b6c6da), color-stop(50%, #93abca), color-stop(51%, #829ec1), color-stop(100%, #7191b9));background-image:-webkit-linear-gradient(#b6c6da,#93abca 50%,#829ec1 51%,#7191b9);background-image:linear-gradient(#b6c6da,#93abca 50%,#829ec1 51%,#7191b9);border-top:1px solid #829ec1;border-bottom:1px solid #4a6a94;-webkit-box-shadow:0px 0.1em 0.3em rgba(0, 0, 0, 0.3);padding:0.2em 1.02em}.x-picker-slot-title > div{font-weight:bold;font-size:0.8em;color:#4a5461;text-shadow:rgba(255, 255, 255, 0.25) 0 0.08em 0}.x-picker-slot .x-dataview-inner{width:100%}.x-picker-slot .x-dataview-item{vertical-align:middle;height:2.5em;line-height:2.5em;font-weight:bold;padding:0 10px}.x-picker-slot .x-picker-item{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.x-picker-right{text-align:right}.x-picker-center{text-align:center}.x-picker-left{text-align:left}.x-tabbar.x-docked-top{border-bottom:.1em solid;height:2.6em;padding:0 .8em}.x-tabbar.x-docked-top .x-tab{padding:0.4em 0.8em;height:1.8em;-webkit-border-radius:0.9em;border-radius:0.9em}.x-tabbar.x-docked-top .x-tab-active{-webkit-box-shadow:rgba(255, 255, 255, 0.2) 0 0.1em 0.1em, inset rgba(0, 0, 0, 0.3) 0 0.1em 0.2em}.x-tabbar.x-docked-top .x-button-label,.x-tabbar.x-docked-top .x-hasbadge .x-badge,.x-hasbadge .x-tabbar.x-docked-top .x-badge{font-size:.8em;line-height:1.2em;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}.x-tabbar.x-docked-bottom{border-top:.1em solid;height:3em;padding:0}.x-tabbar.x-docked-bottom .x-tab{-webkit-border-radius:0.25em;border-radius:0.25em;min-width:3.3em;position:relative;padding-top:.2em}.x-tabbar.x-docked-bottom .x-tab .x-button-icon{-webkit-mask-size:1.65em;width:1.65em;height:1.65em;display:block;margin:0 auto;position:relative}.x-tabbar.x-docked-bottom .x-tab .x-button-label,.x-tabbar.x-docked-bottom .x-tab .x-hasbadge .x-badge,.x-hasbadge .x-tabbar.x-docked-bottom .x-tab .x-badge{margin:0;padding:.1em 0 .2em 0;font-size:9px;line-height:12px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}.x-tabbar.x-docked-bottom .x-tab-active{-webkit-box-shadow:inset rgba(255, 255, 255, 0.3) 0 0 0.1em}.x-tab .x-button-icon.bookmarks,.x-button .x-button-icon.x-icon-mask.bookmarks{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.download,.x-button .x-button-icon.x-icon-mask.download{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.favorites,.x-button .x-button-icon.x-icon-mask.favorites{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFfUlEQVRoBd2aXahVRRTHz/Ujv+2mZRGZB7W6mtpFikC7+UWUZiqBD0JPFdRL1EMFPfjoU4baS0FUD/UWZBEVShA+BCpmWApRSkgllNpDmZWZt9//eOay72afvWfWOTPn3rvgz8yeWbPW+s/XmT379AwODtZSSQ+CryVgA/gVfIx/pelEhFMBVlvBOaBeFo6Cean8y09KsnMg932TqCOs9M2UhMfhMJVsxtHcAmcbmekLCsqjFKUkvAYG1xSwmEHZqoLyKEVJCDOCNxH9HUCbVl6mULAuXxjrOQlhgl8Bbi0h0Uen3FBS37GqVIQHiHh2SdR16jTlo0t0woycpuxiUDSdHcFeMv3uIWYanTDB3wIWVZBQHP10zuQKvbarUxDWT1HRz1E++Ds99fLtgp6jEmbExhPNcs+IbkZPiCpRCRP5TPCQJ4MJ6A3QSUqjSWzC2ozuC4j+fnSnB+gHq8YmvJKIJgVEpRPX9QH6waqxCa8PjEhHT981H2j6qno0wqzF63BhOUxsom3Zb7aJqGsUjTAONFJlpysXQz7VuXpavrBTzzEJaz1adlzNjHs6RTBvJyZhjZTF/kTaWZZCnlvhsyWgQkPZQpagzsX1bFlAXjGtDdAPUu1p3PPQhCCXkdwG/mta0PWLds060AuAnqtEOjpdbQR3VymX1P9F3UfgGJA9X9F92c/ADaQ2P8V0DJ4/kDbeYKaSvgI2AN0+OGJK1VAbSIhTOXEOybYll2kte77yD4rqrHyb85S9Cl4HtReAyI11/A7HpRq5PSD6oR0f3Rad+H7S1DvV7UgS+tc1cU3n3V/AWJ/SX8BxVuMinow2rNNjlPQVeH0GFg378kDBfLAPXARjZbTPwmUXmOG+bgz71EKFfqKeAUWfREZbJxyCxyOOqEuHER4qrNUWovwy0CFktBHV4eNZMNvxyaaFhKWAaBt/HJwEo4W0luSKLMF8viVhp4iBeeBd8CcYqcQ1qi+CKS7uVmklYdcQY0+C42Ckkf6EmO51cVal3oRlCFkCdKgfCWtbo7obDO3AVWQbHHyUsjo40E6uq9cvQbdG+wN892fj8s0HjXDWKA51/t4JUo72H/jTDtybjSUkbyYsJ0gdfAtSjfTn+JoWQjCv2+57a4M1QaQSvZvrMsIs7RJejGcdUlLJUhzpZsYsZsJcCen6ZwCE3IaYA2021OfUdU3fJltmwni7Fvh+KDMF16KR3ux0lWuSdgjPxeNdJq/tNdKNqJaSSUyEmVK6JNPomtqbIh3eSKNsEmvAarfJ5LEzjbbR59MtpqyEb8eZjpndkhtxvNri3Er4YZxpx+yW6Jdhi8V5MOHm+n0QZ9afo0u0fQO8A5S3iPaQ1cTSG9w4f/SqesZBH/gRWI6T+gyyxfkgvw2cMdrS+/lTzpZvGnyWxsnTwHLRd4R2a/OBqQyoztKBe/P2qp6DCBOUptKHhuA+pU1fq2Co0/F0L9CVaghxXTbWW9ktKg8lrFfCrwODeh/9wgu1bEDo6OT2Fvgb+JLWq+nQEsnaa5UPJbwKBxc8A9KXPG1O3u+u6E4F24GvD3XMDjCxFcF8uTdhjGpHfwn49L42lCeAdyDZwGi3HpwAPr6+Q29htn1ZPoSwfuz3ewShXVcBNz62lzkvq6O9DjZHgQ9p72kdQljvob9VBPAN9Q+UEQmpw5b+Sf8e0FotI/4a9ZN8bIcQXlnh9AD1y3ychuhgU0tpJyhb14epn+ljN+Sk9S9G1ct50d8SdgF9x9EO3lHB5hXwPEYfA8dbGD9LuWZBtfj0inSQWUDTKzu1dAB5Dkz2tdOOHn70LvwVyMag/FYwzse295Rukq5j+G1wEOib66PAy5FPMD46+NPmqTV7CpwGGvkJPm2l8z8GWDNDloqpGQAAAABJRU5ErkJggg==')}.x-tab .x-button-icon.info,.x-button .x-button-icon.x-icon-mask.info{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.more,.x-button .x-button-icon.x-icon-mask.more{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAADJ0lEQVRoBe2YS2sUQRSFp5MgvmLU+CAMiBJFDBHcCeoPEFciuHMjroMK4lZBcONG0JW60U1UEgRx59IXuNMoKEElKL7GRwyIqNHxO0N66FT3UNU9IHRNFXz0VNW5t+vW6RcT1ev1Sie1rk4qVrWGgn13PDgcHPZsB8Il7ZmhqXKCw6kt8WwgOOyZoalygsOpLfFsIDjsmaGpcoLDqS3xbCA47JmhqXKCw6kt8Wyg6XAURV2wEy7BM5iFtzAKu2BB0dqJ7YEtcBYmQblfwzjshUVt5O4mfhjOwwQodw3GYA8snpd77n9pFXMYvoP+qDaZZewcVKXPAzE64Qn4CmZe9f/AFSiSu4e4IzANrXJfZ24gXjO/KxEcg9+QFZQcU/CSONh2RKsraMQhr85xE/psOeN5tCr2APyA5Bqzfl9D06tYtX3wC7KE5pg2ZX98UtsR7XZo5ayZW/1DENnyzi18CO1nyMqTNXYcrTapcitHkBLJiZW2RaGRuxcg6+Stxu6i73fI3Y3uZM7cU+hXQeVvzsBP6Dc5LupxztzaiEGH3AvR3S+Qe4dc0D2cp/Uj1oPI1pR7g030n+erWlTe9pMA3cu2Jre+2ERtzBdZe01BL3Ke9Al6vQZsTbfKQ5vImH9PXxtqa3qVPbWJjHk94J6r4DPGhK17A8EHm4j7UAWP2nTG/GX6NWMs1SW3rrCroLeLaxtDqDdG4368zbHVkzM5Polus+2hEs+j7YNxx9zv0FkfhoncvegvOuZ+iW6rYhtfTXTWgV7OyeLM3w+Y3xaf0PVIzAqwFf0IzW7XnLGOmLUg58y1JvsTzA83Y5o/eLcyMQISJAN0z56G9bE275HYNXAU7kAy9xv6p2Bj3pyxntjVcBDuQTL3FH19Dg/FWh0bXzUMNhsf23JkOQzCK9B1P4NY39OFG3kjgpeB8g/AR/gG0+3mJkeF9Lp9lkIVZkDfC1r3vPs8VTAir1uRd1mpNyQUXGr7HBYfHHbYpFJLgsOlts9h8cFhh00qtSQ4XGr7HBYfHHbYpFJLgsOlts9h8cFhh00qtSQ4XGr7HBYfHHbYpFJLOs7hf5j4Vg3iLoGkAAAAAElFTkSuQmCC')}.x-tab .x-button-icon.time,.x-button .x-button-icon.x-icon-mask.time{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.user,.x-button .x-button-icon.x-icon-mask.user{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAEWElEQVRoBe2aS0gVYRiGO1lmF8nQQlETutGFokAiqEV0ISKwgmrdMtzUpnW7drWKbFGbQAKpJIhuUGIUFUkW0T1Jq4V2U4ui7GLPexpDD+ecuX1jHqcPHseZ+f9vvnf++e8n0d/fPyZONjZOYqU1doLHRV3CiURCz5gMxTANJsJg+8XJJ+iBt9BHNdO1SCwRZR1GbAFRl8F8WAFLoRwGLME/ffAM7kETvIYPxPWDo7lFIhiheURaCVtgBywHXXOzbhJcggZoRvR7twy+76uELSEAtQsqySPwGdQN+KWDPHuh2DI2+TIVm3T455M9G0Bk6ktRvd4NBZaiTQUT3AQnSNW/VAFBzl/iZw0kq56FcOtuaQHB7QIv9ZVkrqZ2YA9Mck3pMYGZYKeh2sBz1SJb2mqcmfk0E0xQ6l9rwNoKcWjm11JwEYFVW6t1/K218mspeB5B5VsFluKnIuU88Kml4PGBo3DPqBGZiVkKNgvKRFkGJ5aCv2Z4xoi6bCm4DWUaXERhZhMJS8FfolDq+DSbRFgKjrIOa8poYpaCTQKK2sl/wSHfcFSNlll1sSzhn7ys3pAvLFP275lu+L1uKVhBPfYbgMf0zz2mc01mKfgbT7vi+kT/CeT3sv9s6XNYCtbg4CJ0pX9U4Kv3yXk3cO6UjGaCWX5Rg/UArqY8I8yp1qdPQ08YJ4Pzmgl2nCqwc2DVyKjunuddqkE0MVPBBKYSuQ7tJtEhFj9apDczU8FOVB0ctZiuHYUw9obMjbxErW2bmblgApTQengVIkq1B83QEsJH2qzmgp2n3ObYCEGndZ3krbcuXcUWiWACldCjoA0yv6a8J6HJb0Yv6SMRrAcj+gmHA+B3aneDPHXk/8jR3LR3a2rOfnAlTmfDVPDb6Khrq8bPDI5PoRPxZpMSk+1SgtOKpTa8l8BC0JaLmAkloA1xr/aOhJqEtINGWeqW7jjHXrQHbRdw4WxSJf8L8Aeh2m1QaWoBfiUsA61PTwGtUYeZ1qlP1zhan3YraBSnz/0mdAUVHqiEESoxKs0a2AxloJIMI5DsWU0vQH2z2oZToAnFI7+fu2/BiF3PgzbCKqgC1bXhNH3S6rba4BocR7TquifzLBih5XjcCSrROaAGKbJWHt9uJuGq67fgAki4zrNaVsGIzCP3dNgE20B1VJ+uro8UUz3Xr39UvxugCeEZl3UzCkZsBZn1+W6HRaB6qtZ4pJp2PtTna+58DFoR3sVxqHFxyM8euFsIW6EeXoDeoPrBXEEbAlpqqoN1kD9YY6rYxSQ4DGoE9KOSXBGZLk4NYB7CfigZEP1XMBfVEJ0BJUznIFevaSBzEEolOimYkyo4AfocclVYtrjViB0C9SzJEdE+jrn+CWcTrHvdUKuRUSm0gPrZ0W7tGjjMhTiIVWFWSbAGEnGxhAT/y+HhsL9oiVWFjo3FqnRVqrETrG5pFmiSEAuTYC3TFMVCLSIzTg9H6wuIXR2OneDfMJq1NmzzbS8AAAAASUVORK5CYII=')}.x-tab .x-button-icon.team,.x-button .x-button-icon.x-icon-mask.team{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFI0lEQVRoBe2ZSYgdVRSG+yUmnagRQYU4NbZKNLYKWTgg4gQOaDYqJIIGl4LixhBwoy50LSIiulEjCkpAUBBRURpdGceFMQ7YtgkOJE4xTjGa9vuedUl1Vd2qevSrFqvrwJ97695zzj3/PXd6nd7MzMzIQpJFC4msXDvCbc94l+Euwy2bgW5JtyyhOTpdhnNT0rKGLsMtS2iOTpfh3JS0rOGQ+eLT6/VWMNYJ4NjUmN9T/xLs4WfqvPxO7TU9DkTdNmvBbeAskJ7kv/n+AjwKXiSW7yibFQk3BSIPZHdTl5xZzML238DDYFlTsQS/jZF1AGQ1mAZZkkXfe9FbGwJrqmz6lL4cEmOgjhyO0jq2gGVj0hhhAl9M1FeB3gDRn4Pu/5NwQnJ0ALKqrgKHDmgzkHpjGR4oioPKP1H96+Dn8GvpKyLqneV5Lp0XgnHggTMFJjlYPqAcpnyLsz/LHBLL0fRfCzwbvNN3gLeI5WXKaik7DbF2/20A28HPYF+CPZQfg9tj9vS5h18DRSdyrO0j9FeW+PQenwTe138AJ+d34OPFa215zDa0l15LOLgamM0DIBukbQ60JjhLl7RL+HWQtSv7jhLGz1FgM3DJZ30Yy69gYzqGonrVHr4eJ+OgB7Ji2xi4lGUW8+PsD0vOwNGNwInMirF42K0nlmXZzvR3LNARDN3fx6WVI3VJF50Fzvr7EZtY8zQdLtUiOYXGIrJpXUmvTDdk61HCKEqiagD9SSwnLCeX3RYwSJafRd/zoUj2FzVm2hyzMJ6gV0Y46Myl/BzjeqfnyMg36G5NJqpoTPvnLGWEnS0f9lVStL/7NgT/C5XNoHTW6XesV4En/1wlGo+Oo4QJ1ivoxxqju+fKCG2lf1uFH7P3eEl2K8xndRt3VKKEE4sPKWOHiCreg28TaPR1RN/X6GwEO0GReJ3cg95kUWeqzT8W6KtMpujcVaZQRfgFjL8qcbCDvndi/Zz0h4Hr6L8JHBHRW0L7DejdAU6K6Nj8CfBQi4mH4xYmrmy1sXlK/gCAAyfkQaAT91kWj9HW/6tJ8MO3NmeC+4CHlqdu1q7o25Xk5Hqynw+WBp+hpO1K4JItsnfr5GyCbSirCHstnQpcKulBXMK+o1frCPGgWAomwL2gLsm0z3S9ny38XARWgEXJOI7xNMiS9ns9MN5ZCQhEQ1lIGCOXmZf4ZeAW8C4IAblv3wBXAIn6sjkZ3Arc80FvGKW/nu4H/nhZDiR0IngI+LYPY3i43gWuAeNgFBQSn0UYJZejRH3CPQ8cMDi19Jp6AviuVfd48ADwRZXWG3Z9J/6fApeAJUm2TYRE02OZjPfA3WAM9HVDdvt2iXHI1HkoPQd2g7SjUHef+NyU7AXgFRD65qOcZrybQXgFmtUDIDu2xE3CBuCWWBxIU+8vk9MozdQukDUO3x4qm5IJOp36ZyW6waaJci/jrkviWEV9qiQOdd8Ebr/+T0fKkYvBp6AqOB2fnQz0SA39Kn9z6Z9mfPeze/UlUOXrB3Q2AW36a77KwP7tYCwh7Mupjk1TOmZuNInlyZqxuN8n3ItrQF1xryvRl9W/3Y3/60QGCTGF71h5JB0Tbn7vsDqyP6Vkva5dymxoVQ+lIE6+3+lJCH3Zcp+E78y2Fny7Evw7kstC8YA7BtQZRP1hiwTDKnuGun8aSiekaDxXwrbG/zOtaOT/ss3MLSjpCLc93V2Guwy3bAa6Jd2yhObodBnOTUnLGroMtyyhOTpdhnNT0rKGfwD3f6JVZi/xSQAAAABJRU5ErkJggg==')}.x-tabbar-light{background-color:#95a0ae;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c1c7cf), color-stop(50%, #a4adb9), color-stop(51%, #95a0ae), color-stop(100%, #8793a3));background-image:-webkit-linear-gradient(#c1c7cf,#a4adb9 50%,#95a0ae 51%,#8793a3);background-image:linear-gradient(#c1c7cf,#a4adb9 50%,#95a0ae 51%,#8793a3);border-color:#8793a3}.x-tabbar-light .x-tab{color:#343b44}.x-tabbar-light .x-tab-active{color:black}.x-tabbar-light .x-tab-pressed{color:black}.x-tabbar-light.x-docked-bottom .x-tab{text-shadow:rgba(255, 255, 255, 0.25) 0 0.08em 0}.x-tabbar-light.x-docked-bottom .x-tab .x-button-icon{background-color:#606d7e;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8793a3), color-stop(50%, #6b798c), color-stop(51%, #606d7e), color-stop(100%, #55606f));background-image:-webkit-linear-gradient(#8793a3,#6b798c 50%,#606d7e 51%,#55606f);background-image:linear-gradient(#8793a3,#6b798c 50%,#606d7e 51%,#55606f)}.x-tabbar-light.x-docked-bottom .x-tab-active{background-color:#a4adb9;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cfd4da), color-stop(50%, #b2bac4), color-stop(51%, #a4adb9), color-stop(100%, #95a0ae));background-image:-webkit-linear-gradient(#cfd4da,#b2bac4 50%,#a4adb9 51%,#95a0ae);background-image:linear-gradient(#cfd4da,#b2bac4 50%,#a4adb9 51%,#95a0ae);text-shadow:rgba(255, 255, 255, 0.25) 0 0.08em 0}.x-tabbar-light.x-docked-bottom .x-tab-active .x-button-icon{background-color:#026df5;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4697fe), color-stop(50%, #137afd), color-stop(51%, #026df5), color-stop(100%, #0262dc));background-image:-webkit-linear-gradient(#4697fe,#137afd 50%,#026df5 51%,#0262dc);background-image:linear-gradient(#4697fe,#137afd 50%,#026df5 51%,#0262dc)}.x-tabbar-light.x-docked-top .x-tab-active{background-color:#8793a3;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6b798c), color-stop(10%, #788698), color-stop(65%, #8793a3), color-stop(100%, #8895a5));background-image:-webkit-linear-gradient(#6b798c,#788698 10%,#8793a3 65%,#8895a5);background-image:linear-gradient(#6b798c,#788698 10%,#8793a3 65%,#8895a5);color:black}.x-tabbar-dark{background-color:#111111;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #373737), color-stop(50%, #1e1e1e), color-stop(51%, #111111), color-stop(100%, #040404));background-image:-webkit-linear-gradient(#373737,#1e1e1e 50%,#111111 51%,#040404);background-image:linear-gradient(#373737,#1e1e1e 50%,#111111 51%,#040404);border-color:#040404}.x-tabbar-dark .x-tab{color:#777777}.x-tabbar-dark .x-tab-active{color:#f7f7f7}.x-tabbar-dark .x-tab-pressed{color:white}.x-tabbar-dark.x-docked-bottom .x-tab{text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0}.x-tabbar-dark.x-docked-bottom .x-tab .x-button-icon{background-color:#444444;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6a6a6a), color-stop(50%, #515151), color-stop(51%, #444444), color-stop(100%, #373737));background-image:-webkit-linear-gradient(#6a6a6a,#515151 50%,#444444 51%,#373737);background-image:linear-gradient(#6a6a6a,#515151 50%,#444444 51%,#373737)}.x-tabbar-dark.x-docked-bottom .x-tab-active{background-color:#1e1e1e;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #444444), color-stop(50%, #2b2b2b), color-stop(51%, #1e1e1e), color-stop(100%, #111111));background-image:-webkit-linear-gradient(#444444,#2b2b2b 50%,#1e1e1e 51%,#111111);background-image:linear-gradient(#444444,#2b2b2b 50%,#1e1e1e 51%,#111111);text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0}.x-tabbar-dark.x-docked-bottom .x-tab-active .x-button-icon{background-color:#91c1ff;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #deecff), color-stop(50%, #abd0ff), color-stop(51%, #91c1ff), color-stop(100%, #78b3ff));background-image:-webkit-linear-gradient(#deecff,#abd0ff 50%,#91c1ff 51%,#78b3ff);background-image:linear-gradient(#deecff,#abd0ff 50%,#91c1ff 51%,#78b3ff)}.x-tabbar-dark.x-docked-top .x-tab-active{background-color:#040404;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(10%, #000000), color-stop(65%, #040404), color-stop(100%, #060606));background-image:-webkit-linear-gradient(#000000,#000000 10%,#040404 65%,#060606);background-image:linear-gradient(#000000,#000000 10%,#040404 65%,#060606);color:white}.x-tab.x-item-disabled span.x-button-label,.x-tab.x-item-disabled .x-hasbadge span.x-badge,.x-hasbadge .x-tab.x-item-disabled span.x-badge,.x-tab.x-item-disabled .x-button-icon{opacity:.5}.x-tab.x-draggable{opacity:.7}.x-tab{overflow:visible !important}.x-toolbar{height:2.6em;padding:0 0.2em;overflow:hidden;position:relative}.x-toolbar > *{z-index:1}.x-toolbar.x-docked-top{border-bottom:.1em solid}.x-toolbar.x-docked-bottom{border-top:.1em solid}.x-title{line-height:2.1em;font-size:1.2em;text-align:center;font-weight:bold;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0 0.3em}.x-toolbar-dark{background-color:#5e7899;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8c9fb8), color-stop(50%, #6c85a4), color-stop(51%, #5e7899), color-stop(100%, #556c89));background-image:-webkit-linear-gradient(#8c9fb8,#6c85a4 50%,#5e7899 51%,#556c89);background-image:linear-gradient(#8c9fb8,#6c85a4 50%,#5e7899 51%,#556c89);border-color:black}.x-toolbar-dark .x-title{color:white;text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0}.x-toolbar-dark .x-button,.x-toolbar .x-toolbar-dark .x-button,.x-toolbar-dark .x-field-select,.x-toolbar .x-toolbar-dark .x-field-select{border:0.1em solid #242e3a;border-top-color:#2e3a4a;color:white;text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0;-webkit-box-shadow:rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-toolbar-dark .x-button.x-button-back:before,.x-toolbar-dark .x-button.x-button-forward:before,.x-toolbar .x-toolbar-dark .x-button.x-button-back:before,.x-toolbar .x-toolbar-dark .x-button.x-button-forward:before,.x-toolbar-dark .x-field-select.x-button-back:before,.x-toolbar-dark .x-field-select.x-button-forward:before,.x-toolbar .x-toolbar-dark .x-field-select.x-button-back:before,.x-toolbar .x-toolbar-dark .x-field-select.x-button-forward:before{background:#242e3a}.x-toolbar-dark .x-button,.x-toolbar-dark .x-button.x-button-back:after,.x-toolbar-dark .x-button.x-button-forward:after,.x-toolbar .x-toolbar-dark .x-button,.x-toolbar .x-toolbar-dark .x-button.x-button-back:after,.x-toolbar .x-toolbar-dark .x-button.x-button-forward:after,.x-toolbar-dark .x-field-select,.x-toolbar-dark .x-field-select.x-button-back:after,.x-toolbar-dark .x-field-select.x-button-forward:after,.x-toolbar .x-toolbar-dark .x-field-select,.x-toolbar .x-toolbar-dark .x-field-select.x-button-back:after,.x-toolbar .x-toolbar-dark .x-field-select.x-button-forward:after{background-color:#4b5f79;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6c85a4), color-stop(50%, #556c89), color-stop(51%, #4b5f79), color-stop(100%, #415369));background-image:-webkit-linear-gradient(#6c85a4,#556c89 50%,#4b5f79 51%,#415369);background-image:linear-gradient(#6c85a4,#556c89 50%,#4b5f79 51%,#415369)}.x-toolbar-dark .x-button .x-button-icon.x-icon-mask,.x-toolbar .x-toolbar-dark .x-button .x-button-icon.x-icon-mask,.x-toolbar-dark .x-field-select .x-button-icon.x-icon-mask,.x-toolbar .x-toolbar-dark .x-field-select .x-button-icon.x-icon-mask{background-color:white;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #ffffff), color-stop(100%, #eff2f5));background-image:-webkit-linear-gradient(#ffffff,#ffffff 50%,#ffffff 51%,#eff2f5);background-image:linear-gradient(#ffffff,#ffffff 50%,#ffffff 51%,#eff2f5)}.x-toolbar-dark .x-button.x-button-pressed,.x-toolbar-dark .x-button.x-button-active,.x-toolbar .x-toolbar-dark .x-button.x-button-pressed,.x-toolbar .x-toolbar-dark .x-button.x-button-active,.x-toolbar-dark .x-field-select.x-button-pressed,.x-toolbar-dark .x-field-select.x-button-active,.x-toolbar .x-toolbar-dark .x-field-select.x-button-pressed,.x-toolbar .x-toolbar-dark .x-field-select.x-button-active{-webkit-box-shadow:inset #2b3a4d 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-toolbar-dark .x-button.x-button-pressed,.x-toolbar-dark .x-button.x-button-pressed:after,.x-toolbar-dark .x-button.x-button-active,.x-toolbar-dark .x-button.x-button-active:after,.x-toolbar .x-toolbar-dark .x-button.x-button-pressed,.x-toolbar .x-toolbar-dark .x-button.x-button-pressed:after,.x-toolbar .x-toolbar-dark .x-button.x-button-active,.x-toolbar .x-toolbar-dark .x-button.x-button-active:after,.x-toolbar-dark .x-field-select.x-button-pressed,.x-toolbar-dark .x-field-select.x-button-pressed:after,.x-toolbar-dark .x-field-select.x-button-active,.x-toolbar-dark .x-field-select.x-button-active:after,.x-toolbar .x-toolbar-dark .x-field-select.x-button-pressed,.x-toolbar .x-toolbar-dark .x-field-select.x-button-pressed:after,.x-toolbar .x-toolbar-dark .x-field-select.x-button-active,.x-toolbar .x-toolbar-dark .x-field-select.x-button-active:after{background-color:#3d4e63;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2a3544), color-stop(10%, #344153), color-stop(65%, #3d4e63), color-stop(100%, #3e4f65));background-image:-webkit-linear-gradient(#2a3544,#344153 10%,#3d4e63 65%,#3e4f65);background-image:linear-gradient(#2a3544,#344153 10%,#3d4e63 65%,#3e4f65)}.x-toolbar-light{background-color:#7c92ae;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #abb9cb), color-stop(50%, #8c9fb8), color-stop(51%, #7c92ae), color-stop(100%, #6c85a4));background-image:-webkit-linear-gradient(#abb9cb,#8c9fb8 50%,#7c92ae 51%,#6c85a4);background-image:linear-gradient(#abb9cb,#8c9fb8 50%,#7c92ae 51%,#6c85a4);border-color:#10151b}.x-toolbar-light .x-title{color:black;text-shadow:rgba(255, 255, 255, 0.25) 0 0.08em 0}.x-toolbar-light .x-button,.x-toolbar .x-toolbar-light .x-button,.x-toolbar-light .x-field-select,.x-toolbar .x-toolbar-light .x-field-select{border:0.1em solid #37465a;border-top-color:#415369;color:white;text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0;-webkit-box-shadow:rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-toolbar-light .x-button.x-button-back:before,.x-toolbar-light .x-button.x-button-forward:before,.x-toolbar .x-toolbar-light .x-button.x-button-back:before,.x-toolbar .x-toolbar-light .x-button.x-button-forward:before,.x-toolbar-light .x-field-select.x-button-back:before,.x-toolbar-light .x-field-select.x-button-forward:before,.x-toolbar .x-toolbar-light .x-field-select.x-button-back:before,.x-toolbar .x-toolbar-light .x-field-select.x-button-forward:before{background:#37465a}.x-toolbar-light .x-button,.x-toolbar-light .x-button.x-button-back:after,.x-toolbar-light .x-button.x-button-forward:after,.x-toolbar .x-toolbar-light .x-button,.x-toolbar .x-toolbar-light .x-button.x-button-back:after,.x-toolbar .x-toolbar-light .x-button.x-button-forward:after,.x-toolbar-light .x-field-select,.x-toolbar-light .x-field-select.x-button-back:after,.x-toolbar-light .x-field-select.x-button-forward:after,.x-toolbar .x-toolbar-light .x-field-select,.x-toolbar .x-toolbar-light .x-field-select.x-button-back:after,.x-toolbar .x-toolbar-light .x-field-select.x-button-forward:after{background-color:#5e7899;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8c9fb8), color-stop(50%, #6c85a4), color-stop(51%, #5e7899), color-stop(100%, #556c89));background-image:-webkit-linear-gradient(#8c9fb8,#6c85a4 50%,#5e7899 51%,#556c89);background-image:linear-gradient(#8c9fb8,#6c85a4 50%,#5e7899 51%,#556c89)}.x-toolbar-light .x-button .x-button-icon.x-icon-mask,.x-toolbar .x-toolbar-light .x-button .x-button-icon.x-icon-mask,.x-toolbar-light .x-field-select .x-button-icon.x-icon-mask,.x-toolbar .x-toolbar-light .x-field-select .x-button-icon.x-icon-mask{background-color:white;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #ffffff), color-stop(100%, #eff2f5));background-image:-webkit-linear-gradient(#ffffff,#ffffff 50%,#ffffff 51%,#eff2f5);background-image:linear-gradient(#ffffff,#ffffff 50%,#ffffff 51%,#eff2f5)}.x-toolbar-light .x-button.x-button-pressed,.x-toolbar-light .x-button.x-button-active,.x-toolbar .x-toolbar-light .x-button.x-button-pressed,.x-toolbar .x-toolbar-light .x-button.x-button-active,.x-toolbar-light .x-field-select.x-button-pressed,.x-toolbar-light .x-field-select.x-button-active,.x-toolbar .x-toolbar-light .x-field-select.x-button-pressed,.x-toolbar .x-toolbar-light .x-field-select.x-button-active{-webkit-box-shadow:inset #3d526e 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-toolbar-light .x-button.x-button-pressed,.x-toolbar-light .x-button.x-button-pressed:after,.x-toolbar-light .x-button.x-button-active,.x-toolbar-light .x-button.x-button-active:after,.x-toolbar .x-toolbar-light .x-button.x-button-pressed,.x-toolbar .x-toolbar-light .x-button.x-button-pressed:after,.x-toolbar .x-toolbar-light .x-button.x-button-active,.x-toolbar .x-toolbar-light .x-button.x-button-active:after,.x-toolbar-light .x-field-select.x-button-pressed,.x-toolbar-light .x-field-select.x-button-pressed:after,.x-toolbar-light .x-field-select.x-button-active,.x-toolbar-light .x-field-select.x-button-active:after,.x-toolbar .x-toolbar-light .x-field-select.x-button-pressed,.x-toolbar .x-toolbar-light .x-field-select.x-button-pressed:after,.x-toolbar .x-toolbar-light .x-field-select.x-button-active,.x-toolbar .x-toolbar-light .x-field-select.x-button-active:after{background-color:#516783;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3d4e63), color-stop(10%, #475a73), color-stop(65%, #516783), color-stop(100%, #526884));background-image:-webkit-linear-gradient(#3d4e63,#475a73 10%,#516783 65%,#526884);background-image:linear-gradient(#3d4e63,#475a73 10%,#516783 65%,#526884)}.x-desktop .x-toolbar .x-input-search{padding-left:1.06em}.x-toolbar .x-form-field-container{padding:0 .3em}.x-toolbar .x-field{width:13em;margin:.5em;min-height:0;-webkit-border-radius:0.3em;border-radius:0.3em;background-color:white;-webkit-box-shadow:inset rgba(0, 0, 0, 0.5) 0 0.1em 0, inset rgba(0, 0, 0, 0.5) 0 -0.1em 0, inset rgba(0, 0, 0, 0.5) 0.1em 0 0, inset rgba(0, 0, 0, 0.5) -0.1em 0 0, inset rgba(0, 0, 0, 0.5) 0 0.15em 0.4em}.x-toolbar .x-field .x-field-clear-container{min-height:0;background-color:transparent}.x-toolbar .x-field .x-field-clear-container .x-field-clear{font-size:.8em;line-height:0.8em}.x-toolbar .x-field{border-bottom:0}.x-toolbar .x-input-text,.x-toolbar .x-input-search,.x-toolbar .x-input-number{height:1.5em;color:#6e6e6e;background:transparent;min-height:0;line-height:1.3em;-webkit-appearance:none;padding:0em .3em;margin:0}.x-toolbar .x-input-text:focus,.x-toolbar .x-input-search:focus,.x-toolbar .x-input-number:focus{color:black}.x-toolbar .x-field-select,.x-toolbar .x-field-search{-webkit-border-radius:0.75em;border-radius:0.75em}.x-toolbar .x-input-search{background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.6))), url('data:image/png;base64,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');-webkit-background-size:.83em .83em, .83em .83em;background-repeat:no-repeat;background-position:.5em 50%;padding-left:1.67em}.x-toolbar .x-field-select{-webkit-box-shadow:none}.x-toolbar .x-field-select:after{top:-0.5em;right:-0.5em}.x-toolbar .x-field-select:before{width:3em;border-left:none;background:transparent;-webkit-mask:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAABCAYAAACc0f2yAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADJJREFUeNpi/P//PwMjIyMbAwMDOxRzAjEXFHMDMQ8a5kXC6HLcSHo5kcwEmU9TABBgAOcTBAFcRiSpAAAAAElFTkSuQmCC');-webkit-mask-position:right top;-webkit-mask-repeat:repeat-y;-webkit-mask-size:3em 0.05em}.x-toolbar .x-field-select .x-input-text{color:#fff}.x-carousel{position:relative;overflow:hidden}.x-carousel-item{position:absolute;width:100%;height:100%}.x-carousel-indicator{padding:0;-webkit-border-radius:0;border-radius:0;-webkit-box-shadow:none;background-color:transparent;background-image:none}.x-carousel-indicator{-webkit-box-flex:1;display:-webkit-box;display:box;-webkit-box-pack:center;box-pack:center;-webkit-box-align:center;box-align:center}.x-carousel-indicator span{display:block;width:0.5em;height:0.5em;-webkit-border-radius:0.25em;border-radius:0.25em;margin:0.2em}.x-carousel-indicator-horizontal{height:1.5em;width:100%}.x-carousel-indicator-vertical{-webkit-box-orient:vertical;box-orient:vertical;width:1.5em;height:100%}.x-carousel-indicator-light span{background-color:rgba(255, 255, 255, 0.1);background-image:none}.x-carousel-indicator-light span.x-carousel-indicator-active{background-color:rgba(255, 255, 255, 0.3);background-image:none}.x-carousel-indicator-dark span{background-color:rgba(0, 0, 0, 0.1);background-image:none}.x-carousel-indicator-dark span.x-carousel-indicator-active{background-color:rgba(0, 0, 0, 0.3);background-image:none}.x-indexbar-wrapper{-webkit-box-pack:end !important;box-pack:end !important;pointer-events:none}.x-indexbar-vertical{width:1.1em;-webkit-box-orient:vertical;box-orient:vertical;margin-right:8px}.x-indexbar-horizontal{height:1.1em;-webkit-box-orient:horizontal;box-orient:horizontal;margin-bottom:8px}.x-indexbar{pointer-events:auto;z-index:2;padding:.3em 0;min-height:0 !important;height:auto !important;-webkit-box-flex:0 !important}.x-indexbar > div{color:#5a6c83;font-size:0.6em;text-align:center;line-height:1.1em;font-weight:bold;display:block}.x-phone.x-landscape .x-indexbar > div{font-size:0.38em;line-height:1em}.x-indexbar-pressed{-webkit-border-radius:0.55em;border-radius:0.55em;background-color:rgba(143, 152, 163, 0.8)}.x-list{background-color:#f7f7f7}.x-list{position:relative}.x-list .x-list-disclosure{position:absolute;bottom:0.5em;right:0.8em}.x-list .x-list-disclosure{overflow:visible;-webkit-mask:0 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpFNkNCM0JGNTZFMjI2ODExQkNGQjkwMzk3MDc3MkZFQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3M0MzQUU1QUFDQkQxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3M0MzQUU1OUFDQkQxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU3Q0IzQkY1NkUyMjY4MTFCQ0ZCOTAzOTcwNzcyRkVCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkU2Q0IzQkY1NkUyMjY4MTFCQ0ZCOTAzOTcwNzcyRkVCIi8+IDwvcmRmOkRlc2NyaXB0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') no-repeat;-webkit-mask-size:1.7em;background-color:#0e6ee9;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4f98f4), color-stop(50%, #1f7cf1), color-stop(51%, #0e6ee9), color-stop(100%, #0d63d1));background-image:-webkit-linear-gradient(#4f98f4,#1f7cf1 50%,#0e6ee9 51%,#0d63d1);background-image:linear-gradient(#4f98f4,#1f7cf1 50%,#0e6ee9 51%,#0d63d1);width:1.7em;height:1.7em}.x-list.x-list-indexed .x-list-disclosure{margin-right:1em}.x-list .x-item-selected .x-list-disclosure{background:#fff none}.x-list .x-list-item{overflow:hidden;position:relative;color:black;border-top:1px solid #d1d1d1}.x-list .x-list-item .x-list-item-label{min-height:2.6em;padding:0.7em 0.8em}.x-list .x-list-item:first-child{border-top:none}.x-list .x-list-item:last-child{border-bottom:1px solid #d1d1d1}.x-list .x-list-item.x-item-pressed{border-top-color:#f8fbfe;background:#f8fbfe none}.x-list .x-list-item.x-item-selected{background-color:#1a70dd;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9dc3f3), color-stop(2%, #5899eb), color-stop(30%, #3985e7), color-stop(65%, #1a70dd), color-stop(100%, #1559af));background-image:-webkit-linear-gradient(#9dc3f3,#5899eb 2%,#3985e7 30%,#1a70dd 65%,#1559af);background-image:linear-gradient(#9dc3f3,#5899eb 2%,#3985e7 30%,#1a70dd 65%,#1559af);color:white;text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0;border-top-color:#428be8;border-bottom-color:#124d98}.x-list-header{background-color:rgba(113, 145, 185, 0.75);background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(216,224,235,0.75)), color-stop(2%, rgba(137,163,196,0.75)), color-stop(100%, rgba(90,126,173,0.75)));background-image:-webkit-linear-gradient(rgba(216,224,235,0.75),rgba(137,163,196,0.75) 2%,rgba(90,126,173,0.75));background-image:linear-gradient(rgba(216,224,235,0.75),rgba(137,163,196,0.75) 2%,rgba(90,126,173,0.75));color:rgba(48, 70, 97, 0.75);text-shadow:rgba(255, 255, 255, 0.25) 0 0.08em 0;border-top:1px solid rgba(113, 145, 185, 0.75);border-bottom:1px solid rgba(65, 94, 131, 0.75);font-weight:bold;font-size:0.8em;padding:0.2em 1.02em;text-shadow:rgba(255, 255, 255, 0.25) 0 0.08em 0;-webkit-box-shadow:0px 0.1em 0.3em rgba(0, 0, 0, 0.3)}.x-list-header-swap{position:absolute;top:0;left:0;width:100%}.x-ios .x-list-header-swap{-webkit-transform:translate3d(0, 0, 0)}.x-list-round{background-color:#eaeaea}.x-list-round .x-list-group-items > *,.x-list-round.x-list-flat .x-list-parent > *{border-right:1px solid #d1d1d1;border-left:1px solid #d1d1d1;background-color:#f7f7f7;margin:0 1.2em}.x-list-round .x-list-group-items > *:first-child,.x-list-round.x-list-flat .x-list-parent > *:first-child{margin:1.2em 1.2em 0;border-top:1px solid #d1d1d1;-webkit-border-top-left-radius:0.4em;border-top-left-radius:0.4em;-webkit-border-top-right-radius:0.4em;border-top-right-radius:0.4em}.x-list-round .x-list-group-items > *:last-child,.x-list-round.x-list-flat .x-list-parent > *:last-child{margin:0 1.2em 1.2em;border-bottom:1px solid #d1d1d1;-webkit-border-bottom-left-radius:0.4em;border-bottom-left-radius:0.4em;-webkit-border-bottom-right-radius:0.4em;border-bottom-right-radius:0.4em}.x-list-paging{height:50px}.x-list-paging .x-loading-spinner{display:none;margin:auto}.x-list-paging .x-list-paging-msg{text-align:center;color:#1a70dd;padding-top:10px;-webkit-border-radius:6px;border-radius:6px}.x-list-paging.x-loading .x-loading-spinner{display:block}.x-list-paging.x-loading .x-list-paging-msg{display:none}.x-list-pullrefresh{display:-webkit-box;display:box;-webkit-box-orient:horizontal;box-orient:horizontal;-webkit-box-align:center;box-align:center;-webkit-box-pack:center;box-pack:center;position:absolute;top:-5em;left:0;width:100%;height:4.5em}.x-list-pullrefresh .x-loading-spinner{display:none}.x-list-pullrefresh-arrow{width:2.5em;height:4.5em;-webkit-mask:center center url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAA8CAYAAAAUufjgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAjFJREFUeNrsmU8oREEYwOexdtNuKBfFwdVhCyfuysnFiXISS+1BLopyUpKLXETkRLaUi1LK3Q2lpPbiQLnIn03a/Hm+z86Ttv0zM++bfbOar36Hbad5v535Zp7v47iuy0wOpyoEHccRHV9L9NxPkUE/bhKCOKiOSPAdn69DsJ5I8E2HYA0QJRJ8Bb50CDYRCT7pEMQD0kwk+CByUFQEW4gE73UIhoA2IsFb4ENEMCQ5MdU1IxwygpT3oKNLMGyyYFVscdhusc8tDpu+xRG7xf95BW0O2kNiV1AgIvaQ2BzUJNgJNJYZGyUU7OG1cal4Bi68oqkDPszy2teEwJp5Cdyu/lZ1g8CwIYJ7wEF+2YmrNw90Byx3BizgKhaqizEP1wg7CLLxCEzy/CtauMeBlQDyEfNuGrgU6SyM8F9SyVgHdmRaH6tAb4XkToEp2d4M5mOK0TWMigU2koa8vJMRZPxEb2ss2LEVPMpPLlMRxBgDZjQJLgNbxb6Uab9tAn3EcifAeKkBMoLY+j0GWonk7oB+lmsFkwhidAGHBPmIeTcAnJcbKCuIMQEs+hScAzZEBqoIYuzyFVCJI36lMJ2CDfxibZeUu+EX/4uMIFP8ZyLejxkgK0hG5a8kP4IYSZbr1IuQVHmAX0HGX4VuGfZVJ6cQxPd1uoRcWqDW0SroFVzZAnJZ/h0LWhAjUUAw4XdSSsH8fExRTEgtGAOuOTETBb16Jk412e+bxOSwglYw6PgWYABvLk8P7zGJFwAAAABJRU5ErkJggg==') no-repeat;-webkit-mask-size:2em 3em;-webkit-transform:rotate(0deg);background-color:#111}.x-list-pullrefresh-release .x-list-pullrefresh-arrow{-webkit-transform:rotate(-180deg)}.x-list-pullrefresh-wrap{width:20em;font-size:0.7em}.x-list-pullrefresh-message{font-weight:bold;font-size:1.3em;margin-bottom:0.1em;text-align:center}.x-list-pullrefresh-updated{text-align:center}.x-list-pullrefresh-loading .x-loading-spinner{display:block}.x-list-pullrefresh-loading .x-list-pullrefresh-arrow{display:none}html,body{width:100%;height:100%}.x-layout-fit{position:relative;display:-webkit-box}.x-layout-fit > *{-webkit-box-flex:1;min-width:100%;min-height:100%}.x-layout-card{position:relative;overflow:hidden}.x-layout-card > .x-layout-card-item{position:absolute !important;width:100%;height:100%}.x-layout-hbox,.x-layout-vbox{display:-webkit-box}.x-layout-hbox > *,.x-layout-vbox > *{-webkit-box-flex:0}.x-layout-hbox{-webkit-box-orient:horizontal}.x-layout-vbox{-webkit-box-orient:vertical}.x-layout-hbox > .x-layout-box-item{width:0 !important}.x-layout-vbox > .x-layout-box-item{height:0 !important}.x-container,.x-body{display:-webkit-box;overflow:hidden}.x-body{-webkit-box-flex:1;min-width:100%;min-height:100%}.x-body > .x-inner,.x-container > .x-inner{-webkit-box-flex:1;min-width:100%;min-height:100%}.x-docking-horizontal{display:-webkit-box;-webkit-box-flex:1;-webkit-box-orient:horizontal;min-width:100%;min-height:100%}.x-docking-vertical{display:-webkit-box;-webkit-box-flex:1;-webkit-box-orient:vertical;min-width:100%;min-height:100%}.x-centered{position:absolute !important;width:100%;height:100%;display:-webkit-box;-webkit-box-align:center;-webkit-box-pack:center}.x-floating{position:absolute !important}.x-centered > *{position:relative !important;-webkit-box-flex:0 !important}.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}.x-scroll-view{position:relative;display:block}.x-scroll-container{position:absolute;overflow:hidden;width:100%;height:100%}.x-scroll-scroller{position:absolute;min-width:100%;min-height:100%}.x-ios .x-scroll-scroller{-webkit-transform:translate3d(0, 0, 0)}.x-scroll-stretcher{position:absolute;visibility:hidden}.x-scroll-bar-grid-wrapper{position:absolute;width:100%;height:100%}.x-scroll-bar-grid{display:table;width:100%;height:100%}.x-scroll-bar-grid > *{display:table-row}.x-scroll-bar-grid > * > *{display:table-cell}.x-scroll-bar-grid > :first-child > :first-child{width:100%;height:100%}.x-scroll-bar-grid > :first-child > :nth-child(2){padding:3px 3px 0 0}.x-scroll-bar-grid > :nth-child(2) > :first-child{padding:0 0 3px 3px}.x-scroll-bar{position:relative;overflow:hidden}.x-scroll-bar-stretcher{position:absolute;visibility:hidden;width:100%;height:100%}.x-scroll-bar-x{height:6px;width:100%}.x-scroll-bar-x > .x-scroll-bar-stretcher{width:300%}.x-scroll-bar-y{width:6px;height:100%}.x-scroll-bar-y > .x-scroll-bar-stretcher{height:300%}.x-scroll-indicator{background:#333;position:absolute;z-index:1;opacity:0.5}.x-scroll-indicator-x{height:100%}.x-scroll-indicator-y{width:100%}.x-scroll-indicator-csstransform{background:none;-webkit-transition:opacity 0.2s ease-out}.x-scroll-indicator-csstransform > *{position:absolute;background-color:#333}.x-scroll-indicator-csstransform > :nth-child(2){-webkit-transform-origin:0% 0%;background:none;content:url(data:image/bmp;base64,Qk08AAAAAAAAADYAAAAoAAAAAQAAAAEAAAABABAAAAAAAAYAAAASCwAAEgsAAAAAAAAAAAAAxhgAAAAA)}.x-scroll-indicator-csstransform.x-scroll-indicator-y > *{width:100%}.x-scroll-indicator-csstransform.x-scroll-indicator-y > :first-child{height:3px;-webkit-border-top-left-radius:3px;border-top-left-radius:3px;-webkit-border-top-right-radius:3px;border-top-right-radius:3px}.x-scroll-indicator-csstransform.x-scroll-indicator-y > :nth-child(2){height:1px}.x-scroll-indicator-csstransform.x-scroll-indicator-y > :last-child{height:3px;-webkit-border-bottom-left-radius:3px;border-bottom-left-radius:3px;-webkit-border-bottom-right-radius:3px;border-bottom-right-radius:3px}.x-scroll-indicator-csstransform.x-scroll-indicator-x > *{height:100%}.x-scroll-indicator-csstransform.x-scroll-indicator-x > :first-child{width:3px;-webkit-border-top-left-radius:3px;border-top-left-radius:3px;-webkit-border-bottom-left-radius:3px;border-bottom-left-radius:3px}.x-scroll-indicator-csstransform.x-scroll-indicator-x > :nth-child(2){width:1px}.x-scroll-indicator-csstransform.x-scroll-indicator-x > :last-child{width:3px;-webkit-border-top-right-radius:3px;border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;border-bottom-right-radius:3px}.x-form .x-scroll-container{background-color:#eeeeee}.x-form .x-scroll-container > .x-panel-inner{padding:1em}.x-form-fieldset{margin:0 0 1.5em}.x-form-fieldset .x-form-fieldset-inner{border:1px solid #dddddd;background:#fff;padding:0;-webkit-border-radius:0.4em;border-radius:0.4em;overflow:hidden}.x-form-fieldset-title{text-shadow:#fff 0 1px 1px;color:#333333;margin:1em 0.7em 0.3em;color:#333333;font-weight:bold;white-space:nowrap}.x-form-fieldset-instructions{text-shadow:#fff 0 1px 1px;color:#333333;color:gray;margin:1em 0.7em 0.3em;font-size:.8em;text-align:center}.x-form-label{text-shadow:#fff 0 1px 1px;color:#333333;text-shadow:rgba(255, 255, 255, 0.25) 0 0.08em 0;background-color:#f7f7f7;padding:0.6em;border-top:1px solid white;display:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.x-form-label span{font-size:.8em;font-weight:bold}.x-field{min-height:2.5em;border-bottom:1px solid #dddddd}.x-field .x-component-outer{-webkit-box-flex:1}.x-field .x-field-input{position:relative}.x-field .x-field-input,.x-field .x-input-el{width:100%}.x-field.x-field-labeled .x-form-label{display:block}.x-field:last-child{border-bottom:0}.x-label-align-left:first-child .x-form-label{-webkit-border-top-left-radius:0.4em;border-top-left-radius:0.4em}.x-label-align-left:last-child .x-form-label{-webkit-border-bottom-left-radius:0.4em;border-bottom-left-radius:0.4em}.x-label-align-right{-webkit-box-direction:reverse;box-direction:reverse}.x-label-align-right:first-child .x-form-label{-webkit-border-top-right-radius:0.4em;border-top-right-radius:0.4em}.x-label-align-right:last-child{border-bottom:0}.x-label-align-right:last-child .x-form-label{-webkit-border-bottom-right-radius:0.4em;border-bottom-right-radius:0.4em}.x-input-el{padding:.4em;min-height:2.5em;display:block;border-width:0;background:transparent;-webkit-appearance:none}.x-field-mask{position:absolute;top:0;right:0;bottom:0;left:0}.x-field-required label:after,.x-field-required .x-form-label:after{content:"*";display:inline}.x-field-textarea textarea{min-height:6em;padding-top:.5em}.x-checkmark-base,.x-field .x-input-radio:after,.x-field .x-input-checkbox:after,.x-field .x-input-radio:checked:after,.x-field .x-input-checkbox:checked:after,.x-select-overlay .x-item-selected:before,.x-select-overlay .x-item-selected:after{content:"";position:absolute;width:0.75em;height:1.25em;top:50%;left:auto;-webkit-transform:rotate(45deg) skew(5deg);-webkit-transform-origin:50% 50%;right:1.1em;border:.35em solid;border-top:none;border-left:none;margin-top:-0.75em}.x-field .x-input-radio,.x-field .x-input-checkbox{position:relative}.x-field .x-input-radio:after,.x-field .x-input-checkbox:after{border-color:#dddddd}.x-field .x-input-radio:checked:after,.x-field .x-input-checkbox:checked:after{border-color:#1a70dd}.x-spinner .x-field-input{display:-webkit-box;display:box}.x-spinner .x-field-input .x-input-el{padding:0;width:50%;-webkit-box-flex:1;text-align:center}.x-spinner .x-field-input input::-webkit-outer-spin-button,.x-spinner .x-field-input input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.x-spinner .x-field-input .x-spinner-button{padding:.65em 1.5em;font-weight:bold;text-align:center}.x-spinner .x-field-input .x-spinner-button,.x-toolbar .x-spinner .x-field-input .x-spinner-button{border:0.1em solid #aaaaaa;border-top-color:#b7b7b7;color:black;text-shadow:rgba(255, 255, 255, 0.25) 0 0.08em 0;-webkit-box-shadow:rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-spinner .x-field-input .x-spinner-button.x-button-back:before,.x-spinner .x-field-input .x-spinner-button.x-button-forward:before,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-back:before,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-forward:before{background:#aaaaaa}.x-spinner .x-field-input .x-spinner-button,.x-spinner .x-field-input .x-spinner-button.x-button-back:after,.x-spinner .x-field-input .x-spinner-button.x-button-forward:after,.x-toolbar .x-spinner .x-field-input .x-spinner-button,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-back:after,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-forward:after{background-color:#dddddd;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(50%, #eaeaea), color-stop(51%, #dddddd), color-stop(100%, #d0d0d0));background-image:-webkit-linear-gradient(#ffffff,#eaeaea 50%,#dddddd 51%,#d0d0d0);background-image:linear-gradient(#ffffff,#eaeaea 50%,#dddddd 51%,#d0d0d0)}.x-spinner .x-field-input .x-spinner-button .x-button-icon.x-icon-mask,.x-toolbar .x-spinner .x-field-input .x-spinner-button .x-button-icon.x-icon-mask{background-color:black;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #262626), color-stop(50%, #0d0d0d), color-stop(51%, #000000), color-stop(100%, #000000));background-image:-webkit-linear-gradient(#262626,#0d0d0d 50%,#000000 51%,#000000);background-image:linear-gradient(#262626,#0d0d0d 50%,#000000 51%,#000000)}.x-spinner .x-field-input .x-spinner-button.x-button-pressed,.x-spinner .x-field-input .x-spinner-button.x-button-active,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-pressed,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-active{-webkit-box-shadow:inset #bab3b3 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-spinner .x-field-input .x-spinner-button.x-button-pressed,.x-spinner .x-field-input .x-spinner-button.x-button-pressed:after,.x-spinner .x-field-input .x-spinner-button.x-button-active,.x-spinner .x-field-input .x-spinner-button.x-button-active:after,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-pressed,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-pressed:after,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-active,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-active:after{background-color:#cbcbcb;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b2b2b2), color-stop(10%, #bebebe), color-stop(65%, #cbcbcb), color-stop(100%, #cccccc));background-image:-webkit-linear-gradient(#b2b2b2,#bebebe 10%,#cbcbcb 65%,#cccccc);background-image:linear-gradient(#b2b2b2,#bebebe 10%,#cbcbcb 65%,#cccccc)}.x-spinner .x-field-input .x-spinner-button-down{border:0 !important;border-right:1px solid #dddddd !important}.x-spinner .x-field-input .x-spinner-button-up{border:0 !important;border-left:1px solid #dddddd !important}.x-select-overlay{min-width:14em}.x-select-overlay .x-list-inner{width:100%}.x-select-overlay .x-list-item-label{height:2.6em}.x-select-overlay .x-list-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.x-select-overlay .x-list-item{padding-right:2.6em}.x-select-overlay .x-item-selected:before{border-color:#262626;margin-top:-0.85em}.x-select-overlay .x-item-selected:after{border-color:#dddddd}.x-slider .x-component-outer,.x-toggle .x-component-outer{position:relative;height:2.2em;margin:0.6em;min-height:0;min-width:0}.x-thumb{position:absolute;height:2.2em;width:2.2em}.x-thumb:before{content:"";position:absolute;width:1.85em;height:1.85em;top:0.175em;left:0.175em;border:0.1em solid #919191;-webkit-border-radius:0.925em;border-radius:0.925em;background-color:#dddddd;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(50%, #eaeaea), color-stop(51%, #dddddd), color-stop(100%, #d0d0d0));background-image:-webkit-linear-gradient(#ffffff,#eaeaea 50%,#dddddd 51%,#d0d0d0);background-image:linear-gradient(#ffffff,#eaeaea 50%,#dddddd 51%,#d0d0d0);-webkit-box-shadow:inset rgba(255, 255, 255, 0.5) 0 0 0.1em, inset rgba(255, 255, 255, 0.3) 0 -0.1em 0;-webkit-background-clip:padding;background-clip:padding-box}.x-thumb.x-dragging{opacity:1}.x-thumb.x-dragging:before{background-color:#d0d0d0;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f7f7), color-stop(50%, #dddddd), color-stop(51%, #d0d0d0), color-stop(100%, #c4c4c4));background-image:-webkit-linear-gradient(#f7f7f7,#dddddd 50%,#d0d0d0 51%,#c4c4c4);background-image:linear-gradient(#f7f7f7,#dddddd 50%,#d0d0d0 51%,#c4c4c4)}.x-slider .x-component-outer:after{content:"";position:absolute;width:auto;height:0.8em;top:0.737em;left:0;right:0;margin:0 0.925em;background-color:#ddd;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c4c4c4), color-stop(10%, #d0d0d0), color-stop(65%, #dddddd), color-stop(100%, #dedede));background-image:-webkit-linear-gradient(#c4c4c4,#d0d0d0 10%,#dddddd 65%,#dedede);background-image:linear-gradient(#c4c4c4,#d0d0d0 10%,#dddddd 65%,#dedede);border:0.1em solid rgba(0, 0, 0, 0.1);border-bottom:0;-webkit-box-shadow:rgba(255, 255, 255, 0.7) 0 0.1em 0;-webkit-border-radius:0.4em;border-radius:0.4em}.x-toggle .x-component-outer{margin:0.6em;width:4.4em;-webkit-border-radius:1.1em;border-radius:1.1em;overflow:hidden;border:0.1em solid #b7b7b7;background-color:#ddd;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c4c4c4), color-stop(10%, #d0d0d0), color-stop(65%, #dddddd), color-stop(100%, #dedede));background-image:-webkit-linear-gradient(#c4c4c4,#d0d0d0 10%,#dddddd 65%,#dedede);background-image:linear-gradient(#c4c4c4,#d0d0d0 10%,#dddddd 65%,#dedede);-webkit-box-flex:0}.x-toggle .x-component-outer .x-thumb.x-dragging{opacity:1}.x-toggle .x-component-outer .x-thumb:before{top:0.175em}.x-toggle-on.x-component-outer{background-color:#92cf00;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6e9c00), color-stop(10%, #80b500), color-stop(65%, #92cf00), color-stop(100%, #94d200));background-image:-webkit-linear-gradient(#6e9c00,#80b500 10%,#92cf00 65%,#94d200);background-image:linear-gradient(#6e9c00,#80b500 10%,#92cf00 65%,#94d200)}input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}.x-field-number input::-webkit-outer-spin-button,.x-field-number input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.x-field-input{display:-webkit-box;display:box;-webkit-box-orient:horizontal;box-orient:horizontal;-webkit-box-align:center;box-align:center;-webkit-box-pack:center;box-pack:center}.x-field-input .x-input-el{-webkit-box-flex:1;box-flex:1}.x-field-input .x-clear-icon{display:none;margin:.5em;width:1.1em;height:1.1em;-webkit-border-radius:0.55em;border-radius:0.55em;background-color:rgba(0, 0, 0, 0.15);color:#fff;font-weight:bold;line-height:.9em;text-align:center;padding:0 .27em}.x-android .x-clear-icon{line-height:1.2em;padding:0 .3em}.x-field-clearable .x-clear-icon{display:block}.x-field-textarea .x-field-input{-webkit-box-align:start;box-align:start}.x-item-disabled .x-form-label span,.x-item-disabled input,.x-item-disabled .x-spinner-body,.x-item-disabled select,.x-item-disabled textarea,.x-item-disabled .x-field-clear-container{color:#b3b3b3;pointer-events:none}.x-form-fieldset .x-field:first-child{-webkit-border-top-left-radius:0.4em;border-top-left-radius:0.4em;-webkit-border-top-right-radius:0.4em;border-top-right-radius:0.4em}.x-form-fieldset .x-field:last-child{-webkit-border-bottom-left-radius:0.4em;border-bottom-left-radius:0.4em;-webkit-border-bottom-right-radius:0.4em;border-bottom-right-radius:0.4em}.x-field-select{position:relative}.x-field-select:before,.x-field-select:after{pointer-events:none;position:absolute;display:block;right:0}.x-field-select:after{content:"";position:absolute;width:0;height:0;top:0;left:auto;margin:1em;border:.4em solid transparent;border-top-color:#ddd;z-index:2}.x-field-select.x-label-align-top:after{top:auto;bottom:0}.x-field-select:before{content:"";position:absolute;width:4em;height:auto;top:0;left:auto;bottom:0;-webkit-border-top-right-radius:inherit;border-top-right-radius:inherit;-webkit-border-bottom-right-radius:inherit;border-bottom-right-radius:inherit;background:-webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(255, 255, 255, 0)), color-stop(0.5, white));z-index:1}.x-field-select .x-form-field{white-space:nowrap;width:100%;overflow:hidden;text-overflow:ellipsis}.x-field-select .x-form-field-container{margin-right:40px}.x-msgbox{min-width:15em;padding:0.8em;-webkit-box-shadow:rgba(0, 0, 0, 0.4) 0 0.1em 0.5em;-webkit-border-radius:0.3em;border-radius:0.3em;border:0.15em solid #7c92ae}.x-msgbox .x-title{font-size:.9em;line-height:1.4em}.x-msgbox .x-toolbar{background:transparent none;-webkit-box-shadow:none}.x-msgbox .x-toolbar.x-docked-top{border-bottom:0;height:1.3em}.x-msgbox .x-toolbar.x-docked-bottom{border-top:0}.x-msgbox .x-field{margin:.4em .4em 0 .4em;min-height:2em;background:#fff;-webkit-border-radius:0.2em;border-radius:0.2em}.x-msgbox .x-field:last-child{margin-bottom:.4em}.x-msgbox .x-field .x-clear-icon{margin:.4em}.x-msgbox .x-form-field{min-height:1.5em;-webkit-appearance:none}.x-msgbox-text{font-size:.9em;text-align:center;padding:6px 0}.x-msgbox-buttons{padding:0.4em 0;height:auto}.x-msgbox-buttons .x-button{min-width:4.5em}.x-msgbox-buttons .x-button-normal span{opacity:.7}.x-msgbox-dark .x-msgbox-text{color:rgba(250, 251, 252, 0.9);text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0}.x-msgbox-dark .x-msgbox-input{background-color:rgba(250, 251, 252, 0.9);background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(219,225,232,0.9)), color-stop(10%, rgba(234,238,242,0.9)), color-stop(65%, rgba(250,251,252,0.9)), color-stop(100%, rgba(252,252,253,0.9)));background-image:-webkit-linear-gradient(rgba(219,225,232,0.9),rgba(234,238,242,0.9) 10%,rgba(250,251,252,0.9) 65%,rgba(252,252,253,0.9));background-image:linear-gradient(rgba(219,225,232,0.9),rgba(234,238,242,0.9) 10%,rgba(250,251,252,0.9) 65%,rgba(252,252,253,0.9));border:0.1em solid rgba(124, 146, 174, 0.9)}.x-loading-spinner{font-size:250%;height:1em;width:1em;position:relative;-webkit-transform-origin:0.5em 0.5em}.x-loading-spinner > span,.x-loading-spinner > span:before,.x-loading-spinner > span:after{display:block;position:absolute;width:0.1em;height:0.25em;top:0;-webkit-transform-origin:0.05em 0.5em;-webkit-border-radius:0.05em;border-radius:0.05em;content:" "}.x-loading-spinner > span.x-loading-top{background-color:rgba(170, 170, 170, 0.99)}.x-loading-spinner > span.x-loading-top::after{background-color:rgba(170, 170, 170, 0.9)}.x-loading-spinner > span.x-loading-left::before{background-color:rgba(170, 170, 170, 0.8)}.x-loading-spinner > span.x-loading-left{background-color:rgba(170, 170, 170, 0.7)}.x-loading-spinner > span.x-loading-left::after{background-color:rgba(170, 170, 170, 0.6)}.x-loading-spinner > span.x-loading-bottom::before{background-color:rgba(170, 170, 170, 0.5)}.x-loading-spinner > span.x-loading-bottom{background-color:rgba(170, 170, 170, 0.4)}.x-loading-spinner > span.x-loading-bottom::after{background-color:rgba(170, 170, 170, 0.35)}.x-loading-spinner > span.x-loading-right::before{background-color:rgba(170, 170, 170, 0.3)}.x-loading-spinner > span.x-loading-right{background-color:rgba(170, 170, 170, 0.25)}.x-loading-spinner > span.x-loading-right::after{background-color:rgba(170, 170, 170, 0.2)}.x-loading-spinner > span.x-loading-top::before{background-color:rgba(170, 170, 170, 0.15)}.x-loading-spinner > span{left:50%;margin-left:-0.05em}.x-loading-spinner > span.x-loading-top{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg)}.x-loading-spinner > span.x-loading-right{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg)}.x-loading-spinner > span.x-loading-bottom{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg)}.x-loading-spinner > span.x-loading-left{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg)}.x-loading-spinner > span::before{-webkit-transform:rotate(30deg);-moz-transform:rotate(30deg)}.x-loading-spinner > span::after{-webkit-transform:rotate(-30deg);-moz-transform:rotate(-30deg)}.x-loading-spinner{-webkit-animation-name:x-loading-spinner-rotate;-webkit-animation-duration:.5s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear}@-webkit-keyframes x-loading-spinner-rotate{0%{-webkit-transform:rotate(0deg)}8.32%{-webkit-transform:rotate(0deg)}8.33%{-webkit-transform:rotate(30deg)}16.65%{-webkit-transform:rotate(30deg)}16.66%{-webkit-transform:rotate(60deg)}24.99%{-webkit-transform:rotate(60deg)}25%{-webkit-transform:rotate(90deg)}33.32%{-webkit-transform:rotate(90deg)}33.33%{-webkit-transform:rotate(120deg)}41.65%{-webkit-transform:rotate(120deg)}41.66%{-webkit-transform:rotate(150deg)}49.99%{-webkit-transform:rotate(150deg)}50%{-webkit-transform:rotate(180deg)}58.32%{-webkit-transform:rotate(180deg)}58.33%{-webkit-transform:rotate(210deg)}66.65%{-webkit-transform:rotate(210deg)}66.66%{-webkit-transform:rotate(240deg)}74.99%{-webkit-transform:rotate(240deg)}75%{-webkit-transform:rotate(270deg)}83.32%{-webkit-transform:rotate(270deg)}83.33%{-webkit-transform:rotate(300deg)}91.65%{-webkit-transform:rotate(300deg)}91.66%{-webkit-transform:rotate(330deg)}100%{-webkit-transform:rotate(330deg)}} +body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:""}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}*:focus{outline:none}html,body{font-family:"Helvetica Neue", HelveticaNeue, "Helvetica-Neue", Helvetica, "BBAlpha Sans", sans-serif;font-weight:normal;position:relative;-webkit-text-size-adjust:none}body.x-desktop{overflow:hidden}*,*:after,*:before{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);-webkit-user-select:none;-webkit-touch-callout:none;-webkit-user-drag:none}.x-ios.x-tablet .x-landscape *{-webkit-text-stroke:1px transparent}body{font-size:104%}body.x-ios{-webkit-backface-visibility:hidden}body.x-android.x-phone{font-size:116%}body.x-ios.x-phone{font-size:114%}body.x-desktop{font-size:114%}input,textarea{-webkit-user-select:text}.x-hidden-visibility{visibility:hidden !important}.x-hidden-display,.x-field-hidden{display:none !important}.x-hidden-offsets{position:absolute !important;left:-10000em;top:-10000em;visibility:hidden}.x-fullscreen{position:absolute !important}.x-desktop .x-body-stretcher{margin-bottom:0px}.x-mask{position:absolute;top:0;left:0;bottom:0;right:0;height:100%;z-index:10;display:-webkit-box;display:box;-webkit-box-align:center;box-align:center;-webkit-box-pack:center;box-pack:center;background:rgba(0, 0, 0, 0.3) center center no-repeat}.x-mask.x-mask-gray{background-color:rgba(0, 0, 0, 0.5)}.x-mask.x-mask-transparent{background-color:transparent}.x-mask .x-mask-inner{background:rgba(0, 0, 0, 0.25);color:#fff;text-align:center;padding:.4em;font-size:.95em;font-weight:bold;-webkit-border-radius:0.5em;border-radius:0.5em}.x-mask .x-loading-spinner-outer{display:-webkit-box;display:box;-webkit-box-orient:vertical;box-orient:vertical;-webkit-box-align:center;box-align:center;-webkit-box-pack:center;box-pack:center;width:100%;min-width:8.5em;height:8.5em}.x-mask.x-indicator-hidden .x-loading-spinner-outer{display:none}.x-mask .x-mask-message{text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0;-webkit-box-flex:0 !important;max-width:13em;min-width:8.5em}.x-draggable{z-index:1}.x-dragging{opacity:0.7}.x-panel-list{background-color:white}.x-html{-webkit-user-select:auto;-webkit-touch-callout:inherit;line-height:1.5;color:#333;font-size:.8em;margin:1.2em}.x-html body{line-height:1.5;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;color:#333333;font-size:75%}.x-html h1,.x-html h2,.x-html h3,.x-html h4,.x-html h5,.x-html h6{font-weight:normal;color:#222222}.x-html h1 img,.x-html h2 img,.x-html h3 img,.x-html h4 img,.x-html h5 img,.x-html h6 img{margin:0}.x-html h1{font-size:3em;line-height:1;margin-bottom:0.50em}.x-html h2{font-size:2em;margin-bottom:0.75em}.x-html h3{font-size:1.5em;line-height:1;margin-bottom:1.00em}.x-html h4{font-size:1.2em;line-height:1.25;margin-bottom:1.25em}.x-html h5{font-size:1em;font-weight:bold;margin-bottom:1.50em}.x-html h6{font-size:1em;font-weight:bold}.x-html p{margin:0 0 1.5em}.x-html p .left{display:inline;float:left;margin:1.5em 1.5em 1.5em 0;padding:0}.x-html p .right{display:inline;float:right;margin:1.5em 0 1.5em 1.5em;padding:0}.x-html a{text-decoration:underline;color:#0066cc}.x-html a:visited{color:#004c99}.x-html a:focus{color:#0099ff}.x-html a:hover{color:#0099ff}.x-html a:active{color:#bf00ff}.x-html blockquote{margin:1.5em;color:#666666;font-style:italic}.x-html strong,.x-html dfn{font-weight:bold}.x-html em,.x-html dfn{font-style:italic}.x-html sup,.x-html sub{line-height:0}.x-html abbr,.x-html acronym{border-bottom:1px dotted #666666}.x-html address{margin:0 0 1.5em;font-style:italic}.x-html del{color:#666666}.x-html pre{margin:1.5em 0;white-space:pre}.x-html pre,.x-html code,.x-html tt{font:1em "andale mono", "lucida console", monospace;line-height:1.5}.x-html li ul,.x-html li ol{margin:0}.x-html ul,.x-html ol{margin:0 1.5em 1.5em 0;padding-left:1.5em}.x-html ul{list-style-type:disc}.x-html ol{list-style-type:decimal}.x-html dl{margin:0 0 1.5em 0}.x-html dl dt{font-weight:bold}.x-html dd{margin-left:1.5em}.x-html table{margin-bottom:1.4em;width:100%}.x-html th{font-weight:bold}.x-html thead th{background:#c3d9ff}.x-html th,.x-html td,.x-html caption{padding:4px 10px 4px 5px}.x-html table.striped tr:nth-child(even) td,.x-html table tr.even td{background:#e5ecf9}.x-html tfoot{font-style:italic}.x-html caption{background:#eeeeee}.x-html .quiet{color:#666666}.x-html .loud{color:#111111}.x-html ul li{list-style-type:circle}.x-html ol li{list-style-type:decimal}.x-video{background-color:#000}.x-sortable .x-dragging{opacity:1;z-index:5}.x-fullscreen{background:#eeeeee}.x-map{background-color:#edeae2}.x-map *{-webkit-box-sizing:content-box;box-sizing:content-box}.x-mask-map{background:transparent !important}.x-img{background-repeat:no-repeat}.x-video{height:100%;width:100%}.x-video > *{height:100%;width:100%;position:absolute}.x-video-ghost{-webkit-background-size:100% auto;background:black url() center center no-repeat}audio{width:100%}.x-panel,.x-msgbox,.x-panel-body{position:relative}.x-panel.x-floating,.x-msgbox.x-floating,.x-form.x-floating{padding:6px;-webkit-border-radius:0.3em;border-radius:0.3em;-webkit-box-shadow:rgba(0, 0, 0, 0.8) 0 0.2em 0.6em;background-color:#242e3a;background-image:none}.x-panel.x-floating.x-floating-light,.x-msgbox.x-floating.x-floating-light,.x-form.x-floating.x-floating-light{background-color:#7c92ae;background-image:none}.x-panel.x-floating .x-body,.x-panel.x-floating .x-scroll-view,.x-msgbox.x-floating .x-body,.x-msgbox.x-floating .x-scroll-view,.x-form.x-floating .x-body,.x-form.x-floating .x-scroll-view{background-color:#fff;-webkit-border-radius:0.3em;border-radius:0.3em}.x-anchor{width:1.631em;height:0.7em;position:absolute;z-index:1;-webkit-mask:0 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAPCAYAAABut3YUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPZJREFUeNpi/PX7LwOFwAyIG6HseiA+Ra5BjBQ6xg+IVwAxJ5T/HYgjgHgTOYYxUeCQUiBeh+QQBih7HVSOLiHDDMSTgTiTgLrpQJwLxH9p5RhOaLT4EakeFF3RQPyF2o6RhkaBGYkheRmIPYH4KbXSjC4QnyTDIch6danhGCcgPgwNGXKBNNQMb0ocEwXE24GYn4FyADJjI76Ej88x7UC8FIjZGKgHQDlxGtRsZmISMMjy+dBQoSXYBC0gv+NyDD80xzgx0AeAqg4fIH6NHk0qQHyMjg6B1WvHYDkNFjIgwS1ALMowMOAjEAeBHINe2Q0U+AUQYACQ10C2QNhRogAAAABJRU5ErkJggg==') no-repeat;-webkit-mask-size:1.631em 0.7em;overflow:hidden;background-color:#242e3a}.x-anchor.x-anchor-bottom{-webkit-transform:rotate(180deg);background-color:#242e3a}.x-anchor.x-anchor-left{-webkit-transform:rotate(270deg)}.x-anchor.x-anchor-right{-webkit-transform:rotate(90deg)}.x-floating.x-panel-light:after{background-color:#7c92ae}.x-button{-webkit-background-clip:padding;background-clip:padding-box;-webkit-border-radius:0.4em;border-radius:0.4em;display:-webkit-box;display:box;-webkit-box-align:center;box-align:center;min-height:1.8em !important;padding:.3em .6em;position:relative;overflow:hidden}.x-button,.x-toolbar .x-button{border:0.1em solid #999999;border-top-color:#a6a6a6;color:black;text-shadow:rgba(255, 255, 255, 0.25) 0 0.08em 0;-webkit-box-shadow:rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-button.x-button-back:before,.x-button.x-button-forward:before,.x-toolbar .x-button.x-button-back:before,.x-toolbar .x-button.x-button-forward:before{background:#999999}.x-button,.x-button.x-button-back:after,.x-button.x-button-forward:after,.x-toolbar .x-button,.x-toolbar .x-button.x-button-back:after,.x-toolbar .x-button.x-button-forward:after{background-color:#ccc;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2f2f2), color-stop(50%, #d9d9d9), color-stop(51%, #cccccc), color-stop(100%, #bfbfbf));background-image:-webkit-linear-gradient(#f2f2f2,#d9d9d9 50%,#cccccc 51%,#bfbfbf);background-image:linear-gradient(#f2f2f2,#d9d9d9 50%,#cccccc 51%,#bfbfbf)}.x-button .x-button-icon.x-icon-mask,.x-toolbar .x-button .x-button-icon.x-icon-mask{background-color:black;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #262626), color-stop(50%, #0d0d0d), color-stop(51%, #000000), color-stop(100%, #000000));background-image:-webkit-linear-gradient(#262626,#0d0d0d 50%,#000000 51%,#000000);background-image:linear-gradient(#262626,#0d0d0d 50%,#000000 51%,#000000)}.x-button.x-button-pressed,.x-button.x-button-active,.x-toolbar .x-button.x-button-pressed,.x-toolbar .x-button.x-button-active{-webkit-box-shadow:inset #aaa1a1 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-button.x-button-pressed,.x-button.x-button-pressed:after,.x-button.x-button-active,.x-button.x-button-active:after,.x-toolbar .x-button.x-button-pressed,.x-toolbar .x-button.x-button-pressed:after,.x-toolbar .x-button.x-button-active,.x-toolbar .x-button.x-button-active:after{background-color:#bababa;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a1a1a1), color-stop(10%, #adadad), color-stop(65%, #bababa), color-stop(100%, #bbbbbb));background-image:-webkit-linear-gradient(#a1a1a1,#adadad 10%,#bababa 65%,#bbbbbb);background-image:linear-gradient(#a1a1a1,#adadad 10%,#bababa 65%,#bbbbbb)}.x-button .x-button-icon{width:2.1em;height:2.1em;background-repeat:no-repeat;background-position:center;display:block}.x-button .x-button-icon.x-icon-mask{width:1.3em;height:1.3em;-webkit-mask-size:1.3em}.x-button.x-item-disabled .x-button-label,.x-button.x-item-disabled .x-hasbadge .x-badge,.x-hasbadge .x-button.x-item-disabled .x-badge,.x-button.x-item-disabled .x-button-icon{opacity:.5}.x-button-round,.x-button.x-button-action-round,.x-button.x-button-confirm-round,.x-button.x-button-decline-round{-webkit-border-radius:0.9em;border-radius:0.9em;padding:0.1em 0.9em}.x-button-small,.x-button.x-button-action-small,.x-button.x-button-confirm-small,.x-button.x-button-decline-small,.x-toolbar .x-button-small,.x-toolbar .x-button.x-button-action-small,.x-toolbar .x-button.x-button-confirm-small,.x-toolbar .x-button.x-button-decline-small{-webkit-border-radius:0.3em;border-radius:0.3em;padding:.2em .4em;min-height:0}.x-button-small .x-button-label,.x-button.x-button-action-small .x-button-label,.x-button.x-button-confirm-small .x-button-label,.x-button.x-button-decline-small .x-button-label,.x-button-small .x-hasbadge .x-badge,.x-hasbadge .x-button-small .x-badge,.x-button.x-button-action-small .x-hasbadge .x-badge,.x-hasbadge .x-button.x-button-action-small .x-badge,.x-button.x-button-confirm-small .x-hasbadge .x-badge,.x-hasbadge .x-button.x-button-confirm-small .x-badge,.x-button.x-button-decline-small .x-hasbadge .x-badge,.x-hasbadge .x-button.x-button-decline-small .x-badge,.x-toolbar .x-button-small .x-button-label,.x-toolbar .x-button.x-button-action-small .x-button-label,.x-toolbar .x-button.x-button-confirm-small .x-button-label,.x-toolbar .x-button.x-button-decline-small .x-button-label,.x-toolbar .x-button-small .x-hasbadge .x-badge,.x-hasbadge .x-toolbar .x-button-small .x-badge,.x-toolbar .x-button.x-button-action-small .x-hasbadge .x-badge,.x-hasbadge .x-toolbar .x-button.x-button-action-small .x-badge,.x-toolbar .x-button.x-button-confirm-small .x-hasbadge .x-badge,.x-hasbadge .x-toolbar .x-button.x-button-confirm-small .x-badge,.x-toolbar .x-button.x-button-decline-small .x-hasbadge .x-badge,.x-hasbadge .x-toolbar .x-button.x-button-decline-small .x-badge{font-size:.6em}.x-button-small .x-button-icon,.x-button.x-button-action-small .x-button-icon,.x-button.x-button-confirm-small .x-button-icon,.x-button.x-button-decline-small .x-button-icon,.x-toolbar .x-button-small .x-button-icon,.x-toolbar .x-button.x-button-action-small .x-button-icon,.x-toolbar .x-button.x-button-confirm-small .x-button-icon,.x-toolbar .x-button.x-button-decline-small .x-button-icon{width:.75em;height:.75em}.x-iconalign-left,.x-icon-align-right{-webkit-box-orient:horizontal;box-orient:horizontal}.x-iconalign-top,.x-iconalign-bottom{-webkit-box-orient:vertical;box-orient:vertical}.x-iconalign-bottom,.x-iconalign-right{-webkit-box-direction:reverse;box-direction:reverse}.x-iconalign-center{-webkit-box-pack:center;box-pack:center}.x-iconalign-left .x-button-label,.x-iconalign-left .x-hasbadge .x-badge,.x-hasbadge .x-iconalign-left .x-badge{margin-left:0.3em}.x-iconalign-right .x-button-label,.x-iconalign-right .x-hasbadge .x-badge,.x-hasbadge .x-iconalign-right .x-badge{margin-right:0.3em}.x-iconalign-top .x-button-label,.x-iconalign-top .x-hasbadge .x-badge,.x-hasbadge .x-iconalign-top .x-badge{margin-top:0.3em}.x-iconalign-bottom .x-button-label,.x-iconalign-bottom .x-hasbadge .x-badge,.x-hasbadge .x-iconalign-bottom .x-badge{margin-bottom:0.3em}.x-button-label,.x-hasbadge .x-badge{-webkit-box-flex:1;box-flex:1;-webkit-box-align:center;box-align:center;white-space:nowrap;text-overflow:ellipsis;text-align:center;font-weight:bold;line-height:1.2em;display:block;overflow:hidden}.x-toolbar .x-button{margin:0 .2em;padding:.3em .6em}.x-toolbar .x-button .x-button-label,.x-toolbar .x-button .x-hasbadge .x-badge,.x-hasbadge .x-toolbar .x-button .x-badge{font-size:.7em}.x-button-forward,.x-button-back{position:relative;overflow:visible;height:1.8em;z-index:1}.x-button-forward:before,.x-button-forward:after,.x-button-back:before,.x-button-back:after{content:"";position:absolute;width:0.773em;height:1.8em;top:-0.1em;left:auto;z-index:2;-webkit-mask:0.145em 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAABGCAYAAADb7SQ4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAiNJREFUeNrEWb9LQlEUvj5BcHoQvMnVKXD1D3CLwqBJbHJsazQaWoSCxgbHJiMIAiNok6AhCDdXVycnJ8EQOgeOYaG+d39998KH+HyP753zzjnfd325xfdSgVeV8B6BScuEV0IRSbxHeCMk/AVFXCA8ScQKSXxPqK0fQBBfE5r/D+Y8VzUT9jb94DPimqRYIYkrhGcpKhhxIqTxrpNcExdlQJTTTnRJnCc8ykhUSOIOoZ71ZFfEZ4S2zgUu+rguxZRHEnPbfKRVsOtUl0RtYpOLTYljIS2Z3nVk2DY9SbNCEt8RDm0rUpe4La1jvXSqmtum72raZI24KuNQIYl/nSGSOJb0Jq61M0pxhjwK9304hUjHGSKILzc5Q5drUzttdYY+I97pDH1FzG0zNFUb04gTG4kzJS5kdYauiZtZnaFr4ooKsCIVaDHxKAQxt1NBnGIVHfGCcEQYh3jGU8KBfMKLiyM+lgzAq/qT0ArVTg+Ei1B9fEPoovV4fcfQd2HedScX39GprwGTNjJn0maTELN6IuSzECLB6T5x2eM66jQgnIeSxa60GnS3uL56tr7b1Ai0JPVwYi6yho2U2lgfKym19VxjMRHzEGbvS9K+RBPzetGVUpf29lZHSl2/DMnLvwh1ZMQrKW3Ic4fvJOZS6ZMQW5hpmpT63DvtlFLfm7bBNruM2C2yXb7y3U6ZpRS5P/4jpUjihRTbCJ3q1eL3GMMfAQYAJmB6SBO619IAAAAASUVORK5CYII=') no-repeat;-webkit-mask-size:0.773em 1.8em;overflow:hidden}.x-button-back,.x-toolbar .x-button-back{margin-left:0.828em;padding-left:.4em}.x-button-back:before,.x-toolbar .x-button-back:before{left:-0.693em}.x-button-back:after,.x-toolbar .x-button-back:after{left:-0.628em}.x-button-forward,.x-toolbar .x-button-forward{margin-right:0.828em;padding-right:.4em}.x-button-forward:before,.x-button-forward:after,.x-toolbar .x-button-forward:before,.x-toolbar .x-button-forward:after{-webkit-mask:-0.145em 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAABGCAYAAADb7SQ4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAXlJREFUaN7lmTFqAlEQhh8EhFSCYJXW1law9QAewMrWAwQWAmmtbPcGHiCQ1gPYCla2QsDKSsgmQecvFqImu2/fzry/2OLb9mt23vwz47Kvn5MwEFxM8DkLB6HHEIOd0GGIwUpoMcRgyRKDOUsMJizxpzBiiMFR6DPEeZl1GWKwFh4ZYvAmPDDEqmVWVQxmLPG3MGaIVcosVAz2whNDDDZCmyEG7yFlpiEGKUsMEpb4XKXMtMXeiVVb7J1YLcRgW1ZmVuLSxGopLkys1mLwwhL/mVhjie8Sayxx3kp7DPFVYo0tzhNriyEGU5Z40TjxtDE/F6WcDowHBE/msDFNImG0xZQRBAonDCvxhhH2vKZIZ9Ds+7EDfaWFnKZ4xhja5owxdcnYCAQv1p1Gi4sprn08cZbDt6ZYZasXIn5mLFHTjLCvVt1V+4rVt/M+4r3FPaJMbHaBKRKb3pyKxKZXtv/Er4yjZpRL6q042u34tzh4xV9H/FHnqBHKBQeEd6aqqwD6AAAAAElFTkSuQmCC') no-repeat}.x-button-forward:before,.x-toolbar .x-button-forward:before{right:-0.693em}.x-button-forward:after,.x-toolbar .x-button-forward:after{right:-0.628em}.x-button.x-button-plain,.x-toolbar .x-button.x-button-plain{background:none;border:0 none;-webkit-box-shadow:none;box-shadow:none;-webkit-border-radius:none;border-radius:none;min-height:0;text-shadow:none;line-height:auto;height:auto;padding:0.5em}.x-button.x-button-plain > *,.x-toolbar .x-button.x-button-plain > *{overflow:visible}.x-button.x-button-plain .x-button-icon,.x-toolbar .x-button.x-button-plain .x-button-icon{-webkit-mask-size:1.4em;width:1.4em;height:1.4em}.x-button.x-button-plain.x-button-pressed,.x-toolbar .x-button.x-button-plain.x-button-pressed{background:none;-webkit-box-shadow:none;background-image:-webkit-gradient(radial, 50% 50%, 0, 50% 50%, 24, color-stop(0%, rgba(248,251,254,0.7)), color-stop(100%, rgba(248,251,254,0)));background-image:-webkit-radial-gradient(rgba(248,251,254,0.7),rgba(248,251,254,0) 24px);background-image:radial-gradient(rgba(248,251,254,0.7),rgba(248,251,254,0) 24px)}.x-button.x-button-plain.x-button-pressed .x-button-icon.x-button-mask,.x-toolbar .x-button.x-button-plain.x-button-pressed .x-button-icon.x-button-mask{background-color:#fff;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e6e6e6), color-stop(10%, #f2f2f2), color-stop(65%, #ffffff), color-stop(100%, #ffffff));background-image:-webkit-linear-gradient(#e6e6e6,#f2f2f2 10%,#ffffff 65%,#ffffff);background-image:linear-gradient(#e6e6e6,#f2f2f2 10%,#ffffff 65%,#ffffff)}.x-segmentedbutton .x-button{margin:0;-webkit-border-radius:0;border-radius:0}.x-segmentedbutton .x-button.x-first{-webkit-border-top-left-radius:0.4em;border-top-left-radius:0.4em;-webkit-border-bottom-left-radius:0.4em;border-bottom-left-radius:0.4em}.x-segmentedbutton .x-button.x-last{-webkit-border-top-right-radius:0.4em;border-top-right-radius:0.4em;-webkit-border-bottom-right-radius:0.4em;border-bottom-right-radius:0.4em}.x-segmentedbutton .x-button:not(:first-child){border-left:0}.x-hasbadge{overflow:visible}.x-hasbadge .x-badge{-webkit-border-radius:1em;border-radius:1em;-webkit-background-clip:padding;background-clip:padding-box;padding:.15em .25em;z-index:30;text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0;-webkit-box-shadow:#000 0 .1em .2em;overflow:hidden;color:#fff;border:2px solid #fff;position:absolute;width:auto;min-width:2em;height:2em;line-height:1.2em;font-size:.6em;top:-0.15em;right:0px;max-width:100%;background-color:#990000;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e60000), color-stop(50%, #b30000), color-stop(51%, #990000), color-stop(100%, #800000));background-image:-webkit-linear-gradient(#e60000,#b30000 50%,#990000 51%,#800000);background-image:linear-gradient(#e60000,#b30000 50%,#990000 51%,#800000);display:inline-block}.x-tab .x-button-icon.action,.x-button .x-button-icon.x-icon-mask.action{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFI0lEQVRoBe2YW4hVVRjHZ0yzq6lFEaMlE0PShYRAJIl6iEqKHnqI6WJB0IvdICkfEk0aIyo0KFCph8giCitI7CkoohQL7SoZDaQmXSgKo4uWNf1+zt7DOXvOOXuvvc85bc+cD36ssy/r+77/Xmt9e+3TOzIy0jORbNJEEqvWruBOH/HuCHdHuMOeQOmmdO+ozaA5oxXPunSC2Re4MbgCNiB6vvqbKbx0giNxp9BeBU/BIJqnRecLN2UVrLDj4GIYgscRfSltYSuzYMUdA/0wCI8ieglM5XduK7vgWJhTegGshucRfQHkyj1XpziLNrfmOh2ug1dhMaJn0gbZZDpNpsexQb2y3azfKXCAwns4W5dMd7m2B2ANLCT/x/A/nKknN5mUhWFp1g4Z7vM14jrbBZvgEwi1tAdkDEf3ZrgI0S/RrkP4IdqGpuA+cJo0yw7iyNfJmzAcMrokfjp93HC4XrPYCdzkgPXDPPqvJN7eRh0VrBWqfKMuev6k3Qzr4SP4HWqOFIkZ73iYA/NhLpwPZ4LLS+FZzUp+GtwAA/heS/sGwv+irWnXc9bdTRF20/8eOBWmEKwnCectOrPhSlgF2+Bb+Bl+AxP8B/6FvLn8Td8fYQXMSubgsVZU8Cv4mAeNhC7k+jLYCopzrRURlvZA9P8WLIJJlcI5zi1Ypw+Dr4oqp3EAzlsbLCjfg1PeEUxLtlnXXU4/wQboq8gpl2BHx2l5UuyosuW8I6rQb8Bp1iwRefy4VN6FReaopU3pX7jnhwSO7MmVIiNnJ3L+DtgHCm3ltA0RH4/26rhKk1tdu4kr7yeuHkKgU3rMqI5ncfAQDIKbg14oi1nJv4OvTShthC9LjmTyGB8XwhZw+oQ8+Xbc68C8AOboK6+YYPpfDV+B06YdAkJiuMtzhvrOP1JYafMLpu/Z8CmEJNGOe60fz0J/cjZmWcP0G2+sWZ/aUnCqhFosOq7gyf6uOT888th+Ot0HmxF7MOkgt2AcXQNLkg5rHPv+dffjVvPX6PdeWtf7MJhUssD578ZtEGL6sY4MIfTjeh1zCWZ0Z+DwQXAkapkjtzviPdoPYB+JuJVMNfy7QQkR7MbGPfRaYhi7ruUSjLcbwe1k0tw2vgivwy6C70/ekPE4JK+N+HySWDuz+A5xXOnvlsqD6Lf/QjwBnxNc4a02YwzBeuIdyBosWDDT7RKcn1MRYA+/V8ImAv9Rcb5VP53ufoQ8AB8S0+PMFiwYz5fDzCjCF7SLCbojOm514zZ3HViYLIZVxmD4h8B0rtWtFXkEn4tTv22thPe2SawVeDs8TTz/NqoyhLqDGoC7wervt3lNCxKMY/fIc+BLuJXgn9G20pyuVuA1sJF4vt7GjHx8nZnT7XAXzIXnoK4FCcbLVHAqLW+DWF8v78Aq2EY8v7zGDK2+EmfBI3AtTAPNTU1dCxXs/a6ht+t6bM4FNykvw/0IdYSrDLHu8iyeQ7Cg6mLKQahgd0pbSOJwit/cl6Np6p+BrxGn6hNUp1z3m/tOWAH+DrIgwSTQcBcTFLnOzcRwSjZ6j/vdvQyCxRrSanu0mWvZqp3LjkbBuYTGnSac4CxreCQqJPFD+r/bhq+dtOSyCO7DyWzIcm9avKLXXb+FcskiYjlBfB0lP9KLJp+nv6N7ZL+cp7N9sgg+L6/zMvabcEWrK7iM07CZOXVHuJlPs4y+rNJ74JkyJpczp62N+vWOfpw0uqWzrnXXcGeN53g13REe/0w660x3hDtrPMer+Q9LNCcV91c+jgAAAABJRU5ErkJggg==')}.x-tab .x-button-icon.add,.x-button .x-button-icon.x-icon-mask.add{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAABqUlEQVRoBe2awWnDUBBE843B4NxcQSAFOC4lJeTkoxtJDykgvRhcgCFNJCFgIs+ChEHSJX93YT6ZD4ssmR3NztNFH5Wu6+6iVynlEZpbp+4J3s5OjWm7DRxZuMMCdUB9oyzNmrJe01hEejMtM5exIh6bCI3JbFkDT27EckEDs5DI8iHCWcmy6IowC4ksHyKclSyLrgizkMjyIcJZybLoijALiSwfIpyVLItuOGFso/xiuEvAgJdeK0DqJrHEhtsTTh9ul9y/ChR2KE+Y1ruDt2ccI7d6PszcK+oFFblWELt3Cn6i/8epMW5/W+LKGrUZ/0NwboF5QxuPsfY8dmOxJs41cBOYHCZF2BFeE60i3AQmh0kRdoTXRKsIN4HJYVKEHeE10frvCNvr4RH1HojH3rGHr3hqA7VdkxPKvuKJ3AA4hn7BM3xxA5N71Fdv1gz/tax3P+hFHmsJwM/8wraMadqOh5GuXda76rVqNWb7wgeevQvRRQ1MBCPFiginxEokKsJEMFKsiHBKrESiIkwEI8WKCKfESiQqwkQwUqyIcEqsRKIiTAQjxcoVrP83/9czD9EAAAAASUVORK5CYII=')}.x-tab .x-button-icon.arrow_down,.x-button .x-button-icon.x-icon-mask.arrow_down{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGRTdGMTE3NDA3MjA2ODExOTJDQUMyNUQwRUE4NjdEQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxQTFBMDFDQ0I5NEYxMURGQUU1RjlGMEFERUNDQTVEMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyMkRCMDIxMkI5NEUxMURGQUU1RjlGMEFERUNDQTVEMCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjMwRTE0QzVBNDIyMjY4MTFCQ0ZCOTAzOTcwNzcyRkVCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZFN0YxMTc0MDcyMDY4MTE5MkNBQzI1RDBFQTg2N0RCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+HfrH/AAAAeVJREFUeNrs2cFHBGEUAPA3zYqIiIhOnTpFRHSKrp26RqeuEV077R/QqWtE166dOkVERHRa9hQRnZalFcv0Hk/W1Mx+38z3vvlm5j3eZW+/9+abne+9KEkSaFPMQMtCwQpWsIIVrGAFK1jBClawgo2ik/4hiqJGwLKuvfpIc5xSkWqYr5hzU1s/mRNxXTPsJ+ZqluvXlwOmSj3XBDvG3M1rpAmYYoUrFzr4ZNqTawqm2MH8Dhh7ZXJUbcAUx4FinzBnJcAUl4FhP/jIgRSYKvkYCJaO2LbNv08RMMUy5nsA4COTLy0XYIqtil9iF6aflq7AwBWuAvuQ9ZKSBgNX2ieWjtKSzeXBNZgqfe8J+4W5aXtbcg0GrvibB/BhkeuhBJhigzsghT0veh+WAlMcCGHvMOMQwcCdcIntYy6WmXhIg2PuiAvsEHO97IhHGgzckb4D8L6LmZYPMHBnhiWwXVdDPF9g4A4Vwd66nFr6BAN3ygbbw1yoMzjmjplgB5hrrufSvsHAHesZDOD2JAbxVYCBOzfIAZ9JbR6qAgN3cPwP9kZy1VIlGLiTdluCmoOBO/pnS9Bk8DzmS3pL4BMcpZEe1qX0GI/atC4dQYXRMa1MU0IX4gpWsIIVrGAFK1jBCnYUPwIMAPUPAyFL+nRdAAAAAElFTkSuQmCC')}.x-tab .x-button-icon.arrow_left,.x-button .x-button-icon.x-icon-mask.arrow_left{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGRTdGMTE3NDA3MjA2ODExOTJDQUMyNUQwRUE4NjdEQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGMDZEQTFBREFDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGMDZEQTFBQ0FDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFGQzJEMjQxRjIyMDY4MTE4QTZEQzUxMDg5Q0Y0RTRFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZFN0YxMTc0MDcyMDY4MTE5MkNBQzI1RDBFQTg2N0RCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+FXGmxAAAAghJREFUeNrsm09ERFEUxt+rxBAxqyFm1SqiRYpMSpFapUVaRGpTRIpIbWLaFJEoRZtilChRWiRKsyklilYRERERERGZvsN57Wfmvnnnznkfv+WM+bn3e/ePN24mk3E0pcRRllC42FOWy4dc1w30R+fz3LFthEs1TelZ0KlBuAIcgmRgHS5gqlm2RsNTmqbvrUlZycLT4BhUiliWfEwEbII+UeuwT4nzqNZq2Gm1gTu/ZaUIj4NTEBW7tTTY1zUwKH4vbaive6BBw2kpAa6DkA1CeBicgZhVx8McUg5WWNi+83CWiXFfE9ZeAGQR6ukBqJKyu/Gzw7TcXEiS9UuYbiWWeU8ckXYqMT2lozyFW6SeOU0K1/FhPS75RsHUlKbj3KV0WRPC1Nd5sCuxr6anNPV12zFwk2jLCCdtk81XeAIsahL+BVOgH3xrEPayA5rAixZhyj2oB2ktwpR30A5WtQh7vR4DQ+BHg7CXLdAMXrUIU26411dahClvoBVsaBF2uMsjYFRCrwt5a7kOOnjUVQg7vE43cr9VCDu8I6Nep7QIO7z3HgCTvHYXvbCXJe71hxZhyjmv1w9ahCnP/DDb1yLs9boXzGgR9rIAusCnFmHKCff6UYsw5Ymlj7QIU75AN5gz9YVuLu8eB/S+dA+v1+l83pe2Sfg/BRe2OeGfPELhUDgUtip/AgwAw4tbozZtKFwAAAAASUVORK5CYII=')}.x-tab .x-button-icon.arrow_right,.x-button .x-button-icon.x-icon-mask.arrow_right{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGRTdGMTE3NDA3MjA2ODExOTJDQUMyNUQwRUE4NjdEQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGMDZEQTFCMUFDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGMDZEQTFCMEFDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFGQzJEMjQxRjIyMDY4MTE4QTZEQzUxMDg5Q0Y0RTRFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZFN0YxMTc0MDcyMDY4MTE5MkNBQzI1RDBFQTg2N0RCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+xvZexwAAAhhJREFUeNrsm8FHRFEUxu9rxhARsxqiVauYXWoTpTYtUkRqlWkz0WaiTW2iNi3atGhTm4k2E5GYSJRaZcZQtIqIISIiYhgyfZdv/oF59913X+cdfst5733u+c495743XqvVUpKiSwmLWPB/j2QnP/I8L9SH9lN3/KxwQlpKT4FtaR7eAhegR1LRmgEVMCCpSg+CGtNczLbUC8pgQ9I+rCv3LiiBbkmNxwJ93S+p08qCRzAhqbVMg2tQkNRLa1/vg6ILvrY5POTAXdi+tj0tDbOYjUoaDzPgBuQlzcMpcEhSkg4A8lztjBTBin6u0d8iBOvoYwXPSRGsuEcXuWcnJAhuR4G+TksRrGOMfXhWimDFjqzCyUuE4LavS5yxExIEt0OfopRN+DpKbx6MHAtHSfAeWPN7kWQEhDbAMjg1cTHXBdfBLHiSUKXvwZBJsS4LPgCT4NP0hV1L6SZYAcdB3cAlwe9gDlQlTEsP9Gs16Bu5IPgIjIOP/34AoP26Ss82bd00LA/r1Vzk1mM1whCsfTrPpsJ62E7pE/q1HpaPbAn+Betgib1xaGEjpb+Ywrcu7H9BC35m8//mSncTZEqfgRGXxAYpeJNp3FCOhemU/ub+euXqzGlS8AuYBq8unyiYSulLNv9OizUleIcr+6MiEF4n3x7ze2n9OkSfE5/bfmg/30v7ERxaWBcc5Yj/5BELjgXHgiMVfwIMAGPkXbHq6ClAAAAAAElFTkSuQmCC')}.x-tab .x-button-icon.arrow_up,.x-button .x-button-icon.x-icon-mask.arrow_up{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGRTdGMTE3NDA3MjA2ODExOTJDQUMyNUQwRUE4NjdEQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDQUZBQUM3NEFDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDQUZBQUM3M0FDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFGQzJEMjQxRjIyMDY4MTE4QTZEQzUxMDg5Q0Y0RTRFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZFN0YxMTc0MDcyMDY4MTE5MkNBQzI1RDBFQTg2N0RCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+ar3jxgAAAbFJREFUeNrs2j9ExGEcx/H71YmmpoiIaIq4KSKi6dabbo1oiqamm1qboimiNZpuuikiIqLppiPipqYjIuLp+/D95vy6X/frfr/n730e3sst53XP9x7u+V2ilKpM05qpTNkCGGCAAQYYYIABBhhggAEGeNSqpl9IkiQKWNbvfBc7PDdNIz1PPVK7Trd+OMPrRr8l9Uat2nT9+CyCW4yVnnnHowTXqa8UWHcdI3iNGozASscxgReo7h9YxTtfjwXcHoOVBjwJQYNPcmKlLk9EkODGP7FSO0TwOvU+IVjxZAQD1iPZK4CVGiGAZ6lOCVjFE7LhO/i0JKzUK3KImQY3S8ZKHZ4cr8A16sMQWPHkeANepF4MYqWmD2A9arcWsIonqOYafGYJK73yRDkB71nGSnd5r4jKBG9Sn47AunOb4CWq7xAr7dsA61G69wCreMK2TIMvPMFKfZ44I+ADz7DSQ9YhVgS87fiQGtdlmeBlvkNWnndYBljfGT8FgJVDbKco+CoQrBp6mrEyKfgoMOyvpxlZ4CT9vcXj0shWNe8nE8vCfzwABhhggAEGGGCATa1vAQYAZekAmr8OukgAAAAASUVORK5CYII=')}.x-tab .x-button-icon.compose,.x-button .x-button-icon.x-icon-mask.compose{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.delete,.x-button .x-button-icon.x-icon-mask.delete{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.organize,.x-button .x-button-icon.x-icon-mask.organize{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAEdUlEQVRoBe2aS2xMURjHjbbqUaLoI7RChQUiGo9YaEqkoolIkCASSki68dixsLIVYmHbkJA03UgkFRI2QgRBKl4RgtJFK0jUI+o5fv/p68ztmUlHzpzO9PZLfjP3fOfcO9//fOeee+69E4lGo6PCZKPDJFZaQyc4N1mGI5FIMfUVkAfZMPaVwE54yqn6i+8BllQwravgAEyEv5DppsQ8gYPw3hqsJi0bNJ4El0GZzSa6iHcbjLbpsp7DDGX5V8ByyDbLJ+CdUGQLPNGQnkzj3TDFspN68BNkwhDPIY5poG/T1lBYR+LOkuW4uSeR4KXssN48grF9h20NdeukYLRL96Y6vAD2wCwwbQyFvXARPpoVA85fKnXiN4HtvP2Gf0tPG3XWUKNYT4E6PxjvD3x1EDHPZZvgxTTSDBc8gMrKbql5gKHeJh7NM6/AFu91/EVmjHGTFmN+HA3qYSoE7SuO8+zcEawY4vJdfr8Z/ljiqMS3AV2RvjpTPc7V0A623rqJv8RsnynbxDUXXieJuy/LfRmmEzSd7wKtroL2Hcc5BL4LVmRCmbheEIfmHduVQ1muQV/3BN2bJZyqaANbdm/jL+xtm4nfxKcsP08Q/zX8MxV3TDXqx+PYBGUQNHVAI9AsYrsuB9sPVflDT5xH+O7OZn8kK9msJf6G3ooFOOr66+O2NOVL6A7oP/njmmREQcN5LGhy1cLJtBwK++FSLqrVSGvPcrCZGu8DZTqTBSs+zUkarTZTUrerYh50gHYY7rSpRxZCCYTByvouS2FQK42hE9w7S/tKsOaIt/AGfoMWO3OgFLyYb8FaGByHl6C1r27jlsAh8HaN14LD1+x8jN/KNVdqlAvhgq8YfJ/DLYjVUDatk8J905HObd+Cf1rEaHTp5sSL+RacaKWWyO+8E3wLdi4g1QOOCE61x7Kt/UiGsy1jqcY7kuFUeyzF9ok6WA8ZvJjLtbQWEI/hXpLIW4N1rLyiPHV5hP9MsM4or2V7hlH+702XghWE3gAcTRKN3mjY7AZOdZbNCnAug4wTrNXSItCrmmYSZ3tGTNVAo+1nvCLOyLyeT9WC7WlqXNtUCq7vlpTlGkQMeG+Vio9j6NbxMOjtn8u7udjzaJcH1H3uLViVikCzLftqEtsKbeAyNh3LuWAdVM+yr8JsU8hgt9mvGh6ATousEKwgdcvXCMWDFap2mOYBTWK6b3YtNvYDrs9hM0i9BTgB+YMRTbvp0AS6bzaP43I7LUPaDFBvHPVmIy+ZaOp1+TkJX8Dc3/V22gUrYF1jN4L1r0T4NSPXg+sZ2dZZXgRr5m6BymCW8en6rc54BrYAXfu8CFbQmoQ0c1eYoilXw0NQp7gWZzueN8H68S44DbG/IPA9H66AL7FR12tpYk9qetOwGfSaVjcMNVAFie6iqHJv6bws2YaUfLpctYP+S5WoTVr8vjOMvphN4FN4N69Dybs6yw+OCLZ0yrByhS7DmrRaoQE0Kw5707JOf/UvH/ZKewTG/kscFrHSGbpzOHSC/wHSRhVOrpN3ggAAAABJRU5ErkJggg==')}.x-tab .x-button-icon.refresh,.x-button .x-button-icon.x-icon-mask.refresh{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.reply,.x-button .x-button-icon.x-icon-mask.reply{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAES0lEQVRoBe2ZSWgUQRSGM24YTdSo4AYRTcxBEZJDJCoigrtGg6CIgihqogfRgEERguhB40UP6kHw4kEET4J4E9wPAdeg4ALigjuKcSMuMX7/mAmdSU/SXdM9PTPpBx/T3al67/31urq6K5G2trac3mR9epNYaQ0FZ3vFwwqHFc6yEQhv6SwraBc5YYW7DEmWXUhZhSORSC7UwKIgxzAlghE5CZFHoAEKgxTcz8/gCI3gfzHsh6l+xnLq2zfBaC0miXpYDvmgu+kXBGqeC0aohK2D7TAF+kPamKeCETseZdugGgZDSp4RxHFsnghGqKo4H/aB5uoASEtLWjBiZ6KsFlaAHlJpbUkJRmwl6rTcFKW1SktyRoIROhofdbARhlr8OTkMdBPNlWCE6iG0AA5AqRN1Nm1cxbTpn9Qlx8ERO4pIG0Br6yDDqH3pV4kvPdRewCd4C+/ZPdWx7xZxsk1LgqvIZDeUeZzRT/xJ8Dt4BQ/gGjSSVzO/3psEJ4JoY+A4fATNvVTwhjh34RSshMGJ8jO5biuWIJqrc6AJ/kIqhNrF+EFs3fqHYRoMMxFp7dNFME5Hwi5QMLskgrqmgb8M+hgZYRXh5riTYBxpFM9CUKKcxlWOSyHPjVi1jQqmYy7shQ/gNGjQ7f6Q6yWY7UY07XNK4CK0QtAiTOK/J29tLOQ7EU67nIGgtfU1mARMhz6a3zegtCfRHXOYxhXtndJBgGkOT9FQ1Z3oDsFqhBXAFngJpkGD7veN3NclEt1JcKwRHaaD3niCTt40vh6+q2N6rL+2gtUA03p8FL6AaeAg++ntsNwqNqor/kL8OZ2WgF71vEpeq8FvC36uDveJM8qqyenHwzg67oE1MAxMTeLOQyNod0SDqO2hCaDVIma6u3R9OAxq/9WxW9PT+wRsQ7RiE7Gbj4f4v9F8Fujxb1ptfR2tj/cbf04bfbbqZWgsFEM5LITNcBLc3HF6iM2IxXAlWJ0wJXEQfoFb4RJcEwtu8kv/PCiEGdAAevFQJbvL5Rh/j351uRbcLloVmA83ewgUn0TSgq2DRGzloVt9E9yDFoiPqfOvUBHN3erA7TFOtG6fBqdfVp4KtuZLDqr8DrgDdqIPcb2/UYXjAmmu1cLDBIGswX0THMuJHIrgDGglsMZu4nxI0oItgcbjUHP7MyRaanwXrHywvlAFj8E6v+dqZ8MTI9BzHO2DtaC9KY1wIEYurXCO4JrbjyA6CvzO80wwznS3tMAFDpfBKdArnkY4ECOXqwTWUqZvA1mJp4L/+4wKf8ZxDeyE26AlLBBD9HUC14GWr8mezWEc2/oiiNZM/TumGbRLkdQ6nChOT9eJWw3ffakwjjuMRF5wUg9b4QnE5hOHKTVNsSuO3qW9SosN/Yn4KmAQbnnl040f4pelVLCb5Pxq6/st7Vfipn5DwaYjlyn9wgpnSqVM8wwrbDpymdIvrHCmVMo0z15X4X9rh8wHLEjawQAAAABJRU5ErkJggg==')}.x-tab .x-button-icon.search,.x-button .x-button-icon.x-icon-mask.search{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.settings,.x-button .x-button-icon.x-icon-mask.settings{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.star,.x-button .x-button-icon.x-icon-mask.star{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFfUlEQVRoBd2aXahVRRTHz/Ujv+2mZRGZB7W6mtpFikC7+UWUZiqBD0JPFdRL1EMFPfjoU4baS0FUD/UWZBEVShA+BCpmWApRSkgllNpDmZWZt9//eOay72afvWfWOTPn3rvgz8yeWbPW+s/XmT379AwODtZSSQ+CryVgA/gVfIx/pelEhFMBVlvBOaBeFo6Cean8y09KsnMg932TqCOs9M2UhMfhMJVsxtHcAmcbmekLCsqjFKUkvAYG1xSwmEHZqoLyKEVJCDOCNxH9HUCbVl6mULAuXxjrOQlhgl8Bbi0h0Uen3FBS37GqVIQHiHh2SdR16jTlo0t0woycpuxiUDSdHcFeMv3uIWYanTDB3wIWVZBQHP10zuQKvbarUxDWT1HRz1E++Ds99fLtgp6jEmbExhPNcs+IbkZPiCpRCRP5TPCQJ4MJ6A3QSUqjSWzC2ozuC4j+fnSnB+gHq8YmvJKIJgVEpRPX9QH6waqxCa8PjEhHT981H2j6qno0wqzF63BhOUxsom3Zb7aJqGsUjTAONFJlpysXQz7VuXpavrBTzzEJaz1adlzNjHs6RTBvJyZhjZTF/kTaWZZCnlvhsyWgQkPZQpagzsX1bFlAXjGtDdAPUu1p3PPQhCCXkdwG/mta0PWLds060AuAnqtEOjpdbQR3VymX1P9F3UfgGJA9X9F92c/ADaQ2P8V0DJ4/kDbeYKaSvgI2AN0+OGJK1VAbSIhTOXEOybYll2kte77yD4rqrHyb85S9Cl4HtReAyI11/A7HpRq5PSD6oR0f3Rad+H7S1DvV7UgS+tc1cU3n3V/AWJ/SX8BxVuMinow2rNNjlPQVeH0GFg378kDBfLAPXARjZbTPwmUXmOG+bgz71EKFfqKeAUWfREZbJxyCxyOOqEuHER4qrNUWovwy0CFktBHV4eNZMNvxyaaFhKWAaBt/HJwEo4W0luSKLMF8viVhp4iBeeBd8CcYqcQ1qi+CKS7uVmklYdcQY0+C42Ckkf6EmO51cVal3oRlCFkCdKgfCWtbo7obDO3AVWQbHHyUsjo40E6uq9cvQbdG+wN892fj8s0HjXDWKA51/t4JUo72H/jTDtybjSUkbyYsJ0gdfAtSjfTn+JoWQjCv2+57a4M1QaQSvZvrMsIs7RJejGcdUlLJUhzpZsYsZsJcCen6ZwCE3IaYA2021OfUdU3fJltmwni7Fvh+KDMF16KR3ux0lWuSdgjPxeNdJq/tNdKNqJaSSUyEmVK6JNPomtqbIh3eSKNsEmvAarfJ5LEzjbbR59MtpqyEb8eZjpndkhtxvNri3Er4YZxpx+yW6Jdhi8V5MOHm+n0QZ9afo0u0fQO8A5S3iPaQ1cTSG9w4f/SqesZBH/gRWI6T+gyyxfkgvw2cMdrS+/lTzpZvGnyWxsnTwHLRd4R2a/OBqQyoztKBe/P2qp6DCBOUptKHhuA+pU1fq2Co0/F0L9CVaghxXTbWW9ktKg8lrFfCrwODeh/9wgu1bEDo6OT2Fvgb+JLWq+nQEsnaa5UPJbwKBxc8A9KXPG1O3u+u6E4F24GvD3XMDjCxFcF8uTdhjGpHfwn49L42lCeAdyDZwGi3HpwAPr6+Q29htn1ZPoSwfuz3ewShXVcBNz62lzkvq6O9DjZHgQ9p72kdQljvob9VBPAN9Q+UEQmpw5b+Sf8e0FotI/4a9ZN8bIcQXlnh9AD1y3ychuhgU0tpJyhb14epn+ljN+Sk9S9G1ct50d8SdgF9x9EO3lHB5hXwPEYfA8dbGD9LuWZBtfj0inSQWUDTKzu1dAB5Dkz2tdOOHn70LvwVyMag/FYwzse295Rukq5j+G1wEOib66PAy5FPMD46+NPmqTV7CpwGGvkJPm2l8z8GWDNDloqpGQAAAABJRU5ErkJggg==')}.x-tab .x-button-icon.trash,.x-button .x-button-icon.x-icon-mask.trash{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFBElEQVRoBe2aS4gdRRRA8+L/m0QIJkYNLlQUNOAvigpRcCEIcSsiCLoLLoILcaM7QVBX4koRshDxt9CFKCoiuvGDCP5QkxCiJhInRo2Ovzie80gPNWX1dL3uesM09IUz3V1169a9daur+031aG5ubkUpGY1GK7G1Dq4Cz9vKiIY74Sv8+72tkWQ7Ay4Bxo+Hu2E3/AuOZBf+ov2TsL6Ef5WNUsGazXvgEHQJMm77N/aeg3Mrh7seOweMM2bWYH+B2OES1/9g9w0oEnSngHHCYO+FGSgRXJ0NM/0idA565BRpKyxSt9J2B5xWY+Mw5Udq6uqKT6XimESlmX4d7sTnA4n6rKJjs7QSSgTrSno7nJyodtFyGr4AP4G6TeLIHweb4A44C0LR1xtgCzwP7aTtIkBvLlSfQjwNZyl7FNa0sU077V4DX0Js25X7cRjPzDb2Nd5FnK7xPbGXskdwxsxOLLRzdnwIj8GvkQFnypqobKLLrgGnOjMzP6cqJijzfn0NXPljmXRNWNC+dcBHM7HA2NELp10nwbaz5iC4OsdidTyrYp3a68ZFi7XJFfNsOBGcUmFnPpbiBWkVZefT7g+OXcTF0EUsFPtaje0Lw0LOzfoM49B4Gy36WMKwK+WDcC2cAmGwXK7YAAYdym9c+NiIdUOdnHODc6DjpPioix9LBvwtPE3QOzjWi7MjBS0M8CGY1huUA1ISg/4cNqXiqcqSwVqJ3AQ/QEmnpm3LR+IzsLYKMD4mA6bBOfAKuFpO28nS9v0Bcxckn9V1Ad9Pg2m/H5cONLT3Mf5fFGfX63hBQG8s7/LXxcdV0nvjMtgKp0MojuaroM60xYB8Z78ZTog6c515B1ylXey+ARe3/0tqFNCy0RjrkdvgOwhH0TeiB2A1uMBNGx9Ta+FZiP34mrIrQR39cECSUzqZYYIcR0mjJtmFwmHUvdenLjwmnUl7Eh05+LP40fjvoGTACYN1Rc6CecGhM7lw2lt+AA7Fg4fOespXgYO0j3pvnXmh3rY+/52+vrXtRSd841rQJ/WV1JVX9eNj14DnjeHnJVw8DBeAnX8A2ynfXwXN+cWUPQUOjNl6i7Jt1I9nCOe+1V0NT4AB/wkvw31QRIoFjDfnwRXgfVbJGZzsry44boTNUGVjlvOToPpV5FvbjXApKE7VLZ6UkpWlDGHH+96pV93/4TSsujGA8MeF51Xw6njuO3soKTth/UTnJQOeqONFlKsBW0SlfdVyDLh9NBkth4AzBqnXKkOGe52+DOeHDGcMUq9Vhgz3On0Zzg8ZzhikXqsMGe51+jKcHzKcMUi9Vhky3Ov0ZTg/ZDhjkHqtMmS41+nLcH7IcMYg9VplOWY4/Md88cEtHbDOVg5Xx9jpsM9Yx52JeAcw1ontTXRdcm9pFz3vBveHdNJN6YPVRhrnivtMlruZ5g7DFxBuXLut8j7sA/d43Yr5CIpJsYAJ7DN2/27Bsw1gwAb3I8wLOp+g4w6+nw/6HddOyszqWDg/Qv2bXFwH4+1SyhyUYtI1YLc85wXn/ORAagWdPVRKUqh3AJwtdTLeWq2rbCoP76cm3bjeLG6ELjZim03XJujyJqXF6rtmeDvGNzMN/ajEAZi2rKOD67t00jVgN7+3dnFgqdsu5XRc6tiS/eUGvBTTNengBIVZPuYG7LcYPjdluYk++bTw++pGyQ34bSy9B35Vs5zEYGfgJfg+x7H/ADoy2VfnrtXoAAAAAElFTkSuQmCC')}.x-tab .x-button-icon.maps,.x-button .x-button-icon.x-icon-mask.maps{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAADl0lEQVRoBe2b24tNURzHjfutXEPycDAltwhJbuMSJUqSB/HiES/+AK9ePc6T8uCFkImQW5KGkdwSxYyMGkZu45bbDOPzyZyTrJnjnDkGrVm/+szas2bv397f33ftPS+/Vdba2toj5igj0NcfRkG/3qWIJdcIrs/AO6gDq7cKPkOjUNAmxr8ePJsix8NUWAvLoapowSQawIUzYCZUwAqohF3QAjtgGTyCy5x/nfEu1MNDCmAxuiS4Vy8ST4DZMB9WwiTIRUGC26q1gKtWwyyYBsPB5aLIL5CNTxzotDeWTeA5DUKuO4xXoQbxHpcUbSIzJFkDi0EzdLYnBNGuYJJ4ch+YAhvB5TAORsKvib4x97vwPpk2FjJuhibu85zxAlyCangBLRQib06u68t5vk4uVYVqgO+oqy9v5ASTRLd0LQNLYB24bAfBnw5zikX0HtuhGW5ANY9ylvEBvIY3FOArcz7rWHCpboBFMAxyGjguKIZy1jzYCqfAD5BLslB8J3dCP/AdOgo+fKHXd3Sebh+EctCMieBK6Oj8QuYrXZ7roQr88PiSD4b/IVyyfhB9jQy/uppTUijYhANLytJ1F/sxzL7POpg97vQdFfwVTNYtQsHdKpLg2O1ODieHI6tAWtKRGRrISQ4HJYlsIjkcmaGBnORwUJLIJpLDkRkayEkOByWJbCI5HJmhgZzkcFCSyCaSw5EZGshJDgcliWwiORyZoYGc5HBQksgmksORGRrISQ4HJYlsIjkcmaGBnORwUJLIJpLDkRkayEkOByWJbKLbOVx0r3E7httIbttwNvzddt//JWxIfQynYX8pgu2TbgBbjw9Ds53sNHJv49gOehu5bUe2DfjXojDVpWG/9iu4CEegBp7xfO+LFfyGC5+AiQ7BFXj/c8s+xw+Z24PwvYwKnQxLoQLccGEB7Hsu9t5ckjcU2QjuozgA5+Apz9PCmItCbvqWs2vhJpwBl8ZrEuVtOebPtiWLbf2ymyL0ZVT8XJgDbgHIgFsPOhPmr4d7oAnHue9txg6jI8EfueIaHIOrcAuafieSc/IG19vw7TYD6UEBbE4vhwxMB7cizIYhYPT6MeR+WjBFPoCToEgF1hb6bD8LNpHLwT0L56EOGkhUchc6edoNcruvQWoQ7/6GMTAa3E2zACxGNjRhH9wHV4zP9oGxqCjj7C0wA06Ay/YliRT/T4MCuGnEfQ4feJ5mfvdfaG+OXSWdju+VpAoIK3D9tAAAAABJRU5ErkJggg==')}.x-tab .x-button-icon.locate,.x-button .x-button-icon.x-icon-mask.locate{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.home,.x-button .x-button-icon.x-icon-mask.home{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAEK0lEQVRoBe2Zy28NURzHe/vwqEepYkFIQzxWaCOC2HhELEgQImhXIrqyIEXikVQi+gdIwx9AItg1NiJELMSGhKQbobY2VY9Srfp8m5lmTO/cOXN7Zu656f0ln8zMnTNnft/z+505j5sbGxurmk5WPZ3ESuu0E1xbigjncrka3jsbftClIvsU5RZ65aLK5Lj/C75SzSjHWCuJYLxqhPXwBgYhylq4sRaixChDP8EzGIJ4UwNnCR6tgFswANegKer93LsLim4herm/JKqO8O+ZRdhL42acOwunYAacg2Hu3ePYj3Ph1A1fU2ySmZSZeCiTjxaC1LAboRs6QGJl8+AKXIU1kLqlHmHEqlFboQv2gD40QdPHqx3qKdtJkD8Hb9o+TzXCXmT1cboB+cT6evTVPgIXeWYl6DoVSy3COF2Hx0rjTthp4L0a/4xXrofn33OeqH8avKMqFcE4O4uXb4ULsNfEEa+M0v00LIIuCKc/P03NrAtGrD5Iiuh10Dia1JTOR0EZsjjpw3HlrQpGbD0v3AzFig36e4CLkeAPNs6tCUbsHBxS+mpsLSayYT2KtLBqVgQjdgFe7QP1u9VWPbRc2ZQFe2LV5zSBWG7ZP+vVTUkwYhvx6DicB+fFqvWKFuyJ1QxJ00It48rCNNgnNi+N23hQaVw2YiU0cYQRq9Q9CJdBKV1q02zMeEaWSDBil1L5JTgBDeCCzcUJ8cXImfACOeqayjbBffgDfqu6cPyJP3dgVZTvwd9jdzuoSFmgicRDGAYXRIZ9+I5fPbA6KC7feUHBVKD5rJZ1EutaZMOiv+HjbWjJJ9T/LVIwDyqyh+ApuC7WFy/RCk4r5HyRwWNewRSW2N3wGv6CX2E5HBWcB9AaFOqfTxJMQa1lNewosqNQDiLDPmqv+hFsgzpfrI7/CeamVjwnQZEtV7G+eEX6MeyHGl/0hGB+1MJdYt+B/1C5H9UdX8J2qJ6IMBfz4Ri8hXIXGfZfmdoLWr5W1zJ7ktg2aId18BuiTHNvDVUumQSNxDikLSdtBzdok0yCD8MyiLNmCqhxXBL9An+egNI3yqRT9z+O92FO/O2UuOMuymoqF06bUl53489MQw21Gm8lWmkRa6R/oVaMfT6lAmrsUVMNRa2HU3I8k2orgjNp5hK+ZLwPp/x+fR+0ONfMp9BfJ+qLmulpyze1zMtC8AACbkI/xAneQZkO0JiZimUheAjPn0MfxAnWVo3RiEG5oiwLwXJsmGFDK5iCxrCnGZNSOzVLra+EPDZ9T6EMCFVZ3KWpI8XV7uBTFcEOBsWqS5UIW21OByurRNjBoFh1qRJhq83pYGWVCDsYFKsuVSJstTkdrGz8L0VTv1i+NVF2CyTJDC0LX7E8HIx7D/Vrb3wDaLvY1D5QsI/6jXZUEwk29cDlckki5bIOY9+mneB/GfbU3e4Ey5kAAAAASUVORK5CYII=')}.x-button.x-button-action,.x-toolbar .x-button.x-button-action,.x-button.x-button-action-round,.x-toolbar .x-button.x-button-action-round,.x-button.x-button-action-small,.x-toolbar .x-button.x-button-action-small{border:0.1em solid #104281;border-top-color:#124d98;color:white;text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0;-webkit-box-shadow:rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-button.x-button-action.x-button-back:before,.x-button.x-button-action.x-button-forward:before,.x-toolbar .x-button.x-button-action.x-button-back:before,.x-toolbar .x-button.x-button-action.x-button-forward:before,.x-button.x-button-action-round.x-button-back:before,.x-button.x-button-action-round.x-button-forward:before,.x-toolbar .x-button.x-button-action-round.x-button-back:before,.x-toolbar .x-button.x-button-action-round.x-button-forward:before,.x-button.x-button-action-small.x-button-back:before,.x-button.x-button-action-small.x-button-forward:before,.x-toolbar .x-button.x-button-action-small.x-button-back:before,.x-toolbar .x-button.x-button-action-small.x-button-forward:before{background:#104281}.x-button.x-button-action,.x-button.x-button-action.x-button-back:after,.x-button.x-button-action.x-button-forward:after,.x-toolbar .x-button.x-button-action,.x-toolbar .x-button.x-button-action.x-button-back:after,.x-toolbar .x-button.x-button-action.x-button-forward:after,.x-button.x-button-action-round,.x-button.x-button-action-round.x-button-back:after,.x-button.x-button-action-round.x-button-forward:after,.x-toolbar .x-button.x-button-action-round,.x-toolbar .x-button.x-button-action-round.x-button-back:after,.x-toolbar .x-button.x-button-action-round.x-button-forward:after,.x-button.x-button-action-small,.x-button.x-button-action-small.x-button-back:after,.x-button.x-button-action-small.x-button-forward:after,.x-toolbar .x-button.x-button-action-small,.x-toolbar .x-button.x-button-action-small.x-button-back:after,.x-toolbar .x-button.x-button-action-small.x-button-forward:after{background-color:#1a70dd;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5899eb), color-stop(50%, #2b7de6), color-stop(51%, #1a70dd), color-stop(100%, #1864c6));background-image:-webkit-linear-gradient(#5899eb,#2b7de6 50%,#1a70dd 51%,#1864c6);background-image:linear-gradient(#5899eb,#2b7de6 50%,#1a70dd 51%,#1864c6)}.x-button.x-button-action .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-action .x-button-icon.x-icon-mask,.x-button.x-button-action-round .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-action-round .x-button-icon.x-icon-mask,.x-button.x-button-action-small .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-action-small .x-button-icon.x-icon-mask{background-color:white;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #ffffff), color-stop(100%, #e8f1fc));background-image:-webkit-linear-gradient(#ffffff,#ffffff 50%,#ffffff 51%,#e8f1fc);background-image:linear-gradient(#ffffff,#ffffff 50%,#ffffff 51%,#e8f1fc)}.x-button.x-button-action.x-button-pressed,.x-button.x-button-action.x-button-active,.x-toolbar .x-button.x-button-action.x-button-pressed,.x-toolbar .x-button.x-button-action.x-button-active,.x-button.x-button-action-round.x-button-pressed,.x-button.x-button-action-round.x-button-active,.x-toolbar .x-button.x-button-action-round.x-button-pressed,.x-toolbar .x-button.x-button-action-round.x-button-active,.x-button.x-button-action-small.x-button-pressed,.x-button.x-button-action-small.x-button-active,.x-toolbar .x-button.x-button-action-small.x-button-pressed,.x-toolbar .x-button.x-button-action-small.x-button-active{-webkit-box-shadow:inset #0e4d9d 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-button.x-button-action.x-button-pressed,.x-button.x-button-action.x-button-pressed:after,.x-button.x-button-action.x-button-active,.x-button.x-button-action.x-button-active:after,.x-toolbar .x-button.x-button-action.x-button-pressed,.x-toolbar .x-button.x-button-action.x-button-pressed:after,.x-toolbar .x-button.x-button-action.x-button-active,.x-toolbar .x-button.x-button-action.x-button-active:after,.x-button.x-button-action-round.x-button-pressed,.x-button.x-button-action-round.x-button-pressed:after,.x-button.x-button-action-round.x-button-active,.x-button.x-button-action-round.x-button-active:after,.x-toolbar .x-button.x-button-action-round.x-button-pressed,.x-toolbar .x-button.x-button-action-round.x-button-pressed:after,.x-toolbar .x-button.x-button-action-round.x-button-active,.x-toolbar .x-button.x-button-action-round.x-button-active:after,.x-button.x-button-action-small.x-button-pressed,.x-button.x-button-action-small.x-button-pressed:after,.x-button.x-button-action-small.x-button-active,.x-button.x-button-action-small.x-button-active:after,.x-toolbar .x-button.x-button-action-small.x-button-pressed,.x-toolbar .x-button.x-button-action-small.x-button-pressed:after,.x-toolbar .x-button.x-button-action-small.x-button-active,.x-toolbar .x-button.x-button-action-small.x-button-active:after{background-color:#1760bd;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #11498f), color-stop(10%, #1454a6), color-stop(65%, #1760bd), color-stop(100%, #1761bf));background-image:-webkit-linear-gradient(#11498f,#1454a6 10%,#1760bd 65%,#1761bf);background-image:linear-gradient(#11498f,#1454a6 10%,#1760bd 65%,#1761bf)}.x-button.x-button-confirm,.x-toolbar .x-button.x-button-confirm,.x-button.x-button-confirm-round,.x-toolbar .x-button.x-button-confirm-round,.x-button.x-button-confirm-small,.x-toolbar .x-button.x-button-confirm-small{border:0.1em solid #263501;border-top-color:#374e02;color:white;text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0;-webkit-box-shadow:rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-button.x-button-confirm.x-button-back:before,.x-button.x-button-confirm.x-button-forward:before,.x-toolbar .x-button.x-button-confirm.x-button-back:before,.x-toolbar .x-button.x-button-confirm.x-button-forward:before,.x-button.x-button-confirm-round.x-button-back:before,.x-button.x-button-confirm-round.x-button-forward:before,.x-toolbar .x-button.x-button-confirm-round.x-button-back:before,.x-toolbar .x-button.x-button-confirm-round.x-button-forward:before,.x-button.x-button-confirm-small.x-button-back:before,.x-button.x-button-confirm-small.x-button-forward:before,.x-toolbar .x-button.x-button-confirm-small.x-button-back:before,.x-toolbar .x-button.x-button-confirm-small.x-button-forward:before{background:#263501}.x-button.x-button-confirm,.x-button.x-button-confirm.x-button-back:after,.x-button.x-button-confirm.x-button-forward:after,.x-toolbar .x-button.x-button-confirm,.x-toolbar .x-button.x-button-confirm.x-button-back:after,.x-toolbar .x-button.x-button-confirm.x-button-forward:after,.x-button.x-button-confirm-round,.x-button.x-button-confirm-round.x-button-back:after,.x-button.x-button-confirm-round.x-button-forward:after,.x-toolbar .x-button.x-button-confirm-round,.x-toolbar .x-button.x-button-confirm-round.x-button-back:after,.x-toolbar .x-button.x-button-confirm-round.x-button-forward:after,.x-button.x-button-confirm-small,.x-button.x-button-confirm-small.x-button-back:after,.x-button.x-button-confirm-small.x-button-forward:after,.x-toolbar .x-button.x-button-confirm-small,.x-toolbar .x-button.x-button-confirm-small.x-button-back:after,.x-toolbar .x-button.x-button-confirm-small.x-button-forward:after{background-color:#6c9804;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a2e306), color-stop(50%, #7eb105), color-stop(51%, #6c9804), color-stop(100%, #5b7f03));background-image:-webkit-linear-gradient(#a2e306,#7eb105 50%,#6c9804 51%,#5b7f03);background-image:linear-gradient(#a2e306,#7eb105 50%,#6c9804 51%,#5b7f03)}.x-button.x-button-confirm .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-confirm .x-button-icon.x-icon-mask,.x-button.x-button-confirm-round .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-confirm-round .x-button-icon.x-icon-mask,.x-button.x-button-confirm-small .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-confirm-small .x-button-icon.x-icon-mask{background-color:white;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #ffffff), color-stop(100%, #f7fee6));background-image:-webkit-linear-gradient(#ffffff,#ffffff 50%,#ffffff 51%,#f7fee6);background-image:linear-gradient(#ffffff,#ffffff 50%,#ffffff 51%,#f7fee6)}.x-button.x-button-confirm.x-button-pressed,.x-button.x-button-confirm.x-button-active,.x-toolbar .x-button.x-button-confirm.x-button-pressed,.x-toolbar .x-button.x-button-confirm.x-button-active,.x-button.x-button-confirm-round.x-button-pressed,.x-button.x-button-confirm-round.x-button-active,.x-toolbar .x-button.x-button-confirm-round.x-button-pressed,.x-toolbar .x-button.x-button-confirm-round.x-button-active,.x-button.x-button-confirm-small.x-button-pressed,.x-button.x-button-confirm-small.x-button-active,.x-toolbar .x-button.x-button-confirm-small.x-button-pressed,.x-toolbar .x-button.x-button-confirm-small.x-button-active{-webkit-box-shadow:inset #384f00 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-button.x-button-confirm.x-button-pressed,.x-button.x-button-confirm.x-button-pressed:after,.x-button.x-button-confirm.x-button-active,.x-button.x-button-confirm.x-button-active:after,.x-toolbar .x-button.x-button-confirm.x-button-pressed,.x-toolbar .x-button.x-button-confirm.x-button-pressed:after,.x-toolbar .x-button.x-button-confirm.x-button-active,.x-toolbar .x-button.x-button-confirm.x-button-active:after,.x-button.x-button-confirm-round.x-button-pressed,.x-button.x-button-confirm-round.x-button-pressed:after,.x-button.x-button-confirm-round.x-button-active,.x-button.x-button-confirm-round.x-button-active:after,.x-toolbar .x-button.x-button-confirm-round.x-button-pressed,.x-toolbar .x-button.x-button-confirm-round.x-button-pressed:after,.x-toolbar .x-button.x-button-confirm-round.x-button-active,.x-toolbar .x-button.x-button-confirm-round.x-button-active:after,.x-button.x-button-confirm-small.x-button-pressed,.x-button.x-button-confirm-small.x-button-pressed:after,.x-button.x-button-confirm-small.x-button-active,.x-button.x-button-confirm-small.x-button-active:after,.x-toolbar .x-button.x-button-confirm-small.x-button-pressed,.x-toolbar .x-button.x-button-confirm-small.x-button-pressed:after,.x-toolbar .x-button.x-button-confirm-small.x-button-active,.x-toolbar .x-button.x-button-confirm-small.x-button-active:after{background-color:#547503;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #304402), color-stop(10%, #425c02), color-stop(65%, #547503), color-stop(100%, #557803));background-image:-webkit-linear-gradient(#304402,#425c02 10%,#547503 65%,#557803);background-image:linear-gradient(#304402,#425c02 10%,#547503 65%,#557803)}.x-button.x-button-decline,.x-toolbar .x-button.x-button-decline,.x-button.x-button-decline-round,.x-toolbar .x-button.x-button-decline-round,.x-button.x-button-decline-small,.x-toolbar .x-button.x-button-decline-small{border:0.1em solid #630303;border-top-color:#7c0303;color:white;text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0;-webkit-box-shadow:rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-button.x-button-decline.x-button-back:before,.x-button.x-button-decline.x-button-forward:before,.x-toolbar .x-button.x-button-decline.x-button-back:before,.x-toolbar .x-button.x-button-decline.x-button-forward:before,.x-button.x-button-decline-round.x-button-back:before,.x-button.x-button-decline-round.x-button-forward:before,.x-toolbar .x-button.x-button-decline-round.x-button-back:before,.x-toolbar .x-button.x-button-decline-round.x-button-forward:before,.x-button.x-button-decline-small.x-button-back:before,.x-button.x-button-decline-small.x-button-forward:before,.x-toolbar .x-button.x-button-decline-small.x-button-back:before,.x-toolbar .x-button.x-button-decline-small.x-button-forward:before{background:#630303}.x-button.x-button-decline,.x-button.x-button-decline.x-button-back:after,.x-button.x-button-decline.x-button-forward:after,.x-toolbar .x-button.x-button-decline,.x-toolbar .x-button.x-button-decline.x-button-back:after,.x-toolbar .x-button.x-button-decline.x-button-forward:after,.x-button.x-button-decline-round,.x-button.x-button-decline-round.x-button-back:after,.x-button.x-button-decline-round.x-button-forward:after,.x-toolbar .x-button.x-button-decline-round,.x-toolbar .x-button.x-button-decline-round.x-button-back:after,.x-toolbar .x-button.x-button-decline-round.x-button-forward:after,.x-button.x-button-decline-small,.x-button.x-button-decline-small.x-button-back:after,.x-button.x-button-decline-small.x-button-forward:after,.x-toolbar .x-button.x-button-decline-small,.x-toolbar .x-button.x-button-decline-small.x-button-back:after,.x-toolbar .x-button.x-button-decline-small.x-button-forward:after{background-color:#c70505;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f91f1f), color-stop(50%, #e00606), color-stop(51%, #c70505), color-stop(100%, #ae0404));background-image:-webkit-linear-gradient(#f91f1f,#e00606 50%,#c70505 51%,#ae0404);background-image:linear-gradient(#f91f1f,#e00606 50%,#c70505 51%,#ae0404)}.x-button.x-button-decline .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-decline .x-button-icon.x-icon-mask,.x-button.x-button-decline-round .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-decline-round .x-button-icon.x-icon-mask,.x-button.x-button-decline-small .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-decline-small .x-button-icon.x-icon-mask{background-color:white;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #ffffff), color-stop(100%, #fee6e6));background-image:-webkit-linear-gradient(#ffffff,#ffffff 50%,#ffffff 51%,#fee6e6);background-image:linear-gradient(#ffffff,#ffffff 50%,#ffffff 51%,#fee6e6)}.x-button.x-button-decline.x-button-pressed,.x-button.x-button-decline.x-button-active,.x-toolbar .x-button.x-button-decline.x-button-pressed,.x-toolbar .x-button.x-button-decline.x-button-active,.x-button.x-button-decline-round.x-button-pressed,.x-button.x-button-decline-round.x-button-active,.x-toolbar .x-button.x-button-decline-round.x-button-pressed,.x-toolbar .x-button.x-button-decline-round.x-button-active,.x-button.x-button-decline-small.x-button-pressed,.x-button.x-button-decline-small.x-button-active,.x-toolbar .x-button.x-button-decline-small.x-button-pressed,.x-toolbar .x-button.x-button-decline-small.x-button-active{-webkit-box-shadow:inset maroon 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-button.x-button-decline.x-button-pressed,.x-button.x-button-decline.x-button-pressed:after,.x-button.x-button-decline.x-button-active,.x-button.x-button-decline.x-button-active:after,.x-toolbar .x-button.x-button-decline.x-button-pressed,.x-toolbar .x-button.x-button-decline.x-button-pressed:after,.x-toolbar .x-button.x-button-decline.x-button-active,.x-toolbar .x-button.x-button-decline.x-button-active:after,.x-button.x-button-decline-round.x-button-pressed,.x-button.x-button-decline-round.x-button-pressed:after,.x-button.x-button-decline-round.x-button-active,.x-button.x-button-decline-round.x-button-active:after,.x-toolbar .x-button.x-button-decline-round.x-button-pressed,.x-toolbar .x-button.x-button-decline-round.x-button-pressed:after,.x-toolbar .x-button.x-button-decline-round.x-button-active,.x-toolbar .x-button.x-button-decline-round.x-button-active:after,.x-button.x-button-decline-small.x-button-pressed,.x-button.x-button-decline-small.x-button-pressed:after,.x-button.x-button-decline-small.x-button-active,.x-button.x-button-decline-small.x-button-active:after,.x-toolbar .x-button.x-button-decline-small.x-button-pressed,.x-toolbar .x-button.x-button-decline-small.x-button-pressed:after,.x-toolbar .x-button.x-button-decline-small.x-button-active,.x-toolbar .x-button.x-button-decline-small.x-button-active:after{background-color:#a40404;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #720303), color-stop(10%, #8b0404), color-stop(65%, #a40404), color-stop(100%, #a70404));background-image:-webkit-linear-gradient(#720303,#8b0404 10%,#a40404 65%,#a70404);background-image:linear-gradient(#720303,#8b0404 10%,#a40404 65%,#a70404)}.x-sheet{padding:0.7em;border-top:1px solid #37465a;height:auto;background-color:rgba(36, 46, 58, 0.9);background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(65,83,105,0.9)), color-stop(50%, rgba(46,58,74,0.9)), color-stop(51%, rgba(36,46,58,0.9)), color-stop(100%, rgba(26,33,42,0.9)));background-image:-webkit-linear-gradient(rgba(65,83,105,0.9),rgba(46,58,74,0.9) 50%,rgba(36,46,58,0.9) 51%,rgba(26,33,42,0.9));background-image:linear-gradient(rgba(65,83,105,0.9),rgba(46,58,74,0.9) 50%,rgba(36,46,58,0.9) 51%,rgba(26,33,42,0.9));-webkit-border-radius:0;border-radius:0}.x-sheet-inner > .x-button{margin-bottom:0.5em}.x-sheet-inner > .x-button:last-child{margin-bottom:0}.x-sheet.x-picker{padding:0}.x-sheet.x-picker .x-sheet-inner{position:relative;background-color:#fff;-webkit-border-radius:0.4em;border-radius:0.4em;-webkit-background-clip:padding;background-clip:padding-box;overflow:hidden;margin:0.7em}.x-sheet.x-picker .x-sheet-inner:before,.x-sheet.x-picker .x-sheet-inner:after{z-index:1;content:"";position:absolute;width:100%;height:30%;top:0;left:0}.x-sheet.x-picker .x-sheet-inner:before{top:auto;-webkit-border-bottom-left-radius:0.4em;border-bottom-left-radius:0.4em;-webkit-border-bottom-right-radius:0.4em;border-bottom-right-radius:0.4em;bottom:0;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #bbbbbb));background-image:-webkit-linear-gradient(#ffffff,#bbbbbb);background-image:linear-gradient(#ffffff,#bbbbbb)}.x-sheet.x-picker .x-sheet-inner:after{-webkit-border-top-left-radius:0.4em;border-top-left-radius:0.4em;-webkit-border-top-right-radius:0.4em;border-top-right-radius:0.4em;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bbbbbb), color-stop(100%, #ffffff));background-image:-webkit-linear-gradient(#bbbbbb,#ffffff);background-image:linear-gradient(#bbbbbb,#ffffff)}.x-sheet.x-picker .x-sheet-inner .x-picker-slot .x-body{border-left:1px solid #999999;border-right:1px solid #ACACAC}.x-sheet.x-picker .x-sheet-inner .x-picker-slot:first-child .x-body{border-left:0}.x-sheet.x-picker .x-sheet-inner .x-picker-slot:last-child .x-body{border-left:0;border-right:0}.x-picker-slot .x-scroll-view{z-index:2;position:relative;-webkit-box-shadow:rgba(0, 0, 0, 0.4) -1px 0 1px}.x-picker-slot .x-scroll-view:first-child{-webkit-box-shadow:none}.x-picker-mask{position:absolute;top:0;left:0;right:0;bottom:0;z-index:3;display:-webkit-box;display:box;-webkit-box-align:stretch;box-align:stretch;-webkit-box-orient:vertical;box-orient:vertical;-webkit-box-pack:center;box-pack:center;pointer-events:none}.x-picker-bar{border-top:0.12em solid #1a70dd;border-bottom:0.12em solid #1a70dd;height:2.5em;background-color:rgba(13, 114, 242, 0.3);background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(85,156,246,0.3)), color-stop(50%, rgba(37,128,244,0.3)), color-stop(51%, rgba(13,114,242,0.3)), color-stop(100%, rgba(11,102,218,0.3)));background-image:-webkit-linear-gradient(rgba(85,156,246,0.3),rgba(37,128,244,0.3) 50%,rgba(13,114,242,0.3) 51%,rgba(11,102,218,0.3));background-image:linear-gradient(rgba(85,156,246,0.3),rgba(37,128,244,0.3) 50%,rgba(13,114,242,0.3) 51%,rgba(11,102,218,0.3));-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 0.2em 0.2em}.x-picker-slot-title{position:relative;z-index:2;background-color:#829ec1;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b6c6da), color-stop(50%, #93abca), color-stop(51%, #829ec1), color-stop(100%, #7191b9));background-image:-webkit-linear-gradient(#b6c6da,#93abca 50%,#829ec1 51%,#7191b9);background-image:linear-gradient(#b6c6da,#93abca 50%,#829ec1 51%,#7191b9);border-top:1px solid #829ec1;border-bottom:1px solid #4a6a94;-webkit-box-shadow:0px 0.1em 0.3em rgba(0, 0, 0, 0.3);padding:0.2em 1.02em}.x-picker-slot-title > div{font-weight:bold;font-size:0.8em;color:#4a5461;text-shadow:rgba(255, 255, 255, 0.25) 0 0.08em 0}.x-picker-slot .x-dataview-inner{width:100%}.x-picker-slot .x-dataview-item{vertical-align:middle;height:2.5em;line-height:2.5em;font-weight:bold;padding:0 10px}.x-picker-slot .x-picker-item{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.x-picker-right{text-align:right}.x-picker-center{text-align:center}.x-picker-left{text-align:left}.x-tabbar.x-docked-top{border-bottom:.1em solid;height:2.6em;padding:0 .8em}.x-tabbar.x-docked-top .x-tab{padding:0.4em 0.8em;height:1.8em;-webkit-border-radius:0.9em;border-radius:0.9em}.x-tabbar.x-docked-top .x-tab-active{-webkit-box-shadow:rgba(255, 255, 255, 0.2) 0 0.1em 0.1em, inset rgba(0, 0, 0, 0.3) 0 0.1em 0.2em}.x-tabbar.x-docked-top .x-button-label,.x-tabbar.x-docked-top .x-hasbadge .x-badge,.x-hasbadge .x-tabbar.x-docked-top .x-badge{font-size:.8em;line-height:1.2em;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}.x-tabbar.x-docked-bottom{border-top:.1em solid;height:3em;padding:0}.x-tabbar.x-docked-bottom .x-tab{-webkit-border-radius:0.25em;border-radius:0.25em;min-width:3.3em;position:relative;padding-top:.2em}.x-tabbar.x-docked-bottom .x-tab .x-button-icon{-webkit-mask-size:1.65em;width:1.65em;height:1.65em;display:block;margin:0 auto;position:relative}.x-tabbar.x-docked-bottom .x-tab .x-button-label,.x-tabbar.x-docked-bottom .x-tab .x-hasbadge .x-badge,.x-hasbadge .x-tabbar.x-docked-bottom .x-tab .x-badge{margin:0;padding:.1em 0 .2em 0;font-size:9px;line-height:12px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}.x-tabbar.x-docked-bottom .x-tab-active{-webkit-box-shadow:inset rgba(255, 255, 255, 0.3) 0 0 0.1em}.x-tab .x-button-icon.bookmarks,.x-button .x-button-icon.x-icon-mask.bookmarks{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.download,.x-button .x-button-icon.x-icon-mask.download{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.favorites,.x-button .x-button-icon.x-icon-mask.favorites{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFfUlEQVRoBd2aXahVRRTHz/Ujv+2mZRGZB7W6mtpFikC7+UWUZiqBD0JPFdRL1EMFPfjoU4baS0FUD/UWZBEVShA+BCpmWApRSkgllNpDmZWZt9//eOay72afvWfWOTPn3rvgz8yeWbPW+s/XmT379AwODtZSSQ+CryVgA/gVfIx/pelEhFMBVlvBOaBeFo6Cean8y09KsnMg932TqCOs9M2UhMfhMJVsxtHcAmcbmekLCsqjFKUkvAYG1xSwmEHZqoLyKEVJCDOCNxH9HUCbVl6mULAuXxjrOQlhgl8Bbi0h0Uen3FBS37GqVIQHiHh2SdR16jTlo0t0woycpuxiUDSdHcFeMv3uIWYanTDB3wIWVZBQHP10zuQKvbarUxDWT1HRz1E++Ds99fLtgp6jEmbExhPNcs+IbkZPiCpRCRP5TPCQJ4MJ6A3QSUqjSWzC2ozuC4j+fnSnB+gHq8YmvJKIJgVEpRPX9QH6waqxCa8PjEhHT981H2j6qno0wqzF63BhOUxsom3Zb7aJqGsUjTAONFJlpysXQz7VuXpavrBTzzEJaz1adlzNjHs6RTBvJyZhjZTF/kTaWZZCnlvhsyWgQkPZQpagzsX1bFlAXjGtDdAPUu1p3PPQhCCXkdwG/mta0PWLds060AuAnqtEOjpdbQR3VymX1P9F3UfgGJA9X9F92c/ADaQ2P8V0DJ4/kDbeYKaSvgI2AN0+OGJK1VAbSIhTOXEOybYll2kte77yD4rqrHyb85S9Cl4HtReAyI11/A7HpRq5PSD6oR0f3Rad+H7S1DvV7UgS+tc1cU3n3V/AWJ/SX8BxVuMinow2rNNjlPQVeH0GFg378kDBfLAPXARjZbTPwmUXmOG+bgz71EKFfqKeAUWfREZbJxyCxyOOqEuHER4qrNUWovwy0CFktBHV4eNZMNvxyaaFhKWAaBt/HJwEo4W0luSKLMF8viVhp4iBeeBd8CcYqcQ1qi+CKS7uVmklYdcQY0+C42Ckkf6EmO51cVal3oRlCFkCdKgfCWtbo7obDO3AVWQbHHyUsjo40E6uq9cvQbdG+wN892fj8s0HjXDWKA51/t4JUo72H/jTDtybjSUkbyYsJ0gdfAtSjfTn+JoWQjCv2+57a4M1QaQSvZvrMsIs7RJejGcdUlLJUhzpZsYsZsJcCen6ZwCE3IaYA2021OfUdU3fJltmwni7Fvh+KDMF16KR3ux0lWuSdgjPxeNdJq/tNdKNqJaSSUyEmVK6JNPomtqbIh3eSKNsEmvAarfJ5LEzjbbR59MtpqyEb8eZjpndkhtxvNri3Er4YZxpx+yW6Jdhi8V5MOHm+n0QZ9afo0u0fQO8A5S3iPaQ1cTSG9w4f/SqesZBH/gRWI6T+gyyxfkgvw2cMdrS+/lTzpZvGnyWxsnTwHLRd4R2a/OBqQyoztKBe/P2qp6DCBOUptKHhuA+pU1fq2Co0/F0L9CVaghxXTbWW9ktKg8lrFfCrwODeh/9wgu1bEDo6OT2Fvgb+JLWq+nQEsnaa5UPJbwKBxc8A9KXPG1O3u+u6E4F24GvD3XMDjCxFcF8uTdhjGpHfwn49L42lCeAdyDZwGi3HpwAPr6+Q29htn1ZPoSwfuz3ewShXVcBNz62lzkvq6O9DjZHgQ9p72kdQljvob9VBPAN9Q+UEQmpw5b+Sf8e0FotI/4a9ZN8bIcQXlnh9AD1y3ychuhgU0tpJyhb14epn+ljN+Sk9S9G1ct50d8SdgF9x9EO3lHB5hXwPEYfA8dbGD9LuWZBtfj0inSQWUDTKzu1dAB5Dkz2tdOOHn70LvwVyMag/FYwzse295Rukq5j+G1wEOib66PAy5FPMD46+NPmqTV7CpwGGvkJPm2l8z8GWDNDloqpGQAAAABJRU5ErkJggg==')}.x-tab .x-button-icon.info,.x-button .x-button-icon.x-icon-mask.info{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAHOElEQVRoBdWbXYgVZRjHXdf8ysjUQl011lbRIFEjM6Uu0iyiEDG86EItKoIuuhDJCgoioouugqKbgi4CKwulILG0mxLTUtMyTWQNPzLTPszU1cx+v+OZw9nZM3POmZl3zQd+zMz7zvs8z//MvF+z2nLhwoU+oaylpWUQvvvDYGiDdjgP1dbKRSccglNwlpxOcwxiLUULRqTCRsNUmAk3wS3QiG3hpp2wCbbDYfLzhyjMChOM0FlkNR3mw61wFeSxv2j8FayBrQjfmMdZpa1POA84UuD7cBzsHyHQtzHm58nVtpnEErgvzIB34Rj8CyGEVvs0hrGMaey+WcQ3LZhAQ+FZsG/1htBq0Z4b09jmMLRZ0U0JJsA0eAccTeOJ9Pa1OZjLtGZENywYx0tgDzit9La4pHjmYk5LGhXdkGAcLoPDcCle4SSxUbk5mduyRkSnCsaJi4IV4GARBSj6eALfR8sxunLEMUdzbU0TniiYho7ED8GvULRI/UV9cDbnrsauheXQCVnjmas5J47gaYJdSPwAIfqsPlfEnwRl/eBBOAlZROvXnGfFfUfXNQXTYCKsg38gS+B6bT6MEogfiTcKNuaIa87mPjHu2+segrnRBf8bYN+ql3jW+ntrJVNK6OJGw+VkVt+2M3c1DIrHsZ9WjPVwCxcLYQ4MqVQUf/Jjikt3VnnX4eauhoVlTZVw3QRTOhmWwjhQfCi7ppZjkjOf62FCrfomysxdDUtBTRWrCCZYK6WLYAo4aoa0JxKcu2x9CsYk1DdTrAa1LCpru9g2ese58lddD+cgT/9ppK2j8ONR7HLf9Um8B0XOCmpR04QoVmnQosDp4BHYD40kXMQ9zsPfgSI/hyNQhN+4j/34VVu/0g9b/nXbKFgJf0O8weV+rSa1tam1b3kUm0SB77sj5KUw18OhTE1qm6RWBy07t0O4S7veto8J6FLwbng+YHC1qbE0GDtnrYXeGKzsHj7NT2AejKgMJn36DODaASZEF1KbGof4hJ2vXM45cIW2nwjwKDyA0HXgDicyl4RpC5LovixHtalxnCcd4PwX0hTjcvEFRO5ICBRyoWNINXYo2Ek+5DJyP/6fgZWI9XVNs3r1aW3r1alxjIJHQqjR+Vt8L0fnpxzrmU+45pKzXsMG69U4UsHDYWCDjRq9zYFpCzwGLi5K5qyA+KQpSMHt5VtDHNQ4XMEh+s5R/L4CuxSIUKeDO8BX1pG4lrlDmlqrosCy0jxcoL+KK5PvgFbEOka8CKsgbRd0u/dDUPMJh7ArcXon/A4PwwxwyvkKkuwuKi5bwYqaDbdBNAP8wvn3kGQ+4RDdq1u8UE/YINUjv313L/35bLfo5Qte+xs5va5WXdFlrrRMImnkLCreaRxtSnE2i7q8n3VS3Jeq1HhWwY6o7k1Dmn/r3ZgSYCZ1g1Lqi6hS41EFHwC/QIQ0P5D7vbiH8Tq7DnD7Frr/qvGAgvfBnxDSNqcsOJx7Xe2FNjXuU/BeOAah1rHn8f0FJJkDlk85pKlNjXsV7KPeA34KCWUuM5OsN760qE2NJxXcBevBfhbCOnFqsB5G/72aQj8vVVuIN01tauyKFvPbuHBhEGJ6+hK/SSLaqBsPmrFfhZe9KND0q7ZtjiM+Ye0guIXzPS/atuPQflzLxlI4Go6AOys/wq+Gn6EoU5Pa1Fj6G7Dfpp0nfeT+EkXaOZx9jf+kJ+xqbAPcxy1vwhnOd8MuKMrUtB7fauz2HcsgBuuAQVCEHcLJ8RRHrr42kExpWqRPu3mYDTektGmmyhVe9x+QYJU/mVK5AHwF/QblU8nLWnyMrY6Rds69T4Kvd964tleDWhZUx6yItRBzo+7A8QcUEXQVfkZVB6x1zj3GfQ587YqIqw81qKV/dcxugsuiJ3OT/cr+lzf4S/gYXB0wfk69HwX8YRxN88aL2pu7Gib3iBcv8BpbDJ0QOch6fB0fNf+1HOVXwD2wE7L6T2rXic/FNbXVLLw4mNmfTuRMZi/tx8djUDYHPgAHlaSks5abs7mX/lrYI3a8ILqmwTB4G9xWZQ1uu7egHQbC/aBQR+88PpPamqs5D4t0xI89+nD1DTT0A9waOANJQeqVu+j4Ddx3u26vd3/WenM01zHVGuLnqYK9GXNeXg15RGcV0Wg7czPHjrjA+HVdwVWifRX/j6LNydzqii1pif8CSdc4HApPg0u1IqeQRp9i/D5zMBdzqjkT1NLS0BOOGuLYv+E6lWyFolZjcSGNXBvbHMxlQJRfI8emBEcOCeKo+xq4A+nNp20sYxq7PcqnmWMmwVEAgs4FR0Y32CGF69sYxpobxc9yzP3feMo7nJtJxDnWV2w6RPtsTnOZQn1118JH8A0ik/bWVNe33IKjEAh3qei87Ue5eeDTnwTNilfkbvgM1oHb1oMIdX2c2woTXJ0J4h3c3NyPgikwA9zjjigT7Xf3ce0XCfF8M+wAv3icQmQXx0LtP/qKurS9uZqyAAAAAElFTkSuQmCC')}.x-tab .x-button-icon.more,.x-button .x-button-icon.x-icon-mask.more{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAADJ0lEQVRoBe2YS2sUQRSFp5MgvmLU+CAMiBJFDBHcCeoPEFciuHMjroMK4lZBcONG0JW60U1UEgRx59IXuNMoKEElKL7GRwyIqNHxO0N66FT3UNU9IHRNFXz0VNW5t+vW6RcT1ev1Sie1rk4qVrWGgn13PDgcHPZsB8Il7ZmhqXKCw6kt8WwgOOyZoalygsOpLfFsIDjsmaGpcoLDqS3xbCA47JmhqXKCw6kt8Wyg6XAURV2wEy7BM5iFtzAKu2BB0dqJ7YEtcBYmQblfwzjshUVt5O4mfhjOwwQodw3GYA8snpd77n9pFXMYvoP+qDaZZewcVKXPAzE64Qn4CmZe9f/AFSiSu4e4IzANrXJfZ24gXjO/KxEcg9+QFZQcU/CSONh2RKsraMQhr85xE/psOeN5tCr2APyA5Bqzfl9D06tYtX3wC7KE5pg2ZX98UtsR7XZo5ayZW/1DENnyzi18CO1nyMqTNXYcrTapcitHkBLJiZW2RaGRuxcg6+Stxu6i73fI3Y3uZM7cU+hXQeVvzsBP6Dc5LupxztzaiEGH3AvR3S+Qe4dc0D2cp/Uj1oPI1pR7g030n+erWlTe9pMA3cu2Jre+2ERtzBdZe01BL3Ke9Al6vQZsTbfKQ5vImH9PXxtqa3qVPbWJjHk94J6r4DPGhK17A8EHm4j7UAWP2nTG/GX6NWMs1SW3rrCroLeLaxtDqDdG4368zbHVkzM5Polus+2hEs+j7YNxx9zv0FkfhoncvegvOuZ+iW6rYhtfTXTWgV7OyeLM3w+Y3xaf0PVIzAqwFf0IzW7XnLGOmLUg58y1JvsTzA83Y5o/eLcyMQISJAN0z56G9bE275HYNXAU7kAy9xv6p2Bj3pyxntjVcBDuQTL3FH19Dg/FWh0bXzUMNhsf23JkOQzCK9B1P4NY39OFG3kjgpeB8g/AR/gG0+3mJkeF9Lp9lkIVZkDfC1r3vPs8VTAir1uRd1mpNyQUXGr7HBYfHHbYpFJLgsOlts9h8cFhh00qtSQ4XGr7HBYfHHbYpFJLgsOlts9h8cFhh00qtSQ4XGr7HBYfHHbYpFJLOs7hf5j4Vg3iLoGkAAAAAElFTkSuQmCC')}.x-tab .x-button-icon.time,.x-button .x-button-icon.x-icon-mask.time{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.user,.x-button .x-button-icon.x-icon-mask.user{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAEWElEQVRoBe2aS0gVYRiGO1lmF8nQQlETutGFokAiqEV0ISKwgmrdMtzUpnW7drWKbFGbQAKpJIhuUGIUFUkW0T1Jq4V2U4ui7GLPexpDD+ecuX1jHqcPHseZ+f9vvnf++e8n0d/fPyZONjZOYqU1doLHRV3CiURCz5gMxTANJsJg+8XJJ+iBt9BHNdO1SCwRZR1GbAFRl8F8WAFLoRwGLME/ffAM7kETvIYPxPWDo7lFIhiheURaCVtgBywHXXOzbhJcggZoRvR7twy+76uELSEAtQsqySPwGdQN+KWDPHuh2DI2+TIVm3T455M9G0Bk6ktRvd4NBZaiTQUT3AQnSNW/VAFBzl/iZw0kq56FcOtuaQHB7QIv9ZVkrqZ2YA9Mck3pMYGZYKeh2sBz1SJb2mqcmfk0E0xQ6l9rwNoKcWjm11JwEYFVW6t1/K218mspeB5B5VsFluKnIuU88Kml4PGBo3DPqBGZiVkKNgvKRFkGJ5aCv2Z4xoi6bCm4DWUaXERhZhMJS8FfolDq+DSbRFgKjrIOa8poYpaCTQKK2sl/wSHfcFSNlll1sSzhn7ys3pAvLFP275lu+L1uKVhBPfYbgMf0zz2mc01mKfgbT7vi+kT/CeT3sv9s6XNYCtbg4CJ0pX9U4Kv3yXk3cO6UjGaCWX5Rg/UArqY8I8yp1qdPQ08YJ4Pzmgl2nCqwc2DVyKjunuddqkE0MVPBBKYSuQ7tJtEhFj9apDczU8FOVB0ctZiuHYUw9obMjbxErW2bmblgApTQengVIkq1B83QEsJH2qzmgp2n3ObYCEGndZ3krbcuXcUWiWACldCjoA0yv6a8J6HJb0Yv6SMRrAcj+gmHA+B3aneDPHXk/8jR3LR3a2rOfnAlTmfDVPDb6Khrq8bPDI5PoRPxZpMSk+1SgtOKpTa8l8BC0JaLmAkloA1xr/aOhJqEtINGWeqW7jjHXrQHbRdw4WxSJf8L8Aeh2m1QaWoBfiUsA61PTwGtUYeZ1qlP1zhan3YraBSnz/0mdAUVHqiEESoxKs0a2AxloJIMI5DsWU0vQH2z2oZToAnFI7+fu2/BiF3PgzbCKqgC1bXhNH3S6rba4BocR7TquifzLBih5XjcCSrROaAGKbJWHt9uJuGq67fgAki4zrNaVsGIzCP3dNgE20B1VJ+uro8UUz3Xr39UvxugCeEZl3UzCkZsBZn1+W6HRaB6qtZ4pJp2PtTna+58DFoR3sVxqHFxyM8euFsIW6EeXoDeoPrBXEEbAlpqqoN1kD9YY6rYxSQ4DGoE9KOSXBGZLk4NYB7CfigZEP1XMBfVEJ0BJUznIFevaSBzEEolOimYkyo4AfocclVYtrjViB0C9SzJEdE+jrn+CWcTrHvdUKuRUSm0gPrZ0W7tGjjMhTiIVWFWSbAGEnGxhAT/y+HhsL9oiVWFjo3FqnRVqrETrG5pFmiSEAuTYC3TFMVCLSIzTg9H6wuIXR2OneDfMJq1NmzzbS8AAAAASUVORK5CYII=')}.x-tab .x-button-icon.team,.x-button .x-button-icon.x-icon-mask.team{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFI0lEQVRoBe2ZSYgdVRSG+yUmnagRQYU4NbZKNLYKWTgg4gQOaDYqJIIGl4LixhBwoy50LSIiulEjCkpAUBBRURpdGceFMQ7YtgkOJE4xTjGa9vuedUl1Vd2qevSrFqvrwJ97695zzj3/PXd6nd7MzMzIQpJFC4msXDvCbc94l+Euwy2bgW5JtyyhOTpdhnNT0rKGLsMtS2iOTpfh3JS0rOGQ+eLT6/VWMNYJ4NjUmN9T/xLs4WfqvPxO7TU9DkTdNmvBbeAskJ7kv/n+AjwKXiSW7yibFQk3BSIPZHdTl5xZzML238DDYFlTsQS/jZF1AGQ1mAZZkkXfe9FbGwJrqmz6lL4cEmOgjhyO0jq2gGVj0hhhAl9M1FeB3gDRn4Pu/5NwQnJ0ALKqrgKHDmgzkHpjGR4oioPKP1H96+Dn8GvpKyLqneV5Lp0XgnHggTMFJjlYPqAcpnyLsz/LHBLL0fRfCzwbvNN3gLeI5WXKaik7DbF2/20A28HPYF+CPZQfg9tj9vS5h18DRSdyrO0j9FeW+PQenwTe138AJ+d34OPFa215zDa0l15LOLgamM0DIBukbQ60JjhLl7RL+HWQtSv7jhLGz1FgM3DJZ30Yy69gYzqGonrVHr4eJ+OgB7Ji2xi4lGUW8+PsD0vOwNGNwInMirF42K0nlmXZzvR3LNARDN3fx6WVI3VJF50Fzvr7EZtY8zQdLtUiOYXGIrJpXUmvTDdk61HCKEqiagD9SSwnLCeX3RYwSJafRd/zoUj2FzVm2hyzMJ6gV0Y46Myl/BzjeqfnyMg36G5NJqpoTPvnLGWEnS0f9lVStL/7NgT/C5XNoHTW6XesV4En/1wlGo+Oo4QJ1ivoxxqju+fKCG2lf1uFH7P3eEl2K8xndRt3VKKEE4sPKWOHiCreg28TaPR1RN/X6GwEO0GReJ3cg95kUWeqzT8W6KtMpujcVaZQRfgFjL8qcbCDvndi/Zz0h4Hr6L8JHBHRW0L7DejdAU6K6Nj8CfBQi4mH4xYmrmy1sXlK/gCAAyfkQaAT91kWj9HW/6tJ8MO3NmeC+4CHlqdu1q7o25Xk5Hqynw+WBp+hpO1K4JItsnfr5GyCbSirCHstnQpcKulBXMK+o1frCPGgWAomwL2gLsm0z3S9ny38XARWgEXJOI7xNMiS9ns9MN5ZCQhEQ1lIGCOXmZf4ZeAW8C4IAblv3wBXAIn6sjkZ3Arc80FvGKW/nu4H/nhZDiR0IngI+LYPY3i43gWuAeNgFBQSn0UYJZejRH3CPQ8cMDi19Jp6AviuVfd48ADwRZXWG3Z9J/6fApeAJUm2TYRE02OZjPfA3WAM9HVDdvt2iXHI1HkoPQd2g7SjUHef+NyU7AXgFRD65qOcZrybQXgFmtUDIDu2xE3CBuCWWBxIU+8vk9MozdQukDUO3x4qm5IJOp36ZyW6waaJci/jrkviWEV9qiQOdd8Ebr/+T0fKkYvBp6AqOB2fnQz0SA39Kn9z6Z9mfPeze/UlUOXrB3Q2AW36a77KwP7tYCwh7Mupjk1TOmZuNInlyZqxuN8n3ItrQF1xryvRl9W/3Y3/60QGCTGF71h5JB0Tbn7vsDqyP6Vkva5dymxoVQ+lIE6+3+lJCH3Zcp+E78y2Fny7Evw7kstC8YA7BtQZRP1hiwTDKnuGun8aSiekaDxXwrbG/zOtaOT/ss3MLSjpCLc93V2Guwy3bAa6Jd2yhObodBnOTUnLGroMtyyhOTpdhnNT0rKGfwD3f6JVZi/xSQAAAABJRU5ErkJggg==')}.x-tabbar-light{background-color:#95a0ae;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c1c7cf), color-stop(50%, #a4adb9), color-stop(51%, #95a0ae), color-stop(100%, #8793a3));background-image:-webkit-linear-gradient(#c1c7cf,#a4adb9 50%,#95a0ae 51%,#8793a3);background-image:linear-gradient(#c1c7cf,#a4adb9 50%,#95a0ae 51%,#8793a3);border-color:#8793a3}.x-tabbar-light .x-tab{color:#343b44}.x-tabbar-light .x-tab-active{color:black}.x-tabbar-light .x-tab-pressed{color:black}.x-tabbar-light.x-docked-bottom .x-tab{text-shadow:rgba(255, 255, 255, 0.25) 0 0.08em 0}.x-tabbar-light.x-docked-bottom .x-tab .x-button-icon{background-color:#606d7e;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8793a3), color-stop(50%, #6b798c), color-stop(51%, #606d7e), color-stop(100%, #55606f));background-image:-webkit-linear-gradient(#8793a3,#6b798c 50%,#606d7e 51%,#55606f);background-image:linear-gradient(#8793a3,#6b798c 50%,#606d7e 51%,#55606f)}.x-tabbar-light.x-docked-bottom .x-tab-active{background-color:#a4adb9;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cfd4da), color-stop(50%, #b2bac4), color-stop(51%, #a4adb9), color-stop(100%, #95a0ae));background-image:-webkit-linear-gradient(#cfd4da,#b2bac4 50%,#a4adb9 51%,#95a0ae);background-image:linear-gradient(#cfd4da,#b2bac4 50%,#a4adb9 51%,#95a0ae);text-shadow:rgba(255, 255, 255, 0.25) 0 0.08em 0}.x-tabbar-light.x-docked-bottom .x-tab-active .x-button-icon{background-color:#026df5;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4697fe), color-stop(50%, #137afd), color-stop(51%, #026df5), color-stop(100%, #0262dc));background-image:-webkit-linear-gradient(#4697fe,#137afd 50%,#026df5 51%,#0262dc);background-image:linear-gradient(#4697fe,#137afd 50%,#026df5 51%,#0262dc)}.x-tabbar-light.x-docked-top .x-tab-active{background-color:#8793a3;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6b798c), color-stop(10%, #788698), color-stop(65%, #8793a3), color-stop(100%, #8895a5));background-image:-webkit-linear-gradient(#6b798c,#788698 10%,#8793a3 65%,#8895a5);background-image:linear-gradient(#6b798c,#788698 10%,#8793a3 65%,#8895a5);color:black}.x-tabbar-dark{background-color:#111111;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #373737), color-stop(50%, #1e1e1e), color-stop(51%, #111111), color-stop(100%, #040404));background-image:-webkit-linear-gradient(#373737,#1e1e1e 50%,#111111 51%,#040404);background-image:linear-gradient(#373737,#1e1e1e 50%,#111111 51%,#040404);border-color:#040404}.x-tabbar-dark .x-tab{color:#777777}.x-tabbar-dark .x-tab-active{color:#f7f7f7}.x-tabbar-dark .x-tab-pressed{color:white}.x-tabbar-dark.x-docked-bottom .x-tab{text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0}.x-tabbar-dark.x-docked-bottom .x-tab .x-button-icon{background-color:#444444;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6a6a6a), color-stop(50%, #515151), color-stop(51%, #444444), color-stop(100%, #373737));background-image:-webkit-linear-gradient(#6a6a6a,#515151 50%,#444444 51%,#373737);background-image:linear-gradient(#6a6a6a,#515151 50%,#444444 51%,#373737)}.x-tabbar-dark.x-docked-bottom .x-tab-active{background-color:#1e1e1e;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #444444), color-stop(50%, #2b2b2b), color-stop(51%, #1e1e1e), color-stop(100%, #111111));background-image:-webkit-linear-gradient(#444444,#2b2b2b 50%,#1e1e1e 51%,#111111);background-image:linear-gradient(#444444,#2b2b2b 50%,#1e1e1e 51%,#111111);text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0}.x-tabbar-dark.x-docked-bottom .x-tab-active .x-button-icon{background-color:#91c1ff;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #deecff), color-stop(50%, #abd0ff), color-stop(51%, #91c1ff), color-stop(100%, #78b3ff));background-image:-webkit-linear-gradient(#deecff,#abd0ff 50%,#91c1ff 51%,#78b3ff);background-image:linear-gradient(#deecff,#abd0ff 50%,#91c1ff 51%,#78b3ff)}.x-tabbar-dark.x-docked-top .x-tab-active{background-color:#040404;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(10%, #000000), color-stop(65%, #040404), color-stop(100%, #060606));background-image:-webkit-linear-gradient(#000000,#000000 10%,#040404 65%,#060606);background-image:linear-gradient(#000000,#000000 10%,#040404 65%,#060606);color:white}.x-tab.x-item-disabled span.x-button-label,.x-tab.x-item-disabled .x-hasbadge span.x-badge,.x-hasbadge .x-tab.x-item-disabled span.x-badge,.x-tab.x-item-disabled .x-button-icon{opacity:.5}.x-tab.x-draggable{opacity:.7}.x-tab{overflow:visible !important}.x-toolbar{height:2.6em;padding:0 0.2em;overflow:hidden;position:relative}.x-toolbar > *{z-index:1}.x-toolbar.x-docked-top{border-bottom:.1em solid}.x-toolbar.x-docked-bottom{border-top:.1em solid}.x-title{line-height:2.1em;font-size:1.2em;text-align:center;font-weight:bold;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0 0.3em;max-width:100%}.x-title .x-innerhtml{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 .3em}.x-toolbar-dark{background-color:#5e7899;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8c9fb8), color-stop(50%, #6c85a4), color-stop(51%, #5e7899), color-stop(100%, #556c89));background-image:-webkit-linear-gradient(#8c9fb8,#6c85a4 50%,#5e7899 51%,#556c89);background-image:linear-gradient(#8c9fb8,#6c85a4 50%,#5e7899 51%,#556c89);border-color:black}.x-toolbar-dark .x-title{color:white;text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0}.x-toolbar-dark.x-docked-top{border-bottom-color:black}.x-toolbar-dark.x-docked-bottom{border-top-color:black}.x-toolbar-dark .x-button,.x-toolbar .x-toolbar-dark .x-button,.x-toolbar-dark .x-field-select,.x-toolbar .x-toolbar-dark .x-field-select{border:0.1em solid #242e3a;border-top-color:#2e3a4a;color:white;text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0;-webkit-box-shadow:rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-toolbar-dark .x-button.x-button-back:before,.x-toolbar-dark .x-button.x-button-forward:before,.x-toolbar .x-toolbar-dark .x-button.x-button-back:before,.x-toolbar .x-toolbar-dark .x-button.x-button-forward:before,.x-toolbar-dark .x-field-select.x-button-back:before,.x-toolbar-dark .x-field-select.x-button-forward:before,.x-toolbar .x-toolbar-dark .x-field-select.x-button-back:before,.x-toolbar .x-toolbar-dark .x-field-select.x-button-forward:before{background:#242e3a}.x-toolbar-dark .x-button,.x-toolbar-dark .x-button.x-button-back:after,.x-toolbar-dark .x-button.x-button-forward:after,.x-toolbar .x-toolbar-dark .x-button,.x-toolbar .x-toolbar-dark .x-button.x-button-back:after,.x-toolbar .x-toolbar-dark .x-button.x-button-forward:after,.x-toolbar-dark .x-field-select,.x-toolbar-dark .x-field-select.x-button-back:after,.x-toolbar-dark .x-field-select.x-button-forward:after,.x-toolbar .x-toolbar-dark .x-field-select,.x-toolbar .x-toolbar-dark .x-field-select.x-button-back:after,.x-toolbar .x-toolbar-dark .x-field-select.x-button-forward:after{background-color:#4b5f79;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6c85a4), color-stop(50%, #556c89), color-stop(51%, #4b5f79), color-stop(100%, #415369));background-image:-webkit-linear-gradient(#6c85a4,#556c89 50%,#4b5f79 51%,#415369);background-image:linear-gradient(#6c85a4,#556c89 50%,#4b5f79 51%,#415369)}.x-toolbar-dark .x-button .x-button-icon.x-icon-mask,.x-toolbar .x-toolbar-dark .x-button .x-button-icon.x-icon-mask,.x-toolbar-dark .x-field-select .x-button-icon.x-icon-mask,.x-toolbar .x-toolbar-dark .x-field-select .x-button-icon.x-icon-mask{background-color:white;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #ffffff), color-stop(100%, #eff2f5));background-image:-webkit-linear-gradient(#ffffff,#ffffff 50%,#ffffff 51%,#eff2f5);background-image:linear-gradient(#ffffff,#ffffff 50%,#ffffff 51%,#eff2f5)}.x-toolbar-dark .x-button.x-button-pressed,.x-toolbar-dark .x-button.x-button-active,.x-toolbar .x-toolbar-dark .x-button.x-button-pressed,.x-toolbar .x-toolbar-dark .x-button.x-button-active,.x-toolbar-dark .x-field-select.x-button-pressed,.x-toolbar-dark .x-field-select.x-button-active,.x-toolbar .x-toolbar-dark .x-field-select.x-button-pressed,.x-toolbar .x-toolbar-dark .x-field-select.x-button-active{-webkit-box-shadow:inset #2b3a4d 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-toolbar-dark .x-button.x-button-pressed,.x-toolbar-dark .x-button.x-button-pressed:after,.x-toolbar-dark .x-button.x-button-active,.x-toolbar-dark .x-button.x-button-active:after,.x-toolbar .x-toolbar-dark .x-button.x-button-pressed,.x-toolbar .x-toolbar-dark .x-button.x-button-pressed:after,.x-toolbar .x-toolbar-dark .x-button.x-button-active,.x-toolbar .x-toolbar-dark .x-button.x-button-active:after,.x-toolbar-dark .x-field-select.x-button-pressed,.x-toolbar-dark .x-field-select.x-button-pressed:after,.x-toolbar-dark .x-field-select.x-button-active,.x-toolbar-dark .x-field-select.x-button-active:after,.x-toolbar .x-toolbar-dark .x-field-select.x-button-pressed,.x-toolbar .x-toolbar-dark .x-field-select.x-button-pressed:after,.x-toolbar .x-toolbar-dark .x-field-select.x-button-active,.x-toolbar .x-toolbar-dark .x-field-select.x-button-active:after{background-color:#3d4e63;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2a3544), color-stop(10%, #344153), color-stop(65%, #3d4e63), color-stop(100%, #3e4f65));background-image:-webkit-linear-gradient(#2a3544,#344153 10%,#3d4e63 65%,#3e4f65);background-image:linear-gradient(#2a3544,#344153 10%,#3d4e63 65%,#3e4f65)}.x-toolbar-light{background-color:#7c92ae;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #abb9cb), color-stop(50%, #8c9fb8), color-stop(51%, #7c92ae), color-stop(100%, #6c85a4));background-image:-webkit-linear-gradient(#abb9cb,#8c9fb8 50%,#7c92ae 51%,#6c85a4);background-image:linear-gradient(#abb9cb,#8c9fb8 50%,#7c92ae 51%,#6c85a4);border-color:#10151b}.x-toolbar-light .x-title{color:black;text-shadow:rgba(255, 255, 255, 0.25) 0 0.08em 0}.x-toolbar-light.x-docked-top{border-bottom-color:#10151b}.x-toolbar-light.x-docked-bottom{border-top-color:#10151b}.x-toolbar-light .x-button,.x-toolbar .x-toolbar-light .x-button,.x-toolbar-light .x-field-select,.x-toolbar .x-toolbar-light .x-field-select{border:0.1em solid #37465a;border-top-color:#415369;color:white;text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0;-webkit-box-shadow:rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-toolbar-light .x-button.x-button-back:before,.x-toolbar-light .x-button.x-button-forward:before,.x-toolbar .x-toolbar-light .x-button.x-button-back:before,.x-toolbar .x-toolbar-light .x-button.x-button-forward:before,.x-toolbar-light .x-field-select.x-button-back:before,.x-toolbar-light .x-field-select.x-button-forward:before,.x-toolbar .x-toolbar-light .x-field-select.x-button-back:before,.x-toolbar .x-toolbar-light .x-field-select.x-button-forward:before{background:#37465a}.x-toolbar-light .x-button,.x-toolbar-light .x-button.x-button-back:after,.x-toolbar-light .x-button.x-button-forward:after,.x-toolbar .x-toolbar-light .x-button,.x-toolbar .x-toolbar-light .x-button.x-button-back:after,.x-toolbar .x-toolbar-light .x-button.x-button-forward:after,.x-toolbar-light .x-field-select,.x-toolbar-light .x-field-select.x-button-back:after,.x-toolbar-light .x-field-select.x-button-forward:after,.x-toolbar .x-toolbar-light .x-field-select,.x-toolbar .x-toolbar-light .x-field-select.x-button-back:after,.x-toolbar .x-toolbar-light .x-field-select.x-button-forward:after{background-color:#5e7899;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8c9fb8), color-stop(50%, #6c85a4), color-stop(51%, #5e7899), color-stop(100%, #556c89));background-image:-webkit-linear-gradient(#8c9fb8,#6c85a4 50%,#5e7899 51%,#556c89);background-image:linear-gradient(#8c9fb8,#6c85a4 50%,#5e7899 51%,#556c89)}.x-toolbar-light .x-button .x-button-icon.x-icon-mask,.x-toolbar .x-toolbar-light .x-button .x-button-icon.x-icon-mask,.x-toolbar-light .x-field-select .x-button-icon.x-icon-mask,.x-toolbar .x-toolbar-light .x-field-select .x-button-icon.x-icon-mask{background-color:white;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #ffffff), color-stop(100%, #eff2f5));background-image:-webkit-linear-gradient(#ffffff,#ffffff 50%,#ffffff 51%,#eff2f5);background-image:linear-gradient(#ffffff,#ffffff 50%,#ffffff 51%,#eff2f5)}.x-toolbar-light .x-button.x-button-pressed,.x-toolbar-light .x-button.x-button-active,.x-toolbar .x-toolbar-light .x-button.x-button-pressed,.x-toolbar .x-toolbar-light .x-button.x-button-active,.x-toolbar-light .x-field-select.x-button-pressed,.x-toolbar-light .x-field-select.x-button-active,.x-toolbar .x-toolbar-light .x-field-select.x-button-pressed,.x-toolbar .x-toolbar-light .x-field-select.x-button-active{-webkit-box-shadow:inset #3d526e 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-toolbar-light .x-button.x-button-pressed,.x-toolbar-light .x-button.x-button-pressed:after,.x-toolbar-light .x-button.x-button-active,.x-toolbar-light .x-button.x-button-active:after,.x-toolbar .x-toolbar-light .x-button.x-button-pressed,.x-toolbar .x-toolbar-light .x-button.x-button-pressed:after,.x-toolbar .x-toolbar-light .x-button.x-button-active,.x-toolbar .x-toolbar-light .x-button.x-button-active:after,.x-toolbar-light .x-field-select.x-button-pressed,.x-toolbar-light .x-field-select.x-button-pressed:after,.x-toolbar-light .x-field-select.x-button-active,.x-toolbar-light .x-field-select.x-button-active:after,.x-toolbar .x-toolbar-light .x-field-select.x-button-pressed,.x-toolbar .x-toolbar-light .x-field-select.x-button-pressed:after,.x-toolbar .x-toolbar-light .x-field-select.x-button-active,.x-toolbar .x-toolbar-light .x-field-select.x-button-active:after{background-color:#516783;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3d4e63), color-stop(10%, #475a73), color-stop(65%, #516783), color-stop(100%, #526884));background-image:-webkit-linear-gradient(#3d4e63,#475a73 10%,#516783 65%,#526884);background-image:linear-gradient(#3d4e63,#475a73 10%,#516783 65%,#526884)}.x-navigation-bar .x-container{overflow:visible}.x-desktop .x-toolbar .x-input-search{margin-left:1.06em}.x-android .x-toolbar .x-input-el{-webkit-text-fill-color:#fff}.x-toolbar .x-form-field-container{padding:0 .3em}.x-toolbar .x-field{width:13em;margin:.5em;min-height:0;-webkit-border-radius:0.3em;border-radius:0.3em;background-color:white;-webkit-box-shadow:inset rgba(0, 0, 0, 0.5) 0 0.1em 0, inset rgba(0, 0, 0, 0.5) 0 -0.1em 0, inset rgba(0, 0, 0, 0.5) 0.1em 0 0, inset rgba(0, 0, 0, 0.5) -0.1em 0 0, inset rgba(0, 0, 0, 0.5) 0 0.15em 0.4em}.x-toolbar .x-field .x-field-clear-container{min-height:0;background-color:transparent}.x-toolbar .x-field .x-field-clear-container .x-field-clear{font-size:.8em;line-height:0.8em}.x-toolbar .x-field{border-bottom:0}.x-toolbar .x-input-text,.x-toolbar .x-input-search,.x-toolbar .x-input-number{height:1.5em;color:#6e6e6e;background:transparent;min-height:0;line-height:1.3em;-webkit-appearance:none;padding:0em .3em;margin:0}.x-toolbar .x-input-text:focus,.x-toolbar .x-input-search:focus,.x-toolbar .x-input-number:focus{color:black}.x-toolbar .x-field-select,.x-toolbar .x-field-search{-webkit-border-radius:0.75em;border-radius:0.75em}.x-toolbar .x-field-search .x-field-input{background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.6))), url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAGdElEQVRoBdWaa4ycUxjHd9rpbm2bqKhiUavbVZdo0LCyLl3iHhGEkkZsKBYJX4RISHwQIYIPNJoQlUjTuCakUZ9oVGRF0GywslvqbgkpDarqsn7/6XsmM5n38pzzvtudeZL/nplznvM8z//cz5ktTU5OtuWRUqk0i/qdoAN0gcXgP+CkzIcx8APYBXbi82/SaZFSKGGILiTibnA+GADHgbkgSXZT8CF4GwyDEXxvI92r4k0Yoj1EeAG4CvSDEggRkX8VbID4lhADQXXUwxZgfAF4CGwFmgdFYQJb68HJljjy6mSSJZAZ4CLwESiKZJydb7A/CGblJZVWP5UwzueBB8AfIC7IovO0mK0B89KCzlOWSBinWoBeAkWTstiT3948xJLqxhLG2Xzw4jSRdQ0yiv/upMBD8xsI40Rzdu00k3WknyeO+aHk4urFEb4TJ/80CWEdYB4BhS1kdfswe+zpGNf80RYUIr9QSdgOdNCYCfaLcABpqFxBbymu3FIlDFkdD18B5wRYHaHOJvAeGCU4fa8IdnXUPAaoMZeDk4CvfEKFM7CrhswnbpxjZQX4C7j5Y0m1d64EXc5OWoqeFsPLwTvAYt/p/Iv+6jTb1rLKHMbYgWCjZxCb0T/e6qhWj3o6hz8HRMSRykp17l5WayfksyN8oafzTegfHOLQ1aG+blc6ZGQRdeVawB4GlWno7Pim1G9rB08AZzgrfRfdw3wdxelHvl/38K01Itc2Rf22Q8BPIIuoynXQL/SQj71DwcfA4n8nev1xjWfN0yGjD2gxsYh6432LolWHQL9F91Gj/j7oacUPFhE+11hbLxbrCFBzqWh5A4PDRqN90RZqVK9XE+ET67MSv41D9s3E0nwFX1Ndu4RFjkZpjkUxTkeEdTDIEvXqW1lKoeU0pOavXj10OsuSI1CYnaWUVC7COvpliR7f9CQzlaK5/LPBQRc6mstBIsIW0WXiO4tiDh35mIr1oS4kK2ENOctwqzPu+SX0MdDLjZWw9Pb1suyv7EPYR7cuEithLRLL6moW/0VriaVRtT1qTQkSER411Cyjc4pBL4/KEirPNRj4FZ3gXy5EWM+vWaIhtJQNf2GWYkg5dtWzui9bhuqn6OkVNUhE+ANjTZG91Kjrq6bDxHnGStqvcxHWsU5bQpZ0orCK3rDs21m2quXY6+DLTWBBNTP9wxbOKZZ4E63omLYZWG4r0nkQtOtwVASwdYeH723o9uTxS/3Ks+ytHk5/R3cI5LqIK2hEDw86XVkb+wV0Z+YiHDnWCjnu4Vj3Ug3DzhDn1NPacTX4HljJ6gFPr5e5RpZ74tFz6l0ezhWk5tFTYJFPEOjrLKxhrEazktWR8zVQ9vEVp1ttLYyplyeANQinN0ydIXBUnAOXR7nsrwAbgatrTbX3nu1s5Ul1oKgIRsZYMR/jy72gY0+u6a8OJMJX1P+C9MsaqDcPAseCHtANQkRTwHIoybZd21qR0Q2k1pZP0tNJSIubLhxJOr75egO/sjbekM/VIe0qY1RDb6p//PYl6/QniO0sF2tI2kBYRpBTgVrUOWqm9DPiGgghW+GWVBGj/UCvEM1E1sWinr4sKfa0/NgedhUwqsVITzvOUTOl6gxv0qmERRw5HOi/bHz2zb3VMHp28hremYQj0rq23QhGwFSQ0ZVPu8NvAfa3Use8kJkI1wzxxRhfDcYDAotrKF0GngYnRA17D599f7KVXcVzmoszLfUi7AxhfBG4GKwFPudhBacnmpfBStDwnzrkrQIhpDW8L3ExJqXV/wBA2Vs4WelquT9Qzy8FvdHnDlKR01RQ8OrJMaAp8TnYQUA7SBsEm6pzPXgcyI6PaCG7Hdu6VcVLUkuE5ONBR8ByDGb42sPGteBPEDcV0vK0ZZ2Z5C9oSCcZKzqfwO8OJK2FbCAunqYmrICRQaA3rLRejSvTWtGwTzc94Yj0DQS/O4C05nQd6VYhrIVMpEN6Wqv3crBngY4b582aR9DXgJCFTPt05T+AtKq2jNARzxLs/UBbnY/0onwLO97sXPuwj8cidQn8OuytAe0edjUyuluqh2vIPcNnPS1rIbOKfkRf0pKEGdqSJyFwM/AZ3j+2JGHXpZDWWf4+sMvlpaTal7e3xLYEsdQ4ITIIsras29AppxrKctRM5ZDRLUvv13GnLl1p5yjellylCb5BolvWkRQMgT6g6apXmnVgPWQrc/1/boJCaHVWyukAAAAASUVORK5CYII=');-webkit-background-size:.83em .83em, .83em .83em;background-repeat:no-repeat;background-position:.5em 50%}.x-toolbar .x-field-search .x-field-input .x-form-field{margin-left:1.0em}.x-toolbar .x-field-select{-webkit-box-shadow:none}.x-toolbar .x-field-select:after{top:-0.5em;right:-0.5em}.x-toolbar .x-field-select:before{width:3em;border-left:none;background:transparent;-webkit-mask:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAABCAYAAACc0f2yAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADJJREFUeNpi/P//PwMjIyMbAwMDOxRzAjEXFHMDMQ8a5kXC6HLcSHo5kcwEmU9TABBgAOcTBAFcRiSpAAAAAElFTkSuQmCC');-webkit-mask-position:right top;-webkit-mask-repeat:repeat-y;-webkit-mask-size:3em 0.05em}.x-toolbar .x-field-select .x-input-text{color:#fff}.x-android .x-field-search .x-field-input .x-form-field{margin-left:1.67em}.x-carousel{position:relative;overflow:hidden}.x-carousel-item{position:absolute;width:100%;height:100%}.x-carousel-item > *{position:absolute;width:100%;height:100%}.x-carousel-indicator{padding:0;-webkit-border-radius:0;border-radius:0;-webkit-box-shadow:none;background-color:transparent;background-image:none}.x-carousel-indicator{-webkit-box-flex:1;display:-webkit-box;display:box;-webkit-box-pack:center;box-pack:center;-webkit-box-align:center;box-align:center}.x-carousel-indicator span{display:block;width:0.5em;height:0.5em;-webkit-border-radius:0.25em;border-radius:0.25em;margin:0.2em}.x-carousel-indicator-horizontal{height:1.5em;width:100%}.x-carousel-indicator-vertical{-webkit-box-orient:vertical;box-orient:vertical;width:1.5em;height:100%}.x-carousel-indicator-light span{background-color:rgba(255, 255, 255, 0.1);background-image:none}.x-carousel-indicator-light span.x-carousel-indicator-active{background-color:rgba(255, 255, 255, 0.3);background-image:none}.x-carousel-indicator-dark span{background-color:rgba(0, 0, 0, 0.1);background-image:none}.x-carousel-indicator-dark span.x-carousel-indicator-active{background-color:rgba(0, 0, 0, 0.3);background-image:none}.x-indexbar-wrapper{-webkit-box-pack:end !important;box-pack:end !important;pointer-events:none}.x-indexbar-vertical{width:1.1em;-webkit-box-orient:vertical;box-orient:vertical;margin-right:8px}.x-indexbar-horizontal{height:1.1em;-webkit-box-orient:horizontal;box-orient:horizontal;margin-bottom:8px}.x-indexbar{pointer-events:auto;z-index:2;padding:.3em 0;min-height:0 !important;height:auto !important;-webkit-box-flex:0 !important}.x-indexbar > div{color:#5a6c83;font-size:0.6em;text-align:center;line-height:1.1em;font-weight:bold;display:block}.x-phone.x-landscape .x-indexbar > div{font-size:0.38em;line-height:1em}.x-indexbar-pressed{-webkit-border-radius:0.55em;border-radius:0.55em;background-color:rgba(143, 152, 163, 0.8)}.x-list{position:relative;background-color:#f7f7f7}.x-list .x-list-inner{width:100%}.x-list .x-list-disclosure{position:absolute;bottom:0.5em;right:0.8em}.x-list .x-list-disclosure{overflow:visible;-webkit-mask:0 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpFNkNCM0JGNTZFMjI2ODExQkNGQjkwMzk3MDc3MkZFQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3M0MzQUU1QUFDQkQxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3M0MzQUU1OUFDQkQxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU3Q0IzQkY1NkUyMjY4MTFCQ0ZCOTAzOTcwNzcyRkVCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkU2Q0IzQkY1NkUyMjY4MTFCQ0ZCOTAzOTcwNzcyRkVCIi8+IDwvcmRmOkRlc2NyaXB0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') no-repeat;-webkit-mask-size:1.7em;background-color:#0e6ee9;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4f98f4), color-stop(50%, #1f7cf1), color-stop(51%, #0e6ee9), color-stop(100%, #0d63d1));background-image:-webkit-linear-gradient(#4f98f4,#1f7cf1 50%,#0e6ee9 51%,#0d63d1);background-image:linear-gradient(#4f98f4,#1f7cf1 50%,#0e6ee9 51%,#0d63d1);width:1.7em;height:1.7em}.x-list.x-list-indexed .x-list-disclosure{margin-right:1em}.x-list .x-item-selected .x-list-disclosure{background:#fff none}.x-list .x-list-item{overflow:hidden;position:relative;color:black;border-top:1px solid #d1d1d1}.x-list .x-list-item .x-list-item-label{min-height:2.6em;padding:0.7em 0.8em}.x-list .x-list-item:first-child{border-top:none}.x-list .x-list-item:last-child{border-bottom:1px solid #d1d1d1}.x-list .x-list-item.x-item-pressed{border-top-color:#f8fbfe;background:#f8fbfe none}.x-list .x-list-item.x-item-selected{background-color:#1a70dd;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9dc3f3), color-stop(2%, #5899eb), color-stop(30%, #3985e7), color-stop(65%, #1a70dd), color-stop(100%, #1559af));background-image:-webkit-linear-gradient(#9dc3f3,#5899eb 2%,#3985e7 30%,#1a70dd 65%,#1559af);background-image:linear-gradient(#9dc3f3,#5899eb 2%,#3985e7 30%,#1a70dd 65%,#1559af);color:white;text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0;border-top-color:#428be8;border-bottom-color:#124d98}.x-list-header{background-color:rgba(113, 145, 185, 0.75);background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(216,224,235,0.75)), color-stop(2%, rgba(137,163,196,0.75)), color-stop(100%, rgba(90,126,173,0.75)));background-image:-webkit-linear-gradient(rgba(216,224,235,0.75),rgba(137,163,196,0.75) 2%,rgba(90,126,173,0.75));background-image:linear-gradient(rgba(216,224,235,0.75),rgba(137,163,196,0.75) 2%,rgba(90,126,173,0.75));color:rgba(48, 70, 97, 0.75);text-shadow:rgba(255, 255, 255, 0.25) 0 0.08em 0;border-top:1px solid rgba(113, 145, 185, 0.75);border-bottom:1px solid rgba(65, 94, 131, 0.75);font-weight:bold;font-size:0.8em;padding:0.2em 1.02em;text-shadow:rgba(255, 255, 255, 0.25) 0 0.08em 0;-webkit-box-shadow:0px 0.1em 0.3em rgba(0, 0, 0, 0.3)}.x-list-header-swap{position:absolute;top:0;left:0;width:100%}.x-ios .x-list-header-swap{-webkit-transform:translate3d(0, 0, 0)}.x-list-round{background-color:#eaeaea}.x-list-round .x-list-group-items > *,.x-list-round.x-list-flat .x-list-parent > *{border-right:1px solid #d1d1d1;border-left:1px solid #d1d1d1;background-color:#f7f7f7;margin:0 1.2em}.x-list-round .x-list-group-items > *:first-child,.x-list-round.x-list-flat .x-list-parent > *:first-child{margin:1.2em 1.2em 0;border-top:1px solid #d1d1d1;-webkit-border-top-left-radius:0.4em;border-top-left-radius:0.4em;-webkit-border-top-right-radius:0.4em;border-top-right-radius:0.4em}.x-list-round .x-list-group-items > *:last-child,.x-list-round.x-list-flat .x-list-parent > *:last-child{margin:0 1.2em 1.2em;border-bottom:1px solid #d1d1d1;-webkit-border-bottom-left-radius:0.4em;border-bottom-left-radius:0.4em;-webkit-border-bottom-right-radius:0.4em;border-bottom-right-radius:0.4em}.x-list-paging{height:50px}.x-list-paging .x-loading-spinner{display:none;margin:auto}.x-list-paging .x-list-paging-msg{text-align:center;color:#1a70dd;padding-top:10px;-webkit-border-radius:6px;border-radius:6px}.x-list-paging.x-loading .x-loading-spinner{display:block}.x-list-paging.x-loading .x-list-paging-msg{display:none}.x-list-pullrefresh{display:-webkit-box;display:box;-webkit-box-orient:horizontal;box-orient:horizontal;-webkit-box-align:center;box-align:center;-webkit-box-pack:center;box-pack:center;position:absolute;top:-5em;left:0;width:100%;height:4.5em}.x-list-pullrefresh .x-loading-spinner{display:none}.x-list-pullrefresh-arrow{width:2.5em;height:4.5em;-webkit-mask:center center url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAA8CAYAAAAUufjgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAjFJREFUeNrsmU8oREEYwOexdtNuKBfFwdVhCyfuysnFiXISS+1BLopyUpKLXETkRLaUi1LK3Q2lpPbiQLnIn03a/Hm+z86Ttv0zM++bfbOar36Hbad5v535Zp7v47iuy0wOpyoEHccRHV9L9NxPkUE/bhKCOKiOSPAdn69DsJ5I8E2HYA0QJRJ8Bb50CDYRCT7pEMQD0kwk+CByUFQEW4gE73UIhoA2IsFb4ENEMCQ5MdU1IxwygpT3oKNLMGyyYFVscdhusc8tDpu+xRG7xf95BW0O2kNiV1AgIvaQ2BzUJNgJNJYZGyUU7OG1cal4Bi68oqkDPszy2teEwJp5Cdyu/lZ1g8CwIYJ7wEF+2YmrNw90Byx3BizgKhaqizEP1wg7CLLxCEzy/CtauMeBlQDyEfNuGrgU6SyM8F9SyVgHdmRaH6tAb4XkToEp2d4M5mOK0TWMigU2koa8vJMRZPxEb2ss2LEVPMpPLlMRxBgDZjQJLgNbxb6Uab9tAn3EcifAeKkBMoLY+j0GWonk7oB+lmsFkwhidAGHBPmIeTcAnJcbKCuIMQEs+hScAzZEBqoIYuzyFVCJI36lMJ2CDfxibZeUu+EX/4uMIFP8ZyLejxkgK0hG5a8kP4IYSZbr1IuQVHmAX0HGX4VuGfZVJ6cQxPd1uoRcWqDW0SroFVzZAnJZ/h0LWhAjUUAw4XdSSsH8fExRTEgtGAOuOTETBb16Jk412e+bxOSwglYw6PgWYABvLk8P7zGJFwAAAABJRU5ErkJggg==') no-repeat;-webkit-mask-size:2em 3em;-webkit-transform:rotate(0deg);background-color:#111}.x-list-pullrefresh-release .x-list-pullrefresh-arrow{-webkit-transform:rotate(-180deg)}.x-list-pullrefresh-wrap{width:20em;font-size:0.7em}.x-list-pullrefresh-message{font-weight:bold;font-size:1.3em;margin-bottom:0.1em;text-align:center}.x-list-pullrefresh-updated{text-align:center}.x-list-pullrefresh-loading .x-loading-spinner{display:block}.x-list-pullrefresh-loading .x-list-pullrefresh-arrow{display:none}html,body{width:100%;height:100%}.x-translatable{position:absolute;top:100%;left:100%;z-index:1}.x-translatable-container{position:relative}.x-translatable-wrapper{width:100%;height:100%;position:absolute;overflow:hidden}.x-translatable-stretcher{width:300%;height:300%;position:absolute;visibility:hidden;z-index:-1}.x-layout-fit,.x-layout-card{position:relative;overflow:hidden}.x-layout-fit-item,.x-layout-card-item{position:absolute !important;width:100%;height:100%}.x-layout-hbox,.x-layout-vbox{display:-webkit-box}.x-layout-hbox > *,.x-layout-vbox > *{-webkit-box-flex:0}.x-layout-hbox{-webkit-box-orient:horizontal}.x-layout-vbox{-webkit-box-orient:vertical}.x-layout-hbox > .x-layout-box-item{width:0 !important}.x-layout-vbox > .x-layout-box-item{height:0 !important}.x-container,.x-body{display:-webkit-box;overflow:hidden}.x-body{-webkit-box-flex:1;min-width:100%;min-height:100%}.x-body > .x-inner,.x-container > .x-inner{-webkit-box-flex:1;min-width:100%;min-height:100%;position:relative}.x-docking-horizontal{display:-webkit-box;-webkit-box-flex:1;-webkit-box-orient:horizontal;min-width:100%;min-height:100%}.x-docking-vertical{display:-webkit-box;-webkit-box-flex:1;-webkit-box-orient:vertical;min-width:100%;min-height:100%}.x-centered{position:absolute !important;width:100%;height:100%;display:-webkit-box;-webkit-box-align:center;-webkit-box-pack:center}.x-floating{position:absolute !important}.x-centered > *{position:relative !important;-webkit-box-flex:0 !important}.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}.x-scroll-view{position:relative;display:block}.x-scroll-container{position:absolute;overflow:hidden;width:100%;height:100%}.x-scroll-scroller{position:absolute;min-width:100%;min-height:100%}.x-ios .x-scroll-scroller,.x-android4 .x-scroll-scroller{-webkit-transform:translate3d(0, 0, 0)}.x-scroll-stretcher{position:absolute;visibility:hidden}.x-scroll-bar-grid-wrapper{position:absolute;width:100%;height:100%}.x-scroll-bar-grid{display:table;width:100%;height:100%}.x-scroll-bar-grid > *{display:table-row}.x-scroll-bar-grid > * > *{display:table-cell}.x-scroll-bar-grid > :first-child > :first-child{width:100%;height:100%}.x-scroll-bar-grid > :first-child > :nth-child(2){padding:3px 3px 0 0}.x-scroll-bar-grid > :nth-child(2) > :first-child{padding:0 0 3px 3px}.x-scroll-bar{position:relative;overflow:hidden}.x-scroll-bar-stretcher{position:absolute;visibility:hidden;width:100%;height:100%}.x-scroll-bar-x{height:6px;width:100%}.x-scroll-bar-x > .x-scroll-bar-stretcher{width:300%}.x-scroll-bar-y{width:6px;height:100%}.x-scroll-bar-y > .x-scroll-bar-stretcher{height:300%}.x-scroll-indicator{background:#333;position:absolute;z-index:1;opacity:0.5}.x-list-light .x-scroll-indicator,.x-dataview-light .x-scroll-indicator{background:#fff;opacity:1}.x-scroll-indicator-x{height:100%}.x-scroll-indicator-y{width:100%}.x-scroll-indicator-csstransform{background:none;-webkit-transition:opacity 0.2s ease-out}.x-scroll-indicator-csstransform > *{position:absolute;background-color:#333}.x-scroll-indicator-csstransform > :nth-child(2){-webkit-transform-origin:0% 0%;background:none;content:url(data:image/bmp;base64,Qk08AAAAAAAAADYAAAAoAAAAAQAAAAEAAAABABAAAAAAAAYAAAASCwAAEgsAAAAAAAAAAAAAxhgAAAAA)}.x-scroll-indicator-csstransform.x-scroll-indicator-y > *{width:100%}.x-scroll-indicator-csstransform.x-scroll-indicator-y > :first-child{height:3px;-webkit-border-top-left-radius:3px;border-top-left-radius:3px;-webkit-border-top-right-radius:3px;border-top-right-radius:3px}.x-scroll-indicator-csstransform.x-scroll-indicator-y > :nth-child(2){height:1px}.x-scroll-indicator-csstransform.x-scroll-indicator-y > :last-child{height:3px;-webkit-border-bottom-left-radius:3px;border-bottom-left-radius:3px;-webkit-border-bottom-right-radius:3px;border-bottom-right-radius:3px}.x-scroll-indicator-csstransform.x-scroll-indicator-x > *{height:100%}.x-scroll-indicator-csstransform.x-scroll-indicator-x > :first-child{width:3px;-webkit-border-top-left-radius:3px;border-top-left-radius:3px;-webkit-border-bottom-left-radius:3px;border-bottom-left-radius:3px}.x-scroll-indicator-csstransform.x-scroll-indicator-x > :nth-child(2){width:1px}.x-scroll-indicator-csstransform.x-scroll-indicator-x > :last-child{width:3px;-webkit-border-top-right-radius:3px;border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;border-bottom-right-radius:3px}.x-form .x-scroll-container{background-color:#eeeeee}.x-form .x-scroll-container > .x-inner{padding:1em}.x-form-fieldset{margin:0 0 1.5em}.x-form-fieldset .x-form-fieldset-inner{border:1px solid #dddddd;background:#fff;padding:0;-webkit-border-radius:0.4em;border-radius:0.4em;overflow:hidden}.x-form-fieldset-title{text-shadow:#fff 0 1px 1px;color:#333333;margin:1em 0.7em 0.3em;color:#333333;font-weight:bold;white-space:nowrap}.x-form-fieldset-instructions{text-shadow:#fff 0 1px 1px;color:#333333;color:gray;margin:1em 0.7em 0.3em;font-size:.8em;text-align:center}.x-form-label{text-shadow:#fff 0 1px 1px;color:#333333;text-shadow:rgba(255, 255, 255, 0.25) 0 0.08em 0;background-color:#f7f7f7;padding:0.6em;border-top:1px solid white;display:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.x-form-label span{font-size:.8em;font-weight:bold}.x-field{min-height:2.5em;border-bottom:1px solid #dddddd}.x-field .x-component-outer{-webkit-box-flex:1}.x-field .x-field-input{position:relative}.x-field .x-field-input,.x-field .x-input-el{width:100%}.x-field.x-field-labeled .x-form-label{display:block}.x-field:last-child{border-bottom:0}.x-label-align-left:first-child .x-form-label{-webkit-border-top-left-radius:0.4em;border-top-left-radius:0.4em}.x-label-align-left:last-child .x-form-label{-webkit-border-bottom-left-radius:0.4em;border-bottom-left-radius:0.4em}.x-label-align-right{-webkit-box-direction:reverse;box-direction:reverse}.x-label-align-right .x-field-input{-webkit-box-direction:normal;box-direction:normal}.x-label-align-right:first-child .x-form-label{-webkit-border-top-right-radius:0.4em;border-top-right-radius:0.4em}.x-label-align-right:last-child{border-bottom:0}.x-label-align-right:last-child .x-form-label{-webkit-border-bottom-right-radius:0.4em;border-bottom-right-radius:0.4em}.x-label-align-top,.x-label-align-bottom{-webkit-box-orient:vertical;box-orient:vertical}.x-label-align-top .x-form-label,.x-label-align-bottom .x-form-label{width:100% !important}.x-label-align-top:first-child .x-form-label{-webkit-border-top-left-radius:0.4em;border-top-left-radius:0.4em;-webkit-border-top-right-radius:0.4em;border-top-right-radius:0.4em}.x-label-align-bottom{-webkit-box-direction:reverse;box-direction:reverse}.x-label-align-bottom .x-field-input{-webkit-box-direction:normal;box-direction:normal}.x-label-align-bottom:last-child .x-form-label{-webkit-border-bottom-left-radius:0.4em;border-bottom-left-radius:0.4em;-webkit-border-bottom-right-radius:0.4em;border-bottom-right-radius:0.4em}.x-input-el{padding:.4em;min-height:2.5em;display:block;border-width:0;background:transparent;-webkit-appearance:none}.x-field-mask{position:absolute;top:0;right:0;bottom:0;left:0}.x-field-required label:after,.x-field-required .x-form-label:after{content:"*";display:inline}.x-field-textarea textarea{min-height:6em;padding-top:.5em}.x-checkmark-base,.x-field .x-input-radio:after,.x-field .x-input-checkbox:after,.x-field .x-input-radio:checked:after,.x-field .x-input-checkbox:checked:after,.x-select-overlay .x-item-selected:before,.x-select-overlay .x-item-selected:after{content:"";position:absolute;width:0.75em;height:1.25em;top:50%;left:auto;-webkit-transform:rotate(45deg) skew(5deg);-webkit-transform-origin:50% 50%;right:1.1em;border:.35em solid;border-top:none;border-left:none;margin-top:-0.75em}.x-field .x-input-radio,.x-field .x-input-checkbox{position:relative}.x-field .x-input-radio:after,.x-field .x-input-checkbox:after{border-color:#dddddd}.x-field .x-input-radio:checked:after,.x-field .x-input-checkbox:checked:after{border-color:#1a70dd}.x-spinner .x-field-input{display:-webkit-box;display:box}.x-spinner .x-field-input .x-input-el{padding:0;width:50%;-webkit-box-flex:1;text-align:center}.x-spinner .x-field-input input::-webkit-outer-spin-button,.x-spinner .x-field-input input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.x-spinner .x-field-input .x-spinner-button{padding:.65em 1.5em;font-weight:bold;text-align:center}.x-spinner .x-field-input .x-spinner-button,.x-toolbar .x-spinner .x-field-input .x-spinner-button{border:0.1em solid #aaaaaa;border-top-color:#b7b7b7;color:black;text-shadow:rgba(255, 255, 255, 0.25) 0 0.08em 0;-webkit-box-shadow:rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-spinner .x-field-input .x-spinner-button.x-button-back:before,.x-spinner .x-field-input .x-spinner-button.x-button-forward:before,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-back:before,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-forward:before{background:#aaaaaa}.x-spinner .x-field-input .x-spinner-button,.x-spinner .x-field-input .x-spinner-button.x-button-back:after,.x-spinner .x-field-input .x-spinner-button.x-button-forward:after,.x-toolbar .x-spinner .x-field-input .x-spinner-button,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-back:after,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-forward:after{background-color:#dddddd;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(50%, #eaeaea), color-stop(51%, #dddddd), color-stop(100%, #d0d0d0));background-image:-webkit-linear-gradient(#ffffff,#eaeaea 50%,#dddddd 51%,#d0d0d0);background-image:linear-gradient(#ffffff,#eaeaea 50%,#dddddd 51%,#d0d0d0)}.x-spinner .x-field-input .x-spinner-button .x-button-icon.x-icon-mask,.x-toolbar .x-spinner .x-field-input .x-spinner-button .x-button-icon.x-icon-mask{background-color:black;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #262626), color-stop(50%, #0d0d0d), color-stop(51%, #000000), color-stop(100%, #000000));background-image:-webkit-linear-gradient(#262626,#0d0d0d 50%,#000000 51%,#000000);background-image:linear-gradient(#262626,#0d0d0d 50%,#000000 51%,#000000)}.x-spinner .x-field-input .x-spinner-button.x-button-pressed,.x-spinner .x-field-input .x-spinner-button.x-button-active,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-pressed,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-active{-webkit-box-shadow:inset #bab3b3 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-spinner .x-field-input .x-spinner-button.x-button-pressed,.x-spinner .x-field-input .x-spinner-button.x-button-pressed:after,.x-spinner .x-field-input .x-spinner-button.x-button-active,.x-spinner .x-field-input .x-spinner-button.x-button-active:after,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-pressed,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-pressed:after,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-active,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-active:after{background-color:#cbcbcb;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b2b2b2), color-stop(10%, #bebebe), color-stop(65%, #cbcbcb), color-stop(100%, #cccccc));background-image:-webkit-linear-gradient(#b2b2b2,#bebebe 10%,#cbcbcb 65%,#cccccc);background-image:linear-gradient(#b2b2b2,#bebebe 10%,#cbcbcb 65%,#cccccc)}.x-spinner .x-field-input .x-spinner-button-down{border:0 !important;border-right:1px solid #dddddd !important}.x-spinner .x-field-input .x-spinner-button-up{border:0 !important;border-left:1px solid #dddddd !important}.x-phone .x-select-overlay{min-width:14em;min-height:12.5em}.x-select-overlay{min-width:18em;min-height:22em}.x-select-overlay .x-list-item-label{height:2.6em}.x-select-overlay .x-list-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.x-select-overlay .x-list-item{padding-right:2.6em}.x-select-overlay .x-item-selected:before{border-color:#262626;margin-top:-0.85em}.x-select-overlay .x-item-selected:after{border-color:#dddddd}.x-slider-field .x-component-outer,.x-toggle-field .x-component-outer{margin:0.6em}.x-slider,.x-toggle{position:relative;height:2.2em;min-height:0;min-width:0}.x-slider > *,.x-toggle > *{position:absolute;width:100%;height:100%}.x-thumb{position:absolute;height:2.2em;width:2.2em}.x-thumb:before{content:"";position:absolute;width:1.85em;height:1.85em;top:0.175em;left:0.175em;border:0.1em solid #919191;-webkit-border-radius:0.925em;border-radius:0.925em;background-color:#dddddd;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(50%, #eaeaea), color-stop(51%, #dddddd), color-stop(100%, #d0d0d0));background-image:-webkit-linear-gradient(#ffffff,#eaeaea 50%,#dddddd 51%,#d0d0d0);background-image:linear-gradient(#ffffff,#eaeaea 50%,#dddddd 51%,#d0d0d0);-webkit-box-shadow:inset rgba(255, 255, 255, 0.5) 0 0 0.1em, inset rgba(255, 255, 255, 0.3) 0 -0.1em 0;-webkit-background-clip:padding;background-clip:padding-box}.x-thumb.x-dragging{opacity:1}.x-thumb.x-dragging:before{background-color:#d0d0d0;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f7f7), color-stop(50%, #dddddd), color-stop(51%, #d0d0d0), color-stop(100%, #c4c4c4));background-image:-webkit-linear-gradient(#f7f7f7,#dddddd 50%,#d0d0d0 51%,#c4c4c4);background-image:linear-gradient(#f7f7f7,#dddddd 50%,#d0d0d0 51%,#c4c4c4)}.x-slider:after{content:"";position:absolute;width:auto;height:0.8em;top:0.737em;left:0;right:0;margin:0 0.925em;background-color:#ddd;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c4c4c4), color-stop(10%, #d0d0d0), color-stop(65%, #dddddd), color-stop(100%, #dedede));background-image:-webkit-linear-gradient(#c4c4c4,#d0d0d0 10%,#dddddd 65%,#dedede);background-image:linear-gradient(#c4c4c4,#d0d0d0 10%,#dddddd 65%,#dedede);border:0.1em solid rgba(0, 0, 0, 0.1);border-bottom:0;-webkit-box-shadow:rgba(255, 255, 255, 0.7) 0 0.1em 0;-webkit-border-radius:0.4em;border-radius:0.4em}.x-toggle{width:4.4em;-webkit-border-radius:1.1em;border-radius:1.1em;overflow:hidden;border:0.1em solid #b7b7b7;background-color:#ddd;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c4c4c4), color-stop(10%, #d0d0d0), color-stop(65%, #dddddd), color-stop(100%, #dedede));background-image:-webkit-linear-gradient(#c4c4c4,#d0d0d0 10%,#dddddd 65%,#dedede);background-image:linear-gradient(#c4c4c4,#d0d0d0 10%,#dddddd 65%,#dedede);-webkit-box-flex:0}.x-toggle .x-thumb.x-dragging{opacity:1}.x-toggle .x-thumb:before{top:0.175em}.x-toggle-on{background-color:#92cf00;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6e9c00), color-stop(10%, #80b500), color-stop(65%, #92cf00), color-stop(100%, #94d200));background-image:-webkit-linear-gradient(#6e9c00,#80b500 10%,#92cf00 65%,#94d200);background-image:linear-gradient(#6e9c00,#80b500 10%,#92cf00 65%,#94d200)}input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}.x-field-number input::-webkit-outer-spin-button,.x-field-number input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.x-field-input{display:-webkit-box;display:box;-webkit-box-orient:horizontal;box-orient:horizontal;-webkit-box-align:center;box-align:center;-webkit-box-pack:center;box-pack:center}.x-field-input .x-input-el{-webkit-box-flex:1;box-flex:1}.x-field-input .x-clear-icon{display:none;margin:.5em;width:1.1em;height:1.1em;-webkit-border-radius:0.55em;border-radius:0.55em;background-color:rgba(0, 0, 0, 0.15);color:#fff;font-weight:bold;line-height:.9em;text-align:center;padding:0 .27em}.x-android .x-clear-icon{line-height:1.2em;padding:0 .3em}.x-field-clearable .x-clear-icon{display:block}.x-field-textarea .x-field-input{-webkit-box-align:start;box-align:start}.x-android .x-input-el{-webkit-text-fill-color:#000}.x-item-disabled .x-form-label span,.x-item-disabled input,.x-item-disabled .x-spinner-body,.x-item-disabled select,.x-item-disabled textarea,.x-item-disabled .x-field-clear-container{color:#b3b3b3;-webkit-text-fill-color:#b3b3b3;pointer-events:none}.x-form-fieldset .x-field.x-form-fieldset-item-first{-webkit-border-top-left-radius:0.4em;border-top-left-radius:0.4em;-webkit-border-top-right-radius:0.4em;border-top-right-radius:0.4em}.x-form-fieldset .x-field.x-form-fieldset-item-last{border-bottom:0;-webkit-border-bottom-left-radius:0.4em;border-bottom-left-radius:0.4em;-webkit-border-bottom-right-radius:0.4em;border-bottom-right-radius:0.4em}.x-field-select{position:relative}.x-field-select:before,.x-field-select:after{pointer-events:none;position:absolute;display:block;right:0}.x-field-select:after{content:"";position:absolute;width:0;height:0;top:0;left:auto;margin:1em;border:.4em solid transparent;border-top-color:#ddd;z-index:2}.x-field-select.x-label-align-top:after{top:auto;bottom:0}.x-field-select:before{content:"";position:absolute;width:4em;height:auto;top:0;left:auto;bottom:0;-webkit-border-top-right-radius:inherit;border-top-right-radius:inherit;-webkit-border-bottom-right-radius:inherit;border-bottom-right-radius:inherit;background:-webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(255, 255, 255, 0)), color-stop(0.5, white));z-index:1}.x-field-select .x-form-field{white-space:nowrap;width:100%;overflow:hidden;text-overflow:ellipsis}.x-field-select .x-form-field-container{margin-right:40px}.x-msgbox{min-width:15em;max-width:20em;padding:0.8em;-webkit-box-shadow:rgba(0, 0, 0, 0.4) 0 0.1em 0.5em;-webkit-border-radius:0.3em;border-radius:0.3em;border:0.15em solid #7c92ae}.x-msgbox .x-title{font-size:.9em;line-height:1.4em}.x-msgbox .x-body{background:transparent !important}.x-msgbox .x-toolbar{background:transparent none;-webkit-box-shadow:none}.x-msgbox .x-toolbar.x-docked-top{border-bottom:0;height:1.3em}.x-msgbox .x-toolbar.x-docked-bottom{border-top:0}.x-msgbox .x-field{margin:.4em .4em 0 .4em;min-height:2em;background:#fff;-webkit-border-radius:0.2em;border-radius:0.2em}.x-msgbox .x-field:last-child{margin-bottom:.4em}.x-msgbox .x-field .x-clear-icon{margin:.4em}.x-msgbox .x-form-field{min-height:1.5em;-webkit-appearance:none}.x-msgbox-text{font-size:.9em;text-align:center;padding:6px 0;line-height:1.4em}.x-msgbox-buttons{padding:0.4em 0;height:auto}.x-msgbox-buttons .x-button{min-width:4.5em}.x-msgbox-buttons .x-button-normal span{opacity:.7}.x-msgbox-dark .x-msgbox-text{color:rgba(250, 251, 252, 0.9);text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0}.x-msgbox-dark .x-msgbox-input{background-color:rgba(250, 251, 252, 0.9);background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(219,225,232,0.9)), color-stop(10%, rgba(234,238,242,0.9)), color-stop(65%, rgba(250,251,252,0.9)), color-stop(100%, rgba(252,252,253,0.9)));background-image:-webkit-linear-gradient(rgba(219,225,232,0.9),rgba(234,238,242,0.9) 10%,rgba(250,251,252,0.9) 65%,rgba(252,252,253,0.9));background-image:linear-gradient(rgba(219,225,232,0.9),rgba(234,238,242,0.9) 10%,rgba(250,251,252,0.9) 65%,rgba(252,252,253,0.9));border:0.1em solid rgba(124, 146, 174, 0.9)}.x-loading-spinner{font-size:250%;height:1em;width:1em;position:relative;-webkit-transform-origin:0.5em 0.5em}.x-loading-spinner > span,.x-loading-spinner > span:before,.x-loading-spinner > span:after{display:block;position:absolute;width:0.1em;height:0.25em;top:0;-webkit-transform-origin:0.05em 0.5em;-webkit-border-radius:0.05em;border-radius:0.05em;content:" "}.x-loading-spinner > span.x-loading-top{background-color:rgba(170, 170, 170, 0.99)}.x-loading-spinner > span.x-loading-top::after{background-color:rgba(170, 170, 170, 0.9)}.x-loading-spinner > span.x-loading-left::before{background-color:rgba(170, 170, 170, 0.8)}.x-loading-spinner > span.x-loading-left{background-color:rgba(170, 170, 170, 0.7)}.x-loading-spinner > span.x-loading-left::after{background-color:rgba(170, 170, 170, 0.6)}.x-loading-spinner > span.x-loading-bottom::before{background-color:rgba(170, 170, 170, 0.5)}.x-loading-spinner > span.x-loading-bottom{background-color:rgba(170, 170, 170, 0.4)}.x-loading-spinner > span.x-loading-bottom::after{background-color:rgba(170, 170, 170, 0.35)}.x-loading-spinner > span.x-loading-right::before{background-color:rgba(170, 170, 170, 0.3)}.x-loading-spinner > span.x-loading-right{background-color:rgba(170, 170, 170, 0.25)}.x-loading-spinner > span.x-loading-right::after{background-color:rgba(170, 170, 170, 0.2)}.x-loading-spinner > span.x-loading-top::before{background-color:rgba(170, 170, 170, 0.15)}.x-loading-spinner > span{left:50%;margin-left:-0.05em}.x-loading-spinner > span.x-loading-top{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg)}.x-loading-spinner > span.x-loading-right{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg)}.x-loading-spinner > span.x-loading-bottom{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg)}.x-loading-spinner > span.x-loading-left{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg)}.x-loading-spinner > span::before{-webkit-transform:rotate(30deg);-moz-transform:rotate(30deg)}.x-loading-spinner > span::after{-webkit-transform:rotate(-30deg);-moz-transform:rotate(-30deg)}.x-loading-spinner{-webkit-animation-name:x-loading-spinner-rotate;-webkit-animation-duration:.5s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear}@-webkit-keyframes x-loading-spinner-rotate{0%{-webkit-transform:rotate(0deg)}8.32%{-webkit-transform:rotate(0deg)}8.33%{-webkit-transform:rotate(30deg)}16.65%{-webkit-transform:rotate(30deg)}16.66%{-webkit-transform:rotate(60deg)}24.99%{-webkit-transform:rotate(60deg)}25%{-webkit-transform:rotate(90deg)}33.32%{-webkit-transform:rotate(90deg)}33.33%{-webkit-transform:rotate(120deg)}41.65%{-webkit-transform:rotate(120deg)}41.66%{-webkit-transform:rotate(150deg)}49.99%{-webkit-transform:rotate(150deg)}50%{-webkit-transform:rotate(180deg)}58.32%{-webkit-transform:rotate(180deg)}58.33%{-webkit-transform:rotate(210deg)}66.65%{-webkit-transform:rotate(210deg)}66.66%{-webkit-transform:rotate(240deg)}74.99%{-webkit-transform:rotate(240deg)}75%{-webkit-transform:rotate(270deg)}83.32%{-webkit-transform:rotate(270deg)}83.33%{-webkit-transform:rotate(300deg)}91.65%{-webkit-transform:rotate(300deg)}91.66%{-webkit-transform:rotate(330deg)}100%{-webkit-transform:rotate(330deg)}} diff --git a/lib/resources/css/bb6.css b/lib/resources/css/bb6.css index d7aaae0..e46cc61 100644 --- a/lib/resources/css/bb6.css +++ b/lib/resources/css/bb6.css @@ -1 +1 @@ -body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:""}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}*:focus{outline:none}html,body{font-family:"Helvetica Neue", HelveticaNeue, "Helvetica-Neue", Helvetica, "BBAlpha Sans", sans-serif;font-weight:normal;position:relative;-webkit-text-size-adjust:none}.x-desktop html,.x-desktop body{overflow:hidden}*,*:after,*:before{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);-webkit-user-select:none;-webkit-touch-callout:none}.x-ios.x-tablet .x-landscape *{-webkit-text-stroke:1px transparent}body{font-size:104%}body.x-ios{-webkit-backface-visibility:hidden}body.x-android.x-phone{font-size:116%}body.x-ios.x-phone{font-size:114%}body.x-desktop{font-size:114%}input,textarea{-webkit-user-select:text}.x-hidden-visibility{visibility:hidden !important}.x-hidden-display,.x-field-hidden{display:none !important}.x-hidden-offsets{position:absolute !important;left:-10000em;top:-10000em;visibility:hidden}.x-fullscreen{position:absolute !important}.x-desktop .x-body-stretcher{margin-bottom:0px}.x-draggable{z-index:1}.x-mask{position:absolute;top:0;left:0;bottom:0;right:0;height:100%;z-index:10;display:-webkit-box;display:box;-webkit-box-align:center;box-align:center;-webkit-box-pack:center;box-pack:center;background:rgba(0, 0, 0, 0.3) center center no-repeat}.x-mask.x-mask-gray{background-color:rgba(0, 0, 0, 0.5)}.x-mask .x-mask-inner{display:none;background:rgba(0, 0, 0, 0.25);color:#fff;text-align:center;padding:.4em;font-size:.95em;font-weight:bold}.x-mask .x-loading-spinner-outer{display:-webkit-box;display:box;-webkit-box-orient:vertical;box-orient:vertical;-webkit-box-align:center;box-align:center;-webkit-box-pack:center;box-pack:center;width:8.5em;height:8.5em}.x-mask .x-mask-msg{-webkit-box-flex:0 !important}.x-mask.x-mask-loading .x-mask-inner,.x-mask.x-mask-text .x-mask-inner{display:block}.x-mask:not(.x-mask-loading) .x-loading-spinner-outer{display:none}.x-mask:not(.x-mask-text) .x-mask-msg{display:none}.x-dragging{opacity:0.7}.x-panel-list{background-color:#afbfce}.x-html{-webkit-user-select:auto;-webkit-touch-callout:inherit;line-height:1.5;color:#333;font-size:.8em;margin:1.2em}.x-html body{line-height:1.5;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;color:#333333;font-size:75%}.x-html h1,.x-html h2,.x-html h3,.x-html h4,.x-html h5,.x-html h6{font-weight:normal;color:#222222}.x-html h1 img,.x-html h2 img,.x-html h3 img,.x-html h4 img,.x-html h5 img,.x-html h6 img{margin:0}.x-html h1{font-size:3em;line-height:1;margin-bottom:0.50em}.x-html h2{font-size:2em;margin-bottom:0.75em}.x-html h3{font-size:1.5em;line-height:1;margin-bottom:1.00em}.x-html h4{font-size:1.2em;line-height:1.25;margin-bottom:1.25em}.x-html h5{font-size:1em;font-weight:bold;margin-bottom:1.50em}.x-html h6{font-size:1em;font-weight:bold}.x-html p{margin:0 0 1.5em}.x-html p .left{display:inline;float:left;margin:1.5em 1.5em 1.5em 0;padding:0}.x-html p .right{display:inline;float:right;margin:1.5em 0 1.5em 1.5em;padding:0}.x-html a{text-decoration:underline;color:#0066cc}.x-html a:visited{color:#004c99}.x-html a:focus{color:#0099ff}.x-html a:hover{color:#0099ff}.x-html a:active{color:#bf00ff}.x-html blockquote{margin:1.5em;color:#666666;font-style:italic}.x-html strong,.x-html dfn{font-weight:bold}.x-html em,.x-html dfn{font-style:italic}.x-html sup,.x-html sub{line-height:0}.x-html abbr,.x-html acronym{border-bottom:1px dotted #666666}.x-html address{margin:0 0 1.5em;font-style:italic}.x-html del{color:#666666}.x-html pre{margin:1.5em 0;white-space:pre}.x-html pre,.x-html code,.x-html tt{font:1em "andale mono", "lucida console", monospace;line-height:1.5}.x-html li ul,.x-html li ol{margin:0}.x-html ul,.x-html ol{margin:0 1.5em 1.5em 0;padding-left:1.5em}.x-html ul{list-style-type:disc}.x-html ol{list-style-type:decimal}.x-html dl{margin:0 0 1.5em 0}.x-html dl dt{font-weight:bold}.x-html dd{margin-left:1.5em}.x-html table{margin-bottom:1.4em;width:100%}.x-html th{font-weight:bold}.x-html thead th{background:#c3d9ff}.x-html th,.x-html td,.x-html caption{padding:4px 10px 4px 5px}.x-html table.striped tr:nth-child(even) td,.x-html table tr.even td{background:#e5ecf9}.x-html tfoot{font-style:italic}.x-html caption{background:#eeeeee}.x-html .quiet{color:#666666}.x-html .loud{color:#111111}.x-html ul li{list-style-type:circle}.x-html ol li{list-style-type:decimal}.x-video{background-color:#000}.x-sortable .x-dragging{opacity:1;z-index:5}.x-fullscreen{background:#eeeeee}.x-map{background-color:#edeae2}.x-mask-map{background:transparent !important}.x-img{background-repeat:no-repeat}.x-video{height:100%;width:100%}.x-video > *{height:100%;width:100%;position:absolute}.x-video-ghost{-webkit-background-size:100% auto;background:black url() center center no-repeat}audio{width:100%}.x-panel,.x-panel-body{position:relative}.x-panel.x-floating{padding:6px;-webkit-box-shadow:rgba(0, 0, 0, 0.8) 0 0.2em 0.6em;background-color:black}.x-panel.x-floating.x-floating-light{background-color:#393f45}.x-panel.x-floating .x-panel,.x-panel.x-floating .x-scroll-view{background-color:#fff}.x-anchor{width:1.631em;height:0.7em;position:absolute;z-index:1;-webkit-mask:0 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAPCAYAAABut3YUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPZJREFUeNpi/PX7LwOFwAyIG6HseiA+Ra5BjBQ6xg+IVwAxJ5T/HYgjgHgTOYYxUeCQUiBeh+QQBih7HVSOLiHDDMSTgTiTgLrpQJwLxH9p5RhOaLT4EakeFF3RQPyF2o6RhkaBGYkheRmIPYH4KbXSjC4QnyTDIch6danhGCcgPgwNGXKBNNQMb0ocEwXE24GYn4FyADJjI76Ej88x7UC8FIjZGKgHQDlxGtRsZmISMMjy+dBQoSXYBC0gv+NyDD80xzgx0AeAqg4fIH6NHk0qQHyMjg6B1WvHYDkNFjIgwS1ALMowMOAjEAeBHINe2Q0U+AUQYACQ10C2QNhRogAAAABJRU5ErkJggg==') no-repeat;-webkit-mask-size:1.631em 0.7em;overflow:hidden;background-color:black}.x-anchor.x-anchor-bottom{-webkit-transform:rotate(180deg);background-color:black}.x-anchor.x-anchor-left{-webkit-transform:rotate(270deg)}.x-anchor.x-anchor-right{-webkit-transform:rotate(90deg)}.x-floating.x-panel-light:after{background-color:#393f45}.x-button{-webkit-background-clip:padding;background-clip:padding-box;display:-webkit-box;display:box;-webkit-box-align:center;box-align:center;min-height:1.8em !important;padding:.3em .6em;position:relative;overflow:hidden}.x-button,.x-toolbar .x-button{border:0.1em solid #999999;border-top-color:#a6a6a6;color:black}.x-button.x-button-back:before,.x-button.x-button-forward:before,.x-toolbar .x-button.x-button-back:before,.x-toolbar .x-button.x-button-forward:before{background:#999999}.x-button,.x-button.x-button-back:after,.x-button.x-button-forward:after,.x-toolbar .x-button,.x-toolbar .x-button.x-button-back:after,.x-toolbar .x-button.x-button-forward:after{background-color:#ccc}.x-button .x-button-icon.x-icon-mask,.x-toolbar .x-button .x-button-icon.x-icon-mask{background-color:black}.x-button.x-button-pressed,.x-button.x-button-pressed:after,.x-button.x-button-active,.x-button.x-button-active:after,.x-toolbar .x-button.x-button-pressed,.x-toolbar .x-button.x-button-pressed:after,.x-toolbar .x-button.x-button-active,.x-toolbar .x-button.x-button-active:after{background-color:#bababa}.x-button .x-button-icon{width:2.1em;height:2.1em;background-repeat:no-repeat;background-position:center;display:block}.x-button .x-button-icon.x-icon-mask{width:1.3em;height:1.3em;-webkit-mask-size:1.3em}.x-button.x-item-disabled .x-button-label,.x-button.x-item-disabled .x-hasbadge .x-badge,.x-hasbadge .x-button.x-item-disabled .x-badge,.x-button.x-item-disabled .x-button-icon{opacity:.5}.x-button-round,.x-button.x-button-action-round,.x-button.x-button-confirm-round,.x-button.x-button-decline-round{padding:0.1em 0.9em}.x-button-small,.x-button.x-button-action-small,.x-button.x-button-confirm-small,.x-button.x-button-decline-small,.x-toolbar .x-button-small,.x-toolbar .x-button.x-button-action-small,.x-toolbar .x-button.x-button-confirm-small,.x-toolbar .x-button.x-button-decline-small{padding:.2em .4em;min-height:0}.x-button-small .x-button-label,.x-button.x-button-action-small .x-button-label,.x-button.x-button-confirm-small .x-button-label,.x-button.x-button-decline-small .x-button-label,.x-button-small .x-hasbadge .x-badge,.x-hasbadge .x-button-small .x-badge,.x-button.x-button-action-small .x-hasbadge .x-badge,.x-hasbadge .x-button.x-button-action-small .x-badge,.x-button.x-button-confirm-small .x-hasbadge .x-badge,.x-hasbadge .x-button.x-button-confirm-small .x-badge,.x-button.x-button-decline-small .x-hasbadge .x-badge,.x-hasbadge .x-button.x-button-decline-small .x-badge,.x-toolbar .x-button-small .x-button-label,.x-toolbar .x-button.x-button-action-small .x-button-label,.x-toolbar .x-button.x-button-confirm-small .x-button-label,.x-toolbar .x-button.x-button-decline-small .x-button-label,.x-toolbar .x-button-small .x-hasbadge .x-badge,.x-hasbadge .x-toolbar .x-button-small .x-badge,.x-toolbar .x-button.x-button-action-small .x-hasbadge .x-badge,.x-hasbadge .x-toolbar .x-button.x-button-action-small .x-badge,.x-toolbar .x-button.x-button-confirm-small .x-hasbadge .x-badge,.x-hasbadge .x-toolbar .x-button.x-button-confirm-small .x-badge,.x-toolbar .x-button.x-button-decline-small .x-hasbadge .x-badge,.x-hasbadge .x-toolbar .x-button.x-button-decline-small .x-badge{font-size:.6em}.x-button-small .x-button-icon,.x-button.x-button-action-small .x-button-icon,.x-button.x-button-confirm-small .x-button-icon,.x-button.x-button-decline-small .x-button-icon,.x-toolbar .x-button-small .x-button-icon,.x-toolbar .x-button.x-button-action-small .x-button-icon,.x-toolbar .x-button.x-button-confirm-small .x-button-icon,.x-toolbar .x-button.x-button-decline-small .x-button-icon{width:.75em;height:.75em}.x-iconalign-left,.x-icon-align-right{-webkit-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:reverse;box-direction:reverse}.x-iconalign-top,.x-iconalign-bottom{-webkit-box-orient:vertical;box-orient:vertical}.x-iconalign-bottom,.x-iconalign-right{-webkit-box-direction:normal;box-direction:normal}.x-iconalign-bottom{-webkit-box-direction:reverse;box-direction:reverse}.x-iconalign-center{-webkit-box-pack:center;box-pack:center}.x-iconalign-left .x-button-label,.x-iconalign-left .x-hasbadge .x-badge,.x-hasbadge .x-iconalign-left .x-badge{margin-left:0.3em}.x-iconalign-right .x-button-label,.x-iconalign-right .x-hasbadge .x-badge,.x-hasbadge .x-iconalign-right .x-badge{margin-right:0.3em}.x-button-label,.x-hasbadge .x-badge{-webkit-box-flex:1;box-flex:1;-webkit-box-align:center;box-align:center;white-space:nowrap;text-overflow:ellipsis;text-align:center;font-weight:bold;line-height:1.2em;display:block;overflow:hidden}.x-toolbar .x-button{margin:0 .2em;padding:.3em .6em}.x-toolbar .x-button .x-button-label,.x-toolbar .x-button .x-hasbadge .x-badge,.x-hasbadge .x-toolbar .x-button .x-badge{font-size:.7em}.x-button-forward,.x-button-back{position:relative;overflow:visible;height:1.8em;z-index:1}.x-button-forward:before,.x-button-forward:after,.x-button-back:before,.x-button-back:after{content:"";position:absolute;width:0.773em;height:1.8em;top:-0.1em;left:auto;z-index:2;-webkit-mask:0.145em 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAABGCAYAAADb7SQ4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAiNJREFUeNrEWb9LQlEUvj5BcHoQvMnVKXD1D3CLwqBJbHJsazQaWoSCxgbHJiMIAiNok6AhCDdXVycnJ8EQOgeOYaG+d39998KH+HyP753zzjnfd325xfdSgVeV8B6BScuEV0IRSbxHeCMk/AVFXCA8ScQKSXxPqK0fQBBfE5r/D+Y8VzUT9jb94DPimqRYIYkrhGcpKhhxIqTxrpNcExdlQJTTTnRJnCc8ykhUSOIOoZ71ZFfEZ4S2zgUu+rguxZRHEnPbfKRVsOtUl0RtYpOLTYljIS2Z3nVk2DY9SbNCEt8RDm0rUpe4La1jvXSqmtum72raZI24KuNQIYl/nSGSOJb0Jq61M0pxhjwK9304hUjHGSKILzc5Q5drUzttdYY+I97pDH1FzG0zNFUb04gTG4kzJS5kdYauiZtZnaFr4ooKsCIVaDHxKAQxt1NBnGIVHfGCcEQYh3jGU8KBfMKLiyM+lgzAq/qT0ArVTg+Ei1B9fEPoovV4fcfQd2HedScX39GprwGTNjJn0maTELN6IuSzECLB6T5x2eM66jQgnIeSxa60GnS3uL56tr7b1Ai0JPVwYi6yho2U2lgfKym19VxjMRHzEGbvS9K+RBPzetGVUpf29lZHSl2/DMnLvwh1ZMQrKW3Ic4fvJOZS6ZMQW5hpmpT63DvtlFLfm7bBNruM2C2yXb7y3U6ZpRS5P/4jpUjihRTbCJ3q1eL3GMMfAQYAJmB6SBO619IAAAAASUVORK5CYII=') no-repeat;-webkit-mask-size:0.773em 1.8em;overflow:hidden}.x-button-back,.x-toolbar .x-button-back{margin-left:0.828em;padding-left:.4em}.x-button-back:before,.x-toolbar .x-button-back:before{left:-0.693em}.x-button-back:after,.x-toolbar .x-button-back:after{left:-0.628em}.x-button-forward,.x-toolbar .x-button-forward{margin-right:0.828em;padding-right:.4em}.x-button-forward:before,.x-button-forward:after,.x-toolbar .x-button-forward:before,.x-toolbar .x-button-forward:after{-webkit-mask:-0.145em 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAABGCAYAAADb7SQ4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAXlJREFUaN7lmTFqAlEQhh8EhFSCYJXW1law9QAewMrWAwQWAmmtbPcGHiCQ1gPYCla2QsDKSsgmQecvFqImu2/fzry/2OLb9mt23vwz47Kvn5MwEFxM8DkLB6HHEIOd0GGIwUpoMcRgyRKDOUsMJizxpzBiiMFR6DPEeZl1GWKwFh4ZYvAmPDDEqmVWVQxmLPG3MGaIVcosVAz2whNDDDZCmyEG7yFlpiEGKUsMEpb4XKXMtMXeiVVb7J1YLcRgW1ZmVuLSxGopLkys1mLwwhL/mVhjie8Sayxx3kp7DPFVYo0tzhNriyEGU5Z40TjxtDE/F6WcDowHBE/msDFNImG0xZQRBAonDCvxhhH2vKZIZ9Ds+7EDfaWFnKZ4xhja5owxdcnYCAQv1p1Gi4sprn08cZbDt6ZYZasXIn5mLFHTjLCvVt1V+4rVt/M+4r3FPaJMbHaBKRKb3pyKxKZXtv/Er4yjZpRL6q042u34tzh4xV9H/FHnqBHKBQeEd6aqqwD6AAAAAElFTkSuQmCC') no-repeat}.x-button-forward:before,.x-toolbar .x-button-forward:before{right:-0.693em}.x-button-forward:after,.x-toolbar .x-button-forward:after{right:-0.628em}.x-button.x-button-plain,.x-toolbar .x-button.x-button-plain{background:none;border:0 none;-webkit-box-shadow:none;box-shadow:none;min-height:0;text-shadow:none;line-height:auto;height:auto;padding:0.5em}.x-button.x-button-plain > *,.x-toolbar .x-button.x-button-plain > *{overflow:visible}.x-button.x-button-plain .x-button-icon,.x-toolbar .x-button.x-button-plain .x-button-icon{-webkit-mask-size:1.4em;width:1.4em;height:1.4em}.x-button.x-button-plain.x-button-pressed,.x-toolbar .x-button.x-button-plain.x-button-pressed{background:none;-webkit-box-shadow:none;background-image:-webkit-gradient(radial, 50% 50%, 0, 50% 50%, 24, color-stop(0%, rgba(255,255,255,0.7)), color-stop(100%, rgba(255,255,255,0)));background-image:-webkit-radial-gradient(rgba(255,255,255,0.7),rgba(255,255,255,0) 24px);background-image:radial-gradient(rgba(255,255,255,0.7),rgba(255,255,255,0) 24px)}.x-button.x-button-plain.x-button-pressed .x-button-icon,.x-toolbar .x-button.x-button-plain.x-button-pressed .x-button-icon{background-color:#fff}.x-segmentedbutton .x-button{margin:0}.x-segmentedbutton .x-button:not(:first-child){border-left:0}.x-hasbadge{overflow:visible}.x-hasbadge .x-badge{-webkit-background-clip:padding;background-clip:padding-box;padding:.15em .25em;z-index:30;overflow:hidden;color:#fff;border:2px solid #fff;position:absolute;width:auto;min-width:2em;height:2em;line-height:1.2em;font-size:.6em;top:-0.15em;right:0px;max-width:100%;background-color:#990000;display:inline-block}.x-tab .x-button-icon.action,.x-button .x-button-icon.x-icon-mask.action{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFI0lEQVRoBe2YW4hVVRjHZ0yzq6lFEaMlE0PShYRAJIl6iEqKHnqI6WJB0IvdICkfEk0aIyo0KFCph8giCitI7CkoohQL7SoZDaQmXSgKo4uWNf1+zt7DOXvOOXuvvc85bc+cD36ssy/r+77/Xmt9e+3TOzIy0jORbNJEEqvWruBOH/HuCHdHuMOeQOmmdO+ozaA5oxXPunSC2Re4MbgCNiB6vvqbKbx0giNxp9BeBU/BIJqnRecLN2UVrLDj4GIYgscRfSltYSuzYMUdA/0wCI8ieglM5XduK7vgWJhTegGshucRfQHkyj1XpziLNrfmOh2ug1dhMaJn0gbZZDpNpsexQb2y3azfKXCAwns4W5dMd7m2B2ANLCT/x/A/nKknN5mUhWFp1g4Z7vM14jrbBZvgEwi1tAdkDEf3ZrgI0S/RrkP4IdqGpuA+cJo0yw7iyNfJmzAcMrokfjp93HC4XrPYCdzkgPXDPPqvJN7eRh0VrBWqfKMuev6k3Qzr4SP4HWqOFIkZ73iYA/NhLpwPZ4LLS+FZzUp+GtwAA/heS/sGwv+irWnXc9bdTRF20/8eOBWmEKwnCectOrPhSlgF2+Bb+Bl+AxP8B/6FvLn8Td8fYQXMSubgsVZU8Cv4mAeNhC7k+jLYCopzrRURlvZA9P8WLIJJlcI5zi1Ypw+Dr4oqp3EAzlsbLCjfg1PeEUxLtlnXXU4/wQboq8gpl2BHx2l5UuyosuW8I6rQb8Bp1iwRefy4VN6FReaopU3pX7jnhwSO7MmVIiNnJ3L+DtgHCm3ltA0RH4/26rhKk1tdu4kr7yeuHkKgU3rMqI5ncfAQDIKbg14oi1nJv4OvTShthC9LjmTyGB8XwhZw+oQ8+Xbc68C8AOboK6+YYPpfDV+B06YdAkJiuMtzhvrOP1JYafMLpu/Z8CmEJNGOe60fz0J/cjZmWcP0G2+sWZ/aUnCqhFosOq7gyf6uOT888th+Ot0HmxF7MOkgt2AcXQNLkg5rHPv+dffjVvPX6PdeWtf7MJhUssD578ZtEGL6sY4MIfTjeh1zCWZ0Z+DwQXAkapkjtzviPdoPYB+JuJVMNfy7QQkR7MbGPfRaYhi7ruUSjLcbwe1k0tw2vgivwy6C70/ekPE4JK+N+HySWDuz+A5xXOnvlsqD6Lf/QjwBnxNc4a02YwzBeuIdyBosWDDT7RKcn1MRYA+/V8ImAv9Rcb5VP53ufoQ8AB8S0+PMFiwYz5fDzCjCF7SLCbojOm514zZ3HViYLIZVxmD4h8B0rtWtFXkEn4tTv22thPe2SawVeDs8TTz/NqoyhLqDGoC7wervt3lNCxKMY/fIc+BLuJXgn9G20pyuVuA1sJF4vt7GjHx8nZnT7XAXzIXnoK4FCcbLVHAqLW+DWF8v78Aq2EY8v7zGDK2+EmfBI3AtTAPNTU1dCxXs/a6ht+t6bM4FNykvw/0IdYSrDLHu8iyeQ7Cg6mLKQahgd0pbSOJwit/cl6Np6p+BrxGn6hNUp1z3m/tOWAH+DrIgwSTQcBcTFLnOzcRwSjZ6j/vdvQyCxRrSanu0mWvZqp3LjkbBuYTGnSac4CxreCQqJPFD+r/bhq+dtOSyCO7DyWzIcm9avKLXXb+FcskiYjlBfB0lP9KLJp+nv6N7ZL+cp7N9sgg+L6/zMvabcEWrK7iM07CZOXVHuJlPs4y+rNJ74JkyJpczp62N+vWOfpw0uqWzrnXXcGeN53g13REe/0w660x3hDtrPMer+Q9LNCcV91c+jgAAAABJRU5ErkJggg==')}.x-tab .x-button-icon.add,.x-button .x-button-icon.x-icon-mask.add{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAABqUlEQVRoBe2awWnDUBBE843B4NxcQSAFOC4lJeTkoxtJDykgvRhcgCFNJCFgIs+ChEHSJX93YT6ZD4ssmR3NztNFH5Wu6+6iVynlEZpbp+4J3s5OjWm7DRxZuMMCdUB9oyzNmrJe01hEejMtM5exIh6bCI3JbFkDT27EckEDs5DI8iHCWcmy6IowC4ksHyKclSyLrgizkMjyIcJZybLoijALiSwfIpyVLItuOGFso/xiuEvAgJdeK0DqJrHEhtsTTh9ul9y/ChR2KE+Y1ruDt2ccI7d6PszcK+oFFblWELt3Cn6i/8epMW5/W+LKGrUZ/0NwboF5QxuPsfY8dmOxJs41cBOYHCZF2BFeE60i3AQmh0kRdoTXRKsIN4HJYVKEHeE10frvCNvr4RH1HojH3rGHr3hqA7VdkxPKvuKJ3AA4hn7BM3xxA5N71Fdv1gz/tax3P+hFHmsJwM/8wraMadqOh5GuXda76rVqNWb7wgeevQvRRQ1MBCPFiginxEokKsJEMFKsiHBKrESiIkwEI8WKCKfESiQqwkQwUqyIcEqsRKIiTAQjxcoVrP83/9czD9EAAAAASUVORK5CYII=')}.x-tab .x-button-icon.arrow_down,.x-button .x-button-icon.x-icon-mask.arrow_down{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGRTdGMTE3NDA3MjA2ODExOTJDQUMyNUQwRUE4NjdEQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxQTFBMDFDQ0I5NEYxMURGQUU1RjlGMEFERUNDQTVEMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyMkRCMDIxMkI5NEUxMURGQUU1RjlGMEFERUNDQTVEMCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjMwRTE0QzVBNDIyMjY4MTFCQ0ZCOTAzOTcwNzcyRkVCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZFN0YxMTc0MDcyMDY4MTE5MkNBQzI1RDBFQTg2N0RCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+HfrH/AAAAeVJREFUeNrs2cFHBGEUAPA3zYqIiIhOnTpFRHSKrp26RqeuEV077R/QqWtE166dOkVERHRa9hQRnZalFcv0Hk/W1Mx+38z3vvlm5j3eZW+/9+abne+9KEkSaFPMQMtCwQpWsIIVrGAFK1jBClawgo2ik/4hiqJGwLKuvfpIc5xSkWqYr5hzU1s/mRNxXTPsJ+ZqluvXlwOmSj3XBDvG3M1rpAmYYoUrFzr4ZNqTawqm2MH8Dhh7ZXJUbcAUx4FinzBnJcAUl4FhP/jIgRSYKvkYCJaO2LbNv08RMMUy5nsA4COTLy0XYIqtil9iF6aflq7AwBWuAvuQ9ZKSBgNX2ieWjtKSzeXBNZgqfe8J+4W5aXtbcg0GrvibB/BhkeuhBJhigzsghT0veh+WAlMcCGHvMOMQwcCdcIntYy6WmXhIg2PuiAvsEHO97IhHGgzckb4D8L6LmZYPMHBnhiWwXVdDPF9g4A4Vwd66nFr6BAN3ygbbw1yoMzjmjplgB5hrrufSvsHAHesZDOD2JAbxVYCBOzfIAZ9JbR6qAgN3cPwP9kZy1VIlGLiTdluCmoOBO/pnS9Bk8DzmS3pL4BMcpZEe1qX0GI/atC4dQYXRMa1MU0IX4gpWsIIVrGAFK1jBCnYUPwIMAPUPAyFL+nRdAAAAAElFTkSuQmCC')}.x-tab .x-button-icon.arrow_left,.x-button .x-button-icon.x-icon-mask.arrow_left{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGRTdGMTE3NDA3MjA2ODExOTJDQUMyNUQwRUE4NjdEQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGMDZEQTFBREFDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGMDZEQTFBQ0FDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFGQzJEMjQxRjIyMDY4MTE4QTZEQzUxMDg5Q0Y0RTRFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZFN0YxMTc0MDcyMDY4MTE5MkNBQzI1RDBFQTg2N0RCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+FXGmxAAAAghJREFUeNrsm09ERFEUxt+rxBAxqyFm1SqiRYpMSpFapUVaRGpTRIpIbWLaFJEoRZtilChRWiRKsyklilYRERERERGZvsN57Wfmvnnnznkfv+WM+bn3e/ePN24mk3E0pcRRllC42FOWy4dc1w30R+fz3LFthEs1TelZ0KlBuAIcgmRgHS5gqlm2RsNTmqbvrUlZycLT4BhUiliWfEwEbII+UeuwT4nzqNZq2Gm1gTu/ZaUIj4NTEBW7tTTY1zUwKH4vbaive6BBw2kpAa6DkA1CeBicgZhVx8McUg5WWNi+83CWiXFfE9ZeAGQR6ukBqJKyu/Gzw7TcXEiS9UuYbiWWeU8ckXYqMT2lozyFW6SeOU0K1/FhPS75RsHUlKbj3KV0WRPC1Nd5sCuxr6anNPV12zFwk2jLCCdtk81XeAIsahL+BVOgH3xrEPayA5rAixZhyj2oB2ktwpR30A5WtQh7vR4DQ+BHg7CXLdAMXrUIU26411dahClvoBVsaBF2uMsjYFRCrwt5a7kOOnjUVQg7vE43cr9VCDu8I6Nep7QIO7z3HgCTvHYXvbCXJe71hxZhyjmv1w9ahCnP/DDb1yLs9boXzGgR9rIAusCnFmHKCff6UYsw5Ymlj7QIU75AN5gz9YVuLu8eB/S+dA+v1+l83pe2Sfg/BRe2OeGfPELhUDgUtip/AgwAw4tbozZtKFwAAAAASUVORK5CYII=')}.x-tab .x-button-icon.arrow_right,.x-button .x-button-icon.x-icon-mask.arrow_right{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGRTdGMTE3NDA3MjA2ODExOTJDQUMyNUQwRUE4NjdEQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGMDZEQTFCMUFDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGMDZEQTFCMEFDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFGQzJEMjQxRjIyMDY4MTE4QTZEQzUxMDg5Q0Y0RTRFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZFN0YxMTc0MDcyMDY4MTE5MkNBQzI1RDBFQTg2N0RCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+xvZexwAAAhhJREFUeNrsm8FHRFEUxu9rxhARsxqiVauYXWoTpTYtUkRqlWkz0WaiTW2iNi3atGhTm4k2E5GYSJRaZcZQtIqIISIiYhgyfZdv/oF59913X+cdfst5733u+c495743XqvVUpKiSwmLWPB/j2QnP/I8L9SH9lN3/KxwQlpKT4FtaR7eAhegR1LRmgEVMCCpSg+CGtNczLbUC8pgQ9I+rCv3LiiBbkmNxwJ93S+p08qCRzAhqbVMg2tQkNRLa1/vg6ILvrY5POTAXdi+tj0tDbOYjUoaDzPgBuQlzcMpcEhSkg4A8lztjBTBin6u0d8iBOvoYwXPSRGsuEcXuWcnJAhuR4G+TksRrGOMfXhWimDFjqzCyUuE4LavS5yxExIEt0OfopRN+DpKbx6MHAtHSfAeWPN7kWQEhDbAMjg1cTHXBdfBLHiSUKXvwZBJsS4LPgCT4NP0hV1L6SZYAcdB3cAlwe9gDlQlTEsP9Gs16Bu5IPgIjIOP/34AoP26Ss82bd00LA/r1Vzk1mM1whCsfTrPpsJ62E7pE/q1HpaPbAn+Betgib1xaGEjpb+Ywrcu7H9BC35m8//mSncTZEqfgRGXxAYpeJNp3FCOhemU/ub+euXqzGlS8AuYBq8unyiYSulLNv9OizUleIcr+6MiEF4n3x7ze2n9OkSfE5/bfmg/30v7ERxaWBcc5Yj/5BELjgXHgiMVfwIMAGPkXbHq6ClAAAAAAElFTkSuQmCC')}.x-tab .x-button-icon.arrow_up,.x-button .x-button-icon.x-icon-mask.arrow_up{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGRTdGMTE3NDA3MjA2ODExOTJDQUMyNUQwRUE4NjdEQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDQUZBQUM3NEFDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDQUZBQUM3M0FDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFGQzJEMjQxRjIyMDY4MTE4QTZEQzUxMDg5Q0Y0RTRFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZFN0YxMTc0MDcyMDY4MTE5MkNBQzI1RDBFQTg2N0RCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+ar3jxgAAAbFJREFUeNrs2j9ExGEcx/H71YmmpoiIaIq4KSKi6dabbo1oiqamm1qboimiNZpuuikiIqLppiPipqYjIuLp+/D95vy6X/frfr/n730e3sst53XP9x7u+V2ilKpM05qpTNkCGGCAAQYYYIABBhhggAEGeNSqpl9IkiQKWNbvfBc7PDdNIz1PPVK7Trd+OMPrRr8l9Uat2nT9+CyCW4yVnnnHowTXqa8UWHcdI3iNGozASscxgReo7h9YxTtfjwXcHoOVBjwJQYNPcmKlLk9EkODGP7FSO0TwOvU+IVjxZAQD1iPZK4CVGiGAZ6lOCVjFE7LhO/i0JKzUK3KImQY3S8ZKHZ4cr8A16sMQWPHkeANepF4MYqWmD2A9arcWsIonqOYafGYJK73yRDkB71nGSnd5r4jKBG9Sn47AunOb4CWq7xAr7dsA61G69wCreMK2TIMvPMFKfZ44I+ADz7DSQ9YhVgS87fiQGtdlmeBlvkNWnndYBljfGT8FgJVDbKco+CoQrBp6mrEyKfgoMOyvpxlZ4CT9vcXj0shWNe8nE8vCfzwABhhggAEGGGCATa1vAQYAZekAmr8OukgAAAAASUVORK5CYII=')}.x-tab .x-button-icon.compose,.x-button .x-button-icon.x-icon-mask.compose{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.delete,.x-button .x-button-icon.x-icon-mask.delete{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.organize,.x-button .x-button-icon.x-icon-mask.organize{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAEdUlEQVRoBe2aS2xMURjHjbbqUaLoI7RChQUiGo9YaEqkoolIkCASSki68dixsLIVYmHbkJA03UgkFRI2QgRBKl4RgtJFK0jUI+o5fv/p68ztmUlHzpzO9PZLfjP3fOfcO9//fOeee+69E4lGo6PCZKPDJFZaQyc4N1mGI5FIMfUVkAfZMPaVwE54yqn6i+8BllQwravgAEyEv5DppsQ8gYPw3hqsJi0bNJ4El0GZzSa6iHcbjLbpsp7DDGX5V8ByyDbLJ+CdUGQLPNGQnkzj3TDFspN68BNkwhDPIY5poG/T1lBYR+LOkuW4uSeR4KXssN48grF9h20NdeukYLRL96Y6vAD2wCwwbQyFvXARPpoVA85fKnXiN4HtvP2Gf0tPG3XWUKNYT4E6PxjvD3x1EDHPZZvgxTTSDBc8gMrKbql5gKHeJh7NM6/AFu91/EVmjHGTFmN+HA3qYSoE7SuO8+zcEawY4vJdfr8Z/ljiqMS3AV2RvjpTPc7V0A623rqJv8RsnynbxDUXXieJuy/LfRmmEzSd7wKtroL2Hcc5BL4LVmRCmbheEIfmHduVQ1muQV/3BN2bJZyqaANbdm/jL+xtm4nfxKcsP08Q/zX8MxV3TDXqx+PYBGUQNHVAI9AsYrsuB9sPVflDT5xH+O7OZn8kK9msJf6G3ooFOOr66+O2NOVL6A7oP/njmmREQcN5LGhy1cLJtBwK++FSLqrVSGvPcrCZGu8DZTqTBSs+zUkarTZTUrerYh50gHYY7rSpRxZCCYTByvouS2FQK42hE9w7S/tKsOaIt/AGfoMWO3OgFLyYb8FaGByHl6C1r27jlsAh8HaN14LD1+x8jN/KNVdqlAvhgq8YfJ/DLYjVUDatk8J905HObd+Cf1rEaHTp5sSL+RacaKWWyO+8E3wLdi4g1QOOCE61x7Kt/UiGsy1jqcY7kuFUeyzF9ok6WA8ZvJjLtbQWEI/hXpLIW4N1rLyiPHV5hP9MsM4or2V7hlH+702XghWE3gAcTRKN3mjY7AZOdZbNCnAug4wTrNXSItCrmmYSZ3tGTNVAo+1nvCLOyLyeT9WC7WlqXNtUCq7vlpTlGkQMeG+Vio9j6NbxMOjtn8u7udjzaJcH1H3uLViVikCzLftqEtsKbeAyNh3LuWAdVM+yr8JsU8hgt9mvGh6ATousEKwgdcvXCMWDFap2mOYBTWK6b3YtNvYDrs9hM0i9BTgB+YMRTbvp0AS6bzaP43I7LUPaDFBvHPVmIy+ZaOp1+TkJX8Dc3/V22gUrYF1jN4L1r0T4NSPXg+sZ2dZZXgRr5m6BymCW8en6rc54BrYAXfu8CFbQmoQ0c1eYoilXw0NQp7gWZzueN8H68S44DbG/IPA9H66AL7FR12tpYk9qetOwGfSaVjcMNVAFie6iqHJv6bws2YaUfLpctYP+S5WoTVr8vjOMvphN4FN4N69Dybs6yw+OCLZ0yrByhS7DmrRaoQE0Kw5707JOf/UvH/ZKewTG/kscFrHSGbpzOHSC/wHSRhVOrpN3ggAAAABJRU5ErkJggg==')}.x-tab .x-button-icon.refresh,.x-button .x-button-icon.x-icon-mask.refresh{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAG1ElEQVRoBc2aa6hVRRiGO17yrmloWpqhllH2wyKSEIsIo8QorLSbqVRgJd3DyFAQIyIiKQz61cUgpB+B0EWii4VkGFRUJpWKphZaaVZeutjz6FmwOnuvNbPWXvvs88HD2nvNzDfzrpn55tvrnLYjR44c1wpra2vrRr8jYC9j+KOzxmCnrTL7ng2LEN+rswbRSsH/ItL+Fwqij+8M0a0UrD5Fa0vg2c4Q3WrBik3sVj480WzRXUlwG4Lnw9OI7p08haqvXUmw2tzH8+AhRPf1RtXW1QSrz4i9CJYjepA3qrSuKFh9PeEWcE9XOtMtE0yyYYROojQfa0zRc8GZ7l9TWvJGj5LtCjdj0AYll6uD90HLQMizZKZ70vzOKjKypgpmkONQMxpGwWlwAvg9STLG8jlkip4FO/H3GKJ/DzXIK2/DQV554TIGdQaNpsNkmAAjoYpj5i/8rIIFjPlXruVMwY1Czy7X8+Al+B4OgU+yag7i0wjereyYqxDrDD4Ku6FqgfX87aGfR6BPGdENCabTqfAh/A31Btesez/T32LoXVR0KcF0NByeBPdSs0SF/Nr33VBIdOEoTVDyKFkCN0OlSQH+Ys2HsReMF66ueCuyJPDqzD4HvqEIzUCzyk1WtsAcKBy8opc0zgfBU+A52CwxIb+K3Qw3FJmodN0owXTgseNxsA9Cg2pm+S76vyktoOjn2D3sfjVAhFJBqmSax8km+BZ2gBnUlXAmhMyH+B3cj8DVocq55aEnROOJsB7MdIrOnnt9DVwD48G3lAPAB21evRRCPl3G22FaaKwx5blLmk4c2DNQdN+aaa2DKdAvayCULYQ8wYnYhpZxuv+QYGf3a/gnMLD0oH+h7mIYnO6o42fK/bX0MKTbpj8nYmd1bNvI98w9zHnbh8FcDSPBwcWYe/ReWMOgfEhlTbH6ugs/75Z1Urdd1tOi8qnwGcTO7j7qXgU9snym71Mva4bt70uYmq5f1ee6M8zsOphJoOiY2XVGlsEbDKxY5kOjlLmkt4Iz+z7Xyi1LjD/QJ4PLOsbWUmklGMkbsc00fqBZYh1Y3RnmvjnyWeDREbL9VHgVdjNQZ6is/URDxb5e1kFMuyzBij0ZzLBC5n5bzUAbmV2Titvx8V6os0bLs5b0aBz3j3CuyA/A36dlzK2zFTpFrAPMmuFRlPWzQsDMpN6BMoGqO+2+h9tiZ7Y9mBpXQivPIHoYvzXjyhKsUwcUsoNU2IRjj5JCRhtXx8rYRohV5Bh4EExP8+KFK24VfAT/syzBLmeT+5Ap9LdQpYrKFTwMrgcF55k/Tj6FGsFZe/gUKhupu5q5VGOCo7Nv3RrLEryLmgdqarf2hjPsyssac9ToshobjGKepO1jzuqowQQqGVNOj+zvMPVMdWssS/Cf1IwJRAa3CcSTmABX03nBG451DMTEFleniUyNZQneQk0zqJC5xHw3HTOIkK9QuYHqQsgKtOn2Ct6ZvpF8zhK8jQou65DZ+UXQ1ADHCrKfyTAWQubK/AH8XV5jWYI3UtOzLMZMQ2cyqGbOshnZDPBYCpn79xuouyWzBLskPodDEDJf394IXiu39vgwEccXQyjDsn/H/gkovMayBCt0Hdg4xi6g0rVNmuUT8b0AzA1C5vnryjT7q3sOZ77TopH7ZQOYj+oohH89NAuKeuPBgDL7Tsrw5SmwHEJ9J+W+bLR+/8RHx2tmpzRy3yyCfZA4DF23UfcK6Nmxo6Lf8WFUfhzM10P9JuUeRZfl9ZUp2EaYeycJAInT0NU/ct0HQ/M6ziqjnft0PLwCsavLMbkNV8OQLN9HNeUWHjtfn8eJiUhIaLrcCPkaTIHo2aau+3UmbIS0v5jPnrtz8vQEBR+tcOxVz3qcmWrGdJyu42y/BXfAJKjZW9w7CaaBy/djKDKrSV/mDCsg+HCj/qmF6DsPZ8tgOJQxV8geMBnwszPobCp2IAyFYVDGXE1fwAwmaEvQQWgJtM+ySYWC90PyVLvC1aPHQHl5jI6jWqIrHpuFl3F+oAuJ/pGxzIXoP4znRumODwPHI+BFcFm2eoZ907IEBnQcZ973QoJ1hLnnXoBWiXYZ74D50CtPXL2ywoLbRRtwloKBqDNnWrEGvOugVEZXSnC76O506o8GX8QbKZst3KPnTTi33szF3istOOmAAZgVrYBm/SeeD/MruAf6Jv2WvUadw3QUNM5q30ZcCrNhDMT8lKNapil0LayCtxG4JbNmgYLKBNsnortxccbPh+lgBuUvnlhzW3iumpaaofkzbzvXyqxSwelRIb4f3w1u58AlMA6GwNkwGEwhN4PZl0vWWLABDEr7EVr3BzxlDdl/zhnCj3tOo0oAAAAASUVORK5CYII=')}.x-tab .x-button-icon.reply,.x-button .x-button-icon.x-icon-mask.reply{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAES0lEQVRoBe2ZSWgUQRSGM24YTdSo4AYRTcxBEZJDJCoigrtGg6CIgihqogfRgEERguhB40UP6kHw4kEET4J4E9wPAdeg4ALigjuKcSMuMX7/mAmdSU/SXdM9PTPpBx/T3al67/31urq6K5G2trac3mR9epNYaQ0FZ3vFwwqHFc6yEQhv6SwraBc5YYW7DEmWXUhZhSORSC7UwKIgxzAlghE5CZFHoAEKgxTcz8/gCI3gfzHsh6l+xnLq2zfBaC0miXpYDvmgu+kXBGqeC0aohK2D7TAF+kPamKeCETseZdugGgZDSp4RxHFsnghGqKo4H/aB5uoASEtLWjBiZ6KsFlaAHlJpbUkJRmwl6rTcFKW1SktyRoIROhofdbARhlr8OTkMdBPNlWCE6iG0AA5AqRN1Nm1cxbTpn9Qlx8ERO4pIG0Br6yDDqH3pV4kvPdRewCd4C+/ZPdWx7xZxsk1LgqvIZDeUeZzRT/xJ8Dt4BQ/gGjSSVzO/3psEJ4JoY+A4fATNvVTwhjh34RSshMGJ8jO5biuWIJqrc6AJ/kIqhNrF+EFs3fqHYRoMMxFp7dNFME5Hwi5QMLskgrqmgb8M+hgZYRXh5riTYBxpFM9CUKKcxlWOSyHPjVi1jQqmYy7shQ/gNGjQ7f6Q6yWY7UY07XNK4CK0QtAiTOK/J29tLOQ7EU67nIGgtfU1mARMhz6a3zegtCfRHXOYxhXtndJBgGkOT9FQ1Z3oDsFqhBXAFngJpkGD7veN3NclEt1JcKwRHaaD3niCTt40vh6+q2N6rL+2gtUA03p8FL6AaeAg++ntsNwqNqor/kL8OZ2WgF71vEpeq8FvC36uDveJM8qqyenHwzg67oE1MAxMTeLOQyNod0SDqO2hCaDVIma6u3R9OAxq/9WxW9PT+wRsQ7RiE7Gbj4f4v9F8Fujxb1ptfR2tj/cbf04bfbbqZWgsFEM5LITNcBLc3HF6iM2IxXAlWJ0wJXEQfoFb4RJcEwtu8kv/PCiEGdAAevFQJbvL5Rh/j351uRbcLloVmA83ewgUn0TSgq2DRGzloVt9E9yDFoiPqfOvUBHN3erA7TFOtG6fBqdfVp4KtuZLDqr8DrgDdqIPcb2/UYXjAmmu1cLDBIGswX0THMuJHIrgDGglsMZu4nxI0oItgcbjUHP7MyRaanwXrHywvlAFj8E6v+dqZ8MTI9BzHO2DtaC9KY1wIEYurXCO4JrbjyA6CvzO80wwznS3tMAFDpfBKdArnkY4ECOXqwTWUqZvA1mJp4L/+4wKf8ZxDeyE26AlLBBD9HUC14GWr8mezWEc2/oiiNZM/TumGbRLkdQ6nChOT9eJWw3ffakwjjuMRF5wUg9b4QnE5hOHKTVNsSuO3qW9SosN/Yn4KmAQbnnl040f4pelVLCb5Pxq6/st7Vfipn5DwaYjlyn9wgpnSqVM8wwrbDpymdIvrHCmVMo0z15X4X9rh8wHLEjawQAAAABJRU5ErkJggg==')}.x-tab .x-button-icon.search,.x-button .x-button-icon.x-icon-mask.search{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.settings,.x-button .x-button-icon.x-icon-mask.settings{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.star,.x-button .x-button-icon.x-icon-mask.star{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFfUlEQVRoBd2aXahVRRTHz/Ujv+2mZRGZB7W6mtpFikC7+UWUZiqBD0JPFdRL1EMFPfjoU4baS0FUD/UWZBEVShA+BCpmWApRSkgllNpDmZWZt9//eOay72afvWfWOTPn3rvgz8yeWbPW+s/XmT379AwODtZSSQ+CryVgA/gVfIx/pelEhFMBVlvBOaBeFo6Cean8y09KsnMg932TqCOs9M2UhMfhMJVsxtHcAmcbmekLCsqjFKUkvAYG1xSwmEHZqoLyKEVJCDOCNxH9HUCbVl6mULAuXxjrOQlhgl8Bbi0h0Uen3FBS37GqVIQHiHh2SdR16jTlo0t0woycpuxiUDSdHcFeMv3uIWYanTDB3wIWVZBQHP10zuQKvbarUxDWT1HRz1E++Ds99fLtgp6jEmbExhPNcs+IbkZPiCpRCRP5TPCQJ4MJ6A3QSUqjSWzC2ozuC4j+fnSnB+gHq8YmvJKIJgVEpRPX9QH6waqxCa8PjEhHT981H2j6qno0wqzF63BhOUxsom3Zb7aJqGsUjTAONFJlpysXQz7VuXpavrBTzzEJaz1adlzNjHs6RTBvJyZhjZTF/kTaWZZCnlvhsyWgQkPZQpagzsX1bFlAXjGtDdAPUu1p3PPQhCCXkdwG/mta0PWLds060AuAnqtEOjpdbQR3VymX1P9F3UfgGJA9X9F92c/ADaQ2P8V0DJ4/kDbeYKaSvgI2AN0+OGJK1VAbSIhTOXEOybYll2kte77yD4rqrHyb85S9Cl4HtReAyI11/A7HpRq5PSD6oR0f3Rad+H7S1DvV7UgS+tc1cU3n3V/AWJ/SX8BxVuMinow2rNNjlPQVeH0GFg378kDBfLAPXARjZbTPwmUXmOG+bgz71EKFfqKeAUWfREZbJxyCxyOOqEuHER4qrNUWovwy0CFktBHV4eNZMNvxyaaFhKWAaBt/HJwEo4W0luSKLMF8viVhp4iBeeBd8CcYqcQ1qi+CKS7uVmklYdcQY0+C42Ckkf6EmO51cVal3oRlCFkCdKgfCWtbo7obDO3AVWQbHHyUsjo40E6uq9cvQbdG+wN892fj8s0HjXDWKA51/t4JUo72H/jTDtybjSUkbyYsJ0gdfAtSjfTn+JoWQjCv2+57a4M1QaQSvZvrMsIs7RJejGcdUlLJUhzpZsYsZsJcCen6ZwCE3IaYA2021OfUdU3fJltmwni7Fvh+KDMF16KR3ux0lWuSdgjPxeNdJq/tNdKNqJaSSUyEmVK6JNPomtqbIh3eSKNsEmvAarfJ5LEzjbbR59MtpqyEb8eZjpndkhtxvNri3Er4YZxpx+yW6Jdhi8V5MOHm+n0QZ9afo0u0fQO8A5S3iPaQ1cTSG9w4f/SqesZBH/gRWI6T+gyyxfkgvw2cMdrS+/lTzpZvGnyWxsnTwHLRd4R2a/OBqQyoztKBe/P2qp6DCBOUptKHhuA+pU1fq2Co0/F0L9CVaghxXTbWW9ktKg8lrFfCrwODeh/9wgu1bEDo6OT2Fvgb+JLWq+nQEsnaa5UPJbwKBxc8A9KXPG1O3u+u6E4F24GvD3XMDjCxFcF8uTdhjGpHfwn49L42lCeAdyDZwGi3HpwAPr6+Q29htn1ZPoSwfuz3ewShXVcBNz62lzkvq6O9DjZHgQ9p72kdQljvob9VBPAN9Q+UEQmpw5b+Sf8e0FotI/4a9ZN8bIcQXlnh9AD1y3ychuhgU0tpJyhb14epn+ljN+Sk9S9G1ct50d8SdgF9x9EO3lHB5hXwPEYfA8dbGD9LuWZBtfj0inSQWUDTKzu1dAB5Dkz2tdOOHn70LvwVyMag/FYwzse295Rukq5j+G1wEOib66PAy5FPMD46+NPmqTV7CpwGGvkJPm2l8z8GWDNDloqpGQAAAABJRU5ErkJggg==')}.x-tab .x-button-icon.trash,.x-button .x-button-icon.x-icon-mask.trash{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFBElEQVRoBe2aS4gdRRRA8+L/m0QIJkYNLlQUNOAvigpRcCEIcSsiCLoLLoILcaM7QVBX4koRshDxt9CFKCoiuvGDCP5QkxCiJhInRo2Ovzie80gPNWX1dL3uesM09IUz3V1169a9daur+031aG5ubkUpGY1GK7G1Dq4Cz9vKiIY74Sv8+72tkWQ7Ay4Bxo+Hu2E3/AuOZBf+ov2TsL6Ef5WNUsGazXvgEHQJMm77N/aeg3Mrh7seOweMM2bWYH+B2OES1/9g9w0oEnSngHHCYO+FGSgRXJ0NM/0idA565BRpKyxSt9J2B5xWY+Mw5Udq6uqKT6XimESlmX4d7sTnA4n6rKJjs7QSSgTrSno7nJyodtFyGr4AP4G6TeLIHweb4A44C0LR1xtgCzwP7aTtIkBvLlSfQjwNZyl7FNa0sU077V4DX0Js25X7cRjPzDb2Nd5FnK7xPbGXskdwxsxOLLRzdnwIj8GvkQFnypqobKLLrgGnOjMzP6cqJijzfn0NXPljmXRNWNC+dcBHM7HA2NELp10nwbaz5iC4OsdidTyrYp3a68ZFi7XJFfNsOBGcUmFnPpbiBWkVZefT7g+OXcTF0EUsFPtaje0Lw0LOzfoM49B4Gy36WMKwK+WDcC2cAmGwXK7YAAYdym9c+NiIdUOdnHODc6DjpPioix9LBvwtPE3QOzjWi7MjBS0M8CGY1huUA1ISg/4cNqXiqcqSwVqJ3AQ/QEmnpm3LR+IzsLYKMD4mA6bBOfAKuFpO28nS9v0Bcxckn9V1Ad9Pg2m/H5cONLT3Mf5fFGfX63hBQG8s7/LXxcdV0nvjMtgKp0MojuaroM60xYB8Z78ZTog6c515B1ylXey+ARe3/0tqFNCy0RjrkdvgOwhH0TeiB2A1uMBNGx9Ta+FZiP34mrIrQR39cECSUzqZYYIcR0mjJtmFwmHUvdenLjwmnUl7Eh05+LP40fjvoGTACYN1Rc6CecGhM7lw2lt+AA7Fg4fOespXgYO0j3pvnXmh3rY+/52+vrXtRSd841rQJ/WV1JVX9eNj14DnjeHnJVw8DBeAnX8A2ynfXwXN+cWUPQUOjNl6i7Jt1I9nCOe+1V0NT4AB/wkvw31QRIoFjDfnwRXgfVbJGZzsry44boTNUGVjlvOToPpV5FvbjXApKE7VLZ6UkpWlDGHH+96pV93/4TSsujGA8MeF51Xw6njuO3soKTth/UTnJQOeqONFlKsBW0SlfdVyDLh9NBkth4AzBqnXKkOGe52+DOeHDGcMUq9Vhgz3On0Zzg8ZzhikXqsMGe51+jKcHzKcMUi9Vhky3Ov0ZTg/ZDhjkHqtMmS41+nLcH7IcMYg9VplOWY4/Md88cEtHbDOVg5Xx9jpsM9Yx52JeAcw1ontTXRdcm9pFz3vBveHdNJN6YPVRhrnivtMlruZ5g7DFxBuXLut8j7sA/d43Yr5CIpJsYAJ7DN2/27Bsw1gwAb3I8wLOp+g4w6+nw/6HddOyszqWDg/Qv2bXFwH4+1SyhyUYtI1YLc85wXn/ORAagWdPVRKUqh3AJwtdTLeWq2rbCoP76cm3bjeLG6ELjZim03XJujyJqXF6rtmeDvGNzMN/ajEAZi2rKOD67t00jVgN7+3dnFgqdsu5XRc6tiS/eUGvBTTNengBIVZPuYG7LcYPjdluYk++bTw++pGyQ34bSy9B35Vs5zEYGfgJfg+x7H/ADoy2VfnrtXoAAAAAElFTkSuQmCC')}.x-tab .x-button-icon.maps,.x-button .x-button-icon.x-icon-mask.maps{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAADl0lEQVRoBe2b24tNURzHjfutXEPycDAltwhJbuMSJUqSB/HiES/+AK9ePc6T8uCFkImQW5KGkdwSxYyMGkZu45bbDOPzyZyTrJnjnDkGrVm/+szas2bv397f33ftPS+/Vdba2toj5igj0NcfRkG/3qWIJdcIrs/AO6gDq7cKPkOjUNAmxr8ePJsix8NUWAvLoapowSQawIUzYCZUwAqohF3QAjtgGTyCy5x/nfEu1MNDCmAxuiS4Vy8ST4DZMB9WwiTIRUGC26q1gKtWwyyYBsPB5aLIL5CNTxzotDeWTeA5DUKuO4xXoQbxHpcUbSIzJFkDi0EzdLYnBNGuYJJ4ch+YAhvB5TAORsKvib4x97vwPpk2FjJuhibu85zxAlyCangBLRQib06u68t5vk4uVYVqgO+oqy9v5ASTRLd0LQNLYB24bAfBnw5zikX0HtuhGW5ANY9ylvEBvIY3FOArcz7rWHCpboBFMAxyGjguKIZy1jzYCqfAD5BLslB8J3dCP/AdOgo+fKHXd3Sebh+EctCMieBK6Oj8QuYrXZ7roQr88PiSD4b/IVyyfhB9jQy/uppTUijYhANLytJ1F/sxzL7POpg97vQdFfwVTNYtQsHdKpLg2O1ODieHI6tAWtKRGRrISQ4HJYlsIjkcmaGBnORwUJLIJpLDkRkayEkOByWJbCI5HJmhgZzkcFCSyCaSw5EZGshJDgcliWwiORyZoYGc5HBQksgmksORGRrISQ4HJYlsIjkcmaGBnORwUJLIJpLDkRkayEkOByWJbKLbOVx0r3E7httIbttwNvzddt//JWxIfQynYX8pgu2TbgBbjw9Ds53sNHJv49gOehu5bUe2DfjXojDVpWG/9iu4CEegBp7xfO+LFfyGC5+AiQ7BFXj/c8s+xw+Z24PwvYwKnQxLoQLccGEB7Hsu9t5ckjcU2QjuozgA5+Apz9PCmItCbvqWs2vhJpwBl8ZrEuVtOebPtiWLbf2ymyL0ZVT8XJgDbgHIgFsPOhPmr4d7oAnHue9txg6jI8EfueIaHIOrcAuafieSc/IG19vw7TYD6UEBbE4vhwxMB7cizIYhYPT6MeR+WjBFPoCToEgF1hb6bD8LNpHLwT0L56EOGkhUchc6edoNcruvQWoQ7/6GMTAa3E2zACxGNjRhH9wHV4zP9oGxqCjj7C0wA06Ay/YliRT/T4MCuGnEfQ4feJ5mfvdfaG+OXSWdju+VpAoIK3D9tAAAAABJRU5ErkJggg==')}.x-tab .x-button-icon.locate,.x-button .x-button-icon.x-icon-mask.locate{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.home,.x-button .x-button-icon.x-icon-mask.home{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAEK0lEQVRoBe2Zy28NURzHe/vwqEepYkFIQzxWaCOC2HhELEgQImhXIrqyIEXikVQi+gdIwx9AItg1NiJELMSGhKQbobY2VY9Srfp8m5lmTO/cOXN7Zu656f0ln8zMnTNnft/z+505j5sbGxurmk5WPZ3ESuu0E1xbigjncrka3jsbftClIvsU5RZ65aLK5Lj/C75SzSjHWCuJYLxqhPXwBgYhylq4sRaixChDP8EzGIJ4UwNnCR6tgFswANegKer93LsLim4herm/JKqO8O+ZRdhL42acOwunYAacg2Hu3ePYj3Ph1A1fU2ySmZSZeCiTjxaC1LAboRs6QGJl8+AKXIU1kLqlHmHEqlFboQv2gD40QdPHqx3qKdtJkD8Hb9o+TzXCXmT1cboB+cT6evTVPgIXeWYl6DoVSy3COF2Hx0rjTthp4L0a/4xXrofn33OeqH8avKMqFcE4O4uXb4ULsNfEEa+M0v00LIIuCKc/P03NrAtGrD5Iiuh10Dia1JTOR0EZsjjpw3HlrQpGbD0v3AzFig36e4CLkeAPNs6tCUbsHBxS+mpsLSayYT2KtLBqVgQjdgFe7QP1u9VWPbRc2ZQFe2LV5zSBWG7ZP+vVTUkwYhvx6DicB+fFqvWKFuyJ1QxJ00It48rCNNgnNi+N23hQaVw2YiU0cYQRq9Q9CJdBKV1q02zMeEaWSDBil1L5JTgBDeCCzcUJ8cXImfACOeqayjbBffgDfqu6cPyJP3dgVZTvwd9jdzuoSFmgicRDGAYXRIZ9+I5fPbA6KC7feUHBVKD5rJZ1EutaZMOiv+HjbWjJJ9T/LVIwDyqyh+ApuC7WFy/RCk4r5HyRwWNewRSW2N3wGv6CX2E5HBWcB9AaFOqfTxJMQa1lNewosqNQDiLDPmqv+hFsgzpfrI7/CeamVjwnQZEtV7G+eEX6MeyHGl/0hGB+1MJdYt+B/1C5H9UdX8J2qJ6IMBfz4Ri8hXIXGfZfmdoLWr5W1zJ7ktg2aId18BuiTHNvDVUumQSNxDikLSdtBzdok0yCD8MyiLNmCqhxXBL9An+egNI3yqRT9z+O92FO/O2UuOMuymoqF06bUl53489MQw21Gm8lWmkRa6R/oVaMfT6lAmrsUVMNRa2HU3I8k2orgjNp5hK+ZLwPp/x+fR+0ONfMp9BfJ+qLmulpyze1zMtC8AACbkI/xAneQZkO0JiZimUheAjPn0MfxAnWVo3RiEG5oiwLwXJsmGFDK5iCxrCnGZNSOzVLra+EPDZ9T6EMCFVZ3KWpI8XV7uBTFcEOBsWqS5UIW21OByurRNjBoFh1qRJhq83pYGWVCDsYFKsuVSJstTkdrGz8L0VTv1i+NVF2CyTJDC0LX7E8HIx7D/Vrb3wDaLvY1D5QsI/6jXZUEwk29cDlckki5bIOY9+mneB/GfbU3e4Ey5kAAAAASUVORK5CYII=')}.x-button.x-button-action,.x-toolbar .x-button.x-button-action,.x-button.x-button-action-round,.x-toolbar .x-button.x-button-action-round,.x-button.x-button-action-small,.x-toolbar .x-button.x-button-action-small{border:0.1em solid #003d99;border-top-color:#0047b3;color:white}.x-button.x-button-action.x-button-back:before,.x-button.x-button-action.x-button-forward:before,.x-toolbar .x-button.x-button-action.x-button-back:before,.x-toolbar .x-button.x-button-action.x-button-forward:before,.x-button.x-button-action-round.x-button-back:before,.x-button.x-button-action-round.x-button-forward:before,.x-toolbar .x-button.x-button-action-round.x-button-back:before,.x-toolbar .x-button.x-button-action-round.x-button-forward:before,.x-button.x-button-action-small.x-button-back:before,.x-button.x-button-action-small.x-button-forward:before,.x-toolbar .x-button.x-button-action-small.x-button-back:before,.x-toolbar .x-button.x-button-action-small.x-button-forward:before{background:#003d99}.x-button.x-button-action,.x-button.x-button-action.x-button-back:after,.x-button.x-button-action.x-button-forward:after,.x-toolbar .x-button.x-button-action,.x-toolbar .x-button.x-button-action.x-button-back:after,.x-toolbar .x-button.x-button-action.x-button-forward:after,.x-button.x-button-action-round,.x-button.x-button-action-round.x-button-back:after,.x-button.x-button-action-round.x-button-forward:after,.x-toolbar .x-button.x-button-action-round,.x-toolbar .x-button.x-button-action-round.x-button-back:after,.x-toolbar .x-button.x-button-action-round.x-button-forward:after,.x-button.x-button-action-small,.x-button.x-button-action-small.x-button-back:after,.x-button.x-button-action-small.x-button-forward:after,.x-toolbar .x-button.x-button-action-small,.x-toolbar .x-button.x-button-action-small.x-button-back:after,.x-toolbar .x-button.x-button-action-small.x-button-forward:after{background-color:#0066ff}.x-button.x-button-action .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-action .x-button-icon.x-icon-mask,.x-button.x-button-action-round .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-action-round .x-button-icon.x-icon-mask,.x-button.x-button-action-small .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-action-small .x-button-icon.x-icon-mask{background-color:white}.x-button.x-button-action.x-button-pressed,.x-button.x-button-action.x-button-pressed:after,.x-button.x-button-action.x-button-active,.x-button.x-button-action.x-button-active:after,.x-toolbar .x-button.x-button-action.x-button-pressed,.x-toolbar .x-button.x-button-action.x-button-pressed:after,.x-toolbar .x-button.x-button-action.x-button-active,.x-toolbar .x-button.x-button-action.x-button-active:after,.x-button.x-button-action-round.x-button-pressed,.x-button.x-button-action-round.x-button-pressed:after,.x-button.x-button-action-round.x-button-active,.x-button.x-button-action-round.x-button-active:after,.x-toolbar .x-button.x-button-action-round.x-button-pressed,.x-toolbar .x-button.x-button-action-round.x-button-pressed:after,.x-toolbar .x-button.x-button-action-round.x-button-active,.x-toolbar .x-button.x-button-action-round.x-button-active:after,.x-button.x-button-action-small.x-button-pressed,.x-button.x-button-action-small.x-button-pressed:after,.x-button.x-button-action-small.x-button-active,.x-button.x-button-action-small.x-button-active:after,.x-toolbar .x-button.x-button-action-small.x-button-pressed,.x-toolbar .x-button.x-button-action-small.x-button-pressed:after,.x-toolbar .x-button.x-button-action-small.x-button-active,.x-toolbar .x-button.x-button-action-small.x-button-active:after{background-color:#0058db}.x-button.x-button-confirm,.x-toolbar .x-button.x-button-confirm,.x-button.x-button-confirm-round,.x-toolbar .x-button.x-button-confirm-round,.x-button.x-button-confirm-small,.x-toolbar .x-button.x-button-confirm-small{border:0.1em solid #263501;border-top-color:#374e02;color:white}.x-button.x-button-confirm.x-button-back:before,.x-button.x-button-confirm.x-button-forward:before,.x-toolbar .x-button.x-button-confirm.x-button-back:before,.x-toolbar .x-button.x-button-confirm.x-button-forward:before,.x-button.x-button-confirm-round.x-button-back:before,.x-button.x-button-confirm-round.x-button-forward:before,.x-toolbar .x-button.x-button-confirm-round.x-button-back:before,.x-toolbar .x-button.x-button-confirm-round.x-button-forward:before,.x-button.x-button-confirm-small.x-button-back:before,.x-button.x-button-confirm-small.x-button-forward:before,.x-toolbar .x-button.x-button-confirm-small.x-button-back:before,.x-toolbar .x-button.x-button-confirm-small.x-button-forward:before{background:#263501}.x-button.x-button-confirm,.x-button.x-button-confirm.x-button-back:after,.x-button.x-button-confirm.x-button-forward:after,.x-toolbar .x-button.x-button-confirm,.x-toolbar .x-button.x-button-confirm.x-button-back:after,.x-toolbar .x-button.x-button-confirm.x-button-forward:after,.x-button.x-button-confirm-round,.x-button.x-button-confirm-round.x-button-back:after,.x-button.x-button-confirm-round.x-button-forward:after,.x-toolbar .x-button.x-button-confirm-round,.x-toolbar .x-button.x-button-confirm-round.x-button-back:after,.x-toolbar .x-button.x-button-confirm-round.x-button-forward:after,.x-button.x-button-confirm-small,.x-button.x-button-confirm-small.x-button-back:after,.x-button.x-button-confirm-small.x-button-forward:after,.x-toolbar .x-button.x-button-confirm-small,.x-toolbar .x-button.x-button-confirm-small.x-button-back:after,.x-toolbar .x-button.x-button-confirm-small.x-button-forward:after{background-color:#6c9804}.x-button.x-button-confirm .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-confirm .x-button-icon.x-icon-mask,.x-button.x-button-confirm-round .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-confirm-round .x-button-icon.x-icon-mask,.x-button.x-button-confirm-small .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-confirm-small .x-button-icon.x-icon-mask{background-color:white}.x-button.x-button-confirm.x-button-pressed,.x-button.x-button-confirm.x-button-pressed:after,.x-button.x-button-confirm.x-button-active,.x-button.x-button-confirm.x-button-active:after,.x-toolbar .x-button.x-button-confirm.x-button-pressed,.x-toolbar .x-button.x-button-confirm.x-button-pressed:after,.x-toolbar .x-button.x-button-confirm.x-button-active,.x-toolbar .x-button.x-button-confirm.x-button-active:after,.x-button.x-button-confirm-round.x-button-pressed,.x-button.x-button-confirm-round.x-button-pressed:after,.x-button.x-button-confirm-round.x-button-active,.x-button.x-button-confirm-round.x-button-active:after,.x-toolbar .x-button.x-button-confirm-round.x-button-pressed,.x-toolbar .x-button.x-button-confirm-round.x-button-pressed:after,.x-toolbar .x-button.x-button-confirm-round.x-button-active,.x-toolbar .x-button.x-button-confirm-round.x-button-active:after,.x-button.x-button-confirm-small.x-button-pressed,.x-button.x-button-confirm-small.x-button-pressed:after,.x-button.x-button-confirm-small.x-button-active,.x-button.x-button-confirm-small.x-button-active:after,.x-toolbar .x-button.x-button-confirm-small.x-button-pressed,.x-toolbar .x-button.x-button-confirm-small.x-button-pressed:after,.x-toolbar .x-button.x-button-confirm-small.x-button-active,.x-toolbar .x-button.x-button-confirm-small.x-button-active:after{background-color:#547503}.x-button.x-button-decline,.x-toolbar .x-button.x-button-decline,.x-button.x-button-decline-round,.x-toolbar .x-button.x-button-decline-round,.x-button.x-button-decline-small,.x-toolbar .x-button.x-button-decline-small{border:0.1em solid #630303;border-top-color:#7c0303;color:white}.x-button.x-button-decline.x-button-back:before,.x-button.x-button-decline.x-button-forward:before,.x-toolbar .x-button.x-button-decline.x-button-back:before,.x-toolbar .x-button.x-button-decline.x-button-forward:before,.x-button.x-button-decline-round.x-button-back:before,.x-button.x-button-decline-round.x-button-forward:before,.x-toolbar .x-button.x-button-decline-round.x-button-back:before,.x-toolbar .x-button.x-button-decline-round.x-button-forward:before,.x-button.x-button-decline-small.x-button-back:before,.x-button.x-button-decline-small.x-button-forward:before,.x-toolbar .x-button.x-button-decline-small.x-button-back:before,.x-toolbar .x-button.x-button-decline-small.x-button-forward:before{background:#630303}.x-button.x-button-decline,.x-button.x-button-decline.x-button-back:after,.x-button.x-button-decline.x-button-forward:after,.x-toolbar .x-button.x-button-decline,.x-toolbar .x-button.x-button-decline.x-button-back:after,.x-toolbar .x-button.x-button-decline.x-button-forward:after,.x-button.x-button-decline-round,.x-button.x-button-decline-round.x-button-back:after,.x-button.x-button-decline-round.x-button-forward:after,.x-toolbar .x-button.x-button-decline-round,.x-toolbar .x-button.x-button-decline-round.x-button-back:after,.x-toolbar .x-button.x-button-decline-round.x-button-forward:after,.x-button.x-button-decline-small,.x-button.x-button-decline-small.x-button-back:after,.x-button.x-button-decline-small.x-button-forward:after,.x-toolbar .x-button.x-button-decline-small,.x-toolbar .x-button.x-button-decline-small.x-button-back:after,.x-toolbar .x-button.x-button-decline-small.x-button-forward:after{background-color:#c70505}.x-button.x-button-decline .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-decline .x-button-icon.x-icon-mask,.x-button.x-button-decline-round .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-decline-round .x-button-icon.x-icon-mask,.x-button.x-button-decline-small .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-decline-small .x-button-icon.x-icon-mask{background-color:white}.x-button.x-button-decline.x-button-pressed,.x-button.x-button-decline.x-button-pressed:after,.x-button.x-button-decline.x-button-active,.x-button.x-button-decline.x-button-active:after,.x-toolbar .x-button.x-button-decline.x-button-pressed,.x-toolbar .x-button.x-button-decline.x-button-pressed:after,.x-toolbar .x-button.x-button-decline.x-button-active,.x-toolbar .x-button.x-button-decline.x-button-active:after,.x-button.x-button-decline-round.x-button-pressed,.x-button.x-button-decline-round.x-button-pressed:after,.x-button.x-button-decline-round.x-button-active,.x-button.x-button-decline-round.x-button-active:after,.x-toolbar .x-button.x-button-decline-round.x-button-pressed,.x-toolbar .x-button.x-button-decline-round.x-button-pressed:after,.x-toolbar .x-button.x-button-decline-round.x-button-active,.x-toolbar .x-button.x-button-decline-round.x-button-active:after,.x-button.x-button-decline-small.x-button-pressed,.x-button.x-button-decline-small.x-button-pressed:after,.x-button.x-button-decline-small.x-button-active,.x-button.x-button-decline-small.x-button-active:after,.x-toolbar .x-button.x-button-decline-small.x-button-pressed,.x-toolbar .x-button.x-button-decline-small.x-button-pressed:after,.x-toolbar .x-button.x-button-decline-small.x-button-active,.x-toolbar .x-button.x-button-decline-small.x-button-active:after{background-color:#a40404}.x-sheet{padding:0.7em;border-top:1px solid black;height:auto;background-color:rgba(0, 0, 0, 0.9);-webkit-border-radius:0;border-radius:0}.x-sheet-inner > .x-button{margin-bottom:0.5em}.x-sheet-inner > .x-button:last-child{margin-bottom:0}.x-sheet.x-picker{padding:0;z-index:110 !important}.x-sheet.x-picker .x-sheet-inner{position:relative;background-color:#fff;-webkit-background-clip:padding;background-clip:padding-box;overflow:hidden;margin:0.7em}.x-sheet.x-picker .x-sheet-inner .x-picker-slot .x-body{border-left:1px solid #999999;border-right:1px solid #ACACAC}.x-sheet.x-picker .x-sheet-inner .x-picker-slot:first-child .x-body{border-left:0}.x-sheet.x-picker .x-sheet-inner .x-picker-slot:last-child .x-body{border-right:0}.x-picker-slot .x-scroll-view{z-index:2;position:relative}.x-picker-slot .x-scroll-view:first-child{-webkit-box-shadow:none}.x-picker-mask{position:absolute;top:0;left:0;right:0;bottom:0;z-index:3;display:-webkit-box;display:box;-webkit-box-align:stretch;box-align:stretch;-webkit-box-orient:vertical;box-orient:vertical;-webkit-box-pack:center;box-pack:center;pointer-events:none}.x-picker-bar{border-top:0.12em solid #0066ff;border-bottom:0.12em solid #0066ff;height:2.5em;background-color:rgba(13, 105, 242, 0.3)}.x-picker-slot-title{position:relative;z-index:2;background-color:#3d4c5b;border-top:1px solid #3d4c5b;border-bottom:1px solid #14191e;-webkit-box-shadow:0px 0.1em 0.3em rgba(0, 0, 0, 0.3);padding:0.2em 1.02em}.x-picker-slot-title > div{font-weight:bold;font-size:0.8em;color:black}.x-picker-slot .x-dataview-inner{width:100%}.x-picker-slot .x-dataview-item{vertical-align:middle;height:2.5em;line-height:2.5em;font-weight:bold;padding:0 10px}.x-picker-slot .x-picker-item{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.x-picker-right{text-align:right}.x-picker-center{text-align:center}.x-picker-left{text-align:left}.x-tabbar.x-docked-top{border-bottom:.1em solid;height:2.6em;padding:0 .8em}.x-tabbar.x-docked-top .x-tab{padding:0.4em 0.8em;height:1.8em}.x-tabbar.x-docked-top .x-button-label,.x-tabbar.x-docked-top .x-hasbadge .x-badge,.x-hasbadge .x-tabbar.x-docked-top .x-badge{font-size:.8em;line-height:1.2em;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}.x-tabbar.x-docked-bottom{border-top:.1em solid;height:3em;padding:0}.x-tabbar.x-docked-bottom .x-tab{min-width:3.3em;position:relative;padding-top:.2em}.x-tabbar.x-docked-bottom .x-tab .x-button-icon{-webkit-mask-size:1.65em;width:1.65em;height:1.65em;display:block;margin:0 auto;position:relative}.x-tabbar.x-docked-bottom .x-tab .x-button-label,.x-tabbar.x-docked-bottom .x-tab .x-hasbadge .x-badge,.x-hasbadge .x-tabbar.x-docked-bottom .x-tab .x-badge{margin:0;padding:.1em 0 .2em 0;font-size:9px;line-height:12px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}.x-tab .x-button-icon.bookmarks,.x-button .x-button-icon.x-icon-mask.bookmarks{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.download,.x-button .x-button-icon.x-icon-mask.download{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.favorites,.x-button .x-button-icon.x-icon-mask.favorites{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFfUlEQVRoBd2aXahVRRTHz/Ujv+2mZRGZB7W6mtpFikC7+UWUZiqBD0JPFdRL1EMFPfjoU4baS0FUD/UWZBEVShA+BCpmWApRSkgllNpDmZWZt9//eOay72afvWfWOTPn3rvgz8yeWbPW+s/XmT379AwODtZSSQ+CryVgA/gVfIx/pelEhFMBVlvBOaBeFo6Cean8y09KsnMg932TqCOs9M2UhMfhMJVsxtHcAmcbmekLCsqjFKUkvAYG1xSwmEHZqoLyKEVJCDOCNxH9HUCbVl6mULAuXxjrOQlhgl8Bbi0h0Uen3FBS37GqVIQHiHh2SdR16jTlo0t0woycpuxiUDSdHcFeMv3uIWYanTDB3wIWVZBQHP10zuQKvbarUxDWT1HRz1E++Ds99fLtgp6jEmbExhPNcs+IbkZPiCpRCRP5TPCQJ4MJ6A3QSUqjSWzC2ozuC4j+fnSnB+gHq8YmvJKIJgVEpRPX9QH6waqxCa8PjEhHT981H2j6qno0wqzF63BhOUxsom3Zb7aJqGsUjTAONFJlpysXQz7VuXpavrBTzzEJaz1adlzNjHs6RTBvJyZhjZTF/kTaWZZCnlvhsyWgQkPZQpagzsX1bFlAXjGtDdAPUu1p3PPQhCCXkdwG/mta0PWLds060AuAnqtEOjpdbQR3VymX1P9F3UfgGJA9X9F92c/ADaQ2P8V0DJ4/kDbeYKaSvgI2AN0+OGJK1VAbSIhTOXEOybYll2kte77yD4rqrHyb85S9Cl4HtReAyI11/A7HpRq5PSD6oR0f3Rad+H7S1DvV7UgS+tc1cU3n3V/AWJ/SX8BxVuMinow2rNNjlPQVeH0GFg378kDBfLAPXARjZbTPwmUXmOG+bgz71EKFfqKeAUWfREZbJxyCxyOOqEuHER4qrNUWovwy0CFktBHV4eNZMNvxyaaFhKWAaBt/HJwEo4W0luSKLMF8viVhp4iBeeBd8CcYqcQ1qi+CKS7uVmklYdcQY0+C42Ckkf6EmO51cVal3oRlCFkCdKgfCWtbo7obDO3AVWQbHHyUsjo40E6uq9cvQbdG+wN892fj8s0HjXDWKA51/t4JUo72H/jTDtybjSUkbyYsJ0gdfAtSjfTn+JoWQjCv2+57a4M1QaQSvZvrMsIs7RJejGcdUlLJUhzpZsYsZsJcCen6ZwCE3IaYA2021OfUdU3fJltmwni7Fvh+KDMF16KR3ux0lWuSdgjPxeNdJq/tNdKNqJaSSUyEmVK6JNPomtqbIh3eSKNsEmvAarfJ5LEzjbbR59MtpqyEb8eZjpndkhtxvNri3Er4YZxpx+yW6Jdhi8V5MOHm+n0QZ9afo0u0fQO8A5S3iPaQ1cTSG9w4f/SqesZBH/gRWI6T+gyyxfkgvw2cMdrS+/lTzpZvGnyWxsnTwHLRd4R2a/OBqQyoztKBe/P2qp6DCBOUptKHhuA+pU1fq2Co0/F0L9CVaghxXTbWW9ktKg8lrFfCrwODeh/9wgu1bEDo6OT2Fvgb+JLWq+nQEsnaa5UPJbwKBxc8A9KXPG1O3u+u6E4F24GvD3XMDjCxFcF8uTdhjGpHfwn49L42lCeAdyDZwGi3HpwAPr6+Q29htn1ZPoSwfuz3ewShXVcBNz62lzkvq6O9DjZHgQ9p72kdQljvob9VBPAN9Q+UEQmpw5b+Sf8e0FotI/4a9ZN8bIcQXlnh9AD1y3ychuhgU0tpJyhb14epn+ljN+Sk9S9G1ct50d8SdgF9x9EO3lHB5hXwPEYfA8dbGD9LuWZBtfj0inSQWUDTKzu1dAB5Dkz2tdOOHn70LvwVyMag/FYwzse295Rukq5j+G1wEOib66PAy5FPMD46+NPmqTV7CpwGGvkJPm2l8z8GWDNDloqpGQAAAABJRU5ErkJggg==')}.x-tab .x-button-icon.info,.x-button .x-button-icon.x-icon-mask.info{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.more,.x-button .x-button-icon.x-icon-mask.more{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAADJ0lEQVRoBe2YS2sUQRSFp5MgvmLU+CAMiBJFDBHcCeoPEFciuHMjroMK4lZBcONG0JW60U1UEgRx59IXuNMoKEElKL7GRwyIqNHxO0N66FT3UNU9IHRNFXz0VNW5t+vW6RcT1ev1Sie1rk4qVrWGgn13PDgcHPZsB8Il7ZmhqXKCw6kt8WwgOOyZoalygsOpLfFsIDjsmaGpcoLDqS3xbCA47JmhqXKCw6kt8Wyg6XAURV2wEy7BM5iFtzAKu2BB0dqJ7YEtcBYmQblfwzjshUVt5O4mfhjOwwQodw3GYA8snpd77n9pFXMYvoP+qDaZZewcVKXPAzE64Qn4CmZe9f/AFSiSu4e4IzANrXJfZ24gXjO/KxEcg9+QFZQcU/CSONh2RKsraMQhr85xE/psOeN5tCr2APyA5Bqzfl9D06tYtX3wC7KE5pg2ZX98UtsR7XZo5ayZW/1DENnyzi18CO1nyMqTNXYcrTapcitHkBLJiZW2RaGRuxcg6+Stxu6i73fI3Y3uZM7cU+hXQeVvzsBP6Dc5LupxztzaiEGH3AvR3S+Qe4dc0D2cp/Uj1oPI1pR7g030n+erWlTe9pMA3cu2Jre+2ERtzBdZe01BL3Ke9Al6vQZsTbfKQ5vImH9PXxtqa3qVPbWJjHk94J6r4DPGhK17A8EHm4j7UAWP2nTG/GX6NWMs1SW3rrCroLeLaxtDqDdG4368zbHVkzM5Polus+2hEs+j7YNxx9zv0FkfhoncvegvOuZ+iW6rYhtfTXTWgV7OyeLM3w+Y3xaf0PVIzAqwFf0IzW7XnLGOmLUg58y1JvsTzA83Y5o/eLcyMQISJAN0z56G9bE275HYNXAU7kAy9xv6p2Bj3pyxntjVcBDuQTL3FH19Dg/FWh0bXzUMNhsf23JkOQzCK9B1P4NY39OFG3kjgpeB8g/AR/gG0+3mJkeF9Lp9lkIVZkDfC1r3vPs8VTAir1uRd1mpNyQUXGr7HBYfHHbYpFJLgsOlts9h8cFhh00qtSQ4XGr7HBYfHHbYpFJLgsOlts9h8cFhh00qtSQ4XGr7HBYfHHbYpFJLOs7hf5j4Vg3iLoGkAAAAAElFTkSuQmCC')}.x-tab .x-button-icon.time,.x-button .x-button-icon.x-icon-mask.time{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.user,.x-button .x-button-icon.x-icon-mask.user{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAEWElEQVRoBe2aS0gVYRiGO1lmF8nQQlETutGFokAiqEV0ISKwgmrdMtzUpnW7drWKbFGbQAKpJIhuUGIUFUkW0T1Jq4V2U4ui7GLPexpDD+ecuX1jHqcPHseZ+f9vvnf++e8n0d/fPyZONjZOYqU1doLHRV3CiURCz5gMxTANJsJg+8XJJ+iBt9BHNdO1SCwRZR1GbAFRl8F8WAFLoRwGLME/ffAM7kETvIYPxPWDo7lFIhiheURaCVtgBywHXXOzbhJcggZoRvR7twy+76uELSEAtQsqySPwGdQN+KWDPHuh2DI2+TIVm3T455M9G0Bk6ktRvd4NBZaiTQUT3AQnSNW/VAFBzl/iZw0kq56FcOtuaQHB7QIv9ZVkrqZ2YA9Mck3pMYGZYKeh2sBz1SJb2mqcmfk0E0xQ6l9rwNoKcWjm11JwEYFVW6t1/K218mspeB5B5VsFluKnIuU88Kml4PGBo3DPqBGZiVkKNgvKRFkGJ5aCv2Z4xoi6bCm4DWUaXERhZhMJS8FfolDq+DSbRFgKjrIOa8poYpaCTQKK2sl/wSHfcFSNlll1sSzhn7ys3pAvLFP275lu+L1uKVhBPfYbgMf0zz2mc01mKfgbT7vi+kT/CeT3sv9s6XNYCtbg4CJ0pX9U4Kv3yXk3cO6UjGaCWX5Rg/UArqY8I8yp1qdPQ08YJ4Pzmgl2nCqwc2DVyKjunuddqkE0MVPBBKYSuQ7tJtEhFj9apDczU8FOVB0ctZiuHYUw9obMjbxErW2bmblgApTQengVIkq1B83QEsJH2qzmgp2n3ObYCEGndZ3krbcuXcUWiWACldCjoA0yv6a8J6HJb0Yv6SMRrAcj+gmHA+B3aneDPHXk/8jR3LR3a2rOfnAlTmfDVPDb6Khrq8bPDI5PoRPxZpMSk+1SgtOKpTa8l8BC0JaLmAkloA1xr/aOhJqEtINGWeqW7jjHXrQHbRdw4WxSJf8L8Aeh2m1QaWoBfiUsA61PTwGtUYeZ1qlP1zhan3YraBSnz/0mdAUVHqiEESoxKs0a2AxloJIMI5DsWU0vQH2z2oZToAnFI7+fu2/BiF3PgzbCKqgC1bXhNH3S6rba4BocR7TquifzLBih5XjcCSrROaAGKbJWHt9uJuGq67fgAki4zrNaVsGIzCP3dNgE20B1VJ+uro8UUz3Xr39UvxugCeEZl3UzCkZsBZn1+W6HRaB6qtZ4pJp2PtTna+58DFoR3sVxqHFxyM8euFsIW6EeXoDeoPrBXEEbAlpqqoN1kD9YY6rYxSQ4DGoE9KOSXBGZLk4NYB7CfigZEP1XMBfVEJ0BJUznIFevaSBzEEolOimYkyo4AfocclVYtrjViB0C9SzJEdE+jrn+CWcTrHvdUKuRUSm0gPrZ0W7tGjjMhTiIVWFWSbAGEnGxhAT/y+HhsL9oiVWFjo3FqnRVqrETrG5pFmiSEAuTYC3TFMVCLSIzTg9H6wuIXR2OneDfMJq1NmzzbS8AAAAASUVORK5CYII=')}.x-tab .x-button-icon.team,.x-button .x-button-icon.x-icon-mask.team{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFI0lEQVRoBe2ZSYgdVRSG+yUmnagRQYU4NbZKNLYKWTgg4gQOaDYqJIIGl4LixhBwoy50LSIiulEjCkpAUBBRURpdGceFMQ7YtgkOJE4xTjGa9vuedUl1Vd2qevSrFqvrwJ97695zzj3/PXd6nd7MzMzIQpJFC4msXDvCbc94l+Euwy2bgW5JtyyhOTpdhnNT0rKGLsMtS2iOTpfh3JS0rOGQ+eLT6/VWMNYJ4NjUmN9T/xLs4WfqvPxO7TU9DkTdNmvBbeAskJ7kv/n+AjwKXiSW7yibFQk3BSIPZHdTl5xZzML238DDYFlTsQS/jZF1AGQ1mAZZkkXfe9FbGwJrqmz6lL4cEmOgjhyO0jq2gGVj0hhhAl9M1FeB3gDRn4Pu/5NwQnJ0ALKqrgKHDmgzkHpjGR4oioPKP1H96+Dn8GvpKyLqneV5Lp0XgnHggTMFJjlYPqAcpnyLsz/LHBLL0fRfCzwbvNN3gLeI5WXKaik7DbF2/20A28HPYF+CPZQfg9tj9vS5h18DRSdyrO0j9FeW+PQenwTe138AJ+d34OPFa215zDa0l15LOLgamM0DIBukbQ60JjhLl7RL+HWQtSv7jhLGz1FgM3DJZ30Yy69gYzqGonrVHr4eJ+OgB7Ji2xi4lGUW8+PsD0vOwNGNwInMirF42K0nlmXZzvR3LNARDN3fx6WVI3VJF50Fzvr7EZtY8zQdLtUiOYXGIrJpXUmvTDdk61HCKEqiagD9SSwnLCeX3RYwSJafRd/zoUj2FzVm2hyzMJ6gV0Y46Myl/BzjeqfnyMg36G5NJqpoTPvnLGWEnS0f9lVStL/7NgT/C5XNoHTW6XesV4En/1wlGo+Oo4QJ1ivoxxqju+fKCG2lf1uFH7P3eEl2K8xndRt3VKKEE4sPKWOHiCreg28TaPR1RN/X6GwEO0GReJ3cg95kUWeqzT8W6KtMpujcVaZQRfgFjL8qcbCDvndi/Zz0h4Hr6L8JHBHRW0L7DejdAU6K6Nj8CfBQi4mH4xYmrmy1sXlK/gCAAyfkQaAT91kWj9HW/6tJ8MO3NmeC+4CHlqdu1q7o25Xk5Hqynw+WBp+hpO1K4JItsnfr5GyCbSirCHstnQpcKulBXMK+o1frCPGgWAomwL2gLsm0z3S9ny38XARWgEXJOI7xNMiS9ns9MN5ZCQhEQ1lIGCOXmZf4ZeAW8C4IAblv3wBXAIn6sjkZ3Arc80FvGKW/nu4H/nhZDiR0IngI+LYPY3i43gWuAeNgFBQSn0UYJZejRH3CPQ8cMDi19Jp6AviuVfd48ADwRZXWG3Z9J/6fApeAJUm2TYRE02OZjPfA3WAM9HVDdvt2iXHI1HkoPQd2g7SjUHef+NyU7AXgFRD65qOcZrybQXgFmtUDIDu2xE3CBuCWWBxIU+8vk9MozdQukDUO3x4qm5IJOp36ZyW6waaJci/jrkviWEV9qiQOdd8Ebr/+T0fKkYvBp6AqOB2fnQz0SA39Kn9z6Z9mfPeze/UlUOXrB3Q2AW36a77KwP7tYCwh7Mupjk1TOmZuNInlyZqxuN8n3ItrQF1xryvRl9W/3Y3/60QGCTGF71h5JB0Tbn7vsDqyP6Vkva5dymxoVQ+lIE6+3+lJCH3Zcp+E78y2Fny7Evw7kstC8YA7BtQZRP1hiwTDKnuGun8aSiekaDxXwrbG/zOtaOT/ss3MLSjpCLc93V2Guwy3bAa6Jd2yhObodBnOTUnLGroMtyyhOTpdhnNT0rKGfwD3f6JVZi/xSQAAAABJRU5ErkJggg==')}.x-tabbar-light{background-color:#4c4c4c;border-color:#3f3f3f}.x-tabbar-light .x-tab{color:#b2b2b2}.x-tabbar-light .x-tab-active{color:white}.x-tabbar-light .x-tab-pressed{color:white}.x-tabbar-light.x-docked-bottom .x-tab .x-button-icon{background-color:#7f7f7f}.x-tabbar-light.x-docked-bottom .x-tab-active{background-color:#595959}.x-tabbar-light.x-docked-bottom .x-tab-active .x-button-icon{background-color:#0066ff}.x-tabbar-light.x-docked-top .x-tab-active{background-color:#3f3f3f;color:white}.x-tabbar-dark{background-color:#0b0c0d;border-color:black}.x-tabbar-dark .x-tab{color:#67727d}.x-tabbar-dark .x-tab-active{color:#f0f2f3}.x-tabbar-dark .x-tab-pressed{color:white}.x-tabbar-dark.x-docked-bottom .x-tab .x-button-icon{background-color:#393f45}.x-tabbar-dark.x-docked-bottom .x-tab-active{background-color:#16191b}.x-tabbar-dark.x-docked-bottom .x-tab-active .x-button-icon{background-color:#99c2ff}.x-tabbar-dark.x-docked-top .x-tab-active{background-color:black;color:white}.x-tab.x-item-disabled span.x-button-label,.x-tab.x-item-disabled .x-hasbadge span.x-badge,.x-hasbadge .x-tab.x-item-disabled span.x-badge,.x-tab.x-item-disabled .x-button-icon{opacity:.5}.x-tab.x-draggable{opacity:.7}.x-tab{overflow:visible !important}.x-toolbar{height:2.6em;padding:0 0.2em;overflow:hidden;position:relative}.x-toolbar > *{z-index:1}.x-toolbar.x-docked-top{border-bottom:.1em solid}.x-toolbar.x-docked-bottom{border-top:.1em solid}.x-title{line-height:2.1em;font-size:1.2em;text-align:center;font-weight:bold;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0 0.3em}.x-toolbar-dark{background-color:#222629;border-color:black}.x-toolbar-dark .x-title{color:white}.x-toolbar-dark .x-button,.x-toolbar .x-toolbar-dark .x-button,.x-toolbar-dark .x-field-select,.x-toolbar .x-toolbar-dark .x-field-select{border:0.1em solid black;border-top-color:black;color:white}.x-toolbar-dark .x-button.x-button-back:before,.x-toolbar-dark .x-button.x-button-forward:before,.x-toolbar .x-toolbar-dark .x-button.x-button-back:before,.x-toolbar .x-toolbar-dark .x-button.x-button-forward:before,.x-toolbar-dark .x-field-select.x-button-back:before,.x-toolbar-dark .x-field-select.x-button-forward:before,.x-toolbar .x-toolbar-dark .x-field-select.x-button-back:before,.x-toolbar .x-toolbar-dark .x-field-select.x-button-forward:before{background:black}.x-toolbar-dark .x-button,.x-toolbar-dark .x-button.x-button-back:after,.x-toolbar-dark .x-button.x-button-forward:after,.x-toolbar .x-toolbar-dark .x-button,.x-toolbar .x-toolbar-dark .x-button.x-button-back:after,.x-toolbar .x-toolbar-dark .x-button.x-button-forward:after,.x-toolbar-dark .x-field-select,.x-toolbar-dark .x-field-select.x-button-back:after,.x-toolbar-dark .x-field-select.x-button-forward:after,.x-toolbar .x-toolbar-dark .x-field-select,.x-toolbar .x-toolbar-dark .x-field-select.x-button-back:after,.x-toolbar .x-toolbar-dark .x-field-select.x-button-forward:after{background-color:#0b0c0d}.x-toolbar-dark .x-button .x-button-icon.x-icon-mask,.x-toolbar .x-toolbar-dark .x-button .x-button-icon.x-icon-mask,.x-toolbar-dark .x-field-select .x-button-icon.x-icon-mask,.x-toolbar .x-toolbar-dark .x-field-select .x-button-icon.x-icon-mask{background-color:white}.x-toolbar-dark .x-button.x-button-pressed,.x-toolbar-dark .x-button.x-button-pressed:after,.x-toolbar-dark .x-button.x-button-active,.x-toolbar-dark .x-button.x-button-active:after,.x-toolbar .x-toolbar-dark .x-button.x-button-pressed,.x-toolbar .x-toolbar-dark .x-button.x-button-pressed:after,.x-toolbar .x-toolbar-dark .x-button.x-button-active,.x-toolbar .x-toolbar-dark .x-button.x-button-active:after,.x-toolbar-dark .x-field-select.x-button-pressed,.x-toolbar-dark .x-field-select.x-button-pressed:after,.x-toolbar-dark .x-field-select.x-button-active,.x-toolbar-dark .x-field-select.x-button-active:after,.x-toolbar .x-toolbar-dark .x-field-select.x-button-pressed,.x-toolbar .x-toolbar-dark .x-field-select.x-button-pressed:after,.x-toolbar .x-toolbar-dark .x-field-select.x-button-active,.x-toolbar .x-toolbar-dark .x-field-select.x-button-active:after{background-color:black}.x-toolbar-light{background-color:#393f45;border-color:black}.x-toolbar-light .x-title{color:white}.x-toolbar-light .x-button,.x-toolbar .x-toolbar-light .x-button,.x-toolbar-light .x-field-select,.x-toolbar .x-toolbar-light .x-field-select{border:0.1em solid black;border-top-color:black;color:white}.x-toolbar-light .x-button.x-button-back:before,.x-toolbar-light .x-button.x-button-forward:before,.x-toolbar .x-toolbar-light .x-button.x-button-back:before,.x-toolbar .x-toolbar-light .x-button.x-button-forward:before,.x-toolbar-light .x-field-select.x-button-back:before,.x-toolbar-light .x-field-select.x-button-forward:before,.x-toolbar .x-toolbar-light .x-field-select.x-button-back:before,.x-toolbar .x-toolbar-light .x-field-select.x-button-forward:before{background:black}.x-toolbar-light .x-button,.x-toolbar-light .x-button.x-button-back:after,.x-toolbar-light .x-button.x-button-forward:after,.x-toolbar .x-toolbar-light .x-button,.x-toolbar .x-toolbar-light .x-button.x-button-back:after,.x-toolbar .x-toolbar-light .x-button.x-button-forward:after,.x-toolbar-light .x-field-select,.x-toolbar-light .x-field-select.x-button-back:after,.x-toolbar-light .x-field-select.x-button-forward:after,.x-toolbar .x-toolbar-light .x-field-select,.x-toolbar .x-toolbar-light .x-field-select.x-button-back:after,.x-toolbar .x-toolbar-light .x-field-select.x-button-forward:after{background-color:#222629}.x-toolbar-light .x-button .x-button-icon.x-icon-mask,.x-toolbar .x-toolbar-light .x-button .x-button-icon.x-icon-mask,.x-toolbar-light .x-field-select .x-button-icon.x-icon-mask,.x-toolbar .x-toolbar-light .x-field-select .x-button-icon.x-icon-mask{background-color:white}.x-toolbar-light .x-button.x-button-pressed,.x-toolbar-light .x-button.x-button-pressed:after,.x-toolbar-light .x-button.x-button-active,.x-toolbar-light .x-button.x-button-active:after,.x-toolbar .x-toolbar-light .x-button.x-button-pressed,.x-toolbar .x-toolbar-light .x-button.x-button-pressed:after,.x-toolbar .x-toolbar-light .x-button.x-button-active,.x-toolbar .x-toolbar-light .x-button.x-button-active:after,.x-toolbar-light .x-field-select.x-button-pressed,.x-toolbar-light .x-field-select.x-button-pressed:after,.x-toolbar-light .x-field-select.x-button-active,.x-toolbar-light .x-field-select.x-button-active:after,.x-toolbar .x-toolbar-light .x-field-select.x-button-pressed,.x-toolbar .x-toolbar-light .x-field-select.x-button-pressed:after,.x-toolbar .x-toolbar-light .x-field-select.x-button-active,.x-toolbar .x-toolbar-light .x-field-select.x-button-active:after{background-color:#121416}.x-desktop .x-toolbar .x-input-search{padding-left:1.06em}.x-toolbar .x-field{width:13em;margin:.5em;min-height:0;background-color:white}.x-toolbar .x-field .x-field-clear-container{min-height:0;background-color:transparent}.x-toolbar .x-field .x-field-clear-container .x-field-clear{font-size:.8em;line-height:0.8em}.x-toolbar .x-field{border-bottom:0}.x-toolbar .x-input-text,.x-toolbar .x-input-search,.x-toolbar .x-input-number{height:1.5em;color:#6e6e6e;background:transparent;min-height:0;line-height:1.3em;-webkit-appearance:none;padding:0em .3em;margin:0}.x-toolbar .x-input-text:focus,.x-toolbar .x-input-search:focus,.x-toolbar .x-input-number:focus{color:black}.x-toolbar .x-input-search{background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.6))), url('data:image/png;base64,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');-webkit-background-size:.83em .83em, .83em .83em;background-repeat:no-repeat;background-position:.5em 50%;padding-left:1.67em}.x-toolbar .x-field-select{-webkit-box-shadow:none}.x-toolbar .x-field-select:after{top:-0.5em;right:-0.5em}.x-toolbar .x-field-select:before{width:3em;border-left:none;background:transparent;width:0.5em !important}.x-toolbar .x-field-select .x-input-text{color:#fff}.x-carousel{position:relative;overflow:hidden}.x-carousel-item{position:absolute;width:100%;height:100%}.x-carousel-indicator{padding:0;-webkit-border-radius:0;border-radius:0;-webkit-box-shadow:none;background-color:transparent;background-image:none}.x-carousel-indicator{-webkit-box-flex:1;display:-webkit-box;display:box;-webkit-box-pack:center;box-pack:center;-webkit-box-align:center;box-align:center}.x-carousel-indicator span{display:block;width:0.5em;height:0.5em;margin:0.2em}.x-carousel-indicator-horizontal{height:1.5em;width:100%}.x-carousel-indicator-vertical{-webkit-box-orient:vertical;box-orient:vertical;width:1.5em;height:100%}.x-carousel-indicator-light span{background-color:rgba(255, 255, 255, 0.1)}.x-carousel-indicator-light span.x-carousel-indicator-active{background-color:rgba(255, 255, 255, 0.3)}.x-carousel-indicator-dark span{background-color:rgba(0, 0, 0, 0.1)}.x-carousel-indicator-dark span.x-carousel-indicator-active{background-color:rgba(0, 0, 0, 0.3)}.x-indexbar-wrapper{-webkit-box-pack:end !important;box-pack:end !important;pointer-events:none}.x-indexbar-vertical{width:1.1em;-webkit-box-orient:vertical;box-orient:vertical;margin-right:8px}.x-indexbar-horizontal{height:1.1em;-webkit-box-orient:horizontal;box-orient:horizontal;margin-bottom:8px}.x-indexbar{pointer-events:auto;z-index:2;padding:.3em 0;min-height:0 !important;height:auto !important;-webkit-box-flex:0 !important}.x-indexbar > div{color:#18191a;font-size:0.6em;text-align:center;line-height:1.1em;font-weight:bold;display:block}.x-phone.x-landscape .x-indexbar > div{font-size:0.38em;line-height:1em}.x-indexbar-pressed{-webkit-border-radius:0.55em;border-radius:0.55em;background-color:rgba(143, 153, 163, 0.8)}.x-list{background-color:#111111}.x-list{position:relative}.x-list .x-list-disclosure{position:absolute;bottom:0.5em;right:0.8em}.x-list .x-list-disclosure{overflow:visible;-webkit-mask:0 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpFNkNCM0JGNTZFMjI2ODExQkNGQjkwMzk3MDc3MkZFQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3M0MzQUU1QUFDQkQxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3M0MzQUU1OUFDQkQxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU3Q0IzQkY1NkUyMjY4MTFCQ0ZCOTAzOTcwNzcyRkVCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkU2Q0IzQkY1NkUyMjY4MTFCQ0ZCOTAzOTcwNzcyRkVCIi8+IDwvcmRmOkRlc2NyaXB0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') no-repeat;-webkit-mask-size:1.7em;background-color:#0066ff;width:1.7em;height:1.7em}.x-list.x-list-indexed .x-list-disclosure{margin-right:1em}.x-list .x-item-selected .x-list-disclosure{background:#fff none}.x-list .x-list-item{overflow:hidden;position:relative;color:#eeeeee;border-top:1px solid black}.x-list .x-list-item .x-list-item-label{min-height:2.6em;padding:0.7em 0.8em}.x-list .x-list-item:first-child{border-top:none}.x-list .x-list-item:last-child{border-bottom:1px solid black}.x-list .x-list-item.x-item-pressed{background:#0099ff none}.x-list .x-list-item.x-item-selected{background-color:#0066ff;color:white}.x-list-header{background-color:#aaaaaa;color:#5d5d5d;border-top:1px solid #aaaaaa;border-bottom:1px solid #777777;font-weight:bold;font-size:0.8em;padding:0.2em 1.02em}.x-list-header-swap{position:absolute;top:0;left:0;width:100%}.x-ios .x-list-header-swap{-webkit-transform:translate3d(0, 0, 0)}.x-list-round{background-color:#040404}.x-list-round .x-list-group-items > *,.x-list-round.x-list-flat .x-list-parent > *{border-right:1px solid black;border-left:1px solid black;background-color:#111111;margin:0 1.2em}.x-list-round .x-list-group-items > *:first-child,.x-list-round.x-list-flat .x-list-parent > *:first-child{margin:1.2em 1.2em 0;border-top:1px solid black}.x-list-round .x-list-group-items > *:last-child,.x-list-round.x-list-flat .x-list-parent > *:last-child{margin:0 1.2em 1.2em;border-bottom:1px solid black;-webkit-border-bottom-left-radius:0.4em;border-bottom-left-radius:0.4em;-webkit-border-bottom-right-radius:0.4em;border-bottom-right-radius:0.4em}.x-list-paging{height:50px}.x-list-paging .x-loading-spinner{display:none;margin:auto}.x-list-paging .x-list-paging-msg{text-align:center;color:#0066ff;padding-top:10px}.x-list-paging.x-loading .x-loading-spinner{display:block}.x-list-paging.x-loading .x-list-paging-msg{display:none}.x-list-pullrefresh{display:-webkit-box;display:box;-webkit-box-orient:horizontal;box-orient:horizontal;-webkit-box-align:center;box-align:center;-webkit-box-pack:center;box-pack:center;position:absolute;top:-5em;left:0;width:100%;height:4.5em}.x-list-pullrefresh .x-loading-spinner{display:none}.x-list-pullrefresh-arrow{width:2.5em;height:4.5em;-webkit-mask:center center url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAA8CAYAAAAUufjgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAjFJREFUeNrsmU8oREEYwOexdtNuKBfFwdVhCyfuysnFiXISS+1BLopyUpKLXETkRLaUi1LK3Q2lpPbiQLnIn03a/Hm+z86Ttv0zM++bfbOar36Hbad5v535Zp7v47iuy0wOpyoEHccRHV9L9NxPkUE/bhKCOKiOSPAdn69DsJ5I8E2HYA0QJRJ8Bb50CDYRCT7pEMQD0kwk+CByUFQEW4gE73UIhoA2IsFb4ENEMCQ5MdU1IxwygpT3oKNLMGyyYFVscdhusc8tDpu+xRG7xf95BW0O2kNiV1AgIvaQ2BzUJNgJNJYZGyUU7OG1cal4Bi68oqkDPszy2teEwJp5Cdyu/lZ1g8CwIYJ7wEF+2YmrNw90Byx3BizgKhaqizEP1wg7CLLxCEzy/CtauMeBlQDyEfNuGrgU6SyM8F9SyVgHdmRaH6tAb4XkToEp2d4M5mOK0TWMigU2koa8vJMRZPxEb2ss2LEVPMpPLlMRxBgDZjQJLgNbxb6Uab9tAn3EcifAeKkBMoLY+j0GWonk7oB+lmsFkwhidAGHBPmIeTcAnJcbKCuIMQEs+hScAzZEBqoIYuzyFVCJI36lMJ2CDfxibZeUu+EX/4uMIFP8ZyLejxkgK0hG5a8kP4IYSZbr1IuQVHmAX0HGX4VuGfZVJ6cQxPd1uoRcWqDW0SroFVzZAnJZ/h0LWhAjUUAw4XdSSsH8fExRTEgtGAOuOTETBb16Jk412e+bxOSwglYw6PgWYABvLk8P7zGJFwAAAABJRU5ErkJggg==') no-repeat;-webkit-mask-size:2em 3em;-webkit-transform:rotate(0deg);background-color:#111}.x-list-pullrefresh-release .x-list-pullrefresh-arrow{-webkit-transform:rotate(-180deg)}.x-list-pullrefresh-wrap{width:20em;font-size:0.7em}.x-list-pullrefresh-message{font-weight:bold;font-size:1.3em;margin-bottom:0.1em;text-align:center}.x-list-pullrefresh-updated{text-align:center}.x-list-pullrefresh-loading .x-loading-spinner{display:block}.x-list-pullrefresh-loading .x-list-pullrefresh-arrow{display:none}html,body{width:100%;height:100%}.x-layout-fit{position:relative;display:-webkit-box}.x-layout-fit > *{-webkit-box-flex:1;min-width:100%;min-height:100%}.x-layout-card{position:relative;overflow:hidden}.x-layout-card > .x-layout-card-item{position:absolute !important;width:100%;height:100%}.x-layout-hbox,.x-layout-vbox{display:-webkit-box}.x-layout-hbox > *,.x-layout-vbox > *{-webkit-box-flex:0}.x-layout-hbox{-webkit-box-orient:horizontal}.x-layout-vbox{-webkit-box-orient:vertical}.x-layout-hbox > .x-layout-box-item{width:0 !important}.x-layout-vbox > .x-layout-box-item{height:0 !important}.x-container,.x-body{display:-webkit-box;overflow:hidden}.x-body{-webkit-box-flex:1;min-width:100%;min-height:100%}.x-body > .x-inner,.x-container > .x-inner{-webkit-box-flex:1;min-width:100%;min-height:100%}.x-docking-horizontal{display:-webkit-box;-webkit-box-flex:1;-webkit-box-orient:horizontal;min-width:100%;min-height:100%}.x-docking-vertical{display:-webkit-box;-webkit-box-flex:1;-webkit-box-orient:vertical;min-width:100%;min-height:100%}.x-centered{position:absolute !important;width:100%;height:100%;display:-webkit-box;-webkit-box-align:center;-webkit-box-pack:center}.x-floating{position:absolute !important}.x-centered > *{position:relative !important;-webkit-box-flex:0 !important}.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}.x-scroll-view{position:relative;display:block}.x-scroll-container{position:absolute;overflow:hidden;width:100%;height:100%}.x-scroll-scroller{position:absolute;min-width:100%;min-height:100%}.x-ios .x-scroll-scroller{-webkit-transform:translate3d(0, 0, 0)}.x-scroll-stretcher{position:absolute;visibility:hidden}.x-scroll-bar-grid-wrapper{position:absolute;width:100%;height:100%}.x-scroll-bar-grid{display:table;width:100%;height:100%}.x-scroll-bar-grid > *{display:table-row}.x-scroll-bar-grid > * > *{display:table-cell}.x-scroll-bar-grid > :first-child > :first-child{width:100%;height:100%}.x-scroll-bar-grid > :first-child > :nth-child(2){padding:3px 3px 0 0}.x-scroll-bar-grid > :nth-child(2) > :first-child{padding:0 0 3px 3px}.x-scroll-bar{position:relative;overflow:hidden}.x-scroll-bar-stretcher{position:absolute;visibility:hidden;width:100%;height:100%}.x-scroll-bar-x{height:6px;width:100%}.x-scroll-bar-x > .x-scroll-bar-stretcher{width:300%}.x-scroll-bar-y{width:6px;height:100%}.x-scroll-bar-y > .x-scroll-bar-stretcher{height:300%}.x-scroll-indicator{background:#333;position:absolute;z-index:1;opacity:0.5}.x-scroll-indicator-x{height:100%}.x-scroll-indicator-y{width:100%}.x-scroll-indicator-csstransform{background:none;-webkit-transition:opacity 0.2s ease-out}.x-scroll-indicator-csstransform > *{position:absolute;background-color:#333}.x-scroll-indicator-csstransform > :nth-child(2){-webkit-transform-origin:0% 0%;background:none;content:url(data:image/bmp;base64,Qk08AAAAAAAAADYAAAAoAAAAAQAAAAEAAAABABAAAAAAAAYAAAASCwAAEgsAAAAAAAAAAAAAxhgAAAAA)}.x-scroll-indicator-csstransform.x-scroll-indicator-y > *{width:100%}.x-scroll-indicator-csstransform.x-scroll-indicator-y > :first-child{height:3px;-webkit-border-top-left-radius:3px;border-top-left-radius:3px;-webkit-border-top-right-radius:3px;border-top-right-radius:3px}.x-scroll-indicator-csstransform.x-scroll-indicator-y > :nth-child(2){height:1px}.x-scroll-indicator-csstransform.x-scroll-indicator-y > :last-child{height:3px;-webkit-border-bottom-left-radius:3px;border-bottom-left-radius:3px;-webkit-border-bottom-right-radius:3px;border-bottom-right-radius:3px}.x-scroll-indicator-csstransform.x-scroll-indicator-x > *{height:100%}.x-scroll-indicator-csstransform.x-scroll-indicator-x > :first-child{width:3px;-webkit-border-top-left-radius:3px;border-top-left-radius:3px;-webkit-border-bottom-left-radius:3px;border-bottom-left-radius:3px}.x-scroll-indicator-csstransform.x-scroll-indicator-x > :nth-child(2){width:1px}.x-scroll-indicator-csstransform.x-scroll-indicator-x > :last-child{width:3px;-webkit-border-top-right-radius:3px;border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;border-bottom-right-radius:3px}.x-form .x-scroll-container{background-color:#eeeeee}.x-form .x-scroll-container > .x-panel-inner{padding:1em}.x-form-fieldset{margin:0 0 1.5em}.x-form-fieldset .x-form-fieldset-inner{border:1px solid #dddddd;background:#fff;padding:0;overflow:hidden}.x-form-fieldset-title{text-shadow:#fff 0 1px 1px;color:#333333;margin:1em 0.7em 0.3em;color:#333333;font-weight:bold;white-space:nowrap}.x-form-fieldset-instructions{text-shadow:#fff 0 1px 1px;color:#333333;color:gray;margin:1em 0.7em 0.3em;font-size:.8em;text-align:center}.x-form-label{text-shadow:#fff 0 1px 1px;color:#333333;background-color:#f7f7f7;padding:0.6em;border-top:1px solid white;display:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.x-form-label span{font-size:.8em;font-weight:bold}.x-field{min-height:2.5em;border-bottom:1px solid #dddddd}.x-field .x-component-outer{-webkit-box-flex:1}.x-field .x-field-input{position:relative}.x-field .x-field-input,.x-field .x-input-el{width:100%}.x-field.x-field-labeled .x-form-label{display:block}.x-field:last-child{border-bottom:0}.x-label-align-right{-webkit-box-direction:reverse;box-direction:reverse}.x-label-align-right:last-child{border-bottom:0}.x-input-el{padding:.4em;min-height:2.5em;display:block;border-width:0;background:transparent;-webkit-appearance:none}.x-field-mask{position:absolute;top:0;right:0;bottom:0;left:0}.x-field-required label:after,.x-field-required .x-form-label:after{content:"*";display:inline}.x-field-textarea textarea{min-height:6em;padding-top:.5em}.x-checkmark-base,.x-field .x-input-radio:after,.x-field .x-input-checkbox:after,.x-field .x-input-radio:checked:after,.x-field .x-input-checkbox:checked:after,.x-select-overlay .x-item-selected:before,.x-select-overlay .x-item-selected:after{content:"";position:absolute;width:0.75em;height:1.25em;top:50%;left:auto;-webkit-transform:rotate(45deg) skew(5deg);-webkit-transform-origin:50% 50%;right:1.1em;border:.35em solid;border-top:none;border-left:none;margin-top:-0.75em}.x-field .x-input-radio,.x-field .x-input-checkbox{position:relative}.x-field .x-input-radio:after,.x-field .x-input-checkbox:after{border-color:#dddddd}.x-field .x-input-radio:checked:after,.x-field .x-input-checkbox:checked:after{border-color:#0066ff}.x-spinner .x-field-input{display:-webkit-box;display:box}.x-spinner .x-field-input .x-input-el{padding:0;width:50%;-webkit-box-flex:1;text-align:center}.x-spinner .x-field-input input::-webkit-outer-spin-button,.x-spinner .x-field-input input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.x-spinner .x-field-input .x-spinner-button{padding:.65em 1.5em;font-weight:bold;text-align:center}.x-spinner .x-field-input .x-spinner-button,.x-toolbar .x-spinner .x-field-input .x-spinner-button{border:0.1em solid #aaaaaa;border-top-color:#b7b7b7;color:black}.x-spinner .x-field-input .x-spinner-button.x-button-back:before,.x-spinner .x-field-input .x-spinner-button.x-button-forward:before,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-back:before,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-forward:before{background:#aaaaaa}.x-spinner .x-field-input .x-spinner-button,.x-spinner .x-field-input .x-spinner-button.x-button-back:after,.x-spinner .x-field-input .x-spinner-button.x-button-forward:after,.x-toolbar .x-spinner .x-field-input .x-spinner-button,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-back:after,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-forward:after{background-color:#dddddd}.x-spinner .x-field-input .x-spinner-button .x-button-icon.x-icon-mask,.x-toolbar .x-spinner .x-field-input .x-spinner-button .x-button-icon.x-icon-mask{background-color:black}.x-spinner .x-field-input .x-spinner-button.x-button-pressed,.x-spinner .x-field-input .x-spinner-button.x-button-pressed:after,.x-spinner .x-field-input .x-spinner-button.x-button-active,.x-spinner .x-field-input .x-spinner-button.x-button-active:after,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-pressed,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-pressed:after,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-active,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-active:after{background-color:#cbcbcb}.x-spinner .x-field-input .x-spinner-button-down{border:0 !important;border-right:1px solid #dddddd !important}.x-spinner .x-field-input .x-spinner-button-up{border:0 !important;border-left:1px solid #dddddd !important}.x-select-overlay{min-width:14em}.x-select-overlay .x-list-inner{width:100%}.x-select-overlay .x-list-item-label{height:2.6em}.x-select-overlay .x-list-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.x-select-overlay .x-list-item{padding-right:2.6em}.x-select-overlay .x-item-selected:before{border-color:#262626;margin-top:-0.85em}.x-select-overlay .x-item-selected:after{border-color:#dddddd}.x-slider .x-component-outer,.x-toggle .x-component-outer{position:relative;height:2.2em;margin:0.6em;min-height:0;min-width:0}.x-thumb{position:absolute;height:2.2em;width:2.2em;border:#000;background-color:#777}.x-thumb.x-dragging{background-color:#AAA}.x-slider .x-component-outer:after{content:"";position:absolute;width:auto;height:0.8em;top:0.737em;left:0;right:0;margin:0 0.925em;border:0.1em solid rgba(0, 0, 0, 0.1);border-bottom:0;background-color:#dddddd}.x-toggle .x-component-outer{margin:0.6em;width:4.4em;overflow:hidden;border:0.1em solid #b7b7b7;background-color:#dddddd;-webkit-box-flex:0}.x-toggle .x-component-outer .x-thumb.x-dragging{opacity:1}.x-toggle .x-component-outer .x-thumb:before{top:0.175em}.x-toggle-on.x-component-outer{background-color:#92cf00}input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}.x-field-number input::-webkit-outer-spin-button,.x-field-number input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.x-field-input{display:-webkit-box;display:box;-webkit-box-orient:horizontal;box-orient:horizontal;-webkit-box-align:center;box-align:center;-webkit-box-pack:center;box-pack:center}.x-field-input .x-input-el{-webkit-box-flex:1;box-flex:1}.x-field-input .x-clear-icon{display:none;margin:.5em;width:1.1em;height:1.1em;background-color:rgba(0, 0, 0, 0.15);color:#fff;font-weight:bold;line-height:.9em;text-align:center;padding:0 .27em}.x-android .x-clear-icon{line-height:1.2em;padding:0 .3em}.x-field-clearable .x-clear-icon{display:block}.x-field-textarea .x-field-input{-webkit-box-align:start;box-align:start}.x-item-disabled .x-form-label span,.x-item-disabled input,.x-item-disabled .x-spinner-body,.x-item-disabled select,.x-item-disabled textarea,.x-item-disabled .x-field-clear-container{color:#b3b3b3;pointer-events:none}.x-field-select{position:relative}.x-field-select:before,.x-field-select:after{pointer-events:none;position:absolute;display:block;right:0}.x-field-select:after{content:"";position:absolute;width:0;height:0;top:0;left:auto;margin:1em;border:.4em solid transparent;border-top-color:#dddddd;z-index:2}.x-field-select.x-label-align-top:after{top:auto;bottom:0}.x-field-select:before{content:"";position:absolute;width:4em;height:auto;top:0;left:auto;bottom:0;z-index:1}.x-field-select .x-form-field{white-space:nowrap;width:100%;overflow:hidden;text-overflow:ellipsis}.x-field-select .x-form-field-container{margin-right:40px}.x-msgbox{min-width:15em;padding:0.8em;-webkit-box-shadow:rgba(0, 0, 0, 0.4) 0 0.1em 0.5em;border:0.15em solid #393f45}.x-msgbox .x-title{font-size:.9em;line-height:1.4em}.x-msgbox .x-toolbar{background:transparent none;-webkit-box-shadow:none}.x-msgbox .x-toolbar.x-docked-top{border-bottom:0;height:1.3em}.x-msgbox .x-toolbar.x-docked-bottom{border-top:0}.x-msgbox .x-field{margin:.4em .4em 0 .4em;min-height:2em;background:#fff}.x-msgbox .x-field:last-child{margin-bottom:.4em}.x-msgbox .x-field .x-clear-icon{margin:.4em}.x-msgbox .x-form-field{min-height:1.5em;-webkit-appearance:none}.x-msgbox-text{font-size:.9em;text-align:center;padding:6px 0}.x-msgbox-buttons{padding:0.4em 0;height:auto}.x-msgbox-buttons .x-button{min-width:4.5em}.x-msgbox-buttons .x-button-normal span{opacity:.7}.x-msgbox-dark .x-msgbox-text{color:rgba(199, 204, 209, 0.9)}.x-msgbox-dark .x-msgbox-input{background-color:rgba(199, 204, 209, 0.9);border:0.1em solid rgba(92, 102, 112, 0.9)}.x-loading-spinner{font-size:250%;height:1em;width:1em;position:relative;-webkit-transform-origin:0.5em 0.5em}.x-loading-spinner > span,.x-loading-spinner > span:before,.x-loading-spinner > span:after{display:block;position:absolute;width:0.1em;height:0.25em;top:0;-webkit-transform-origin:0.05em 0.5em;content:" "}.x-loading-spinner > span.x-loading-top{background-color:rgba(170, 170, 170, 0.99)}.x-loading-spinner > span.x-loading-top::after{background-color:rgba(170, 170, 170, 0.9)}.x-loading-spinner > span.x-loading-left::before{background-color:rgba(170, 170, 170, 0.8)}.x-loading-spinner > span.x-loading-left{background-color:rgba(170, 170, 170, 0.7)}.x-loading-spinner > span.x-loading-left::after{background-color:rgba(170, 170, 170, 0.6)}.x-loading-spinner > span.x-loading-bottom::before{background-color:rgba(170, 170, 170, 0.5)}.x-loading-spinner > span.x-loading-bottom{background-color:rgba(170, 170, 170, 0.4)}.x-loading-spinner > span.x-loading-bottom::after{background-color:rgba(170, 170, 170, 0.35)}.x-loading-spinner > span.x-loading-right::before{background-color:rgba(170, 170, 170, 0.3)}.x-loading-spinner > span.x-loading-right{background-color:rgba(170, 170, 170, 0.25)}.x-loading-spinner > span.x-loading-right::after{background-color:rgba(170, 170, 170, 0.2)}.x-loading-spinner > span.x-loading-top::before{background-color:rgba(170, 170, 170, 0.15)}.x-loading-spinner > span{left:50%;margin-left:-0.05em}.x-loading-spinner > span.x-loading-top{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg)}.x-loading-spinner > span.x-loading-right{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg)}.x-loading-spinner > span.x-loading-bottom{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg)}.x-loading-spinner > span.x-loading-left{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg)}.x-loading-spinner > span::before{-webkit-transform:rotate(30deg);-moz-transform:rotate(30deg)}.x-loading-spinner > span::after{-webkit-transform:rotate(-30deg);-moz-transform:rotate(-30deg)}.x-loading-spinner{-webkit-animation-name:x-loading-spinner-rotate;-webkit-animation-duration:.5s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear}@-webkit-keyframes x-loading-spinner-rotate{0%{-webkit-transform:rotate(0deg)}8.32%{-webkit-transform:rotate(0deg)}8.33%{-webkit-transform:rotate(30deg)}16.65%{-webkit-transform:rotate(30deg)}16.66%{-webkit-transform:rotate(60deg)}24.99%{-webkit-transform:rotate(60deg)}25%{-webkit-transform:rotate(90deg)}33.32%{-webkit-transform:rotate(90deg)}33.33%{-webkit-transform:rotate(120deg)}41.65%{-webkit-transform:rotate(120deg)}41.66%{-webkit-transform:rotate(150deg)}49.99%{-webkit-transform:rotate(150deg)}50%{-webkit-transform:rotate(180deg)}58.32%{-webkit-transform:rotate(180deg)}58.33%{-webkit-transform:rotate(210deg)}66.65%{-webkit-transform:rotate(210deg)}66.66%{-webkit-transform:rotate(240deg)}74.99%{-webkit-transform:rotate(240deg)}75%{-webkit-transform:rotate(270deg)}83.32%{-webkit-transform:rotate(270deg)}83.33%{-webkit-transform:rotate(300deg)}91.65%{-webkit-transform:rotate(300deg)}91.66%{-webkit-transform:rotate(330deg)}100%{-webkit-transform:rotate(330deg)}}.x-indexbar-item{color:#FFF}.x-scrollbar-dark{background-color:rgba(255, 255, 255, 0.6);border:1px solid rgba(0, 0, 0, 0.2)}.x-button-forward:before,.x-button-forward:after,.x-button-back:before,.x-button-back:after{content:"";position:absolute;width:0.72em;height:1.8em;top:-0.1em;left:auto;z-index:2;-webkit-mask:-0.055em 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAABGCAYAAADb7SQ4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAiNJREFUeNrEWb9LQlEUvj5BcHoQvMnVKXD1D3CLwqBJbHJsazQaWoSCxgbHJiMIAiNok6AhCDdXVycnJ8EQOgeOYaG+d39998KH+HyP753zzjnfd325xfdSgVeV8B6BScuEV0IRSbxHeCMk/AVFXCA8ScQKSXxPqK0fQBBfE5r/D+Y8VzUT9jb94DPimqRYIYkrhGcpKhhxIqTxrpNcExdlQJTTTnRJnCc8ykhUSOIOoZ71ZFfEZ4S2zgUu+rguxZRHEnPbfKRVsOtUl0RtYpOLTYljIS2Z3nVk2DY9SbNCEt8RDm0rUpe4La1jvXSqmtum72raZI24KuNQIYl/nSGSOJb0Jq61M0pxhjwK9304hUjHGSKILzc5Q5drUzttdYY+I97pDH1FzG0zNFUb04gTG4kzJS5kdYauiZtZnaFr4ooKsCIVaDHxKAQxt1NBnGIVHfGCcEQYh3jGU8KBfMKLiyM+lgzAq/qT0ArVTg+Ei1B9fEPoovV4fcfQd2HedScX39GprwGTNjJn0maTELN6IuSzECLB6T5x2eM66jQgnIeSxa60GnS3uL56tr7b1Ai0JPVwYi6yho2U2lgfKym19VxjMRHzEGbvS9K+RBPzetGVUpf29lZHSl2/DMnLvwh1ZMQrKW3Ic4fvJOZS6ZMQW5hpmpT63DvtlFLfm7bBNruM2C2yXb7y3U6ZpRS5P/4jpUjihRTbCJ3q1eL3GMMfAQYAJmB6SBO619IAAAAASUVORK5CYII=') no-repeat;-webkit-mask-size:0.72em 1.8em;overflow:hidden}.x-button-forward:before,.x-button-forward:after,.x-toolbar .x-button-forward:before,.x-toolbar .x-button-forward:after{-webkit-mask:0.055em 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAABGCAYAAADb7SQ4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAXlJREFUaN7lmTFqAlEQhh8EhFSCYJXW1law9QAewMrWAwQWAmmtbPcGHiCQ1gPYCla2QsDKSsgmQecvFqImu2/fzry/2OLb9mt23vwz47Kvn5MwEFxM8DkLB6HHEIOd0GGIwUpoMcRgyRKDOUsMJizxpzBiiMFR6DPEeZl1GWKwFh4ZYvAmPDDEqmVWVQxmLPG3MGaIVcosVAz2whNDDDZCmyEG7yFlpiEGKUsMEpb4XKXMtMXeiVVb7J1YLcRgW1ZmVuLSxGopLkys1mLwwhL/mVhjie8Sayxx3kp7DPFVYo0tzhNriyEGU5Z40TjxtDE/F6WcDowHBE/msDFNImG0xZQRBAonDCvxhhH2vKZIZ9Ds+7EDfaWFnKZ4xhja5owxdcnYCAQv1p1Gi4sprn08cZbDt6ZYZasXIn5mLFHTjLCvVt1V+4rVt/M+4r3FPaJMbHaBKRKb3pyKxKZXtv/Er4yjZpRL6q042u34tzh4xV9H/FHnqBHKBQeEd6aqqwD6AAAAAElFTkSuQmCC') no-repeat} +body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:""}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}*:focus{outline:none}html,body{font-family:"Helvetica Neue", HelveticaNeue, "Helvetica-Neue", Helvetica, "BBAlpha Sans", sans-serif;font-weight:normal;position:relative;-webkit-text-size-adjust:none}body.x-desktop{overflow:hidden}*,*:after,*:before{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);-webkit-user-select:none;-webkit-touch-callout:none;-webkit-user-drag:none}.x-ios.x-tablet .x-landscape *{-webkit-text-stroke:1px transparent}body{font-size:104%}body.x-ios{-webkit-backface-visibility:hidden}body.x-android.x-phone{font-size:116%}body.x-ios.x-phone{font-size:114%}body.x-desktop{font-size:114%}input,textarea{-webkit-user-select:text}.x-hidden-visibility{visibility:hidden !important}.x-hidden-display,.x-field-hidden{display:none !important}.x-hidden-offsets{position:absolute !important;left:-10000em;top:-10000em;visibility:hidden}.x-fullscreen{position:absolute !important}.x-desktop .x-body-stretcher{margin-bottom:0px}.x-mask{position:absolute;top:0;left:0;bottom:0;right:0;height:100%;z-index:10;display:-webkit-box;display:box;-webkit-box-align:center;box-align:center;-webkit-box-pack:center;box-pack:center;background:rgba(0, 0, 0, 0.3) center center no-repeat}.x-mask.x-mask-gray{background-color:rgba(0, 0, 0, 0.5)}.x-mask.x-mask-transparent{background-color:transparent}.x-mask .x-mask-inner{background:rgba(0, 0, 0, 0.25);color:#fff;text-align:center;padding:.4em;font-size:.95em;font-weight:bold}.x-mask .x-loading-spinner-outer{display:-webkit-box;display:box;-webkit-box-orient:vertical;box-orient:vertical;-webkit-box-align:center;box-align:center;-webkit-box-pack:center;box-pack:center;width:100%;min-width:8.5em;height:8.5em}.x-mask.x-indicator-hidden .x-loading-spinner-outer{display:none}.x-mask .x-mask-message{-webkit-box-flex:0 !important;max-width:13em;min-width:8.5em}.x-draggable{z-index:1}.x-dragging{opacity:0.7}.x-panel-list{background-color:#afbfce}.x-html{-webkit-user-select:auto;-webkit-touch-callout:inherit;line-height:1.5;color:#333;font-size:.8em;margin:1.2em}.x-html body{line-height:1.5;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;color:#333333;font-size:75%}.x-html h1,.x-html h2,.x-html h3,.x-html h4,.x-html h5,.x-html h6{font-weight:normal;color:#222222}.x-html h1 img,.x-html h2 img,.x-html h3 img,.x-html h4 img,.x-html h5 img,.x-html h6 img{margin:0}.x-html h1{font-size:3em;line-height:1;margin-bottom:0.50em}.x-html h2{font-size:2em;margin-bottom:0.75em}.x-html h3{font-size:1.5em;line-height:1;margin-bottom:1.00em}.x-html h4{font-size:1.2em;line-height:1.25;margin-bottom:1.25em}.x-html h5{font-size:1em;font-weight:bold;margin-bottom:1.50em}.x-html h6{font-size:1em;font-weight:bold}.x-html p{margin:0 0 1.5em}.x-html p .left{display:inline;float:left;margin:1.5em 1.5em 1.5em 0;padding:0}.x-html p .right{display:inline;float:right;margin:1.5em 0 1.5em 1.5em;padding:0}.x-html a{text-decoration:underline;color:#0066cc}.x-html a:visited{color:#004c99}.x-html a:focus{color:#0099ff}.x-html a:hover{color:#0099ff}.x-html a:active{color:#bf00ff}.x-html blockquote{margin:1.5em;color:#666666;font-style:italic}.x-html strong,.x-html dfn{font-weight:bold}.x-html em,.x-html dfn{font-style:italic}.x-html sup,.x-html sub{line-height:0}.x-html abbr,.x-html acronym{border-bottom:1px dotted #666666}.x-html address{margin:0 0 1.5em;font-style:italic}.x-html del{color:#666666}.x-html pre{margin:1.5em 0;white-space:pre}.x-html pre,.x-html code,.x-html tt{font:1em "andale mono", "lucida console", monospace;line-height:1.5}.x-html li ul,.x-html li ol{margin:0}.x-html ul,.x-html ol{margin:0 1.5em 1.5em 0;padding-left:1.5em}.x-html ul{list-style-type:disc}.x-html ol{list-style-type:decimal}.x-html dl{margin:0 0 1.5em 0}.x-html dl dt{font-weight:bold}.x-html dd{margin-left:1.5em}.x-html table{margin-bottom:1.4em;width:100%}.x-html th{font-weight:bold}.x-html thead th{background:#c3d9ff}.x-html th,.x-html td,.x-html caption{padding:4px 10px 4px 5px}.x-html table.striped tr:nth-child(even) td,.x-html table tr.even td{background:#e5ecf9}.x-html tfoot{font-style:italic}.x-html caption{background:#eeeeee}.x-html .quiet{color:#666666}.x-html .loud{color:#111111}.x-html ul li{list-style-type:circle}.x-html ol li{list-style-type:decimal}.x-video{background-color:#000}.x-sortable .x-dragging{opacity:1;z-index:5}.x-fullscreen{background:#eeeeee}.x-map{background-color:#edeae2}.x-map *{-webkit-box-sizing:content-box;box-sizing:content-box}.x-mask-map{background:transparent !important}.x-img{background-repeat:no-repeat}.x-video{height:100%;width:100%}.x-video > *{height:100%;width:100%;position:absolute}.x-video-ghost{-webkit-background-size:100% auto;background:black url() center center no-repeat}audio{width:100%}.x-panel,.x-msgbox,.x-panel-body{position:relative}.x-panel.x-floating,.x-msgbox.x-floating,.x-form.x-floating{padding:6px;-webkit-box-shadow:rgba(0, 0, 0, 0.8) 0 0.2em 0.6em;background-color:black}.x-panel.x-floating.x-floating-light,.x-msgbox.x-floating.x-floating-light,.x-form.x-floating.x-floating-light{background-color:#393f45}.x-panel.x-floating .x-body,.x-panel.x-floating .x-scroll-view,.x-msgbox.x-floating .x-body,.x-msgbox.x-floating .x-scroll-view,.x-form.x-floating .x-body,.x-form.x-floating .x-scroll-view{background-color:#fff}.x-anchor{width:1.631em;height:0.7em;position:absolute;z-index:1;-webkit-mask:0 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAPCAYAAABut3YUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPZJREFUeNpi/PX7LwOFwAyIG6HseiA+Ra5BjBQ6xg+IVwAxJ5T/HYgjgHgTOYYxUeCQUiBeh+QQBih7HVSOLiHDDMSTgTiTgLrpQJwLxH9p5RhOaLT4EakeFF3RQPyF2o6RhkaBGYkheRmIPYH4KbXSjC4QnyTDIch6danhGCcgPgwNGXKBNNQMb0ocEwXE24GYn4FyADJjI76Ej88x7UC8FIjZGKgHQDlxGtRsZmISMMjy+dBQoSXYBC0gv+NyDD80xzgx0AeAqg4fIH6NHk0qQHyMjg6B1WvHYDkNFjIgwS1ALMowMOAjEAeBHINe2Q0U+AUQYACQ10C2QNhRogAAAABJRU5ErkJggg==') no-repeat;-webkit-mask-size:1.631em 0.7em;overflow:hidden;background-color:black}.x-anchor.x-anchor-bottom{-webkit-transform:rotate(180deg);background-color:black}.x-anchor.x-anchor-left{-webkit-transform:rotate(270deg)}.x-anchor.x-anchor-right{-webkit-transform:rotate(90deg)}.x-floating.x-panel-light:after{background-color:#393f45}.x-button{-webkit-background-clip:padding;background-clip:padding-box;display:-webkit-box;display:box;-webkit-box-align:center;box-align:center;min-height:1.8em !important;padding:.3em .6em;position:relative;overflow:hidden}.x-button,.x-toolbar .x-button{border:0.1em solid #999999;border-top-color:#a6a6a6;color:black}.x-button.x-button-back:before,.x-button.x-button-forward:before,.x-toolbar .x-button.x-button-back:before,.x-toolbar .x-button.x-button-forward:before{background:#999999}.x-button,.x-button.x-button-back:after,.x-button.x-button-forward:after,.x-toolbar .x-button,.x-toolbar .x-button.x-button-back:after,.x-toolbar .x-button.x-button-forward:after{background-color:#ccc}.x-button .x-button-icon.x-icon-mask,.x-toolbar .x-button .x-button-icon.x-icon-mask{background-color:black}.x-button.x-button-pressed,.x-button.x-button-pressed:after,.x-button.x-button-active,.x-button.x-button-active:after,.x-toolbar .x-button.x-button-pressed,.x-toolbar .x-button.x-button-pressed:after,.x-toolbar .x-button.x-button-active,.x-toolbar .x-button.x-button-active:after{background-color:#bababa}.x-button .x-button-icon{width:2.1em;height:2.1em;background-repeat:no-repeat;background-position:center;display:block}.x-button .x-button-icon.x-icon-mask{width:1.3em;height:1.3em;-webkit-mask-size:1.3em}.x-button.x-item-disabled .x-button-label,.x-button.x-item-disabled .x-hasbadge .x-badge,.x-hasbadge .x-button.x-item-disabled .x-badge,.x-button.x-item-disabled .x-button-icon{opacity:.5}.x-button-round,.x-button.x-button-action-round,.x-button.x-button-confirm-round,.x-button.x-button-decline-round{padding:0.1em 0.9em}.x-button-small,.x-button.x-button-action-small,.x-button.x-button-confirm-small,.x-button.x-button-decline-small,.x-toolbar .x-button-small,.x-toolbar .x-button.x-button-action-small,.x-toolbar .x-button.x-button-confirm-small,.x-toolbar .x-button.x-button-decline-small{padding:.2em .4em;min-height:0}.x-button-small .x-button-label,.x-button.x-button-action-small .x-button-label,.x-button.x-button-confirm-small .x-button-label,.x-button.x-button-decline-small .x-button-label,.x-button-small .x-hasbadge .x-badge,.x-hasbadge .x-button-small .x-badge,.x-button.x-button-action-small .x-hasbadge .x-badge,.x-hasbadge .x-button.x-button-action-small .x-badge,.x-button.x-button-confirm-small .x-hasbadge .x-badge,.x-hasbadge .x-button.x-button-confirm-small .x-badge,.x-button.x-button-decline-small .x-hasbadge .x-badge,.x-hasbadge .x-button.x-button-decline-small .x-badge,.x-toolbar .x-button-small .x-button-label,.x-toolbar .x-button.x-button-action-small .x-button-label,.x-toolbar .x-button.x-button-confirm-small .x-button-label,.x-toolbar .x-button.x-button-decline-small .x-button-label,.x-toolbar .x-button-small .x-hasbadge .x-badge,.x-hasbadge .x-toolbar .x-button-small .x-badge,.x-toolbar .x-button.x-button-action-small .x-hasbadge .x-badge,.x-hasbadge .x-toolbar .x-button.x-button-action-small .x-badge,.x-toolbar .x-button.x-button-confirm-small .x-hasbadge .x-badge,.x-hasbadge .x-toolbar .x-button.x-button-confirm-small .x-badge,.x-toolbar .x-button.x-button-decline-small .x-hasbadge .x-badge,.x-hasbadge .x-toolbar .x-button.x-button-decline-small .x-badge{font-size:.6em}.x-button-small .x-button-icon,.x-button.x-button-action-small .x-button-icon,.x-button.x-button-confirm-small .x-button-icon,.x-button.x-button-decline-small .x-button-icon,.x-toolbar .x-button-small .x-button-icon,.x-toolbar .x-button.x-button-action-small .x-button-icon,.x-toolbar .x-button.x-button-confirm-small .x-button-icon,.x-toolbar .x-button.x-button-decline-small .x-button-icon{width:.75em;height:.75em}.x-iconalign-left,.x-icon-align-right{-webkit-box-orient:horizontal;box-orient:horizontal}.x-iconalign-top,.x-iconalign-bottom{-webkit-box-orient:vertical;box-orient:vertical}.x-iconalign-bottom,.x-iconalign-right{-webkit-box-direction:reverse;box-direction:reverse}.x-iconalign-center{-webkit-box-pack:center;box-pack:center}.x-iconalign-left .x-button-label,.x-iconalign-left .x-hasbadge .x-badge,.x-hasbadge .x-iconalign-left .x-badge{margin-left:0.3em}.x-iconalign-right .x-button-label,.x-iconalign-right .x-hasbadge .x-badge,.x-hasbadge .x-iconalign-right .x-badge{margin-right:0.3em}.x-iconalign-top .x-button-label,.x-iconalign-top .x-hasbadge .x-badge,.x-hasbadge .x-iconalign-top .x-badge{margin-top:0.3em}.x-iconalign-bottom .x-button-label,.x-iconalign-bottom .x-hasbadge .x-badge,.x-hasbadge .x-iconalign-bottom .x-badge{margin-bottom:0.3em}.x-button-label,.x-hasbadge .x-badge{-webkit-box-flex:1;box-flex:1;-webkit-box-align:center;box-align:center;white-space:nowrap;text-overflow:ellipsis;text-align:center;font-weight:bold;line-height:1.2em;display:block;overflow:hidden}.x-toolbar .x-button{margin:0 .2em;padding:.3em .6em}.x-toolbar .x-button .x-button-label,.x-toolbar .x-button .x-hasbadge .x-badge,.x-hasbadge .x-toolbar .x-button .x-badge{font-size:.7em}.x-button-forward,.x-button-back{position:relative;overflow:visible;height:1.8em;z-index:1}.x-button-forward:before,.x-button-forward:after,.x-button-back:before,.x-button-back:after{content:"";position:absolute;width:0.773em;height:1.8em;top:-0.1em;left:auto;z-index:2;-webkit-mask:0.145em 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAABGCAYAAADb7SQ4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAiNJREFUeNrEWb9LQlEUvj5BcHoQvMnVKXD1D3CLwqBJbHJsazQaWoSCxgbHJiMIAiNok6AhCDdXVycnJ8EQOgeOYaG+d39998KH+HyP753zzjnfd325xfdSgVeV8B6BScuEV0IRSbxHeCMk/AVFXCA8ScQKSXxPqK0fQBBfE5r/D+Y8VzUT9jb94DPimqRYIYkrhGcpKhhxIqTxrpNcExdlQJTTTnRJnCc8ykhUSOIOoZ71ZFfEZ4S2zgUu+rguxZRHEnPbfKRVsOtUl0RtYpOLTYljIS2Z3nVk2DY9SbNCEt8RDm0rUpe4La1jvXSqmtum72raZI24KuNQIYl/nSGSOJb0Jq61M0pxhjwK9304hUjHGSKILzc5Q5drUzttdYY+I97pDH1FzG0zNFUb04gTG4kzJS5kdYauiZtZnaFr4ooKsCIVaDHxKAQxt1NBnGIVHfGCcEQYh3jGU8KBfMKLiyM+lgzAq/qT0ArVTg+Ei1B9fEPoovV4fcfQd2HedScX39GprwGTNjJn0maTELN6IuSzECLB6T5x2eM66jQgnIeSxa60GnS3uL56tr7b1Ai0JPVwYi6yho2U2lgfKym19VxjMRHzEGbvS9K+RBPzetGVUpf29lZHSl2/DMnLvwh1ZMQrKW3Ic4fvJOZS6ZMQW5hpmpT63DvtlFLfm7bBNruM2C2yXb7y3U6ZpRS5P/4jpUjihRTbCJ3q1eL3GMMfAQYAJmB6SBO619IAAAAASUVORK5CYII=') no-repeat;-webkit-mask-size:0.773em 1.8em;overflow:hidden}.x-button-back,.x-toolbar .x-button-back{margin-left:0.828em;padding-left:.4em}.x-button-back:before,.x-toolbar .x-button-back:before{left:-0.693em}.x-button-back:after,.x-toolbar .x-button-back:after{left:-0.628em}.x-button-forward,.x-toolbar .x-button-forward{margin-right:0.828em;padding-right:.4em}.x-button-forward:before,.x-button-forward:after,.x-toolbar .x-button-forward:before,.x-toolbar .x-button-forward:after{-webkit-mask:-0.145em 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAABGCAYAAADb7SQ4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAXlJREFUaN7lmTFqAlEQhh8EhFSCYJXW1law9QAewMrWAwQWAmmtbPcGHiCQ1gPYCla2QsDKSsgmQecvFqImu2/fzry/2OLb9mt23vwz47Kvn5MwEFxM8DkLB6HHEIOd0GGIwUpoMcRgyRKDOUsMJizxpzBiiMFR6DPEeZl1GWKwFh4ZYvAmPDDEqmVWVQxmLPG3MGaIVcosVAz2whNDDDZCmyEG7yFlpiEGKUsMEpb4XKXMtMXeiVVb7J1YLcRgW1ZmVuLSxGopLkys1mLwwhL/mVhjie8Sayxx3kp7DPFVYo0tzhNriyEGU5Z40TjxtDE/F6WcDowHBE/msDFNImG0xZQRBAonDCvxhhH2vKZIZ9Ds+7EDfaWFnKZ4xhja5owxdcnYCAQv1p1Gi4sprn08cZbDt6ZYZasXIn5mLFHTjLCvVt1V+4rVt/M+4r3FPaJMbHaBKRKb3pyKxKZXtv/Er4yjZpRL6q042u34tzh4xV9H/FHnqBHKBQeEd6aqqwD6AAAAAElFTkSuQmCC') no-repeat}.x-button-forward:before,.x-toolbar .x-button-forward:before{right:-0.693em}.x-button-forward:after,.x-toolbar .x-button-forward:after{right:-0.628em}.x-button.x-button-plain,.x-toolbar .x-button.x-button-plain{background:none;border:0 none;-webkit-box-shadow:none;box-shadow:none;min-height:0;text-shadow:none;line-height:auto;height:auto;padding:0.5em}.x-button.x-button-plain > *,.x-toolbar .x-button.x-button-plain > *{overflow:visible}.x-button.x-button-plain .x-button-icon,.x-toolbar .x-button.x-button-plain .x-button-icon{-webkit-mask-size:1.4em;width:1.4em;height:1.4em}.x-button.x-button-plain.x-button-pressed,.x-toolbar .x-button.x-button-plain.x-button-pressed{background:none;-webkit-box-shadow:none;background-image:-webkit-gradient(radial, 50% 50%, 0, 50% 50%, 24, color-stop(0%, rgba(255,255,255,0.7)), color-stop(100%, rgba(255,255,255,0)));background-image:-webkit-radial-gradient(rgba(255,255,255,0.7),rgba(255,255,255,0) 24px);background-image:radial-gradient(rgba(255,255,255,0.7),rgba(255,255,255,0) 24px)}.x-button.x-button-plain.x-button-pressed .x-button-icon.x-button-mask,.x-toolbar .x-button.x-button-plain.x-button-pressed .x-button-icon.x-button-mask{background-color:#fff}.x-segmentedbutton .x-button{margin:0}.x-segmentedbutton .x-button:not(:first-child){border-left:0}.x-hasbadge{overflow:visible}.x-hasbadge .x-badge{-webkit-background-clip:padding;background-clip:padding-box;padding:.15em .25em;z-index:30;overflow:hidden;color:#fff;border:2px solid #fff;position:absolute;width:auto;min-width:2em;height:2em;line-height:1.2em;font-size:.6em;top:-0.15em;right:0px;max-width:100%;background-color:#990000;display:inline-block}.x-tab .x-button-icon.action,.x-button .x-button-icon.x-icon-mask.action{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFI0lEQVRoBe2YW4hVVRjHZ0yzq6lFEaMlE0PShYRAJIl6iEqKHnqI6WJB0IvdICkfEk0aIyo0KFCph8giCitI7CkoohQL7SoZDaQmXSgKo4uWNf1+zt7DOXvOOXuvvc85bc+cD36ssy/r+77/Xmt9e+3TOzIy0jORbNJEEqvWruBOH/HuCHdHuMOeQOmmdO+ozaA5oxXPunSC2Re4MbgCNiB6vvqbKbx0giNxp9BeBU/BIJqnRecLN2UVrLDj4GIYgscRfSltYSuzYMUdA/0wCI8ieglM5XduK7vgWJhTegGshucRfQHkyj1XpziLNrfmOh2ug1dhMaJn0gbZZDpNpsexQb2y3azfKXCAwns4W5dMd7m2B2ANLCT/x/A/nKknN5mUhWFp1g4Z7vM14jrbBZvgEwi1tAdkDEf3ZrgI0S/RrkP4IdqGpuA+cJo0yw7iyNfJmzAcMrokfjp93HC4XrPYCdzkgPXDPPqvJN7eRh0VrBWqfKMuev6k3Qzr4SP4HWqOFIkZ73iYA/NhLpwPZ4LLS+FZzUp+GtwAA/heS/sGwv+irWnXc9bdTRF20/8eOBWmEKwnCectOrPhSlgF2+Bb+Bl+AxP8B/6FvLn8Td8fYQXMSubgsVZU8Cv4mAeNhC7k+jLYCopzrRURlvZA9P8WLIJJlcI5zi1Ypw+Dr4oqp3EAzlsbLCjfg1PeEUxLtlnXXU4/wQboq8gpl2BHx2l5UuyosuW8I6rQb8Bp1iwRefy4VN6FReaopU3pX7jnhwSO7MmVIiNnJ3L+DtgHCm3ltA0RH4/26rhKk1tdu4kr7yeuHkKgU3rMqI5ncfAQDIKbg14oi1nJv4OvTShthC9LjmTyGB8XwhZw+oQ8+Xbc68C8AOboK6+YYPpfDV+B06YdAkJiuMtzhvrOP1JYafMLpu/Z8CmEJNGOe60fz0J/cjZmWcP0G2+sWZ/aUnCqhFosOq7gyf6uOT888th+Ot0HmxF7MOkgt2AcXQNLkg5rHPv+dffjVvPX6PdeWtf7MJhUssD578ZtEGL6sY4MIfTjeh1zCWZ0Z+DwQXAkapkjtzviPdoPYB+JuJVMNfy7QQkR7MbGPfRaYhi7ruUSjLcbwe1k0tw2vgivwy6C70/ekPE4JK+N+HySWDuz+A5xXOnvlsqD6Lf/QjwBnxNc4a02YwzBeuIdyBosWDDT7RKcn1MRYA+/V8ImAv9Rcb5VP53ufoQ8AB8S0+PMFiwYz5fDzCjCF7SLCbojOm514zZ3HViYLIZVxmD4h8B0rtWtFXkEn4tTv22thPe2SawVeDs8TTz/NqoyhLqDGoC7wervt3lNCxKMY/fIc+BLuJXgn9G20pyuVuA1sJF4vt7GjHx8nZnT7XAXzIXnoK4FCcbLVHAqLW+DWF8v78Aq2EY8v7zGDK2+EmfBI3AtTAPNTU1dCxXs/a6ht+t6bM4FNykvw/0IdYSrDLHu8iyeQ7Cg6mLKQahgd0pbSOJwit/cl6Np6p+BrxGn6hNUp1z3m/tOWAH+DrIgwSTQcBcTFLnOzcRwSjZ6j/vdvQyCxRrSanu0mWvZqp3LjkbBuYTGnSac4CxreCQqJPFD+r/bhq+dtOSyCO7DyWzIcm9avKLXXb+FcskiYjlBfB0lP9KLJp+nv6N7ZL+cp7N9sgg+L6/zMvabcEWrK7iM07CZOXVHuJlPs4y+rNJ74JkyJpczp62N+vWOfpw0uqWzrnXXcGeN53g13REe/0w660x3hDtrPMer+Q9LNCcV91c+jgAAAABJRU5ErkJggg==')}.x-tab .x-button-icon.add,.x-button .x-button-icon.x-icon-mask.add{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAABqUlEQVRoBe2awWnDUBBE843B4NxcQSAFOC4lJeTkoxtJDykgvRhcgCFNJCFgIs+ChEHSJX93YT6ZD4ssmR3NztNFH5Wu6+6iVynlEZpbp+4J3s5OjWm7DRxZuMMCdUB9oyzNmrJe01hEejMtM5exIh6bCI3JbFkDT27EckEDs5DI8iHCWcmy6IowC4ksHyKclSyLrgizkMjyIcJZybLoijALiSwfIpyVLItuOGFso/xiuEvAgJdeK0DqJrHEhtsTTh9ul9y/ChR2KE+Y1ruDt2ccI7d6PszcK+oFFblWELt3Cn6i/8epMW5/W+LKGrUZ/0NwboF5QxuPsfY8dmOxJs41cBOYHCZF2BFeE60i3AQmh0kRdoTXRKsIN4HJYVKEHeE10frvCNvr4RH1HojH3rGHr3hqA7VdkxPKvuKJ3AA4hn7BM3xxA5N71Fdv1gz/tax3P+hFHmsJwM/8wraMadqOh5GuXda76rVqNWb7wgeevQvRRQ1MBCPFiginxEokKsJEMFKsiHBKrESiIkwEI8WKCKfESiQqwkQwUqyIcEqsRKIiTAQjxcoVrP83/9czD9EAAAAASUVORK5CYII=')}.x-tab .x-button-icon.arrow_down,.x-button .x-button-icon.x-icon-mask.arrow_down{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGRTdGMTE3NDA3MjA2ODExOTJDQUMyNUQwRUE4NjdEQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxQTFBMDFDQ0I5NEYxMURGQUU1RjlGMEFERUNDQTVEMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyMkRCMDIxMkI5NEUxMURGQUU1RjlGMEFERUNDQTVEMCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjMwRTE0QzVBNDIyMjY4MTFCQ0ZCOTAzOTcwNzcyRkVCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZFN0YxMTc0MDcyMDY4MTE5MkNBQzI1RDBFQTg2N0RCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+HfrH/AAAAeVJREFUeNrs2cFHBGEUAPA3zYqIiIhOnTpFRHSKrp26RqeuEV077R/QqWtE166dOkVERHRa9hQRnZalFcv0Hk/W1Mx+38z3vvlm5j3eZW+/9+abne+9KEkSaFPMQMtCwQpWsIIVrGAFK1jBClawgo2ik/4hiqJGwLKuvfpIc5xSkWqYr5hzU1s/mRNxXTPsJ+ZqluvXlwOmSj3XBDvG3M1rpAmYYoUrFzr4ZNqTawqm2MH8Dhh7ZXJUbcAUx4FinzBnJcAUl4FhP/jIgRSYKvkYCJaO2LbNv08RMMUy5nsA4COTLy0XYIqtil9iF6aflq7AwBWuAvuQ9ZKSBgNX2ieWjtKSzeXBNZgqfe8J+4W5aXtbcg0GrvibB/BhkeuhBJhigzsghT0veh+WAlMcCGHvMOMQwcCdcIntYy6WmXhIg2PuiAvsEHO97IhHGgzckb4D8L6LmZYPMHBnhiWwXVdDPF9g4A4Vwd66nFr6BAN3ygbbw1yoMzjmjplgB5hrrufSvsHAHesZDOD2JAbxVYCBOzfIAZ9JbR6qAgN3cPwP9kZy1VIlGLiTdluCmoOBO/pnS9Bk8DzmS3pL4BMcpZEe1qX0GI/atC4dQYXRMa1MU0IX4gpWsIIVrGAFK1jBCnYUPwIMAPUPAyFL+nRdAAAAAElFTkSuQmCC')}.x-tab .x-button-icon.arrow_left,.x-button .x-button-icon.x-icon-mask.arrow_left{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGRTdGMTE3NDA3MjA2ODExOTJDQUMyNUQwRUE4NjdEQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGMDZEQTFBREFDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGMDZEQTFBQ0FDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFGQzJEMjQxRjIyMDY4MTE4QTZEQzUxMDg5Q0Y0RTRFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZFN0YxMTc0MDcyMDY4MTE5MkNBQzI1RDBFQTg2N0RCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+FXGmxAAAAghJREFUeNrsm09ERFEUxt+rxBAxqyFm1SqiRYpMSpFapUVaRGpTRIpIbWLaFJEoRZtilChRWiRKsyklilYRERERERGZvsN57Wfmvnnnznkfv+WM+bn3e/ePN24mk3E0pcRRllC42FOWy4dc1w30R+fz3LFthEs1TelZ0KlBuAIcgmRgHS5gqlm2RsNTmqbvrUlZycLT4BhUiliWfEwEbII+UeuwT4nzqNZq2Gm1gTu/ZaUIj4NTEBW7tTTY1zUwKH4vbaive6BBw2kpAa6DkA1CeBicgZhVx8McUg5WWNi+83CWiXFfE9ZeAGQR6ukBqJKyu/Gzw7TcXEiS9UuYbiWWeU8ckXYqMT2lozyFW6SeOU0K1/FhPS75RsHUlKbj3KV0WRPC1Nd5sCuxr6anNPV12zFwk2jLCCdtk81XeAIsahL+BVOgH3xrEPayA5rAixZhyj2oB2ktwpR30A5WtQh7vR4DQ+BHg7CXLdAMXrUIU26411dahClvoBVsaBF2uMsjYFRCrwt5a7kOOnjUVQg7vE43cr9VCDu8I6Nep7QIO7z3HgCTvHYXvbCXJe71hxZhyjmv1w9ahCnP/DDb1yLs9boXzGgR9rIAusCnFmHKCff6UYsw5Ymlj7QIU75AN5gz9YVuLu8eB/S+dA+v1+l83pe2Sfg/BRe2OeGfPELhUDgUtip/AgwAw4tbozZtKFwAAAAASUVORK5CYII=')}.x-tab .x-button-icon.arrow_right,.x-button .x-button-icon.x-icon-mask.arrow_right{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGRTdGMTE3NDA3MjA2ODExOTJDQUMyNUQwRUE4NjdEQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGMDZEQTFCMUFDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGMDZEQTFCMEFDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFGQzJEMjQxRjIyMDY4MTE4QTZEQzUxMDg5Q0Y0RTRFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZFN0YxMTc0MDcyMDY4MTE5MkNBQzI1RDBFQTg2N0RCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+xvZexwAAAhhJREFUeNrsm8FHRFEUxu9rxhARsxqiVauYXWoTpTYtUkRqlWkz0WaiTW2iNi3atGhTm4k2E5GYSJRaZcZQtIqIISIiYhgyfZdv/oF59913X+cdfst5733u+c495743XqvVUpKiSwmLWPB/j2QnP/I8L9SH9lN3/KxwQlpKT4FtaR7eAhegR1LRmgEVMCCpSg+CGtNczLbUC8pgQ9I+rCv3LiiBbkmNxwJ93S+p08qCRzAhqbVMg2tQkNRLa1/vg6ILvrY5POTAXdi+tj0tDbOYjUoaDzPgBuQlzcMpcEhSkg4A8lztjBTBin6u0d8iBOvoYwXPSRGsuEcXuWcnJAhuR4G+TksRrGOMfXhWimDFjqzCyUuE4LavS5yxExIEt0OfopRN+DpKbx6MHAtHSfAeWPN7kWQEhDbAMjg1cTHXBdfBLHiSUKXvwZBJsS4LPgCT4NP0hV1L6SZYAcdB3cAlwe9gDlQlTEsP9Gs16Bu5IPgIjIOP/34AoP26Ss82bd00LA/r1Vzk1mM1whCsfTrPpsJ62E7pE/q1HpaPbAn+Betgib1xaGEjpb+Ywrcu7H9BC35m8//mSncTZEqfgRGXxAYpeJNp3FCOhemU/ub+euXqzGlS8AuYBq8unyiYSulLNv9OizUleIcr+6MiEF4n3x7ze2n9OkSfE5/bfmg/30v7ERxaWBcc5Yj/5BELjgXHgiMVfwIMAGPkXbHq6ClAAAAAAElFTkSuQmCC')}.x-tab .x-button-icon.arrow_up,.x-button .x-button-icon.x-icon-mask.arrow_up{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGRTdGMTE3NDA3MjA2ODExOTJDQUMyNUQwRUE4NjdEQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDQUZBQUM3NEFDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDQUZBQUM3M0FDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFGQzJEMjQxRjIyMDY4MTE4QTZEQzUxMDg5Q0Y0RTRFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZFN0YxMTc0MDcyMDY4MTE5MkNBQzI1RDBFQTg2N0RCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+ar3jxgAAAbFJREFUeNrs2j9ExGEcx/H71YmmpoiIaIq4KSKi6dabbo1oiqamm1qboimiNZpuuikiIqLppiPipqYjIuLp+/D95vy6X/frfr/n730e3sst53XP9x7u+V2ilKpM05qpTNkCGGCAAQYYYIABBhhggAEGeNSqpl9IkiQKWNbvfBc7PDdNIz1PPVK7Trd+OMPrRr8l9Uat2nT9+CyCW4yVnnnHowTXqa8UWHcdI3iNGozASscxgReo7h9YxTtfjwXcHoOVBjwJQYNPcmKlLk9EkODGP7FSO0TwOvU+IVjxZAQD1iPZK4CVGiGAZ6lOCVjFE7LhO/i0JKzUK3KImQY3S8ZKHZ4cr8A16sMQWPHkeANepF4MYqWmD2A9arcWsIonqOYafGYJK73yRDkB71nGSnd5r4jKBG9Sn47AunOb4CWq7xAr7dsA61G69wCreMK2TIMvPMFKfZ44I+ADz7DSQ9YhVgS87fiQGtdlmeBlvkNWnndYBljfGT8FgJVDbKco+CoQrBp6mrEyKfgoMOyvpxlZ4CT9vcXj0shWNe8nE8vCfzwABhhggAEGGGCATa1vAQYAZekAmr8OukgAAAAASUVORK5CYII=')}.x-tab .x-button-icon.compose,.x-button .x-button-icon.x-icon-mask.compose{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.delete,.x-button .x-button-icon.x-icon-mask.delete{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.organize,.x-button .x-button-icon.x-icon-mask.organize{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAEdUlEQVRoBe2aS2xMURjHjbbqUaLoI7RChQUiGo9YaEqkoolIkCASSki68dixsLIVYmHbkJA03UgkFRI2QgRBKl4RgtJFK0jUI+o5fv/p68ztmUlHzpzO9PZLfjP3fOfcO9//fOeee+69E4lGo6PCZKPDJFZaQyc4N1mGI5FIMfUVkAfZMPaVwE54yqn6i+8BllQwravgAEyEv5DppsQ8gYPw3hqsJi0bNJ4El0GZzSa6iHcbjLbpsp7DDGX5V8ByyDbLJ+CdUGQLPNGQnkzj3TDFspN68BNkwhDPIY5poG/T1lBYR+LOkuW4uSeR4KXssN48grF9h20NdeukYLRL96Y6vAD2wCwwbQyFvXARPpoVA85fKnXiN4HtvP2Gf0tPG3XWUKNYT4E6PxjvD3x1EDHPZZvgxTTSDBc8gMrKbql5gKHeJh7NM6/AFu91/EVmjHGTFmN+HA3qYSoE7SuO8+zcEawY4vJdfr8Z/ljiqMS3AV2RvjpTPc7V0A623rqJv8RsnynbxDUXXieJuy/LfRmmEzSd7wKtroL2Hcc5BL4LVmRCmbheEIfmHduVQ1muQV/3BN2bJZyqaANbdm/jL+xtm4nfxKcsP08Q/zX8MxV3TDXqx+PYBGUQNHVAI9AsYrsuB9sPVflDT5xH+O7OZn8kK9msJf6G3ooFOOr66+O2NOVL6A7oP/njmmREQcN5LGhy1cLJtBwK++FSLqrVSGvPcrCZGu8DZTqTBSs+zUkarTZTUrerYh50gHYY7rSpRxZCCYTByvouS2FQK42hE9w7S/tKsOaIt/AGfoMWO3OgFLyYb8FaGByHl6C1r27jlsAh8HaN14LD1+x8jN/KNVdqlAvhgq8YfJ/DLYjVUDatk8J905HObd+Cf1rEaHTp5sSL+RacaKWWyO+8E3wLdi4g1QOOCE61x7Kt/UiGsy1jqcY7kuFUeyzF9ok6WA8ZvJjLtbQWEI/hXpLIW4N1rLyiPHV5hP9MsM4or2V7hlH+702XghWE3gAcTRKN3mjY7AZOdZbNCnAug4wTrNXSItCrmmYSZ3tGTNVAo+1nvCLOyLyeT9WC7WlqXNtUCq7vlpTlGkQMeG+Vio9j6NbxMOjtn8u7udjzaJcH1H3uLViVikCzLftqEtsKbeAyNh3LuWAdVM+yr8JsU8hgt9mvGh6ATousEKwgdcvXCMWDFap2mOYBTWK6b3YtNvYDrs9hM0i9BTgB+YMRTbvp0AS6bzaP43I7LUPaDFBvHPVmIy+ZaOp1+TkJX8Dc3/V22gUrYF1jN4L1r0T4NSPXg+sZ2dZZXgRr5m6BymCW8en6rc54BrYAXfu8CFbQmoQ0c1eYoilXw0NQp7gWZzueN8H68S44DbG/IPA9H66AL7FR12tpYk9qetOwGfSaVjcMNVAFie6iqHJv6bws2YaUfLpctYP+S5WoTVr8vjOMvphN4FN4N69Dybs6yw+OCLZ0yrByhS7DmrRaoQE0Kw5707JOf/UvH/ZKewTG/kscFrHSGbpzOHSC/wHSRhVOrpN3ggAAAABJRU5ErkJggg==')}.x-tab .x-button-icon.refresh,.x-button .x-button-icon.x-icon-mask.refresh{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.reply,.x-button .x-button-icon.x-icon-mask.reply{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAES0lEQVRoBe2ZSWgUQRSGM24YTdSo4AYRTcxBEZJDJCoigrtGg6CIgihqogfRgEERguhB40UP6kHw4kEET4J4E9wPAdeg4ALigjuKcSMuMX7/mAmdSU/SXdM9PTPpBx/T3al67/31urq6K5G2trac3mR9epNYaQ0FZ3vFwwqHFc6yEQhv6SwraBc5YYW7DEmWXUhZhSORSC7UwKIgxzAlghE5CZFHoAEKgxTcz8/gCI3gfzHsh6l+xnLq2zfBaC0miXpYDvmgu+kXBGqeC0aohK2D7TAF+kPamKeCETseZdugGgZDSp4RxHFsnghGqKo4H/aB5uoASEtLWjBiZ6KsFlaAHlJpbUkJRmwl6rTcFKW1SktyRoIROhofdbARhlr8OTkMdBPNlWCE6iG0AA5AqRN1Nm1cxbTpn9Qlx8ERO4pIG0Br6yDDqH3pV4kvPdRewCd4C+/ZPdWx7xZxsk1LgqvIZDeUeZzRT/xJ8Dt4BQ/gGjSSVzO/3psEJ4JoY+A4fATNvVTwhjh34RSshMGJ8jO5biuWIJqrc6AJ/kIqhNrF+EFs3fqHYRoMMxFp7dNFME5Hwi5QMLskgrqmgb8M+hgZYRXh5riTYBxpFM9CUKKcxlWOSyHPjVi1jQqmYy7shQ/gNGjQ7f6Q6yWY7UY07XNK4CK0QtAiTOK/J29tLOQ7EU67nIGgtfU1mARMhz6a3zegtCfRHXOYxhXtndJBgGkOT9FQ1Z3oDsFqhBXAFngJpkGD7veN3NclEt1JcKwRHaaD3niCTt40vh6+q2N6rL+2gtUA03p8FL6AaeAg++ntsNwqNqor/kL8OZ2WgF71vEpeq8FvC36uDveJM8qqyenHwzg67oE1MAxMTeLOQyNod0SDqO2hCaDVIma6u3R9OAxq/9WxW9PT+wRsQ7RiE7Gbj4f4v9F8Fujxb1ptfR2tj/cbf04bfbbqZWgsFEM5LITNcBLc3HF6iM2IxXAlWJ0wJXEQfoFb4RJcEwtu8kv/PCiEGdAAevFQJbvL5Rh/j351uRbcLloVmA83ewgUn0TSgq2DRGzloVt9E9yDFoiPqfOvUBHN3erA7TFOtG6fBqdfVp4KtuZLDqr8DrgDdqIPcb2/UYXjAmmu1cLDBIGswX0THMuJHIrgDGglsMZu4nxI0oItgcbjUHP7MyRaanwXrHywvlAFj8E6v+dqZ8MTI9BzHO2DtaC9KY1wIEYurXCO4JrbjyA6CvzO80wwznS3tMAFDpfBKdArnkY4ECOXqwTWUqZvA1mJp4L/+4wKf8ZxDeyE26AlLBBD9HUC14GWr8mezWEc2/oiiNZM/TumGbRLkdQ6nChOT9eJWw3ffakwjjuMRF5wUg9b4QnE5hOHKTVNsSuO3qW9SosN/Yn4KmAQbnnl040f4pelVLCb5Pxq6/st7Vfipn5DwaYjlyn9wgpnSqVM8wwrbDpymdIvrHCmVMo0z15X4X9rh8wHLEjawQAAAABJRU5ErkJggg==')}.x-tab .x-button-icon.search,.x-button .x-button-icon.x-icon-mask.search{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.settings,.x-button .x-button-icon.x-icon-mask.settings{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.star,.x-button .x-button-icon.x-icon-mask.star{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFfUlEQVRoBd2aXahVRRTHz/Ujv+2mZRGZB7W6mtpFikC7+UWUZiqBD0JPFdRL1EMFPfjoU4baS0FUD/UWZBEVShA+BCpmWApRSkgllNpDmZWZt9//eOay72afvWfWOTPn3rvgz8yeWbPW+s/XmT379AwODtZSSQ+CryVgA/gVfIx/pelEhFMBVlvBOaBeFo6Cean8y09KsnMg932TqCOs9M2UhMfhMJVsxtHcAmcbmekLCsqjFKUkvAYG1xSwmEHZqoLyKEVJCDOCNxH9HUCbVl6mULAuXxjrOQlhgl8Bbi0h0Uen3FBS37GqVIQHiHh2SdR16jTlo0t0woycpuxiUDSdHcFeMv3uIWYanTDB3wIWVZBQHP10zuQKvbarUxDWT1HRz1E++Ds99fLtgp6jEmbExhPNcs+IbkZPiCpRCRP5TPCQJ4MJ6A3QSUqjSWzC2ozuC4j+fnSnB+gHq8YmvJKIJgVEpRPX9QH6waqxCa8PjEhHT981H2j6qno0wqzF63BhOUxsom3Zb7aJqGsUjTAONFJlpysXQz7VuXpavrBTzzEJaz1adlzNjHs6RTBvJyZhjZTF/kTaWZZCnlvhsyWgQkPZQpagzsX1bFlAXjGtDdAPUu1p3PPQhCCXkdwG/mta0PWLds060AuAnqtEOjpdbQR3VymX1P9F3UfgGJA9X9F92c/ADaQ2P8V0DJ4/kDbeYKaSvgI2AN0+OGJK1VAbSIhTOXEOybYll2kte77yD4rqrHyb85S9Cl4HtReAyI11/A7HpRq5PSD6oR0f3Rad+H7S1DvV7UgS+tc1cU3n3V/AWJ/SX8BxVuMinow2rNNjlPQVeH0GFg378kDBfLAPXARjZbTPwmUXmOG+bgz71EKFfqKeAUWfREZbJxyCxyOOqEuHER4qrNUWovwy0CFktBHV4eNZMNvxyaaFhKWAaBt/HJwEo4W0luSKLMF8viVhp4iBeeBd8CcYqcQ1qi+CKS7uVmklYdcQY0+C42Ckkf6EmO51cVal3oRlCFkCdKgfCWtbo7obDO3AVWQbHHyUsjo40E6uq9cvQbdG+wN892fj8s0HjXDWKA51/t4JUo72H/jTDtybjSUkbyYsJ0gdfAtSjfTn+JoWQjCv2+57a4M1QaQSvZvrMsIs7RJejGcdUlLJUhzpZsYsZsJcCen6ZwCE3IaYA2021OfUdU3fJltmwni7Fvh+KDMF16KR3ux0lWuSdgjPxeNdJq/tNdKNqJaSSUyEmVK6JNPomtqbIh3eSKNsEmvAarfJ5LEzjbbR59MtpqyEb8eZjpndkhtxvNri3Er4YZxpx+yW6Jdhi8V5MOHm+n0QZ9afo0u0fQO8A5S3iPaQ1cTSG9w4f/SqesZBH/gRWI6T+gyyxfkgvw2cMdrS+/lTzpZvGnyWxsnTwHLRd4R2a/OBqQyoztKBe/P2qp6DCBOUptKHhuA+pU1fq2Co0/F0L9CVaghxXTbWW9ktKg8lrFfCrwODeh/9wgu1bEDo6OT2Fvgb+JLWq+nQEsnaa5UPJbwKBxc8A9KXPG1O3u+u6E4F24GvD3XMDjCxFcF8uTdhjGpHfwn49L42lCeAdyDZwGi3HpwAPr6+Q29htn1ZPoSwfuz3ewShXVcBNz62lzkvq6O9DjZHgQ9p72kdQljvob9VBPAN9Q+UEQmpw5b+Sf8e0FotI/4a9ZN8bIcQXlnh9AD1y3ychuhgU0tpJyhb14epn+ljN+Sk9S9G1ct50d8SdgF9x9EO3lHB5hXwPEYfA8dbGD9LuWZBtfj0inSQWUDTKzu1dAB5Dkz2tdOOHn70LvwVyMag/FYwzse295Rukq5j+G1wEOib66PAy5FPMD46+NPmqTV7CpwGGvkJPm2l8z8GWDNDloqpGQAAAABJRU5ErkJggg==')}.x-tab .x-button-icon.trash,.x-button .x-button-icon.x-icon-mask.trash{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFBElEQVRoBe2aS4gdRRRA8+L/m0QIJkYNLlQUNOAvigpRcCEIcSsiCLoLLoILcaM7QVBX4koRshDxt9CFKCoiuvGDCP5QkxCiJhInRo2Ovzie80gPNWX1dL3uesM09IUz3V1169a9daur+031aG5ubkUpGY1GK7G1Dq4Cz9vKiIY74Sv8+72tkWQ7Ay4Bxo+Hu2E3/AuOZBf+ov2TsL6Ef5WNUsGazXvgEHQJMm77N/aeg3Mrh7seOweMM2bWYH+B2OES1/9g9w0oEnSngHHCYO+FGSgRXJ0NM/0idA565BRpKyxSt9J2B5xWY+Mw5Udq6uqKT6XimESlmX4d7sTnA4n6rKJjs7QSSgTrSno7nJyodtFyGr4AP4G6TeLIHweb4A44C0LR1xtgCzwP7aTtIkBvLlSfQjwNZyl7FNa0sU077V4DX0Js25X7cRjPzDb2Nd5FnK7xPbGXskdwxsxOLLRzdnwIj8GvkQFnypqobKLLrgGnOjMzP6cqJijzfn0NXPljmXRNWNC+dcBHM7HA2NELp10nwbaz5iC4OsdidTyrYp3a68ZFi7XJFfNsOBGcUmFnPpbiBWkVZefT7g+OXcTF0EUsFPtaje0Lw0LOzfoM49B4Gy36WMKwK+WDcC2cAmGwXK7YAAYdym9c+NiIdUOdnHODc6DjpPioix9LBvwtPE3QOzjWi7MjBS0M8CGY1huUA1ISg/4cNqXiqcqSwVqJ3AQ/QEmnpm3LR+IzsLYKMD4mA6bBOfAKuFpO28nS9v0Bcxckn9V1Ad9Pg2m/H5cONLT3Mf5fFGfX63hBQG8s7/LXxcdV0nvjMtgKp0MojuaroM60xYB8Z78ZTog6c515B1ylXey+ARe3/0tqFNCy0RjrkdvgOwhH0TeiB2A1uMBNGx9Ta+FZiP34mrIrQR39cECSUzqZYYIcR0mjJtmFwmHUvdenLjwmnUl7Eh05+LP40fjvoGTACYN1Rc6CecGhM7lw2lt+AA7Fg4fOespXgYO0j3pvnXmh3rY+/52+vrXtRSd841rQJ/WV1JVX9eNj14DnjeHnJVw8DBeAnX8A2ynfXwXN+cWUPQUOjNl6i7Jt1I9nCOe+1V0NT4AB/wkvw31QRIoFjDfnwRXgfVbJGZzsry44boTNUGVjlvOToPpV5FvbjXApKE7VLZ6UkpWlDGHH+96pV93/4TSsujGA8MeF51Xw6njuO3soKTth/UTnJQOeqONFlKsBW0SlfdVyDLh9NBkth4AzBqnXKkOGe52+DOeHDGcMUq9Vhgz3On0Zzg8ZzhikXqsMGe51+jKcHzKcMUi9Vhky3Ov0ZTg/ZDhjkHqtMmS41+nLcH7IcMYg9VplOWY4/Md88cEtHbDOVg5Xx9jpsM9Yx52JeAcw1ontTXRdcm9pFz3vBveHdNJN6YPVRhrnivtMlruZ5g7DFxBuXLut8j7sA/d43Yr5CIpJsYAJ7DN2/27Bsw1gwAb3I8wLOp+g4w6+nw/6HddOyszqWDg/Qv2bXFwH4+1SyhyUYtI1YLc85wXn/ORAagWdPVRKUqh3AJwtdTLeWq2rbCoP76cm3bjeLG6ELjZim03XJujyJqXF6rtmeDvGNzMN/ajEAZi2rKOD67t00jVgN7+3dnFgqdsu5XRc6tiS/eUGvBTTNengBIVZPuYG7LcYPjdluYk++bTw++pGyQ34bSy9B35Vs5zEYGfgJfg+x7H/ADoy2VfnrtXoAAAAAElFTkSuQmCC')}.x-tab .x-button-icon.maps,.x-button .x-button-icon.x-icon-mask.maps{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAADl0lEQVRoBe2b24tNURzHjfutXEPycDAltwhJbuMSJUqSB/HiES/+AK9ePc6T8uCFkImQW5KGkdwSxYyMGkZu45bbDOPzyZyTrJnjnDkGrVm/+szas2bv397f33ftPS+/Vdba2toj5igj0NcfRkG/3qWIJdcIrs/AO6gDq7cKPkOjUNAmxr8ePJsix8NUWAvLoapowSQawIUzYCZUwAqohF3QAjtgGTyCy5x/nfEu1MNDCmAxuiS4Vy8ST4DZMB9WwiTIRUGC26q1gKtWwyyYBsPB5aLIL5CNTxzotDeWTeA5DUKuO4xXoQbxHpcUbSIzJFkDi0EzdLYnBNGuYJJ4ch+YAhvB5TAORsKvib4x97vwPpk2FjJuhibu85zxAlyCangBLRQib06u68t5vk4uVYVqgO+oqy9v5ASTRLd0LQNLYB24bAfBnw5zikX0HtuhGW5ANY9ylvEBvIY3FOArcz7rWHCpboBFMAxyGjguKIZy1jzYCqfAD5BLslB8J3dCP/AdOgo+fKHXd3Sebh+EctCMieBK6Oj8QuYrXZ7roQr88PiSD4b/IVyyfhB9jQy/uppTUijYhANLytJ1F/sxzL7POpg97vQdFfwVTNYtQsHdKpLg2O1ODieHI6tAWtKRGRrISQ4HJYlsIjkcmaGBnORwUJLIJpLDkRkayEkOByWJbCI5HJmhgZzkcFCSyCaSw5EZGshJDgcliWwiORyZoYGc5HBQksgmksORGRrISQ4HJYlsIjkcmaGBnORwUJLIJpLDkRkayEkOByWJbKLbOVx0r3E7httIbttwNvzddt//JWxIfQynYX8pgu2TbgBbjw9Ds53sNHJv49gOehu5bUe2DfjXojDVpWG/9iu4CEegBp7xfO+LFfyGC5+AiQ7BFXj/c8s+xw+Z24PwvYwKnQxLoQLccGEB7Hsu9t5ckjcU2QjuozgA5+Apz9PCmItCbvqWs2vhJpwBl8ZrEuVtOebPtiWLbf2ymyL0ZVT8XJgDbgHIgFsPOhPmr4d7oAnHue9txg6jI8EfueIaHIOrcAuafieSc/IG19vw7TYD6UEBbE4vhwxMB7cizIYhYPT6MeR+WjBFPoCToEgF1hb6bD8LNpHLwT0L56EOGkhUchc6edoNcruvQWoQ7/6GMTAa3E2zACxGNjRhH9wHV4zP9oGxqCjj7C0wA06Ay/YliRT/T4MCuGnEfQ4feJ5mfvdfaG+OXSWdju+VpAoIK3D9tAAAAABJRU5ErkJggg==')}.x-tab .x-button-icon.locate,.x-button .x-button-icon.x-icon-mask.locate{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.home,.x-button .x-button-icon.x-icon-mask.home{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAEK0lEQVRoBe2Zy28NURzHe/vwqEepYkFIQzxWaCOC2HhELEgQImhXIrqyIEXikVQi+gdIwx9AItg1NiJELMSGhKQbobY2VY9Srfp8m5lmTO/cOXN7Zu656f0ln8zMnTNnft/z+505j5sbGxurmk5WPZ3ESuu0E1xbigjncrka3jsbftClIvsU5RZ65aLK5Lj/C75SzSjHWCuJYLxqhPXwBgYhylq4sRaixChDP8EzGIJ4UwNnCR6tgFswANegKer93LsLim4herm/JKqO8O+ZRdhL42acOwunYAacg2Hu3ePYj3Ph1A1fU2ySmZSZeCiTjxaC1LAboRs6QGJl8+AKXIU1kLqlHmHEqlFboQv2gD40QdPHqx3qKdtJkD8Hb9o+TzXCXmT1cboB+cT6evTVPgIXeWYl6DoVSy3COF2Hx0rjTthp4L0a/4xXrofn33OeqH8avKMqFcE4O4uXb4ULsNfEEa+M0v00LIIuCKc/P03NrAtGrD5Iiuh10Dia1JTOR0EZsjjpw3HlrQpGbD0v3AzFig36e4CLkeAPNs6tCUbsHBxS+mpsLSayYT2KtLBqVgQjdgFe7QP1u9VWPbRc2ZQFe2LV5zSBWG7ZP+vVTUkwYhvx6DicB+fFqvWKFuyJ1QxJ00It48rCNNgnNi+N23hQaVw2YiU0cYQRq9Q9CJdBKV1q02zMeEaWSDBil1L5JTgBDeCCzcUJ8cXImfACOeqayjbBffgDfqu6cPyJP3dgVZTvwd9jdzuoSFmgicRDGAYXRIZ9+I5fPbA6KC7feUHBVKD5rJZ1EutaZMOiv+HjbWjJJ9T/LVIwDyqyh+ApuC7WFy/RCk4r5HyRwWNewRSW2N3wGv6CX2E5HBWcB9AaFOqfTxJMQa1lNewosqNQDiLDPmqv+hFsgzpfrI7/CeamVjwnQZEtV7G+eEX6MeyHGl/0hGB+1MJdYt+B/1C5H9UdX8J2qJ6IMBfz4Ri8hXIXGfZfmdoLWr5W1zJ7ktg2aId18BuiTHNvDVUumQSNxDikLSdtBzdok0yCD8MyiLNmCqhxXBL9An+egNI3yqRT9z+O92FO/O2UuOMuymoqF06bUl53489MQw21Gm8lWmkRa6R/oVaMfT6lAmrsUVMNRa2HU3I8k2orgjNp5hK+ZLwPp/x+fR+0ONfMp9BfJ+qLmulpyze1zMtC8AACbkI/xAneQZkO0JiZimUheAjPn0MfxAnWVo3RiEG5oiwLwXJsmGFDK5iCxrCnGZNSOzVLra+EPDZ9T6EMCFVZ3KWpI8XV7uBTFcEOBsWqS5UIW21OByurRNjBoFh1qRJhq83pYGWVCDsYFKsuVSJstTkdrGz8L0VTv1i+NVF2CyTJDC0LX7E8HIx7D/Vrb3wDaLvY1D5QsI/6jXZUEwk29cDlckki5bIOY9+mneB/GfbU3e4Ey5kAAAAASUVORK5CYII=')}.x-button.x-button-action,.x-toolbar .x-button.x-button-action,.x-button.x-button-action-round,.x-toolbar .x-button.x-button-action-round,.x-button.x-button-action-small,.x-toolbar .x-button.x-button-action-small{border:0.1em solid #003d99;border-top-color:#0047b3;color:white}.x-button.x-button-action.x-button-back:before,.x-button.x-button-action.x-button-forward:before,.x-toolbar .x-button.x-button-action.x-button-back:before,.x-toolbar .x-button.x-button-action.x-button-forward:before,.x-button.x-button-action-round.x-button-back:before,.x-button.x-button-action-round.x-button-forward:before,.x-toolbar .x-button.x-button-action-round.x-button-back:before,.x-toolbar .x-button.x-button-action-round.x-button-forward:before,.x-button.x-button-action-small.x-button-back:before,.x-button.x-button-action-small.x-button-forward:before,.x-toolbar .x-button.x-button-action-small.x-button-back:before,.x-toolbar .x-button.x-button-action-small.x-button-forward:before{background:#003d99}.x-button.x-button-action,.x-button.x-button-action.x-button-back:after,.x-button.x-button-action.x-button-forward:after,.x-toolbar .x-button.x-button-action,.x-toolbar .x-button.x-button-action.x-button-back:after,.x-toolbar .x-button.x-button-action.x-button-forward:after,.x-button.x-button-action-round,.x-button.x-button-action-round.x-button-back:after,.x-button.x-button-action-round.x-button-forward:after,.x-toolbar .x-button.x-button-action-round,.x-toolbar .x-button.x-button-action-round.x-button-back:after,.x-toolbar .x-button.x-button-action-round.x-button-forward:after,.x-button.x-button-action-small,.x-button.x-button-action-small.x-button-back:after,.x-button.x-button-action-small.x-button-forward:after,.x-toolbar .x-button.x-button-action-small,.x-toolbar .x-button.x-button-action-small.x-button-back:after,.x-toolbar .x-button.x-button-action-small.x-button-forward:after{background-color:#0066ff}.x-button.x-button-action .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-action .x-button-icon.x-icon-mask,.x-button.x-button-action-round .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-action-round .x-button-icon.x-icon-mask,.x-button.x-button-action-small .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-action-small .x-button-icon.x-icon-mask{background-color:white}.x-button.x-button-action.x-button-pressed,.x-button.x-button-action.x-button-pressed:after,.x-button.x-button-action.x-button-active,.x-button.x-button-action.x-button-active:after,.x-toolbar .x-button.x-button-action.x-button-pressed,.x-toolbar .x-button.x-button-action.x-button-pressed:after,.x-toolbar .x-button.x-button-action.x-button-active,.x-toolbar .x-button.x-button-action.x-button-active:after,.x-button.x-button-action-round.x-button-pressed,.x-button.x-button-action-round.x-button-pressed:after,.x-button.x-button-action-round.x-button-active,.x-button.x-button-action-round.x-button-active:after,.x-toolbar .x-button.x-button-action-round.x-button-pressed,.x-toolbar .x-button.x-button-action-round.x-button-pressed:after,.x-toolbar .x-button.x-button-action-round.x-button-active,.x-toolbar .x-button.x-button-action-round.x-button-active:after,.x-button.x-button-action-small.x-button-pressed,.x-button.x-button-action-small.x-button-pressed:after,.x-button.x-button-action-small.x-button-active,.x-button.x-button-action-small.x-button-active:after,.x-toolbar .x-button.x-button-action-small.x-button-pressed,.x-toolbar .x-button.x-button-action-small.x-button-pressed:after,.x-toolbar .x-button.x-button-action-small.x-button-active,.x-toolbar .x-button.x-button-action-small.x-button-active:after{background-color:#0058db}.x-button.x-button-confirm,.x-toolbar .x-button.x-button-confirm,.x-button.x-button-confirm-round,.x-toolbar .x-button.x-button-confirm-round,.x-button.x-button-confirm-small,.x-toolbar .x-button.x-button-confirm-small{border:0.1em solid #263501;border-top-color:#374e02;color:white}.x-button.x-button-confirm.x-button-back:before,.x-button.x-button-confirm.x-button-forward:before,.x-toolbar .x-button.x-button-confirm.x-button-back:before,.x-toolbar .x-button.x-button-confirm.x-button-forward:before,.x-button.x-button-confirm-round.x-button-back:before,.x-button.x-button-confirm-round.x-button-forward:before,.x-toolbar .x-button.x-button-confirm-round.x-button-back:before,.x-toolbar .x-button.x-button-confirm-round.x-button-forward:before,.x-button.x-button-confirm-small.x-button-back:before,.x-button.x-button-confirm-small.x-button-forward:before,.x-toolbar .x-button.x-button-confirm-small.x-button-back:before,.x-toolbar .x-button.x-button-confirm-small.x-button-forward:before{background:#263501}.x-button.x-button-confirm,.x-button.x-button-confirm.x-button-back:after,.x-button.x-button-confirm.x-button-forward:after,.x-toolbar .x-button.x-button-confirm,.x-toolbar .x-button.x-button-confirm.x-button-back:after,.x-toolbar .x-button.x-button-confirm.x-button-forward:after,.x-button.x-button-confirm-round,.x-button.x-button-confirm-round.x-button-back:after,.x-button.x-button-confirm-round.x-button-forward:after,.x-toolbar .x-button.x-button-confirm-round,.x-toolbar .x-button.x-button-confirm-round.x-button-back:after,.x-toolbar .x-button.x-button-confirm-round.x-button-forward:after,.x-button.x-button-confirm-small,.x-button.x-button-confirm-small.x-button-back:after,.x-button.x-button-confirm-small.x-button-forward:after,.x-toolbar .x-button.x-button-confirm-small,.x-toolbar .x-button.x-button-confirm-small.x-button-back:after,.x-toolbar .x-button.x-button-confirm-small.x-button-forward:after{background-color:#6c9804}.x-button.x-button-confirm .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-confirm .x-button-icon.x-icon-mask,.x-button.x-button-confirm-round .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-confirm-round .x-button-icon.x-icon-mask,.x-button.x-button-confirm-small .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-confirm-small .x-button-icon.x-icon-mask{background-color:white}.x-button.x-button-confirm.x-button-pressed,.x-button.x-button-confirm.x-button-pressed:after,.x-button.x-button-confirm.x-button-active,.x-button.x-button-confirm.x-button-active:after,.x-toolbar .x-button.x-button-confirm.x-button-pressed,.x-toolbar .x-button.x-button-confirm.x-button-pressed:after,.x-toolbar .x-button.x-button-confirm.x-button-active,.x-toolbar .x-button.x-button-confirm.x-button-active:after,.x-button.x-button-confirm-round.x-button-pressed,.x-button.x-button-confirm-round.x-button-pressed:after,.x-button.x-button-confirm-round.x-button-active,.x-button.x-button-confirm-round.x-button-active:after,.x-toolbar .x-button.x-button-confirm-round.x-button-pressed,.x-toolbar .x-button.x-button-confirm-round.x-button-pressed:after,.x-toolbar .x-button.x-button-confirm-round.x-button-active,.x-toolbar .x-button.x-button-confirm-round.x-button-active:after,.x-button.x-button-confirm-small.x-button-pressed,.x-button.x-button-confirm-small.x-button-pressed:after,.x-button.x-button-confirm-small.x-button-active,.x-button.x-button-confirm-small.x-button-active:after,.x-toolbar .x-button.x-button-confirm-small.x-button-pressed,.x-toolbar .x-button.x-button-confirm-small.x-button-pressed:after,.x-toolbar .x-button.x-button-confirm-small.x-button-active,.x-toolbar .x-button.x-button-confirm-small.x-button-active:after{background-color:#547503}.x-button.x-button-decline,.x-toolbar .x-button.x-button-decline,.x-button.x-button-decline-round,.x-toolbar .x-button.x-button-decline-round,.x-button.x-button-decline-small,.x-toolbar .x-button.x-button-decline-small{border:0.1em solid #630303;border-top-color:#7c0303;color:white}.x-button.x-button-decline.x-button-back:before,.x-button.x-button-decline.x-button-forward:before,.x-toolbar .x-button.x-button-decline.x-button-back:before,.x-toolbar .x-button.x-button-decline.x-button-forward:before,.x-button.x-button-decline-round.x-button-back:before,.x-button.x-button-decline-round.x-button-forward:before,.x-toolbar .x-button.x-button-decline-round.x-button-back:before,.x-toolbar .x-button.x-button-decline-round.x-button-forward:before,.x-button.x-button-decline-small.x-button-back:before,.x-button.x-button-decline-small.x-button-forward:before,.x-toolbar .x-button.x-button-decline-small.x-button-back:before,.x-toolbar .x-button.x-button-decline-small.x-button-forward:before{background:#630303}.x-button.x-button-decline,.x-button.x-button-decline.x-button-back:after,.x-button.x-button-decline.x-button-forward:after,.x-toolbar .x-button.x-button-decline,.x-toolbar .x-button.x-button-decline.x-button-back:after,.x-toolbar .x-button.x-button-decline.x-button-forward:after,.x-button.x-button-decline-round,.x-button.x-button-decline-round.x-button-back:after,.x-button.x-button-decline-round.x-button-forward:after,.x-toolbar .x-button.x-button-decline-round,.x-toolbar .x-button.x-button-decline-round.x-button-back:after,.x-toolbar .x-button.x-button-decline-round.x-button-forward:after,.x-button.x-button-decline-small,.x-button.x-button-decline-small.x-button-back:after,.x-button.x-button-decline-small.x-button-forward:after,.x-toolbar .x-button.x-button-decline-small,.x-toolbar .x-button.x-button-decline-small.x-button-back:after,.x-toolbar .x-button.x-button-decline-small.x-button-forward:after{background-color:#c70505}.x-button.x-button-decline .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-decline .x-button-icon.x-icon-mask,.x-button.x-button-decline-round .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-decline-round .x-button-icon.x-icon-mask,.x-button.x-button-decline-small .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-decline-small .x-button-icon.x-icon-mask{background-color:white}.x-button.x-button-decline.x-button-pressed,.x-button.x-button-decline.x-button-pressed:after,.x-button.x-button-decline.x-button-active,.x-button.x-button-decline.x-button-active:after,.x-toolbar .x-button.x-button-decline.x-button-pressed,.x-toolbar .x-button.x-button-decline.x-button-pressed:after,.x-toolbar .x-button.x-button-decline.x-button-active,.x-toolbar .x-button.x-button-decline.x-button-active:after,.x-button.x-button-decline-round.x-button-pressed,.x-button.x-button-decline-round.x-button-pressed:after,.x-button.x-button-decline-round.x-button-active,.x-button.x-button-decline-round.x-button-active:after,.x-toolbar .x-button.x-button-decline-round.x-button-pressed,.x-toolbar .x-button.x-button-decline-round.x-button-pressed:after,.x-toolbar .x-button.x-button-decline-round.x-button-active,.x-toolbar .x-button.x-button-decline-round.x-button-active:after,.x-button.x-button-decline-small.x-button-pressed,.x-button.x-button-decline-small.x-button-pressed:after,.x-button.x-button-decline-small.x-button-active,.x-button.x-button-decline-small.x-button-active:after,.x-toolbar .x-button.x-button-decline-small.x-button-pressed,.x-toolbar .x-button.x-button-decline-small.x-button-pressed:after,.x-toolbar .x-button.x-button-decline-small.x-button-active,.x-toolbar .x-button.x-button-decline-small.x-button-active:after{background-color:#a40404}.x-sheet{padding:0.7em;border-top:1px solid black;height:auto;background-color:rgba(0, 0, 0, 0.9);-webkit-border-radius:0;border-radius:0}.x-sheet-inner > .x-button{margin-bottom:0.5em}.x-sheet-inner > .x-button:last-child{margin-bottom:0}.x-sheet.x-picker{padding:0}.x-sheet.x-picker .x-sheet-inner{position:relative;background-color:#fff;-webkit-background-clip:padding;background-clip:padding-box;overflow:hidden;margin:0.7em}.x-sheet.x-picker .x-sheet-inner .x-picker-slot .x-body{border-left:1px solid #999999;border-right:1px solid #ACACAC}.x-sheet.x-picker .x-sheet-inner .x-picker-slot:first-child .x-body{border-left:0}.x-sheet.x-picker .x-sheet-inner .x-picker-slot:last-child .x-body{border-left:0;border-right:0}.x-picker-slot .x-scroll-view{z-index:2;position:relative}.x-picker-slot .x-scroll-view:first-child{-webkit-box-shadow:none}.x-picker-mask{position:absolute;top:0;left:0;right:0;bottom:0;z-index:3;display:-webkit-box;display:box;-webkit-box-align:stretch;box-align:stretch;-webkit-box-orient:vertical;box-orient:vertical;-webkit-box-pack:center;box-pack:center;pointer-events:none}.x-picker-bar{border-top:0.12em solid #0066ff;border-bottom:0.12em solid #0066ff;height:2.5em;background-color:rgba(13, 105, 242, 0.3)}.x-picker-slot-title{position:relative;z-index:2;background-color:#3d4c5b;border-top:1px solid #3d4c5b;border-bottom:1px solid #14191e;-webkit-box-shadow:0px 0.1em 0.3em rgba(0, 0, 0, 0.3);padding:0.2em 1.02em}.x-picker-slot-title > div{font-weight:bold;font-size:0.8em;color:black}.x-picker-slot .x-dataview-inner{width:100%}.x-picker-slot .x-dataview-item{vertical-align:middle;height:2.5em;line-height:2.5em;font-weight:bold;padding:0 10px}.x-picker-slot .x-picker-item{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.x-picker-right{text-align:right}.x-picker-center{text-align:center}.x-picker-left{text-align:left}.x-tabbar.x-docked-top{border-bottom:.1em solid;height:2.6em;padding:0 .8em}.x-tabbar.x-docked-top .x-tab{padding:0.4em 0.8em;height:1.8em}.x-tabbar.x-docked-top .x-button-label,.x-tabbar.x-docked-top .x-hasbadge .x-badge,.x-hasbadge .x-tabbar.x-docked-top .x-badge{font-size:.8em;line-height:1.2em;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}.x-tabbar.x-docked-bottom{border-top:.1em solid;height:3em;padding:0}.x-tabbar.x-docked-bottom .x-tab{min-width:3.3em;position:relative;padding-top:.2em}.x-tabbar.x-docked-bottom .x-tab .x-button-icon{-webkit-mask-size:1.65em;width:1.65em;height:1.65em;display:block;margin:0 auto;position:relative}.x-tabbar.x-docked-bottom .x-tab .x-button-label,.x-tabbar.x-docked-bottom .x-tab .x-hasbadge .x-badge,.x-hasbadge .x-tabbar.x-docked-bottom .x-tab .x-badge{margin:0;padding:.1em 0 .2em 0;font-size:9px;line-height:12px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}.x-tab .x-button-icon.bookmarks,.x-button .x-button-icon.x-icon-mask.bookmarks{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.download,.x-button .x-button-icon.x-icon-mask.download{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.favorites,.x-button .x-button-icon.x-icon-mask.favorites{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFfUlEQVRoBd2aXahVRRTHz/Ujv+2mZRGZB7W6mtpFikC7+UWUZiqBD0JPFdRL1EMFPfjoU4baS0FUD/UWZBEVShA+BCpmWApRSkgllNpDmZWZt9//eOay72afvWfWOTPn3rvgz8yeWbPW+s/XmT379AwODtZSSQ+CryVgA/gVfIx/pelEhFMBVlvBOaBeFo6Cean8y09KsnMg932TqCOs9M2UhMfhMJVsxtHcAmcbmekLCsqjFKUkvAYG1xSwmEHZqoLyKEVJCDOCNxH9HUCbVl6mULAuXxjrOQlhgl8Bbi0h0Uen3FBS37GqVIQHiHh2SdR16jTlo0t0woycpuxiUDSdHcFeMv3uIWYanTDB3wIWVZBQHP10zuQKvbarUxDWT1HRz1E++Ds99fLtgp6jEmbExhPNcs+IbkZPiCpRCRP5TPCQJ4MJ6A3QSUqjSWzC2ozuC4j+fnSnB+gHq8YmvJKIJgVEpRPX9QH6waqxCa8PjEhHT981H2j6qno0wqzF63BhOUxsom3Zb7aJqGsUjTAONFJlpysXQz7VuXpavrBTzzEJaz1adlzNjHs6RTBvJyZhjZTF/kTaWZZCnlvhsyWgQkPZQpagzsX1bFlAXjGtDdAPUu1p3PPQhCCXkdwG/mta0PWLds060AuAnqtEOjpdbQR3VymX1P9F3UfgGJA9X9F92c/ADaQ2P8V0DJ4/kDbeYKaSvgI2AN0+OGJK1VAbSIhTOXEOybYll2kte77yD4rqrHyb85S9Cl4HtReAyI11/A7HpRq5PSD6oR0f3Rad+H7S1DvV7UgS+tc1cU3n3V/AWJ/SX8BxVuMinow2rNNjlPQVeH0GFg378kDBfLAPXARjZbTPwmUXmOG+bgz71EKFfqKeAUWfREZbJxyCxyOOqEuHER4qrNUWovwy0CFktBHV4eNZMNvxyaaFhKWAaBt/HJwEo4W0luSKLMF8viVhp4iBeeBd8CcYqcQ1qi+CKS7uVmklYdcQY0+C42Ckkf6EmO51cVal3oRlCFkCdKgfCWtbo7obDO3AVWQbHHyUsjo40E6uq9cvQbdG+wN892fj8s0HjXDWKA51/t4JUo72H/jTDtybjSUkbyYsJ0gdfAtSjfTn+JoWQjCv2+57a4M1QaQSvZvrMsIs7RJejGcdUlLJUhzpZsYsZsJcCen6ZwCE3IaYA2021OfUdU3fJltmwni7Fvh+KDMF16KR3ux0lWuSdgjPxeNdJq/tNdKNqJaSSUyEmVK6JNPomtqbIh3eSKNsEmvAarfJ5LEzjbbR59MtpqyEb8eZjpndkhtxvNri3Er4YZxpx+yW6Jdhi8V5MOHm+n0QZ9afo0u0fQO8A5S3iPaQ1cTSG9w4f/SqesZBH/gRWI6T+gyyxfkgvw2cMdrS+/lTzpZvGnyWxsnTwHLRd4R2a/OBqQyoztKBe/P2qp6DCBOUptKHhuA+pU1fq2Co0/F0L9CVaghxXTbWW9ktKg8lrFfCrwODeh/9wgu1bEDo6OT2Fvgb+JLWq+nQEsnaa5UPJbwKBxc8A9KXPG1O3u+u6E4F24GvD3XMDjCxFcF8uTdhjGpHfwn49L42lCeAdyDZwGi3HpwAPr6+Q29htn1ZPoSwfuz3ewShXVcBNz62lzkvq6O9DjZHgQ9p72kdQljvob9VBPAN9Q+UEQmpw5b+Sf8e0FotI/4a9ZN8bIcQXlnh9AD1y3ychuhgU0tpJyhb14epn+ljN+Sk9S9G1ct50d8SdgF9x9EO3lHB5hXwPEYfA8dbGD9LuWZBtfj0inSQWUDTKzu1dAB5Dkz2tdOOHn70LvwVyMag/FYwzse295Rukq5j+G1wEOib66PAy5FPMD46+NPmqTV7CpwGGvkJPm2l8z8GWDNDloqpGQAAAABJRU5ErkJggg==')}.x-tab .x-button-icon.info,.x-button .x-button-icon.x-icon-mask.info{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAHOElEQVRoBdWbXYgVZRjHXdf8ysjUQl011lbRIFEjM6Uu0iyiEDG86EItKoIuuhDJCgoioouugqKbgi4CKwulILG0mxLTUtMyTWQNPzLTPszU1cx+v+OZw9nZM3POmZl3zQd+zMz7zvs8z//MvF+z2nLhwoU+oaylpWUQvvvDYGiDdjgP1dbKRSccglNwlpxOcwxiLUULRqTCRsNUmAk3wS3QiG3hpp2wCbbDYfLzhyjMChOM0FlkNR3mw61wFeSxv2j8FayBrQjfmMdZpa1POA84UuD7cBzsHyHQtzHm58nVtpnEErgvzIB34Rj8CyGEVvs0hrGMaey+WcQ3LZhAQ+FZsG/1htBq0Z4b09jmMLRZ0U0JJsA0eAccTeOJ9Pa1OZjLtGZENywYx0tgDzit9La4pHjmYk5LGhXdkGAcLoPDcCle4SSxUbk5mduyRkSnCsaJi4IV4GARBSj6eALfR8sxunLEMUdzbU0TniiYho7ED8GvULRI/UV9cDbnrsauheXQCVnjmas5J47gaYJdSPwAIfqsPlfEnwRl/eBBOAlZROvXnGfFfUfXNQXTYCKsg38gS+B6bT6MEogfiTcKNuaIa87mPjHu2+segrnRBf8bYN+ql3jW+ntrJVNK6OJGw+VkVt+2M3c1DIrHsZ9WjPVwCxcLYQ4MqVQUf/Jjikt3VnnX4eauhoVlTZVw3QRTOhmWwjhQfCi7ppZjkjOf62FCrfomysxdDUtBTRWrCCZYK6WLYAo4aoa0JxKcu2x9CsYk1DdTrAa1LCpru9g2ese58lddD+cgT/9ppK2j8ONR7HLf9Um8B0XOCmpR04QoVmnQosDp4BHYD40kXMQ9zsPfgSI/hyNQhN+4j/34VVu/0g9b/nXbKFgJf0O8weV+rSa1tam1b3kUm0SB77sj5KUw18OhTE1qm6RWBy07t0O4S7veto8J6FLwbng+YHC1qbE0GDtnrYXeGKzsHj7NT2AejKgMJn36DODaASZEF1KbGof4hJ2vXM45cIW2nwjwKDyA0HXgDicyl4RpC5LovixHtalxnCcd4PwX0hTjcvEFRO5ICBRyoWNINXYo2Ek+5DJyP/6fgZWI9XVNs3r1aW3r1alxjIJHQqjR+Vt8L0fnpxzrmU+45pKzXsMG69U4UsHDYWCDjRq9zYFpCzwGLi5K5qyA+KQpSMHt5VtDHNQ4XMEh+s5R/L4CuxSIUKeDO8BX1pG4lrlDmlqrosCy0jxcoL+KK5PvgFbEOka8CKsgbRd0u/dDUPMJh7ArcXon/A4PwwxwyvkKkuwuKi5bwYqaDbdBNAP8wvn3kGQ+4RDdq1u8UE/YINUjv313L/35bLfo5Qte+xs5va5WXdFlrrRMImnkLCreaRxtSnE2i7q8n3VS3Jeq1HhWwY6o7k1Dmn/r3ZgSYCZ1g1Lqi6hS41EFHwC/QIQ0P5D7vbiH8Tq7DnD7Frr/qvGAgvfBnxDSNqcsOJx7Xe2FNjXuU/BeOAah1rHn8f0FJJkDlk85pKlNjXsV7KPeA34KCWUuM5OsN760qE2NJxXcBevBfhbCOnFqsB5G/72aQj8vVVuIN01tauyKFvPbuHBhEGJ6+hK/SSLaqBsPmrFfhZe9KND0q7ZtjiM+Ye0guIXzPS/atuPQflzLxlI4Go6AOys/wq+Gn6EoU5Pa1Fj6G7Dfpp0nfeT+EkXaOZx9jf+kJ+xqbAPcxy1vwhnOd8MuKMrUtB7fauz2HcsgBuuAQVCEHcLJ8RRHrr42kExpWqRPu3mYDTektGmmyhVe9x+QYJU/mVK5AHwF/QblU8nLWnyMrY6Rds69T4Kvd964tleDWhZUx6yItRBzo+7A8QcUEXQVfkZVB6x1zj3GfQ587YqIqw81qKV/dcxugsuiJ3OT/cr+lzf4S/gYXB0wfk69HwX8YRxN88aL2pu7Gib3iBcv8BpbDJ0QOch6fB0fNf+1HOVXwD2wE7L6T2rXic/FNbXVLLw4mNmfTuRMZi/tx8djUDYHPgAHlaSks5abs7mX/lrYI3a8ILqmwTB4G9xWZQ1uu7egHQbC/aBQR+88PpPamqs5D4t0xI89+nD1DTT0A9waOANJQeqVu+j4Ddx3u26vd3/WenM01zHVGuLnqYK9GXNeXg15RGcV0Wg7czPHjrjA+HVdwVWifRX/j6LNydzqii1pif8CSdc4HApPg0u1IqeQRp9i/D5zMBdzqjkT1NLS0BOOGuLYv+E6lWyFolZjcSGNXBvbHMxlQJRfI8emBEcOCeKo+xq4A+nNp20sYxq7PcqnmWMmwVEAgs4FR0Y32CGF69sYxpobxc9yzP3feMo7nJtJxDnWV2w6RPtsTnOZQn1118JH8A0ik/bWVNe33IKjEAh3qei87Ue5eeDTnwTNilfkbvgM1oHb1oMIdX2c2woTXJ0J4h3c3NyPgikwA9zjjigT7Xf3ce0XCfF8M+wAv3icQmQXx0LtP/qKurS9uZqyAAAAAElFTkSuQmCC')}.x-tab .x-button-icon.more,.x-button .x-button-icon.x-icon-mask.more{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAADJ0lEQVRoBe2YS2sUQRSFp5MgvmLU+CAMiBJFDBHcCeoPEFciuHMjroMK4lZBcONG0JW60U1UEgRx59IXuNMoKEElKL7GRwyIqNHxO0N66FT3UNU9IHRNFXz0VNW5t+vW6RcT1ev1Sie1rk4qVrWGgn13PDgcHPZsB8Il7ZmhqXKCw6kt8WwgOOyZoalygsOpLfFsIDjsmaGpcoLDqS3xbCA47JmhqXKCw6kt8Wyg6XAURV2wEy7BM5iFtzAKu2BB0dqJ7YEtcBYmQblfwzjshUVt5O4mfhjOwwQodw3GYA8snpd77n9pFXMYvoP+qDaZZewcVKXPAzE64Qn4CmZe9f/AFSiSu4e4IzANrXJfZ24gXjO/KxEcg9+QFZQcU/CSONh2RKsraMQhr85xE/psOeN5tCr2APyA5Bqzfl9D06tYtX3wC7KE5pg2ZX98UtsR7XZo5ayZW/1DENnyzi18CO1nyMqTNXYcrTapcitHkBLJiZW2RaGRuxcg6+Stxu6i73fI3Y3uZM7cU+hXQeVvzsBP6Dc5LupxztzaiEGH3AvR3S+Qe4dc0D2cp/Uj1oPI1pR7g030n+erWlTe9pMA3cu2Jre+2ERtzBdZe01BL3Ke9Al6vQZsTbfKQ5vImH9PXxtqa3qVPbWJjHk94J6r4DPGhK17A8EHm4j7UAWP2nTG/GX6NWMs1SW3rrCroLeLaxtDqDdG4368zbHVkzM5Polus+2hEs+j7YNxx9zv0FkfhoncvegvOuZ+iW6rYhtfTXTWgV7OyeLM3w+Y3xaf0PVIzAqwFf0IzW7XnLGOmLUg58y1JvsTzA83Y5o/eLcyMQISJAN0z56G9bE275HYNXAU7kAy9xv6p2Bj3pyxntjVcBDuQTL3FH19Dg/FWh0bXzUMNhsf23JkOQzCK9B1P4NY39OFG3kjgpeB8g/AR/gG0+3mJkeF9Lp9lkIVZkDfC1r3vPs8VTAir1uRd1mpNyQUXGr7HBYfHHbYpFJLgsOlts9h8cFhh00qtSQ4XGr7HBYfHHbYpFJLgsOlts9h8cFhh00qtSQ4XGr7HBYfHHbYpFJLOs7hf5j4Vg3iLoGkAAAAAElFTkSuQmCC')}.x-tab .x-button-icon.time,.x-button .x-button-icon.x-icon-mask.time{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.user,.x-button .x-button-icon.x-icon-mask.user{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAEWElEQVRoBe2aS0gVYRiGO1lmF8nQQlETutGFokAiqEV0ISKwgmrdMtzUpnW7drWKbFGbQAKpJIhuUGIUFUkW0T1Jq4V2U4ui7GLPexpDD+ecuX1jHqcPHseZ+f9vvnf++e8n0d/fPyZONjZOYqU1doLHRV3CiURCz5gMxTANJsJg+8XJJ+iBt9BHNdO1SCwRZR1GbAFRl8F8WAFLoRwGLME/ffAM7kETvIYPxPWDo7lFIhiheURaCVtgBywHXXOzbhJcggZoRvR7twy+76uELSEAtQsqySPwGdQN+KWDPHuh2DI2+TIVm3T455M9G0Bk6ktRvd4NBZaiTQUT3AQnSNW/VAFBzl/iZw0kq56FcOtuaQHB7QIv9ZVkrqZ2YA9Mck3pMYGZYKeh2sBz1SJb2mqcmfk0E0xQ6l9rwNoKcWjm11JwEYFVW6t1/K218mspeB5B5VsFluKnIuU88Kml4PGBo3DPqBGZiVkKNgvKRFkGJ5aCv2Z4xoi6bCm4DWUaXERhZhMJS8FfolDq+DSbRFgKjrIOa8poYpaCTQKK2sl/wSHfcFSNlll1sSzhn7ys3pAvLFP275lu+L1uKVhBPfYbgMf0zz2mc01mKfgbT7vi+kT/CeT3sv9s6XNYCtbg4CJ0pX9U4Kv3yXk3cO6UjGaCWX5Rg/UArqY8I8yp1qdPQ08YJ4Pzmgl2nCqwc2DVyKjunuddqkE0MVPBBKYSuQ7tJtEhFj9apDczU8FOVB0ctZiuHYUw9obMjbxErW2bmblgApTQengVIkq1B83QEsJH2qzmgp2n3ObYCEGndZ3krbcuXcUWiWACldCjoA0yv6a8J6HJb0Yv6SMRrAcj+gmHA+B3aneDPHXk/8jR3LR3a2rOfnAlTmfDVPDb6Khrq8bPDI5PoRPxZpMSk+1SgtOKpTa8l8BC0JaLmAkloA1xr/aOhJqEtINGWeqW7jjHXrQHbRdw4WxSJf8L8Aeh2m1QaWoBfiUsA61PTwGtUYeZ1qlP1zhan3YraBSnz/0mdAUVHqiEESoxKs0a2AxloJIMI5DsWU0vQH2z2oZToAnFI7+fu2/BiF3PgzbCKqgC1bXhNH3S6rba4BocR7TquifzLBih5XjcCSrROaAGKbJWHt9uJuGq67fgAki4zrNaVsGIzCP3dNgE20B1VJ+uro8UUz3Xr39UvxugCeEZl3UzCkZsBZn1+W6HRaB6qtZ4pJp2PtTna+58DFoR3sVxqHFxyM8euFsIW6EeXoDeoPrBXEEbAlpqqoN1kD9YY6rYxSQ4DGoE9KOSXBGZLk4NYB7CfigZEP1XMBfVEJ0BJUznIFevaSBzEEolOimYkyo4AfocclVYtrjViB0C9SzJEdE+jrn+CWcTrHvdUKuRUSm0gPrZ0W7tGjjMhTiIVWFWSbAGEnGxhAT/y+HhsL9oiVWFjo3FqnRVqrETrG5pFmiSEAuTYC3TFMVCLSIzTg9H6wuIXR2OneDfMJq1NmzzbS8AAAAASUVORK5CYII=')}.x-tab .x-button-icon.team,.x-button .x-button-icon.x-icon-mask.team{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFI0lEQVRoBe2ZSYgdVRSG+yUmnagRQYU4NbZKNLYKWTgg4gQOaDYqJIIGl4LixhBwoy50LSIiulEjCkpAUBBRURpdGceFMQ7YtgkOJE4xTjGa9vuedUl1Vd2qevSrFqvrwJ97695zzj3/PXd6nd7MzMzIQpJFC4msXDvCbc94l+Euwy2bgW5JtyyhOTpdhnNT0rKGLsMtS2iOTpfh3JS0rOGQ+eLT6/VWMNYJ4NjUmN9T/xLs4WfqvPxO7TU9DkTdNmvBbeAskJ7kv/n+AjwKXiSW7yibFQk3BSIPZHdTl5xZzML238DDYFlTsQS/jZF1AGQ1mAZZkkXfe9FbGwJrqmz6lL4cEmOgjhyO0jq2gGVj0hhhAl9M1FeB3gDRn4Pu/5NwQnJ0ALKqrgKHDmgzkHpjGR4oioPKP1H96+Dn8GvpKyLqneV5Lp0XgnHggTMFJjlYPqAcpnyLsz/LHBLL0fRfCzwbvNN3gLeI5WXKaik7DbF2/20A28HPYF+CPZQfg9tj9vS5h18DRSdyrO0j9FeW+PQenwTe138AJ+d34OPFa215zDa0l15LOLgamM0DIBukbQ60JjhLl7RL+HWQtSv7jhLGz1FgM3DJZ30Yy69gYzqGonrVHr4eJ+OgB7Ji2xi4lGUW8+PsD0vOwNGNwInMirF42K0nlmXZzvR3LNARDN3fx6WVI3VJF50Fzvr7EZtY8zQdLtUiOYXGIrJpXUmvTDdk61HCKEqiagD9SSwnLCeX3RYwSJafRd/zoUj2FzVm2hyzMJ6gV0Y46Myl/BzjeqfnyMg36G5NJqpoTPvnLGWEnS0f9lVStL/7NgT/C5XNoHTW6XesV4En/1wlGo+Oo4QJ1ivoxxqju+fKCG2lf1uFH7P3eEl2K8xndRt3VKKEE4sPKWOHiCreg28TaPR1RN/X6GwEO0GReJ3cg95kUWeqzT8W6KtMpujcVaZQRfgFjL8qcbCDvndi/Zz0h4Hr6L8JHBHRW0L7DejdAU6K6Nj8CfBQi4mH4xYmrmy1sXlK/gCAAyfkQaAT91kWj9HW/6tJ8MO3NmeC+4CHlqdu1q7o25Xk5Hqynw+WBp+hpO1K4JItsnfr5GyCbSirCHstnQpcKulBXMK+o1frCPGgWAomwL2gLsm0z3S9ny38XARWgEXJOI7xNMiS9ns9MN5ZCQhEQ1lIGCOXmZf4ZeAW8C4IAblv3wBXAIn6sjkZ3Arc80FvGKW/nu4H/nhZDiR0IngI+LYPY3i43gWuAeNgFBQSn0UYJZejRH3CPQ8cMDi19Jp6AviuVfd48ADwRZXWG3Z9J/6fApeAJUm2TYRE02OZjPfA3WAM9HVDdvt2iXHI1HkoPQd2g7SjUHef+NyU7AXgFRD65qOcZrybQXgFmtUDIDu2xE3CBuCWWBxIU+8vk9MozdQukDUO3x4qm5IJOp36ZyW6waaJci/jrkviWEV9qiQOdd8Ebr/+T0fKkYvBp6AqOB2fnQz0SA39Kn9z6Z9mfPeze/UlUOXrB3Q2AW36a77KwP7tYCwh7Mupjk1TOmZuNInlyZqxuN8n3ItrQF1xryvRl9W/3Y3/60QGCTGF71h5JB0Tbn7vsDqyP6Vkva5dymxoVQ+lIE6+3+lJCH3Zcp+E78y2Fny7Evw7kstC8YA7BtQZRP1hiwTDKnuGun8aSiekaDxXwrbG/zOtaOT/ss3MLSjpCLc93V2Guwy3bAa6Jd2yhObodBnOTUnLGroMtyyhOTpdhnNT0rKGfwD3f6JVZi/xSQAAAABJRU5ErkJggg==')}.x-tabbar-light{background-color:#4c4c4c;border-color:#3f3f3f}.x-tabbar-light .x-tab{color:#b2b2b2}.x-tabbar-light .x-tab-active{color:white}.x-tabbar-light .x-tab-pressed{color:white}.x-tabbar-light.x-docked-bottom .x-tab .x-button-icon{background-color:#7f7f7f}.x-tabbar-light.x-docked-bottom .x-tab-active{background-color:#595959}.x-tabbar-light.x-docked-bottom .x-tab-active .x-button-icon{background-color:#0066ff}.x-tabbar-light.x-docked-top .x-tab-active{background-color:#3f3f3f;color:white}.x-tabbar-dark{background-color:#0b0c0d;border-color:black}.x-tabbar-dark .x-tab{color:#67727d}.x-tabbar-dark .x-tab-active{color:#f0f2f3}.x-tabbar-dark .x-tab-pressed{color:white}.x-tabbar-dark.x-docked-bottom .x-tab .x-button-icon{background-color:#393f45}.x-tabbar-dark.x-docked-bottom .x-tab-active{background-color:#16191b}.x-tabbar-dark.x-docked-bottom .x-tab-active .x-button-icon{background-color:#99c2ff}.x-tabbar-dark.x-docked-top .x-tab-active{background-color:black;color:white}.x-tab.x-item-disabled span.x-button-label,.x-tab.x-item-disabled .x-hasbadge span.x-badge,.x-hasbadge .x-tab.x-item-disabled span.x-badge,.x-tab.x-item-disabled .x-button-icon{opacity:.5}.x-tab.x-draggable{opacity:.7}.x-tab{overflow:visible !important}.x-toolbar{height:2.6em;padding:0 0.2em;overflow:hidden;position:relative}.x-toolbar > *{z-index:1}.x-toolbar.x-docked-top{border-bottom:.1em solid}.x-toolbar.x-docked-bottom{border-top:.1em solid}.x-title{line-height:2.1em;font-size:1.2em;text-align:center;font-weight:bold;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0 0.3em;max-width:100%}.x-title .x-innerhtml{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 .3em}.x-toolbar-dark{background-color:#222629;border-color:black}.x-toolbar-dark .x-title{color:white}.x-toolbar-dark.x-docked-top{border-bottom-color:black}.x-toolbar-dark.x-docked-bottom{border-top-color:black}.x-toolbar-dark .x-button,.x-toolbar .x-toolbar-dark .x-button,.x-toolbar-dark .x-field-select,.x-toolbar .x-toolbar-dark .x-field-select{border:0.1em solid black;border-top-color:black;color:white}.x-toolbar-dark .x-button.x-button-back:before,.x-toolbar-dark .x-button.x-button-forward:before,.x-toolbar .x-toolbar-dark .x-button.x-button-back:before,.x-toolbar .x-toolbar-dark .x-button.x-button-forward:before,.x-toolbar-dark .x-field-select.x-button-back:before,.x-toolbar-dark .x-field-select.x-button-forward:before,.x-toolbar .x-toolbar-dark .x-field-select.x-button-back:before,.x-toolbar .x-toolbar-dark .x-field-select.x-button-forward:before{background:black}.x-toolbar-dark .x-button,.x-toolbar-dark .x-button.x-button-back:after,.x-toolbar-dark .x-button.x-button-forward:after,.x-toolbar .x-toolbar-dark .x-button,.x-toolbar .x-toolbar-dark .x-button.x-button-back:after,.x-toolbar .x-toolbar-dark .x-button.x-button-forward:after,.x-toolbar-dark .x-field-select,.x-toolbar-dark .x-field-select.x-button-back:after,.x-toolbar-dark .x-field-select.x-button-forward:after,.x-toolbar .x-toolbar-dark .x-field-select,.x-toolbar .x-toolbar-dark .x-field-select.x-button-back:after,.x-toolbar .x-toolbar-dark .x-field-select.x-button-forward:after{background-color:#0b0c0d}.x-toolbar-dark .x-button .x-button-icon.x-icon-mask,.x-toolbar .x-toolbar-dark .x-button .x-button-icon.x-icon-mask,.x-toolbar-dark .x-field-select .x-button-icon.x-icon-mask,.x-toolbar .x-toolbar-dark .x-field-select .x-button-icon.x-icon-mask{background-color:white}.x-toolbar-dark .x-button.x-button-pressed,.x-toolbar-dark .x-button.x-button-pressed:after,.x-toolbar-dark .x-button.x-button-active,.x-toolbar-dark .x-button.x-button-active:after,.x-toolbar .x-toolbar-dark .x-button.x-button-pressed,.x-toolbar .x-toolbar-dark .x-button.x-button-pressed:after,.x-toolbar .x-toolbar-dark .x-button.x-button-active,.x-toolbar .x-toolbar-dark .x-button.x-button-active:after,.x-toolbar-dark .x-field-select.x-button-pressed,.x-toolbar-dark .x-field-select.x-button-pressed:after,.x-toolbar-dark .x-field-select.x-button-active,.x-toolbar-dark .x-field-select.x-button-active:after,.x-toolbar .x-toolbar-dark .x-field-select.x-button-pressed,.x-toolbar .x-toolbar-dark .x-field-select.x-button-pressed:after,.x-toolbar .x-toolbar-dark .x-field-select.x-button-active,.x-toolbar .x-toolbar-dark .x-field-select.x-button-active:after{background-color:black}.x-toolbar-light{background-color:#393f45;border-color:black}.x-toolbar-light .x-title{color:white}.x-toolbar-light.x-docked-top{border-bottom-color:black}.x-toolbar-light.x-docked-bottom{border-top-color:black}.x-toolbar-light .x-button,.x-toolbar .x-toolbar-light .x-button,.x-toolbar-light .x-field-select,.x-toolbar .x-toolbar-light .x-field-select{border:0.1em solid black;border-top-color:black;color:white}.x-toolbar-light .x-button.x-button-back:before,.x-toolbar-light .x-button.x-button-forward:before,.x-toolbar .x-toolbar-light .x-button.x-button-back:before,.x-toolbar .x-toolbar-light .x-button.x-button-forward:before,.x-toolbar-light .x-field-select.x-button-back:before,.x-toolbar-light .x-field-select.x-button-forward:before,.x-toolbar .x-toolbar-light .x-field-select.x-button-back:before,.x-toolbar .x-toolbar-light .x-field-select.x-button-forward:before{background:black}.x-toolbar-light .x-button,.x-toolbar-light .x-button.x-button-back:after,.x-toolbar-light .x-button.x-button-forward:after,.x-toolbar .x-toolbar-light .x-button,.x-toolbar .x-toolbar-light .x-button.x-button-back:after,.x-toolbar .x-toolbar-light .x-button.x-button-forward:after,.x-toolbar-light .x-field-select,.x-toolbar-light .x-field-select.x-button-back:after,.x-toolbar-light .x-field-select.x-button-forward:after,.x-toolbar .x-toolbar-light .x-field-select,.x-toolbar .x-toolbar-light .x-field-select.x-button-back:after,.x-toolbar .x-toolbar-light .x-field-select.x-button-forward:after{background-color:#222629}.x-toolbar-light .x-button .x-button-icon.x-icon-mask,.x-toolbar .x-toolbar-light .x-button .x-button-icon.x-icon-mask,.x-toolbar-light .x-field-select .x-button-icon.x-icon-mask,.x-toolbar .x-toolbar-light .x-field-select .x-button-icon.x-icon-mask{background-color:white}.x-toolbar-light .x-button.x-button-pressed,.x-toolbar-light .x-button.x-button-pressed:after,.x-toolbar-light .x-button.x-button-active,.x-toolbar-light .x-button.x-button-active:after,.x-toolbar .x-toolbar-light .x-button.x-button-pressed,.x-toolbar .x-toolbar-light .x-button.x-button-pressed:after,.x-toolbar .x-toolbar-light .x-button.x-button-active,.x-toolbar .x-toolbar-light .x-button.x-button-active:after,.x-toolbar-light .x-field-select.x-button-pressed,.x-toolbar-light .x-field-select.x-button-pressed:after,.x-toolbar-light .x-field-select.x-button-active,.x-toolbar-light .x-field-select.x-button-active:after,.x-toolbar .x-toolbar-light .x-field-select.x-button-pressed,.x-toolbar .x-toolbar-light .x-field-select.x-button-pressed:after,.x-toolbar .x-toolbar-light .x-field-select.x-button-active,.x-toolbar .x-toolbar-light .x-field-select.x-button-active:after{background-color:#121416}.x-navigation-bar .x-container{overflow:visible}.x-desktop .x-toolbar .x-input-search{margin-left:1.06em}.x-android .x-toolbar .x-input-el{-webkit-text-fill-color:#fff}.x-toolbar .x-field{width:13em;margin:.5em;min-height:0;background-color:white}.x-toolbar .x-field .x-field-clear-container{min-height:0;background-color:transparent}.x-toolbar .x-field .x-field-clear-container .x-field-clear{font-size:.8em;line-height:0.8em}.x-toolbar .x-field{border-bottom:0}.x-toolbar .x-input-text,.x-toolbar .x-input-search,.x-toolbar .x-input-number{height:1.5em;color:#6e6e6e;background:transparent;min-height:0;line-height:1.3em;-webkit-appearance:none;padding:0em .3em;margin:0}.x-toolbar .x-input-text:focus,.x-toolbar .x-input-search:focus,.x-toolbar .x-input-number:focus{color:black}.x-toolbar .x-field-search .x-field-input{background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.6))), url('data:image/png;base64,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');-webkit-background-size:.83em .83em, .83em .83em;background-repeat:no-repeat;background-position:.5em 50%}.x-toolbar .x-field-search .x-field-input .x-form-field{margin-left:1.0em}.x-toolbar .x-field-select{-webkit-box-shadow:none}.x-toolbar .x-field-select:after{top:-0.5em;right:-0.5em}.x-toolbar .x-field-select:before{width:3em;border-left:none;background:transparent;width:0.5em !important}.x-toolbar .x-field-select .x-input-text{color:#fff}.x-android .x-field-search .x-field-input .x-form-field{margin-left:1.67em}.x-carousel{position:relative;overflow:hidden}.x-carousel-item{position:absolute;width:100%;height:100%}.x-carousel-item > *{position:absolute;width:100%;height:100%}.x-carousel-indicator{padding:0;-webkit-border-radius:0;border-radius:0;-webkit-box-shadow:none;background-color:transparent;background-image:none}.x-carousel-indicator{-webkit-box-flex:1;display:-webkit-box;display:box;-webkit-box-pack:center;box-pack:center;-webkit-box-align:center;box-align:center}.x-carousel-indicator span{display:block;width:0.5em;height:0.5em;margin:0.2em}.x-carousel-indicator-horizontal{height:1.5em;width:100%}.x-carousel-indicator-vertical{-webkit-box-orient:vertical;box-orient:vertical;width:1.5em;height:100%}.x-carousel-indicator-light span{background-color:rgba(255, 255, 255, 0.1)}.x-carousel-indicator-light span.x-carousel-indicator-active{background-color:rgba(255, 255, 255, 0.3)}.x-carousel-indicator-dark span{background-color:rgba(0, 0, 0, 0.1)}.x-carousel-indicator-dark span.x-carousel-indicator-active{background-color:rgba(0, 0, 0, 0.3)}.x-indexbar-wrapper{-webkit-box-pack:end !important;box-pack:end !important;pointer-events:none}.x-indexbar-vertical{width:1.1em;-webkit-box-orient:vertical;box-orient:vertical;margin-right:8px}.x-indexbar-horizontal{height:1.1em;-webkit-box-orient:horizontal;box-orient:horizontal;margin-bottom:8px}.x-indexbar{pointer-events:auto;z-index:2;padding:.3em 0;min-height:0 !important;height:auto !important;-webkit-box-flex:0 !important}.x-indexbar > div{color:#18191a;font-size:0.6em;text-align:center;line-height:1.1em;font-weight:bold;display:block}.x-phone.x-landscape .x-indexbar > div{font-size:0.38em;line-height:1em}.x-indexbar-pressed{-webkit-border-radius:0.55em;border-radius:0.55em;background-color:rgba(143, 153, 163, 0.8)}.x-list{position:relative;background-color:#111111}.x-list .x-list-inner{width:100%}.x-list .x-list-disclosure{position:absolute;bottom:0.5em;right:0.8em}.x-list .x-list-disclosure{overflow:visible;-webkit-mask:0 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpFNkNCM0JGNTZFMjI2ODExQkNGQjkwMzk3MDc3MkZFQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3M0MzQUU1QUFDQkQxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3M0MzQUU1OUFDQkQxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU3Q0IzQkY1NkUyMjY4MTFCQ0ZCOTAzOTcwNzcyRkVCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkU2Q0IzQkY1NkUyMjY4MTFCQ0ZCOTAzOTcwNzcyRkVCIi8+IDwvcmRmOkRlc2NyaXB0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') no-repeat;-webkit-mask-size:1.7em;background-color:#0066ff;width:1.7em;height:1.7em}.x-list.x-list-indexed .x-list-disclosure{margin-right:1em}.x-list .x-item-selected .x-list-disclosure{background:#fff none}.x-list .x-list-item{overflow:hidden;position:relative;color:#eeeeee;border-top:1px solid black}.x-list .x-list-item .x-list-item-label{min-height:2.6em;padding:0.7em 0.8em}.x-list .x-list-item:first-child{border-top:none}.x-list .x-list-item:last-child{border-bottom:1px solid black}.x-list .x-list-item.x-item-pressed{background:#0099ff none}.x-list .x-list-item.x-item-selected{background-color:#0066ff;color:white}.x-list-header{background-color:#aaaaaa;color:#5d5d5d;border-top:1px solid #aaaaaa;border-bottom:1px solid #777777;font-weight:bold;font-size:0.8em;padding:0.2em 1.02em}.x-list-header-swap{position:absolute;top:0;left:0;width:100%}.x-ios .x-list-header-swap{-webkit-transform:translate3d(0, 0, 0)}.x-list-round{background-color:#040404}.x-list-round .x-list-group-items > *,.x-list-round.x-list-flat .x-list-parent > *{border-right:1px solid black;border-left:1px solid black;background-color:#111111;margin:0 1.2em}.x-list-round .x-list-group-items > *:first-child,.x-list-round.x-list-flat .x-list-parent > *:first-child{margin:1.2em 1.2em 0;border-top:1px solid black}.x-list-round .x-list-group-items > *:last-child,.x-list-round.x-list-flat .x-list-parent > *:last-child{margin:0 1.2em 1.2em;border-bottom:1px solid black;-webkit-border-bottom-left-radius:0.4em;border-bottom-left-radius:0.4em;-webkit-border-bottom-right-radius:0.4em;border-bottom-right-radius:0.4em}.x-list-paging{height:50px}.x-list-paging .x-loading-spinner{display:none;margin:auto}.x-list-paging .x-list-paging-msg{text-align:center;color:#0066ff;padding-top:10px}.x-list-paging.x-loading .x-loading-spinner{display:block}.x-list-paging.x-loading .x-list-paging-msg{display:none}.x-list-pullrefresh{display:-webkit-box;display:box;-webkit-box-orient:horizontal;box-orient:horizontal;-webkit-box-align:center;box-align:center;-webkit-box-pack:center;box-pack:center;position:absolute;top:-5em;left:0;width:100%;height:4.5em}.x-list-pullrefresh .x-loading-spinner{display:none}.x-list-pullrefresh-arrow{width:2.5em;height:4.5em;-webkit-mask:center center url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAA8CAYAAAAUufjgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAjFJREFUeNrsmU8oREEYwOexdtNuKBfFwdVhCyfuysnFiXISS+1BLopyUpKLXETkRLaUi1LK3Q2lpPbiQLnIn03a/Hm+z86Ttv0zM++bfbOar36Hbad5v535Zp7v47iuy0wOpyoEHccRHV9L9NxPkUE/bhKCOKiOSPAdn69DsJ5I8E2HYA0QJRJ8Bb50CDYRCT7pEMQD0kwk+CByUFQEW4gE73UIhoA2IsFb4ENEMCQ5MdU1IxwygpT3oKNLMGyyYFVscdhusc8tDpu+xRG7xf95BW0O2kNiV1AgIvaQ2BzUJNgJNJYZGyUU7OG1cal4Bi68oqkDPszy2teEwJp5Cdyu/lZ1g8CwIYJ7wEF+2YmrNw90Byx3BizgKhaqizEP1wg7CLLxCEzy/CtauMeBlQDyEfNuGrgU6SyM8F9SyVgHdmRaH6tAb4XkToEp2d4M5mOK0TWMigU2koa8vJMRZPxEb2ss2LEVPMpPLlMRxBgDZjQJLgNbxb6Uab9tAn3EcifAeKkBMoLY+j0GWonk7oB+lmsFkwhidAGHBPmIeTcAnJcbKCuIMQEs+hScAzZEBqoIYuzyFVCJI36lMJ2CDfxibZeUu+EX/4uMIFP8ZyLejxkgK0hG5a8kP4IYSZbr1IuQVHmAX0HGX4VuGfZVJ6cQxPd1uoRcWqDW0SroFVzZAnJZ/h0LWhAjUUAw4XdSSsH8fExRTEgtGAOuOTETBb16Jk412e+bxOSwglYw6PgWYABvLk8P7zGJFwAAAABJRU5ErkJggg==') no-repeat;-webkit-mask-size:2em 3em;-webkit-transform:rotate(0deg);background-color:#111}.x-list-pullrefresh-release .x-list-pullrefresh-arrow{-webkit-transform:rotate(-180deg)}.x-list-pullrefresh-wrap{width:20em;font-size:0.7em}.x-list-pullrefresh-message{font-weight:bold;font-size:1.3em;margin-bottom:0.1em;text-align:center}.x-list-pullrefresh-updated{text-align:center}.x-list-pullrefresh-loading .x-loading-spinner{display:block}.x-list-pullrefresh-loading .x-list-pullrefresh-arrow{display:none}html,body{width:100%;height:100%}.x-translatable{position:absolute;top:100%;left:100%;z-index:1}.x-translatable-container{position:relative}.x-translatable-wrapper{width:100%;height:100%;position:absolute;overflow:hidden}.x-translatable-stretcher{width:300%;height:300%;position:absolute;visibility:hidden;z-index:-1}.x-layout-fit,.x-layout-card{position:relative;overflow:hidden}.x-layout-fit-item,.x-layout-card-item{position:absolute !important;width:100%;height:100%}.x-layout-hbox,.x-layout-vbox{display:-webkit-box}.x-layout-hbox > *,.x-layout-vbox > *{-webkit-box-flex:0}.x-layout-hbox{-webkit-box-orient:horizontal}.x-layout-vbox{-webkit-box-orient:vertical}.x-layout-hbox > .x-layout-box-item{width:0 !important}.x-layout-vbox > .x-layout-box-item{height:0 !important}.x-container,.x-body{display:-webkit-box;overflow:hidden}.x-body{-webkit-box-flex:1;min-width:100%;min-height:100%}.x-body > .x-inner,.x-container > .x-inner{-webkit-box-flex:1;min-width:100%;min-height:100%;position:relative}.x-docking-horizontal{display:-webkit-box;-webkit-box-flex:1;-webkit-box-orient:horizontal;min-width:100%;min-height:100%}.x-docking-vertical{display:-webkit-box;-webkit-box-flex:1;-webkit-box-orient:vertical;min-width:100%;min-height:100%}.x-centered{position:absolute !important;width:100%;height:100%;display:-webkit-box;-webkit-box-align:center;-webkit-box-pack:center}.x-floating{position:absolute !important}.x-centered > *{position:relative !important;-webkit-box-flex:0 !important}.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}.x-scroll-view{position:relative;display:block}.x-scroll-container{position:absolute;overflow:hidden;width:100%;height:100%}.x-scroll-scroller{position:absolute;min-width:100%;min-height:100%}.x-ios .x-scroll-scroller,.x-android4 .x-scroll-scroller{-webkit-transform:translate3d(0, 0, 0)}.x-scroll-stretcher{position:absolute;visibility:hidden}.x-scroll-bar-grid-wrapper{position:absolute;width:100%;height:100%}.x-scroll-bar-grid{display:table;width:100%;height:100%}.x-scroll-bar-grid > *{display:table-row}.x-scroll-bar-grid > * > *{display:table-cell}.x-scroll-bar-grid > :first-child > :first-child{width:100%;height:100%}.x-scroll-bar-grid > :first-child > :nth-child(2){padding:3px 3px 0 0}.x-scroll-bar-grid > :nth-child(2) > :first-child{padding:0 0 3px 3px}.x-scroll-bar{position:relative;overflow:hidden}.x-scroll-bar-stretcher{position:absolute;visibility:hidden;width:100%;height:100%}.x-scroll-bar-x{height:6px;width:100%}.x-scroll-bar-x > .x-scroll-bar-stretcher{width:300%}.x-scroll-bar-y{width:6px;height:100%}.x-scroll-bar-y > .x-scroll-bar-stretcher{height:300%}.x-scroll-indicator{background:#333;position:absolute;z-index:1;opacity:0.5}.x-list-light .x-scroll-indicator,.x-dataview-light .x-scroll-indicator{background:#fff;opacity:1}.x-scroll-indicator-x{height:100%}.x-scroll-indicator-y{width:100%}.x-scroll-indicator-csstransform{background:none;-webkit-transition:opacity 0.2s ease-out}.x-scroll-indicator-csstransform > *{position:absolute;background-color:#333}.x-scroll-indicator-csstransform > :nth-child(2){-webkit-transform-origin:0% 0%;background:none;content:url(data:image/bmp;base64,Qk08AAAAAAAAADYAAAAoAAAAAQAAAAEAAAABABAAAAAAAAYAAAASCwAAEgsAAAAAAAAAAAAAxhgAAAAA)}.x-scroll-indicator-csstransform.x-scroll-indicator-y > *{width:100%}.x-scroll-indicator-csstransform.x-scroll-indicator-y > :first-child{height:3px;-webkit-border-top-left-radius:3px;border-top-left-radius:3px;-webkit-border-top-right-radius:3px;border-top-right-radius:3px}.x-scroll-indicator-csstransform.x-scroll-indicator-y > :nth-child(2){height:1px}.x-scroll-indicator-csstransform.x-scroll-indicator-y > :last-child{height:3px;-webkit-border-bottom-left-radius:3px;border-bottom-left-radius:3px;-webkit-border-bottom-right-radius:3px;border-bottom-right-radius:3px}.x-scroll-indicator-csstransform.x-scroll-indicator-x > *{height:100%}.x-scroll-indicator-csstransform.x-scroll-indicator-x > :first-child{width:3px;-webkit-border-top-left-radius:3px;border-top-left-radius:3px;-webkit-border-bottom-left-radius:3px;border-bottom-left-radius:3px}.x-scroll-indicator-csstransform.x-scroll-indicator-x > :nth-child(2){width:1px}.x-scroll-indicator-csstransform.x-scroll-indicator-x > :last-child{width:3px;-webkit-border-top-right-radius:3px;border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;border-bottom-right-radius:3px}.x-form .x-scroll-container{background-color:#eeeeee}.x-form .x-scroll-container > .x-inner{padding:1em}.x-form-fieldset{margin:0 0 1.5em}.x-form-fieldset .x-form-fieldset-inner{border:1px solid #dddddd;background:#fff;padding:0;overflow:hidden}.x-form-fieldset-title{text-shadow:#fff 0 1px 1px;color:#333333;margin:1em 0.7em 0.3em;color:#333333;font-weight:bold;white-space:nowrap}.x-form-fieldset-instructions{text-shadow:#fff 0 1px 1px;color:#333333;color:gray;margin:1em 0.7em 0.3em;font-size:.8em;text-align:center}.x-form-label{text-shadow:#fff 0 1px 1px;color:#333333;background-color:#f7f7f7;padding:0.6em;border-top:1px solid white;display:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.x-form-label span{font-size:.8em;font-weight:bold}.x-field{min-height:2.5em;border-bottom:1px solid #dddddd}.x-field .x-component-outer{-webkit-box-flex:1}.x-field .x-field-input{position:relative}.x-field .x-field-input,.x-field .x-input-el{width:100%}.x-field.x-field-labeled .x-form-label{display:block}.x-field:last-child{border-bottom:0}.x-label-align-right{-webkit-box-direction:reverse;box-direction:reverse}.x-label-align-right .x-field-input{-webkit-box-direction:normal;box-direction:normal}.x-label-align-right:last-child{border-bottom:0}.x-label-align-top,.x-label-align-bottom{-webkit-box-orient:vertical;box-orient:vertical}.x-label-align-top .x-form-label,.x-label-align-bottom .x-form-label{width:100% !important}.x-label-align-bottom{-webkit-box-direction:reverse;box-direction:reverse}.x-label-align-bottom .x-field-input{-webkit-box-direction:normal;box-direction:normal}.x-input-el{padding:.4em;min-height:2.5em;display:block;border-width:0;background:transparent;-webkit-appearance:none}.x-field-mask{position:absolute;top:0;right:0;bottom:0;left:0}.x-field-required label:after,.x-field-required .x-form-label:after{content:"*";display:inline}.x-field-textarea textarea{min-height:6em;padding-top:.5em}.x-checkmark-base,.x-field .x-input-radio:after,.x-field .x-input-checkbox:after,.x-field .x-input-radio:checked:after,.x-field .x-input-checkbox:checked:after,.x-select-overlay .x-item-selected:before,.x-select-overlay .x-item-selected:after{content:"";position:absolute;width:0.75em;height:1.25em;top:50%;left:auto;-webkit-transform:rotate(45deg) skew(5deg);-webkit-transform-origin:50% 50%;right:1.1em;border:.35em solid;border-top:none;border-left:none;margin-top:-0.75em}.x-field .x-input-radio,.x-field .x-input-checkbox{position:relative}.x-field .x-input-radio:after,.x-field .x-input-checkbox:after{border-color:#dddddd}.x-field .x-input-radio:checked:after,.x-field .x-input-checkbox:checked:after{border-color:#0066ff}.x-spinner .x-field-input{display:-webkit-box;display:box}.x-spinner .x-field-input .x-input-el{padding:0;width:50%;-webkit-box-flex:1;text-align:center}.x-spinner .x-field-input input::-webkit-outer-spin-button,.x-spinner .x-field-input input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.x-spinner .x-field-input .x-spinner-button{padding:.65em 1.5em;font-weight:bold;text-align:center}.x-spinner .x-field-input .x-spinner-button,.x-toolbar .x-spinner .x-field-input .x-spinner-button{border:0.1em solid #aaaaaa;border-top-color:#b7b7b7;color:black}.x-spinner .x-field-input .x-spinner-button.x-button-back:before,.x-spinner .x-field-input .x-spinner-button.x-button-forward:before,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-back:before,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-forward:before{background:#aaaaaa}.x-spinner .x-field-input .x-spinner-button,.x-spinner .x-field-input .x-spinner-button.x-button-back:after,.x-spinner .x-field-input .x-spinner-button.x-button-forward:after,.x-toolbar .x-spinner .x-field-input .x-spinner-button,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-back:after,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-forward:after{background-color:#dddddd}.x-spinner .x-field-input .x-spinner-button .x-button-icon.x-icon-mask,.x-toolbar .x-spinner .x-field-input .x-spinner-button .x-button-icon.x-icon-mask{background-color:black}.x-spinner .x-field-input .x-spinner-button.x-button-pressed,.x-spinner .x-field-input .x-spinner-button.x-button-pressed:after,.x-spinner .x-field-input .x-spinner-button.x-button-active,.x-spinner .x-field-input .x-spinner-button.x-button-active:after,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-pressed,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-pressed:after,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-active,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-active:after{background-color:#cbcbcb}.x-spinner .x-field-input .x-spinner-button-down{border:0 !important;border-right:1px solid #dddddd !important}.x-spinner .x-field-input .x-spinner-button-up{border:0 !important;border-left:1px solid #dddddd !important}.x-phone .x-select-overlay{min-width:14em;min-height:12.5em}.x-select-overlay{min-width:18em;min-height:22em}.x-select-overlay .x-list-item-label{height:2.6em}.x-select-overlay .x-list-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.x-select-overlay .x-list-item{padding-right:2.6em}.x-select-overlay .x-item-selected:before{border-color:#262626;margin-top:-0.85em}.x-select-overlay .x-item-selected:after{border-color:#dddddd}.x-slider-field .x-component-outer,.x-toggle-field .x-component-outer{margin:0.6em}.x-slider,.x-toggle{position:relative;height:2.2em;min-height:0;min-width:0}.x-slider > *,.x-toggle > *{position:absolute;width:100%;height:100%}.x-thumb{position:absolute;height:2.2em;width:2.2em;border:#000;background-color:#777}.x-thumb.x-dragging{background-color:#AAA}.x-slider:after{content:"";position:absolute;width:auto;height:0.8em;top:0.737em;left:0;right:0;margin:0 0.925em;border:0.1em solid rgba(0, 0, 0, 0.1);border-bottom:0;background-color:#dddddd}.x-toggle{width:4.4em;overflow:hidden;border:0.1em solid #b7b7b7;background-color:#dddddd;-webkit-box-flex:0}.x-toggle .x-thumb.x-dragging{opacity:1}.x-toggle .x-thumb:before{top:0.175em}.x-toggle-on{background-color:#92cf00}input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}.x-field-number input::-webkit-outer-spin-button,.x-field-number input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.x-field-input{display:-webkit-box;display:box;-webkit-box-orient:horizontal;box-orient:horizontal;-webkit-box-align:center;box-align:center;-webkit-box-pack:center;box-pack:center}.x-field-input .x-input-el{-webkit-box-flex:1;box-flex:1}.x-field-input .x-clear-icon{display:none;margin:.5em;width:1.1em;height:1.1em;background-color:rgba(0, 0, 0, 0.15);color:#fff;font-weight:bold;line-height:.9em;text-align:center;padding:0 .27em}.x-android .x-clear-icon{line-height:1.2em;padding:0 .3em}.x-field-clearable .x-clear-icon{display:block}.x-field-textarea .x-field-input{-webkit-box-align:start;box-align:start}.x-android .x-input-el{-webkit-text-fill-color:#000}.x-item-disabled .x-form-label span,.x-item-disabled input,.x-item-disabled .x-spinner-body,.x-item-disabled select,.x-item-disabled textarea,.x-item-disabled .x-field-clear-container{color:#b3b3b3;-webkit-text-fill-color:#b3b3b3;pointer-events:none}.x-form-fieldset .x-field.x-form-fieldset-item-last{border-bottom:0}.x-field-select{position:relative}.x-field-select:before,.x-field-select:after{pointer-events:none;position:absolute;display:block;right:0}.x-field-select:after{content:"";position:absolute;width:0;height:0;top:0;left:auto;margin:1em;border:.4em solid transparent;border-top-color:#dddddd;z-index:2}.x-field-select.x-label-align-top:after{top:auto;bottom:0}.x-field-select:before{content:"";position:absolute;width:4em;height:auto;top:0;left:auto;bottom:0;z-index:1}.x-field-select .x-form-field{white-space:nowrap;width:100%;overflow:hidden;text-overflow:ellipsis}.x-field-select .x-form-field-container{margin-right:40px}.x-msgbox{min-width:15em;max-width:20em;padding:0.8em;-webkit-box-shadow:rgba(0, 0, 0, 0.4) 0 0.1em 0.5em;border:0.15em solid #393f45}.x-msgbox .x-title{font-size:.9em;line-height:1.4em}.x-msgbox .x-body{background:transparent !important}.x-msgbox .x-toolbar{background:transparent none;-webkit-box-shadow:none}.x-msgbox .x-toolbar.x-docked-top{border-bottom:0;height:1.3em}.x-msgbox .x-toolbar.x-docked-bottom{border-top:0}.x-msgbox .x-field{margin:.4em .4em 0 .4em;min-height:2em;background:#fff}.x-msgbox .x-field:last-child{margin-bottom:.4em}.x-msgbox .x-field .x-clear-icon{margin:.4em}.x-msgbox .x-form-field{min-height:1.5em;-webkit-appearance:none}.x-msgbox-text{font-size:.9em;text-align:center;padding:6px 0;line-height:1.4em}.x-msgbox-buttons{padding:0.4em 0;height:auto}.x-msgbox-buttons .x-button{min-width:4.5em}.x-msgbox-buttons .x-button-normal span{opacity:.7}.x-msgbox-dark .x-msgbox-text{color:rgba(199, 204, 209, 0.9)}.x-msgbox-dark .x-msgbox-input{background-color:rgba(199, 204, 209, 0.9);border:0.1em solid rgba(92, 102, 112, 0.9)}.x-loading-spinner{font-size:250%;height:1em;width:1em;position:relative;-webkit-transform-origin:0.5em 0.5em}.x-loading-spinner > span,.x-loading-spinner > span:before,.x-loading-spinner > span:after{display:block;position:absolute;width:0.1em;height:0.25em;top:0;-webkit-transform-origin:0.05em 0.5em;content:" "}.x-loading-spinner > span.x-loading-top{background-color:rgba(170, 170, 170, 0.99)}.x-loading-spinner > span.x-loading-top::after{background-color:rgba(170, 170, 170, 0.9)}.x-loading-spinner > span.x-loading-left::before{background-color:rgba(170, 170, 170, 0.8)}.x-loading-spinner > span.x-loading-left{background-color:rgba(170, 170, 170, 0.7)}.x-loading-spinner > span.x-loading-left::after{background-color:rgba(170, 170, 170, 0.6)}.x-loading-spinner > span.x-loading-bottom::before{background-color:rgba(170, 170, 170, 0.5)}.x-loading-spinner > span.x-loading-bottom{background-color:rgba(170, 170, 170, 0.4)}.x-loading-spinner > span.x-loading-bottom::after{background-color:rgba(170, 170, 170, 0.35)}.x-loading-spinner > span.x-loading-right::before{background-color:rgba(170, 170, 170, 0.3)}.x-loading-spinner > span.x-loading-right{background-color:rgba(170, 170, 170, 0.25)}.x-loading-spinner > span.x-loading-right::after{background-color:rgba(170, 170, 170, 0.2)}.x-loading-spinner > span.x-loading-top::before{background-color:rgba(170, 170, 170, 0.15)}.x-loading-spinner > span{left:50%;margin-left:-0.05em}.x-loading-spinner > span.x-loading-top{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg)}.x-loading-spinner > span.x-loading-right{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg)}.x-loading-spinner > span.x-loading-bottom{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg)}.x-loading-spinner > span.x-loading-left{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg)}.x-loading-spinner > span::before{-webkit-transform:rotate(30deg);-moz-transform:rotate(30deg)}.x-loading-spinner > span::after{-webkit-transform:rotate(-30deg);-moz-transform:rotate(-30deg)}.x-loading-spinner{-webkit-animation-name:x-loading-spinner-rotate;-webkit-animation-duration:.5s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear}@-webkit-keyframes x-loading-spinner-rotate{0%{-webkit-transform:rotate(0deg)}8.32%{-webkit-transform:rotate(0deg)}8.33%{-webkit-transform:rotate(30deg)}16.65%{-webkit-transform:rotate(30deg)}16.66%{-webkit-transform:rotate(60deg)}24.99%{-webkit-transform:rotate(60deg)}25%{-webkit-transform:rotate(90deg)}33.32%{-webkit-transform:rotate(90deg)}33.33%{-webkit-transform:rotate(120deg)}41.65%{-webkit-transform:rotate(120deg)}41.66%{-webkit-transform:rotate(150deg)}49.99%{-webkit-transform:rotate(150deg)}50%{-webkit-transform:rotate(180deg)}58.32%{-webkit-transform:rotate(180deg)}58.33%{-webkit-transform:rotate(210deg)}66.65%{-webkit-transform:rotate(210deg)}66.66%{-webkit-transform:rotate(240deg)}74.99%{-webkit-transform:rotate(240deg)}75%{-webkit-transform:rotate(270deg)}83.32%{-webkit-transform:rotate(270deg)}83.33%{-webkit-transform:rotate(300deg)}91.65%{-webkit-transform:rotate(300deg)}91.66%{-webkit-transform:rotate(330deg)}100%{-webkit-transform:rotate(330deg)}}.x-indexbar-item{color:#FFF}.x-scrollbar-dark{background-color:rgba(255, 255, 255, 0.6);border:1px solid rgba(0, 0, 0, 0.2)}.x-button-forward:before,.x-button-forward:after,.x-button-back:before,.x-button-back:after{content:"";position:absolute;width:0.72em;height:1.8em;top:-0.1em;left:auto;z-index:2;-webkit-mask:-0.055em 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAABGCAYAAADb7SQ4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAiNJREFUeNrEWb9LQlEUvj5BcHoQvMnVKXD1D3CLwqBJbHJsazQaWoSCxgbHJiMIAiNok6AhCDdXVycnJ8EQOgeOYaG+d39998KH+HyP753zzjnfd325xfdSgVeV8B6BScuEV0IRSbxHeCMk/AVFXCA8ScQKSXxPqK0fQBBfE5r/D+Y8VzUT9jb94DPimqRYIYkrhGcpKhhxIqTxrpNcExdlQJTTTnRJnCc8ykhUSOIOoZ71ZFfEZ4S2zgUu+rguxZRHEnPbfKRVsOtUl0RtYpOLTYljIS2Z3nVk2DY9SbNCEt8RDm0rUpe4La1jvXSqmtum72raZI24KuNQIYl/nSGSOJb0Jq61M0pxhjwK9304hUjHGSKILzc5Q5drUzttdYY+I97pDH1FzG0zNFUb04gTG4kzJS5kdYauiZtZnaFr4ooKsCIVaDHxKAQxt1NBnGIVHfGCcEQYh3jGU8KBfMKLiyM+lgzAq/qT0ArVTg+Ei1B9fEPoovV4fcfQd2HedScX39GprwGTNjJn0maTELN6IuSzECLB6T5x2eM66jQgnIeSxa60GnS3uL56tr7b1Ai0JPVwYi6yho2U2lgfKym19VxjMRHzEGbvS9K+RBPzetGVUpf29lZHSl2/DMnLvwh1ZMQrKW3Ic4fvJOZS6ZMQW5hpmpT63DvtlFLfm7bBNruM2C2yXb7y3U6ZpRS5P/4jpUjihRTbCJ3q1eL3GMMfAQYAJmB6SBO619IAAAAASUVORK5CYII=') no-repeat;-webkit-mask-size:0.72em 1.8em;overflow:hidden}.x-button-forward:before,.x-button-forward:after,.x-toolbar .x-button-forward:before,.x-toolbar .x-button-forward:after{-webkit-mask:0.055em 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAABGCAYAAADb7SQ4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAXlJREFUaN7lmTFqAlEQhh8EhFSCYJXW1law9QAewMrWAwQWAmmtbPcGHiCQ1gPYCla2QsDKSsgmQecvFqImu2/fzry/2OLb9mt23vwz47Kvn5MwEFxM8DkLB6HHEIOd0GGIwUpoMcRgyRKDOUsMJizxpzBiiMFR6DPEeZl1GWKwFh4ZYvAmPDDEqmVWVQxmLPG3MGaIVcosVAz2whNDDDZCmyEG7yFlpiEGKUsMEpb4XKXMtMXeiVVb7J1YLcRgW1ZmVuLSxGopLkys1mLwwhL/mVhjie8Sayxx3kp7DPFVYo0tzhNriyEGU5Z40TjxtDE/F6WcDowHBE/msDFNImG0xZQRBAonDCvxhhH2vKZIZ9Ds+7EDfaWFnKZ4xhja5owxdcnYCAQv1p1Gi4sprn08cZbDt6ZYZasXIn5mLFHTjLCvVt1V+4rVt/M+4r3FPaJMbHaBKRKb3pyKxKZXtv/Er4yjZpRL6q042u34tzh4xV9H/FHnqBHKBQeEd6aqqwD6AAAAAElFTkSuQmCC') no-repeat} diff --git a/lib/resources/css/sencha-touch.css b/lib/resources/css/sencha-touch.css index 1711612..d9ce08d 100644 --- a/lib/resources/css/sencha-touch.css +++ b/lib/resources/css/sencha-touch.css @@ -1 +1 @@ -body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:""}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}*:focus{outline:none}html,body{font-family:"Helvetica Neue", HelveticaNeue, "Helvetica-Neue", Helvetica, "BBAlpha Sans", sans-serif;font-weight:normal;position:relative;-webkit-text-size-adjust:none}.x-desktop html,.x-desktop body{overflow:hidden}*,*:after,*:before{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);-webkit-user-select:none;-webkit-touch-callout:none}.x-ios.x-tablet .x-landscape *{-webkit-text-stroke:1px transparent}body{font-size:104%}body.x-ios{-webkit-backface-visibility:hidden}body.x-android.x-phone{font-size:116%}body.x-ios.x-phone{font-size:114%}body.x-desktop{font-size:114%}input,textarea{-webkit-user-select:text}.x-hidden-visibility{visibility:hidden !important}.x-hidden-display,.x-field-hidden{display:none !important}.x-hidden-offsets{position:absolute !important;left:-10000em;top:-10000em;visibility:hidden}.x-fullscreen{position:absolute !important}.x-desktop .x-body-stretcher{margin-bottom:0px}.x-draggable{z-index:1}.x-mask{position:absolute;top:0;left:0;bottom:0;right:0;height:100%;z-index:10;display:-webkit-box;display:box;-webkit-box-align:center;box-align:center;-webkit-box-pack:center;box-pack:center;background:rgba(0, 0, 0, 0.3) center center no-repeat}.x-mask.x-mask-gray{background-color:rgba(0, 0, 0, 0.5)}.x-mask .x-mask-inner{display:none;background:rgba(0, 0, 0, 0.25);color:#fff;text-align:center;padding:.4em;font-size:.95em;font-weight:bold;-webkit-border-radius:0.5em;border-radius:0.5em}.x-mask .x-loading-spinner-outer{display:-webkit-box;display:box;-webkit-box-orient:vertical;box-orient:vertical;-webkit-box-align:center;box-align:center;-webkit-box-pack:center;box-pack:center;width:8.5em;height:8.5em}.x-mask .x-mask-msg{text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0;-webkit-box-flex:0 !important}.x-mask.x-mask-loading .x-mask-inner,.x-mask.x-mask-text .x-mask-inner{display:block}.x-mask:not(.x-mask-loading) .x-loading-spinner-outer{display:none}.x-mask:not(.x-mask-text) .x-mask-msg{display:none}.x-dragging{opacity:0.7}.x-panel-list{background-color:#bacfe8}.x-html{-webkit-user-select:auto;-webkit-touch-callout:inherit;line-height:1.5;color:#333;font-size:.8em;margin:1.2em}.x-html body{line-height:1.5;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;color:#333333;font-size:75%}.x-html h1,.x-html h2,.x-html h3,.x-html h4,.x-html h5,.x-html h6{font-weight:normal;color:#222222}.x-html h1 img,.x-html h2 img,.x-html h3 img,.x-html h4 img,.x-html h5 img,.x-html h6 img{margin:0}.x-html h1{font-size:3em;line-height:1;margin-bottom:0.50em}.x-html h2{font-size:2em;margin-bottom:0.75em}.x-html h3{font-size:1.5em;line-height:1;margin-bottom:1.00em}.x-html h4{font-size:1.2em;line-height:1.25;margin-bottom:1.25em}.x-html h5{font-size:1em;font-weight:bold;margin-bottom:1.50em}.x-html h6{font-size:1em;font-weight:bold}.x-html p{margin:0 0 1.5em}.x-html p .left{display:inline;float:left;margin:1.5em 1.5em 1.5em 0;padding:0}.x-html p .right{display:inline;float:right;margin:1.5em 0 1.5em 1.5em;padding:0}.x-html a{text-decoration:underline;color:#0066cc}.x-html a:visited{color:#004c99}.x-html a:focus{color:#0099ff}.x-html a:hover{color:#0099ff}.x-html a:active{color:#bf00ff}.x-html blockquote{margin:1.5em;color:#666666;font-style:italic}.x-html strong,.x-html dfn{font-weight:bold}.x-html em,.x-html dfn{font-style:italic}.x-html sup,.x-html sub{line-height:0}.x-html abbr,.x-html acronym{border-bottom:1px dotted #666666}.x-html address{margin:0 0 1.5em;font-style:italic}.x-html del{color:#666666}.x-html pre{margin:1.5em 0;white-space:pre}.x-html pre,.x-html code,.x-html tt{font:1em "andale mono", "lucida console", monospace;line-height:1.5}.x-html li ul,.x-html li ol{margin:0}.x-html ul,.x-html ol{margin:0 1.5em 1.5em 0;padding-left:1.5em}.x-html ul{list-style-type:disc}.x-html ol{list-style-type:decimal}.x-html dl{margin:0 0 1.5em 0}.x-html dl dt{font-weight:bold}.x-html dd{margin-left:1.5em}.x-html table{margin-bottom:1.4em;width:100%}.x-html th{font-weight:bold}.x-html thead th{background:#c3d9ff}.x-html th,.x-html td,.x-html caption{padding:4px 10px 4px 5px}.x-html table.striped tr:nth-child(even) td,.x-html table tr.even td{background:#e5ecf9}.x-html tfoot{font-style:italic}.x-html caption{background:#eeeeee}.x-html .quiet{color:#666666}.x-html .loud{color:#111111}.x-html ul li{list-style-type:circle}.x-html ol li{list-style-type:decimal}.x-video{background-color:#000}.x-sortable .x-dragging{opacity:1;z-index:5}.x-fullscreen{background:#eeeeee}.x-map{background-color:#edeae2}.x-mask-map{background:transparent !important}.x-img{background-repeat:no-repeat}.x-video{height:100%;width:100%}.x-video > *{height:100%;width:100%;position:absolute}.x-video-ghost{-webkit-background-size:100% auto;background:black url() center center no-repeat}audio{width:100%}.x-panel,.x-panel-body{position:relative}.x-panel.x-floating{padding:6px;-webkit-border-radius:0.3em;border-radius:0.3em;-webkit-box-shadow:rgba(0, 0, 0, 0.8) 0 0.2em 0.6em;background-color:black;background-image:none}.x-panel.x-floating.x-floating-light{background-color:#354f6e;background-image:none}.x-panel.x-floating .x-panel,.x-panel.x-floating .x-scroll-view{background-color:#fff;-webkit-border-radius:0.3em;border-radius:0.3em}.x-anchor{width:1.631em;height:0.7em;position:absolute;z-index:1;-webkit-mask:0 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAPCAYAAABut3YUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPZJREFUeNpi/PX7LwOFwAyIG6HseiA+Ra5BjBQ6xg+IVwAxJ5T/HYgjgHgTOYYxUeCQUiBeh+QQBih7HVSOLiHDDMSTgTiTgLrpQJwLxH9p5RhOaLT4EakeFF3RQPyF2o6RhkaBGYkheRmIPYH4KbXSjC4QnyTDIch6danhGCcgPgwNGXKBNNQMb0ocEwXE24GYn4FyADJjI76Ej88x7UC8FIjZGKgHQDlxGtRsZmISMMjy+dBQoSXYBC0gv+NyDD80xzgx0AeAqg4fIH6NHk0qQHyMjg6B1WvHYDkNFjIgwS1ALMowMOAjEAeBHINe2Q0U+AUQYACQ10C2QNhRogAAAABJRU5ErkJggg==') no-repeat;-webkit-mask-size:1.631em 0.7em;overflow:hidden;background-color:black}.x-anchor.x-anchor-bottom{-webkit-transform:rotate(180deg);background-color:black}.x-anchor.x-anchor-left{-webkit-transform:rotate(270deg)}.x-anchor.x-anchor-right{-webkit-transform:rotate(90deg)}.x-floating.x-panel-light:after{background-color:#354f6e}.x-button{-webkit-background-clip:padding;background-clip:padding-box;-webkit-border-radius:0.4em;border-radius:0.4em;display:-webkit-box;display:box;-webkit-box-align:center;box-align:center;min-height:1.8em !important;padding:.3em .6em;position:relative;overflow:hidden}.x-button,.x-toolbar .x-button{border:0.1em solid #999999;border-top-color:#a6a6a6;color:black;text-shadow:rgba(255, 255, 255, 0.25) 0 0.08em 0;-webkit-box-shadow:rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-button.x-button-back:before,.x-button.x-button-forward:before,.x-toolbar .x-button.x-button-back:before,.x-toolbar .x-button.x-button-forward:before{background:#999999}.x-button,.x-button.x-button-back:after,.x-button.x-button-forward:after,.x-toolbar .x-button,.x-toolbar .x-button.x-button-back:after,.x-toolbar .x-button.x-button-forward:after{background-color:#ccc;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(2%, #dedede), color-stop(100%, #bababa));background-image:-webkit-linear-gradient(#ffffff,#dedede 2%,#bababa);background-image:linear-gradient(#ffffff,#dedede 2%,#bababa)}.x-button .x-button-icon.x-icon-mask,.x-toolbar .x-button .x-button-icon.x-icon-mask{background-color:black;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(2%, #121212), color-stop(100%, #000000));background-image:-webkit-linear-gradient(#4d4d4d,#121212 2%,#000000);background-image:linear-gradient(#4d4d4d,#121212 2%,#000000)}.x-button.x-button-pressed,.x-button.x-button-active,.x-toolbar .x-button.x-button-pressed,.x-toolbar .x-button.x-button-active{-webkit-box-shadow:inset #aaa1a1 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-button.x-button-pressed,.x-button.x-button-pressed:after,.x-button.x-button-active,.x-button.x-button-active:after,.x-toolbar .x-button.x-button-pressed,.x-toolbar .x-button.x-button-pressed:after,.x-toolbar .x-button.x-button-active,.x-toolbar .x-button.x-button-active:after{background-color:#bababa;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a1a1a1), color-stop(10%, #adadad), color-stop(65%, #bababa), color-stop(100%, #bbbbbb));background-image:-webkit-linear-gradient(#a1a1a1,#adadad 10%,#bababa 65%,#bbbbbb);background-image:linear-gradient(#a1a1a1,#adadad 10%,#bababa 65%,#bbbbbb)}.x-button .x-button-icon{width:2.1em;height:2.1em;background-repeat:no-repeat;background-position:center;display:block}.x-button .x-button-icon.x-icon-mask{width:1.3em;height:1.3em;-webkit-mask-size:1.3em}.x-button.x-item-disabled .x-button-label,.x-button.x-item-disabled .x-hasbadge .x-badge,.x-hasbadge .x-button.x-item-disabled .x-badge,.x-button.x-item-disabled .x-button-icon{opacity:.5}.x-button-round,.x-button.x-button-action-round,.x-button.x-button-confirm-round,.x-button.x-button-decline-round{-webkit-border-radius:0.9em;border-radius:0.9em;padding:0.1em 0.9em}.x-button-small,.x-button.x-button-action-small,.x-button.x-button-confirm-small,.x-button.x-button-decline-small,.x-toolbar .x-button-small,.x-toolbar .x-button.x-button-action-small,.x-toolbar .x-button.x-button-confirm-small,.x-toolbar .x-button.x-button-decline-small{-webkit-border-radius:0.3em;border-radius:0.3em;padding:.2em .4em;min-height:0}.x-button-small .x-button-label,.x-button.x-button-action-small .x-button-label,.x-button.x-button-confirm-small .x-button-label,.x-button.x-button-decline-small .x-button-label,.x-button-small .x-hasbadge .x-badge,.x-hasbadge .x-button-small .x-badge,.x-button.x-button-action-small .x-hasbadge .x-badge,.x-hasbadge .x-button.x-button-action-small .x-badge,.x-button.x-button-confirm-small .x-hasbadge .x-badge,.x-hasbadge .x-button.x-button-confirm-small .x-badge,.x-button.x-button-decline-small .x-hasbadge .x-badge,.x-hasbadge .x-button.x-button-decline-small .x-badge,.x-toolbar .x-button-small .x-button-label,.x-toolbar .x-button.x-button-action-small .x-button-label,.x-toolbar .x-button.x-button-confirm-small .x-button-label,.x-toolbar .x-button.x-button-decline-small .x-button-label,.x-toolbar .x-button-small .x-hasbadge .x-badge,.x-hasbadge .x-toolbar .x-button-small .x-badge,.x-toolbar .x-button.x-button-action-small .x-hasbadge .x-badge,.x-hasbadge .x-toolbar .x-button.x-button-action-small .x-badge,.x-toolbar .x-button.x-button-confirm-small .x-hasbadge .x-badge,.x-hasbadge .x-toolbar .x-button.x-button-confirm-small .x-badge,.x-toolbar .x-button.x-button-decline-small .x-hasbadge .x-badge,.x-hasbadge .x-toolbar .x-button.x-button-decline-small .x-badge{font-size:.6em}.x-button-small .x-button-icon,.x-button.x-button-action-small .x-button-icon,.x-button.x-button-confirm-small .x-button-icon,.x-button.x-button-decline-small .x-button-icon,.x-toolbar .x-button-small .x-button-icon,.x-toolbar .x-button.x-button-action-small .x-button-icon,.x-toolbar .x-button.x-button-confirm-small .x-button-icon,.x-toolbar .x-button.x-button-decline-small .x-button-icon{width:.75em;height:.75em}.x-iconalign-left,.x-icon-align-right{-webkit-box-orient:horizontal;box-orient:horizontal;-webkit-box-direction:reverse;box-direction:reverse}.x-iconalign-top,.x-iconalign-bottom{-webkit-box-orient:vertical;box-orient:vertical}.x-iconalign-bottom,.x-iconalign-right{-webkit-box-direction:normal;box-direction:normal}.x-iconalign-bottom{-webkit-box-direction:reverse;box-direction:reverse}.x-iconalign-center{-webkit-box-pack:center;box-pack:center}.x-iconalign-left .x-button-label,.x-iconalign-left .x-hasbadge .x-badge,.x-hasbadge .x-iconalign-left .x-badge{margin-left:0.3em}.x-iconalign-right .x-button-label,.x-iconalign-right .x-hasbadge .x-badge,.x-hasbadge .x-iconalign-right .x-badge{margin-right:0.3em}.x-button-label,.x-hasbadge .x-badge{-webkit-box-flex:1;box-flex:1;-webkit-box-align:center;box-align:center;white-space:nowrap;text-overflow:ellipsis;text-align:center;font-weight:bold;line-height:1.2em;display:block;overflow:hidden}.x-toolbar .x-button{margin:0 .2em;padding:.3em .6em}.x-toolbar .x-button .x-button-label,.x-toolbar .x-button .x-hasbadge .x-badge,.x-hasbadge .x-toolbar .x-button .x-badge{font-size:.7em}.x-button-forward,.x-button-back{position:relative;overflow:visible;height:1.8em;z-index:1}.x-button-forward:before,.x-button-forward:after,.x-button-back:before,.x-button-back:after{content:"";position:absolute;width:0.773em;height:1.8em;top:-0.1em;left:auto;z-index:2;-webkit-mask:0.145em 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAABGCAYAAADb7SQ4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAiNJREFUeNrEWb9LQlEUvj5BcHoQvMnVKXD1D3CLwqBJbHJsazQaWoSCxgbHJiMIAiNok6AhCDdXVycnJ8EQOgeOYaG+d39998KH+HyP753zzjnfd325xfdSgVeV8B6BScuEV0IRSbxHeCMk/AVFXCA8ScQKSXxPqK0fQBBfE5r/D+Y8VzUT9jb94DPimqRYIYkrhGcpKhhxIqTxrpNcExdlQJTTTnRJnCc8ykhUSOIOoZ71ZFfEZ4S2zgUu+rguxZRHEnPbfKRVsOtUl0RtYpOLTYljIS2Z3nVk2DY9SbNCEt8RDm0rUpe4La1jvXSqmtum72raZI24KuNQIYl/nSGSOJb0Jq61M0pxhjwK9304hUjHGSKILzc5Q5drUzttdYY+I97pDH1FzG0zNFUb04gTG4kzJS5kdYauiZtZnaFr4ooKsCIVaDHxKAQxt1NBnGIVHfGCcEQYh3jGU8KBfMKLiyM+lgzAq/qT0ArVTg+Ei1B9fEPoovV4fcfQd2HedScX39GprwGTNjJn0maTELN6IuSzECLB6T5x2eM66jQgnIeSxa60GnS3uL56tr7b1Ai0JPVwYi6yho2U2lgfKym19VxjMRHzEGbvS9K+RBPzetGVUpf29lZHSl2/DMnLvwh1ZMQrKW3Ic4fvJOZS6ZMQW5hpmpT63DvtlFLfm7bBNruM2C2yXb7y3U6ZpRS5P/4jpUjihRTbCJ3q1eL3GMMfAQYAJmB6SBO619IAAAAASUVORK5CYII=') no-repeat;-webkit-mask-size:0.773em 1.8em;overflow:hidden}.x-button-back,.x-toolbar .x-button-back{margin-left:0.828em;padding-left:.4em}.x-button-back:before,.x-toolbar .x-button-back:before{left:-0.693em}.x-button-back:after,.x-toolbar .x-button-back:after{left:-0.628em}.x-button-forward,.x-toolbar .x-button-forward{margin-right:0.828em;padding-right:.4em}.x-button-forward:before,.x-button-forward:after,.x-toolbar .x-button-forward:before,.x-toolbar .x-button-forward:after{-webkit-mask:-0.145em 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAABGCAYAAADb7SQ4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAXlJREFUaN7lmTFqAlEQhh8EhFSCYJXW1law9QAewMrWAwQWAmmtbPcGHiCQ1gPYCla2QsDKSsgmQecvFqImu2/fzry/2OLb9mt23vwz47Kvn5MwEFxM8DkLB6HHEIOd0GGIwUpoMcRgyRKDOUsMJizxpzBiiMFR6DPEeZl1GWKwFh4ZYvAmPDDEqmVWVQxmLPG3MGaIVcosVAz2whNDDDZCmyEG7yFlpiEGKUsMEpb4XKXMtMXeiVVb7J1YLcRgW1ZmVuLSxGopLkys1mLwwhL/mVhjie8Sayxx3kp7DPFVYo0tzhNriyEGU5Z40TjxtDE/F6WcDowHBE/msDFNImG0xZQRBAonDCvxhhH2vKZIZ9Ds+7EDfaWFnKZ4xhja5owxdcnYCAQv1p1Gi4sprn08cZbDt6ZYZasXIn5mLFHTjLCvVt1V+4rVt/M+4r3FPaJMbHaBKRKb3pyKxKZXtv/Er4yjZpRL6q042u34tzh4xV9H/FHnqBHKBQeEd6aqqwD6AAAAAElFTkSuQmCC') no-repeat}.x-button-forward:before,.x-toolbar .x-button-forward:before{right:-0.693em}.x-button-forward:after,.x-toolbar .x-button-forward:after{right:-0.628em}.x-button.x-button-plain,.x-toolbar .x-button.x-button-plain{background:none;border:0 none;-webkit-box-shadow:none;box-shadow:none;-webkit-border-radius:none;border-radius:none;min-height:0;text-shadow:none;line-height:auto;height:auto;padding:0.5em}.x-button.x-button-plain > *,.x-toolbar .x-button.x-button-plain > *{overflow:visible}.x-button.x-button-plain .x-button-icon,.x-toolbar .x-button.x-button-plain .x-button-icon{-webkit-mask-size:1.4em;width:1.4em;height:1.4em}.x-button.x-button-plain.x-button-pressed,.x-toolbar .x-button.x-button-plain.x-button-pressed{background:none;-webkit-box-shadow:none;background-image:-webkit-gradient(radial, 50% 50%, 0, 50% 50%, 24, color-stop(0%, rgba(119,178,248,0.7)), color-stop(100%, rgba(119,178,248,0)));background-image:-webkit-radial-gradient(rgba(119,178,248,0.7),rgba(119,178,248,0) 24px);background-image:radial-gradient(rgba(119,178,248,0.7),rgba(119,178,248,0) 24px)}.x-button.x-button-plain.x-button-pressed .x-button-icon,.x-toolbar .x-button.x-button-plain.x-button-pressed .x-button-icon{background-color:#fff;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e6e6e6), color-stop(10%, #f2f2f2), color-stop(65%, #ffffff), color-stop(100%, #ffffff));background-image:-webkit-linear-gradient(#e6e6e6,#f2f2f2 10%,#ffffff 65%,#ffffff);background-image:linear-gradient(#e6e6e6,#f2f2f2 10%,#ffffff 65%,#ffffff)}.x-segmentedbutton .x-button{margin:0;-webkit-border-radius:0;border-radius:0}.x-segmentedbutton .x-button.x-first{-webkit-border-top-left-radius:0.4em;border-top-left-radius:0.4em;-webkit-border-bottom-left-radius:0.4em;border-bottom-left-radius:0.4em}.x-segmentedbutton .x-button.x-last{-webkit-border-top-right-radius:0.4em;border-top-right-radius:0.4em;-webkit-border-bottom-right-radius:0.4em;border-bottom-right-radius:0.4em}.x-segmentedbutton .x-button:not(:first-child){border-left:0}.x-hasbadge{overflow:visible}.x-hasbadge .x-badge{-webkit-border-radius:1em;border-radius:1em;-webkit-background-clip:padding;background-clip:padding-box;padding:.15em .25em;z-index:30;text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0;-webkit-box-shadow:#000 0 .1em .2em;overflow:hidden;color:#fff;border:2px solid #fff;position:absolute;width:auto;min-width:2em;height:2em;line-height:1.2em;font-size:.6em;top:-0.15em;right:0px;max-width:100%;background-color:#990000;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e60000), color-stop(50%, #b30000), color-stop(51%, #990000), color-stop(100%, #800000));background-image:-webkit-linear-gradient(#e60000,#b30000 50%,#990000 51%,#800000);background-image:linear-gradient(#e60000,#b30000 50%,#990000 51%,#800000);display:inline-block}.x-tab .x-button-icon.action,.x-button .x-button-icon.x-icon-mask.action{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFI0lEQVRoBe2YW4hVVRjHZ0yzq6lFEaMlE0PShYRAJIl6iEqKHnqI6WJB0IvdICkfEk0aIyo0KFCph8giCitI7CkoohQL7SoZDaQmXSgKo4uWNf1+zt7DOXvOOXuvvc85bc+cD36ssy/r+77/Xmt9e+3TOzIy0jORbNJEEqvWruBOH/HuCHdHuMOeQOmmdO+ozaA5oxXPunSC2Re4MbgCNiB6vvqbKbx0giNxp9BeBU/BIJqnRecLN2UVrLDj4GIYgscRfSltYSuzYMUdA/0wCI8ieglM5XduK7vgWJhTegGshucRfQHkyj1XpziLNrfmOh2ug1dhMaJn0gbZZDpNpsexQb2y3azfKXCAwns4W5dMd7m2B2ANLCT/x/A/nKknN5mUhWFp1g4Z7vM14jrbBZvgEwi1tAdkDEf3ZrgI0S/RrkP4IdqGpuA+cJo0yw7iyNfJmzAcMrokfjp93HC4XrPYCdzkgPXDPPqvJN7eRh0VrBWqfKMuev6k3Qzr4SP4HWqOFIkZ73iYA/NhLpwPZ4LLS+FZzUp+GtwAA/heS/sGwv+irWnXc9bdTRF20/8eOBWmEKwnCectOrPhSlgF2+Bb+Bl+AxP8B/6FvLn8Td8fYQXMSubgsVZU8Cv4mAeNhC7k+jLYCopzrRURlvZA9P8WLIJJlcI5zi1Ypw+Dr4oqp3EAzlsbLCjfg1PeEUxLtlnXXU4/wQboq8gpl2BHx2l5UuyosuW8I6rQb8Bp1iwRefy4VN6FReaopU3pX7jnhwSO7MmVIiNnJ3L+DtgHCm3ltA0RH4/26rhKk1tdu4kr7yeuHkKgU3rMqI5ncfAQDIKbg14oi1nJv4OvTShthC9LjmTyGB8XwhZw+oQ8+Xbc68C8AOboK6+YYPpfDV+B06YdAkJiuMtzhvrOP1JYafMLpu/Z8CmEJNGOe60fz0J/cjZmWcP0G2+sWZ/aUnCqhFosOq7gyf6uOT888th+Ot0HmxF7MOkgt2AcXQNLkg5rHPv+dffjVvPX6PdeWtf7MJhUssD578ZtEGL6sY4MIfTjeh1zCWZ0Z+DwQXAkapkjtzviPdoPYB+JuJVMNfy7QQkR7MbGPfRaYhi7ruUSjLcbwe1k0tw2vgivwy6C70/ekPE4JK+N+HySWDuz+A5xXOnvlsqD6Lf/QjwBnxNc4a02YwzBeuIdyBosWDDT7RKcn1MRYA+/V8ImAv9Rcb5VP53ufoQ8AB8S0+PMFiwYz5fDzCjCF7SLCbojOm514zZ3HViYLIZVxmD4h8B0rtWtFXkEn4tTv22thPe2SawVeDs8TTz/NqoyhLqDGoC7wervt3lNCxKMY/fIc+BLuJXgn9G20pyuVuA1sJF4vt7GjHx8nZnT7XAXzIXnoK4FCcbLVHAqLW+DWF8v78Aq2EY8v7zGDK2+EmfBI3AtTAPNTU1dCxXs/a6ht+t6bM4FNykvw/0IdYSrDLHu8iyeQ7Cg6mLKQahgd0pbSOJwit/cl6Np6p+BrxGn6hNUp1z3m/tOWAH+DrIgwSTQcBcTFLnOzcRwSjZ6j/vdvQyCxRrSanu0mWvZqp3LjkbBuYTGnSac4CxreCQqJPFD+r/bhq+dtOSyCO7DyWzIcm9avKLXXb+FcskiYjlBfB0lP9KLJp+nv6N7ZL+cp7N9sgg+L6/zMvabcEWrK7iM07CZOXVHuJlPs4y+rNJ74JkyJpczp62N+vWOfpw0uqWzrnXXcGeN53g13REe/0w660x3hDtrPMer+Q9LNCcV91c+jgAAAABJRU5ErkJggg==')}.x-tab .x-button-icon.add,.x-button .x-button-icon.x-icon-mask.add{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAABqUlEQVRoBe2awWnDUBBE843B4NxcQSAFOC4lJeTkoxtJDykgvRhcgCFNJCFgIs+ChEHSJX93YT6ZD4ssmR3NztNFH5Wu6+6iVynlEZpbp+4J3s5OjWm7DRxZuMMCdUB9oyzNmrJe01hEejMtM5exIh6bCI3JbFkDT27EckEDs5DI8iHCWcmy6IowC4ksHyKclSyLrgizkMjyIcJZybLoijALiSwfIpyVLItuOGFso/xiuEvAgJdeK0DqJrHEhtsTTh9ul9y/ChR2KE+Y1ruDt2ccI7d6PszcK+oFFblWELt3Cn6i/8epMW5/W+LKGrUZ/0NwboF5QxuPsfY8dmOxJs41cBOYHCZF2BFeE60i3AQmh0kRdoTXRKsIN4HJYVKEHeE10frvCNvr4RH1HojH3rGHr3hqA7VdkxPKvuKJ3AA4hn7BM3xxA5N71Fdv1gz/tax3P+hFHmsJwM/8wraMadqOh5GuXda76rVqNWb7wgeevQvRRQ1MBCPFiginxEokKsJEMFKsiHBKrESiIkwEI8WKCKfESiQqwkQwUqyIcEqsRKIiTAQjxcoVrP83/9czD9EAAAAASUVORK5CYII=')}.x-tab .x-button-icon.arrow_down,.x-button .x-button-icon.x-icon-mask.arrow_down{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGRTdGMTE3NDA3MjA2ODExOTJDQUMyNUQwRUE4NjdEQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxQTFBMDFDQ0I5NEYxMURGQUU1RjlGMEFERUNDQTVEMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyMkRCMDIxMkI5NEUxMURGQUU1RjlGMEFERUNDQTVEMCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjMwRTE0QzVBNDIyMjY4MTFCQ0ZCOTAzOTcwNzcyRkVCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZFN0YxMTc0MDcyMDY4MTE5MkNBQzI1RDBFQTg2N0RCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+HfrH/AAAAeVJREFUeNrs2cFHBGEUAPA3zYqIiIhOnTpFRHSKrp26RqeuEV077R/QqWtE166dOkVERHRa9hQRnZalFcv0Hk/W1Mx+38z3vvlm5j3eZW+/9+abne+9KEkSaFPMQMtCwQpWsIIVrGAFK1jBClawgo2ik/4hiqJGwLKuvfpIc5xSkWqYr5hzU1s/mRNxXTPsJ+ZqluvXlwOmSj3XBDvG3M1rpAmYYoUrFzr4ZNqTawqm2MH8Dhh7ZXJUbcAUx4FinzBnJcAUl4FhP/jIgRSYKvkYCJaO2LbNv08RMMUy5nsA4COTLy0XYIqtil9iF6aflq7AwBWuAvuQ9ZKSBgNX2ieWjtKSzeXBNZgqfe8J+4W5aXtbcg0GrvibB/BhkeuhBJhigzsghT0veh+WAlMcCGHvMOMQwcCdcIntYy6WmXhIg2PuiAvsEHO97IhHGgzckb4D8L6LmZYPMHBnhiWwXVdDPF9g4A4Vwd66nFr6BAN3ygbbw1yoMzjmjplgB5hrrufSvsHAHesZDOD2JAbxVYCBOzfIAZ9JbR6qAgN3cPwP9kZy1VIlGLiTdluCmoOBO/pnS9Bk8DzmS3pL4BMcpZEe1qX0GI/atC4dQYXRMa1MU0IX4gpWsIIVrGAFK1jBCnYUPwIMAPUPAyFL+nRdAAAAAElFTkSuQmCC')}.x-tab .x-button-icon.arrow_left,.x-button .x-button-icon.x-icon-mask.arrow_left{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGRTdGMTE3NDA3MjA2ODExOTJDQUMyNUQwRUE4NjdEQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGMDZEQTFBREFDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGMDZEQTFBQ0FDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFGQzJEMjQxRjIyMDY4MTE4QTZEQzUxMDg5Q0Y0RTRFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZFN0YxMTc0MDcyMDY4MTE5MkNBQzI1RDBFQTg2N0RCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+FXGmxAAAAghJREFUeNrsm09ERFEUxt+rxBAxqyFm1SqiRYpMSpFapUVaRGpTRIpIbWLaFJEoRZtilChRWiRKsyklilYRERERERGZvsN57Wfmvnnnznkfv+WM+bn3e/ePN24mk3E0pcRRllC42FOWy4dc1w30R+fz3LFthEs1TelZ0KlBuAIcgmRgHS5gqlm2RsNTmqbvrUlZycLT4BhUiliWfEwEbII+UeuwT4nzqNZq2Gm1gTu/ZaUIj4NTEBW7tTTY1zUwKH4vbaive6BBw2kpAa6DkA1CeBicgZhVx8McUg5WWNi+83CWiXFfE9ZeAGQR6ukBqJKyu/Gzw7TcXEiS9UuYbiWWeU8ckXYqMT2lozyFW6SeOU0K1/FhPS75RsHUlKbj3KV0WRPC1Nd5sCuxr6anNPV12zFwk2jLCCdtk81XeAIsahL+BVOgH3xrEPayA5rAixZhyj2oB2ktwpR30A5WtQh7vR4DQ+BHg7CXLdAMXrUIU26411dahClvoBVsaBF2uMsjYFRCrwt5a7kOOnjUVQg7vE43cr9VCDu8I6Nep7QIO7z3HgCTvHYXvbCXJe71hxZhyjmv1w9ahCnP/DDb1yLs9boXzGgR9rIAusCnFmHKCff6UYsw5Ymlj7QIU75AN5gz9YVuLu8eB/S+dA+v1+l83pe2Sfg/BRe2OeGfPELhUDgUtip/AgwAw4tbozZtKFwAAAAASUVORK5CYII=')}.x-tab .x-button-icon.arrow_right,.x-button .x-button-icon.x-icon-mask.arrow_right{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGRTdGMTE3NDA3MjA2ODExOTJDQUMyNUQwRUE4NjdEQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGMDZEQTFCMUFDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGMDZEQTFCMEFDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFGQzJEMjQxRjIyMDY4MTE4QTZEQzUxMDg5Q0Y0RTRFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZFN0YxMTc0MDcyMDY4MTE5MkNBQzI1RDBFQTg2N0RCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+xvZexwAAAhhJREFUeNrsm8FHRFEUxu9rxhARsxqiVauYXWoTpTYtUkRqlWkz0WaiTW2iNi3atGhTm4k2E5GYSJRaZcZQtIqIISIiYhgyfZdv/oF59913X+cdfst5733u+c495743XqvVUpKiSwmLWPB/j2QnP/I8L9SH9lN3/KxwQlpKT4FtaR7eAhegR1LRmgEVMCCpSg+CGtNczLbUC8pgQ9I+rCv3LiiBbkmNxwJ93S+p08qCRzAhqbVMg2tQkNRLa1/vg6ILvrY5POTAXdi+tj0tDbOYjUoaDzPgBuQlzcMpcEhSkg4A8lztjBTBin6u0d8iBOvoYwXPSRGsuEcXuWcnJAhuR4G+TksRrGOMfXhWimDFjqzCyUuE4LavS5yxExIEt0OfopRN+DpKbx6MHAtHSfAeWPN7kWQEhDbAMjg1cTHXBdfBLHiSUKXvwZBJsS4LPgCT4NP0hV1L6SZYAcdB3cAlwe9gDlQlTEsP9Gs16Bu5IPgIjIOP/34AoP26Ss82bd00LA/r1Vzk1mM1whCsfTrPpsJ62E7pE/q1HpaPbAn+Betgib1xaGEjpb+Ywrcu7H9BC35m8//mSncTZEqfgRGXxAYpeJNp3FCOhemU/ub+euXqzGlS8AuYBq8unyiYSulLNv9OizUleIcr+6MiEF4n3x7ze2n9OkSfE5/bfmg/30v7ERxaWBcc5Yj/5BELjgXHgiMVfwIMAGPkXbHq6ClAAAAAAElFTkSuQmCC')}.x-tab .x-button-icon.arrow_up,.x-button .x-button-icon.x-icon-mask.arrow_up{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGRTdGMTE3NDA3MjA2ODExOTJDQUMyNUQwRUE4NjdEQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDQUZBQUM3NEFDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDQUZBQUM3M0FDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFGQzJEMjQxRjIyMDY4MTE4QTZEQzUxMDg5Q0Y0RTRFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZFN0YxMTc0MDcyMDY4MTE5MkNBQzI1RDBFQTg2N0RCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+ar3jxgAAAbFJREFUeNrs2j9ExGEcx/H71YmmpoiIaIq4KSKi6dabbo1oiqamm1qboimiNZpuuikiIqLppiPipqYjIuLp+/D95vy6X/frfr/n730e3sst53XP9x7u+V2ilKpM05qpTNkCGGCAAQYYYIABBhhggAEGeNSqpl9IkiQKWNbvfBc7PDdNIz1PPVK7Trd+OMPrRr8l9Uat2nT9+CyCW4yVnnnHowTXqa8UWHcdI3iNGozASscxgReo7h9YxTtfjwXcHoOVBjwJQYNPcmKlLk9EkODGP7FSO0TwOvU+IVjxZAQD1iPZK4CVGiGAZ6lOCVjFE7LhO/i0JKzUK3KImQY3S8ZKHZ4cr8A16sMQWPHkeANepF4MYqWmD2A9arcWsIonqOYafGYJK73yRDkB71nGSnd5r4jKBG9Sn47AunOb4CWq7xAr7dsA61G69wCreMK2TIMvPMFKfZ44I+ADz7DSQ9YhVgS87fiQGtdlmeBlvkNWnndYBljfGT8FgJVDbKco+CoQrBp6mrEyKfgoMOyvpxlZ4CT9vcXj0shWNe8nE8vCfzwABhhggAEGGGCATa1vAQYAZekAmr8OukgAAAAASUVORK5CYII=')}.x-tab .x-button-icon.compose,.x-button .x-button-icon.x-icon-mask.compose{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.delete,.x-button .x-button-icon.x-icon-mask.delete{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.organize,.x-button .x-button-icon.x-icon-mask.organize{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAEdUlEQVRoBe2aS2xMURjHjbbqUaLoI7RChQUiGo9YaEqkoolIkCASSki68dixsLIVYmHbkJA03UgkFRI2QgRBKl4RgtJFK0jUI+o5fv/p68ztmUlHzpzO9PZLfjP3fOfcO9//fOeee+69E4lGo6PCZKPDJFZaQyc4N1mGI5FIMfUVkAfZMPaVwE54yqn6i+8BllQwravgAEyEv5DppsQ8gYPw3hqsJi0bNJ4El0GZzSa6iHcbjLbpsp7DDGX5V8ByyDbLJ+CdUGQLPNGQnkzj3TDFspN68BNkwhDPIY5poG/T1lBYR+LOkuW4uSeR4KXssN48grF9h20NdeukYLRL96Y6vAD2wCwwbQyFvXARPpoVA85fKnXiN4HtvP2Gf0tPG3XWUKNYT4E6PxjvD3x1EDHPZZvgxTTSDBc8gMrKbql5gKHeJh7NM6/AFu91/EVmjHGTFmN+HA3qYSoE7SuO8+zcEawY4vJdfr8Z/ljiqMS3AV2RvjpTPc7V0A623rqJv8RsnynbxDUXXieJuy/LfRmmEzSd7wKtroL2Hcc5BL4LVmRCmbheEIfmHduVQ1muQV/3BN2bJZyqaANbdm/jL+xtm4nfxKcsP08Q/zX8MxV3TDXqx+PYBGUQNHVAI9AsYrsuB9sPVflDT5xH+O7OZn8kK9msJf6G3ooFOOr66+O2NOVL6A7oP/njmmREQcN5LGhy1cLJtBwK++FSLqrVSGvPcrCZGu8DZTqTBSs+zUkarTZTUrerYh50gHYY7rSpRxZCCYTByvouS2FQK42hE9w7S/tKsOaIt/AGfoMWO3OgFLyYb8FaGByHl6C1r27jlsAh8HaN14LD1+x8jN/KNVdqlAvhgq8YfJ/DLYjVUDatk8J905HObd+Cf1rEaHTp5sSL+RacaKWWyO+8E3wLdi4g1QOOCE61x7Kt/UiGsy1jqcY7kuFUeyzF9ok6WA8ZvJjLtbQWEI/hXpLIW4N1rLyiPHV5hP9MsM4or2V7hlH+702XghWE3gAcTRKN3mjY7AZOdZbNCnAug4wTrNXSItCrmmYSZ3tGTNVAo+1nvCLOyLyeT9WC7WlqXNtUCq7vlpTlGkQMeG+Vio9j6NbxMOjtn8u7udjzaJcH1H3uLViVikCzLftqEtsKbeAyNh3LuWAdVM+yr8JsU8hgt9mvGh6ATousEKwgdcvXCMWDFap2mOYBTWK6b3YtNvYDrs9hM0i9BTgB+YMRTbvp0AS6bzaP43I7LUPaDFBvHPVmIy+ZaOp1+TkJX8Dc3/V22gUrYF1jN4L1r0T4NSPXg+sZ2dZZXgRr5m6BymCW8en6rc54BrYAXfu8CFbQmoQ0c1eYoilXw0NQp7gWZzueN8H68S44DbG/IPA9H66AL7FR12tpYk9qetOwGfSaVjcMNVAFie6iqHJv6bws2YaUfLpctYP+S5WoTVr8vjOMvphN4FN4N69Dybs6yw+OCLZ0yrByhS7DmrRaoQE0Kw5707JOf/UvH/ZKewTG/kscFrHSGbpzOHSC/wHSRhVOrpN3ggAAAABJRU5ErkJggg==')}.x-tab .x-button-icon.refresh,.x-button .x-button-icon.x-icon-mask.refresh{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.reply,.x-button .x-button-icon.x-icon-mask.reply{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAES0lEQVRoBe2ZSWgUQRSGM24YTdSo4AYRTcxBEZJDJCoigrtGg6CIgihqogfRgEERguhB40UP6kHw4kEET4J4E9wPAdeg4ALigjuKcSMuMX7/mAmdSU/SXdM9PTPpBx/T3al67/31urq6K5G2trac3mR9epNYaQ0FZ3vFwwqHFc6yEQhv6SwraBc5YYW7DEmWXUhZhSORSC7UwKIgxzAlghE5CZFHoAEKgxTcz8/gCI3gfzHsh6l+xnLq2zfBaC0miXpYDvmgu+kXBGqeC0aohK2D7TAF+kPamKeCETseZdugGgZDSp4RxHFsnghGqKo4H/aB5uoASEtLWjBiZ6KsFlaAHlJpbUkJRmwl6rTcFKW1SktyRoIROhofdbARhlr8OTkMdBPNlWCE6iG0AA5AqRN1Nm1cxbTpn9Qlx8ERO4pIG0Br6yDDqH3pV4kvPdRewCd4C+/ZPdWx7xZxsk1LgqvIZDeUeZzRT/xJ8Dt4BQ/gGjSSVzO/3psEJ4JoY+A4fATNvVTwhjh34RSshMGJ8jO5biuWIJqrc6AJ/kIqhNrF+EFs3fqHYRoMMxFp7dNFME5Hwi5QMLskgrqmgb8M+hgZYRXh5riTYBxpFM9CUKKcxlWOSyHPjVi1jQqmYy7shQ/gNGjQ7f6Q6yWY7UY07XNK4CK0QtAiTOK/J29tLOQ7EU67nIGgtfU1mARMhz6a3zegtCfRHXOYxhXtndJBgGkOT9FQ1Z3oDsFqhBXAFngJpkGD7veN3NclEt1JcKwRHaaD3niCTt40vh6+q2N6rL+2gtUA03p8FL6AaeAg++ntsNwqNqor/kL8OZ2WgF71vEpeq8FvC36uDveJM8qqyenHwzg67oE1MAxMTeLOQyNod0SDqO2hCaDVIma6u3R9OAxq/9WxW9PT+wRsQ7RiE7Gbj4f4v9F8Fujxb1ptfR2tj/cbf04bfbbqZWgsFEM5LITNcBLc3HF6iM2IxXAlWJ0wJXEQfoFb4RJcEwtu8kv/PCiEGdAAevFQJbvL5Rh/j351uRbcLloVmA83ewgUn0TSgq2DRGzloVt9E9yDFoiPqfOvUBHN3erA7TFOtG6fBqdfVp4KtuZLDqr8DrgDdqIPcb2/UYXjAmmu1cLDBIGswX0THMuJHIrgDGglsMZu4nxI0oItgcbjUHP7MyRaanwXrHywvlAFj8E6v+dqZ8MTI9BzHO2DtaC9KY1wIEYurXCO4JrbjyA6CvzO80wwznS3tMAFDpfBKdArnkY4ECOXqwTWUqZvA1mJp4L/+4wKf8ZxDeyE26AlLBBD9HUC14GWr8mezWEc2/oiiNZM/TumGbRLkdQ6nChOT9eJWw3ffakwjjuMRF5wUg9b4QnE5hOHKTVNsSuO3qW9SosN/Yn4KmAQbnnl040f4pelVLCb5Pxq6/st7Vfipn5DwaYjlyn9wgpnSqVM8wwrbDpymdIvrHCmVMo0z15X4X9rh8wHLEjawQAAAABJRU5ErkJggg==')}.x-tab .x-button-icon.search,.x-button .x-button-icon.x-icon-mask.search{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.settings,.x-button .x-button-icon.x-icon-mask.settings{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.star,.x-button .x-button-icon.x-icon-mask.star{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFfUlEQVRoBd2aXahVRRTHz/Ujv+2mZRGZB7W6mtpFikC7+UWUZiqBD0JPFdRL1EMFPfjoU4baS0FUD/UWZBEVShA+BCpmWApRSkgllNpDmZWZt9//eOay72afvWfWOTPn3rvgz8yeWbPW+s/XmT379AwODtZSSQ+CryVgA/gVfIx/pelEhFMBVlvBOaBeFo6Cean8y09KsnMg932TqCOs9M2UhMfhMJVsxtHcAmcbmekLCsqjFKUkvAYG1xSwmEHZqoLyKEVJCDOCNxH9HUCbVl6mULAuXxjrOQlhgl8Bbi0h0Uen3FBS37GqVIQHiHh2SdR16jTlo0t0woycpuxiUDSdHcFeMv3uIWYanTDB3wIWVZBQHP10zuQKvbarUxDWT1HRz1E++Ds99fLtgp6jEmbExhPNcs+IbkZPiCpRCRP5TPCQJ4MJ6A3QSUqjSWzC2ozuC4j+fnSnB+gHq8YmvJKIJgVEpRPX9QH6waqxCa8PjEhHT981H2j6qno0wqzF63BhOUxsom3Zb7aJqGsUjTAONFJlpysXQz7VuXpavrBTzzEJaz1adlzNjHs6RTBvJyZhjZTF/kTaWZZCnlvhsyWgQkPZQpagzsX1bFlAXjGtDdAPUu1p3PPQhCCXkdwG/mta0PWLds060AuAnqtEOjpdbQR3VymX1P9F3UfgGJA9X9F92c/ADaQ2P8V0DJ4/kDbeYKaSvgI2AN0+OGJK1VAbSIhTOXEOybYll2kte77yD4rqrHyb85S9Cl4HtReAyI11/A7HpRq5PSD6oR0f3Rad+H7S1DvV7UgS+tc1cU3n3V/AWJ/SX8BxVuMinow2rNNjlPQVeH0GFg378kDBfLAPXARjZbTPwmUXmOG+bgz71EKFfqKeAUWfREZbJxyCxyOOqEuHER4qrNUWovwy0CFktBHV4eNZMNvxyaaFhKWAaBt/HJwEo4W0luSKLMF8viVhp4iBeeBd8CcYqcQ1qi+CKS7uVmklYdcQY0+C42Ckkf6EmO51cVal3oRlCFkCdKgfCWtbo7obDO3AVWQbHHyUsjo40E6uq9cvQbdG+wN892fj8s0HjXDWKA51/t4JUo72H/jTDtybjSUkbyYsJ0gdfAtSjfTn+JoWQjCv2+57a4M1QaQSvZvrMsIs7RJejGcdUlLJUhzpZsYsZsJcCen6ZwCE3IaYA2021OfUdU3fJltmwni7Fvh+KDMF16KR3ux0lWuSdgjPxeNdJq/tNdKNqJaSSUyEmVK6JNPomtqbIh3eSKNsEmvAarfJ5LEzjbbR59MtpqyEb8eZjpndkhtxvNri3Er4YZxpx+yW6Jdhi8V5MOHm+n0QZ9afo0u0fQO8A5S3iPaQ1cTSG9w4f/SqesZBH/gRWI6T+gyyxfkgvw2cMdrS+/lTzpZvGnyWxsnTwHLRd4R2a/OBqQyoztKBe/P2qp6DCBOUptKHhuA+pU1fq2Co0/F0L9CVaghxXTbWW9ktKg8lrFfCrwODeh/9wgu1bEDo6OT2Fvgb+JLWq+nQEsnaa5UPJbwKBxc8A9KXPG1O3u+u6E4F24GvD3XMDjCxFcF8uTdhjGpHfwn49L42lCeAdyDZwGi3HpwAPr6+Q29htn1ZPoSwfuz3ewShXVcBNz62lzkvq6O9DjZHgQ9p72kdQljvob9VBPAN9Q+UEQmpw5b+Sf8e0FotI/4a9ZN8bIcQXlnh9AD1y3ychuhgU0tpJyhb14epn+ljN+Sk9S9G1ct50d8SdgF9x9EO3lHB5hXwPEYfA8dbGD9LuWZBtfj0inSQWUDTKzu1dAB5Dkz2tdOOHn70LvwVyMag/FYwzse295Rukq5j+G1wEOib66PAy5FPMD46+NPmqTV7CpwGGvkJPm2l8z8GWDNDloqpGQAAAABJRU5ErkJggg==')}.x-tab .x-button-icon.trash,.x-button .x-button-icon.x-icon-mask.trash{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFBElEQVRoBe2aS4gdRRRA8+L/m0QIJkYNLlQUNOAvigpRcCEIcSsiCLoLLoILcaM7QVBX4koRshDxt9CFKCoiuvGDCP5QkxCiJhInRo2Ovzie80gPNWX1dL3uesM09IUz3V1169a9daur+031aG5ubkUpGY1GK7G1Dq4Cz9vKiIY74Sv8+72tkWQ7Ay4Bxo+Hu2E3/AuOZBf+ov2TsL6Ef5WNUsGazXvgEHQJMm77N/aeg3Mrh7seOweMM2bWYH+B2OES1/9g9w0oEnSngHHCYO+FGSgRXJ0NM/0idA565BRpKyxSt9J2B5xWY+Mw5Udq6uqKT6XimESlmX4d7sTnA4n6rKJjs7QSSgTrSno7nJyodtFyGr4AP4G6TeLIHweb4A44C0LR1xtgCzwP7aTtIkBvLlSfQjwNZyl7FNa0sU077V4DX0Js25X7cRjPzDb2Nd5FnK7xPbGXskdwxsxOLLRzdnwIj8GvkQFnypqobKLLrgGnOjMzP6cqJijzfn0NXPljmXRNWNC+dcBHM7HA2NELp10nwbaz5iC4OsdidTyrYp3a68ZFi7XJFfNsOBGcUmFnPpbiBWkVZefT7g+OXcTF0EUsFPtaje0Lw0LOzfoM49B4Gy36WMKwK+WDcC2cAmGwXK7YAAYdym9c+NiIdUOdnHODc6DjpPioix9LBvwtPE3QOzjWi7MjBS0M8CGY1huUA1ISg/4cNqXiqcqSwVqJ3AQ/QEmnpm3LR+IzsLYKMD4mA6bBOfAKuFpO28nS9v0Bcxckn9V1Ad9Pg2m/H5cONLT3Mf5fFGfX63hBQG8s7/LXxcdV0nvjMtgKp0MojuaroM60xYB8Z78ZTog6c515B1ylXey+ARe3/0tqFNCy0RjrkdvgOwhH0TeiB2A1uMBNGx9Ta+FZiP34mrIrQR39cECSUzqZYYIcR0mjJtmFwmHUvdenLjwmnUl7Eh05+LP40fjvoGTACYN1Rc6CecGhM7lw2lt+AA7Fg4fOespXgYO0j3pvnXmh3rY+/52+vrXtRSd841rQJ/WV1JVX9eNj14DnjeHnJVw8DBeAnX8A2ynfXwXN+cWUPQUOjNl6i7Jt1I9nCOe+1V0NT4AB/wkvw31QRIoFjDfnwRXgfVbJGZzsry44boTNUGVjlvOToPpV5FvbjXApKE7VLZ6UkpWlDGHH+96pV93/4TSsujGA8MeF51Xw6njuO3soKTth/UTnJQOeqONFlKsBW0SlfdVyDLh9NBkth4AzBqnXKkOGe52+DOeHDGcMUq9Vhgz3On0Zzg8ZzhikXqsMGe51+jKcHzKcMUi9Vhky3Ov0ZTg/ZDhjkHqtMmS41+nLcH7IcMYg9VplOWY4/Md88cEtHbDOVg5Xx9jpsM9Yx52JeAcw1ontTXRdcm9pFz3vBveHdNJN6YPVRhrnivtMlruZ5g7DFxBuXLut8j7sA/d43Yr5CIpJsYAJ7DN2/27Bsw1gwAb3I8wLOp+g4w6+nw/6HddOyszqWDg/Qv2bXFwH4+1SyhyUYtI1YLc85wXn/ORAagWdPVRKUqh3AJwtdTLeWq2rbCoP76cm3bjeLG6ELjZim03XJujyJqXF6rtmeDvGNzMN/ajEAZi2rKOD67t00jVgN7+3dnFgqdsu5XRc6tiS/eUGvBTTNengBIVZPuYG7LcYPjdluYk++bTw++pGyQ34bSy9B35Vs5zEYGfgJfg+x7H/ADoy2VfnrtXoAAAAAElFTkSuQmCC')}.x-tab .x-button-icon.maps,.x-button .x-button-icon.x-icon-mask.maps{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAADl0lEQVRoBe2b24tNURzHjfutXEPycDAltwhJbuMSJUqSB/HiES/+AK9ePc6T8uCFkImQW5KGkdwSxYyMGkZu45bbDOPzyZyTrJnjnDkGrVm/+szas2bv397f33ftPS+/Vdba2toj5igj0NcfRkG/3qWIJdcIrs/AO6gDq7cKPkOjUNAmxr8ePJsix8NUWAvLoapowSQawIUzYCZUwAqohF3QAjtgGTyCy5x/nfEu1MNDCmAxuiS4Vy8ST4DZMB9WwiTIRUGC26q1gKtWwyyYBsPB5aLIL5CNTxzotDeWTeA5DUKuO4xXoQbxHpcUbSIzJFkDi0EzdLYnBNGuYJJ4ch+YAhvB5TAORsKvib4x97vwPpk2FjJuhibu85zxAlyCangBLRQib06u68t5vk4uVYVqgO+oqy9v5ASTRLd0LQNLYB24bAfBnw5zikX0HtuhGW5ANY9ylvEBvIY3FOArcz7rWHCpboBFMAxyGjguKIZy1jzYCqfAD5BLslB8J3dCP/AdOgo+fKHXd3Sebh+EctCMieBK6Oj8QuYrXZ7roQr88PiSD4b/IVyyfhB9jQy/uppTUijYhANLytJ1F/sxzL7POpg97vQdFfwVTNYtQsHdKpLg2O1ODieHI6tAWtKRGRrISQ4HJYlsIjkcmaGBnORwUJLIJpLDkRkayEkOByWJbCI5HJmhgZzkcFCSyCaSw5EZGshJDgcliWwiORyZoYGc5HBQksgmksORGRrISQ4HJYlsIjkcmaGBnORwUJLIJpLDkRkayEkOByWJbKLbOVx0r3E7httIbttwNvzddt//JWxIfQynYX8pgu2TbgBbjw9Ds53sNHJv49gOehu5bUe2DfjXojDVpWG/9iu4CEegBp7xfO+LFfyGC5+AiQ7BFXj/c8s+xw+Z24PwvYwKnQxLoQLccGEB7Hsu9t5ckjcU2QjuozgA5+Apz9PCmItCbvqWs2vhJpwBl8ZrEuVtOebPtiWLbf2ymyL0ZVT8XJgDbgHIgFsPOhPmr4d7oAnHue9txg6jI8EfueIaHIOrcAuafieSc/IG19vw7TYD6UEBbE4vhwxMB7cizIYhYPT6MeR+WjBFPoCToEgF1hb6bD8LNpHLwT0L56EOGkhUchc6edoNcruvQWoQ7/6GMTAa3E2zACxGNjRhH9wHV4zP9oGxqCjj7C0wA06Ay/YliRT/T4MCuGnEfQ4feJ5mfvdfaG+OXSWdju+VpAoIK3D9tAAAAABJRU5ErkJggg==')}.x-tab .x-button-icon.locate,.x-button .x-button-icon.x-icon-mask.locate{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAIDklEQVRoBe2aaaxeQxiA3eqCltpLkWotLUUtsUuJrbUFtSSaiIjljz8kQhOJiAQRQYREYvmFSPrDFiSExFpL49JSS6u0Re1bLUVRz3N7ph1z53zfud8956sf3uS5s7/zvjNzZuac7/asXr16g25IT0/PKPrZAfaFXWAMvAEL4GNYgS1/EjYqPU07jKNb4sGZcBocB0MhlYVkPAgPYM+itLDWtA43BYY6m7PBZVSFXuqd2ZQ96m3S2ZkY/0lFR+PBcFlf3ZTTjTiMwQfCR4WzfxO+D8/BTxA7Vxb/nXqzmnC6docxdDg8WTj2F+EtMBrMPxiqzvqn1N2nbqebcHg6hoaZfJn4sNho0hdB2cym+bOoOzRuP9j4EBTWJuzII1F2OngEuZQfwcBVhLG8FifaxM+jfHybOgMqrtVhet4OfH6VHsjpn9xXWu3PRKrtXK1qtVo5g6q1zNfyzJ1UFOnwCcz6ZqEq8bHErwzpCqE6JtHOsBap2+FNsGrjyLIjid+PvYfBDOJPwJSovEp0wyqVqtbJ3Xqqts3Vy83EKVSUTiWns1Nd2WesY2U0XAHfDkZBpu3vbHzu3rVI3Uv6G6z6oBbL1il5b1108LG6Hf4ak+YO3qy1Gl4ltnhtqoZIrQ6z8lZi06PwWw22qUJdn9Wkq09NrQ4Xhs0hfLgGI99Fx30MotfT+sT9oG6wbhzMAzebTviRdufUbZf6anc2GInBh8A7HTj8A23Ogw2DrjrDxhzuG80118KHMP7XCo57934Ljq/TwVRX4594cGADblmXEEyDqeCrYiy+XPhC8RzcioHfETYmXXE4WI/jXi1PDOkiXE44CUd9pWxcmtilWxnt0k5lVbecteNuO+xsplLrOZsqT9PddviL1ADSn2fyGsvqtsO5N59c3v8O1zUC3Z7hDzHcm1cs5nVNuu2wr4+pNHrupp3V/cUj1d+X5vwdTsS+RmYqjKDcT0N/cjz9kSmvNav2iwfGj8HCfcDflXaGbcGPezpsuBfEsoTEMvAnFmf7K1gCXjPnMwhfEtYmg3YYB30s9oeT4TDYCbYocGY7EWf6+wJ/qZgDj0MvA+Cdu2PpyOFiifrJ9SS4AHYDv1bW+oURfUF8J/bjgj+l3gteUZd38ggMyGEc1aHJcDb4k4nLtZW4RMMy/YW4LwonQHz29hZ1NiV0yW9VhASl4rK/G2bDAhyv/JGgssM4668K58OFMB5io0muFZ+518CPb34EWAga9VuxMvxlMIhH1FGUvUCZb1G7wu4wBfaAg8E9ISe2/RjugbvQUe1rKRXbvhOj8Ax4AxxJO0pxw3kEnHk3pezLO/mbgV81Q3v17ZmzgXxXk7rU+TSENmlo3y/C9JyeNK+lsyix08vAWUs7Mq3BL8GxMDpVnqapMwqc/aDL9lum9dI0ddwETwX7ctMK7UNonndybc0OdtBZ6jANh8GV4DMYFMfhj+TfCBsFZe1C6urwXAh6Kjkc9NLO5/wW+DXSEXQZausVUPoTa9ZhGvh8OqI+F7HCEP+I/JnBkKohbXS4N9HZdoZT/bR3JssmwpmelrYJ6aEU5mRPMp09l1JOlpI5lo1mFmHYvDyPXfqzUb6CMCc+b4thv6LQgTMvK8VGdhaFblwu2yD2uQRy9m1L/s20XYYd7xH/twTPQ0ipl4XrwY/pYUbT0DKPmBgNnwc7BV1pSJm674Sg73Xio9J6IW0Z+MyrO+7Li0nZsla39unD8KArhLkZ9iw8F0ZAmbQq+6asEfnO0nx4rIgvIiydYYz8mZnSATfPVNxjysSB9X/DboWv40o5h4+igod/Tj4j02XoaOdkHkauzBWYR5nOOcNSVeZQ0UtLTrR/AuyYFLrkvQn66HikrZMw1SGk5BooW84ukxGh7voOsWUjuBnCIxKHDvylqY1uNKnEm0Na5kiOTjPXR5ql7ixuD3uU9G/55mlZzuGfqeRI5cQb11T6yj0KufpN5vlcHwRHl3TixH2YluUMf5NKXghysgmZHuzzcXoRy6VsYHJt/QXCAZ4A6gkyoMu/jQo9vm9fBWUbqD4shH9LusYp9WxbBo5Q/EzE8Qcom5i2bZemjTelBYnerdq1S8tpvzf4Y3lsUxzXdk+ALfq17ZexZiO4g8q+1cRK0vjblM9I27dKawD8EOl1FgZ006L+TNCZ1J44re03Qb8Ntt/Vkko+7FOh7OoWK/bMdefeoZWjoYx6nvFx+8oO2wdcB98nOmJ9Ie6V+PDQbxz2c9hCZGNwhNrNspU1+hO4FiZDq5uTDls/GGZ869igOK4uUKe67SNuG3SkoUeq9fvdsvp8izuI4zTYBeZClU5Cp559D8GFcCCMh82DXuJukrE+nzV/OewbeOuCbQ4FdahLnUF/u9CLzfMwLuhMw5ZfPNgNp9H4NtgdXOoDkRVUfh/cKX3mloM76u0QdOmA1793wSW7G0yEKTAcBiIOnndzLxvev/OSjkCappVL6hlw9NqN8PoqX4Vt3s/Hp/an6ewz3K/SmhvNDSj86T/otDZp25jU7ly6ksM2RIbADHgFBvJcNTXrOvpCYdOQnHO5vMoOh8Z0sA1cDi9Cq3fSphy1z2fhYsjuxMHWXNhy00JhqbCheWtyJ54Ox8D+0KT0ovwp0NmXcMYjc8DSscOhJxwfRnxHGAfHwQFwBIyEwcgvNNY5HyHxHF6Kox5rHcugHY57xnnPWS8t4lHmIHjEeNyMBXf67WACeJNbDH+Ag+ax5fE1D5YWcd/cVuKkR04t8g94XuILUVeybgAAAABJRU5ErkJggg==')}.x-tab .x-button-icon.home,.x-button .x-button-icon.x-icon-mask.home{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAEK0lEQVRoBe2Zy28NURzHe/vwqEepYkFIQzxWaCOC2HhELEgQImhXIrqyIEXikVQi+gdIwx9AItg1NiJELMSGhKQbobY2VY9Srfp8m5lmTO/cOXN7Zu656f0ln8zMnTNnft/z+505j5sbGxurmk5WPZ3ESuu0E1xbigjncrka3jsbftClIvsU5RZ65aLK5Lj/C75SzSjHWCuJYLxqhPXwBgYhylq4sRaixChDP8EzGIJ4UwNnCR6tgFswANegKer93LsLim4herm/JKqO8O+ZRdhL42acOwunYAacg2Hu3ePYj3Ph1A1fU2ySmZSZeCiTjxaC1LAboRs6QGJl8+AKXIU1kLqlHmHEqlFboQv2gD40QdPHqx3qKdtJkD8Hb9o+TzXCXmT1cboB+cT6evTVPgIXeWYl6DoVSy3COF2Hx0rjTthp4L0a/4xXrofn33OeqH8avKMqFcE4O4uXb4ULsNfEEa+M0v00LIIuCKc/P03NrAtGrD5Iiuh10Dia1JTOR0EZsjjpw3HlrQpGbD0v3AzFig36e4CLkeAPNs6tCUbsHBxS+mpsLSayYT2KtLBqVgQjdgFe7QP1u9VWPbRc2ZQFe2LV5zSBWG7ZP+vVTUkwYhvx6DicB+fFqvWKFuyJ1QxJ00It48rCNNgnNi+N23hQaVw2YiU0cYQRq9Q9CJdBKV1q02zMeEaWSDBil1L5JTgBDeCCzcUJ8cXImfACOeqayjbBffgDfqu6cPyJP3dgVZTvwd9jdzuoSFmgicRDGAYXRIZ9+I5fPbA6KC7feUHBVKD5rJZ1EutaZMOiv+HjbWjJJ9T/LVIwDyqyh+ApuC7WFy/RCk4r5HyRwWNewRSW2N3wGv6CX2E5HBWcB9AaFOqfTxJMQa1lNewosqNQDiLDPmqv+hFsgzpfrI7/CeamVjwnQZEtV7G+eEX6MeyHGl/0hGB+1MJdYt+B/1C5H9UdX8J2qJ6IMBfz4Ri8hXIXGfZfmdoLWr5W1zJ7ktg2aId18BuiTHNvDVUumQSNxDikLSdtBzdok0yCD8MyiLNmCqhxXBL9An+egNI3yqRT9z+O92FO/O2UuOMuymoqF06bUl53489MQw21Gm8lWmkRa6R/oVaMfT6lAmrsUVMNRa2HU3I8k2orgjNp5hK+ZLwPp/x+fR+0ONfMp9BfJ+qLmulpyze1zMtC8AACbkI/xAneQZkO0JiZimUheAjPn0MfxAnWVo3RiEG5oiwLwXJsmGFDK5iCxrCnGZNSOzVLra+EPDZ9T6EMCFVZ3KWpI8XV7uBTFcEOBsWqS5UIW21OByurRNjBoFh1qRJhq83pYGWVCDsYFKsuVSJstTkdrGz8L0VTv1i+NVF2CyTJDC0LX7E8HIx7D/Vrb3wDaLvY1D5QsI/6jXZUEwk29cDlckki5bIOY9+mneB/GfbU3e4Ey5kAAAAASUVORK5CYII=')}.x-button.x-button-action,.x-toolbar .x-button.x-button-action,.x-button.x-button-action-round,.x-toolbar .x-button.x-button-action-round,.x-button.x-button-action-small,.x-toolbar .x-button.x-button-action-small{border:0.1em solid #010509;border-top-color:#021022;color:white;text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0;-webkit-box-shadow:rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-button.x-button-action.x-button-back:before,.x-button.x-button-action.x-button-forward:before,.x-toolbar .x-button.x-button-action.x-button-back:before,.x-toolbar .x-button.x-button-action.x-button-forward:before,.x-button.x-button-action-round.x-button-back:before,.x-button.x-button-action-round.x-button-forward:before,.x-toolbar .x-button.x-button-action-round.x-button-back:before,.x-toolbar .x-button.x-button-action-round.x-button-forward:before,.x-button.x-button-action-small.x-button-back:before,.x-button.x-button-action-small.x-button-forward:before,.x-toolbar .x-button.x-button-action-small.x-button-back:before,.x-toolbar .x-button.x-button-action-small.x-button-forward:before{background:#010509}.x-button.x-button-action,.x-button.x-button-action.x-button-back:after,.x-button.x-button-action.x-button-forward:after,.x-toolbar .x-button.x-button-action,.x-toolbar .x-button.x-button-action.x-button-back:after,.x-toolbar .x-button.x-button-action.x-button-forward:after,.x-button.x-button-action-round,.x-button.x-button-action-round.x-button-back:after,.x-button.x-button-action-round.x-button-forward:after,.x-toolbar .x-button.x-button-action-round,.x-toolbar .x-button.x-button-action-round.x-button-back:after,.x-toolbar .x-button.x-button-action-round.x-button-forward:after,.x-button.x-button-action-small,.x-button.x-button-action-small.x-button-back:after,.x-button.x-button-action-small.x-button-forward:after,.x-toolbar .x-button.x-button-action-small,.x-toolbar .x-button.x-button-action-small.x-button-back:after,.x-toolbar .x-button.x-button-action-small.x-button-forward:after{background-color:#06346a;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #167bf3), color-stop(2%, #07448c), color-stop(100%, #042348));background-image:-webkit-linear-gradient(#167bf3,#07448c 2%,#042348);background-image:linear-gradient(#167bf3,#07448c 2%,#042348)}.x-button.x-button-action .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-action .x-button-icon.x-icon-mask,.x-button.x-button-action-round .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-action-round .x-button-icon.x-icon-mask,.x-button.x-button-action-small .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-action-small .x-button-icon.x-icon-mask{background-color:white;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(2%, #ffffff), color-stop(100%, #ddecfd));background-image:-webkit-linear-gradient(#ffffff,#ffffff 2%,#ddecfd);background-image:linear-gradient(#ffffff,#ffffff 2%,#ddecfd)}.x-button.x-button-action.x-button-pressed,.x-button.x-button-action.x-button-active,.x-toolbar .x-button.x-button-action.x-button-pressed,.x-toolbar .x-button.x-button-action.x-button-active,.x-button.x-button-action-round.x-button-pressed,.x-button.x-button-action-round.x-button-active,.x-toolbar .x-button.x-button-action-round.x-button-pressed,.x-toolbar .x-button.x-button-action-round.x-button-active,.x-button.x-button-action-small.x-button-pressed,.x-button.x-button-action-small.x-button-active,.x-toolbar .x-button.x-button-action-small.x-button-pressed,.x-toolbar .x-button.x-button-action-small.x-button-active{-webkit-box-shadow:inset #011023 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-button.x-button-action.x-button-pressed,.x-button.x-button-action.x-button-pressed:after,.x-button.x-button-action.x-button-active,.x-button.x-button-action.x-button-active:after,.x-toolbar .x-button.x-button-action.x-button-pressed,.x-toolbar .x-button.x-button-action.x-button-pressed:after,.x-toolbar .x-button.x-button-action.x-button-active,.x-toolbar .x-button.x-button-action.x-button-active:after,.x-button.x-button-action-round.x-button-pressed,.x-button.x-button-action-round.x-button-pressed:after,.x-button.x-button-action-round.x-button-active,.x-button.x-button-action-round.x-button-active:after,.x-toolbar .x-button.x-button-action-round.x-button-pressed,.x-toolbar .x-button.x-button-action-round.x-button-pressed:after,.x-toolbar .x-button.x-button-action-round.x-button-active,.x-toolbar .x-button.x-button-action-round.x-button-active:after,.x-button.x-button-action-small.x-button-pressed,.x-button.x-button-action-small.x-button-pressed:after,.x-button.x-button-action-small.x-button-active,.x-button.x-button-action-small.x-button-active:after,.x-toolbar .x-button.x-button-action-small.x-button-pressed,.x-toolbar .x-button.x-button-action-small.x-button-pressed:after,.x-toolbar .x-button.x-button-action-small.x-button-active,.x-toolbar .x-button.x-button-action-small.x-button-active:after{background-color:#042348;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #010c18), color-stop(10%, #031730), color-stop(65%, #042348), color-stop(100%, #04244b));background-image:-webkit-linear-gradient(#010c18,#031730 10%,#042348 65%,#04244b);background-image:linear-gradient(#010c18,#031730 10%,#042348 65%,#04244b)}.x-button.x-button-confirm,.x-toolbar .x-button.x-button-confirm,.x-button.x-button-confirm-round,.x-toolbar .x-button.x-button-confirm-round,.x-button.x-button-confirm-small,.x-toolbar .x-button.x-button-confirm-small{border:0.1em solid #263501;border-top-color:#374e02;color:white;text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0;-webkit-box-shadow:rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-button.x-button-confirm.x-button-back:before,.x-button.x-button-confirm.x-button-forward:before,.x-toolbar .x-button.x-button-confirm.x-button-back:before,.x-toolbar .x-button.x-button-confirm.x-button-forward:before,.x-button.x-button-confirm-round.x-button-back:before,.x-button.x-button-confirm-round.x-button-forward:before,.x-toolbar .x-button.x-button-confirm-round.x-button-back:before,.x-toolbar .x-button.x-button-confirm-round.x-button-forward:before,.x-button.x-button-confirm-small.x-button-back:before,.x-button.x-button-confirm-small.x-button-forward:before,.x-toolbar .x-button.x-button-confirm-small.x-button-back:before,.x-toolbar .x-button.x-button-confirm-small.x-button-forward:before{background:#263501}.x-button.x-button-confirm,.x-button.x-button-confirm.x-button-back:after,.x-button.x-button-confirm.x-button-forward:after,.x-toolbar .x-button.x-button-confirm,.x-toolbar .x-button.x-button-confirm.x-button-back:after,.x-toolbar .x-button.x-button-confirm.x-button-forward:after,.x-button.x-button-confirm-round,.x-button.x-button-confirm-round.x-button-back:after,.x-button.x-button-confirm-round.x-button-forward:after,.x-toolbar .x-button.x-button-confirm-round,.x-toolbar .x-button.x-button-confirm-round.x-button-back:after,.x-toolbar .x-button.x-button-confirm-round.x-button-forward:after,.x-button.x-button-confirm-small,.x-button.x-button-confirm-small.x-button-back:after,.x-button.x-button-confirm-small.x-button-forward:after,.x-toolbar .x-button.x-button-confirm-small,.x-toolbar .x-button.x-button-confirm-small.x-button-back:after,.x-toolbar .x-button.x-button-confirm-small.x-button-forward:after{background-color:#6c9804;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c2fa3b), color-stop(2%, #85bb05), color-stop(100%, #547503));background-image:-webkit-linear-gradient(#c2fa3b,#85bb05 2%,#547503);background-image:linear-gradient(#c2fa3b,#85bb05 2%,#547503)}.x-button.x-button-confirm .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-confirm .x-button-icon.x-icon-mask,.x-button.x-button-confirm-round .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-confirm-round .x-button-icon.x-icon-mask,.x-button.x-button-confirm-small .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-confirm-small .x-button-icon.x-icon-mask{background-color:white;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(2%, #ffffff), color-stop(100%, #f4fedc));background-image:-webkit-linear-gradient(#ffffff,#ffffff 2%,#f4fedc);background-image:linear-gradient(#ffffff,#ffffff 2%,#f4fedc)}.x-button.x-button-confirm.x-button-pressed,.x-button.x-button-confirm.x-button-active,.x-toolbar .x-button.x-button-confirm.x-button-pressed,.x-toolbar .x-button.x-button-confirm.x-button-active,.x-button.x-button-confirm-round.x-button-pressed,.x-button.x-button-confirm-round.x-button-active,.x-toolbar .x-button.x-button-confirm-round.x-button-pressed,.x-toolbar .x-button.x-button-confirm-round.x-button-active,.x-button.x-button-confirm-small.x-button-pressed,.x-button.x-button-confirm-small.x-button-active,.x-toolbar .x-button.x-button-confirm-small.x-button-pressed,.x-toolbar .x-button.x-button-confirm-small.x-button-active{-webkit-box-shadow:inset #384f00 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-button.x-button-confirm.x-button-pressed,.x-button.x-button-confirm.x-button-pressed:after,.x-button.x-button-confirm.x-button-active,.x-button.x-button-confirm.x-button-active:after,.x-toolbar .x-button.x-button-confirm.x-button-pressed,.x-toolbar .x-button.x-button-confirm.x-button-pressed:after,.x-toolbar .x-button.x-button-confirm.x-button-active,.x-toolbar .x-button.x-button-confirm.x-button-active:after,.x-button.x-button-confirm-round.x-button-pressed,.x-button.x-button-confirm-round.x-button-pressed:after,.x-button.x-button-confirm-round.x-button-active,.x-button.x-button-confirm-round.x-button-active:after,.x-toolbar .x-button.x-button-confirm-round.x-button-pressed,.x-toolbar .x-button.x-button-confirm-round.x-button-pressed:after,.x-toolbar .x-button.x-button-confirm-round.x-button-active,.x-toolbar .x-button.x-button-confirm-round.x-button-active:after,.x-button.x-button-confirm-small.x-button-pressed,.x-button.x-button-confirm-small.x-button-pressed:after,.x-button.x-button-confirm-small.x-button-active,.x-button.x-button-confirm-small.x-button-active:after,.x-toolbar .x-button.x-button-confirm-small.x-button-pressed,.x-toolbar .x-button.x-button-confirm-small.x-button-pressed:after,.x-toolbar .x-button.x-button-confirm-small.x-button-active,.x-toolbar .x-button.x-button-confirm-small.x-button-active:after{background-color:#547503;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #304402), color-stop(10%, #425c02), color-stop(65%, #547503), color-stop(100%, #557803));background-image:-webkit-linear-gradient(#304402,#425c02 10%,#547503 65%,#557803);background-image:linear-gradient(#304402,#425c02 10%,#547503 65%,#557803)}.x-button.x-button-decline,.x-toolbar .x-button.x-button-decline,.x-button.x-button-decline-round,.x-toolbar .x-button.x-button-decline-round,.x-button.x-button-decline-small,.x-toolbar .x-button.x-button-decline-small{border:0.1em solid #630303;border-top-color:#7c0303;color:white;text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0;-webkit-box-shadow:rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-button.x-button-decline.x-button-back:before,.x-button.x-button-decline.x-button-forward:before,.x-toolbar .x-button.x-button-decline.x-button-back:before,.x-toolbar .x-button.x-button-decline.x-button-forward:before,.x-button.x-button-decline-round.x-button-back:before,.x-button.x-button-decline-round.x-button-forward:before,.x-toolbar .x-button.x-button-decline-round.x-button-back:before,.x-toolbar .x-button.x-button-decline-round.x-button-forward:before,.x-button.x-button-decline-small.x-button-back:before,.x-button.x-button-decline-small.x-button-forward:before,.x-toolbar .x-button.x-button-decline-small.x-button-back:before,.x-toolbar .x-button.x-button-decline-small.x-button-forward:before{background:#630303}.x-button.x-button-decline,.x-button.x-button-decline.x-button-back:after,.x-button.x-button-decline.x-button-forward:after,.x-toolbar .x-button.x-button-decline,.x-toolbar .x-button.x-button-decline.x-button-back:after,.x-toolbar .x-button.x-button-decline.x-button-forward:after,.x-button.x-button-decline-round,.x-button.x-button-decline-round.x-button-back:after,.x-button.x-button-decline-round.x-button-forward:after,.x-toolbar .x-button.x-button-decline-round,.x-toolbar .x-button.x-button-decline-round.x-button-back:after,.x-toolbar .x-button.x-button-decline-round.x-button-forward:after,.x-button.x-button-decline-small,.x-button.x-button-decline-small.x-button-back:after,.x-button.x-button-decline-small.x-button-forward:after,.x-toolbar .x-button.x-button-decline-small,.x-toolbar .x-button.x-button-decline-small.x-button-back:after,.x-toolbar .x-button.x-button-decline-small.x-button-forward:after{background-color:#c70505;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fb6a6a), color-stop(2%, #ea0606), color-stop(100%, #a40404));background-image:-webkit-linear-gradient(#fb6a6a,#ea0606 2%,#a40404);background-image:linear-gradient(#fb6a6a,#ea0606 2%,#a40404)}.x-button.x-button-decline .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-decline .x-button-icon.x-icon-mask,.x-button.x-button-decline-round .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-decline-round .x-button-icon.x-icon-mask,.x-button.x-button-decline-small .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-decline-small .x-button-icon.x-icon-mask{background-color:white;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(2%, #ffffff), color-stop(100%, #fedcdc));background-image:-webkit-linear-gradient(#ffffff,#ffffff 2%,#fedcdc);background-image:linear-gradient(#ffffff,#ffffff 2%,#fedcdc)}.x-button.x-button-decline.x-button-pressed,.x-button.x-button-decline.x-button-active,.x-toolbar .x-button.x-button-decline.x-button-pressed,.x-toolbar .x-button.x-button-decline.x-button-active,.x-button.x-button-decline-round.x-button-pressed,.x-button.x-button-decline-round.x-button-active,.x-toolbar .x-button.x-button-decline-round.x-button-pressed,.x-toolbar .x-button.x-button-decline-round.x-button-active,.x-button.x-button-decline-small.x-button-pressed,.x-button.x-button-decline-small.x-button-active,.x-toolbar .x-button.x-button-decline-small.x-button-pressed,.x-toolbar .x-button.x-button-decline-small.x-button-active{-webkit-box-shadow:inset maroon 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-button.x-button-decline.x-button-pressed,.x-button.x-button-decline.x-button-pressed:after,.x-button.x-button-decline.x-button-active,.x-button.x-button-decline.x-button-active:after,.x-toolbar .x-button.x-button-decline.x-button-pressed,.x-toolbar .x-button.x-button-decline.x-button-pressed:after,.x-toolbar .x-button.x-button-decline.x-button-active,.x-toolbar .x-button.x-button-decline.x-button-active:after,.x-button.x-button-decline-round.x-button-pressed,.x-button.x-button-decline-round.x-button-pressed:after,.x-button.x-button-decline-round.x-button-active,.x-button.x-button-decline-round.x-button-active:after,.x-toolbar .x-button.x-button-decline-round.x-button-pressed,.x-toolbar .x-button.x-button-decline-round.x-button-pressed:after,.x-toolbar .x-button.x-button-decline-round.x-button-active,.x-toolbar .x-button.x-button-decline-round.x-button-active:after,.x-button.x-button-decline-small.x-button-pressed,.x-button.x-button-decline-small.x-button-pressed:after,.x-button.x-button-decline-small.x-button-active,.x-button.x-button-decline-small.x-button-active:after,.x-toolbar .x-button.x-button-decline-small.x-button-pressed,.x-toolbar .x-button.x-button-decline-small.x-button-pressed:after,.x-toolbar .x-button.x-button-decline-small.x-button-active,.x-toolbar .x-button.x-button-decline-small.x-button-active:after{background-color:#a40404;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #720303), color-stop(10%, #8b0404), color-stop(65%, #a40404), color-stop(100%, #a70404));background-image:-webkit-linear-gradient(#720303,#8b0404 10%,#a40404 65%,#a70404);background-image:linear-gradient(#720303,#8b0404 10%,#a40404 65%,#a70404)}.x-sheet{padding:0.7em;border-top:1px solid #030507;height:auto;background-color:rgba(0, 0, 0, 0.9);background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(50,74,103,0.9)), color-stop(2%, rgba(12,17,24,0.9)), color-stop(100%, rgba(0,0,0,0.9)));background-image:-webkit-linear-gradient(rgba(50,74,103,0.9),rgba(12,17,24,0.9) 2%,rgba(0,0,0,0.9));background-image:linear-gradient(rgba(50,74,103,0.9),rgba(12,17,24,0.9) 2%,rgba(0,0,0,0.9));-webkit-border-radius:0;border-radius:0}.x-sheet-inner > .x-button{margin-bottom:0.5em}.x-sheet-inner > .x-button:last-child{margin-bottom:0}.x-sheet.x-picker{padding:0;z-index:110 !important}.x-sheet.x-picker .x-sheet-inner{position:relative;background-color:#fff;-webkit-border-radius:0.4em;border-radius:0.4em;-webkit-background-clip:padding;background-clip:padding-box;overflow:hidden;margin:0.7em}.x-sheet.x-picker .x-sheet-inner:before,.x-sheet.x-picker .x-sheet-inner:after{z-index:1;content:"";position:absolute;width:100%;height:30%;top:0;left:0}.x-sheet.x-picker .x-sheet-inner:before{top:auto;-webkit-border-bottom-left-radius:0.4em;border-bottom-left-radius:0.4em;-webkit-border-bottom-right-radius:0.4em;border-bottom-right-radius:0.4em;bottom:0;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #bbbbbb));background-image:-webkit-linear-gradient(#ffffff,#bbbbbb);background-image:linear-gradient(#ffffff,#bbbbbb)}.x-sheet.x-picker .x-sheet-inner:after{-webkit-border-top-left-radius:0.4em;border-top-left-radius:0.4em;-webkit-border-top-right-radius:0.4em;border-top-right-radius:0.4em;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bbbbbb), color-stop(100%, #ffffff));background-image:-webkit-linear-gradient(#bbbbbb,#ffffff);background-image:linear-gradient(#bbbbbb,#ffffff)}.x-sheet.x-picker .x-sheet-inner .x-picker-slot .x-body{border-left:1px solid #999999;border-right:1px solid #ACACAC}.x-sheet.x-picker .x-sheet-inner .x-picker-slot:first-child .x-body{border-left:0}.x-sheet.x-picker .x-sheet-inner .x-picker-slot:last-child .x-body{border-right:0}.x-picker-slot .x-scroll-view{z-index:2;position:relative;-webkit-box-shadow:rgba(0, 0, 0, 0.4) -1px 0 1px}.x-picker-slot .x-scroll-view:first-child{-webkit-box-shadow:none}.x-picker-mask{position:absolute;top:0;left:0;right:0;bottom:0;z-index:3;display:-webkit-box;display:box;-webkit-box-align:stretch;box-align:stretch;-webkit-box-orient:vertical;box-orient:vertical;-webkit-box-pack:center;box-pack:center;pointer-events:none}.x-picker-bar{border-top:0.12em solid #06346a;border-bottom:0.12em solid #06346a;height:2.5em;background-color:rgba(13, 117, 242, 0.3);background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(158,200,250,0.3)), color-stop(2%, rgba(47,137,244,0.3)), color-stop(100%, rgba(11,101,208,0.3)));background-image:-webkit-linear-gradient(rgba(158,200,250,0.3),rgba(47,137,244,0.3) 2%,rgba(11,101,208,0.3));background-image:linear-gradient(rgba(158,200,250,0.3),rgba(47,137,244,0.3) 2%,rgba(11,101,208,0.3));-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 0.2em 0.2em}.x-picker-slot-title{position:relative;z-index:2;background-color:#345b89;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #85a7d1), color-stop(2%, #3e6ca3), color-stop(100%, #2a496f));background-image:-webkit-linear-gradient(#85a7d1,#3e6ca3 2%,#2a496f);background-image:linear-gradient(#85a7d1,#3e6ca3 2%,#2a496f);border-top:1px solid #345b89;border-bottom:1px solid #182a3f;-webkit-box-shadow:0px 0.1em 0.3em rgba(0, 0, 0, 0.3);padding:0.2em 1.02em}.x-picker-slot-title > div{font-weight:bold;font-size:0.8em;color:#0d1116;text-shadow:rgba(255, 255, 255, 0.25) 0 0.08em 0}.x-picker-slot .x-dataview-inner{width:100%}.x-picker-slot .x-dataview-item{vertical-align:middle;height:2.5em;line-height:2.5em;font-weight:bold;padding:0 10px}.x-picker-slot .x-picker-item{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.x-picker-right{text-align:right}.x-picker-center{text-align:center}.x-picker-left{text-align:left}.x-tabbar.x-docked-top{border-bottom:.1em solid;height:2.6em;padding:0 .8em}.x-tabbar.x-docked-top .x-tab{padding:0.4em 0.8em;height:1.8em;-webkit-border-radius:0.9em;border-radius:0.9em}.x-tabbar.x-docked-top .x-tab-active{-webkit-box-shadow:rgba(255, 255, 255, 0.2) 0 0.1em 0.1em, inset rgba(0, 0, 0, 0.3) 0 0.1em 0.2em}.x-tabbar.x-docked-top .x-button-label,.x-tabbar.x-docked-top .x-hasbadge .x-badge,.x-hasbadge .x-tabbar.x-docked-top .x-badge{font-size:.8em;line-height:1.2em;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}.x-tabbar.x-docked-bottom{border-top:.1em solid;height:3em;padding:0}.x-tabbar.x-docked-bottom .x-tab{-webkit-border-radius:0.25em;border-radius:0.25em;min-width:3.3em;position:relative;padding-top:.2em}.x-tabbar.x-docked-bottom .x-tab .x-button-icon{-webkit-mask-size:1.65em;width:1.65em;height:1.65em;display:block;margin:0 auto;position:relative}.x-tabbar.x-docked-bottom .x-tab .x-button-label,.x-tabbar.x-docked-bottom .x-tab .x-hasbadge .x-badge,.x-hasbadge .x-tabbar.x-docked-bottom .x-tab .x-badge{margin:0;padding:.1em 0 .2em 0;font-size:9px;line-height:12px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}.x-tabbar.x-docked-bottom .x-tab-active{-webkit-box-shadow:inset rgba(255, 255, 255, 0.3) 0 0 0.1em}.x-tab .x-button-icon.bookmarks,.x-button .x-button-icon.x-icon-mask.bookmarks{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.download,.x-button .x-button-icon.x-icon-mask.download{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.favorites,.x-button .x-button-icon.x-icon-mask.favorites{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFfUlEQVRoBd2aXahVRRTHz/Ujv+2mZRGZB7W6mtpFikC7+UWUZiqBD0JPFdRL1EMFPfjoU4baS0FUD/UWZBEVShA+BCpmWApRSkgllNpDmZWZt9//eOay72afvWfWOTPn3rvgz8yeWbPW+s/XmT379AwODtZSSQ+CryVgA/gVfIx/pelEhFMBVlvBOaBeFo6Cean8y09KsnMg932TqCOs9M2UhMfhMJVsxtHcAmcbmekLCsqjFKUkvAYG1xSwmEHZqoLyKEVJCDOCNxH9HUCbVl6mULAuXxjrOQlhgl8Bbi0h0Uen3FBS37GqVIQHiHh2SdR16jTlo0t0woycpuxiUDSdHcFeMv3uIWYanTDB3wIWVZBQHP10zuQKvbarUxDWT1HRz1E++Ds99fLtgp6jEmbExhPNcs+IbkZPiCpRCRP5TPCQJ4MJ6A3QSUqjSWzC2ozuC4j+fnSnB+gHq8YmvJKIJgVEpRPX9QH6waqxCa8PjEhHT981H2j6qno0wqzF63BhOUxsom3Zb7aJqGsUjTAONFJlpysXQz7VuXpavrBTzzEJaz1adlzNjHs6RTBvJyZhjZTF/kTaWZZCnlvhsyWgQkPZQpagzsX1bFlAXjGtDdAPUu1p3PPQhCCXkdwG/mta0PWLds060AuAnqtEOjpdbQR3VymX1P9F3UfgGJA9X9F92c/ADaQ2P8V0DJ4/kDbeYKaSvgI2AN0+OGJK1VAbSIhTOXEOybYll2kte77yD4rqrHyb85S9Cl4HtReAyI11/A7HpRq5PSD6oR0f3Rad+H7S1DvV7UgS+tc1cU3n3V/AWJ/SX8BxVuMinow2rNNjlPQVeH0GFg378kDBfLAPXARjZbTPwmUXmOG+bgz71EKFfqKeAUWfREZbJxyCxyOOqEuHER4qrNUWovwy0CFktBHV4eNZMNvxyaaFhKWAaBt/HJwEo4W0luSKLMF8viVhp4iBeeBd8CcYqcQ1qi+CKS7uVmklYdcQY0+C42Ckkf6EmO51cVal3oRlCFkCdKgfCWtbo7obDO3AVWQbHHyUsjo40E6uq9cvQbdG+wN892fj8s0HjXDWKA51/t4JUo72H/jTDtybjSUkbyYsJ0gdfAtSjfTn+JoWQjCv2+57a4M1QaQSvZvrMsIs7RJejGcdUlLJUhzpZsYsZsJcCen6ZwCE3IaYA2021OfUdU3fJltmwni7Fvh+KDMF16KR3ux0lWuSdgjPxeNdJq/tNdKNqJaSSUyEmVK6JNPomtqbIh3eSKNsEmvAarfJ5LEzjbbR59MtpqyEb8eZjpndkhtxvNri3Er4YZxpx+yW6Jdhi8V5MOHm+n0QZ9afo0u0fQO8A5S3iPaQ1cTSG9w4f/SqesZBH/gRWI6T+gyyxfkgvw2cMdrS+/lTzpZvGnyWxsnTwHLRd4R2a/OBqQyoztKBe/P2qp6DCBOUptKHhuA+pU1fq2Co0/F0L9CVaghxXTbWW9ktKg8lrFfCrwODeh/9wgu1bEDo6OT2Fvgb+JLWq+nQEsnaa5UPJbwKBxc8A9KXPG1O3u+u6E4F24GvD3XMDjCxFcF8uTdhjGpHfwn49L42lCeAdyDZwGi3HpwAPr6+Q29htn1ZPoSwfuz3ewShXVcBNz62lzkvq6O9DjZHgQ9p72kdQljvob9VBPAN9Q+UEQmpw5b+Sf8e0FotI/4a9ZN8bIcQXlnh9AD1y3ychuhgU0tpJyhb14epn+ljN+Sk9S9G1ct50d8SdgF9x9EO3lHB5hXwPEYfA8dbGD9LuWZBtfj0inSQWUDTKzu1dAB5Dkz2tdOOHn70LvwVyMag/FYwzse295Rukq5j+G1wEOib66PAy5FPMD46+NPmqTV7CpwGGvkJPm2l8z8GWDNDloqpGQAAAABJRU5ErkJggg==')}.x-tab .x-button-icon.info,.x-button .x-button-icon.x-icon-mask.info{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.more,.x-button .x-button-icon.x-icon-mask.more{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAADJ0lEQVRoBe2YS2sUQRSFp5MgvmLU+CAMiBJFDBHcCeoPEFciuHMjroMK4lZBcONG0JW60U1UEgRx59IXuNMoKEElKL7GRwyIqNHxO0N66FT3UNU9IHRNFXz0VNW5t+vW6RcT1ev1Sie1rk4qVrWGgn13PDgcHPZsB8Il7ZmhqXKCw6kt8WwgOOyZoalygsOpLfFsIDjsmaGpcoLDqS3xbCA47JmhqXKCw6kt8Wyg6XAURV2wEy7BM5iFtzAKu2BB0dqJ7YEtcBYmQblfwzjshUVt5O4mfhjOwwQodw3GYA8snpd77n9pFXMYvoP+qDaZZewcVKXPAzE64Qn4CmZe9f/AFSiSu4e4IzANrXJfZ24gXjO/KxEcg9+QFZQcU/CSONh2RKsraMQhr85xE/psOeN5tCr2APyA5Bqzfl9D06tYtX3wC7KE5pg2ZX98UtsR7XZo5ayZW/1DENnyzi18CO1nyMqTNXYcrTapcitHkBLJiZW2RaGRuxcg6+Stxu6i73fI3Y3uZM7cU+hXQeVvzsBP6Dc5LupxztzaiEGH3AvR3S+Qe4dc0D2cp/Uj1oPI1pR7g030n+erWlTe9pMA3cu2Jre+2ERtzBdZe01BL3Ke9Al6vQZsTbfKQ5vImH9PXxtqa3qVPbWJjHk94J6r4DPGhK17A8EHm4j7UAWP2nTG/GX6NWMs1SW3rrCroLeLaxtDqDdG4368zbHVkzM5Polus+2hEs+j7YNxx9zv0FkfhoncvegvOuZ+iW6rYhtfTXTWgV7OyeLM3w+Y3xaf0PVIzAqwFf0IzW7XnLGOmLUg58y1JvsTzA83Y5o/eLcyMQISJAN0z56G9bE275HYNXAU7kAy9xv6p2Bj3pyxntjVcBDuQTL3FH19Dg/FWh0bXzUMNhsf23JkOQzCK9B1P4NY39OFG3kjgpeB8g/AR/gG0+3mJkeF9Lp9lkIVZkDfC1r3vPs8VTAir1uRd1mpNyQUXGr7HBYfHHbYpFJLgsOlts9h8cFhh00qtSQ4XGr7HBYfHHbYpFJLgsOlts9h8cFhh00qtSQ4XGr7HBYfHHbYpFJLOs7hf5j4Vg3iLoGkAAAAAElFTkSuQmCC')}.x-tab .x-button-icon.time,.x-button .x-button-icon.x-icon-mask.time{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.user,.x-button .x-button-icon.x-icon-mask.user{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAEWElEQVRoBe2aS0gVYRiGO1lmF8nQQlETutGFokAiqEV0ISKwgmrdMtzUpnW7drWKbFGbQAKpJIhuUGIUFUkW0T1Jq4V2U4ui7GLPexpDD+ecuX1jHqcPHseZ+f9vvnf++e8n0d/fPyZONjZOYqU1doLHRV3CiURCz5gMxTANJsJg+8XJJ+iBt9BHNdO1SCwRZR1GbAFRl8F8WAFLoRwGLME/ffAM7kETvIYPxPWDo7lFIhiheURaCVtgBywHXXOzbhJcggZoRvR7twy+76uELSEAtQsqySPwGdQN+KWDPHuh2DI2+TIVm3T455M9G0Bk6ktRvd4NBZaiTQUT3AQnSNW/VAFBzl/iZw0kq56FcOtuaQHB7QIv9ZVkrqZ2YA9Mck3pMYGZYKeh2sBz1SJb2mqcmfk0E0xQ6l9rwNoKcWjm11JwEYFVW6t1/K218mspeB5B5VsFluKnIuU88Kml4PGBo3DPqBGZiVkKNgvKRFkGJ5aCv2Z4xoi6bCm4DWUaXERhZhMJS8FfolDq+DSbRFgKjrIOa8poYpaCTQKK2sl/wSHfcFSNlll1sSzhn7ys3pAvLFP275lu+L1uKVhBPfYbgMf0zz2mc01mKfgbT7vi+kT/CeT3sv9s6XNYCtbg4CJ0pX9U4Kv3yXk3cO6UjGaCWX5Rg/UArqY8I8yp1qdPQ08YJ4Pzmgl2nCqwc2DVyKjunuddqkE0MVPBBKYSuQ7tJtEhFj9apDczU8FOVB0ctZiuHYUw9obMjbxErW2bmblgApTQengVIkq1B83QEsJH2qzmgp2n3ObYCEGndZ3krbcuXcUWiWACldCjoA0yv6a8J6HJb0Yv6SMRrAcj+gmHA+B3aneDPHXk/8jR3LR3a2rOfnAlTmfDVPDb6Khrq8bPDI5PoRPxZpMSk+1SgtOKpTa8l8BC0JaLmAkloA1xr/aOhJqEtINGWeqW7jjHXrQHbRdw4WxSJf8L8Aeh2m1QaWoBfiUsA61PTwGtUYeZ1qlP1zhan3YraBSnz/0mdAUVHqiEESoxKs0a2AxloJIMI5DsWU0vQH2z2oZToAnFI7+fu2/BiF3PgzbCKqgC1bXhNH3S6rba4BocR7TquifzLBih5XjcCSrROaAGKbJWHt9uJuGq67fgAki4zrNaVsGIzCP3dNgE20B1VJ+uro8UUz3Xr39UvxugCeEZl3UzCkZsBZn1+W6HRaB6qtZ4pJp2PtTna+58DFoR3sVxqHFxyM8euFsIW6EeXoDeoPrBXEEbAlpqqoN1kD9YY6rYxSQ4DGoE9KOSXBGZLk4NYB7CfigZEP1XMBfVEJ0BJUznIFevaSBzEEolOimYkyo4AfocclVYtrjViB0C9SzJEdE+jrn+CWcTrHvdUKuRUSm0gPrZ0W7tGjjMhTiIVWFWSbAGEnGxhAT/y+HhsL9oiVWFjo3FqnRVqrETrG5pFmiSEAuTYC3TFMVCLSIzTg9H6wuIXR2OneDfMJq1NmzzbS8AAAAASUVORK5CYII=')}.x-tab .x-button-icon.team,.x-button .x-button-icon.x-icon-mask.team{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFI0lEQVRoBe2ZSYgdVRSG+yUmnagRQYU4NbZKNLYKWTgg4gQOaDYqJIIGl4LixhBwoy50LSIiulEjCkpAUBBRURpdGceFMQ7YtgkOJE4xTjGa9vuedUl1Vd2qevSrFqvrwJ97695zzj3/PXd6nd7MzMzIQpJFC4msXDvCbc94l+Euwy2bgW5JtyyhOTpdhnNT0rKGLsMtS2iOTpfh3JS0rOGQ+eLT6/VWMNYJ4NjUmN9T/xLs4WfqvPxO7TU9DkTdNmvBbeAskJ7kv/n+AjwKXiSW7yibFQk3BSIPZHdTl5xZzML238DDYFlTsQS/jZF1AGQ1mAZZkkXfe9FbGwJrqmz6lL4cEmOgjhyO0jq2gGVj0hhhAl9M1FeB3gDRn4Pu/5NwQnJ0ALKqrgKHDmgzkHpjGR4oioPKP1H96+Dn8GvpKyLqneV5Lp0XgnHggTMFJjlYPqAcpnyLsz/LHBLL0fRfCzwbvNN3gLeI5WXKaik7DbF2/20A28HPYF+CPZQfg9tj9vS5h18DRSdyrO0j9FeW+PQenwTe138AJ+d34OPFa215zDa0l15LOLgamM0DIBukbQ60JjhLl7RL+HWQtSv7jhLGz1FgM3DJZ30Yy69gYzqGonrVHr4eJ+OgB7Ji2xi4lGUW8+PsD0vOwNGNwInMirF42K0nlmXZzvR3LNARDN3fx6WVI3VJF50Fzvr7EZtY8zQdLtUiOYXGIrJpXUmvTDdk61HCKEqiagD9SSwnLCeX3RYwSJafRd/zoUj2FzVm2hyzMJ6gV0Y46Myl/BzjeqfnyMg36G5NJqpoTPvnLGWEnS0f9lVStL/7NgT/C5XNoHTW6XesV4En/1wlGo+Oo4QJ1ivoxxqju+fKCG2lf1uFH7P3eEl2K8xndRt3VKKEE4sPKWOHiCreg28TaPR1RN/X6GwEO0GReJ3cg95kUWeqzT8W6KtMpujcVaZQRfgFjL8qcbCDvndi/Zz0h4Hr6L8JHBHRW0L7DejdAU6K6Nj8CfBQi4mH4xYmrmy1sXlK/gCAAyfkQaAT91kWj9HW/6tJ8MO3NmeC+4CHlqdu1q7o25Xk5Hqynw+WBp+hpO1K4JItsnfr5GyCbSirCHstnQpcKulBXMK+o1frCPGgWAomwL2gLsm0z3S9ny38XARWgEXJOI7xNMiS9ns9MN5ZCQhEQ1lIGCOXmZf4ZeAW8C4IAblv3wBXAIn6sjkZ3Arc80FvGKW/nu4H/nhZDiR0IngI+LYPY3i43gWuAeNgFBQSn0UYJZejRH3CPQ8cMDi19Jp6AviuVfd48ADwRZXWG3Z9J/6fApeAJUm2TYRE02OZjPfA3WAM9HVDdvt2iXHI1HkoPQd2g7SjUHef+NyU7AXgFRD65qOcZrybQXgFmtUDIDu2xE3CBuCWWBxIU+8vk9MozdQukDUO3x4qm5IJOp36ZyW6waaJci/jrkviWEV9qiQOdd8Ebr/+T0fKkYvBp6AqOB2fnQz0SA39Kn9z6Z9mfPeze/UlUOXrB3Q2AW36a77KwP7tYCwh7Mupjk1TOmZuNInlyZqxuN8n3ItrQF1xryvRl9W/3Y3/60QGCTGF71h5JB0Tbn7vsDqyP6Vkva5dymxoVQ+lIE6+3+lJCH3Zcp+E78y2Fny7Evw7kstC8YA7BtQZRP1hiwTDKnuGun8aSiekaDxXwrbG/zOtaOT/ss3MLSjpCLc93V2Guwy3bAa6Jd2yhObodBnOTUnLGroMtyyhOTpdhnNT0rKGfwD3f6JVZi/xSQAAAABJRU5ErkJggg==')}.x-tabbar-light{background-color:#475c76;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #96a9c0), color-stop(2%, #546e8c), color-stop(100%, #394b5f));background-image:-webkit-linear-gradient(#96a9c0,#546e8c 2%,#394b5f);background-image:linear-gradient(#96a9c0,#546e8c 2%,#394b5f);border-color:#3d5066}.x-tabbar-light .x-tab{color:#b6c3d3}.x-tabbar-light .x-tab-active{color:white}.x-tabbar-light .x-tab-pressed{color:white}.x-tabbar-light.x-docked-bottom .x-tab{text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0}.x-tabbar-light.x-docked-bottom .x-tab .x-button-icon{background-color:#768fad;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d5dde6), color-stop(2%, #8ca1ba), color-stop(100%, #607d9f));background-image:-webkit-linear-gradient(#d5dde6,#8ca1ba 2%,#607d9f);background-image:linear-gradient(#d5dde6,#8ca1ba 2%,#607d9f)}.x-tabbar-light.x-docked-bottom .x-tab-active{background-color:#506986;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a6b6c9), color-stop(2%, #5e7a9c), color-stop(100%, #43576f));background-image:-webkit-linear-gradient(#a6b6c9,#5e7a9c 2%,#43576f);background-image:linear-gradient(#a6b6c9,#5e7a9c 2%,#43576f);text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0}.x-tabbar-light.x-docked-bottom .x-tab-active .x-button-icon{background-color:#003370;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0056bd), color-stop(50%, #003f8a), color-stop(51%, #003370), color-stop(100%, #002757));background-image:-webkit-linear-gradient(#0056bd,#003f8a 50%,#003370 51%,#002757);background-image:linear-gradient(#0056bd,#003f8a 50%,#003370 51%,#002757)}.x-tabbar-light.x-docked-top .x-tab-active{background-color:#3d5066;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2a3746), color-stop(10%, #344356), color-stop(65%, #3d5066), color-stop(100%, #3e5167));background-image:-webkit-linear-gradient(#2a3746,#344356 10%,#3d5066 65%,#3e5167);background-image:linear-gradient(#2a3746,#344356 10%,#3d5066 65%,#3e5167);color:white}.x-tabbar-dark{background-color:#141e29;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #466890), color-stop(2%, #1f2f41), color-stop(100%, #080c11));background-image:-webkit-linear-gradient(#466890,#1f2f41 2%,#080c11);background-image:linear-gradient(#466890,#1f2f41 2%,#080c11);border-color:#0c1118}.x-tabbar-dark .x-tab{color:#5a81af}.x-tabbar-dark .x-tab-active{color:white}.x-tabbar-dark .x-tab-pressed{color:white}.x-tabbar-dark.x-docked-bottom .x-tab{text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0}.x-tabbar-dark.x-docked-bottom .x-tab .x-button-icon{background-color:#354f6e;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7c9bc0), color-stop(2%, #416086), color-stop(100%, #293e56));background-image:-webkit-linear-gradient(#7c9bc0,#416086 2%,#293e56);background-image:linear-gradient(#7c9bc0,#416086 2%,#293e56)}.x-tabbar-dark.x-docked-bottom .x-tab-active{background-color:#1c2a3a;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4e74a2), color-stop(2%, #283b52), color-stop(100%, #111922));background-image:-webkit-linear-gradient(#4e74a2,#283b52 2%,#111922);background-image:linear-gradient(#4e74a2,#283b52 2%,#111922);text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0}.x-tabbar-dark.x-docked-bottom .x-tab-active .x-button-icon{background-color:#0a7aff;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #57a3ff), color-stop(50%, #2488ff), color-stop(51%, #0a7aff), color-stop(100%, #006df0));background-image:-webkit-linear-gradient(#57a3ff,#2488ff 50%,#0a7aff 51%,#006df0);background-image:linear-gradient(#57a3ff,#2488ff 50%,#0a7aff 51%,#006df0)}.x-tabbar-dark.x-docked-top .x-tab-active{background-color:#0c1118;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(10%, #030507), color-stop(65%, #0c1118), color-stop(100%, #0c121a));background-image:-webkit-linear-gradient(#000000,#030507 10%,#0c1118 65%,#0c121a);background-image:linear-gradient(#000000,#030507 10%,#0c1118 65%,#0c121a);color:white}.x-tab.x-item-disabled span.x-button-label,.x-tab.x-item-disabled .x-hasbadge span.x-badge,.x-hasbadge .x-tab.x-item-disabled span.x-badge,.x-tab.x-item-disabled .x-button-icon{opacity:.5}.x-tab.x-draggable{opacity:.7}.x-tab{overflow:visible !important}.x-toolbar{height:2.6em;padding:0 0.2em;overflow:hidden;position:relative}.x-toolbar > *{z-index:1}.x-toolbar.x-docked-top{border-bottom:.1em solid}.x-toolbar.x-docked-bottom{border-top:.1em solid}.x-title{line-height:2.1em;font-size:1.2em;text-align:center;font-weight:bold;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0 0.3em}.x-toolbar-dark{background-color:#24364c;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5a81af), color-stop(2%, #304864), color-stop(100%, #192533));background-image:-webkit-linear-gradient(#5a81af,#304864 2%,#192533);background-image:linear-gradient(#5a81af,#304864 2%,#192533);border-color:black}.x-toolbar-dark .x-title{color:white;text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0}.x-toolbar-dark .x-button,.x-toolbar .x-toolbar-dark .x-button,.x-toolbar-dark .x-field-select,.x-toolbar .x-toolbar-dark .x-field-select{border:0.1em solid black;border-top-color:black;color:white;text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0;-webkit-box-shadow:rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-toolbar-dark .x-button.x-button-back:before,.x-toolbar-dark .x-button.x-button-forward:before,.x-toolbar .x-toolbar-dark .x-button.x-button-back:before,.x-toolbar .x-toolbar-dark .x-button.x-button-forward:before,.x-toolbar-dark .x-field-select.x-button-back:before,.x-toolbar-dark .x-field-select.x-button-forward:before,.x-toolbar .x-toolbar-dark .x-field-select.x-button-back:before,.x-toolbar .x-toolbar-dark .x-field-select.x-button-forward:before{background:black}.x-toolbar-dark .x-button,.x-toolbar-dark .x-button.x-button-back:after,.x-toolbar-dark .x-button.x-button-forward:after,.x-toolbar .x-toolbar-dark .x-button,.x-toolbar .x-toolbar-dark .x-button.x-button-back:after,.x-toolbar .x-toolbar-dark .x-button.x-button-forward:after,.x-toolbar-dark .x-field-select,.x-toolbar-dark .x-field-select.x-button-back:after,.x-toolbar-dark .x-field-select.x-button-forward:after,.x-toolbar .x-toolbar-dark .x-field-select,.x-toolbar .x-toolbar-dark .x-field-select.x-button-back:after,.x-toolbar .x-toolbar-dark .x-field-select.x-button-forward:after{background-color:#141e29;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #466890), color-stop(2%, #1f2f41), color-stop(100%, #080c11));background-image:-webkit-linear-gradient(#466890,#1f2f41 2%,#080c11);background-image:linear-gradient(#466890,#1f2f41 2%,#080c11)}.x-toolbar-dark .x-button .x-button-icon.x-icon-mask,.x-toolbar .x-toolbar-dark .x-button .x-button-icon.x-icon-mask,.x-toolbar-dark .x-field-select .x-button-icon.x-icon-mask,.x-toolbar .x-toolbar-dark .x-field-select .x-button-icon.x-icon-mask{background-color:white;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(2%, #ffffff), color-stop(100%, #e7edf3));background-image:-webkit-linear-gradient(#ffffff,#ffffff 2%,#e7edf3);background-image:linear-gradient(#ffffff,#ffffff 2%,#e7edf3)}.x-toolbar-dark .x-button.x-button-pressed,.x-toolbar-dark .x-button.x-button-active,.x-toolbar .x-toolbar-dark .x-button.x-button-pressed,.x-toolbar .x-toolbar-dark .x-button.x-button-active,.x-toolbar-dark .x-field-select.x-button-pressed,.x-toolbar-dark .x-field-select.x-button-active,.x-toolbar .x-toolbar-dark .x-field-select.x-button-pressed,.x-toolbar .x-toolbar-dark .x-field-select.x-button-active{-webkit-box-shadow:inset black 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-toolbar-dark .x-button.x-button-pressed,.x-toolbar-dark .x-button.x-button-pressed:after,.x-toolbar-dark .x-button.x-button-active,.x-toolbar-dark .x-button.x-button-active:after,.x-toolbar .x-toolbar-dark .x-button.x-button-pressed,.x-toolbar .x-toolbar-dark .x-button.x-button-pressed:after,.x-toolbar .x-toolbar-dark .x-button.x-button-active,.x-toolbar .x-toolbar-dark .x-button.x-button-active:after,.x-toolbar-dark .x-field-select.x-button-pressed,.x-toolbar-dark .x-field-select.x-button-pressed:after,.x-toolbar-dark .x-field-select.x-button-active,.x-toolbar-dark .x-field-select.x-button-active:after,.x-toolbar .x-toolbar-dark .x-field-select.x-button-pressed,.x-toolbar .x-toolbar-dark .x-field-select.x-button-pressed:after,.x-toolbar .x-toolbar-dark .x-field-select.x-button-active,.x-toolbar .x-toolbar-dark .x-field-select.x-button-active:after{background-color:#080c11;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(10%, #000000), color-stop(65%, #080c11), color-stop(100%, #090d13));background-image:-webkit-linear-gradient(#000000,#000000 10%,#080c11 65%,#090d13);background-image:linear-gradient(#000000,#000000 10%,#080c11 65%,#090d13)}.x-toolbar-light{background-color:#354f6e;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7c9bc0), color-stop(2%, #416086), color-stop(100%, #293e56));background-image:-webkit-linear-gradient(#7c9bc0,#416086 2%,#293e56);background-image:linear-gradient(#7c9bc0,#416086 2%,#293e56);border-color:black}.x-toolbar-light .x-title{color:white;text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0}.x-toolbar-light .x-button,.x-toolbar .x-toolbar-light .x-button,.x-toolbar-light .x-field-select,.x-toolbar .x-toolbar-light .x-field-select{border:0.1em solid #030507;border-top-color:#0c1118;color:white;text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0;-webkit-box-shadow:rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-toolbar-light .x-button.x-button-back:before,.x-toolbar-light .x-button.x-button-forward:before,.x-toolbar .x-toolbar-light .x-button.x-button-back:before,.x-toolbar .x-toolbar-light .x-button.x-button-forward:before,.x-toolbar-light .x-field-select.x-button-back:before,.x-toolbar-light .x-field-select.x-button-forward:before,.x-toolbar .x-toolbar-light .x-field-select.x-button-back:before,.x-toolbar .x-toolbar-light .x-field-select.x-button-forward:before{background:#030507}.x-toolbar-light .x-button,.x-toolbar-light .x-button.x-button-back:after,.x-toolbar-light .x-button.x-button-forward:after,.x-toolbar .x-toolbar-light .x-button,.x-toolbar .x-toolbar-light .x-button.x-button-back:after,.x-toolbar .x-toolbar-light .x-button.x-button-forward:after,.x-toolbar-light .x-field-select,.x-toolbar-light .x-field-select.x-button-back:after,.x-toolbar-light .x-field-select.x-button-forward:after,.x-toolbar .x-toolbar-light .x-field-select,.x-toolbar .x-toolbar-light .x-field-select.x-button-back:after,.x-toolbar .x-toolbar-light .x-field-select.x-button-forward:after{background-color:#24364c;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5a81af), color-stop(2%, #304864), color-stop(100%, #192533));background-image:-webkit-linear-gradient(#5a81af,#304864 2%,#192533);background-image:linear-gradient(#5a81af,#304864 2%,#192533)}.x-toolbar-light .x-button .x-button-icon.x-icon-mask,.x-toolbar .x-toolbar-light .x-button .x-button-icon.x-icon-mask,.x-toolbar-light .x-field-select .x-button-icon.x-icon-mask,.x-toolbar .x-toolbar-light .x-field-select .x-button-icon.x-icon-mask{background-color:white;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(2%, #ffffff), color-stop(100%, #e7edf3));background-image:-webkit-linear-gradient(#ffffff,#ffffff 2%,#e7edf3);background-image:linear-gradient(#ffffff,#ffffff 2%,#e7edf3)}.x-toolbar-light .x-button.x-button-pressed,.x-toolbar-light .x-button.x-button-active,.x-toolbar .x-toolbar-light .x-button.x-button-pressed,.x-toolbar .x-toolbar-light .x-button.x-button-active,.x-toolbar-light .x-field-select.x-button-pressed,.x-toolbar-light .x-field-select.x-button-active,.x-toolbar .x-toolbar-light .x-field-select.x-button-pressed,.x-toolbar .x-toolbar-light .x-field-select.x-button-active{-webkit-box-shadow:inset #0b1119 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-toolbar-light .x-button.x-button-pressed,.x-toolbar-light .x-button.x-button-pressed:after,.x-toolbar-light .x-button.x-button-active,.x-toolbar-light .x-button.x-button-active:after,.x-toolbar .x-toolbar-light .x-button.x-button-pressed,.x-toolbar .x-toolbar-light .x-button.x-button-pressed:after,.x-toolbar .x-toolbar-light .x-button.x-button-active,.x-toolbar .x-toolbar-light .x-button.x-button-active:after,.x-toolbar-light .x-field-select.x-button-pressed,.x-toolbar-light .x-field-select.x-button-pressed:after,.x-toolbar-light .x-field-select.x-button-active,.x-toolbar-light .x-field-select.x-button-active:after,.x-toolbar .x-toolbar-light .x-field-select.x-button-pressed,.x-toolbar .x-toolbar-light .x-field-select.x-button-pressed:after,.x-toolbar .x-toolbar-light .x-field-select.x-button-active,.x-toolbar .x-toolbar-light .x-field-select.x-button-active:after{background-color:#192533;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #080c11), color-stop(10%, #111922), color-stop(65%, #192533), color-stop(100%, #1a2635));background-image:-webkit-linear-gradient(#080c11,#111922 10%,#192533 65%,#1a2635);background-image:linear-gradient(#080c11,#111922 10%,#192533 65%,#1a2635)}.x-desktop .x-toolbar .x-input-search{padding-left:1.06em}.x-toolbar .x-form-field-container{padding:0 .3em}.x-toolbar .x-field{width:13em;margin:.5em;min-height:0;-webkit-border-radius:0.3em;border-radius:0.3em;background-color:white;-webkit-box-shadow:inset rgba(0, 0, 0, 0.5) 0 0.1em 0, inset rgba(0, 0, 0, 0.5) 0 -0.1em 0, inset rgba(0, 0, 0, 0.5) 0.1em 0 0, inset rgba(0, 0, 0, 0.5) -0.1em 0 0, inset rgba(0, 0, 0, 0.5) 0 0.15em 0.4em}.x-toolbar .x-field .x-field-clear-container{min-height:0;background-color:transparent}.x-toolbar .x-field .x-field-clear-container .x-field-clear{font-size:.8em;line-height:0.8em}.x-toolbar .x-field{border-bottom:0}.x-toolbar .x-input-text,.x-toolbar .x-input-search,.x-toolbar .x-input-number{height:1.5em;color:#6e6e6e;background:transparent;min-height:0;line-height:1.3em;-webkit-appearance:none;padding:0em .3em;margin:0}.x-toolbar .x-input-text:focus,.x-toolbar .x-input-search:focus,.x-toolbar .x-input-number:focus{color:black}.x-toolbar .x-field-select,.x-toolbar .x-field-search{-webkit-border-radius:0.75em;border-radius:0.75em}.x-toolbar .x-input-search{background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.6))), url('data:image/png;base64,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');-webkit-background-size:.83em .83em, .83em .83em;background-repeat:no-repeat;background-position:.5em 50%;padding-left:1.67em}.x-toolbar .x-field-select{-webkit-box-shadow:none}.x-toolbar .x-field-select:after{top:-0.5em;right:-0.5em}.x-toolbar .x-field-select:before{width:3em;border-left:none;background:transparent;-webkit-mask:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAABCAYAAACc0f2yAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADJJREFUeNpi/P//PwMjIyMbAwMDOxRzAjEXFHMDMQ8a5kXC6HLcSHo5kcwEmU9TABBgAOcTBAFcRiSpAAAAAElFTkSuQmCC');-webkit-mask-position:right top;-webkit-mask-repeat:repeat-y;-webkit-mask-size:3em 0.05em}.x-toolbar .x-field-select .x-input-text{color:#fff}.x-indexbar-wrapper{-webkit-box-pack:end !important;box-pack:end !important;pointer-events:none}.x-indexbar-vertical{width:1.1em;-webkit-box-orient:vertical;box-orient:vertical;margin-right:8px}.x-indexbar-horizontal{height:1.1em;-webkit-box-orient:horizontal;box-orient:horizontal;margin-bottom:8px}.x-indexbar{pointer-events:auto;z-index:2;padding:.3em 0;min-height:0 !important;height:auto !important;-webkit-box-flex:0 !important}.x-indexbar > div{color:#1e2a38;font-size:0.6em;text-align:center;line-height:1.1em;font-weight:bold;display:block}.x-phone.x-landscape .x-indexbar > div{font-size:0.38em;line-height:1em}.x-indexbar-pressed{-webkit-border-radius:0.55em;border-radius:0.55em;background-color:rgba(143, 152, 163, 0.8)}.x-list{background-color:#f7f7f7}.x-list{position:relative}.x-list .x-list-disclosure{position:absolute;bottom:0.5em;right:0.8em}.x-list .x-list-disclosure{overflow:visible;-webkit-mask:0 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpFNkNCM0JGNTZFMjI2ODExQkNGQjkwMzk3MDc3MkZFQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3M0MzQUU1QUFDQkQxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3M0MzQUU1OUFDQkQxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU3Q0IzQkY1NkUyMjY4MTFCQ0ZCOTAzOTcwNzcyRkVCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkU2Q0IzQkY1NkUyMjY4MTFCQ0ZCOTAzOTcwNzcyRkVCIi8+IDwvcmRmOkRlc2NyaXB0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') no-repeat;-webkit-mask-size:1.7em;background-color:#003370;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0a7aff), color-stop(2%, #004394), color-stop(100%, #00234c));background-image:-webkit-linear-gradient(#0a7aff,#004394 2%,#00234c);background-image:linear-gradient(#0a7aff,#004394 2%,#00234c);width:1.7em;height:1.7em}.x-list.x-list-indexed .x-list-disclosure{margin-right:1em}.x-list .x-item-selected .x-list-disclosure{background:#fff none}.x-list .x-list-item{overflow:hidden;position:relative;color:black;border-top:1px solid #d1d1d1}.x-list .x-list-item .x-list-item-label{min-height:2.6em;padding:0.7em 0.8em}.x-list .x-list-item:first-child{border-top:none}.x-list .x-list-item:last-child{border-bottom:1px solid #d1d1d1}.x-list .x-list-item.x-item-pressed{border-top-color:#77b2f8;background:#77b2f8 none}.x-list .x-list-item.x-item-selected{background-color:#06346a;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #167bf3), color-stop(2%, #07448c), color-stop(100%, #042348));background-image:-webkit-linear-gradient(#167bf3,#07448c 2%,#042348);background-image:linear-gradient(#167bf3,#07448c 2%,#042348);color:white;text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0;border-top-color:#084b9b;border-bottom-color:#021022}.x-list-header{background-color:#4d80bc;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bccfe6), color-stop(2%, #6792c5), color-stop(100%, #3f6ea6));background-image:-webkit-linear-gradient(#bccfe6,#6792c5 2%,#3f6ea6);background-image:linear-gradient(#bccfe6,#6792c5 2%,#3f6ea6);color:#1f3651;text-shadow:rgba(255, 255, 255, 0.25) 0 0.08em 0;border-top:1px solid #4d80bc;border-bottom:1px solid #2d4e76;font-weight:bold;font-size:0.8em;padding:0.2em 1.02em;text-shadow:rgba(255, 255, 255, 0.25) 0 0.08em 0;-webkit-box-shadow:0px 0.1em 0.3em rgba(0, 0, 0, 0.3)}.x-list-header-swap{position:absolute;top:0;left:0;width:100%}.x-ios .x-list-header-swap{-webkit-transform:translate3d(0, 0, 0)}.x-list-round{background-color:#eaeaea}.x-list-round .x-list-group-items > *,.x-list-round.x-list-flat .x-list-parent > *{border-right:1px solid #d1d1d1;border-left:1px solid #d1d1d1;background-color:#f7f7f7;margin:0 1.2em}.x-list-round .x-list-group-items > *:first-child,.x-list-round.x-list-flat .x-list-parent > *:first-child{margin:1.2em 1.2em 0;border-top:1px solid #d1d1d1;-webkit-border-top-left-radius:0.4em;border-top-left-radius:0.4em;-webkit-border-top-right-radius:0.4em;border-top-right-radius:0.4em}.x-list-round .x-list-group-items > *:last-child,.x-list-round.x-list-flat .x-list-parent > *:last-child{margin:0 1.2em 1.2em;border-bottom:1px solid #d1d1d1;-webkit-border-bottom-left-radius:0.4em;border-bottom-left-radius:0.4em;-webkit-border-bottom-right-radius:0.4em;border-bottom-right-radius:0.4em}.x-list-paging{height:50px}.x-list-paging .x-loading-spinner{display:none;margin:auto}.x-list-paging .x-list-paging-msg{text-align:center;color:#06346a;padding-top:10px;-webkit-border-radius:6px;border-radius:6px}.x-list-paging.x-loading .x-loading-spinner{display:block}.x-list-paging.x-loading .x-list-paging-msg{display:none}.x-list-pullrefresh{display:-webkit-box;display:box;-webkit-box-orient:horizontal;box-orient:horizontal;-webkit-box-align:center;box-align:center;-webkit-box-pack:center;box-pack:center;position:absolute;top:-5em;left:0;width:100%;height:4.5em}.x-list-pullrefresh .x-loading-spinner{display:none}.x-list-pullrefresh-arrow{width:2.5em;height:4.5em;-webkit-mask:center center url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAA8CAYAAAAUufjgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAjFJREFUeNrsmU8oREEYwOexdtNuKBfFwdVhCyfuysnFiXISS+1BLopyUpKLXETkRLaUi1LK3Q2lpPbiQLnIn03a/Hm+z86Ttv0zM++bfbOar36Hbad5v535Zp7v47iuy0wOpyoEHccRHV9L9NxPkUE/bhKCOKiOSPAdn69DsJ5I8E2HYA0QJRJ8Bb50CDYRCT7pEMQD0kwk+CByUFQEW4gE73UIhoA2IsFb4ENEMCQ5MdU1IxwygpT3oKNLMGyyYFVscdhusc8tDpu+xRG7xf95BW0O2kNiV1AgIvaQ2BzUJNgJNJYZGyUU7OG1cal4Bi68oqkDPszy2teEwJp5Cdyu/lZ1g8CwIYJ7wEF+2YmrNw90Byx3BizgKhaqizEP1wg7CLLxCEzy/CtauMeBlQDyEfNuGrgU6SyM8F9SyVgHdmRaH6tAb4XkToEp2d4M5mOK0TWMigU2koa8vJMRZPxEb2ss2LEVPMpPLlMRxBgDZjQJLgNbxb6Uab9tAn3EcifAeKkBMoLY+j0GWonk7oB+lmsFkwhidAGHBPmIeTcAnJcbKCuIMQEs+hScAzZEBqoIYuzyFVCJI36lMJ2CDfxibZeUu+EX/4uMIFP8ZyLejxkgK0hG5a8kP4IYSZbr1IuQVHmAX0HGX4VuGfZVJ6cQxPd1uoRcWqDW0SroFVzZAnJZ/h0LWhAjUUAw4XdSSsH8fExRTEgtGAOuOTETBb16Jk412e+bxOSwglYw6PgWYABvLk8P7zGJFwAAAABJRU5ErkJggg==') no-repeat;-webkit-mask-size:2em 3em;-webkit-transform:rotate(0deg);background-color:#111}.x-list-pullrefresh-release .x-list-pullrefresh-arrow{-webkit-transform:rotate(-180deg)}.x-list-pullrefresh-wrap{width:20em;font-size:0.7em}.x-list-pullrefresh-message{font-weight:bold;font-size:1.3em;margin-bottom:0.1em;text-align:center}.x-list-pullrefresh-updated{text-align:center}.x-list-pullrefresh-loading .x-loading-spinner{display:block}.x-list-pullrefresh-loading .x-list-pullrefresh-arrow{display:none}html,body{width:100%;height:100%}.x-layout-fit{position:relative;display:-webkit-box}.x-layout-fit > *{-webkit-box-flex:1;min-width:100%;min-height:100%}.x-layout-card{position:relative;overflow:hidden}.x-layout-card > .x-layout-card-item{position:absolute !important;width:100%;height:100%}.x-layout-hbox,.x-layout-vbox{display:-webkit-box}.x-layout-hbox > *,.x-layout-vbox > *{-webkit-box-flex:0}.x-layout-hbox{-webkit-box-orient:horizontal}.x-layout-vbox{-webkit-box-orient:vertical}.x-layout-hbox > .x-layout-box-item{width:0 !important}.x-layout-vbox > .x-layout-box-item{height:0 !important}.x-container,.x-body{display:-webkit-box;overflow:hidden}.x-body{-webkit-box-flex:1;min-width:100%;min-height:100%}.x-body > .x-inner,.x-container > .x-inner{-webkit-box-flex:1;min-width:100%;min-height:100%}.x-docking-horizontal{display:-webkit-box;-webkit-box-flex:1;-webkit-box-orient:horizontal;min-width:100%;min-height:100%}.x-docking-vertical{display:-webkit-box;-webkit-box-flex:1;-webkit-box-orient:vertical;min-width:100%;min-height:100%}.x-centered{position:absolute !important;width:100%;height:100%;display:-webkit-box;-webkit-box-align:center;-webkit-box-pack:center}.x-floating{position:absolute !important}.x-centered > *{position:relative !important;-webkit-box-flex:0 !important}.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}.x-scroll-view{position:relative;display:block}.x-scroll-container{position:absolute;overflow:hidden;width:100%;height:100%}.x-scroll-scroller{position:absolute;min-width:100%;min-height:100%}.x-ios .x-scroll-scroller{-webkit-transform:translate3d(0, 0, 0)}.x-scroll-stretcher{position:absolute;visibility:hidden}.x-scroll-bar-grid-wrapper{position:absolute;width:100%;height:100%}.x-scroll-bar-grid{display:table;width:100%;height:100%}.x-scroll-bar-grid > *{display:table-row}.x-scroll-bar-grid > * > *{display:table-cell}.x-scroll-bar-grid > :first-child > :first-child{width:100%;height:100%}.x-scroll-bar-grid > :first-child > :nth-child(2){padding:3px 3px 0 0}.x-scroll-bar-grid > :nth-child(2) > :first-child{padding:0 0 3px 3px}.x-scroll-bar{position:relative;overflow:hidden}.x-scroll-bar-stretcher{position:absolute;visibility:hidden;width:100%;height:100%}.x-scroll-bar-x{height:6px;width:100%}.x-scroll-bar-x > .x-scroll-bar-stretcher{width:300%}.x-scroll-bar-y{width:6px;height:100%}.x-scroll-bar-y > .x-scroll-bar-stretcher{height:300%}.x-scroll-indicator{background:#333;position:absolute;z-index:1;opacity:0.5}.x-scroll-indicator-x{height:100%}.x-scroll-indicator-y{width:100%}.x-scroll-indicator-csstransform{background:none;-webkit-transition:opacity 0.2s ease-out}.x-scroll-indicator-csstransform > *{position:absolute;background-color:#333}.x-scroll-indicator-csstransform > :nth-child(2){-webkit-transform-origin:0% 0%;background:none;content:url(data:image/bmp;base64,Qk08AAAAAAAAADYAAAAoAAAAAQAAAAEAAAABABAAAAAAAAYAAAASCwAAEgsAAAAAAAAAAAAAxhgAAAAA)}.x-scroll-indicator-csstransform.x-scroll-indicator-y > *{width:100%}.x-scroll-indicator-csstransform.x-scroll-indicator-y > :first-child{height:3px;-webkit-border-top-left-radius:3px;border-top-left-radius:3px;-webkit-border-top-right-radius:3px;border-top-right-radius:3px}.x-scroll-indicator-csstransform.x-scroll-indicator-y > :nth-child(2){height:1px}.x-scroll-indicator-csstransform.x-scroll-indicator-y > :last-child{height:3px;-webkit-border-bottom-left-radius:3px;border-bottom-left-radius:3px;-webkit-border-bottom-right-radius:3px;border-bottom-right-radius:3px}.x-scroll-indicator-csstransform.x-scroll-indicator-x > *{height:100%}.x-scroll-indicator-csstransform.x-scroll-indicator-x > :first-child{width:3px;-webkit-border-top-left-radius:3px;border-top-left-radius:3px;-webkit-border-bottom-left-radius:3px;border-bottom-left-radius:3px}.x-scroll-indicator-csstransform.x-scroll-indicator-x > :nth-child(2){width:1px}.x-scroll-indicator-csstransform.x-scroll-indicator-x > :last-child{width:3px;-webkit-border-top-right-radius:3px;border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;border-bottom-right-radius:3px}.x-carousel{position:relative;overflow:hidden}.x-carousel-item{position:absolute;width:100%;height:100%}.x-carousel-indicator{padding:0;-webkit-border-radius:0;border-radius:0;-webkit-box-shadow:none;background-color:transparent;background-image:none}.x-carousel-indicator{-webkit-box-flex:1;display:-webkit-box;display:box;-webkit-box-pack:center;box-pack:center;-webkit-box-align:center;box-align:center}.x-carousel-indicator span{display:block;width:0.5em;height:0.5em;-webkit-border-radius:0.25em;border-radius:0.25em;margin:0.2em}.x-carousel-indicator-horizontal{height:1.5em;width:100%}.x-carousel-indicator-vertical{-webkit-box-orient:vertical;box-orient:vertical;width:1.5em;height:100%}.x-carousel-indicator-light span{background-color:rgba(255, 255, 255, 0.1);background-image:none}.x-carousel-indicator-light span.x-carousel-indicator-active{background-color:rgba(255, 255, 255, 0.3);background-image:none}.x-carousel-indicator-dark span{background-color:rgba(0, 0, 0, 0.1);background-image:none}.x-carousel-indicator-dark span.x-carousel-indicator-active{background-color:rgba(0, 0, 0, 0.3);background-image:none}.x-form .x-scroll-container{background-color:#eeeeee}.x-form .x-scroll-container > .x-panel-inner{padding:1em}.x-form-fieldset{margin:0 0 1.5em}.x-form-fieldset .x-form-fieldset-inner{border:1px solid #dddddd;background:#fff;padding:0;-webkit-border-radius:0.4em;border-radius:0.4em;overflow:hidden}.x-form-fieldset-title{text-shadow:#fff 0 1px 1px;color:#333333;margin:1em 0.7em 0.3em;color:#333333;font-weight:bold;white-space:nowrap}.x-form-fieldset-instructions{text-shadow:#fff 0 1px 1px;color:#333333;color:gray;margin:1em 0.7em 0.3em;font-size:.8em;text-align:center}.x-form-label{text-shadow:#fff 0 1px 1px;color:#333333;text-shadow:rgba(255, 255, 255, 0.25) 0 0.08em 0;background-color:#f7f7f7;padding:0.6em;border-top:1px solid white;display:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.x-form-label span{font-size:.8em;font-weight:bold}.x-field{min-height:2.5em;border-bottom:1px solid #dddddd}.x-field .x-component-outer{-webkit-box-flex:1}.x-field .x-field-input{position:relative}.x-field .x-field-input,.x-field .x-input-el{width:100%}.x-field.x-field-labeled .x-form-label{display:block}.x-field:last-child{border-bottom:0}.x-label-align-left:first-child .x-form-label{-webkit-border-top-left-radius:0.4em;border-top-left-radius:0.4em}.x-label-align-left:last-child .x-form-label{-webkit-border-bottom-left-radius:0.4em;border-bottom-left-radius:0.4em}.x-label-align-right{-webkit-box-direction:reverse;box-direction:reverse}.x-label-align-right:first-child .x-form-label{-webkit-border-top-right-radius:0.4em;border-top-right-radius:0.4em}.x-label-align-right:last-child{border-bottom:0}.x-label-align-right:last-child .x-form-label{-webkit-border-bottom-right-radius:0.4em;border-bottom-right-radius:0.4em}.x-input-el{padding:.4em;min-height:2.5em;display:block;border-width:0;background:transparent;-webkit-appearance:none}.x-field-mask{position:absolute;top:0;right:0;bottom:0;left:0}.x-field-required label:after,.x-field-required .x-form-label:after{content:"*";display:inline}.x-field-textarea textarea{min-height:6em;padding-top:.5em}.x-checkmark-base,.x-field .x-input-radio:after,.x-field .x-input-checkbox:after,.x-field .x-input-radio:checked:after,.x-field .x-input-checkbox:checked:after,.x-select-overlay .x-item-selected:before,.x-select-overlay .x-item-selected:after{content:"";position:absolute;width:0.75em;height:1.25em;top:50%;left:auto;-webkit-transform:rotate(45deg) skew(5deg);-webkit-transform-origin:50% 50%;right:1.1em;border:.35em solid;border-top:none;border-left:none;margin-top:-0.75em}.x-field .x-input-radio,.x-field .x-input-checkbox{position:relative}.x-field .x-input-radio:after,.x-field .x-input-checkbox:after{border-color:#dddddd}.x-field .x-input-radio:checked:after,.x-field .x-input-checkbox:checked:after{border-color:#06346a}.x-spinner .x-field-input{display:-webkit-box;display:box}.x-spinner .x-field-input .x-input-el{padding:0;width:50%;-webkit-box-flex:1;text-align:center}.x-spinner .x-field-input input::-webkit-outer-spin-button,.x-spinner .x-field-input input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.x-spinner .x-field-input .x-spinner-button{padding:.65em 1.5em;font-weight:bold;text-align:center}.x-spinner .x-field-input .x-spinner-button,.x-toolbar .x-spinner .x-field-input .x-spinner-button{border:0.1em solid #aaaaaa;border-top-color:#b7b7b7;color:black;text-shadow:rgba(255, 255, 255, 0.25) 0 0.08em 0;-webkit-box-shadow:rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-spinner .x-field-input .x-spinner-button.x-button-back:before,.x-spinner .x-field-input .x-spinner-button.x-button-forward:before,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-back:before,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-forward:before{background:#aaaaaa}.x-spinner .x-field-input .x-spinner-button,.x-spinner .x-field-input .x-spinner-button.x-button-back:after,.x-spinner .x-field-input .x-spinner-button.x-button-forward:after,.x-toolbar .x-spinner .x-field-input .x-spinner-button,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-back:after,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-forward:after{background-color:#dddddd;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(2%, #efefef), color-stop(100%, #cbcbcb));background-image:-webkit-linear-gradient(#ffffff,#efefef 2%,#cbcbcb);background-image:linear-gradient(#ffffff,#efefef 2%,#cbcbcb)}.x-spinner .x-field-input .x-spinner-button .x-button-icon.x-icon-mask,.x-toolbar .x-spinner .x-field-input .x-spinner-button .x-button-icon.x-icon-mask{background-color:black;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(2%, #121212), color-stop(100%, #000000));background-image:-webkit-linear-gradient(#4d4d4d,#121212 2%,#000000);background-image:linear-gradient(#4d4d4d,#121212 2%,#000000)}.x-spinner .x-field-input .x-spinner-button.x-button-pressed,.x-spinner .x-field-input .x-spinner-button.x-button-active,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-pressed,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-active{-webkit-box-shadow:inset #bab3b3 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-spinner .x-field-input .x-spinner-button.x-button-pressed,.x-spinner .x-field-input .x-spinner-button.x-button-pressed:after,.x-spinner .x-field-input .x-spinner-button.x-button-active,.x-spinner .x-field-input .x-spinner-button.x-button-active:after,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-pressed,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-pressed:after,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-active,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-active:after{background-color:#cbcbcb;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b2b2b2), color-stop(10%, #bebebe), color-stop(65%, #cbcbcb), color-stop(100%, #cccccc));background-image:-webkit-linear-gradient(#b2b2b2,#bebebe 10%,#cbcbcb 65%,#cccccc);background-image:linear-gradient(#b2b2b2,#bebebe 10%,#cbcbcb 65%,#cccccc)}.x-spinner .x-field-input .x-spinner-button-down{border:0 !important;border-right:1px solid #dddddd !important}.x-spinner .x-field-input .x-spinner-button-up{border:0 !important;border-left:1px solid #dddddd !important}.x-select-overlay{min-width:14em}.x-select-overlay .x-list-inner{width:100%}.x-select-overlay .x-list-item-label{height:2.6em}.x-select-overlay .x-list-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.x-select-overlay .x-list-item{padding-right:2.6em}.x-select-overlay .x-item-selected:before{border-color:#262626;margin-top:-0.85em}.x-select-overlay .x-item-selected:after{border-color:#dddddd}.x-slider .x-component-outer,.x-toggle .x-component-outer{position:relative;height:2.2em;margin:0.6em;min-height:0;min-width:0}.x-thumb{position:absolute;height:2.2em;width:2.2em}.x-thumb:before{content:"";position:absolute;width:1.85em;height:1.85em;top:0.175em;left:0.175em;border:0.1em solid #919191;-webkit-border-radius:0.925em;border-radius:0.925em;background-color:#dddddd;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(2%, #efefef), color-stop(100%, #cbcbcb));background-image:-webkit-linear-gradient(#ffffff,#efefef 2%,#cbcbcb);background-image:linear-gradient(#ffffff,#efefef 2%,#cbcbcb);-webkit-box-shadow:inset rgba(255, 255, 255, 0.5) 0 0 0.1em, inset rgba(255, 255, 255, 0.3) 0 -0.1em 0;-webkit-background-clip:padding;background-clip:padding-box}.x-thumb.x-dragging{opacity:1}.x-thumb.x-dragging:before{background-color:#d0d0d0;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(2%, #e2e2e2), color-stop(100%, #bebebe));background-image:-webkit-linear-gradient(#ffffff,#e2e2e2 2%,#bebebe);background-image:linear-gradient(#ffffff,#e2e2e2 2%,#bebebe)}.x-slider .x-component-outer:after{content:"";position:absolute;width:auto;height:0.8em;top:0.737em;left:0;right:0;margin:0 0.925em;background-color:#dddddd;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c4c4c4), color-stop(10%, #d0d0d0), color-stop(65%, #dddddd), color-stop(100%, #dedede));background-image:-webkit-linear-gradient(#c4c4c4,#d0d0d0 10%,#dddddd 65%,#dedede);background-image:linear-gradient(#c4c4c4,#d0d0d0 10%,#dddddd 65%,#dedede);border:0.1em solid rgba(0, 0, 0, 0.1);border-bottom:0;-webkit-box-shadow:rgba(255, 255, 255, 0.7) 0 0.1em 0;-webkit-border-radius:0.4em;border-radius:0.4em}.x-toggle .x-component-outer{margin:0.6em;width:4.4em;-webkit-border-radius:1.1em;border-radius:1.1em;overflow:hidden;border:0.1em solid #b7b7b7;background-color:#ddd;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c4c4c4), color-stop(10%, #d0d0d0), color-stop(65%, #dddddd), color-stop(100%, #dedede));background-image:-webkit-linear-gradient(#c4c4c4,#d0d0d0 10%,#dddddd 65%,#dedede);background-image:linear-gradient(#c4c4c4,#d0d0d0 10%,#dddddd 65%,#dedede);-webkit-box-flex:0}.x-toggle .x-component-outer .x-thumb.x-dragging{opacity:1}.x-toggle .x-component-outer .x-thumb:before{top:0.175em}.x-toggle-on.x-component-outer{background-color:#92cf00;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6e9c00), color-stop(10%, #80b500), color-stop(65%, #92cf00), color-stop(100%, #94d200));background-image:-webkit-linear-gradient(#6e9c00,#80b500 10%,#92cf00 65%,#94d200);background-image:linear-gradient(#6e9c00,#80b500 10%,#92cf00 65%,#94d200)}input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}.x-field-number input::-webkit-outer-spin-button,.x-field-number input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.x-field-input{display:-webkit-box;display:box;-webkit-box-orient:horizontal;box-orient:horizontal;-webkit-box-align:center;box-align:center;-webkit-box-pack:center;box-pack:center}.x-field-input .x-input-el{-webkit-box-flex:1;box-flex:1}.x-field-input .x-clear-icon{display:none;margin:.5em;width:1.1em;height:1.1em;-webkit-border-radius:0.55em;border-radius:0.55em;background-color:rgba(0, 0, 0, 0.15);color:#fff;font-weight:bold;line-height:.9em;text-align:center;padding:0 .27em}.x-android .x-clear-icon{line-height:1.2em;padding:0 .3em}.x-field-clearable .x-clear-icon{display:block}.x-field-textarea .x-field-input{-webkit-box-align:start;box-align:start}.x-item-disabled .x-form-label span,.x-item-disabled input,.x-item-disabled .x-spinner-body,.x-item-disabled select,.x-item-disabled textarea,.x-item-disabled .x-field-clear-container{color:#b3b3b3;pointer-events:none}.x-form-fieldset .x-field:first-child{-webkit-border-top-left-radius:0.4em;border-top-left-radius:0.4em;-webkit-border-top-right-radius:0.4em;border-top-right-radius:0.4em}.x-form-fieldset .x-field:last-child{-webkit-border-bottom-left-radius:0.4em;border-bottom-left-radius:0.4em;-webkit-border-bottom-right-radius:0.4em;border-bottom-right-radius:0.4em}.x-field-select{position:relative}.x-field-select:before,.x-field-select:after{pointer-events:none;position:absolute;display:block;right:0}.x-field-select:after{content:"";position:absolute;width:0;height:0;top:0;left:auto;margin:1em;border:.4em solid transparent;border-top-color:#ddd;z-index:2}.x-field-select.x-label-align-top:after{top:auto;bottom:0}.x-field-select:before{content:"";position:absolute;width:4em;height:auto;top:0;left:auto;bottom:0;-webkit-border-top-right-radius:inherit;border-top-right-radius:inherit;-webkit-border-bottom-right-radius:inherit;border-bottom-right-radius:inherit;background:-webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(255, 255, 255, 0)), color-stop(0.5, white));z-index:1}.x-field-select .x-form-field{white-space:nowrap;width:100%;overflow:hidden;text-overflow:ellipsis}.x-field-select .x-form-field-container{margin-right:40px}.x-msgbox{min-width:15em;padding:0.8em;-webkit-box-shadow:rgba(0, 0, 0, 0.4) 0 0.1em 0.5em;-webkit-border-radius:0.3em;border-radius:0.3em;border:0.15em solid #354f6e}.x-msgbox .x-title{font-size:.9em;line-height:1.4em}.x-msgbox .x-toolbar{background:transparent none;-webkit-box-shadow:none}.x-msgbox .x-toolbar.x-docked-top{border-bottom:0;height:1.3em}.x-msgbox .x-toolbar.x-docked-bottom{border-top:0}.x-msgbox .x-field{margin:.4em .4em 0 .4em;min-height:2em;background:#fff;-webkit-border-radius:0.2em;border-radius:0.2em}.x-msgbox .x-field:last-child{margin-bottom:.4em}.x-msgbox .x-field .x-clear-icon{margin:.4em}.x-msgbox .x-form-field{min-height:1.5em;-webkit-appearance:none}.x-msgbox-text{font-size:.9em;text-align:center;padding:6px 0}.x-msgbox-buttons{padding:0.4em 0;height:auto}.x-msgbox-buttons .x-button{min-width:4.5em}.x-msgbox-buttons .x-button-normal span{opacity:.7}.x-msgbox-dark .x-msgbox-text{color:rgba(186, 202, 222, 0.9);text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0}.x-msgbox-dark .x-msgbox-input{background-color:rgba(186, 202, 222, 0.9);background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(152,176,205,0.9)), color-stop(10%, rgba(169,189,214,0.9)), color-stop(65%, rgba(186,202,222,0.9)), color-stop(100%, rgba(188,204,223,0.9)));background-image:-webkit-linear-gradient(rgba(152,176,205,0.9),rgba(169,189,214,0.9) 10%,rgba(186,202,222,0.9) 65%,rgba(188,204,223,0.9));background-image:linear-gradient(rgba(152,176,205,0.9),rgba(169,189,214,0.9) 10%,rgba(186,202,222,0.9) 65%,rgba(188,204,223,0.9));border:0.1em solid rgba(66, 99, 138, 0.9)}.x-loading-spinner{font-size:250%;height:1em;width:1em;position:relative;-webkit-transform-origin:0.5em 0.5em}.x-loading-spinner > span,.x-loading-spinner > span:before,.x-loading-spinner > span:after{display:block;position:absolute;width:0.1em;height:0.25em;top:0;-webkit-transform-origin:0.05em 0.5em;-webkit-border-radius:0.05em;border-radius:0.05em;content:" "}.x-loading-spinner > span.x-loading-top{background-color:rgba(170, 170, 170, 0.99)}.x-loading-spinner > span.x-loading-top::after{background-color:rgba(170, 170, 170, 0.9)}.x-loading-spinner > span.x-loading-left::before{background-color:rgba(170, 170, 170, 0.8)}.x-loading-spinner > span.x-loading-left{background-color:rgba(170, 170, 170, 0.7)}.x-loading-spinner > span.x-loading-left::after{background-color:rgba(170, 170, 170, 0.6)}.x-loading-spinner > span.x-loading-bottom::before{background-color:rgba(170, 170, 170, 0.5)}.x-loading-spinner > span.x-loading-bottom{background-color:rgba(170, 170, 170, 0.4)}.x-loading-spinner > span.x-loading-bottom::after{background-color:rgba(170, 170, 170, 0.35)}.x-loading-spinner > span.x-loading-right::before{background-color:rgba(170, 170, 170, 0.3)}.x-loading-spinner > span.x-loading-right{background-color:rgba(170, 170, 170, 0.25)}.x-loading-spinner > span.x-loading-right::after{background-color:rgba(170, 170, 170, 0.2)}.x-loading-spinner > span.x-loading-top::before{background-color:rgba(170, 170, 170, 0.15)}.x-loading-spinner > span{left:50%;margin-left:-0.05em}.x-loading-spinner > span.x-loading-top{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg)}.x-loading-spinner > span.x-loading-right{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg)}.x-loading-spinner > span.x-loading-bottom{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg)}.x-loading-spinner > span.x-loading-left{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg)}.x-loading-spinner > span::before{-webkit-transform:rotate(30deg);-moz-transform:rotate(30deg)}.x-loading-spinner > span::after{-webkit-transform:rotate(-30deg);-moz-transform:rotate(-30deg)}.x-loading-spinner{-webkit-animation-name:x-loading-spinner-rotate;-webkit-animation-duration:.5s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear}@-webkit-keyframes x-loading-spinner-rotate{0%{-webkit-transform:rotate(0deg)}8.32%{-webkit-transform:rotate(0deg)}8.33%{-webkit-transform:rotate(30deg)}16.65%{-webkit-transform:rotate(30deg)}16.66%{-webkit-transform:rotate(60deg)}24.99%{-webkit-transform:rotate(60deg)}25%{-webkit-transform:rotate(90deg)}33.32%{-webkit-transform:rotate(90deg)}33.33%{-webkit-transform:rotate(120deg)}41.65%{-webkit-transform:rotate(120deg)}41.66%{-webkit-transform:rotate(150deg)}49.99%{-webkit-transform:rotate(150deg)}50%{-webkit-transform:rotate(180deg)}58.32%{-webkit-transform:rotate(180deg)}58.33%{-webkit-transform:rotate(210deg)}66.65%{-webkit-transform:rotate(210deg)}66.66%{-webkit-transform:rotate(240deg)}74.99%{-webkit-transform:rotate(240deg)}75%{-webkit-transform:rotate(270deg)}83.32%{-webkit-transform:rotate(270deg)}83.33%{-webkit-transform:rotate(300deg)}91.65%{-webkit-transform:rotate(300deg)}91.66%{-webkit-transform:rotate(330deg)}100%{-webkit-transform:rotate(330deg)}} +body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:""}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}*:focus{outline:none}html,body{font-family:"Helvetica Neue", HelveticaNeue, "Helvetica-Neue", Helvetica, "BBAlpha Sans", sans-serif;font-weight:normal;position:relative;-webkit-text-size-adjust:none}body.x-desktop{overflow:hidden}*,*:after,*:before{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);-webkit-user-select:none;-webkit-touch-callout:none;-webkit-user-drag:none}.x-ios.x-tablet .x-landscape *{-webkit-text-stroke:1px transparent}body{font-size:104%}body.x-ios{-webkit-backface-visibility:hidden}body.x-android.x-phone{font-size:116%}body.x-ios.x-phone{font-size:114%}body.x-desktop{font-size:114%}input,textarea{-webkit-user-select:text}.x-hidden-visibility{visibility:hidden !important}.x-hidden-display,.x-field-hidden{display:none !important}.x-hidden-offsets{position:absolute !important;left:-10000em;top:-10000em;visibility:hidden}.x-fullscreen{position:absolute !important}.x-desktop .x-body-stretcher{margin-bottom:0px}.x-mask{position:absolute;top:0;left:0;bottom:0;right:0;height:100%;z-index:10;display:-webkit-box;display:box;-webkit-box-align:center;box-align:center;-webkit-box-pack:center;box-pack:center;background:rgba(0, 0, 0, 0.3) center center no-repeat}.x-mask.x-mask-gray{background-color:rgba(0, 0, 0, 0.5)}.x-mask.x-mask-transparent{background-color:transparent}.x-mask .x-mask-inner{background:rgba(0, 0, 0, 0.25);color:#fff;text-align:center;padding:.4em;font-size:.95em;font-weight:bold;-webkit-border-radius:0.5em;border-radius:0.5em}.x-mask .x-loading-spinner-outer{display:-webkit-box;display:box;-webkit-box-orient:vertical;box-orient:vertical;-webkit-box-align:center;box-align:center;-webkit-box-pack:center;box-pack:center;width:100%;min-width:8.5em;height:8.5em}.x-mask.x-indicator-hidden .x-loading-spinner-outer{display:none}.x-mask .x-mask-message{text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0;-webkit-box-flex:0 !important;max-width:13em;min-width:8.5em}.x-draggable{z-index:1}.x-dragging{opacity:0.7}.x-panel-list{background-color:#bacfe8}.x-html{-webkit-user-select:auto;-webkit-touch-callout:inherit;line-height:1.5;color:#333;font-size:.8em;margin:1.2em}.x-html body{line-height:1.5;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;color:#333333;font-size:75%}.x-html h1,.x-html h2,.x-html h3,.x-html h4,.x-html h5,.x-html h6{font-weight:normal;color:#222222}.x-html h1 img,.x-html h2 img,.x-html h3 img,.x-html h4 img,.x-html h5 img,.x-html h6 img{margin:0}.x-html h1{font-size:3em;line-height:1;margin-bottom:0.50em}.x-html h2{font-size:2em;margin-bottom:0.75em}.x-html h3{font-size:1.5em;line-height:1;margin-bottom:1.00em}.x-html h4{font-size:1.2em;line-height:1.25;margin-bottom:1.25em}.x-html h5{font-size:1em;font-weight:bold;margin-bottom:1.50em}.x-html h6{font-size:1em;font-weight:bold}.x-html p{margin:0 0 1.5em}.x-html p .left{display:inline;float:left;margin:1.5em 1.5em 1.5em 0;padding:0}.x-html p .right{display:inline;float:right;margin:1.5em 0 1.5em 1.5em;padding:0}.x-html a{text-decoration:underline;color:#0066cc}.x-html a:visited{color:#004c99}.x-html a:focus{color:#0099ff}.x-html a:hover{color:#0099ff}.x-html a:active{color:#bf00ff}.x-html blockquote{margin:1.5em;color:#666666;font-style:italic}.x-html strong,.x-html dfn{font-weight:bold}.x-html em,.x-html dfn{font-style:italic}.x-html sup,.x-html sub{line-height:0}.x-html abbr,.x-html acronym{border-bottom:1px dotted #666666}.x-html address{margin:0 0 1.5em;font-style:italic}.x-html del{color:#666666}.x-html pre{margin:1.5em 0;white-space:pre}.x-html pre,.x-html code,.x-html tt{font:1em "andale mono", "lucida console", monospace;line-height:1.5}.x-html li ul,.x-html li ol{margin:0}.x-html ul,.x-html ol{margin:0 1.5em 1.5em 0;padding-left:1.5em}.x-html ul{list-style-type:disc}.x-html ol{list-style-type:decimal}.x-html dl{margin:0 0 1.5em 0}.x-html dl dt{font-weight:bold}.x-html dd{margin-left:1.5em}.x-html table{margin-bottom:1.4em;width:100%}.x-html th{font-weight:bold}.x-html thead th{background:#c3d9ff}.x-html th,.x-html td,.x-html caption{padding:4px 10px 4px 5px}.x-html table.striped tr:nth-child(even) td,.x-html table tr.even td{background:#e5ecf9}.x-html tfoot{font-style:italic}.x-html caption{background:#eeeeee}.x-html .quiet{color:#666666}.x-html .loud{color:#111111}.x-html ul li{list-style-type:circle}.x-html ol li{list-style-type:decimal}.x-video{background-color:#000}.x-sortable .x-dragging{opacity:1;z-index:5}.x-fullscreen{background:#eeeeee}.x-map{background-color:#edeae2}.x-map *{-webkit-box-sizing:content-box;box-sizing:content-box}.x-mask-map{background:transparent !important}.x-img{background-repeat:no-repeat}.x-video{height:100%;width:100%}.x-video > *{height:100%;width:100%;position:absolute}.x-video-ghost{-webkit-background-size:100% auto;background:black url() center center no-repeat}audio{width:100%}.x-panel,.x-msgbox,.x-panel-body{position:relative}.x-panel.x-floating,.x-msgbox.x-floating,.x-form.x-floating{padding:6px;-webkit-border-radius:0.3em;border-radius:0.3em;-webkit-box-shadow:rgba(0, 0, 0, 0.8) 0 0.2em 0.6em;background-color:black;background-image:none}.x-panel.x-floating.x-floating-light,.x-msgbox.x-floating.x-floating-light,.x-form.x-floating.x-floating-light{background-color:#354f6e;background-image:none}.x-panel.x-floating .x-body,.x-panel.x-floating .x-scroll-view,.x-msgbox.x-floating .x-body,.x-msgbox.x-floating .x-scroll-view,.x-form.x-floating .x-body,.x-form.x-floating .x-scroll-view{background-color:#fff;-webkit-border-radius:0.3em;border-radius:0.3em}.x-anchor{width:1.631em;height:0.7em;position:absolute;z-index:1;-webkit-mask:0 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAPCAYAAABut3YUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPZJREFUeNpi/PX7LwOFwAyIG6HseiA+Ra5BjBQ6xg+IVwAxJ5T/HYgjgHgTOYYxUeCQUiBeh+QQBih7HVSOLiHDDMSTgTiTgLrpQJwLxH9p5RhOaLT4EakeFF3RQPyF2o6RhkaBGYkheRmIPYH4KbXSjC4QnyTDIch6danhGCcgPgwNGXKBNNQMb0ocEwXE24GYn4FyADJjI76Ej88x7UC8FIjZGKgHQDlxGtRsZmISMMjy+dBQoSXYBC0gv+NyDD80xzgx0AeAqg4fIH6NHk0qQHyMjg6B1WvHYDkNFjIgwS1ALMowMOAjEAeBHINe2Q0U+AUQYACQ10C2QNhRogAAAABJRU5ErkJggg==') no-repeat;-webkit-mask-size:1.631em 0.7em;overflow:hidden;background-color:black}.x-anchor.x-anchor-bottom{-webkit-transform:rotate(180deg);background-color:black}.x-anchor.x-anchor-left{-webkit-transform:rotate(270deg)}.x-anchor.x-anchor-right{-webkit-transform:rotate(90deg)}.x-floating.x-panel-light:after{background-color:#354f6e}.x-button{-webkit-background-clip:padding;background-clip:padding-box;-webkit-border-radius:0.4em;border-radius:0.4em;display:-webkit-box;display:box;-webkit-box-align:center;box-align:center;min-height:1.8em !important;padding:.3em .6em;position:relative;overflow:hidden}.x-button,.x-toolbar .x-button{border:0.1em solid #999999;border-top-color:#a6a6a6;color:black;text-shadow:rgba(255, 255, 255, 0.25) 0 0.08em 0;-webkit-box-shadow:rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-button.x-button-back:before,.x-button.x-button-forward:before,.x-toolbar .x-button.x-button-back:before,.x-toolbar .x-button.x-button-forward:before{background:#999999}.x-button,.x-button.x-button-back:after,.x-button.x-button-forward:after,.x-toolbar .x-button,.x-toolbar .x-button.x-button-back:after,.x-toolbar .x-button.x-button-forward:after{background-color:#ccc;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(2%, #dedede), color-stop(100%, #bababa));background-image:-webkit-linear-gradient(#ffffff,#dedede 2%,#bababa);background-image:linear-gradient(#ffffff,#dedede 2%,#bababa)}.x-button .x-button-icon.x-icon-mask,.x-toolbar .x-button .x-button-icon.x-icon-mask{background-color:black;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(2%, #121212), color-stop(100%, #000000));background-image:-webkit-linear-gradient(#4d4d4d,#121212 2%,#000000);background-image:linear-gradient(#4d4d4d,#121212 2%,#000000)}.x-button.x-button-pressed,.x-button.x-button-active,.x-toolbar .x-button.x-button-pressed,.x-toolbar .x-button.x-button-active{-webkit-box-shadow:inset #aaa1a1 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-button.x-button-pressed,.x-button.x-button-pressed:after,.x-button.x-button-active,.x-button.x-button-active:after,.x-toolbar .x-button.x-button-pressed,.x-toolbar .x-button.x-button-pressed:after,.x-toolbar .x-button.x-button-active,.x-toolbar .x-button.x-button-active:after{background-color:#bababa;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a1a1a1), color-stop(10%, #adadad), color-stop(65%, #bababa), color-stop(100%, #bbbbbb));background-image:-webkit-linear-gradient(#a1a1a1,#adadad 10%,#bababa 65%,#bbbbbb);background-image:linear-gradient(#a1a1a1,#adadad 10%,#bababa 65%,#bbbbbb)}.x-button .x-button-icon{width:2.1em;height:2.1em;background-repeat:no-repeat;background-position:center;display:block}.x-button .x-button-icon.x-icon-mask{width:1.3em;height:1.3em;-webkit-mask-size:1.3em}.x-button.x-item-disabled .x-button-label,.x-button.x-item-disabled .x-hasbadge .x-badge,.x-hasbadge .x-button.x-item-disabled .x-badge,.x-button.x-item-disabled .x-button-icon{opacity:.5}.x-button-round,.x-button.x-button-action-round,.x-button.x-button-confirm-round,.x-button.x-button-decline-round{-webkit-border-radius:0.9em;border-radius:0.9em;padding:0.1em 0.9em}.x-button-small,.x-button.x-button-action-small,.x-button.x-button-confirm-small,.x-button.x-button-decline-small,.x-toolbar .x-button-small,.x-toolbar .x-button.x-button-action-small,.x-toolbar .x-button.x-button-confirm-small,.x-toolbar .x-button.x-button-decline-small{-webkit-border-radius:0.3em;border-radius:0.3em;padding:.2em .4em;min-height:0}.x-button-small .x-button-label,.x-button.x-button-action-small .x-button-label,.x-button.x-button-confirm-small .x-button-label,.x-button.x-button-decline-small .x-button-label,.x-button-small .x-hasbadge .x-badge,.x-hasbadge .x-button-small .x-badge,.x-button.x-button-action-small .x-hasbadge .x-badge,.x-hasbadge .x-button.x-button-action-small .x-badge,.x-button.x-button-confirm-small .x-hasbadge .x-badge,.x-hasbadge .x-button.x-button-confirm-small .x-badge,.x-button.x-button-decline-small .x-hasbadge .x-badge,.x-hasbadge .x-button.x-button-decline-small .x-badge,.x-toolbar .x-button-small .x-button-label,.x-toolbar .x-button.x-button-action-small .x-button-label,.x-toolbar .x-button.x-button-confirm-small .x-button-label,.x-toolbar .x-button.x-button-decline-small .x-button-label,.x-toolbar .x-button-small .x-hasbadge .x-badge,.x-hasbadge .x-toolbar .x-button-small .x-badge,.x-toolbar .x-button.x-button-action-small .x-hasbadge .x-badge,.x-hasbadge .x-toolbar .x-button.x-button-action-small .x-badge,.x-toolbar .x-button.x-button-confirm-small .x-hasbadge .x-badge,.x-hasbadge .x-toolbar .x-button.x-button-confirm-small .x-badge,.x-toolbar .x-button.x-button-decline-small .x-hasbadge .x-badge,.x-hasbadge .x-toolbar .x-button.x-button-decline-small .x-badge{font-size:.6em}.x-button-small .x-button-icon,.x-button.x-button-action-small .x-button-icon,.x-button.x-button-confirm-small .x-button-icon,.x-button.x-button-decline-small .x-button-icon,.x-toolbar .x-button-small .x-button-icon,.x-toolbar .x-button.x-button-action-small .x-button-icon,.x-toolbar .x-button.x-button-confirm-small .x-button-icon,.x-toolbar .x-button.x-button-decline-small .x-button-icon{width:.75em;height:.75em}.x-iconalign-left,.x-icon-align-right{-webkit-box-orient:horizontal;box-orient:horizontal}.x-iconalign-top,.x-iconalign-bottom{-webkit-box-orient:vertical;box-orient:vertical}.x-iconalign-bottom,.x-iconalign-right{-webkit-box-direction:reverse;box-direction:reverse}.x-iconalign-center{-webkit-box-pack:center;box-pack:center}.x-iconalign-left .x-button-label,.x-iconalign-left .x-hasbadge .x-badge,.x-hasbadge .x-iconalign-left .x-badge{margin-left:0.3em}.x-iconalign-right .x-button-label,.x-iconalign-right .x-hasbadge .x-badge,.x-hasbadge .x-iconalign-right .x-badge{margin-right:0.3em}.x-iconalign-top .x-button-label,.x-iconalign-top .x-hasbadge .x-badge,.x-hasbadge .x-iconalign-top .x-badge{margin-top:0.3em}.x-iconalign-bottom .x-button-label,.x-iconalign-bottom .x-hasbadge .x-badge,.x-hasbadge .x-iconalign-bottom .x-badge{margin-bottom:0.3em}.x-button-label,.x-hasbadge .x-badge{-webkit-box-flex:1;box-flex:1;-webkit-box-align:center;box-align:center;white-space:nowrap;text-overflow:ellipsis;text-align:center;font-weight:bold;line-height:1.2em;display:block;overflow:hidden}.x-toolbar .x-button{margin:0 .2em;padding:.3em .6em}.x-toolbar .x-button .x-button-label,.x-toolbar .x-button .x-hasbadge .x-badge,.x-hasbadge .x-toolbar .x-button .x-badge{font-size:.7em}.x-button-forward,.x-button-back{position:relative;overflow:visible;height:1.8em;z-index:1}.x-button-forward:before,.x-button-forward:after,.x-button-back:before,.x-button-back:after{content:"";position:absolute;width:0.773em;height:1.8em;top:-0.1em;left:auto;z-index:2;-webkit-mask:0.145em 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAABGCAYAAADb7SQ4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAiNJREFUeNrEWb9LQlEUvj5BcHoQvMnVKXD1D3CLwqBJbHJsazQaWoSCxgbHJiMIAiNok6AhCDdXVycnJ8EQOgeOYaG+d39998KH+HyP753zzjnfd325xfdSgVeV8B6BScuEV0IRSbxHeCMk/AVFXCA8ScQKSXxPqK0fQBBfE5r/D+Y8VzUT9jb94DPimqRYIYkrhGcpKhhxIqTxrpNcExdlQJTTTnRJnCc8ykhUSOIOoZ71ZFfEZ4S2zgUu+rguxZRHEnPbfKRVsOtUl0RtYpOLTYljIS2Z3nVk2DY9SbNCEt8RDm0rUpe4La1jvXSqmtum72raZI24KuNQIYl/nSGSOJb0Jq61M0pxhjwK9304hUjHGSKILzc5Q5drUzttdYY+I97pDH1FzG0zNFUb04gTG4kzJS5kdYauiZtZnaFr4ooKsCIVaDHxKAQxt1NBnGIVHfGCcEQYh3jGU8KBfMKLiyM+lgzAq/qT0ArVTg+Ei1B9fEPoovV4fcfQd2HedScX39GprwGTNjJn0maTELN6IuSzECLB6T5x2eM66jQgnIeSxa60GnS3uL56tr7b1Ai0JPVwYi6yho2U2lgfKym19VxjMRHzEGbvS9K+RBPzetGVUpf29lZHSl2/DMnLvwh1ZMQrKW3Ic4fvJOZS6ZMQW5hpmpT63DvtlFLfm7bBNruM2C2yXb7y3U6ZpRS5P/4jpUjihRTbCJ3q1eL3GMMfAQYAJmB6SBO619IAAAAASUVORK5CYII=') no-repeat;-webkit-mask-size:0.773em 1.8em;overflow:hidden}.x-button-back,.x-toolbar .x-button-back{margin-left:0.828em;padding-left:.4em}.x-button-back:before,.x-toolbar .x-button-back:before{left:-0.693em}.x-button-back:after,.x-toolbar .x-button-back:after{left:-0.628em}.x-button-forward,.x-toolbar .x-button-forward{margin-right:0.828em;padding-right:.4em}.x-button-forward:before,.x-button-forward:after,.x-toolbar .x-button-forward:before,.x-toolbar .x-button-forward:after{-webkit-mask:-0.145em 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAABGCAYAAADb7SQ4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAXlJREFUaN7lmTFqAlEQhh8EhFSCYJXW1law9QAewMrWAwQWAmmtbPcGHiCQ1gPYCla2QsDKSsgmQecvFqImu2/fzry/2OLb9mt23vwz47Kvn5MwEFxM8DkLB6HHEIOd0GGIwUpoMcRgyRKDOUsMJizxpzBiiMFR6DPEeZl1GWKwFh4ZYvAmPDDEqmVWVQxmLPG3MGaIVcosVAz2whNDDDZCmyEG7yFlpiEGKUsMEpb4XKXMtMXeiVVb7J1YLcRgW1ZmVuLSxGopLkys1mLwwhL/mVhjie8Sayxx3kp7DPFVYo0tzhNriyEGU5Z40TjxtDE/F6WcDowHBE/msDFNImG0xZQRBAonDCvxhhH2vKZIZ9Ds+7EDfaWFnKZ4xhja5owxdcnYCAQv1p1Gi4sprn08cZbDt6ZYZasXIn5mLFHTjLCvVt1V+4rVt/M+4r3FPaJMbHaBKRKb3pyKxKZXtv/Er4yjZpRL6q042u34tzh4xV9H/FHnqBHKBQeEd6aqqwD6AAAAAElFTkSuQmCC') no-repeat}.x-button-forward:before,.x-toolbar .x-button-forward:before{right:-0.693em}.x-button-forward:after,.x-toolbar .x-button-forward:after{right:-0.628em}.x-button.x-button-plain,.x-toolbar .x-button.x-button-plain{background:none;border:0 none;-webkit-box-shadow:none;box-shadow:none;-webkit-border-radius:none;border-radius:none;min-height:0;text-shadow:none;line-height:auto;height:auto;padding:0.5em}.x-button.x-button-plain > *,.x-toolbar .x-button.x-button-plain > *{overflow:visible}.x-button.x-button-plain .x-button-icon,.x-toolbar .x-button.x-button-plain .x-button-icon{-webkit-mask-size:1.4em;width:1.4em;height:1.4em}.x-button.x-button-plain.x-button-pressed,.x-toolbar .x-button.x-button-plain.x-button-pressed{background:none;-webkit-box-shadow:none;background-image:-webkit-gradient(radial, 50% 50%, 0, 50% 50%, 24, color-stop(0%, rgba(119,178,248,0.7)), color-stop(100%, rgba(119,178,248,0)));background-image:-webkit-radial-gradient(rgba(119,178,248,0.7),rgba(119,178,248,0) 24px);background-image:radial-gradient(rgba(119,178,248,0.7),rgba(119,178,248,0) 24px)}.x-button.x-button-plain.x-button-pressed .x-button-icon.x-button-mask,.x-toolbar .x-button.x-button-plain.x-button-pressed .x-button-icon.x-button-mask{background-color:#fff;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e6e6e6), color-stop(10%, #f2f2f2), color-stop(65%, #ffffff), color-stop(100%, #ffffff));background-image:-webkit-linear-gradient(#e6e6e6,#f2f2f2 10%,#ffffff 65%,#ffffff);background-image:linear-gradient(#e6e6e6,#f2f2f2 10%,#ffffff 65%,#ffffff)}.x-segmentedbutton .x-button{margin:0;-webkit-border-radius:0;border-radius:0}.x-segmentedbutton .x-button.x-first{-webkit-border-top-left-radius:0.4em;border-top-left-radius:0.4em;-webkit-border-bottom-left-radius:0.4em;border-bottom-left-radius:0.4em}.x-segmentedbutton .x-button.x-last{-webkit-border-top-right-radius:0.4em;border-top-right-radius:0.4em;-webkit-border-bottom-right-radius:0.4em;border-bottom-right-radius:0.4em}.x-segmentedbutton .x-button:not(:first-child){border-left:0}.x-hasbadge{overflow:visible}.x-hasbadge .x-badge{-webkit-border-radius:1em;border-radius:1em;-webkit-background-clip:padding;background-clip:padding-box;padding:.15em .25em;z-index:30;text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0;-webkit-box-shadow:#000 0 .1em .2em;overflow:hidden;color:#fff;border:2px solid #fff;position:absolute;width:auto;min-width:2em;height:2em;line-height:1.2em;font-size:.6em;top:-0.15em;right:0px;max-width:100%;background-color:#990000;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e60000), color-stop(50%, #b30000), color-stop(51%, #990000), color-stop(100%, #800000));background-image:-webkit-linear-gradient(#e60000,#b30000 50%,#990000 51%,#800000);background-image:linear-gradient(#e60000,#b30000 50%,#990000 51%,#800000);display:inline-block}.x-tab .x-button-icon.action,.x-button .x-button-icon.x-icon-mask.action{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFI0lEQVRoBe2YW4hVVRjHZ0yzq6lFEaMlE0PShYRAJIl6iEqKHnqI6WJB0IvdICkfEk0aIyo0KFCph8giCitI7CkoohQL7SoZDaQmXSgKo4uWNf1+zt7DOXvOOXuvvc85bc+cD36ssy/r+77/Xmt9e+3TOzIy0jORbNJEEqvWruBOH/HuCHdHuMOeQOmmdO+ozaA5oxXPunSC2Re4MbgCNiB6vvqbKbx0giNxp9BeBU/BIJqnRecLN2UVrLDj4GIYgscRfSltYSuzYMUdA/0wCI8ieglM5XduK7vgWJhTegGshucRfQHkyj1XpziLNrfmOh2ug1dhMaJn0gbZZDpNpsexQb2y3azfKXCAwns4W5dMd7m2B2ANLCT/x/A/nKknN5mUhWFp1g4Z7vM14jrbBZvgEwi1tAdkDEf3ZrgI0S/RrkP4IdqGpuA+cJo0yw7iyNfJmzAcMrokfjp93HC4XrPYCdzkgPXDPPqvJN7eRh0VrBWqfKMuev6k3Qzr4SP4HWqOFIkZ73iYA/NhLpwPZ4LLS+FZzUp+GtwAA/heS/sGwv+irWnXc9bdTRF20/8eOBWmEKwnCectOrPhSlgF2+Bb+Bl+AxP8B/6FvLn8Td8fYQXMSubgsVZU8Cv4mAeNhC7k+jLYCopzrRURlvZA9P8WLIJJlcI5zi1Ypw+Dr4oqp3EAzlsbLCjfg1PeEUxLtlnXXU4/wQboq8gpl2BHx2l5UuyosuW8I6rQb8Bp1iwRefy4VN6FReaopU3pX7jnhwSO7MmVIiNnJ3L+DtgHCm3ltA0RH4/26rhKk1tdu4kr7yeuHkKgU3rMqI5ncfAQDIKbg14oi1nJv4OvTShthC9LjmTyGB8XwhZw+oQ8+Xbc68C8AOboK6+YYPpfDV+B06YdAkJiuMtzhvrOP1JYafMLpu/Z8CmEJNGOe60fz0J/cjZmWcP0G2+sWZ/aUnCqhFosOq7gyf6uOT888th+Ot0HmxF7MOkgt2AcXQNLkg5rHPv+dffjVvPX6PdeWtf7MJhUssD578ZtEGL6sY4MIfTjeh1zCWZ0Z+DwQXAkapkjtzviPdoPYB+JuJVMNfy7QQkR7MbGPfRaYhi7ruUSjLcbwe1k0tw2vgivwy6C70/ekPE4JK+N+HySWDuz+A5xXOnvlsqD6Lf/QjwBnxNc4a02YwzBeuIdyBosWDDT7RKcn1MRYA+/V8ImAv9Rcb5VP53ufoQ8AB8S0+PMFiwYz5fDzCjCF7SLCbojOm514zZ3HViYLIZVxmD4h8B0rtWtFXkEn4tTv22thPe2SawVeDs8TTz/NqoyhLqDGoC7wervt3lNCxKMY/fIc+BLuJXgn9G20pyuVuA1sJF4vt7GjHx8nZnT7XAXzIXnoK4FCcbLVHAqLW+DWF8v78Aq2EY8v7zGDK2+EmfBI3AtTAPNTU1dCxXs/a6ht+t6bM4FNykvw/0IdYSrDLHu8iyeQ7Cg6mLKQahgd0pbSOJwit/cl6Np6p+BrxGn6hNUp1z3m/tOWAH+DrIgwSTQcBcTFLnOzcRwSjZ6j/vdvQyCxRrSanu0mWvZqp3LjkbBuYTGnSac4CxreCQqJPFD+r/bhq+dtOSyCO7DyWzIcm9avKLXXb+FcskiYjlBfB0lP9KLJp+nv6N7ZL+cp7N9sgg+L6/zMvabcEWrK7iM07CZOXVHuJlPs4y+rNJ74JkyJpczp62N+vWOfpw0uqWzrnXXcGeN53g13REe/0w660x3hDtrPMer+Q9LNCcV91c+jgAAAABJRU5ErkJggg==')}.x-tab .x-button-icon.add,.x-button .x-button-icon.x-icon-mask.add{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAABqUlEQVRoBe2awWnDUBBE843B4NxcQSAFOC4lJeTkoxtJDykgvRhcgCFNJCFgIs+ChEHSJX93YT6ZD4ssmR3NztNFH5Wu6+6iVynlEZpbp+4J3s5OjWm7DRxZuMMCdUB9oyzNmrJe01hEejMtM5exIh6bCI3JbFkDT27EckEDs5DI8iHCWcmy6IowC4ksHyKclSyLrgizkMjyIcJZybLoijALiSwfIpyVLItuOGFso/xiuEvAgJdeK0DqJrHEhtsTTh9ul9y/ChR2KE+Y1ruDt2ccI7d6PszcK+oFFblWELt3Cn6i/8epMW5/W+LKGrUZ/0NwboF5QxuPsfY8dmOxJs41cBOYHCZF2BFeE60i3AQmh0kRdoTXRKsIN4HJYVKEHeE10frvCNvr4RH1HojH3rGHr3hqA7VdkxPKvuKJ3AA4hn7BM3xxA5N71Fdv1gz/tax3P+hFHmsJwM/8wraMadqOh5GuXda76rVqNWb7wgeevQvRRQ1MBCPFiginxEokKsJEMFKsiHBKrESiIkwEI8WKCKfESiQqwkQwUqyIcEqsRKIiTAQjxcoVrP83/9czD9EAAAAASUVORK5CYII=')}.x-tab .x-button-icon.arrow_down,.x-button .x-button-icon.x-icon-mask.arrow_down{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGRTdGMTE3NDA3MjA2ODExOTJDQUMyNUQwRUE4NjdEQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxQTFBMDFDQ0I5NEYxMURGQUU1RjlGMEFERUNDQTVEMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyMkRCMDIxMkI5NEUxMURGQUU1RjlGMEFERUNDQTVEMCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjMwRTE0QzVBNDIyMjY4MTFCQ0ZCOTAzOTcwNzcyRkVCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZFN0YxMTc0MDcyMDY4MTE5MkNBQzI1RDBFQTg2N0RCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+HfrH/AAAAeVJREFUeNrs2cFHBGEUAPA3zYqIiIhOnTpFRHSKrp26RqeuEV077R/QqWtE166dOkVERHRa9hQRnZalFcv0Hk/W1Mx+38z3vvlm5j3eZW+/9+abne+9KEkSaFPMQMtCwQpWsIIVrGAFK1jBClawgo2ik/4hiqJGwLKuvfpIc5xSkWqYr5hzU1s/mRNxXTPsJ+ZqluvXlwOmSj3XBDvG3M1rpAmYYoUrFzr4ZNqTawqm2MH8Dhh7ZXJUbcAUx4FinzBnJcAUl4FhP/jIgRSYKvkYCJaO2LbNv08RMMUy5nsA4COTLy0XYIqtil9iF6aflq7AwBWuAvuQ9ZKSBgNX2ieWjtKSzeXBNZgqfe8J+4W5aXtbcg0GrvibB/BhkeuhBJhigzsghT0veh+WAlMcCGHvMOMQwcCdcIntYy6WmXhIg2PuiAvsEHO97IhHGgzckb4D8L6LmZYPMHBnhiWwXVdDPF9g4A4Vwd66nFr6BAN3ygbbw1yoMzjmjplgB5hrrufSvsHAHesZDOD2JAbxVYCBOzfIAZ9JbR6qAgN3cPwP9kZy1VIlGLiTdluCmoOBO/pnS9Bk8DzmS3pL4BMcpZEe1qX0GI/atC4dQYXRMa1MU0IX4gpWsIIVrGAFK1jBCnYUPwIMAPUPAyFL+nRdAAAAAElFTkSuQmCC')}.x-tab .x-button-icon.arrow_left,.x-button .x-button-icon.x-icon-mask.arrow_left{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGRTdGMTE3NDA3MjA2ODExOTJDQUMyNUQwRUE4NjdEQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGMDZEQTFBREFDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGMDZEQTFBQ0FDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFGQzJEMjQxRjIyMDY4MTE4QTZEQzUxMDg5Q0Y0RTRFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZFN0YxMTc0MDcyMDY4MTE5MkNBQzI1RDBFQTg2N0RCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+FXGmxAAAAghJREFUeNrsm09ERFEUxt+rxBAxqyFm1SqiRYpMSpFapUVaRGpTRIpIbWLaFJEoRZtilChRWiRKsyklilYRERERERGZvsN57Wfmvnnnznkfv+WM+bn3e/ePN24mk3E0pcRRllC42FOWy4dc1w30R+fz3LFthEs1TelZ0KlBuAIcgmRgHS5gqlm2RsNTmqbvrUlZycLT4BhUiliWfEwEbII+UeuwT4nzqNZq2Gm1gTu/ZaUIj4NTEBW7tTTY1zUwKH4vbaive6BBw2kpAa6DkA1CeBicgZhVx8McUg5WWNi+83CWiXFfE9ZeAGQR6ukBqJKyu/Gzw7TcXEiS9UuYbiWWeU8ckXYqMT2lozyFW6SeOU0K1/FhPS75RsHUlKbj3KV0WRPC1Nd5sCuxr6anNPV12zFwk2jLCCdtk81XeAIsahL+BVOgH3xrEPayA5rAixZhyj2oB2ktwpR30A5WtQh7vR4DQ+BHg7CXLdAMXrUIU26411dahClvoBVsaBF2uMsjYFRCrwt5a7kOOnjUVQg7vE43cr9VCDu8I6Nep7QIO7z3HgCTvHYXvbCXJe71hxZhyjmv1w9ahCnP/DDb1yLs9boXzGgR9rIAusCnFmHKCff6UYsw5Ymlj7QIU75AN5gz9YVuLu8eB/S+dA+v1+l83pe2Sfg/BRe2OeGfPELhUDgUtip/AgwAw4tbozZtKFwAAAAASUVORK5CYII=')}.x-tab .x-button-icon.arrow_right,.x-button .x-button-icon.x-icon-mask.arrow_right{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGRTdGMTE3NDA3MjA2ODExOTJDQUMyNUQwRUE4NjdEQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGMDZEQTFCMUFDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGMDZEQTFCMEFDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFGQzJEMjQxRjIyMDY4MTE4QTZEQzUxMDg5Q0Y0RTRFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZFN0YxMTc0MDcyMDY4MTE5MkNBQzI1RDBFQTg2N0RCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+xvZexwAAAhhJREFUeNrsm8FHRFEUxu9rxhARsxqiVauYXWoTpTYtUkRqlWkz0WaiTW2iNi3atGhTm4k2E5GYSJRaZcZQtIqIISIiYhgyfZdv/oF59913X+cdfst5733u+c495743XqvVUpKiSwmLWPB/j2QnP/I8L9SH9lN3/KxwQlpKT4FtaR7eAhegR1LRmgEVMCCpSg+CGtNczLbUC8pgQ9I+rCv3LiiBbkmNxwJ93S+p08qCRzAhqbVMg2tQkNRLa1/vg6ILvrY5POTAXdi+tj0tDbOYjUoaDzPgBuQlzcMpcEhSkg4A8lztjBTBin6u0d8iBOvoYwXPSRGsuEcXuWcnJAhuR4G+TksRrGOMfXhWimDFjqzCyUuE4LavS5yxExIEt0OfopRN+DpKbx6MHAtHSfAeWPN7kWQEhDbAMjg1cTHXBdfBLHiSUKXvwZBJsS4LPgCT4NP0hV1L6SZYAcdB3cAlwe9gDlQlTEsP9Gs16Bu5IPgIjIOP/34AoP26Ss82bd00LA/r1Vzk1mM1whCsfTrPpsJ62E7pE/q1HpaPbAn+Betgib1xaGEjpb+Ywrcu7H9BC35m8//mSncTZEqfgRGXxAYpeJNp3FCOhemU/ub+euXqzGlS8AuYBq8unyiYSulLNv9OizUleIcr+6MiEF4n3x7ze2n9OkSfE5/bfmg/30v7ERxaWBcc5Yj/5BELjgXHgiMVfwIMAGPkXbHq6ClAAAAAAElFTkSuQmCC')}.x-tab .x-button-icon.arrow_up,.x-button .x-button-icon.x-icon-mask.arrow_up{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGRTdGMTE3NDA3MjA2ODExOTJDQUMyNUQwRUE4NjdEQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDQUZBQUM3NEFDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDQUZBQUM3M0FDOTMxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFGQzJEMjQxRjIyMDY4MTE4QTZEQzUxMDg5Q0Y0RTRFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZFN0YxMTc0MDcyMDY4MTE5MkNBQzI1RDBFQTg2N0RCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+ar3jxgAAAbFJREFUeNrs2j9ExGEcx/H71YmmpoiIaIq4KSKi6dabbo1oiqamm1qboimiNZpuuikiIqLppiPipqYjIuLp+/D95vy6X/frfr/n730e3sst53XP9x7u+V2ilKpM05qpTNkCGGCAAQYYYIABBhhggAEGeNSqpl9IkiQKWNbvfBc7PDdNIz1PPVK7Trd+OMPrRr8l9Uat2nT9+CyCW4yVnnnHowTXqa8UWHcdI3iNGozASscxgReo7h9YxTtfjwXcHoOVBjwJQYNPcmKlLk9EkODGP7FSO0TwOvU+IVjxZAQD1iPZK4CVGiGAZ6lOCVjFE7LhO/i0JKzUK3KImQY3S8ZKHZ4cr8A16sMQWPHkeANepF4MYqWmD2A9arcWsIonqOYafGYJK73yRDkB71nGSnd5r4jKBG9Sn47AunOb4CWq7xAr7dsA61G69wCreMK2TIMvPMFKfZ44I+ADz7DSQ9YhVgS87fiQGtdlmeBlvkNWnndYBljfGT8FgJVDbKco+CoQrBp6mrEyKfgoMOyvpxlZ4CT9vcXj0shWNe8nE8vCfzwABhhggAEGGGCATa1vAQYAZekAmr8OukgAAAAASUVORK5CYII=')}.x-tab .x-button-icon.compose,.x-button .x-button-icon.x-icon-mask.compose{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.delete,.x-button .x-button-icon.x-icon-mask.delete{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.organize,.x-button .x-button-icon.x-icon-mask.organize{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAEdUlEQVRoBe2aS2xMURjHjbbqUaLoI7RChQUiGo9YaEqkoolIkCASSki68dixsLIVYmHbkJA03UgkFRI2QgRBKl4RgtJFK0jUI+o5fv/p68ztmUlHzpzO9PZLfjP3fOfcO9//fOeee+69E4lGo6PCZKPDJFZaQyc4N1mGI5FIMfUVkAfZMPaVwE54yqn6i+8BllQwravgAEyEv5DppsQ8gYPw3hqsJi0bNJ4El0GZzSa6iHcbjLbpsp7DDGX5V8ByyDbLJ+CdUGQLPNGQnkzj3TDFspN68BNkwhDPIY5poG/T1lBYR+LOkuW4uSeR4KXssN48grF9h20NdeukYLRL96Y6vAD2wCwwbQyFvXARPpoVA85fKnXiN4HtvP2Gf0tPG3XWUKNYT4E6PxjvD3x1EDHPZZvgxTTSDBc8gMrKbql5gKHeJh7NM6/AFu91/EVmjHGTFmN+HA3qYSoE7SuO8+zcEawY4vJdfr8Z/ljiqMS3AV2RvjpTPc7V0A623rqJv8RsnynbxDUXXieJuy/LfRmmEzSd7wKtroL2Hcc5BL4LVmRCmbheEIfmHduVQ1muQV/3BN2bJZyqaANbdm/jL+xtm4nfxKcsP08Q/zX8MxV3TDXqx+PYBGUQNHVAI9AsYrsuB9sPVflDT5xH+O7OZn8kK9msJf6G3ooFOOr66+O2NOVL6A7oP/njmmREQcN5LGhy1cLJtBwK++FSLqrVSGvPcrCZGu8DZTqTBSs+zUkarTZTUrerYh50gHYY7rSpRxZCCYTByvouS2FQK42hE9w7S/tKsOaIt/AGfoMWO3OgFLyYb8FaGByHl6C1r27jlsAh8HaN14LD1+x8jN/KNVdqlAvhgq8YfJ/DLYjVUDatk8J905HObd+Cf1rEaHTp5sSL+RacaKWWyO+8E3wLdi4g1QOOCE61x7Kt/UiGsy1jqcY7kuFUeyzF9ok6WA8ZvJjLtbQWEI/hXpLIW4N1rLyiPHV5hP9MsM4or2V7hlH+702XghWE3gAcTRKN3mjY7AZOdZbNCnAug4wTrNXSItCrmmYSZ3tGTNVAo+1nvCLOyLyeT9WC7WlqXNtUCq7vlpTlGkQMeG+Vio9j6NbxMOjtn8u7udjzaJcH1H3uLViVikCzLftqEtsKbeAyNh3LuWAdVM+yr8JsU8hgt9mvGh6ATousEKwgdcvXCMWDFap2mOYBTWK6b3YtNvYDrs9hM0i9BTgB+YMRTbvp0AS6bzaP43I7LUPaDFBvHPVmIy+ZaOp1+TkJX8Dc3/V22gUrYF1jN4L1r0T4NSPXg+sZ2dZZXgRr5m6BymCW8en6rc54BrYAXfu8CFbQmoQ0c1eYoilXw0NQp7gWZzueN8H68S44DbG/IPA9H66AL7FR12tpYk9qetOwGfSaVjcMNVAFie6iqHJv6bws2YaUfLpctYP+S5WoTVr8vjOMvphN4FN4N69Dybs6yw+OCLZ0yrByhS7DmrRaoQE0Kw5707JOf/UvH/ZKewTG/kscFrHSGbpzOHSC/wHSRhVOrpN3ggAAAABJRU5ErkJggg==')}.x-tab .x-button-icon.refresh,.x-button .x-button-icon.x-icon-mask.refresh{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.reply,.x-button .x-button-icon.x-icon-mask.reply{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAES0lEQVRoBe2ZSWgUQRSGM24YTdSo4AYRTcxBEZJDJCoigrtGg6CIgihqogfRgEERguhB40UP6kHw4kEET4J4E9wPAdeg4ALigjuKcSMuMX7/mAmdSU/SXdM9PTPpBx/T3al67/31urq6K5G2trac3mR9epNYaQ0FZ3vFwwqHFc6yEQhv6SwraBc5YYW7DEmWXUhZhSORSC7UwKIgxzAlghE5CZFHoAEKgxTcz8/gCI3gfzHsh6l+xnLq2zfBaC0miXpYDvmgu+kXBGqeC0aohK2D7TAF+kPamKeCETseZdugGgZDSp4RxHFsnghGqKo4H/aB5uoASEtLWjBiZ6KsFlaAHlJpbUkJRmwl6rTcFKW1SktyRoIROhofdbARhlr8OTkMdBPNlWCE6iG0AA5AqRN1Nm1cxbTpn9Qlx8ERO4pIG0Br6yDDqH3pV4kvPdRewCd4C+/ZPdWx7xZxsk1LgqvIZDeUeZzRT/xJ8Dt4BQ/gGjSSVzO/3psEJ4JoY+A4fATNvVTwhjh34RSshMGJ8jO5biuWIJqrc6AJ/kIqhNrF+EFs3fqHYRoMMxFp7dNFME5Hwi5QMLskgrqmgb8M+hgZYRXh5riTYBxpFM9CUKKcxlWOSyHPjVi1jQqmYy7shQ/gNGjQ7f6Q6yWY7UY07XNK4CK0QtAiTOK/J29tLOQ7EU67nIGgtfU1mARMhz6a3zegtCfRHXOYxhXtndJBgGkOT9FQ1Z3oDsFqhBXAFngJpkGD7veN3NclEt1JcKwRHaaD3niCTt40vh6+q2N6rL+2gtUA03p8FL6AaeAg++ntsNwqNqor/kL8OZ2WgF71vEpeq8FvC36uDveJM8qqyenHwzg67oE1MAxMTeLOQyNod0SDqO2hCaDVIma6u3R9OAxq/9WxW9PT+wRsQ7RiE7Gbj4f4v9F8Fujxb1ptfR2tj/cbf04bfbbqZWgsFEM5LITNcBLc3HF6iM2IxXAlWJ0wJXEQfoFb4RJcEwtu8kv/PCiEGdAAevFQJbvL5Rh/j351uRbcLloVmA83ewgUn0TSgq2DRGzloVt9E9yDFoiPqfOvUBHN3erA7TFOtG6fBqdfVp4KtuZLDqr8DrgDdqIPcb2/UYXjAmmu1cLDBIGswX0THMuJHIrgDGglsMZu4nxI0oItgcbjUHP7MyRaanwXrHywvlAFj8E6v+dqZ8MTI9BzHO2DtaC9KY1wIEYurXCO4JrbjyA6CvzO80wwznS3tMAFDpfBKdArnkY4ECOXqwTWUqZvA1mJp4L/+4wKf8ZxDeyE26AlLBBD9HUC14GWr8mezWEc2/oiiNZM/TumGbRLkdQ6nChOT9eJWw3ffakwjjuMRF5wUg9b4QnE5hOHKTVNsSuO3qW9SosN/Yn4KmAQbnnl040f4pelVLCb5Pxq6/st7Vfipn5DwaYjlyn9wgpnSqVM8wwrbDpymdIvrHCmVMo0z15X4X9rh8wHLEjawQAAAABJRU5ErkJggg==')}.x-tab .x-button-icon.search,.x-button .x-button-icon.x-icon-mask.search{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.settings,.x-button .x-button-icon.x-icon-mask.settings{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.star,.x-button .x-button-icon.x-icon-mask.star{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFfUlEQVRoBd2aXahVRRTHz/Ujv+2mZRGZB7W6mtpFikC7+UWUZiqBD0JPFdRL1EMFPfjoU4baS0FUD/UWZBEVShA+BCpmWApRSkgllNpDmZWZt9//eOay72afvWfWOTPn3rvgz8yeWbPW+s/XmT379AwODtZSSQ+CryVgA/gVfIx/pelEhFMBVlvBOaBeFo6Cean8y09KsnMg932TqCOs9M2UhMfhMJVsxtHcAmcbmekLCsqjFKUkvAYG1xSwmEHZqoLyKEVJCDOCNxH9HUCbVl6mULAuXxjrOQlhgl8Bbi0h0Uen3FBS37GqVIQHiHh2SdR16jTlo0t0woycpuxiUDSdHcFeMv3uIWYanTDB3wIWVZBQHP10zuQKvbarUxDWT1HRz1E++Ds99fLtgp6jEmbExhPNcs+IbkZPiCpRCRP5TPCQJ4MJ6A3QSUqjSWzC2ozuC4j+fnSnB+gHq8YmvJKIJgVEpRPX9QH6waqxCa8PjEhHT981H2j6qno0wqzF63BhOUxsom3Zb7aJqGsUjTAONFJlpysXQz7VuXpavrBTzzEJaz1adlzNjHs6RTBvJyZhjZTF/kTaWZZCnlvhsyWgQkPZQpagzsX1bFlAXjGtDdAPUu1p3PPQhCCXkdwG/mta0PWLds060AuAnqtEOjpdbQR3VymX1P9F3UfgGJA9X9F92c/ADaQ2P8V0DJ4/kDbeYKaSvgI2AN0+OGJK1VAbSIhTOXEOybYll2kte77yD4rqrHyb85S9Cl4HtReAyI11/A7HpRq5PSD6oR0f3Rad+H7S1DvV7UgS+tc1cU3n3V/AWJ/SX8BxVuMinow2rNNjlPQVeH0GFg378kDBfLAPXARjZbTPwmUXmOG+bgz71EKFfqKeAUWfREZbJxyCxyOOqEuHER4qrNUWovwy0CFktBHV4eNZMNvxyaaFhKWAaBt/HJwEo4W0luSKLMF8viVhp4iBeeBd8CcYqcQ1qi+CKS7uVmklYdcQY0+C42Ckkf6EmO51cVal3oRlCFkCdKgfCWtbo7obDO3AVWQbHHyUsjo40E6uq9cvQbdG+wN892fj8s0HjXDWKA51/t4JUo72H/jTDtybjSUkbyYsJ0gdfAtSjfTn+JoWQjCv2+57a4M1QaQSvZvrMsIs7RJejGcdUlLJUhzpZsYsZsJcCen6ZwCE3IaYA2021OfUdU3fJltmwni7Fvh+KDMF16KR3ux0lWuSdgjPxeNdJq/tNdKNqJaSSUyEmVK6JNPomtqbIh3eSKNsEmvAarfJ5LEzjbbR59MtpqyEb8eZjpndkhtxvNri3Er4YZxpx+yW6Jdhi8V5MOHm+n0QZ9afo0u0fQO8A5S3iPaQ1cTSG9w4f/SqesZBH/gRWI6T+gyyxfkgvw2cMdrS+/lTzpZvGnyWxsnTwHLRd4R2a/OBqQyoztKBe/P2qp6DCBOUptKHhuA+pU1fq2Co0/F0L9CVaghxXTbWW9ktKg8lrFfCrwODeh/9wgu1bEDo6OT2Fvgb+JLWq+nQEsnaa5UPJbwKBxc8A9KXPG1O3u+u6E4F24GvD3XMDjCxFcF8uTdhjGpHfwn49L42lCeAdyDZwGi3HpwAPr6+Q29htn1ZPoSwfuz3ewShXVcBNz62lzkvq6O9DjZHgQ9p72kdQljvob9VBPAN9Q+UEQmpw5b+Sf8e0FotI/4a9ZN8bIcQXlnh9AD1y3ychuhgU0tpJyhb14epn+ljN+Sk9S9G1ct50d8SdgF9x9EO3lHB5hXwPEYfA8dbGD9LuWZBtfj0inSQWUDTKzu1dAB5Dkz2tdOOHn70LvwVyMag/FYwzse295Rukq5j+G1wEOib66PAy5FPMD46+NPmqTV7CpwGGvkJPm2l8z8GWDNDloqpGQAAAABJRU5ErkJggg==')}.x-tab .x-button-icon.trash,.x-button .x-button-icon.x-icon-mask.trash{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFBElEQVRoBe2aS4gdRRRA8+L/m0QIJkYNLlQUNOAvigpRcCEIcSsiCLoLLoILcaM7QVBX4koRshDxt9CFKCoiuvGDCP5QkxCiJhInRo2Ovzie80gPNWX1dL3uesM09IUz3V1169a9daur+031aG5ubkUpGY1GK7G1Dq4Cz9vKiIY74Sv8+72tkWQ7Ay4Bxo+Hu2E3/AuOZBf+ov2TsL6Ef5WNUsGazXvgEHQJMm77N/aeg3Mrh7seOweMM2bWYH+B2OES1/9g9w0oEnSngHHCYO+FGSgRXJ0NM/0idA565BRpKyxSt9J2B5xWY+Mw5Udq6uqKT6XimESlmX4d7sTnA4n6rKJjs7QSSgTrSno7nJyodtFyGr4AP4G6TeLIHweb4A44C0LR1xtgCzwP7aTtIkBvLlSfQjwNZyl7FNa0sU077V4DX0Js25X7cRjPzDb2Nd5FnK7xPbGXskdwxsxOLLRzdnwIj8GvkQFnypqobKLLrgGnOjMzP6cqJijzfn0NXPljmXRNWNC+dcBHM7HA2NELp10nwbaz5iC4OsdidTyrYp3a68ZFi7XJFfNsOBGcUmFnPpbiBWkVZefT7g+OXcTF0EUsFPtaje0Lw0LOzfoM49B4Gy36WMKwK+WDcC2cAmGwXK7YAAYdym9c+NiIdUOdnHODc6DjpPioix9LBvwtPE3QOzjWi7MjBS0M8CGY1huUA1ISg/4cNqXiqcqSwVqJ3AQ/QEmnpm3LR+IzsLYKMD4mA6bBOfAKuFpO28nS9v0Bcxckn9V1Ad9Pg2m/H5cONLT3Mf5fFGfX63hBQG8s7/LXxcdV0nvjMtgKp0MojuaroM60xYB8Z78ZTog6c515B1ylXey+ARe3/0tqFNCy0RjrkdvgOwhH0TeiB2A1uMBNGx9Ta+FZiP34mrIrQR39cECSUzqZYYIcR0mjJtmFwmHUvdenLjwmnUl7Eh05+LP40fjvoGTACYN1Rc6CecGhM7lw2lt+AA7Fg4fOespXgYO0j3pvnXmh3rY+/52+vrXtRSd841rQJ/WV1JVX9eNj14DnjeHnJVw8DBeAnX8A2ynfXwXN+cWUPQUOjNl6i7Jt1I9nCOe+1V0NT4AB/wkvw31QRIoFjDfnwRXgfVbJGZzsry44boTNUGVjlvOToPpV5FvbjXApKE7VLZ6UkpWlDGHH+96pV93/4TSsujGA8MeF51Xw6njuO3soKTth/UTnJQOeqONFlKsBW0SlfdVyDLh9NBkth4AzBqnXKkOGe52+DOeHDGcMUq9Vhgz3On0Zzg8ZzhikXqsMGe51+jKcHzKcMUi9Vhky3Ov0ZTg/ZDhjkHqtMmS41+nLcH7IcMYg9VplOWY4/Md88cEtHbDOVg5Xx9jpsM9Yx52JeAcw1ontTXRdcm9pFz3vBveHdNJN6YPVRhrnivtMlruZ5g7DFxBuXLut8j7sA/d43Yr5CIpJsYAJ7DN2/27Bsw1gwAb3I8wLOp+g4w6+nw/6HddOyszqWDg/Qv2bXFwH4+1SyhyUYtI1YLc85wXn/ORAagWdPVRKUqh3AJwtdTLeWq2rbCoP76cm3bjeLG6ELjZim03XJujyJqXF6rtmeDvGNzMN/ajEAZi2rKOD67t00jVgN7+3dnFgqdsu5XRc6tiS/eUGvBTTNengBIVZPuYG7LcYPjdluYk++bTw++pGyQ34bSy9B35Vs5zEYGfgJfg+x7H/ADoy2VfnrtXoAAAAAElFTkSuQmCC')}.x-tab .x-button-icon.maps,.x-button .x-button-icon.x-icon-mask.maps{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAADl0lEQVRoBe2b24tNURzHjfutXEPycDAltwhJbuMSJUqSB/HiES/+AK9ePc6T8uCFkImQW5KGkdwSxYyMGkZu45bbDOPzyZyTrJnjnDkGrVm/+szas2bv397f33ftPS+/Vdba2toj5igj0NcfRkG/3qWIJdcIrs/AO6gDq7cKPkOjUNAmxr8ePJsix8NUWAvLoapowSQawIUzYCZUwAqohF3QAjtgGTyCy5x/nfEu1MNDCmAxuiS4Vy8ST4DZMB9WwiTIRUGC26q1gKtWwyyYBsPB5aLIL5CNTxzotDeWTeA5DUKuO4xXoQbxHpcUbSIzJFkDi0EzdLYnBNGuYJJ4ch+YAhvB5TAORsKvib4x97vwPpk2FjJuhibu85zxAlyCangBLRQib06u68t5vk4uVYVqgO+oqy9v5ASTRLd0LQNLYB24bAfBnw5zikX0HtuhGW5ANY9ylvEBvIY3FOArcz7rWHCpboBFMAxyGjguKIZy1jzYCqfAD5BLslB8J3dCP/AdOgo+fKHXd3Sebh+EctCMieBK6Oj8QuYrXZ7roQr88PiSD4b/IVyyfhB9jQy/uppTUijYhANLytJ1F/sxzL7POpg97vQdFfwVTNYtQsHdKpLg2O1ODieHI6tAWtKRGRrISQ4HJYlsIjkcmaGBnORwUJLIJpLDkRkayEkOByWJbCI5HJmhgZzkcFCSyCaSw5EZGshJDgcliWwiORyZoYGc5HBQksgmksORGRrISQ4HJYlsIjkcmaGBnORwUJLIJpLDkRkayEkOByWJbKLbOVx0r3E7httIbttwNvzddt//JWxIfQynYX8pgu2TbgBbjw9Ds53sNHJv49gOehu5bUe2DfjXojDVpWG/9iu4CEegBp7xfO+LFfyGC5+AiQ7BFXj/c8s+xw+Z24PwvYwKnQxLoQLccGEB7Hsu9t5ckjcU2QjuozgA5+Apz9PCmItCbvqWs2vhJpwBl8ZrEuVtOebPtiWLbf2ymyL0ZVT8XJgDbgHIgFsPOhPmr4d7oAnHue9txg6jI8EfueIaHIOrcAuafieSc/IG19vw7TYD6UEBbE4vhwxMB7cizIYhYPT6MeR+WjBFPoCToEgF1hb6bD8LNpHLwT0L56EOGkhUchc6edoNcruvQWoQ7/6GMTAa3E2zACxGNjRhH9wHV4zP9oGxqCjj7C0wA06Ay/YliRT/T4MCuGnEfQ4feJ5mfvdfaG+OXSWdju+VpAoIK3D9tAAAAABJRU5ErkJggg==')}.x-tab .x-button-icon.locate,.x-button .x-button-icon.x-icon-mask.locate{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.home,.x-button .x-button-icon.x-icon-mask.home{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAEK0lEQVRoBe2Zy28NURzHe/vwqEepYkFIQzxWaCOC2HhELEgQImhXIrqyIEXikVQi+gdIwx9AItg1NiJELMSGhKQbobY2VY9Srfp8m5lmTO/cOXN7Zu656f0ln8zMnTNnft/z+505j5sbGxurmk5WPZ3ESuu0E1xbigjncrka3jsbftClIvsU5RZ65aLK5Lj/C75SzSjHWCuJYLxqhPXwBgYhylq4sRaixChDP8EzGIJ4UwNnCR6tgFswANegKer93LsLim4herm/JKqO8O+ZRdhL42acOwunYAacg2Hu3ePYj3Ph1A1fU2ySmZSZeCiTjxaC1LAboRs6QGJl8+AKXIU1kLqlHmHEqlFboQv2gD40QdPHqx3qKdtJkD8Hb9o+TzXCXmT1cboB+cT6evTVPgIXeWYl6DoVSy3COF2Hx0rjTthp4L0a/4xXrofn33OeqH8avKMqFcE4O4uXb4ULsNfEEa+M0v00LIIuCKc/P03NrAtGrD5Iiuh10Dia1JTOR0EZsjjpw3HlrQpGbD0v3AzFig36e4CLkeAPNs6tCUbsHBxS+mpsLSayYT2KtLBqVgQjdgFe7QP1u9VWPbRc2ZQFe2LV5zSBWG7ZP+vVTUkwYhvx6DicB+fFqvWKFuyJ1QxJ00It48rCNNgnNi+N23hQaVw2YiU0cYQRq9Q9CJdBKV1q02zMeEaWSDBil1L5JTgBDeCCzcUJ8cXImfACOeqayjbBffgDfqu6cPyJP3dgVZTvwd9jdzuoSFmgicRDGAYXRIZ9+I5fPbA6KC7feUHBVKD5rJZ1EutaZMOiv+HjbWjJJ9T/LVIwDyqyh+ApuC7WFy/RCk4r5HyRwWNewRSW2N3wGv6CX2E5HBWcB9AaFOqfTxJMQa1lNewosqNQDiLDPmqv+hFsgzpfrI7/CeamVjwnQZEtV7G+eEX6MeyHGl/0hGB+1MJdYt+B/1C5H9UdX8J2qJ6IMBfz4Ri8hXIXGfZfmdoLWr5W1zJ7ktg2aId18BuiTHNvDVUumQSNxDikLSdtBzdok0yCD8MyiLNmCqhxXBL9An+egNI3yqRT9z+O92FO/O2UuOMuymoqF06bUl53489MQw21Gm8lWmkRa6R/oVaMfT6lAmrsUVMNRa2HU3I8k2orgjNp5hK+ZLwPp/x+fR+0ONfMp9BfJ+qLmulpyze1zMtC8AACbkI/xAneQZkO0JiZimUheAjPn0MfxAnWVo3RiEG5oiwLwXJsmGFDK5iCxrCnGZNSOzVLra+EPDZ9T6EMCFVZ3KWpI8XV7uBTFcEOBsWqS5UIW21OByurRNjBoFh1qRJhq83pYGWVCDsYFKsuVSJstTkdrGz8L0VTv1i+NVF2CyTJDC0LX7E8HIx7D/Vrb3wDaLvY1D5QsI/6jXZUEwk29cDlckki5bIOY9+mneB/GfbU3e4Ey5kAAAAASUVORK5CYII=')}.x-button.x-button-action,.x-toolbar .x-button.x-button-action,.x-button.x-button-action-round,.x-toolbar .x-button.x-button-action-round,.x-button.x-button-action-small,.x-toolbar .x-button.x-button-action-small{border:0.1em solid #010509;border-top-color:#021022;color:white;text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0;-webkit-box-shadow:rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-button.x-button-action.x-button-back:before,.x-button.x-button-action.x-button-forward:before,.x-toolbar .x-button.x-button-action.x-button-back:before,.x-toolbar .x-button.x-button-action.x-button-forward:before,.x-button.x-button-action-round.x-button-back:before,.x-button.x-button-action-round.x-button-forward:before,.x-toolbar .x-button.x-button-action-round.x-button-back:before,.x-toolbar .x-button.x-button-action-round.x-button-forward:before,.x-button.x-button-action-small.x-button-back:before,.x-button.x-button-action-small.x-button-forward:before,.x-toolbar .x-button.x-button-action-small.x-button-back:before,.x-toolbar .x-button.x-button-action-small.x-button-forward:before{background:#010509}.x-button.x-button-action,.x-button.x-button-action.x-button-back:after,.x-button.x-button-action.x-button-forward:after,.x-toolbar .x-button.x-button-action,.x-toolbar .x-button.x-button-action.x-button-back:after,.x-toolbar .x-button.x-button-action.x-button-forward:after,.x-button.x-button-action-round,.x-button.x-button-action-round.x-button-back:after,.x-button.x-button-action-round.x-button-forward:after,.x-toolbar .x-button.x-button-action-round,.x-toolbar .x-button.x-button-action-round.x-button-back:after,.x-toolbar .x-button.x-button-action-round.x-button-forward:after,.x-button.x-button-action-small,.x-button.x-button-action-small.x-button-back:after,.x-button.x-button-action-small.x-button-forward:after,.x-toolbar .x-button.x-button-action-small,.x-toolbar .x-button.x-button-action-small.x-button-back:after,.x-toolbar .x-button.x-button-action-small.x-button-forward:after{background-color:#06346a;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #167bf3), color-stop(2%, #07448c), color-stop(100%, #042348));background-image:-webkit-linear-gradient(#167bf3,#07448c 2%,#042348);background-image:linear-gradient(#167bf3,#07448c 2%,#042348)}.x-button.x-button-action .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-action .x-button-icon.x-icon-mask,.x-button.x-button-action-round .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-action-round .x-button-icon.x-icon-mask,.x-button.x-button-action-small .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-action-small .x-button-icon.x-icon-mask{background-color:white;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(2%, #ffffff), color-stop(100%, #ddecfd));background-image:-webkit-linear-gradient(#ffffff,#ffffff 2%,#ddecfd);background-image:linear-gradient(#ffffff,#ffffff 2%,#ddecfd)}.x-button.x-button-action.x-button-pressed,.x-button.x-button-action.x-button-active,.x-toolbar .x-button.x-button-action.x-button-pressed,.x-toolbar .x-button.x-button-action.x-button-active,.x-button.x-button-action-round.x-button-pressed,.x-button.x-button-action-round.x-button-active,.x-toolbar .x-button.x-button-action-round.x-button-pressed,.x-toolbar .x-button.x-button-action-round.x-button-active,.x-button.x-button-action-small.x-button-pressed,.x-button.x-button-action-small.x-button-active,.x-toolbar .x-button.x-button-action-small.x-button-pressed,.x-toolbar .x-button.x-button-action-small.x-button-active{-webkit-box-shadow:inset #011023 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-button.x-button-action.x-button-pressed,.x-button.x-button-action.x-button-pressed:after,.x-button.x-button-action.x-button-active,.x-button.x-button-action.x-button-active:after,.x-toolbar .x-button.x-button-action.x-button-pressed,.x-toolbar .x-button.x-button-action.x-button-pressed:after,.x-toolbar .x-button.x-button-action.x-button-active,.x-toolbar .x-button.x-button-action.x-button-active:after,.x-button.x-button-action-round.x-button-pressed,.x-button.x-button-action-round.x-button-pressed:after,.x-button.x-button-action-round.x-button-active,.x-button.x-button-action-round.x-button-active:after,.x-toolbar .x-button.x-button-action-round.x-button-pressed,.x-toolbar .x-button.x-button-action-round.x-button-pressed:after,.x-toolbar .x-button.x-button-action-round.x-button-active,.x-toolbar .x-button.x-button-action-round.x-button-active:after,.x-button.x-button-action-small.x-button-pressed,.x-button.x-button-action-small.x-button-pressed:after,.x-button.x-button-action-small.x-button-active,.x-button.x-button-action-small.x-button-active:after,.x-toolbar .x-button.x-button-action-small.x-button-pressed,.x-toolbar .x-button.x-button-action-small.x-button-pressed:after,.x-toolbar .x-button.x-button-action-small.x-button-active,.x-toolbar .x-button.x-button-action-small.x-button-active:after{background-color:#042348;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #010c18), color-stop(10%, #031730), color-stop(65%, #042348), color-stop(100%, #04244b));background-image:-webkit-linear-gradient(#010c18,#031730 10%,#042348 65%,#04244b);background-image:linear-gradient(#010c18,#031730 10%,#042348 65%,#04244b)}.x-button.x-button-confirm,.x-toolbar .x-button.x-button-confirm,.x-button.x-button-confirm-round,.x-toolbar .x-button.x-button-confirm-round,.x-button.x-button-confirm-small,.x-toolbar .x-button.x-button-confirm-small{border:0.1em solid #263501;border-top-color:#374e02;color:white;text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0;-webkit-box-shadow:rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-button.x-button-confirm.x-button-back:before,.x-button.x-button-confirm.x-button-forward:before,.x-toolbar .x-button.x-button-confirm.x-button-back:before,.x-toolbar .x-button.x-button-confirm.x-button-forward:before,.x-button.x-button-confirm-round.x-button-back:before,.x-button.x-button-confirm-round.x-button-forward:before,.x-toolbar .x-button.x-button-confirm-round.x-button-back:before,.x-toolbar .x-button.x-button-confirm-round.x-button-forward:before,.x-button.x-button-confirm-small.x-button-back:before,.x-button.x-button-confirm-small.x-button-forward:before,.x-toolbar .x-button.x-button-confirm-small.x-button-back:before,.x-toolbar .x-button.x-button-confirm-small.x-button-forward:before{background:#263501}.x-button.x-button-confirm,.x-button.x-button-confirm.x-button-back:after,.x-button.x-button-confirm.x-button-forward:after,.x-toolbar .x-button.x-button-confirm,.x-toolbar .x-button.x-button-confirm.x-button-back:after,.x-toolbar .x-button.x-button-confirm.x-button-forward:after,.x-button.x-button-confirm-round,.x-button.x-button-confirm-round.x-button-back:after,.x-button.x-button-confirm-round.x-button-forward:after,.x-toolbar .x-button.x-button-confirm-round,.x-toolbar .x-button.x-button-confirm-round.x-button-back:after,.x-toolbar .x-button.x-button-confirm-round.x-button-forward:after,.x-button.x-button-confirm-small,.x-button.x-button-confirm-small.x-button-back:after,.x-button.x-button-confirm-small.x-button-forward:after,.x-toolbar .x-button.x-button-confirm-small,.x-toolbar .x-button.x-button-confirm-small.x-button-back:after,.x-toolbar .x-button.x-button-confirm-small.x-button-forward:after{background-color:#6c9804;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c2fa3b), color-stop(2%, #85bb05), color-stop(100%, #547503));background-image:-webkit-linear-gradient(#c2fa3b,#85bb05 2%,#547503);background-image:linear-gradient(#c2fa3b,#85bb05 2%,#547503)}.x-button.x-button-confirm .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-confirm .x-button-icon.x-icon-mask,.x-button.x-button-confirm-round .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-confirm-round .x-button-icon.x-icon-mask,.x-button.x-button-confirm-small .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-confirm-small .x-button-icon.x-icon-mask{background-color:white;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(2%, #ffffff), color-stop(100%, #f4fedc));background-image:-webkit-linear-gradient(#ffffff,#ffffff 2%,#f4fedc);background-image:linear-gradient(#ffffff,#ffffff 2%,#f4fedc)}.x-button.x-button-confirm.x-button-pressed,.x-button.x-button-confirm.x-button-active,.x-toolbar .x-button.x-button-confirm.x-button-pressed,.x-toolbar .x-button.x-button-confirm.x-button-active,.x-button.x-button-confirm-round.x-button-pressed,.x-button.x-button-confirm-round.x-button-active,.x-toolbar .x-button.x-button-confirm-round.x-button-pressed,.x-toolbar .x-button.x-button-confirm-round.x-button-active,.x-button.x-button-confirm-small.x-button-pressed,.x-button.x-button-confirm-small.x-button-active,.x-toolbar .x-button.x-button-confirm-small.x-button-pressed,.x-toolbar .x-button.x-button-confirm-small.x-button-active{-webkit-box-shadow:inset #384f00 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-button.x-button-confirm.x-button-pressed,.x-button.x-button-confirm.x-button-pressed:after,.x-button.x-button-confirm.x-button-active,.x-button.x-button-confirm.x-button-active:after,.x-toolbar .x-button.x-button-confirm.x-button-pressed,.x-toolbar .x-button.x-button-confirm.x-button-pressed:after,.x-toolbar .x-button.x-button-confirm.x-button-active,.x-toolbar .x-button.x-button-confirm.x-button-active:after,.x-button.x-button-confirm-round.x-button-pressed,.x-button.x-button-confirm-round.x-button-pressed:after,.x-button.x-button-confirm-round.x-button-active,.x-button.x-button-confirm-round.x-button-active:after,.x-toolbar .x-button.x-button-confirm-round.x-button-pressed,.x-toolbar .x-button.x-button-confirm-round.x-button-pressed:after,.x-toolbar .x-button.x-button-confirm-round.x-button-active,.x-toolbar .x-button.x-button-confirm-round.x-button-active:after,.x-button.x-button-confirm-small.x-button-pressed,.x-button.x-button-confirm-small.x-button-pressed:after,.x-button.x-button-confirm-small.x-button-active,.x-button.x-button-confirm-small.x-button-active:after,.x-toolbar .x-button.x-button-confirm-small.x-button-pressed,.x-toolbar .x-button.x-button-confirm-small.x-button-pressed:after,.x-toolbar .x-button.x-button-confirm-small.x-button-active,.x-toolbar .x-button.x-button-confirm-small.x-button-active:after{background-color:#547503;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #304402), color-stop(10%, #425c02), color-stop(65%, #547503), color-stop(100%, #557803));background-image:-webkit-linear-gradient(#304402,#425c02 10%,#547503 65%,#557803);background-image:linear-gradient(#304402,#425c02 10%,#547503 65%,#557803)}.x-button.x-button-decline,.x-toolbar .x-button.x-button-decline,.x-button.x-button-decline-round,.x-toolbar .x-button.x-button-decline-round,.x-button.x-button-decline-small,.x-toolbar .x-button.x-button-decline-small{border:0.1em solid #630303;border-top-color:#7c0303;color:white;text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0;-webkit-box-shadow:rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-button.x-button-decline.x-button-back:before,.x-button.x-button-decline.x-button-forward:before,.x-toolbar .x-button.x-button-decline.x-button-back:before,.x-toolbar .x-button.x-button-decline.x-button-forward:before,.x-button.x-button-decline-round.x-button-back:before,.x-button.x-button-decline-round.x-button-forward:before,.x-toolbar .x-button.x-button-decline-round.x-button-back:before,.x-toolbar .x-button.x-button-decline-round.x-button-forward:before,.x-button.x-button-decline-small.x-button-back:before,.x-button.x-button-decline-small.x-button-forward:before,.x-toolbar .x-button.x-button-decline-small.x-button-back:before,.x-toolbar .x-button.x-button-decline-small.x-button-forward:before{background:#630303}.x-button.x-button-decline,.x-button.x-button-decline.x-button-back:after,.x-button.x-button-decline.x-button-forward:after,.x-toolbar .x-button.x-button-decline,.x-toolbar .x-button.x-button-decline.x-button-back:after,.x-toolbar .x-button.x-button-decline.x-button-forward:after,.x-button.x-button-decline-round,.x-button.x-button-decline-round.x-button-back:after,.x-button.x-button-decline-round.x-button-forward:after,.x-toolbar .x-button.x-button-decline-round,.x-toolbar .x-button.x-button-decline-round.x-button-back:after,.x-toolbar .x-button.x-button-decline-round.x-button-forward:after,.x-button.x-button-decline-small,.x-button.x-button-decline-small.x-button-back:after,.x-button.x-button-decline-small.x-button-forward:after,.x-toolbar .x-button.x-button-decline-small,.x-toolbar .x-button.x-button-decline-small.x-button-back:after,.x-toolbar .x-button.x-button-decline-small.x-button-forward:after{background-color:#c70505;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fb6a6a), color-stop(2%, #ea0606), color-stop(100%, #a40404));background-image:-webkit-linear-gradient(#fb6a6a,#ea0606 2%,#a40404);background-image:linear-gradient(#fb6a6a,#ea0606 2%,#a40404)}.x-button.x-button-decline .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-decline .x-button-icon.x-icon-mask,.x-button.x-button-decline-round .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-decline-round .x-button-icon.x-icon-mask,.x-button.x-button-decline-small .x-button-icon.x-icon-mask,.x-toolbar .x-button.x-button-decline-small .x-button-icon.x-icon-mask{background-color:white;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(2%, #ffffff), color-stop(100%, #fedcdc));background-image:-webkit-linear-gradient(#ffffff,#ffffff 2%,#fedcdc);background-image:linear-gradient(#ffffff,#ffffff 2%,#fedcdc)}.x-button.x-button-decline.x-button-pressed,.x-button.x-button-decline.x-button-active,.x-toolbar .x-button.x-button-decline.x-button-pressed,.x-toolbar .x-button.x-button-decline.x-button-active,.x-button.x-button-decline-round.x-button-pressed,.x-button.x-button-decline-round.x-button-active,.x-toolbar .x-button.x-button-decline-round.x-button-pressed,.x-toolbar .x-button.x-button-decline-round.x-button-active,.x-button.x-button-decline-small.x-button-pressed,.x-button.x-button-decline-small.x-button-active,.x-toolbar .x-button.x-button-decline-small.x-button-pressed,.x-toolbar .x-button.x-button-decline-small.x-button-active{-webkit-box-shadow:inset maroon 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-button.x-button-decline.x-button-pressed,.x-button.x-button-decline.x-button-pressed:after,.x-button.x-button-decline.x-button-active,.x-button.x-button-decline.x-button-active:after,.x-toolbar .x-button.x-button-decline.x-button-pressed,.x-toolbar .x-button.x-button-decline.x-button-pressed:after,.x-toolbar .x-button.x-button-decline.x-button-active,.x-toolbar .x-button.x-button-decline.x-button-active:after,.x-button.x-button-decline-round.x-button-pressed,.x-button.x-button-decline-round.x-button-pressed:after,.x-button.x-button-decline-round.x-button-active,.x-button.x-button-decline-round.x-button-active:after,.x-toolbar .x-button.x-button-decline-round.x-button-pressed,.x-toolbar .x-button.x-button-decline-round.x-button-pressed:after,.x-toolbar .x-button.x-button-decline-round.x-button-active,.x-toolbar .x-button.x-button-decline-round.x-button-active:after,.x-button.x-button-decline-small.x-button-pressed,.x-button.x-button-decline-small.x-button-pressed:after,.x-button.x-button-decline-small.x-button-active,.x-button.x-button-decline-small.x-button-active:after,.x-toolbar .x-button.x-button-decline-small.x-button-pressed,.x-toolbar .x-button.x-button-decline-small.x-button-pressed:after,.x-toolbar .x-button.x-button-decline-small.x-button-active,.x-toolbar .x-button.x-button-decline-small.x-button-active:after{background-color:#a40404;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #720303), color-stop(10%, #8b0404), color-stop(65%, #a40404), color-stop(100%, #a70404));background-image:-webkit-linear-gradient(#720303,#8b0404 10%,#a40404 65%,#a70404);background-image:linear-gradient(#720303,#8b0404 10%,#a40404 65%,#a70404)}.x-sheet{padding:0.7em;border-top:1px solid #030507;height:auto;background-color:rgba(0, 0, 0, 0.9);background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(50,74,103,0.9)), color-stop(2%, rgba(12,17,24,0.9)), color-stop(100%, rgba(0,0,0,0.9)));background-image:-webkit-linear-gradient(rgba(50,74,103,0.9),rgba(12,17,24,0.9) 2%,rgba(0,0,0,0.9));background-image:linear-gradient(rgba(50,74,103,0.9),rgba(12,17,24,0.9) 2%,rgba(0,0,0,0.9));-webkit-border-radius:0;border-radius:0}.x-sheet-inner > .x-button{margin-bottom:0.5em}.x-sheet-inner > .x-button:last-child{margin-bottom:0}.x-sheet.x-picker{padding:0}.x-sheet.x-picker .x-sheet-inner{position:relative;background-color:#fff;-webkit-border-radius:0.4em;border-radius:0.4em;-webkit-background-clip:padding;background-clip:padding-box;overflow:hidden;margin:0.7em}.x-sheet.x-picker .x-sheet-inner:before,.x-sheet.x-picker .x-sheet-inner:after{z-index:1;content:"";position:absolute;width:100%;height:30%;top:0;left:0}.x-sheet.x-picker .x-sheet-inner:before{top:auto;-webkit-border-bottom-left-radius:0.4em;border-bottom-left-radius:0.4em;-webkit-border-bottom-right-radius:0.4em;border-bottom-right-radius:0.4em;bottom:0;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #bbbbbb));background-image:-webkit-linear-gradient(#ffffff,#bbbbbb);background-image:linear-gradient(#ffffff,#bbbbbb)}.x-sheet.x-picker .x-sheet-inner:after{-webkit-border-top-left-radius:0.4em;border-top-left-radius:0.4em;-webkit-border-top-right-radius:0.4em;border-top-right-radius:0.4em;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bbbbbb), color-stop(100%, #ffffff));background-image:-webkit-linear-gradient(#bbbbbb,#ffffff);background-image:linear-gradient(#bbbbbb,#ffffff)}.x-sheet.x-picker .x-sheet-inner .x-picker-slot .x-body{border-left:1px solid #999999;border-right:1px solid #ACACAC}.x-sheet.x-picker .x-sheet-inner .x-picker-slot:first-child .x-body{border-left:0}.x-sheet.x-picker .x-sheet-inner .x-picker-slot:last-child .x-body{border-left:0;border-right:0}.x-picker-slot .x-scroll-view{z-index:2;position:relative;-webkit-box-shadow:rgba(0, 0, 0, 0.4) -1px 0 1px}.x-picker-slot .x-scroll-view:first-child{-webkit-box-shadow:none}.x-picker-mask{position:absolute;top:0;left:0;right:0;bottom:0;z-index:3;display:-webkit-box;display:box;-webkit-box-align:stretch;box-align:stretch;-webkit-box-orient:vertical;box-orient:vertical;-webkit-box-pack:center;box-pack:center;pointer-events:none}.x-picker-bar{border-top:0.12em solid #06346a;border-bottom:0.12em solid #06346a;height:2.5em;background-color:rgba(13, 117, 242, 0.3);background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(158,200,250,0.3)), color-stop(2%, rgba(47,137,244,0.3)), color-stop(100%, rgba(11,101,208,0.3)));background-image:-webkit-linear-gradient(rgba(158,200,250,0.3),rgba(47,137,244,0.3) 2%,rgba(11,101,208,0.3));background-image:linear-gradient(rgba(158,200,250,0.3),rgba(47,137,244,0.3) 2%,rgba(11,101,208,0.3));-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 0.2em 0.2em}.x-picker-slot-title{position:relative;z-index:2;background-color:#345b89;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #85a7d1), color-stop(2%, #3e6ca3), color-stop(100%, #2a496f));background-image:-webkit-linear-gradient(#85a7d1,#3e6ca3 2%,#2a496f);background-image:linear-gradient(#85a7d1,#3e6ca3 2%,#2a496f);border-top:1px solid #345b89;border-bottom:1px solid #182a3f;-webkit-box-shadow:0px 0.1em 0.3em rgba(0, 0, 0, 0.3);padding:0.2em 1.02em}.x-picker-slot-title > div{font-weight:bold;font-size:0.8em;color:#0d1116;text-shadow:rgba(255, 255, 255, 0.25) 0 0.08em 0}.x-picker-slot .x-dataview-inner{width:100%}.x-picker-slot .x-dataview-item{vertical-align:middle;height:2.5em;line-height:2.5em;font-weight:bold;padding:0 10px}.x-picker-slot .x-picker-item{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.x-picker-right{text-align:right}.x-picker-center{text-align:center}.x-picker-left{text-align:left}.x-tabbar.x-docked-top{border-bottom:.1em solid;height:2.6em;padding:0 .8em}.x-tabbar.x-docked-top .x-tab{padding:0.4em 0.8em;height:1.8em;-webkit-border-radius:0.9em;border-radius:0.9em}.x-tabbar.x-docked-top .x-tab-active{-webkit-box-shadow:rgba(255, 255, 255, 0.2) 0 0.1em 0.1em, inset rgba(0, 0, 0, 0.3) 0 0.1em 0.2em}.x-tabbar.x-docked-top .x-button-label,.x-tabbar.x-docked-top .x-hasbadge .x-badge,.x-hasbadge .x-tabbar.x-docked-top .x-badge{font-size:.8em;line-height:1.2em;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}.x-tabbar.x-docked-bottom{border-top:.1em solid;height:3em;padding:0}.x-tabbar.x-docked-bottom .x-tab{-webkit-border-radius:0.25em;border-radius:0.25em;min-width:3.3em;position:relative;padding-top:.2em}.x-tabbar.x-docked-bottom .x-tab .x-button-icon{-webkit-mask-size:1.65em;width:1.65em;height:1.65em;display:block;margin:0 auto;position:relative}.x-tabbar.x-docked-bottom .x-tab .x-button-label,.x-tabbar.x-docked-bottom .x-tab .x-hasbadge .x-badge,.x-hasbadge .x-tabbar.x-docked-bottom .x-tab .x-badge{margin:0;padding:.1em 0 .2em 0;font-size:9px;line-height:12px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}.x-tabbar.x-docked-bottom .x-tab-active{-webkit-box-shadow:inset rgba(255, 255, 255, 0.3) 0 0 0.1em}.x-tab .x-button-icon.bookmarks,.x-button .x-button-icon.x-icon-mask.bookmarks{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.download,.x-button .x-button-icon.x-icon-mask.download{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.favorites,.x-button .x-button-icon.x-icon-mask.favorites{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFfUlEQVRoBd2aXahVRRTHz/Ujv+2mZRGZB7W6mtpFikC7+UWUZiqBD0JPFdRL1EMFPfjoU4baS0FUD/UWZBEVShA+BCpmWApRSkgllNpDmZWZt9//eOay72afvWfWOTPn3rvgz8yeWbPW+s/XmT379AwODtZSSQ+CryVgA/gVfIx/pelEhFMBVlvBOaBeFo6Cean8y09KsnMg932TqCOs9M2UhMfhMJVsxtHcAmcbmekLCsqjFKUkvAYG1xSwmEHZqoLyKEVJCDOCNxH9HUCbVl6mULAuXxjrOQlhgl8Bbi0h0Uen3FBS37GqVIQHiHh2SdR16jTlo0t0woycpuxiUDSdHcFeMv3uIWYanTDB3wIWVZBQHP10zuQKvbarUxDWT1HRz1E++Ds99fLtgp6jEmbExhPNcs+IbkZPiCpRCRP5TPCQJ4MJ6A3QSUqjSWzC2ozuC4j+fnSnB+gHq8YmvJKIJgVEpRPX9QH6waqxCa8PjEhHT981H2j6qno0wqzF63BhOUxsom3Zb7aJqGsUjTAONFJlpysXQz7VuXpavrBTzzEJaz1adlzNjHs6RTBvJyZhjZTF/kTaWZZCnlvhsyWgQkPZQpagzsX1bFlAXjGtDdAPUu1p3PPQhCCXkdwG/mta0PWLds060AuAnqtEOjpdbQR3VymX1P9F3UfgGJA9X9F92c/ADaQ2P8V0DJ4/kDbeYKaSvgI2AN0+OGJK1VAbSIhTOXEOybYll2kte77yD4rqrHyb85S9Cl4HtReAyI11/A7HpRq5PSD6oR0f3Rad+H7S1DvV7UgS+tc1cU3n3V/AWJ/SX8BxVuMinow2rNNjlPQVeH0GFg378kDBfLAPXARjZbTPwmUXmOG+bgz71EKFfqKeAUWfREZbJxyCxyOOqEuHER4qrNUWovwy0CFktBHV4eNZMNvxyaaFhKWAaBt/HJwEo4W0luSKLMF8viVhp4iBeeBd8CcYqcQ1qi+CKS7uVmklYdcQY0+C42Ckkf6EmO51cVal3oRlCFkCdKgfCWtbo7obDO3AVWQbHHyUsjo40E6uq9cvQbdG+wN892fj8s0HjXDWKA51/t4JUo72H/jTDtybjSUkbyYsJ0gdfAtSjfTn+JoWQjCv2+57a4M1QaQSvZvrMsIs7RJejGcdUlLJUhzpZsYsZsJcCen6ZwCE3IaYA2021OfUdU3fJltmwni7Fvh+KDMF16KR3ux0lWuSdgjPxeNdJq/tNdKNqJaSSUyEmVK6JNPomtqbIh3eSKNsEmvAarfJ5LEzjbbR59MtpqyEb8eZjpndkhtxvNri3Er4YZxpx+yW6Jdhi8V5MOHm+n0QZ9afo0u0fQO8A5S3iPaQ1cTSG9w4f/SqesZBH/gRWI6T+gyyxfkgvw2cMdrS+/lTzpZvGnyWxsnTwHLRd4R2a/OBqQyoztKBe/P2qp6DCBOUptKHhuA+pU1fq2Co0/F0L9CVaghxXTbWW9ktKg8lrFfCrwODeh/9wgu1bEDo6OT2Fvgb+JLWq+nQEsnaa5UPJbwKBxc8A9KXPG1O3u+u6E4F24GvD3XMDjCxFcF8uTdhjGpHfwn49L42lCeAdyDZwGi3HpwAPr6+Q29htn1ZPoSwfuz3ewShXVcBNz62lzkvq6O9DjZHgQ9p72kdQljvob9VBPAN9Q+UEQmpw5b+Sf8e0FotI/4a9ZN8bIcQXlnh9AD1y3ychuhgU0tpJyhb14epn+ljN+Sk9S9G1ct50d8SdgF9x9EO3lHB5hXwPEYfA8dbGD9LuWZBtfj0inSQWUDTKzu1dAB5Dkz2tdOOHn70LvwVyMag/FYwzse295Rukq5j+G1wEOib66PAy5FPMD46+NPmqTV7CpwGGvkJPm2l8z8GWDNDloqpGQAAAABJRU5ErkJggg==')}.x-tab .x-button-icon.info,.x-button .x-button-icon.x-icon-mask.info{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAHOElEQVRoBdWbXYgVZRjHXdf8ysjUQl011lbRIFEjM6Uu0iyiEDG86EItKoIuuhDJCgoioouugqKbgi4CKwulILG0mxLTUtMyTWQNPzLTPszU1cx+v+OZw9nZM3POmZl3zQd+zMz7zvs8z//MvF+z2nLhwoU+oaylpWUQvvvDYGiDdjgP1dbKRSccglNwlpxOcwxiLUULRqTCRsNUmAk3wS3QiG3hpp2wCbbDYfLzhyjMChOM0FlkNR3mw61wFeSxv2j8FayBrQjfmMdZpa1POA84UuD7cBzsHyHQtzHm58nVtpnEErgvzIB34Rj8CyGEVvs0hrGMaey+WcQ3LZhAQ+FZsG/1htBq0Z4b09jmMLRZ0U0JJsA0eAccTeOJ9Pa1OZjLtGZENywYx0tgDzit9La4pHjmYk5LGhXdkGAcLoPDcCle4SSxUbk5mduyRkSnCsaJi4IV4GARBSj6eALfR8sxunLEMUdzbU0TniiYho7ED8GvULRI/UV9cDbnrsauheXQCVnjmas5J47gaYJdSPwAIfqsPlfEnwRl/eBBOAlZROvXnGfFfUfXNQXTYCKsg38gS+B6bT6MEogfiTcKNuaIa87mPjHu2+segrnRBf8bYN+ql3jW+ntrJVNK6OJGw+VkVt+2M3c1DIrHsZ9WjPVwCxcLYQ4MqVQUf/Jjikt3VnnX4eauhoVlTZVw3QRTOhmWwjhQfCi7ppZjkjOf62FCrfomysxdDUtBTRWrCCZYK6WLYAo4aoa0JxKcu2x9CsYk1DdTrAa1LCpru9g2ese58lddD+cgT/9ppK2j8ONR7HLf9Um8B0XOCmpR04QoVmnQosDp4BHYD40kXMQ9zsPfgSI/hyNQhN+4j/34VVu/0g9b/nXbKFgJf0O8weV+rSa1tam1b3kUm0SB77sj5KUw18OhTE1qm6RWBy07t0O4S7veto8J6FLwbng+YHC1qbE0GDtnrYXeGKzsHj7NT2AejKgMJn36DODaASZEF1KbGof4hJ2vXM45cIW2nwjwKDyA0HXgDicyl4RpC5LovixHtalxnCcd4PwX0hTjcvEFRO5ICBRyoWNINXYo2Ek+5DJyP/6fgZWI9XVNs3r1aW3r1alxjIJHQqjR+Vt8L0fnpxzrmU+45pKzXsMG69U4UsHDYWCDjRq9zYFpCzwGLi5K5qyA+KQpSMHt5VtDHNQ4XMEh+s5R/L4CuxSIUKeDO8BX1pG4lrlDmlqrosCy0jxcoL+KK5PvgFbEOka8CKsgbRd0u/dDUPMJh7ArcXon/A4PwwxwyvkKkuwuKi5bwYqaDbdBNAP8wvn3kGQ+4RDdq1u8UE/YINUjv313L/35bLfo5Qte+xs5va5WXdFlrrRMImnkLCreaRxtSnE2i7q8n3VS3Jeq1HhWwY6o7k1Dmn/r3ZgSYCZ1g1Lqi6hS41EFHwC/QIQ0P5D7vbiH8Tq7DnD7Frr/qvGAgvfBnxDSNqcsOJx7Xe2FNjXuU/BeOAah1rHn8f0FJJkDlk85pKlNjXsV7KPeA34KCWUuM5OsN760qE2NJxXcBevBfhbCOnFqsB5G/72aQj8vVVuIN01tauyKFvPbuHBhEGJ6+hK/SSLaqBsPmrFfhZe9KND0q7ZtjiM+Ye0guIXzPS/atuPQflzLxlI4Go6AOys/wq+Gn6EoU5Pa1Fj6G7Dfpp0nfeT+EkXaOZx9jf+kJ+xqbAPcxy1vwhnOd8MuKMrUtB7fauz2HcsgBuuAQVCEHcLJ8RRHrr42kExpWqRPu3mYDTektGmmyhVe9x+QYJU/mVK5AHwF/QblU8nLWnyMrY6Rds69T4Kvd964tleDWhZUx6yItRBzo+7A8QcUEXQVfkZVB6x1zj3GfQ587YqIqw81qKV/dcxugsuiJ3OT/cr+lzf4S/gYXB0wfk69HwX8YRxN88aL2pu7Gib3iBcv8BpbDJ0QOch6fB0fNf+1HOVXwD2wE7L6T2rXic/FNbXVLLw4mNmfTuRMZi/tx8djUDYHPgAHlaSks5abs7mX/lrYI3a8ILqmwTB4G9xWZQ1uu7egHQbC/aBQR+88PpPamqs5D4t0xI89+nD1DTT0A9waOANJQeqVu+j4Ddx3u26vd3/WenM01zHVGuLnqYK9GXNeXg15RGcV0Wg7czPHjrjA+HVdwVWifRX/j6LNydzqii1pif8CSdc4HApPg0u1IqeQRp9i/D5zMBdzqjkT1NLS0BOOGuLYv+E6lWyFolZjcSGNXBvbHMxlQJRfI8emBEcOCeKo+xq4A+nNp20sYxq7PcqnmWMmwVEAgs4FR0Y32CGF69sYxpobxc9yzP3feMo7nJtJxDnWV2w6RPtsTnOZQn1118JH8A0ik/bWVNe33IKjEAh3qei87Ue5eeDTnwTNilfkbvgM1oHb1oMIdX2c2woTXJ0J4h3c3NyPgikwA9zjjigT7Xf3ce0XCfF8M+wAv3icQmQXx0LtP/qKurS9uZqyAAAAAElFTkSuQmCC')}.x-tab .x-button-icon.more,.x-button .x-button-icon.x-icon-mask.more{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAADJ0lEQVRoBe2YS2sUQRSFp5MgvmLU+CAMiBJFDBHcCeoPEFciuHMjroMK4lZBcONG0JW60U1UEgRx59IXuNMoKEElKL7GRwyIqNHxO0N66FT3UNU9IHRNFXz0VNW5t+vW6RcT1ev1Sie1rk4qVrWGgn13PDgcHPZsB8Il7ZmhqXKCw6kt8WwgOOyZoalygsOpLfFsIDjsmaGpcoLDqS3xbCA47JmhqXKCw6kt8Wyg6XAURV2wEy7BM5iFtzAKu2BB0dqJ7YEtcBYmQblfwzjshUVt5O4mfhjOwwQodw3GYA8snpd77n9pFXMYvoP+qDaZZewcVKXPAzE64Qn4CmZe9f/AFSiSu4e4IzANrXJfZ24gXjO/KxEcg9+QFZQcU/CSONh2RKsraMQhr85xE/psOeN5tCr2APyA5Bqzfl9D06tYtX3wC7KE5pg2ZX98UtsR7XZo5ayZW/1DENnyzi18CO1nyMqTNXYcrTapcitHkBLJiZW2RaGRuxcg6+Stxu6i73fI3Y3uZM7cU+hXQeVvzsBP6Dc5LupxztzaiEGH3AvR3S+Qe4dc0D2cp/Uj1oPI1pR7g030n+erWlTe9pMA3cu2Jre+2ERtzBdZe01BL3Ke9Al6vQZsTbfKQ5vImH9PXxtqa3qVPbWJjHk94J6r4DPGhK17A8EHm4j7UAWP2nTG/GX6NWMs1SW3rrCroLeLaxtDqDdG4368zbHVkzM5Polus+2hEs+j7YNxx9zv0FkfhoncvegvOuZ+iW6rYhtfTXTWgV7OyeLM3w+Y3xaf0PVIzAqwFf0IzW7XnLGOmLUg58y1JvsTzA83Y5o/eLcyMQISJAN0z56G9bE275HYNXAU7kAy9xv6p2Bj3pyxntjVcBDuQTL3FH19Dg/FWh0bXzUMNhsf23JkOQzCK9B1P4NY39OFG3kjgpeB8g/AR/gG0+3mJkeF9Lp9lkIVZkDfC1r3vPs8VTAir1uRd1mpNyQUXGr7HBYfHHbYpFJLgsOlts9h8cFhh00qtSQ4XGr7HBYfHHbYpFJLgsOlts9h8cFhh00qtSQ4XGr7HBYfHHbYpFJLOs7hf5j4Vg3iLoGkAAAAAElFTkSuQmCC')}.x-tab .x-button-icon.time,.x-button .x-button-icon.x-icon-mask.time{-webkit-mask-image:url('data:image/png;base64,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')}.x-tab .x-button-icon.user,.x-button .x-button-icon.x-icon-mask.user{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAEWElEQVRoBe2aS0gVYRiGO1lmF8nQQlETutGFokAiqEV0ISKwgmrdMtzUpnW7drWKbFGbQAKpJIhuUGIUFUkW0T1Jq4V2U4ui7GLPexpDD+ecuX1jHqcPHseZ+f9vvnf++e8n0d/fPyZONjZOYqU1doLHRV3CiURCz5gMxTANJsJg+8XJJ+iBt9BHNdO1SCwRZR1GbAFRl8F8WAFLoRwGLME/ffAM7kETvIYPxPWDo7lFIhiheURaCVtgBywHXXOzbhJcggZoRvR7twy+76uELSEAtQsqySPwGdQN+KWDPHuh2DI2+TIVm3T455M9G0Bk6ktRvd4NBZaiTQUT3AQnSNW/VAFBzl/iZw0kq56FcOtuaQHB7QIv9ZVkrqZ2YA9Mck3pMYGZYKeh2sBz1SJb2mqcmfk0E0xQ6l9rwNoKcWjm11JwEYFVW6t1/K218mspeB5B5VsFluKnIuU88Kml4PGBo3DPqBGZiVkKNgvKRFkGJ5aCv2Z4xoi6bCm4DWUaXERhZhMJS8FfolDq+DSbRFgKjrIOa8poYpaCTQKK2sl/wSHfcFSNlll1sSzhn7ys3pAvLFP275lu+L1uKVhBPfYbgMf0zz2mc01mKfgbT7vi+kT/CeT3sv9s6XNYCtbg4CJ0pX9U4Kv3yXk3cO6UjGaCWX5Rg/UArqY8I8yp1qdPQ08YJ4Pzmgl2nCqwc2DVyKjunuddqkE0MVPBBKYSuQ7tJtEhFj9apDczU8FOVB0ctZiuHYUw9obMjbxErW2bmblgApTQengVIkq1B83QEsJH2qzmgp2n3ObYCEGndZ3krbcuXcUWiWACldCjoA0yv6a8J6HJb0Yv6SMRrAcj+gmHA+B3aneDPHXk/8jR3LR3a2rOfnAlTmfDVPDb6Khrq8bPDI5PoRPxZpMSk+1SgtOKpTa8l8BC0JaLmAkloA1xr/aOhJqEtINGWeqW7jjHXrQHbRdw4WxSJf8L8Aeh2m1QaWoBfiUsA61PTwGtUYeZ1qlP1zhan3YraBSnz/0mdAUVHqiEESoxKs0a2AxloJIMI5DsWU0vQH2z2oZToAnFI7+fu2/BiF3PgzbCKqgC1bXhNH3S6rba4BocR7TquifzLBih5XjcCSrROaAGKbJWHt9uJuGq67fgAki4zrNaVsGIzCP3dNgE20B1VJ+uro8UUz3Xr39UvxugCeEZl3UzCkZsBZn1+W6HRaB6qtZ4pJp2PtTna+58DFoR3sVxqHFxyM8euFsIW6EeXoDeoPrBXEEbAlpqqoN1kD9YY6rYxSQ4DGoE9KOSXBGZLk4NYB7CfigZEP1XMBfVEJ0BJUznIFevaSBzEEolOimYkyo4AfocclVYtrjViB0C9SzJEdE+jrn+CWcTrHvdUKuRUSm0gPrZ0W7tGjjMhTiIVWFWSbAGEnGxhAT/y+HhsL9oiVWFjo3FqnRVqrETrG5pFmiSEAuTYC3TFMVCLSIzTg9H6wuIXR2OneDfMJq1NmzzbS8AAAAASUVORK5CYII=')}.x-tab .x-button-icon.team,.x-button .x-button-icon.x-icon-mask.team{-webkit-mask-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAFI0lEQVRoBe2ZSYgdVRSG+yUmnagRQYU4NbZKNLYKWTgg4gQOaDYqJIIGl4LixhBwoy50LSIiulEjCkpAUBBRURpdGceFMQ7YtgkOJE4xTjGa9vuedUl1Vd2qevSrFqvrwJ97695zzj3/PXd6nd7MzMzIQpJFC4msXDvCbc94l+Euwy2bgW5JtyyhOTpdhnNT0rKGLsMtS2iOTpfh3JS0rOGQ+eLT6/VWMNYJ4NjUmN9T/xLs4WfqvPxO7TU9DkTdNmvBbeAskJ7kv/n+AjwKXiSW7yibFQk3BSIPZHdTl5xZzML238DDYFlTsQS/jZF1AGQ1mAZZkkXfe9FbGwJrqmz6lL4cEmOgjhyO0jq2gGVj0hhhAl9M1FeB3gDRn4Pu/5NwQnJ0ALKqrgKHDmgzkHpjGR4oioPKP1H96+Dn8GvpKyLqneV5Lp0XgnHggTMFJjlYPqAcpnyLsz/LHBLL0fRfCzwbvNN3gLeI5WXKaik7DbF2/20A28HPYF+CPZQfg9tj9vS5h18DRSdyrO0j9FeW+PQenwTe138AJ+d34OPFa215zDa0l15LOLgamM0DIBukbQ60JjhLl7RL+HWQtSv7jhLGz1FgM3DJZ30Yy69gYzqGonrVHr4eJ+OgB7Ji2xi4lGUW8+PsD0vOwNGNwInMirF42K0nlmXZzvR3LNARDN3fx6WVI3VJF50Fzvr7EZtY8zQdLtUiOYXGIrJpXUmvTDdk61HCKEqiagD9SSwnLCeX3RYwSJafRd/zoUj2FzVm2hyzMJ6gV0Y46Myl/BzjeqfnyMg36G5NJqpoTPvnLGWEnS0f9lVStL/7NgT/C5XNoHTW6XesV4En/1wlGo+Oo4QJ1ivoxxqju+fKCG2lf1uFH7P3eEl2K8xndRt3VKKEE4sPKWOHiCreg28TaPR1RN/X6GwEO0GReJ3cg95kUWeqzT8W6KtMpujcVaZQRfgFjL8qcbCDvndi/Zz0h4Hr6L8JHBHRW0L7DejdAU6K6Nj8CfBQi4mH4xYmrmy1sXlK/gCAAyfkQaAT91kWj9HW/6tJ8MO3NmeC+4CHlqdu1q7o25Xk5Hqynw+WBp+hpO1K4JItsnfr5GyCbSirCHstnQpcKulBXMK+o1frCPGgWAomwL2gLsm0z3S9ny38XARWgEXJOI7xNMiS9ns9MN5ZCQhEQ1lIGCOXmZf4ZeAW8C4IAblv3wBXAIn6sjkZ3Arc80FvGKW/nu4H/nhZDiR0IngI+LYPY3i43gWuAeNgFBQSn0UYJZejRH3CPQ8cMDi19Jp6AviuVfd48ADwRZXWG3Z9J/6fApeAJUm2TYRE02OZjPfA3WAM9HVDdvt2iXHI1HkoPQd2g7SjUHef+NyU7AXgFRD65qOcZrybQXgFmtUDIDu2xE3CBuCWWBxIU+8vk9MozdQukDUO3x4qm5IJOp36ZyW6waaJci/jrkviWEV9qiQOdd8Ebr/+T0fKkYvBp6AqOB2fnQz0SA39Kn9z6Z9mfPeze/UlUOXrB3Q2AW36a77KwP7tYCwh7Mupjk1TOmZuNInlyZqxuN8n3ItrQF1xryvRl9W/3Y3/60QGCTGF71h5JB0Tbn7vsDqyP6Vkva5dymxoVQ+lIE6+3+lJCH3Zcp+E78y2Fny7Evw7kstC8YA7BtQZRP1hiwTDKnuGun8aSiekaDxXwrbG/zOtaOT/ss3MLSjpCLc93V2Guwy3bAa6Jd2yhObodBnOTUnLGroMtyyhOTpdhnNT0rKGfwD3f6JVZi/xSQAAAABJRU5ErkJggg==')}.x-tabbar-light{background-color:#475c76;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #96a9c0), color-stop(2%, #546e8c), color-stop(100%, #394b5f));background-image:-webkit-linear-gradient(#96a9c0,#546e8c 2%,#394b5f);background-image:linear-gradient(#96a9c0,#546e8c 2%,#394b5f);border-color:#3d5066}.x-tabbar-light .x-tab{color:#b6c3d3}.x-tabbar-light .x-tab-active{color:white}.x-tabbar-light .x-tab-pressed{color:white}.x-tabbar-light.x-docked-bottom .x-tab{text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0}.x-tabbar-light.x-docked-bottom .x-tab .x-button-icon{background-color:#768fad;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d5dde6), color-stop(2%, #8ca1ba), color-stop(100%, #607d9f));background-image:-webkit-linear-gradient(#d5dde6,#8ca1ba 2%,#607d9f);background-image:linear-gradient(#d5dde6,#8ca1ba 2%,#607d9f)}.x-tabbar-light.x-docked-bottom .x-tab-active{background-color:#506986;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a6b6c9), color-stop(2%, #5e7a9c), color-stop(100%, #43576f));background-image:-webkit-linear-gradient(#a6b6c9,#5e7a9c 2%,#43576f);background-image:linear-gradient(#a6b6c9,#5e7a9c 2%,#43576f);text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0}.x-tabbar-light.x-docked-bottom .x-tab-active .x-button-icon{background-color:#003370;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0056bd), color-stop(50%, #003f8a), color-stop(51%, #003370), color-stop(100%, #002757));background-image:-webkit-linear-gradient(#0056bd,#003f8a 50%,#003370 51%,#002757);background-image:linear-gradient(#0056bd,#003f8a 50%,#003370 51%,#002757)}.x-tabbar-light.x-docked-top .x-tab-active{background-color:#3d5066;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2a3746), color-stop(10%, #344356), color-stop(65%, #3d5066), color-stop(100%, #3e5167));background-image:-webkit-linear-gradient(#2a3746,#344356 10%,#3d5066 65%,#3e5167);background-image:linear-gradient(#2a3746,#344356 10%,#3d5066 65%,#3e5167);color:white}.x-tabbar-dark{background-color:#141e29;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #466890), color-stop(2%, #1f2f41), color-stop(100%, #080c11));background-image:-webkit-linear-gradient(#466890,#1f2f41 2%,#080c11);background-image:linear-gradient(#466890,#1f2f41 2%,#080c11);border-color:#0c1118}.x-tabbar-dark .x-tab{color:#5a81af}.x-tabbar-dark .x-tab-active{color:white}.x-tabbar-dark .x-tab-pressed{color:white}.x-tabbar-dark.x-docked-bottom .x-tab{text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0}.x-tabbar-dark.x-docked-bottom .x-tab .x-button-icon{background-color:#354f6e;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7c9bc0), color-stop(2%, #416086), color-stop(100%, #293e56));background-image:-webkit-linear-gradient(#7c9bc0,#416086 2%,#293e56);background-image:linear-gradient(#7c9bc0,#416086 2%,#293e56)}.x-tabbar-dark.x-docked-bottom .x-tab-active{background-color:#1c2a3a;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4e74a2), color-stop(2%, #283b52), color-stop(100%, #111922));background-image:-webkit-linear-gradient(#4e74a2,#283b52 2%,#111922);background-image:linear-gradient(#4e74a2,#283b52 2%,#111922);text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0}.x-tabbar-dark.x-docked-bottom .x-tab-active .x-button-icon{background-color:#0a7aff;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #57a3ff), color-stop(50%, #2488ff), color-stop(51%, #0a7aff), color-stop(100%, #006df0));background-image:-webkit-linear-gradient(#57a3ff,#2488ff 50%,#0a7aff 51%,#006df0);background-image:linear-gradient(#57a3ff,#2488ff 50%,#0a7aff 51%,#006df0)}.x-tabbar-dark.x-docked-top .x-tab-active{background-color:#0c1118;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(10%, #030507), color-stop(65%, #0c1118), color-stop(100%, #0c121a));background-image:-webkit-linear-gradient(#000000,#030507 10%,#0c1118 65%,#0c121a);background-image:linear-gradient(#000000,#030507 10%,#0c1118 65%,#0c121a);color:white}.x-tab.x-item-disabled span.x-button-label,.x-tab.x-item-disabled .x-hasbadge span.x-badge,.x-hasbadge .x-tab.x-item-disabled span.x-badge,.x-tab.x-item-disabled .x-button-icon{opacity:.5}.x-tab.x-draggable{opacity:.7}.x-tab{overflow:visible !important}.x-toolbar{height:2.6em;padding:0 0.2em;overflow:hidden;position:relative}.x-toolbar > *{z-index:1}.x-toolbar.x-docked-top{border-bottom:.1em solid}.x-toolbar.x-docked-bottom{border-top:.1em solid}.x-title{line-height:2.1em;font-size:1.2em;text-align:center;font-weight:bold;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0 0.3em;max-width:100%}.x-title .x-innerhtml{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 .3em}.x-toolbar-dark{background-color:#24364c;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5a81af), color-stop(2%, #304864), color-stop(100%, #192533));background-image:-webkit-linear-gradient(#5a81af,#304864 2%,#192533);background-image:linear-gradient(#5a81af,#304864 2%,#192533);border-color:black}.x-toolbar-dark .x-title{color:white;text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0}.x-toolbar-dark.x-docked-top{border-bottom-color:black}.x-toolbar-dark.x-docked-bottom{border-top-color:black}.x-toolbar-dark .x-button,.x-toolbar .x-toolbar-dark .x-button,.x-toolbar-dark .x-field-select,.x-toolbar .x-toolbar-dark .x-field-select{border:0.1em solid black;border-top-color:black;color:white;text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0;-webkit-box-shadow:rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-toolbar-dark .x-button.x-button-back:before,.x-toolbar-dark .x-button.x-button-forward:before,.x-toolbar .x-toolbar-dark .x-button.x-button-back:before,.x-toolbar .x-toolbar-dark .x-button.x-button-forward:before,.x-toolbar-dark .x-field-select.x-button-back:before,.x-toolbar-dark .x-field-select.x-button-forward:before,.x-toolbar .x-toolbar-dark .x-field-select.x-button-back:before,.x-toolbar .x-toolbar-dark .x-field-select.x-button-forward:before{background:black}.x-toolbar-dark .x-button,.x-toolbar-dark .x-button.x-button-back:after,.x-toolbar-dark .x-button.x-button-forward:after,.x-toolbar .x-toolbar-dark .x-button,.x-toolbar .x-toolbar-dark .x-button.x-button-back:after,.x-toolbar .x-toolbar-dark .x-button.x-button-forward:after,.x-toolbar-dark .x-field-select,.x-toolbar-dark .x-field-select.x-button-back:after,.x-toolbar-dark .x-field-select.x-button-forward:after,.x-toolbar .x-toolbar-dark .x-field-select,.x-toolbar .x-toolbar-dark .x-field-select.x-button-back:after,.x-toolbar .x-toolbar-dark .x-field-select.x-button-forward:after{background-color:#141e29;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #466890), color-stop(2%, #1f2f41), color-stop(100%, #080c11));background-image:-webkit-linear-gradient(#466890,#1f2f41 2%,#080c11);background-image:linear-gradient(#466890,#1f2f41 2%,#080c11)}.x-toolbar-dark .x-button .x-button-icon.x-icon-mask,.x-toolbar .x-toolbar-dark .x-button .x-button-icon.x-icon-mask,.x-toolbar-dark .x-field-select .x-button-icon.x-icon-mask,.x-toolbar .x-toolbar-dark .x-field-select .x-button-icon.x-icon-mask{background-color:white;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(2%, #ffffff), color-stop(100%, #e7edf3));background-image:-webkit-linear-gradient(#ffffff,#ffffff 2%,#e7edf3);background-image:linear-gradient(#ffffff,#ffffff 2%,#e7edf3)}.x-toolbar-dark .x-button.x-button-pressed,.x-toolbar-dark .x-button.x-button-active,.x-toolbar .x-toolbar-dark .x-button.x-button-pressed,.x-toolbar .x-toolbar-dark .x-button.x-button-active,.x-toolbar-dark .x-field-select.x-button-pressed,.x-toolbar-dark .x-field-select.x-button-active,.x-toolbar .x-toolbar-dark .x-field-select.x-button-pressed,.x-toolbar .x-toolbar-dark .x-field-select.x-button-active{-webkit-box-shadow:inset black 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-toolbar-dark .x-button.x-button-pressed,.x-toolbar-dark .x-button.x-button-pressed:after,.x-toolbar-dark .x-button.x-button-active,.x-toolbar-dark .x-button.x-button-active:after,.x-toolbar .x-toolbar-dark .x-button.x-button-pressed,.x-toolbar .x-toolbar-dark .x-button.x-button-pressed:after,.x-toolbar .x-toolbar-dark .x-button.x-button-active,.x-toolbar .x-toolbar-dark .x-button.x-button-active:after,.x-toolbar-dark .x-field-select.x-button-pressed,.x-toolbar-dark .x-field-select.x-button-pressed:after,.x-toolbar-dark .x-field-select.x-button-active,.x-toolbar-dark .x-field-select.x-button-active:after,.x-toolbar .x-toolbar-dark .x-field-select.x-button-pressed,.x-toolbar .x-toolbar-dark .x-field-select.x-button-pressed:after,.x-toolbar .x-toolbar-dark .x-field-select.x-button-active,.x-toolbar .x-toolbar-dark .x-field-select.x-button-active:after{background-color:#080c11;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(10%, #000000), color-stop(65%, #080c11), color-stop(100%, #090d13));background-image:-webkit-linear-gradient(#000000,#000000 10%,#080c11 65%,#090d13);background-image:linear-gradient(#000000,#000000 10%,#080c11 65%,#090d13)}.x-toolbar-light{background-color:#354f6e;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7c9bc0), color-stop(2%, #416086), color-stop(100%, #293e56));background-image:-webkit-linear-gradient(#7c9bc0,#416086 2%,#293e56);background-image:linear-gradient(#7c9bc0,#416086 2%,#293e56);border-color:black}.x-toolbar-light .x-title{color:white;text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0}.x-toolbar-light.x-docked-top{border-bottom-color:black}.x-toolbar-light.x-docked-bottom{border-top-color:black}.x-toolbar-light .x-button,.x-toolbar .x-toolbar-light .x-button,.x-toolbar-light .x-field-select,.x-toolbar .x-toolbar-light .x-field-select{border:0.1em solid #030507;border-top-color:#0c1118;color:white;text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0;-webkit-box-shadow:rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-toolbar-light .x-button.x-button-back:before,.x-toolbar-light .x-button.x-button-forward:before,.x-toolbar .x-toolbar-light .x-button.x-button-back:before,.x-toolbar .x-toolbar-light .x-button.x-button-forward:before,.x-toolbar-light .x-field-select.x-button-back:before,.x-toolbar-light .x-field-select.x-button-forward:before,.x-toolbar .x-toolbar-light .x-field-select.x-button-back:before,.x-toolbar .x-toolbar-light .x-field-select.x-button-forward:before{background:#030507}.x-toolbar-light .x-button,.x-toolbar-light .x-button.x-button-back:after,.x-toolbar-light .x-button.x-button-forward:after,.x-toolbar .x-toolbar-light .x-button,.x-toolbar .x-toolbar-light .x-button.x-button-back:after,.x-toolbar .x-toolbar-light .x-button.x-button-forward:after,.x-toolbar-light .x-field-select,.x-toolbar-light .x-field-select.x-button-back:after,.x-toolbar-light .x-field-select.x-button-forward:after,.x-toolbar .x-toolbar-light .x-field-select,.x-toolbar .x-toolbar-light .x-field-select.x-button-back:after,.x-toolbar .x-toolbar-light .x-field-select.x-button-forward:after{background-color:#24364c;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5a81af), color-stop(2%, #304864), color-stop(100%, #192533));background-image:-webkit-linear-gradient(#5a81af,#304864 2%,#192533);background-image:linear-gradient(#5a81af,#304864 2%,#192533)}.x-toolbar-light .x-button .x-button-icon.x-icon-mask,.x-toolbar .x-toolbar-light .x-button .x-button-icon.x-icon-mask,.x-toolbar-light .x-field-select .x-button-icon.x-icon-mask,.x-toolbar .x-toolbar-light .x-field-select .x-button-icon.x-icon-mask{background-color:white;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(2%, #ffffff), color-stop(100%, #e7edf3));background-image:-webkit-linear-gradient(#ffffff,#ffffff 2%,#e7edf3);background-image:linear-gradient(#ffffff,#ffffff 2%,#e7edf3)}.x-toolbar-light .x-button.x-button-pressed,.x-toolbar-light .x-button.x-button-active,.x-toolbar .x-toolbar-light .x-button.x-button-pressed,.x-toolbar .x-toolbar-light .x-button.x-button-active,.x-toolbar-light .x-field-select.x-button-pressed,.x-toolbar-light .x-field-select.x-button-active,.x-toolbar .x-toolbar-light .x-field-select.x-button-pressed,.x-toolbar .x-toolbar-light .x-field-select.x-button-active{-webkit-box-shadow:inset #0b1119 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-toolbar-light .x-button.x-button-pressed,.x-toolbar-light .x-button.x-button-pressed:after,.x-toolbar-light .x-button.x-button-active,.x-toolbar-light .x-button.x-button-active:after,.x-toolbar .x-toolbar-light .x-button.x-button-pressed,.x-toolbar .x-toolbar-light .x-button.x-button-pressed:after,.x-toolbar .x-toolbar-light .x-button.x-button-active,.x-toolbar .x-toolbar-light .x-button.x-button-active:after,.x-toolbar-light .x-field-select.x-button-pressed,.x-toolbar-light .x-field-select.x-button-pressed:after,.x-toolbar-light .x-field-select.x-button-active,.x-toolbar-light .x-field-select.x-button-active:after,.x-toolbar .x-toolbar-light .x-field-select.x-button-pressed,.x-toolbar .x-toolbar-light .x-field-select.x-button-pressed:after,.x-toolbar .x-toolbar-light .x-field-select.x-button-active,.x-toolbar .x-toolbar-light .x-field-select.x-button-active:after{background-color:#192533;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #080c11), color-stop(10%, #111922), color-stop(65%, #192533), color-stop(100%, #1a2635));background-image:-webkit-linear-gradient(#080c11,#111922 10%,#192533 65%,#1a2635);background-image:linear-gradient(#080c11,#111922 10%,#192533 65%,#1a2635)}.x-navigation-bar .x-container{overflow:visible}.x-desktop .x-toolbar .x-input-search{margin-left:1.06em}.x-android .x-toolbar .x-input-el{-webkit-text-fill-color:#fff}.x-toolbar .x-form-field-container{padding:0 .3em}.x-toolbar .x-field{width:13em;margin:.5em;min-height:0;-webkit-border-radius:0.3em;border-radius:0.3em;background-color:white;-webkit-box-shadow:inset rgba(0, 0, 0, 0.5) 0 0.1em 0, inset rgba(0, 0, 0, 0.5) 0 -0.1em 0, inset rgba(0, 0, 0, 0.5) 0.1em 0 0, inset rgba(0, 0, 0, 0.5) -0.1em 0 0, inset rgba(0, 0, 0, 0.5) 0 0.15em 0.4em}.x-toolbar .x-field .x-field-clear-container{min-height:0;background-color:transparent}.x-toolbar .x-field .x-field-clear-container .x-field-clear{font-size:.8em;line-height:0.8em}.x-toolbar .x-field{border-bottom:0}.x-toolbar .x-input-text,.x-toolbar .x-input-search,.x-toolbar .x-input-number{height:1.5em;color:#6e6e6e;background:transparent;min-height:0;line-height:1.3em;-webkit-appearance:none;padding:0em .3em;margin:0}.x-toolbar .x-input-text:focus,.x-toolbar .x-input-search:focus,.x-toolbar .x-input-number:focus{color:black}.x-toolbar .x-field-select,.x-toolbar .x-field-search{-webkit-border-radius:0.75em;border-radius:0.75em}.x-toolbar .x-field-search .x-field-input{background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.6))), url('data:image/png;base64,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');-webkit-background-size:.83em .83em, .83em .83em;background-repeat:no-repeat;background-position:.5em 50%}.x-toolbar .x-field-search .x-field-input .x-form-field{margin-left:1.0em}.x-toolbar .x-field-select{-webkit-box-shadow:none}.x-toolbar .x-field-select:after{top:-0.5em;right:-0.5em}.x-toolbar .x-field-select:before{width:3em;border-left:none;background:transparent;-webkit-mask:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAABCAYAAACc0f2yAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADJJREFUeNpi/P//PwMjIyMbAwMDOxRzAjEXFHMDMQ8a5kXC6HLcSHo5kcwEmU9TABBgAOcTBAFcRiSpAAAAAElFTkSuQmCC');-webkit-mask-position:right top;-webkit-mask-repeat:repeat-y;-webkit-mask-size:3em 0.05em}.x-toolbar .x-field-select .x-input-text{color:#fff}.x-android .x-field-search .x-field-input .x-form-field{margin-left:1.67em}.x-indexbar-wrapper{-webkit-box-pack:end !important;box-pack:end !important;pointer-events:none}.x-indexbar-vertical{width:1.1em;-webkit-box-orient:vertical;box-orient:vertical;margin-right:8px}.x-indexbar-horizontal{height:1.1em;-webkit-box-orient:horizontal;box-orient:horizontal;margin-bottom:8px}.x-indexbar{pointer-events:auto;z-index:2;padding:.3em 0;min-height:0 !important;height:auto !important;-webkit-box-flex:0 !important}.x-indexbar > div{color:#1e2a38;font-size:0.6em;text-align:center;line-height:1.1em;font-weight:bold;display:block}.x-phone.x-landscape .x-indexbar > div{font-size:0.38em;line-height:1em}.x-indexbar-pressed{-webkit-border-radius:0.55em;border-radius:0.55em;background-color:rgba(143, 152, 163, 0.8)}.x-list{position:relative;background-color:#f7f7f7}.x-list .x-list-inner{width:100%}.x-list .x-list-disclosure{position:absolute;bottom:0.5em;right:0.8em}.x-list .x-list-disclosure{overflow:visible;-webkit-mask:0 0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpFNkNCM0JGNTZFMjI2ODExQkNGQjkwMzk3MDc3MkZFQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3M0MzQUU1QUFDQkQxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3M0MzQUU1OUFDQkQxMURGOEQ2MUVDMjM0MzY2NTBDQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU3Q0IzQkY1NkUyMjY4MTFCQ0ZCOTAzOTcwNzcyRkVCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkU2Q0IzQkY1NkUyMjY4MTFCQ0ZCOTAzOTcwNzcyRkVCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+uoWjuwAACh9JREFUeNrUm2toVdkVx7eJRqPRaHzFGBOjidGYaLQaX9GREXXAkloYQVpT+qFYBkcqLS0zTKFQWpwv86F0KLRfHFqnWDq0UCsMFYqlqHSwGo2v4Du+X9FoNL5P12/N3rLn9Cb33HNvrnHDujfnnHvO2f+91l57/dfaGWBe8xYEQUq/H5ilftWIVIoU2+Ov2e/jIt0inSKnRVpEnvdlR/oK8CKRt0QaRd4QyU3hXkDvFvmXyOeZHoABGXzWWJF3RL4rUuFfKC4uNmPHjjUjRozQ44kTJ+r3jRs3zNOnT013d7e5deuWuXTpknnx4oV/602RP4n8TqQ1EyadCcBlIh9YoHmcqKioMFOnTjXl5eVm1KhR5smTJwrs+fPnCohvOjpw4ECTk5Ojwt/5+fnmzp075vr16+bkyZPm1KlT/nv+KvJLkf++KsCAe89KPidmz55t5s6dawoLC839+/fNo0ePFCwgHjx4oMe0u3fv6vfw4cNNbm6uGTRokCkoKNDBycvLU+DDhg3TQTp27Jg5fPiwuXfvnnvvJyI/EunIJmCczqci1RzMmzfPLFiwQF9Ox65cuWKuXr2qZoqk0ikGa/z48WbcuHFm0qRJOihDhw41LS0tZu/evToI1sl9W2RXNgC/K/IRGp42bZpZsmSJasSZ4fnz51WbmWiDBw9W0NXV1TrvOd6zZ49pbX05nd8XwB/2FWA87a+tYzKLFi0yixcvVoCY3NmzZ8MOJ6OttLRUpwy+4dy5c2bnzp3u0h9FvifAuzMJmPm6Q+SbHGzYsEHn3P79+83Ro0fVCWWrVVZWmqVLl+rfO3bsUA8v7QuRbwjoa5l6z2/xD7KsBJs3bw7WrVsXiINh8rwSGTJkSLBmzRrtS1lZmTv/H5wnc7o3iTpnA1k69AXLli0LZAmJ1VGeQWfFEek3x3FBc684ymDLli0+6E/TBfymyDMeJmasL4jbSe4bPXp0MGvWLJX6+vpAApJAlqTYoAcMGBDU1NQEmzZtCsRxuvPvxQVM7Hubh4gnDsRJxdYsInM+kOUrkHVXj/lmAGVOBuJ909K0rBZBc3OzO4eCmuIA/jcPkEAiWLVqVVqdQjA7WWLc8TZ3ns7W1tYGstaqxuI8m8GbM2dOIKuGO3dDpCAVwCw9QUlJSbB+/XrfXGLLzJkzffMtFNko8pjjyZMnq4njFONOGRSyevVqNXF77hdRARc4U167dm0wZsyYjHhW5m0IsLFMCm0EEl0FDQ0NgZCMl2afqjBgTU1N7vg+PCUK4B9yw/Tp0wNZ6NOatxEAO/JxxC03mCWmH8eZMVBVVVVBXV2dO/ebMOCcEFhIwI/5g1j2woUL5tmzZ30dS7SLLBb5DHKxb98+jaVhXDIAKT2IAIgYnnjcto3iF6r934QBr4G+Tpkyxdy+fdt0dXVlK4DiRetEfs7BgQMHtPPE6rAm6XTkBz18+FDJC2GoDYc39ga4mQ9ZL5UMZEG74fYzC7zrzJkzSitlaqnG4MxRGvH8zZs3daBs+5YMWG6iFE+R1bA+HD6bNBCXkcfsioqKNJsBl+1JGwT9J06ciNLnz0TaRP5+8eLFMvohnlfJCVQzihLQMoMF05JnFNsAanf4dxCDoLy8XIOBKGsiyxXLjUyBQEY0FQdTGDFltMdFVAQ+MmiR4wGiONZme7w1kdNayYcsQ0rio8SdaBa2wuhnigOH8lmryGfRF5gZaSDYEvw7qVMQ/4PF+djCc7iBD9ItUTtPNoK5blu5pZtRpDMi6Cci3xfZjBNua2tTc8WZ8e7e5jWK8GhrvVhJng841+aOdY643FPSjEBubrac2cciK8hjQf6vXbumzowcWE99ACyKGzlypMNX6QNmYueTO3r8+HFWCX0KjTz1AtK1WNXx48c19TNhwgS1ykQNLFiCR4ZeAsZBqMe1SbL+2k7bIGUX2iNIIectsbjmu8INLN7yNNEHXKBrlDiFfqrdcJDydZEPXZDinG0is/YcV6EPWA+42JeJuAy390XW49hI2JNjC8cAYEGJvlJzzOvb8mztStPFeOUkS2muH2l1OxOIGsK94kZU+BdLL1W7xM/hBhYvMuv0NdzhvFoWl5q4rY6pC1iWnIULFxI+6vocbpizt8R2+IDb/egkFXaS5Ub4u496HYU64b2GYARml8j3hIKo9rCGOyh84d69id6f2gfWjAsIOgAMGaEwlwisIzaucGe+LL5/hS1RiH4Tk+5n6zGB8+9F3uaAWhZ9O3ToUK+MDqURSFkNd4lDaw976f18YPPeYp00w9DHrcxWFN6GMKxYsUKJzZEjR5LSV8B6DviLROThn3wQtuEMonhrXko6xrYLGaaHb1iwdSUlJapZ4mjMOEqsT0jZ2fmSo+xOBBgNd7icUBQK1tHRob8jJeTFrJlopGX+QYxP4qCqqkqLdlQqoyQAMGeXtbFtV6KMR7fNNmzExZPBSEYTGWm4MLy4trZWHV4iD8854t3t27frjoAkwcRHtp6lmQ46jgnjfKIWw1iXWW3IeuCb5L7WRIBpnwAY+kUBmpRKb86LDhDhXL58WcH3Ng0izPevBBPLly/XKXPw4MGUkgs4XTKunnb/kOweFnWtBGQqCZ8kL+2CibNcE2sJVq5cGQj1i1XeIRlPzcpLxhf1lpemsVNGQzWSYB7byEowIQOtjglCQOSXSmPuwo897X4sIDt6S9PS2B7Uwh4qzBAvnIn4uof593/BBPOVKRKHteE48T04N0sjfxX13kY/W0gBO12TnjFjhl+UI8PyZ3eNcix1pXTeQ5mGSqfMX3fuB6mWS3Wbg5iI1pjSLZeWlpZqldAen3JpXgkmtBZEh+M+G99ATQmx5w7hv1IFDGE+aWwNFw2lA5r6L46LEqyx9WKcU0VFRVoFOwposqKohdhz0KaauFse6o2t4eI1SYTH7RzTg2Q9SXuhdLobAPOLWwQ3tvpPebWxsdE/35zuphaCdt3nQSmTykQ6+zLoJLXgdIvsaNaB9erJWzOxi4f2jnvR/Pnz1cTTmXNxC95OZKnUGnII7LZkYFPdpviueyHOAUeGV01n61GcaYFlUKzHI3vXtvXkpNIB7Mz7ofPemDhOJ50NKalolXcSReEHvGtbowB1EieXgyNjG6JW1mEylDwIFoi9U42OkjXSNLA3oj6Ykle4g/t9R0D8LZXnxU1esWRttXM7lwwJNA6qCL2EpMO44iYIXNaFyMlFeu3t7Zq78ugeBbZz2d4RX2mBa/oFTRPLQs+ggfBlGA/gYV09hYvQR5eScRvF+Zt7iOm92JjMxU9snam3kLXPALvWYHlsoztBmgjtIGiazkMhw6ABC4+GpADa/QuA5bJ+Temn5sv/f4gSo/c5YNfYKd9kGVBdOCmO5hI1pkAC3t1uExKfmwTbFfoL4HACDlN/y5p+RZLfU/Fvs+BgbK1psLBXAjhR+qauh2unTfRdAa8N4D5pqQL+nwADAKGFDQ//Deb9AAAAAElFTkSuQmCC') no-repeat;-webkit-mask-size:1.7em;background-color:#003370;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0a7aff), color-stop(2%, #004394), color-stop(100%, #00234c));background-image:-webkit-linear-gradient(#0a7aff,#004394 2%,#00234c);background-image:linear-gradient(#0a7aff,#004394 2%,#00234c);width:1.7em;height:1.7em}.x-list.x-list-indexed .x-list-disclosure{margin-right:1em}.x-list .x-item-selected .x-list-disclosure{background:#fff none}.x-list .x-list-item{overflow:hidden;position:relative;color:black;border-top:1px solid #d1d1d1}.x-list .x-list-item .x-list-item-label{min-height:2.6em;padding:0.7em 0.8em}.x-list .x-list-item:first-child{border-top:none}.x-list .x-list-item:last-child{border-bottom:1px solid #d1d1d1}.x-list .x-list-item.x-item-pressed{border-top-color:#77b2f8;background:#77b2f8 none}.x-list .x-list-item.x-item-selected{background-color:#06346a;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #167bf3), color-stop(2%, #07448c), color-stop(100%, #042348));background-image:-webkit-linear-gradient(#167bf3,#07448c 2%,#042348);background-image:linear-gradient(#167bf3,#07448c 2%,#042348);color:white;text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0;border-top-color:#084b9b;border-bottom-color:#021022}.x-list-header{background-color:#4d80bc;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bccfe6), color-stop(2%, #6792c5), color-stop(100%, #3f6ea6));background-image:-webkit-linear-gradient(#bccfe6,#6792c5 2%,#3f6ea6);background-image:linear-gradient(#bccfe6,#6792c5 2%,#3f6ea6);color:#1f3651;text-shadow:rgba(255, 255, 255, 0.25) 0 0.08em 0;border-top:1px solid #4d80bc;border-bottom:1px solid #2d4e76;font-weight:bold;font-size:0.8em;padding:0.2em 1.02em;text-shadow:rgba(255, 255, 255, 0.25) 0 0.08em 0;-webkit-box-shadow:0px 0.1em 0.3em rgba(0, 0, 0, 0.3)}.x-list-header-swap{position:absolute;top:0;left:0;width:100%}.x-ios .x-list-header-swap{-webkit-transform:translate3d(0, 0, 0)}.x-list-round{background-color:#eaeaea}.x-list-round .x-list-group-items > *,.x-list-round.x-list-flat .x-list-parent > *{border-right:1px solid #d1d1d1;border-left:1px solid #d1d1d1;background-color:#f7f7f7;margin:0 1.2em}.x-list-round .x-list-group-items > *:first-child,.x-list-round.x-list-flat .x-list-parent > *:first-child{margin:1.2em 1.2em 0;border-top:1px solid #d1d1d1;-webkit-border-top-left-radius:0.4em;border-top-left-radius:0.4em;-webkit-border-top-right-radius:0.4em;border-top-right-radius:0.4em}.x-list-round .x-list-group-items > *:last-child,.x-list-round.x-list-flat .x-list-parent > *:last-child{margin:0 1.2em 1.2em;border-bottom:1px solid #d1d1d1;-webkit-border-bottom-left-radius:0.4em;border-bottom-left-radius:0.4em;-webkit-border-bottom-right-radius:0.4em;border-bottom-right-radius:0.4em}.x-list-paging{height:50px}.x-list-paging .x-loading-spinner{display:none;margin:auto}.x-list-paging .x-list-paging-msg{text-align:center;color:#06346a;padding-top:10px;-webkit-border-radius:6px;border-radius:6px}.x-list-paging.x-loading .x-loading-spinner{display:block}.x-list-paging.x-loading .x-list-paging-msg{display:none}.x-list-pullrefresh{display:-webkit-box;display:box;-webkit-box-orient:horizontal;box-orient:horizontal;-webkit-box-align:center;box-align:center;-webkit-box-pack:center;box-pack:center;position:absolute;top:-5em;left:0;width:100%;height:4.5em}.x-list-pullrefresh .x-loading-spinner{display:none}.x-list-pullrefresh-arrow{width:2.5em;height:4.5em;-webkit-mask:center center url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAA8CAYAAAAUufjgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAjFJREFUeNrsmU8oREEYwOexdtNuKBfFwdVhCyfuysnFiXISS+1BLopyUpKLXETkRLaUi1LK3Q2lpPbiQLnIn03a/Hm+z86Ttv0zM++bfbOar36Hbad5v535Zp7v47iuy0wOpyoEHccRHV9L9NxPkUE/bhKCOKiOSPAdn69DsJ5I8E2HYA0QJRJ8Bb50CDYRCT7pEMQD0kwk+CByUFQEW4gE73UIhoA2IsFb4ENEMCQ5MdU1IxwygpT3oKNLMGyyYFVscdhusc8tDpu+xRG7xf95BW0O2kNiV1AgIvaQ2BzUJNgJNJYZGyUU7OG1cal4Bi68oqkDPszy2teEwJp5Cdyu/lZ1g8CwIYJ7wEF+2YmrNw90Byx3BizgKhaqizEP1wg7CLLxCEzy/CtauMeBlQDyEfNuGrgU6SyM8F9SyVgHdmRaH6tAb4XkToEp2d4M5mOK0TWMigU2koa8vJMRZPxEb2ss2LEVPMpPLlMRxBgDZjQJLgNbxb6Uab9tAn3EcifAeKkBMoLY+j0GWonk7oB+lmsFkwhidAGHBPmIeTcAnJcbKCuIMQEs+hScAzZEBqoIYuzyFVCJI36lMJ2CDfxibZeUu+EX/4uMIFP8ZyLejxkgK0hG5a8kP4IYSZbr1IuQVHmAX0HGX4VuGfZVJ6cQxPd1uoRcWqDW0SroFVzZAnJZ/h0LWhAjUUAw4XdSSsH8fExRTEgtGAOuOTETBb16Jk412e+bxOSwglYw6PgWYABvLk8P7zGJFwAAAABJRU5ErkJggg==') no-repeat;-webkit-mask-size:2em 3em;-webkit-transform:rotate(0deg);background-color:#111}.x-list-pullrefresh-release .x-list-pullrefresh-arrow{-webkit-transform:rotate(-180deg)}.x-list-pullrefresh-wrap{width:20em;font-size:0.7em}.x-list-pullrefresh-message{font-weight:bold;font-size:1.3em;margin-bottom:0.1em;text-align:center}.x-list-pullrefresh-updated{text-align:center}.x-list-pullrefresh-loading .x-loading-spinner{display:block}.x-list-pullrefresh-loading .x-list-pullrefresh-arrow{display:none}html,body{width:100%;height:100%}.x-translatable{position:absolute;top:100%;left:100%;z-index:1}.x-translatable-container{position:relative}.x-translatable-wrapper{width:100%;height:100%;position:absolute;overflow:hidden}.x-translatable-stretcher{width:300%;height:300%;position:absolute;visibility:hidden;z-index:-1}.x-layout-fit,.x-layout-card{position:relative;overflow:hidden}.x-layout-fit-item,.x-layout-card-item{position:absolute !important;width:100%;height:100%}.x-layout-hbox,.x-layout-vbox{display:-webkit-box}.x-layout-hbox > *,.x-layout-vbox > *{-webkit-box-flex:0}.x-layout-hbox{-webkit-box-orient:horizontal}.x-layout-vbox{-webkit-box-orient:vertical}.x-layout-hbox > .x-layout-box-item{width:0 !important}.x-layout-vbox > .x-layout-box-item{height:0 !important}.x-container,.x-body{display:-webkit-box;overflow:hidden}.x-body{-webkit-box-flex:1;min-width:100%;min-height:100%}.x-body > .x-inner,.x-container > .x-inner{-webkit-box-flex:1;min-width:100%;min-height:100%;position:relative}.x-docking-horizontal{display:-webkit-box;-webkit-box-flex:1;-webkit-box-orient:horizontal;min-width:100%;min-height:100%}.x-docking-vertical{display:-webkit-box;-webkit-box-flex:1;-webkit-box-orient:vertical;min-width:100%;min-height:100%}.x-centered{position:absolute !important;width:100%;height:100%;display:-webkit-box;-webkit-box-align:center;-webkit-box-pack:center}.x-floating{position:absolute !important}.x-centered > *{position:relative !important;-webkit-box-flex:0 !important}.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}.x-scroll-view{position:relative;display:block}.x-scroll-container{position:absolute;overflow:hidden;width:100%;height:100%}.x-scroll-scroller{position:absolute;min-width:100%;min-height:100%}.x-ios .x-scroll-scroller,.x-android4 .x-scroll-scroller{-webkit-transform:translate3d(0, 0, 0)}.x-scroll-stretcher{position:absolute;visibility:hidden}.x-scroll-bar-grid-wrapper{position:absolute;width:100%;height:100%}.x-scroll-bar-grid{display:table;width:100%;height:100%}.x-scroll-bar-grid > *{display:table-row}.x-scroll-bar-grid > * > *{display:table-cell}.x-scroll-bar-grid > :first-child > :first-child{width:100%;height:100%}.x-scroll-bar-grid > :first-child > :nth-child(2){padding:3px 3px 0 0}.x-scroll-bar-grid > :nth-child(2) > :first-child{padding:0 0 3px 3px}.x-scroll-bar{position:relative;overflow:hidden}.x-scroll-bar-stretcher{position:absolute;visibility:hidden;width:100%;height:100%}.x-scroll-bar-x{height:6px;width:100%}.x-scroll-bar-x > .x-scroll-bar-stretcher{width:300%}.x-scroll-bar-y{width:6px;height:100%}.x-scroll-bar-y > .x-scroll-bar-stretcher{height:300%}.x-scroll-indicator{background:#333;position:absolute;z-index:1;opacity:0.5}.x-list-light .x-scroll-indicator,.x-dataview-light .x-scroll-indicator{background:#fff;opacity:1}.x-scroll-indicator-x{height:100%}.x-scroll-indicator-y{width:100%}.x-scroll-indicator-csstransform{background:none;-webkit-transition:opacity 0.2s ease-out}.x-scroll-indicator-csstransform > *{position:absolute;background-color:#333}.x-scroll-indicator-csstransform > :nth-child(2){-webkit-transform-origin:0% 0%;background:none;content:url(data:image/bmp;base64,Qk08AAAAAAAAADYAAAAoAAAAAQAAAAEAAAABABAAAAAAAAYAAAASCwAAEgsAAAAAAAAAAAAAxhgAAAAA)}.x-scroll-indicator-csstransform.x-scroll-indicator-y > *{width:100%}.x-scroll-indicator-csstransform.x-scroll-indicator-y > :first-child{height:3px;-webkit-border-top-left-radius:3px;border-top-left-radius:3px;-webkit-border-top-right-radius:3px;border-top-right-radius:3px}.x-scroll-indicator-csstransform.x-scroll-indicator-y > :nth-child(2){height:1px}.x-scroll-indicator-csstransform.x-scroll-indicator-y > :last-child{height:3px;-webkit-border-bottom-left-radius:3px;border-bottom-left-radius:3px;-webkit-border-bottom-right-radius:3px;border-bottom-right-radius:3px}.x-scroll-indicator-csstransform.x-scroll-indicator-x > *{height:100%}.x-scroll-indicator-csstransform.x-scroll-indicator-x > :first-child{width:3px;-webkit-border-top-left-radius:3px;border-top-left-radius:3px;-webkit-border-bottom-left-radius:3px;border-bottom-left-radius:3px}.x-scroll-indicator-csstransform.x-scroll-indicator-x > :nth-child(2){width:1px}.x-scroll-indicator-csstransform.x-scroll-indicator-x > :last-child{width:3px;-webkit-border-top-right-radius:3px;border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;border-bottom-right-radius:3px}.x-carousel{position:relative;overflow:hidden}.x-carousel-item{position:absolute;width:100%;height:100%}.x-carousel-item > *{position:absolute;width:100%;height:100%}.x-carousel-indicator{padding:0;-webkit-border-radius:0;border-radius:0;-webkit-box-shadow:none;background-color:transparent;background-image:none}.x-carousel-indicator{-webkit-box-flex:1;display:-webkit-box;display:box;-webkit-box-pack:center;box-pack:center;-webkit-box-align:center;box-align:center}.x-carousel-indicator span{display:block;width:0.5em;height:0.5em;-webkit-border-radius:0.25em;border-radius:0.25em;margin:0.2em}.x-carousel-indicator-horizontal{height:1.5em;width:100%}.x-carousel-indicator-vertical{-webkit-box-orient:vertical;box-orient:vertical;width:1.5em;height:100%}.x-carousel-indicator-light span{background-color:rgba(255, 255, 255, 0.1);background-image:none}.x-carousel-indicator-light span.x-carousel-indicator-active{background-color:rgba(255, 255, 255, 0.3);background-image:none}.x-carousel-indicator-dark span{background-color:rgba(0, 0, 0, 0.1);background-image:none}.x-carousel-indicator-dark span.x-carousel-indicator-active{background-color:rgba(0, 0, 0, 0.3);background-image:none}.x-form .x-scroll-container{background-color:#eeeeee}.x-form .x-scroll-container > .x-inner{padding:1em}.x-form-fieldset{margin:0 0 1.5em}.x-form-fieldset .x-form-fieldset-inner{border:1px solid #dddddd;background:#fff;padding:0;-webkit-border-radius:0.4em;border-radius:0.4em;overflow:hidden}.x-form-fieldset-title{text-shadow:#fff 0 1px 1px;color:#333333;margin:1em 0.7em 0.3em;color:#333333;font-weight:bold;white-space:nowrap}.x-form-fieldset-instructions{text-shadow:#fff 0 1px 1px;color:#333333;color:gray;margin:1em 0.7em 0.3em;font-size:.8em;text-align:center}.x-form-label{text-shadow:#fff 0 1px 1px;color:#333333;text-shadow:rgba(255, 255, 255, 0.25) 0 0.08em 0;background-color:#f7f7f7;padding:0.6em;border-top:1px solid white;display:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.x-form-label span{font-size:.8em;font-weight:bold}.x-field{min-height:2.5em;border-bottom:1px solid #dddddd}.x-field .x-component-outer{-webkit-box-flex:1}.x-field .x-field-input{position:relative}.x-field .x-field-input,.x-field .x-input-el{width:100%}.x-field.x-field-labeled .x-form-label{display:block}.x-field:last-child{border-bottom:0}.x-label-align-left:first-child .x-form-label{-webkit-border-top-left-radius:0.4em;border-top-left-radius:0.4em}.x-label-align-left:last-child .x-form-label{-webkit-border-bottom-left-radius:0.4em;border-bottom-left-radius:0.4em}.x-label-align-right{-webkit-box-direction:reverse;box-direction:reverse}.x-label-align-right .x-field-input{-webkit-box-direction:normal;box-direction:normal}.x-label-align-right:first-child .x-form-label{-webkit-border-top-right-radius:0.4em;border-top-right-radius:0.4em}.x-label-align-right:last-child{border-bottom:0}.x-label-align-right:last-child .x-form-label{-webkit-border-bottom-right-radius:0.4em;border-bottom-right-radius:0.4em}.x-label-align-top,.x-label-align-bottom{-webkit-box-orient:vertical;box-orient:vertical}.x-label-align-top .x-form-label,.x-label-align-bottom .x-form-label{width:100% !important}.x-label-align-top:first-child .x-form-label{-webkit-border-top-left-radius:0.4em;border-top-left-radius:0.4em;-webkit-border-top-right-radius:0.4em;border-top-right-radius:0.4em}.x-label-align-bottom{-webkit-box-direction:reverse;box-direction:reverse}.x-label-align-bottom .x-field-input{-webkit-box-direction:normal;box-direction:normal}.x-label-align-bottom:last-child .x-form-label{-webkit-border-bottom-left-radius:0.4em;border-bottom-left-radius:0.4em;-webkit-border-bottom-right-radius:0.4em;border-bottom-right-radius:0.4em}.x-input-el{padding:.4em;min-height:2.5em;display:block;border-width:0;background:transparent;-webkit-appearance:none}.x-field-mask{position:absolute;top:0;right:0;bottom:0;left:0}.x-field-required label:after,.x-field-required .x-form-label:after{content:"*";display:inline}.x-field-textarea textarea{min-height:6em;padding-top:.5em}.x-checkmark-base,.x-field .x-input-radio:after,.x-field .x-input-checkbox:after,.x-field .x-input-radio:checked:after,.x-field .x-input-checkbox:checked:after,.x-select-overlay .x-item-selected:before,.x-select-overlay .x-item-selected:after{content:"";position:absolute;width:0.75em;height:1.25em;top:50%;left:auto;-webkit-transform:rotate(45deg) skew(5deg);-webkit-transform-origin:50% 50%;right:1.1em;border:.35em solid;border-top:none;border-left:none;margin-top:-0.75em}.x-field .x-input-radio,.x-field .x-input-checkbox{position:relative}.x-field .x-input-radio:after,.x-field .x-input-checkbox:after{border-color:#dddddd}.x-field .x-input-radio:checked:after,.x-field .x-input-checkbox:checked:after{border-color:#06346a}.x-spinner .x-field-input{display:-webkit-box;display:box}.x-spinner .x-field-input .x-input-el{padding:0;width:50%;-webkit-box-flex:1;text-align:center}.x-spinner .x-field-input input::-webkit-outer-spin-button,.x-spinner .x-field-input input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.x-spinner .x-field-input .x-spinner-button{padding:.65em 1.5em;font-weight:bold;text-align:center}.x-spinner .x-field-input .x-spinner-button,.x-toolbar .x-spinner .x-field-input .x-spinner-button{border:0.1em solid #aaaaaa;border-top-color:#b7b7b7;color:black;text-shadow:rgba(255, 255, 255, 0.25) 0 0.08em 0;-webkit-box-shadow:rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-spinner .x-field-input .x-spinner-button.x-button-back:before,.x-spinner .x-field-input .x-spinner-button.x-button-forward:before,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-back:before,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-forward:before{background:#aaaaaa}.x-spinner .x-field-input .x-spinner-button,.x-spinner .x-field-input .x-spinner-button.x-button-back:after,.x-spinner .x-field-input .x-spinner-button.x-button-forward:after,.x-toolbar .x-spinner .x-field-input .x-spinner-button,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-back:after,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-forward:after{background-color:#dddddd;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(2%, #efefef), color-stop(100%, #cbcbcb));background-image:-webkit-linear-gradient(#ffffff,#efefef 2%,#cbcbcb);background-image:linear-gradient(#ffffff,#efefef 2%,#cbcbcb)}.x-spinner .x-field-input .x-spinner-button .x-button-icon.x-icon-mask,.x-toolbar .x-spinner .x-field-input .x-spinner-button .x-button-icon.x-icon-mask{background-color:black;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(2%, #121212), color-stop(100%, #000000));background-image:-webkit-linear-gradient(#4d4d4d,#121212 2%,#000000);background-image:linear-gradient(#4d4d4d,#121212 2%,#000000)}.x-spinner .x-field-input .x-spinner-button.x-button-pressed,.x-spinner .x-field-input .x-spinner-button.x-button-active,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-pressed,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-active{-webkit-box-shadow:inset #bab3b3 0 0 0.1em, rgba(255, 255, 255, 0.1) 0 0.1em 0}.x-spinner .x-field-input .x-spinner-button.x-button-pressed,.x-spinner .x-field-input .x-spinner-button.x-button-pressed:after,.x-spinner .x-field-input .x-spinner-button.x-button-active,.x-spinner .x-field-input .x-spinner-button.x-button-active:after,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-pressed,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-pressed:after,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-active,.x-toolbar .x-spinner .x-field-input .x-spinner-button.x-button-active:after{background-color:#cbcbcb;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b2b2b2), color-stop(10%, #bebebe), color-stop(65%, #cbcbcb), color-stop(100%, #cccccc));background-image:-webkit-linear-gradient(#b2b2b2,#bebebe 10%,#cbcbcb 65%,#cccccc);background-image:linear-gradient(#b2b2b2,#bebebe 10%,#cbcbcb 65%,#cccccc)}.x-spinner .x-field-input .x-spinner-button-down{border:0 !important;border-right:1px solid #dddddd !important}.x-spinner .x-field-input .x-spinner-button-up{border:0 !important;border-left:1px solid #dddddd !important}.x-phone .x-select-overlay{min-width:14em;min-height:12.5em}.x-select-overlay{min-width:18em;min-height:22em}.x-select-overlay .x-list-item-label{height:2.6em}.x-select-overlay .x-list-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.x-select-overlay .x-list-item{padding-right:2.6em}.x-select-overlay .x-item-selected:before{border-color:#262626;margin-top:-0.85em}.x-select-overlay .x-item-selected:after{border-color:#dddddd}.x-slider-field .x-component-outer,.x-toggle-field .x-component-outer{margin:0.6em}.x-slider,.x-toggle{position:relative;height:2.2em;min-height:0;min-width:0}.x-slider > *,.x-toggle > *{position:absolute;width:100%;height:100%}.x-thumb{position:absolute;height:2.2em;width:2.2em}.x-thumb:before{content:"";position:absolute;width:1.85em;height:1.85em;top:0.175em;left:0.175em;border:0.1em solid #919191;-webkit-border-radius:0.925em;border-radius:0.925em;background-color:#dddddd;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(2%, #efefef), color-stop(100%, #cbcbcb));background-image:-webkit-linear-gradient(#ffffff,#efefef 2%,#cbcbcb);background-image:linear-gradient(#ffffff,#efefef 2%,#cbcbcb);-webkit-box-shadow:inset rgba(255, 255, 255, 0.5) 0 0 0.1em, inset rgba(255, 255, 255, 0.3) 0 -0.1em 0;-webkit-background-clip:padding;background-clip:padding-box}.x-thumb.x-dragging{opacity:1}.x-thumb.x-dragging:before{background-color:#d0d0d0;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(2%, #e2e2e2), color-stop(100%, #bebebe));background-image:-webkit-linear-gradient(#ffffff,#e2e2e2 2%,#bebebe);background-image:linear-gradient(#ffffff,#e2e2e2 2%,#bebebe)}.x-slider:after{content:"";position:absolute;width:auto;height:0.8em;top:0.737em;left:0;right:0;margin:0 0.925em;background-color:#dddddd;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c4c4c4), color-stop(10%, #d0d0d0), color-stop(65%, #dddddd), color-stop(100%, #dedede));background-image:-webkit-linear-gradient(#c4c4c4,#d0d0d0 10%,#dddddd 65%,#dedede);background-image:linear-gradient(#c4c4c4,#d0d0d0 10%,#dddddd 65%,#dedede);border:0.1em solid rgba(0, 0, 0, 0.1);border-bottom:0;-webkit-box-shadow:rgba(255, 255, 255, 0.7) 0 0.1em 0;-webkit-border-radius:0.4em;border-radius:0.4em}.x-toggle{width:4.4em;-webkit-border-radius:1.1em;border-radius:1.1em;overflow:hidden;border:0.1em solid #b7b7b7;background-color:#ddd;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c4c4c4), color-stop(10%, #d0d0d0), color-stop(65%, #dddddd), color-stop(100%, #dedede));background-image:-webkit-linear-gradient(#c4c4c4,#d0d0d0 10%,#dddddd 65%,#dedede);background-image:linear-gradient(#c4c4c4,#d0d0d0 10%,#dddddd 65%,#dedede);-webkit-box-flex:0}.x-toggle .x-thumb.x-dragging{opacity:1}.x-toggle .x-thumb:before{top:0.175em}.x-toggle-on{background-color:#92cf00;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6e9c00), color-stop(10%, #80b500), color-stop(65%, #92cf00), color-stop(100%, #94d200));background-image:-webkit-linear-gradient(#6e9c00,#80b500 10%,#92cf00 65%,#94d200);background-image:linear-gradient(#6e9c00,#80b500 10%,#92cf00 65%,#94d200)}input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}.x-field-number input::-webkit-outer-spin-button,.x-field-number input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.x-field-input{display:-webkit-box;display:box;-webkit-box-orient:horizontal;box-orient:horizontal;-webkit-box-align:center;box-align:center;-webkit-box-pack:center;box-pack:center}.x-field-input .x-input-el{-webkit-box-flex:1;box-flex:1}.x-field-input .x-clear-icon{display:none;margin:.5em;width:1.1em;height:1.1em;-webkit-border-radius:0.55em;border-radius:0.55em;background-color:rgba(0, 0, 0, 0.15);color:#fff;font-weight:bold;line-height:.9em;text-align:center;padding:0 .27em}.x-android .x-clear-icon{line-height:1.2em;padding:0 .3em}.x-field-clearable .x-clear-icon{display:block}.x-field-textarea .x-field-input{-webkit-box-align:start;box-align:start}.x-android .x-input-el{-webkit-text-fill-color:#000}.x-item-disabled .x-form-label span,.x-item-disabled input,.x-item-disabled .x-spinner-body,.x-item-disabled select,.x-item-disabled textarea,.x-item-disabled .x-field-clear-container{color:#b3b3b3;-webkit-text-fill-color:#b3b3b3;pointer-events:none}.x-form-fieldset .x-field.x-form-fieldset-item-first{-webkit-border-top-left-radius:0.4em;border-top-left-radius:0.4em;-webkit-border-top-right-radius:0.4em;border-top-right-radius:0.4em}.x-form-fieldset .x-field.x-form-fieldset-item-last{border-bottom:0;-webkit-border-bottom-left-radius:0.4em;border-bottom-left-radius:0.4em;-webkit-border-bottom-right-radius:0.4em;border-bottom-right-radius:0.4em}.x-field-select{position:relative}.x-field-select:before,.x-field-select:after{pointer-events:none;position:absolute;display:block;right:0}.x-field-select:after{content:"";position:absolute;width:0;height:0;top:0;left:auto;margin:1em;border:.4em solid transparent;border-top-color:#ddd;z-index:2}.x-field-select.x-label-align-top:after{top:auto;bottom:0}.x-field-select:before{content:"";position:absolute;width:4em;height:auto;top:0;left:auto;bottom:0;-webkit-border-top-right-radius:inherit;border-top-right-radius:inherit;-webkit-border-bottom-right-radius:inherit;border-bottom-right-radius:inherit;background:-webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(255, 255, 255, 0)), color-stop(0.5, white));z-index:1}.x-field-select .x-form-field{white-space:nowrap;width:100%;overflow:hidden;text-overflow:ellipsis}.x-field-select .x-form-field-container{margin-right:40px}.x-msgbox{min-width:15em;max-width:20em;padding:0.8em;-webkit-box-shadow:rgba(0, 0, 0, 0.4) 0 0.1em 0.5em;-webkit-border-radius:0.3em;border-radius:0.3em;border:0.15em solid #354f6e}.x-msgbox .x-title{font-size:.9em;line-height:1.4em}.x-msgbox .x-body{background:transparent !important}.x-msgbox .x-toolbar{background:transparent none;-webkit-box-shadow:none}.x-msgbox .x-toolbar.x-docked-top{border-bottom:0;height:1.3em}.x-msgbox .x-toolbar.x-docked-bottom{border-top:0}.x-msgbox .x-field{margin:.4em .4em 0 .4em;min-height:2em;background:#fff;-webkit-border-radius:0.2em;border-radius:0.2em}.x-msgbox .x-field:last-child{margin-bottom:.4em}.x-msgbox .x-field .x-clear-icon{margin:.4em}.x-msgbox .x-form-field{min-height:1.5em;-webkit-appearance:none}.x-msgbox-text{font-size:.9em;text-align:center;padding:6px 0;line-height:1.4em}.x-msgbox-buttons{padding:0.4em 0;height:auto}.x-msgbox-buttons .x-button{min-width:4.5em}.x-msgbox-buttons .x-button-normal span{opacity:.7}.x-msgbox-dark .x-msgbox-text{color:rgba(186, 202, 222, 0.9);text-shadow:rgba(0, 0, 0, 0.5) 0 -0.08em 0}.x-msgbox-dark .x-msgbox-input{background-color:rgba(186, 202, 222, 0.9);background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(152,176,205,0.9)), color-stop(10%, rgba(169,189,214,0.9)), color-stop(65%, rgba(186,202,222,0.9)), color-stop(100%, rgba(188,204,223,0.9)));background-image:-webkit-linear-gradient(rgba(152,176,205,0.9),rgba(169,189,214,0.9) 10%,rgba(186,202,222,0.9) 65%,rgba(188,204,223,0.9));background-image:linear-gradient(rgba(152,176,205,0.9),rgba(169,189,214,0.9) 10%,rgba(186,202,222,0.9) 65%,rgba(188,204,223,0.9));border:0.1em solid rgba(66, 99, 138, 0.9)}.x-loading-spinner{font-size:250%;height:1em;width:1em;position:relative;-webkit-transform-origin:0.5em 0.5em}.x-loading-spinner > span,.x-loading-spinner > span:before,.x-loading-spinner > span:after{display:block;position:absolute;width:0.1em;height:0.25em;top:0;-webkit-transform-origin:0.05em 0.5em;-webkit-border-radius:0.05em;border-radius:0.05em;content:" "}.x-loading-spinner > span.x-loading-top{background-color:rgba(170, 170, 170, 0.99)}.x-loading-spinner > span.x-loading-top::after{background-color:rgba(170, 170, 170, 0.9)}.x-loading-spinner > span.x-loading-left::before{background-color:rgba(170, 170, 170, 0.8)}.x-loading-spinner > span.x-loading-left{background-color:rgba(170, 170, 170, 0.7)}.x-loading-spinner > span.x-loading-left::after{background-color:rgba(170, 170, 170, 0.6)}.x-loading-spinner > span.x-loading-bottom::before{background-color:rgba(170, 170, 170, 0.5)}.x-loading-spinner > span.x-loading-bottom{background-color:rgba(170, 170, 170, 0.4)}.x-loading-spinner > span.x-loading-bottom::after{background-color:rgba(170, 170, 170, 0.35)}.x-loading-spinner > span.x-loading-right::before{background-color:rgba(170, 170, 170, 0.3)}.x-loading-spinner > span.x-loading-right{background-color:rgba(170, 170, 170, 0.25)}.x-loading-spinner > span.x-loading-right::after{background-color:rgba(170, 170, 170, 0.2)}.x-loading-spinner > span.x-loading-top::before{background-color:rgba(170, 170, 170, 0.15)}.x-loading-spinner > span{left:50%;margin-left:-0.05em}.x-loading-spinner > span.x-loading-top{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg)}.x-loading-spinner > span.x-loading-right{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg)}.x-loading-spinner > span.x-loading-bottom{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg)}.x-loading-spinner > span.x-loading-left{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg)}.x-loading-spinner > span::before{-webkit-transform:rotate(30deg);-moz-transform:rotate(30deg)}.x-loading-spinner > span::after{-webkit-transform:rotate(-30deg);-moz-transform:rotate(-30deg)}.x-loading-spinner{-webkit-animation-name:x-loading-spinner-rotate;-webkit-animation-duration:.5s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear}@-webkit-keyframes x-loading-spinner-rotate{0%{-webkit-transform:rotate(0deg)}8.32%{-webkit-transform:rotate(0deg)}8.33%{-webkit-transform:rotate(30deg)}16.65%{-webkit-transform:rotate(30deg)}16.66%{-webkit-transform:rotate(60deg)}24.99%{-webkit-transform:rotate(60deg)}25%{-webkit-transform:rotate(90deg)}33.32%{-webkit-transform:rotate(90deg)}33.33%{-webkit-transform:rotate(120deg)}41.65%{-webkit-transform:rotate(120deg)}41.66%{-webkit-transform:rotate(150deg)}49.99%{-webkit-transform:rotate(150deg)}50%{-webkit-transform:rotate(180deg)}58.32%{-webkit-transform:rotate(180deg)}58.33%{-webkit-transform:rotate(210deg)}66.65%{-webkit-transform:rotate(210deg)}66.66%{-webkit-transform:rotate(240deg)}74.99%{-webkit-transform:rotate(240deg)}75%{-webkit-transform:rotate(270deg)}83.32%{-webkit-transform:rotate(270deg)}83.33%{-webkit-transform:rotate(300deg)}91.65%{-webkit-transform:rotate(300deg)}91.66%{-webkit-transform:rotate(330deg)}100%{-webkit-transform:rotate(330deg)}} diff --git a/lib/resources/sass/config-debug.rb b/lib/resources/sass/config-debug.rb index 396ff7e..64fe870 100644 --- a/lib/resources/sass/config-debug.rb +++ b/lib/resources/sass/config-debug.rb @@ -6,6 +6,6 @@ # Compass configurations sass_path = dir -css_path = File.join(dir, "..", "css") +css_path = File.join(dir, "..", "css-debug") environment = :development -output_style = :expanded +output_style = :expanded \ No newline at end of file diff --git a/lib/resources/themes/images/default/pictos/stop.png b/lib/resources/themes/images/default/pictos/stop.png new file mode 100644 index 0000000000000000000000000000000000000000..65f8963bbe7e04c9884510eaf33b94c914b34581 GIT binary patch literal 3170 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 ADgXcg literal 0 HcmV?d00001 diff --git a/lib/resources/themes/stylesheets/sencha-touch/default/_variables.scss b/lib/resources/themes/stylesheets/sencha-touch/default/_variables.scss index 4049934..a7e8786 100644 --- a/lib/resources/themes/stylesheets/sencha-touch/default/_variables.scss +++ b/lib/resources/themes/stylesheets/sencha-touch/default/_variables.scss @@ -36,8 +36,7 @@ $include-floating-panels: true !default; /** * @var {boolean} $include-default-uis - * Decides whether or not to include floating panels (useful to disable for iPhone applications - * which do not typically have floating menus). + * Decides whether or not to include the default UIs for all components. */ $include-default-uis: true !default; @@ -73,6 +72,13 @@ $base-color: #354F6E !default; // Graphite */ $base-gradient: 'matte' !default; +/** + * @var {font-family} $font-family + * The font-family to be used throughout the theme. + * @see background-gradient + */ +$font-family: "Helvetica Neue", HelveticaNeue, "Helvetica-Neue", Helvetica, "BBAlpha Sans", sans-serif; + /** * @var {color} $alert-color * Color used for elements like badges, errors, and "decline" UIs (eg. on buttons). diff --git a/lib/resources/themes/stylesheets/sencha-touch/default/core/_core.scss b/lib/resources/themes/stylesheets/sencha-touch/default/core/_core.scss index 71026bf..0eb7030 100644 --- a/lib/resources/themes/stylesheets/sencha-touch/default/core/_core.scss +++ b/lib/resources/themes/stylesheets/sencha-touch/default/core/_core.scss @@ -8,16 +8,14 @@ $experimental-support-for-microsoft: false; $experimental-support-for-khtml: false; html, body { - font-family: "Helvetica Neue", HelveticaNeue, "Helvetica-Neue", Helvetica, "BBAlpha Sans", sans-serif; + font-family: $font-family; font-weight: normal; position: relative; -webkit-text-size-adjust: none; } -.x-desktop { - html, body { - overflow: hidden; - } +body.x-desktop { + overflow: hidden; } *, *:after, *:before { @@ -25,6 +23,7 @@ html, body { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-user-select: none; -webkit-touch-callout: none; + -webkit-user-drag: none; } .x-ios.x-tablet .x-landscape * { @@ -81,11 +80,9 @@ input, textarea { margin-bottom: 0px; } -.x-draggable { - z-index: 1; -} - .x-mask { + $min-width: 8.5em; + position: absolute; top: 0; left: 0; @@ -104,8 +101,11 @@ input, textarea { background-color: rgba(0, 0, 0, 0.5); } + &.x-mask-transparent { + background-color: transparent; + } + .x-mask-inner { - display: none; background: rgba(0, 0, 0, .25); color: #fff; text-align: center; @@ -120,35 +120,29 @@ input, textarea { @include box-orient(vertical); @include box-align(center); @include box-pack(center); - width: 8.5em; - height: 8.5em; - } - - .x-mask-msg { - @include bevel-text; - -webkit-box-flex: 0 !important; - } - - &.x-mask-loading, - &.x-mask-text { - .x-mask-inner { - display: block; - } + width: 100%; + min-width: $min-width; + height: $min-width; } - &:not(.x-mask-loading) { + &.x-indicator-hidden { .x-loading-spinner-outer { display: none; } } - &:not(.x-mask-text) { - .x-mask-msg { - display: none; - } + .x-mask-message { + @include bevel-text; + -webkit-box-flex: 0 !important; + max-width: 13em; + min-width: $min-width; } } +.x-draggable { + z-index: 1; +} + .x-dragging { opacity: 0.7; } diff --git a/lib/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss b/lib/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss index 2ee6f9d..f9e236d 100644 --- a/lib/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss +++ b/lib/resources/themes/stylesheets/sencha-touch/default/core/_layout.scss @@ -4,26 +4,42 @@ height: 100%; } - .x-layout-fit { + .x-translatable { + position: absolute; + top: 100%; + left: 100%; + z-index: 1; + } + + .x-translatable-container { position: relative; - display: -webkit-box; } - .x-layout-fit > * { - -webkit-box-flex: 1; - min-width: 100%; - min-height: 100%; + .x-translatable-wrapper { + width: 100%; + height: 100%; + position: absolute; + overflow: hidden; + } + + .x-translatable-stretcher { + width: 300%; + height: 300%; + position: absolute; + visibility: hidden; + z-index: -1; } + .x-layout-fit, .x-layout-card { position: relative; overflow: hidden; + } - > .x-layout-card-item { - position: absolute !important; - width: 100%; - height: 100%; - } + .x-layout-fit-item, .x-layout-card-item { + position: absolute !important; + width: 100%; + height: 100%; } .x-layout-hbox, .x-layout-vbox { @@ -64,6 +80,7 @@ -webkit-box-flex: 1; min-width: 100%; min-height: 100%; + position: relative; } .x-docking-horizontal { @@ -143,7 +160,7 @@ min-height: 100%; } - .x-ios .x-scroll-scroller { + .x-ios .x-scroll-scroller, .x-android4 .x-scroll-scroller { -webkit-transform: translate3d(0, 0, 0); } @@ -222,6 +239,14 @@ opacity: 0.5; } + .x-list-light, + .x-dataview-light { + .x-scroll-indicator { + background: #fff; + opacity: 1; + } + } + .x-scroll-indicator-x { height: 100%; } diff --git a/lib/resources/themes/stylesheets/sencha-touch/default/widgets/_buttons.scss b/lib/resources/themes/stylesheets/sencha-touch/default/widgets/_buttons.scss index 7109366..32cc266 100644 --- a/lib/resources/themes/stylesheets/sencha-touch/default/widgets/_buttons.scss +++ b/lib/resources/themes/stylesheets/sencha-touch/default/widgets/_buttons.scss @@ -41,7 +41,7 @@ $toolbar-icon-size: 1.4em !default; $include-button-uis: $include-default-uis !default; /** - * @var {boolean} $include-button-uis Optionally disable special CSS3 effects on buttons including gradients, text-shadows, and box-shadows. + * @var {boolean} $include-button-highlights Optionally disable special CSS3 effects on buttons including gradients, text-shadows, and box-shadows. */ $include-button-highlights: $include-highlights !default; @@ -107,15 +107,11 @@ $include-button-highlights: $include-highlights !default; // Button icon alignment .x-iconalign-left, .x-icon-align-right { @include box-orient(horizontal); - @include box-direction(reverse); } .x-iconalign-top, .x-iconalign-bottom { @include box-orient(vertical); } .x-iconalign-bottom, .x-iconalign-right { - @include box-direction(normal); - } - .x-iconalign-bottom { @include box-direction(reverse); } .x-iconalign-center { @@ -127,6 +123,12 @@ $include-button-highlights: $include-highlights !default; .x-iconalign-right .x-button-label { margin-right: $toolbar-spacing * 1.5; } + .x-iconalign-top .x-button-label { + margin-top: $toolbar-spacing * 1.5; + } + .x-iconalign-bottom .x-button-label { + margin-bottom: $toolbar-spacing * 1.5; + } // Button labels .x-button-label { @@ -234,7 +236,7 @@ $include-button-highlights: $include-highlights !default; $mask-radial-glow: lighten($active-color, 50%); @include background-image(radial-gradient(fade-out($mask-radial-glow, .3), fade-out($mask-radial-glow, 1) 24px)); - .x-button-icon { + .x-button-icon.x-button-mask { @include background-gradient(#fff, 'recessed'); } } diff --git a/lib/resources/themes/stylesheets/sencha-touch/default/widgets/_carousel.scss b/lib/resources/themes/stylesheets/sencha-touch/default/widgets/_carousel.scss index 7eba6c7..dfa265e 100644 --- a/lib/resources/themes/stylesheets/sencha-touch/default/widgets/_carousel.scss +++ b/lib/resources/themes/stylesheets/sencha-touch/default/widgets/_carousel.scss @@ -57,6 +57,12 @@ $carousel-track-size: 1.5em !default; position: absolute; width: 100%; height: 100%; + + > * { + position: absolute; + width: 100%; + height: 100%; + } } .x-carousel-indicator { diff --git a/lib/resources/themes/stylesheets/sencha-touch/default/widgets/_form-sliders-basic.scss b/lib/resources/themes/stylesheets/sencha-touch/default/widgets/_form-sliders-basic.scss index 52d3d19..c7921df 100644 --- a/lib/resources/themes/stylesheets/sencha-touch/default/widgets/_form-sliders-basic.scss +++ b/lib/resources/themes/stylesheets/sencha-touch/default/widgets/_form-sliders-basic.scss @@ -1,9 +1,7 @@ @import '../global'; -/** +/* * Includes basic form slider styles. - * - * @member Ext.field.Slider */ @mixin sencha-form-sliders { diff --git a/lib/resources/themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss b/lib/resources/themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss index d01684b..38e768d 100644 --- a/lib/resources/themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss +++ b/lib/resources/themes/stylesheets/sencha-touch/default/widgets/_form-sliders.scss @@ -7,14 +7,23 @@ */ @mixin sencha-form-sliders { + .x-slider-field, .x-toggle-field { + .x-component-outer { + margin: $form-spacing; + } + } + .x-slider, .x-toggle { - .x-component-outer { position: relative; height: $form-thumb-size; - margin: $form-spacing; min-height: 0; min-width: 0; + + > * { + position: absolute; + width: 100%; + height: 100%; } } @@ -32,7 +41,7 @@ } // Create the slider track - .x-slider .x-component-outer:after { + .x-slider:after { @include insertion(auto, $form-slider-size, $form-toggle-size / 2 - $form-slider-size/2 + $form-spacing/2 - $form-thumb-space / 2, 0); right: 0; margin: 0 $form-toggle-size/2; @@ -66,7 +75,7 @@ } // Create the slider track - .x-slider .x-component-outer:after { + .x-slider:after { @include insertion(auto, $form-slider-size, $form-toggle-size / 2 - $form-slider-size/2 + $form-spacing/2 - $form-thumb-space / 2, 0); right: 0; margin: 0 $form-toggle-size/2; @@ -78,8 +87,7 @@ } } - .x-toggle .x-component-outer { - margin: $form-spacing; + .x-toggle { width: $form-thumb-size * 2; @if $include-border-radius { @include border-radius($form-thumb-size/2); } overflow: hidden; @@ -132,7 +140,7 @@ } } - .x-toggle-on.x-component-outer { + .x-toggle-on { @include background-gradient($confirm-color, 'recessed'); } diff --git a/lib/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss b/lib/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss index 7c31672..c5d91ac 100644 --- a/lib/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss +++ b/lib/resources/themes/stylesheets/sencha-touch/default/widgets/_form.scss @@ -37,6 +37,12 @@ $form-dark: #333 !default; */ $form-label-width: 6em !default; +/** + * @var {color} $form-label-background-color + * The default background color for labels + */ +$form-label-background-color: lighten($form-light, 10%); + /** * @var {measurement} $form-field-height * Default height for form fields. @@ -118,8 +124,8 @@ $form-scrollable-fields: '.x-field-slider, .x-field-toggle'; .x-form { .x-scroll-container { background-color: $form-bg-color; - - > .x-panel-inner { + + > .x-inner { padding: 1em; } } @@ -158,7 +164,7 @@ $form-scrollable-fields: '.x-field-slider, .x-field-toggle'; .x-form-label { @include label; @include bevel-text('light'); - background-color: lighten($form-light, 10%); + background-color: $form-label-background-color; padding: $form-spacing; border-top: 1px solid lighten($form-light, 20%); display: none; @@ -216,6 +222,10 @@ $form-scrollable-fields: '.x-field-slider, .x-field-toggle'; .x-label-align-right { @include box-direction(reverse); + .x-field-input { + @include box-direction(normal); + } + &:first-child { .x-form-label { @if $include-border-radius { @include border-top-right-radius($form-fieldset-radius); } @@ -231,6 +241,37 @@ $form-scrollable-fields: '.x-field-slider, .x-field-toggle'; } } + .x-label-align-top, + .x-label-align-bottom { + @include box-orient(vertical); + + .x-form-label { + width: 100% !important; + } + } + + .x-label-align-top { + &:first-child { + .x-form-label { + @if $include-border-radius { @include border-top-radius($form-fieldset-radius); } + } + } + } + + .x-label-align-bottom { + @include box-direction(reverse); + + .x-field-input { + @include box-direction(normal); + } + + &:last-child { + .x-form-label { + @if $include-border-radius { @include border-bottom-radius($form-fieldset-radius); } + } + } + } + .x-input-el { padding: .4em; min-height: $form-field-height; @@ -326,13 +367,15 @@ $form-scrollable-fields: '.x-field-slider, .x-field-toggle'; } } - // Ext.field.Select - .x-select-overlay { + .x-phone .x-select-overlay { min-width: 14em; + min-height: 12.5em; + } - .x-list-inner { - width: 100%; - } + // Ext.field.Select + .x-select-overlay { + min-width: 18em; + min-height: 22em; .x-list-item-label { height: 2.6em; @@ -342,7 +385,7 @@ $form-scrollable-fields: '.x-field-slider, .x-field-toggle'; @include ellipsis; display: block; } - + .x-list-item { padding-right: 2.6em; } @@ -384,7 +427,7 @@ $form-scrollable-fields: '.x-field-slider, .x-field-toggle'; @include box-orient(horizontal); @include box-align(center); @include box-pack(center); - + .x-input-el { @include box-flex(1); } @@ -421,6 +464,10 @@ $form-scrollable-fields: '.x-field-slider, .x-field-toggle'; } } + .x-android .x-input-el { + -webkit-text-fill-color: #000; + } + //disabled fields .x-item-disabled .x-form-label span, .x-item-disabled input, @@ -429,26 +476,29 @@ $form-scrollable-fields: '.x-field-slider, .x-field-toggle'; .x-item-disabled textarea, .x-item-disabled .x-field-clear-container { color: lighten($form-dark, 50%); + -webkit-text-fill-color: lighten($form-dark, 50%); pointer-events: none; } // Rounded corners .x-form-fieldset { .x-field { - &:first-child { + &.x-form-fieldset-item-first { @if $include-border-radius { @include border-top-radius($form-fieldset-radius); } } - &:last-child { + &.x-form-fieldset-item-last { + border-bottom: 0; + @if $include-border-radius { @include border-bottom-radius($form-fieldset-radius); } } } } - + // Create the dropdown arrow // for select fields .x-field-select { @@ -484,9 +534,9 @@ $form-scrollable-fields: '.x-field-slider, .x-field-toggle'; } .x-form-field { - white-space: nowrap; - width: 100%; - overflow: hidden; + white-space: nowrap; + width: 100%; + overflow: hidden; text-overflow: ellipsis } @@ -494,52 +544,4 @@ $form-scrollable-fields: '.x-field-slider, .x-field-toggle'; margin-right: 40px; } } - -// .x-label-align-right .x-input-radio:after, .x-label-align-right .x-input-checkbox:after { -// right: auto; -// left: $form-spacing; -// } - -// // spinner -// .x-spinner { -// input { -// text-align: center; -// } - -// -// } - -// $form-clear-size: 1.1em; - -// .x-field-clear-container { -// min-height: $form-field-height; -// background-color: $form-field-bg-color; -// @include display-box; -// @include box-orient(horizontal); -// @include box-align(center); -// @include box-pack(center); -// padding: 0 .3em; -// } - -// .x-field-clear { -// width: $form-clear-size; -// height: $form-clear-size; -// @if $include-border-radius { @include border-radius($form-clear-size/2); } -// background-color: rgba(#000, .15); -// color: #fff; -// font-weight: bold; -// line-height: .9em; -// text-align: center; -// padding: 0 .27em; -// } - -// .x-label-align-top .x-field-clear { -// top: auto; -// bottom: .7em; -// } - -// .x-label-align-right .x-field-clear { -// top: $form-spacing; -// right: $form-spacing; -// } } diff --git a/lib/resources/themes/stylesheets/sencha-touch/default/widgets/_list.scss b/lib/resources/themes/stylesheets/sencha-touch/default/widgets/_list.scss index c72dee9..9b50be3 100644 --- a/lib/resources/themes/stylesheets/sencha-touch/default/widgets/_list.scss +++ b/lib/resources/themes/stylesheets/sencha-touch/default/widgets/_list.scss @@ -17,7 +17,7 @@ $list-color: #000 !default; $list-bg-color: #f7f7f7 !default; /** - * @var {color} $list-pressed-color + * @var {color} $include-list-highlights * Background-color for pressed list rows. */ $include-list-highlights: $include-highlights !default; @@ -65,11 +65,12 @@ $list-disclosure-size: 1.7em; */ @mixin sencha-list { .x-list { + position: relative; background-color: $list-bg-color; - } - .x-list { - position: relative; + .x-list-inner { + width: 100%; + } .x-list-disclosure { position: absolute; diff --git a/lib/resources/themes/stylesheets/sencha-touch/default/widgets/_map.scss b/lib/resources/themes/stylesheets/sencha-touch/default/widgets/_map.scss index 562584d..f018946 100644 --- a/lib/resources/themes/stylesheets/sencha-touch/default/widgets/_map.scss +++ b/lib/resources/themes/stylesheets/sencha-touch/default/widgets/_map.scss @@ -1,5 +1,9 @@ .x-map { background-color: #edeae2; //GMap tan background + * { + -webkit-box-sizing: content-box; + box-sizing: content-box; + } } .x-mask-map { diff --git a/lib/resources/themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss b/lib/resources/themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss index d8f071c..1d70c1b 100644 --- a/lib/resources/themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss +++ b/lib/resources/themes/stylesheets/sencha-touch/default/widgets/_msgbox.scss @@ -6,6 +6,7 @@ @mixin sencha-msgbox { .x-msgbox { min-width: 15em; + max-width: 20em; padding: 0.8em; -webkit-box-shadow: rgba(#000, .4) 0 .1em .5em; @if $include-border-radius { @include border-radius($panel-border-radius); } @@ -16,6 +17,10 @@ line-height: 1.4em; } + .x-body { + background:transparent !important; + } + .x-toolbar { background: transparent none; -webkit-box-shadow: none; @@ -55,6 +60,7 @@ font-size: .9em; text-align: center; padding: 6px 0; + line-height: 1.4em; } .x-msgbox-buttons { diff --git a/lib/resources/themes/stylesheets/sencha-touch/default/widgets/_panel.scss b/lib/resources/themes/stylesheets/sencha-touch/default/widgets/_panel.scss index 1625c6e..57257c4 100644 --- a/lib/resources/themes/stylesheets/sencha-touch/default/widgets/_panel.scss +++ b/lib/resources/themes/stylesheets/sencha-touch/default/widgets/_panel.scss @@ -4,12 +4,15 @@ $panel-border-radius: .3em; @mixin sencha-panel($include-floating: $include-floating-panels) { .x-panel, + .x-msgbox, .x-panel-body { position: relative; } @if $include-floating { - .x-panel.x-floating { + .x-panel.x-floating, + .x-msgbox.x-floating, + .x-form.x-floating { padding: 6px; @if $include-border-radius { @include border-radius($panel-border-radius); } -webkit-box-shadow: rgba(0,0,0,.8) 0 .2em .6em; @@ -19,7 +22,7 @@ $panel-border-radius: .3em; @include background-gradient($base-color, 'flat'); } - .x-panel, + .x-body, .x-scroll-view { background-color: #fff; @if $include-border-radius { @include border_radius($panel-border-radius); } diff --git a/lib/resources/themes/stylesheets/sencha-touch/default/widgets/_picker.scss b/lib/resources/themes/stylesheets/sencha-touch/default/widgets/_picker.scss index 771e5a4..0923460 100644 --- a/lib/resources/themes/stylesheets/sencha-touch/default/widgets/_picker.scss +++ b/lib/resources/themes/stylesheets/sencha-touch/default/widgets/_picker.scss @@ -13,7 +13,6 @@ $picker-bar-gradient: $base-gradient !default; .x-sheet.x-picker { padding: 0; - z-index: 110 !important; } .x-sheet.x-picker .x-sheet-inner { @@ -56,6 +55,7 @@ $picker-bar-gradient: $base-gradient !default; &:last-child { .x-body { + border-left: 0; border-right: 0; } } diff --git a/lib/resources/themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss b/lib/resources/themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss index 4b45b44..b007fee 100644 --- a/lib/resources/themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss +++ b/lib/resources/themes/stylesheets/sencha-touch/default/widgets/_toolbar-forms.scss @@ -49,10 +49,14 @@ $toolbar-search-left-padding: 1.67em; .x-desktop .x-toolbar { .x-input-search { - padding-left: ($toolbar-search-left-padding - .61em); + margin-left: ($toolbar-search-left-padding - .61em); } } + .x-android .x-toolbar .x-input-el { + -webkit-text-fill-color: #fff; + } + .x-toolbar { .x-form-field-container { @if $include-border-radius { padding: 0 .3em; } @@ -110,12 +114,17 @@ $toolbar-search-left-padding: 1.67em; @if $include-border-radius { @include border-radius($toolbar-input-height/2); } } - .x-input-search { - background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(rgba($toolbar-input-bg,.6))), theme_image($theme-name, "pictos/search.png"); - -webkit-background-size: .83em .83em, .83em .83em; - background-repeat: no-repeat; - background-position: .5em 50%; - padding-left: $toolbar-search-left-padding; + .x-field-search { + .x-field-input { + background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(rgba($toolbar-input-bg,.6))), theme_image($theme-name, "pictos/search.png"); + -webkit-background-size: .83em .83em, .83em .83em; + background-repeat: no-repeat; + background-position: .5em 50%; + + .x-form-field { + margin-left: $toolbar-search-left-padding - 0.67em; + } + } } .x-field-select { @@ -150,4 +159,9 @@ $toolbar-search-left-padding: 1.67em; } } } + + .x-android .x-field-search .x-field-input .x-form-field { + margin-left: $toolbar-search-left-padding; + } + } diff --git a/lib/resources/themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss b/lib/resources/themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss index b6065e1..eab48a9 100644 --- a/lib/resources/themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss +++ b/lib/resources/themes/stylesheets/sencha-touch/default/widgets/_toolbar.scss @@ -60,12 +60,26 @@ $include-toolbar-uis: $include-default-uis !default; overflow: hidden; text-overflow: ellipsis; margin: 0 0.3em; + max-width: 100%; + + .x-innerhtml { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + padding: 0 .3em; + } } @if $include-toolbar-uis { @include sencha-toolbar-ui('dark', darken($base-color, 10%)); @include sencha-toolbar-ui('light', $base-color); } + + .x-navigation-bar { + .x-container { + overflow: visible; + } + } } /** @@ -96,6 +110,14 @@ $include-toolbar-uis: $include-default-uis !default; @include bevel-by-background($color); } + &.x-docked-top { + border-bottom-color: $toolbar-border-color; + } + + &.x-docked-bottom { + border-top-color: $toolbar-border-color; + } + .x-button, .x-field-select { @include toolbar-button($toolbar-button-color, $gradient); diff --git a/lib/sencha-touch-all-debug-w-comments.js b/lib/sencha-touch-all-debug-w-comments.js index 5191d0f..96fe8fb 100644 --- a/lib/sencha-touch-all-debug-w-comments.js +++ b/lib/sencha-touch-all-debug-w-comments.js @@ -1412,7 +1412,6 @@ Ext.urlAppend = Ext.String.urlAppend; splice = supportsSplice ? spliceNative : spliceSim; // NOTE: from here on, use erase, replace or splice (not native methods)... - ExtArray = Ext.Array = { /** * Iterates an array or an iterable value and invoke the given callback function for each item. @@ -1495,11 +1494,9 @@ Ext.urlAppend = Ext.String.urlAppend; * @param {Array} fn.allItems The `array` itself which was passed as the first argument * @param {Object} scope (Optional) The execution scope (`this`) in which the specified function is executed. */ - forEach: function(array, fn, scope) { - if (supportsForEach) { + forEach: supportsForEach ? function(array, fn, scope) { return array.forEach(fn, scope); - } - + } : function(array, fn, scope) { var i = 0, ln = array.length; @@ -1517,11 +1514,9 @@ Ext.urlAppend = Ext.String.urlAppend; * @param {Number} from (Optional) The index at which to begin the search * @return {Number} The index of item in the array (or -1 if it is not found) */ - indexOf: function(array, item, from) { - if (supportsIndexOf) { - return array.indexOf(item, from); - } - + indexOf: (supportsIndexOf) ? function(array, item, from) { + return array.indexOf(item, from); + } : function(array, item, from) { var i, length = array.length; for (i = (from < 0) ? Math.max(0, length + from) : from || 0; i < length; i++) { @@ -1540,11 +1535,9 @@ Ext.urlAppend = Ext.String.urlAppend; * @param {Object} item The item to look for * @return {Boolean} True if the array contains the item, false otherwise */ - contains: function(array, item) { - if (supportsIndexOf) { - return array.indexOf(item) !== -1; - } - + contains: supportsIndexOf ? function(array, item) { + return array.indexOf(item) !== -1; + } : function(array, item) { var i, ln; for (i = 0, ln = array.length; i < ln; i++) { @@ -1638,11 +1631,9 @@ Ext.urlAppend = Ext.String.urlAppend; * @param {Object} scope Callback function scope * @return {Array} results */ - map: function(array, fn, scope) { - if (supportsMap) { - return array.map(fn, scope); - } - + map: supportsMap ? function(array, fn, scope) { + return array.map(fn, scope); + } : function(array, fn, scope) { var results = [], i = 0, len = array.length; @@ -2950,34 +2941,15 @@ var ExtObject = Ext.Object = { return objectClass; }, - redefineProperty: function() { - if ('defineProperty' in Object) { - return function(object, property, getter, setter) { - var obj = { - configurable: true, - enumerable: true - }; - - if (getter) { - obj.get = getter; - } - if (setter) { - obj.set = setter; - } - Object.defineProperty(object, property, obj); - }; + defineProperty: ('defineProperty' in Object) ? Object.defineProperty : function(object, name, descriptor) { + if (descriptor.get) { + object.__defineGetter__(name, descriptor.get); } - else { - return function(object, property, getter, setter) { - if (getter) { - object.__defineGetter__(property, getter); - } - if (setter) { - object.__defineSetter__(property, setter); - } - }; + + if (descriptor.set) { + object.__defineSetter__(name, descriptor.set); } - }() + } }; /** @@ -3746,10 +3718,9 @@ var noArgs = [], this.$onExtended = parent.$onExtended.slice(); } - prototype.config = new prototype.configClass; + prototype.config = prototype.defaultConfig = new prototype.configClass; prototype.initConfigList = prototype.initConfigList.slice(); - prototype.hasInitConfigMap = Ext.clone(prototype.hasInitConfigMap); - prototype.hasConfigMap = Ext.Object.chain(prototype.hasConfigMap); + prototype.initConfigMap = Ext.Object.chain(prototype.initConfigMap); }, /** @@ -3794,26 +3765,27 @@ var noArgs = [], */ addConfig: function(config, fullMerge) { var prototype = this.prototype, - configNameCache = Ext.Class.configNameCache, - hasConfig = prototype.hasConfigMap, - configList = prototype.initConfigList, - configMap = prototype.hasInitConfigMap, - defaultConfig = prototype.config, - initializedName, name, value; + initConfigList = prototype.initConfigList, + initConfigMap = prototype.initConfigMap, + defaultConfig = prototype.defaultConfig, + hasInitConfigItem, name, value; - for (name in config) { - if (config.hasOwnProperty(name)) { - if (!hasConfig[name]) { - hasConfig[name] = true; - } + fullMerge = Boolean(fullMerge); + for (name in config) { + if (config.hasOwnProperty(name) && (fullMerge || !(name in defaultConfig))) { value = config[name]; + hasInitConfigItem = initConfigMap[name]; - initializedName = configNameCache[name].initialized; - - if (!configMap[name] && value !== null && !prototype[initializedName]) { - configMap[name] = true; - configList.push(name); + if (value !== null) { + if (!hasInitConfigItem) { + initConfigMap[name] = true; + initConfigList.push(name); + } + } + else if (hasInitConfigItem) { + initConfigMap[name] = false; + Ext.Array.remove(initConfigList, name); } } } @@ -4172,7 +4144,7 @@ var noArgs = [], callParent: function(args) { var method; - // This code is intentionally inlined for the least number of debugger stepping + // This code is intentionally inlined for the least amount of debugger stepping return (method = this.callParent.caller) && (method.$previous || ((method = method.$owner ? method : method.caller) && method.$owner.superclass.$class[method.$name])).apply(this, args || noArgs); @@ -4306,9 +4278,7 @@ var noArgs = [], initConfigList: [], - hasConfigMap: {}, - - hasInitConfigMap: {}, + initConfigMap: {}, /** * Get the reference to the class from which this object was instantiated. Note that unlike {@link Ext.Base#self}, @@ -4532,6 +4502,9 @@ var noArgs = [], return this; }, + + wasInstantiated: false, + /** * Initialize configuration for this class. a typical example: * @@ -4554,59 +4527,96 @@ var noArgs = [], * alert(awesome.getName()); // 'Super Awesome' * * @protected - * @param {Object} config + * @param {Object} instanceConfig * @return {Object} mixins The mixin prototypes as key - value pairs */ - initConfig: function(config) { - var instanceConfig = config, - configNameCache = Ext.Class.configNameCache, - defaultConfig = new this.configClass, - defaultConfigList = this.initConfigList, - hasConfig = this.hasConfigMap, - nameMap, i, ln, name, initializedName; + initConfig: function(instanceConfig) { + var configNameCache = Ext.Class.configNameCache, + prototype = this.self.prototype, + initConfigList = this.initConfigList, + initConfigMap = this.initConfigMap, + config = new this.configClass, + defaultConfig = this.defaultConfig, + i, ln, name, value, nameMap, getName; this.initConfig = Ext.emptyFn; this.initialConfig = instanceConfig || {}; - this.config = config = (instanceConfig) ? Ext.merge(defaultConfig, config) : defaultConfig; + if (instanceConfig) { + Ext.merge(config, instanceConfig); + } + + this.config = config; + + // Optimize initConfigList *once* per class based on the existence of apply* and update* methods + // Happens only once during the first instantiation + if (!prototype.hasOwnProperty('wasInstantiated')) { + prototype.wasInstantiated = true; + + for (i = 0,ln = initConfigList.length; i < ln; i++) { + name = initConfigList[i]; + nameMap = configNameCache[name]; + value = defaultConfig[name]; + + if (!(nameMap.apply in prototype) + && !(nameMap.update in prototype) + && prototype[nameMap.set].$isDefault + && typeof value != 'object') { + prototype[nameMap.internal] = defaultConfig[name]; + initConfigMap[name] = false; + Ext.Array.remove(initConfigList, name); + i--; + ln--; + } + } + } if (instanceConfig) { - defaultConfigList = defaultConfigList.slice(); + initConfigList = initConfigList.slice(); for (name in instanceConfig) { - if (hasConfig[name]) { - if (instanceConfig[name] !== null) { - defaultConfigList.push(name); - nameMap = configNameCache[name]; - - this[nameMap.initialized] = false; - this[nameMap.get] = this[nameMap.initGet]; - } + if (name in defaultConfig && config[name] !== null && !initConfigMap[name]) { + initConfigList.push(name); } } } - for (i = 0,ln = defaultConfigList.length; i < ln; i++) { - name = defaultConfigList[i]; + // Point all getters to the initGetters + for (i = 0,ln = initConfigList.length; i < ln; i++) { + name = initConfigList[i]; + nameMap = configNameCache[name]; + this[nameMap.get] = this[nameMap.initGet]; + } + + for (i = 0,ln = initConfigList.length; i < ln; i++) { + name = initConfigList[i]; nameMap = configNameCache[name]; - initializedName = nameMap.initialized; + getName = nameMap.get; - if (!this[initializedName]) { - this[initializedName] = true; - this[nameMap.set](config[name]); + if (this.hasOwnProperty(getName)) { + this[nameMap.set].call(this, config[name]); + delete this[getName]; } } return this; }, - /** - * @private - * @param config - */ - hasConfig: function(name) { - return Boolean(this.hasConfigMap[name]); + getCurrentConfig: function() { + var defaultConfig = this.defaultConfig, + configNameCache = Ext.Class.configNameCache, + config = {}, + name, nameMap; + + for (name in defaultConfig) { + if (defaultConfig.hasOwnProperty(name)) { + nameMap = configNameCache[name]; + config[name] = this[nameMap.get].call(this); + } + } + + return config; }, /** @@ -4619,23 +4629,32 @@ var noArgs = [], var configNameCache = Ext.Class.configNameCache, currentConfig = this.config, - hasConfig = this.hasConfigMap, + defaultConfig = this.defaultConfig, initialConfig = this.initialConfig, - name, value; + configList = [], + name, value, i, ln, nameMap; applyIfNotSet = Boolean(applyIfNotSet); for (name in config) { - if (applyIfNotSet && initialConfig.hasOwnProperty(name)) { + if ((applyIfNotSet && (name in initialConfig)) || !(name in defaultConfig)) { continue; } value = config[name]; currentConfig[name] = value; - if (hasConfig[name]) { - this[configNameCache[name].set](value); - } + configList.push(name); + + nameMap = configNameCache[name]; + this[nameMap.get] = this[nameMap.initGet]; + } + + for (i = 0,ln = configList.length; i < ln; i++) { + name = configList[i]; + nameMap = configNameCache[name]; + this[nameMap.set].call(this, config[name]); + delete this[nameMap.get]; } return this; @@ -4646,9 +4665,14 @@ var noArgs = [], * @param name */ getConfig: function(name) { - var configNameCache = Ext.Class.configNameCache; + return this[Ext.Class.configNameCache[name].get].call(this); + }, - return this[configNameCache[name].get](); + /** + * @private + */ + hasConfig: function(name) { + return (name in this.defaultConfig); }, /** @@ -5019,54 +5043,48 @@ var noArgs = [], */ process: function(Class, data, onCreated) { var preprocessorStack = data.preprocessors || ExtClass.defaultPreprocessors, - registeredPreprocessors = this.preprocessors, + preprocessors = this.preprocessors, hooks = { - onBeforeCreated: this.onBeforeCreated + onBeforeCreated: this.onBeforeCreated, + onCreated: onCreated || Ext.emptyFn }, index = 0, - preprocessors = [], - preprocessor, preprocessorsProperties, - i, ln, j, subLn, preprocessorProperty, process; + name, preprocessor, properties, + i, ln, fn, property, process; delete data.preprocessors; - for (i = 0,ln = preprocessorStack.length; i < ln; i++) { - preprocessor = preprocessorStack[i]; + process = function(Class, data, hooks) { + fn = null; - if (typeof preprocessor == 'string') { - preprocessor = registeredPreprocessors[preprocessor]; - preprocessorsProperties = preprocessor.properties; + while (fn === null) { + name = preprocessorStack[index++]; - if (preprocessorsProperties === true) { - preprocessors.push(preprocessor.fn); - } - else if (preprocessorsProperties) { - for (j = 0,subLn = preprocessorsProperties.length; j < subLn; j++) { - preprocessorProperty = preprocessorsProperties[j]; + if (name) { + preprocessor = preprocessors[name]; + properties = preprocessor.properties; - if (data.hasOwnProperty(preprocessorProperty)) { - preprocessors.push(preprocessor.fn); - break; + if (properties === true) { + fn = preprocessor.fn; + } + else { + for (i = 0,ln = properties.length; i < ln; i++) { + property = properties[i]; + + if (data.hasOwnProperty(property)) { + fn = preprocessor.fn; + break; + } } } } - } - else { - preprocessors.push(preprocessor); - } - } - - hooks.onCreated = onCreated ? onCreated : Ext.emptyFn; - - process = function(Class, data, hooks) { - preprocessor = preprocessors[index++]; - - if (!preprocessor) { - hooks.onBeforeCreated.apply(this, arguments); - return; + else { + hooks.onBeforeCreated.apply(this, arguments); + return; + } } - if (preprocessor.call(this, Class, data, hooks, process) !== false) { + if (fn.call(this, Class, data, hooks, process) !== false) { process.apply(this, arguments); } }; @@ -5230,8 +5248,8 @@ var noArgs = [], capitalizedName = name.charAt(0).toUpperCase() + name.substr(1); map = cache[name] = { + name: name, internal: '_' + name, - initialized: '_is' + capitalizedName + 'Initialized', initializing: 'is' + capitalizedName + 'Initializing', apply: 'apply' + capitalizedName, update: 'update' + capitalizedName, @@ -5244,6 +5262,65 @@ var noArgs = [], } return map; + }, + + generateSetter: function(nameMap) { + var internalName = nameMap.internal, + getName = nameMap.get, + applyName = nameMap.apply, + updateName = nameMap.update, + setter; + + setter = function(value) { + var oldValue = this[internalName], + applier = this[applyName], + updater = this[updateName]; + + delete this[getName]; + + if (applier) { + value = applier.call(this, value, oldValue); + } + + if (typeof value != 'undefined') { + this[internalName] = value; + + if (updater && value !== oldValue) { + updater.call(this, value, oldValue); + } + } + + return this; + }; + + setter.$isDefault = true; + + return setter; + }, + + generateInitGetter: function(nameMap) { + var name = nameMap.name, + setName = nameMap.set, + getName = nameMap.get, + initializingName = nameMap.initializing; + + return function() { + this[initializingName] = true; + delete this[getName]; + + this[setName].call(this, this.config[name]); + delete this[initializingName]; + + return this[getName].apply(this, arguments); + } + }, + + generateGetter: function(nameMap) { + var internalName = nameMap.internal; + + return function() { + return this[internalName]; + } } }); @@ -5264,7 +5341,7 @@ var noArgs = [], var Base = Ext.Base, basePrototype = Base.prototype, extend = data.extend, - Parent, parentPrototype, i; + Parent, parentPrototype, name; delete data.extend; @@ -5278,9 +5355,9 @@ var noArgs = [], parentPrototype = Parent.prototype; if (!Parent.$isClass) { - for (i in basePrototype) { - if (!parentPrototype[i]) { - parentPrototype[i] = basePrototype[i]; + for (name in basePrototype) { + if (!parentPrototype[name]) { + parentPrototype[name] = basePrototype[name]; } } } @@ -5290,7 +5367,7 @@ var noArgs = [], Class.triggerExtended.apply(Class, arguments); if (data.onClassExtended) { - Class.onExtended(data.onClassExtended); + Class.onExtended(data.onClassExtended, Class); delete data.onClassExtended; } @@ -5358,96 +5435,37 @@ var noArgs = [], */ ExtClass.registerPreprocessor('config', function(Class, data) { var config = data.config, - prototype = Class.prototype; + prototype = Class.prototype, + defaultConfig = prototype.config, + nameMap, name, setName, getName, initGetName, internalName, value; delete data.config; - Ext.Object.each(config, function(name, value) { - var nameMap = ExtClass.getConfigNameMap(name), - internalName = nameMap.internal, - initializedName = nameMap.initialized, - applyName = nameMap.apply, - updateName = nameMap.update, - setName = nameMap.set, - getName = nameMap.get, - initGetName = nameMap.initGet, - initializingName = nameMap.initializing, - hasOwnSetter = (setName in prototype) || data.hasOwnProperty(setName), - hasOwnApplier = (applyName in prototype) || data.hasOwnProperty(applyName), - hasOwnUpdater = (updateName in prototype) || data.hasOwnProperty(updateName), - optimizedGetter, customGetter; - - if (value === null || (!hasOwnSetter && !hasOwnApplier && !hasOwnUpdater)) { - prototype[internalName] = value; - prototype[initializedName] = true; - } - else { - prototype[initializedName] = false; - } - - if (!hasOwnSetter) { - data[setName] = function(value) { - var oldValue = this[internalName], - applier = this[applyName], - updater = this[updateName]; - - if (!this[initializedName]) { - this[initializedName] = true; - } - - if (applier) { - value = applier.call(this, value, oldValue); - } + for (name in config) { + // Once per config item, per class hierachy + if (config.hasOwnProperty(name) && !(name in defaultConfig)) { + value = config[name]; + nameMap = this.getConfigNameMap(name); + setName = nameMap.set; + getName = nameMap.get; + initGetName = nameMap.initGet; + internalName = nameMap.internal; - if (typeof value != 'undefined') { - this[internalName] = value; + data[initGetName] = this.generateInitGetter(nameMap); - if (updater && value !== oldValue) { - updater.call(this, value, oldValue); - } - } - - return this; + if (value === null && !data.hasOwnProperty(internalName)) { + data[internalName] = null; } - } - if (!(getName in prototype) || data.hasOwnProperty(getName)) { - customGetter = data[getName] || false; - - if (customGetter) { - optimizedGetter = function() { - return customGetter.apply(this, arguments); - }; - } - else { - optimizedGetter = function() { - return this[internalName]; - }; + if (!data.hasOwnProperty(getName)) { + data[getName] = this.generateGetter(nameMap); } - data[getName] = prototype[initGetName] = function() { - var currentGetter; - - if (!this[initializedName]) { - this[initializedName] = true; - this[initializingName] = true; - this[setName](this.config[name]); - this[initializingName] = false; - } - - currentGetter = this[getName]; - - if ('$previous' in currentGetter) { - currentGetter.$previous = optimizedGetter; - } - else { - this[getName] = optimizedGetter; - } - - return optimizedGetter.apply(this, arguments); - }; + if (!data.hasOwnProperty(setName)) { + data[setName] = this.generateSetter(nameMap); + } } - }); + } Class.addConfig(config, true); }); @@ -5535,7 +5553,6 @@ var noArgs = [], return cls; }; - })(); /** @@ -8176,7 +8193,7 @@ Ext.EventManager.un = Ext.EventManager.removeListener; * * [getting_started]: #!/guide/getting_started */ -Ext.setVersion('touch', '2.0.0.pr3'); +Ext.setVersion('touch', '2.0.0.pr4'); Ext.apply(Ext, { /** @@ -8281,6 +8298,40 @@ Ext.apply(Ext, { return Ext.ComponentMgr.get(id); }, + /** + * Copies a set of named properties fom the source object to the destination object. + * + * Example: + * + * ImageComponent = Ext.extend(Ext.Component, { + * initComponent: function() { + * this.autoEl = { tag: 'img' }; + * MyComponent.superclass.initComponent.apply(this, arguments); + * this.initialBox = Ext.copyTo({}, this.initialConfig, 'x,y,width,height'); + * } + * }); + * + * Important note: To borrow class prototype methods, use {@link Ext.Base#borrow} instead. + * + * @param {Object} dest The destination object. + * @param {Object} source The source object. + * @param {String/String[]} names Either an Array of property names, or a comma-delimited list + * of property names to copy. + * @param {Boolean} usePrototypeKeys (Optional) Defaults to false. Pass true to copy keys off of the prototype as well as the instance. + * @return {Object} The modified object. + */ + copyTo : function(dest, source, names, usePrototypeKeys) { + if (typeof names == 'string') { + names = names.split(/[,;\s]/); + } + Ext.each (names, function(name) { + if (usePrototypeKeys || source.hasOwnProperty(name)) { + dest[name] = source[name]; + } + }, this); + return dest; + }, + /** * Attempts to destroy any objects passed to it by removing all event listeners, removing them from the * DOM (if applicable) and calling their destroy functions (if available). This method is primarily @@ -8351,6 +8402,9 @@ function(el){ } }, + /** + * @private + */ defaultSetupConfig: { eventPublishers: { dom: { @@ -8418,6 +8472,31 @@ function(el){ return Ext.Logger.log(msg); }, + /** + * @private + */ + isSetup: false, + + /** + * @private + */ + setupListeners: [], + + /** + * @private + */ + onSetup: function(fn, scope) { + if (Ext.isSetup) { + fn.call(scope); + } + else { + Ext.setupListeners.push({ + fn: fn, + scope: scope + }); + } + }, + /** * Ext.setup is used to launch a basic application. It handles creating an {@link Ext.Viewport} instance for you. * @@ -8456,6 +8535,45 @@ function(el){ * } * }); * + * @param {String/Object} config.icon + * A icon configuration for this application. This will only apply to iOS applications which are saved to the homescreen. + * + * You can either pass a string which will be applied to all different sizes: + * + * Ext.setup({ + * icon: 'icon.png', + * onReady: function() { + * console.log('Launch...'); + * } + * }); + * + * Or an object which has a location for different sizes: + * + * Ext.setup({ + * icon: { + * '57': 'icon57.png', + * '77': 'icon77.png', + * '114': 'icon114.png' + * }, + * onReady: function() { + * console.log('Launch...'); + * } + * }); + * + * @param {String} config.icon.57 The icon to be used on non-retna display devices (iPhone 3GS and below). + * @param {String} config.icon.77 The icon to be used on the iPad. + * @param {String} config.icon.114 The icon to be used on retna display devices (iPhone 4 and above). + * + * @param {Boolean} glossOnIcon + * True to add a gloss effect to the icon. + * + * @param {String} statusBarStyle + * The style of status bar to be shown on applications added to the iOS homescreen. Valid options are: + * + * * `default` + * * `black` + * * `black-translucent` + * * @param {String[]} config.requires * An array of required classes for your application which will be automatically loaded if {@link Ext.Loader#enabled} is set * to `true`. Please refer to {@link Ext.Loader} and {@link Ext.Loader#require} for more information. @@ -8512,7 +8630,8 @@ function(el){ scope = config.scope, requires = Ext.Array.from(config.requires), extOnReady = Ext.onReady, - callback, viewport; + icon = config.icon, + callback, viewport, precomposed; Ext.setup = function() { throw new Error("Ext.setup has already been called before"); @@ -8522,12 +8641,22 @@ function(el){ delete config.onReady; delete config.scope; - requires.push('Ext.event.Dispatcher'); - requires.push('Ext.dom.CompositeElementLite'); // this is so Ext.select exists - - Ext.require(requires); + //TODO: Move Ext.dom.CompositeElementLite + Ext.require(['Ext.event.Dispatcher', 'Ext.dom.CompositeElementLite']); callback = function() { + var listeners = Ext.setupListeners, + ln = listeners.length, + i, listener; + + delete Ext.setupListeners; + Ext.isSetup = true; + + for (i = 0; i < ln; i++) { + listener = listeners[i]; + listener.fn.call(listener.scope); + } + Ext.onReady = extOnReady; Ext.onReady(onReady, scope); }; @@ -8538,12 +8667,12 @@ function(el){ onReady = function() { origin(); Ext.onReady(fn, scope); - } + }; }; config = Ext.merge({}, defaultSetupConfig, config); - Ext.onDocumentReady(function(){ + Ext.onDocumentReady(function() { Ext.factoryConfig(config, function(data) { Ext.event.Dispatcher.getInstance().setPublishers(data.eventPublishers); @@ -8563,10 +8692,12 @@ function(el){ return viewport.getOrientation(); }; - Ext.Viewport.on('ready', callback, null, {single: true}); + Ext.require(requires, function() { + Ext.Viewport.on('ready', callback, null, {single: true}); + }); } else { - callback(); + Ext.require(requires, callback); } }); }); @@ -8577,14 +8708,54 @@ function(el){ ''); - document.write( - ''); - document.write( - ''); + document.write(''); + document.write(''); + + if (Ext.os.is.iOS) { + //status bar style + if (Ext.isString(config.statusBarStyle)) { + document.write(''); + } + + //startup screens + if (config.tabletStartupScreen && Ext.os.is.iPad) { + document.write(''); + } + + if (config.phoneStartupScreen && !Ext.os.is.iPad) { + document.write(''); + } + + // icon + if (Ext.isString(config.icon) || Ext.isString(config.phoneIcon) || Ext.isString(config.tabletIcon)) { + icon = { + '57': config.phoneIcon || config.tabletIcon || config.icon, + '72': config.tabletIcon || config.phoneIcon || config.icon, + '114': config.phoneIcon || config.tabletIcon || config.icon + }; + } + + precomposed = (config.glossOnIcon === false) ? '-precomposed' : ''; + + if (Ext.os.is.iPad && icon['72']) { + document.write(''); + } + else if (!Ext.os.is.iPad) { + if (icon['57']) { + document.write(''); + } + if (icon['114']) { + document.write(''); + } + } + } } }, /** + * @member Ext + * @method application + * * Loads Ext.app.Application class and starts it up with given configuration after the page is ready. * * Ext.application({ @@ -8622,6 +8793,45 @@ function(el){ * } * }); * + * @param {String/Object} config.icon + * A icon configuration for this application. This will only apply to iOS applications which are saved to the homescreen. + * + * You can either pass a string which will be applied to all different sizes: + * + * Ext.setup({ + * icon: 'icon.png', + * onReady: function() { + * console.log('Launch...'); + * } + * }); + * + * Or an object which has a location for different sizes: + * + * Ext.setup({ + * icon: { + * '57': 'icon57.png', + * '77': 'icon77.png', + * '114': 'icon114.png' + * }, + * onReady: function() { + * console.log('Launch...'); + * } + * }); + * + * @param {String} config.icon.57 The icon to be used on non-retna display devices (iPhone 3GS and below). + * @param {String} config.icon.77 The icon to be used on the iPad. + * @param {String} config.icon.114 The icon to be used on retna display devices (iPhone 4 and above). + * + * @param {Boolean} glossOnIcon + * True to add a gloss effect to the icon. + * + * @param {String} statusBarStyle + * The style of status bar to be shown on applications added to the iOS homescreen. Valid options are: + * + * * `default` + * * `black` + * * `black-translucent` + * * @param {String[]} config.requires * An array of required classes for your application which will be automatically loaded if {@link Ext.Loader#enabled} is set * to `true`. Please refer to {@link Ext.Loader} and {@link Ext.Loader#require} for more information. @@ -8695,6 +8905,47 @@ function(el){ }; Ext.setup(config); + + /** + * Restores compatibility for the old Ext.Router.draw syntax. This needs to be here because apps often include + * routes.js just after app.js, so this is our only opportunity to hook this in. There is a small piece of code + * inside Application's onDependenciesLoaded that sets up the other end of this + */ + Ext.Router = {}; + + var drawStack = []; + + /** + * Application's onDependenciesLoaded has a deprecated-wrapped line that calls this. Basic idea is that once an + * app has been instantiated we set that at Ext.Router's appInstance and then redirect any calls to + * Ext.Router.draw to that app's Router. We keep a drawStack above so that we can call Ext.Router.draw one or + * more times before the application is even instantiated and it will simply link it up once everything is + * present. + */ + Ext.Router.setAppInstance = function(app) { + Ext.Router.appInstance = app; + + if (drawStack.length > 0) { + Ext.each(drawStack, Ext.Router.draw); + } + }; + + Ext.Router.draw = function(mapperFn) { + Ext.Logger.deprecate( + 'Ext.Router.map is deprecated, please define your routes inline inside each Controller. ' + + 'Please see the 1.x -> 2.x migration guide for more details.' + ); + + var app = Ext.Router.appInstance, + router; + + if (app) { + router = app.getRouter(); + mapperFn(router); + } else { + drawStack.push(mapperFn); + } + }; }, /** @@ -8744,7 +8995,7 @@ function(el){ } } - i = 0, + i = 0; ln = keys.length; if (ln === 0) { @@ -8784,7 +9035,8 @@ function(el){ * @param instance */ factory: function(config, classReference, instance, aliasNamespace) { - var manager = Ext.ClassManager; + var manager = Ext.ClassManager, + newInstance; // If config is falsy or a valid instance, destroy the current instance // (if it exists) and replace with the new one @@ -8824,11 +9076,19 @@ function(el){ } if ('xtype' in config) { - return manager.instantiateByAlias('widget.' + config.xtype, config); + newInstance = manager.instantiateByAlias('widget.' + config.xtype, config); } if ('xclass' in config) { - return manager.instantiate(config.xclass, config); + newInstance = manager.instantiate(config.xclass, config); + } + + if (newInstance) { + if (instance) { + instance.destroy(); + } + + return newInstance; } if (instance) { @@ -8869,17 +9129,28 @@ function(el){ message = "'" + oldName + "' is deprecated, please use '" + newName + "' instead"; } - Ext.Object.redefineProperty(object, oldName, - function() { + Ext.Object.defineProperty(object, oldName, { + get: function() { Ext.Logger.deprecate(message, 1); - return this[newName]; }, - function(value) { + set: function(value) { Ext.Logger.deprecate(message, 1); this[newName] = value; } - ); + }); + }, + + /** + * @private + */ + deprecatePropertyValue: function(object, name, value, message) { + Ext.Object.defineProperty(object, name, { + get: function() { + Ext.Logger.deprecate(message, 1); + return value; + } + }); }, /** @@ -9033,13 +9304,15 @@ function(el){ // We need to defer calling these methods until the browser is done executing // it's ready code. Other we can end up firing too early. - Ext.Function.defer(function() { - for (i = 0, ln = listeners.length; i < ln; i++) { - listener = listeners[i]; - listener.fn.call(listener.scope); - } - delete Ext.readyListeners; - }, 1); + // TODO Unless we can show that it won't work properly without this timer, this needs + // to be taken out completely +// Ext.Function.defer(function() { + for (i = 0, ln = listeners.length; i < ln; i++) { + listener = listeners[i]; + listener.fn.call(listener.scope); + } + delete Ext.readyListeners; +// }, 1); } }, @@ -9104,7 +9377,7 @@ function(el){ Ext.deprecateMethod(Ext.Function, 'createDelegate', Ext.Function.bind, "Ext.createDelegate() is deprecated, please use Ext.Function.bind() instead"); /** - * @member Ext.Function + * @member Ext * @method createInterceptor * @deprecated 2.0.0 * createInterceptor is deprecated, please use {@link Ext.Function#createInterceptor createInterceptor} instead @@ -9113,9 +9386,9 @@ Ext.deprecateMethod(Ext, 'createInterceptor', Ext.Function.createInterceptor, "E "please use Ext.Function.createInterceptor() instead"); /** - * Provides useful information about the current browser. Should not be manually instantiated unless for unit-testing; + * Provides useful information about the current browser. Should not be manually instantiated unless for unit-testing; * access the global instance stored in Ext.browser instead. Example: - * + * *

  * if (Ext.browser.is.IE) {
  *      // IE specific code here
@@ -9375,19 +9648,16 @@ Ext.define('Ext.env.Browser', {
 
     for (name in flags) {
         if (flags.hasOwnProperty(name)) {
-            Ext.deprecateProperty(Ext.is, name, flags[name], "Ext.is." + name + " is deprecated, please use Ext.browser.is." + name + " instead");
+            Ext.deprecatePropertyValue(Ext.is, name, flags[name], "Ext.is." + name + " is deprecated, please use Ext.browser.is." + name + " instead");
         }
     }
 
-    Ext.deprecateProperty(Ext, 'isSecure', browserEnv.isSecure, "Ext.isSecure is deprecated, please use Ext.browser.isSecure instead");
-
-    Ext.deprecateProperty(Ext, 'isStrict', browserEnv.isStrict, "Ext.isStrict is deprecated, please use Ext.browser.isStrict instead");
-
-    Ext.deprecateProperty(Ext, 'userAgent', browserEnv.userAgent, "Ext.userAgent is deprecated, please use Ext.browser.userAgent instead");
+    Ext.deprecatePropertyValue(Ext, 'isSecure', browserEnv.isSecure, "Ext.isSecure is deprecated, please use Ext.browser.isSecure instead");
+    Ext.deprecatePropertyValue(Ext, 'isStrict', browserEnv.isStrict, "Ext.isStrict is deprecated, please use Ext.browser.isStrict instead");
+    Ext.deprecatePropertyValue(Ext, 'userAgent', browserEnv.userAgent, "Ext.userAgent is deprecated, please use Ext.browser.userAgent instead");
 });
 
-/*
- * @class Ext.env.OS
+/**
  * Provide useful information about the current operating system environment. Access the global instance stored in Ext.os. Example:
  * 

  * if (Ext.os.is.Windows) {
@@ -9403,7 +9673,6 @@ Ext.define('Ext.env.Browser', {
  *
  * For a full list of supported values, refer to: {@link Ext.env.OS#is}
  */
-
 Ext.define('Ext.env.OS', {
 
     requires: ['Ext.Version'],
@@ -9431,7 +9700,7 @@ Ext.define('Ext.env.OS', {
         }
     },
 
-    /*
+    /**
      * A "hybrid" property, can be either accessed as a method call, i.e:
      * 

      * if (Ext.os.is('Android')) { ... }
@@ -9459,14 +9728,14 @@ Ext.define('Ext.env.OS', {
      */
     is: Ext.emptyFn,
 
-    /*
+    /**
      * Read-only - the full name of the current operating system
      * Possible values are: iOS, Android, WebOS, BlackBerry, MacOSX, Windows, Linux and Other
      * @type String
      */
     name: null,
 
-    /*
+    /**
      * Read-only, refer to {@link Ext.Version}
      * @type Ext.Version
      */
@@ -9546,8 +9815,10 @@ Ext.define('Ext.env.OS', {
 }, function() {
     /**
      * @class Ext.is
-     * @deprecated 2.0.0
-     * Deprecated
+     * @deprecated
+     * Used to detect if the current browser supports a certain feature, and the type of the current browser.
+     *
+     * Please refer to the {@link Ext.env.Browser}, {@link Ext.env.OS} and {@link Ext.feature.has} classes instead.
      */
     var navigator = Ext.global.navigator,
         osEnv, osName, osVersion, deviceType;
@@ -9558,12 +9829,12 @@ Ext.define('Ext.env.OS', {
         var is = this.is;
 
         if (is.MacOS) {
-            Ext.deprecateProperty(is, 'Mac', true, "Ext.is.Mac is deprecated, please use Ext.os.is.MacOS instead");
-            Ext.deprecateProperty(is, 'mac', true, "Ext.is.Mac is deprecated, please use Ext.os.is.MacOS instead");
+            Ext.deprecatePropertyValue(is, 'Mac', true, "Ext.is.Mac is deprecated, please use Ext.os.is.MacOS instead");
+            Ext.deprecatePropertyValue(is, 'mac', true, "Ext.is.Mac is deprecated, please use Ext.os.is.MacOS instead");
         }
 
         if (is.BlackBerry) {
-            Ext.deprecateProperty(is, 'Blackberry', true, "Ext.is.Blackberry is deprecated, please use Ext.os.is.BlackBerry instead");
+            Ext.deprecatePropertyValue(is, 'Blackberry', true, "Ext.is.Blackberry is deprecated, please use Ext.os.is.BlackBerry instead");
         }
 
         return this;
@@ -9584,7 +9855,7 @@ Ext.define('Ext.env.OS', {
 
     for (name in flags) {
         if (flags.hasOwnProperty(name)) {
-            Ext.deprecateProperty(Ext.is, name, flags[name], "Ext.is." + name + " is deprecated, please use Ext.os.is." + name + " instead");
+            Ext.deprecatePropertyValue(Ext.is, name, flags[name], "Ext.is." + name + " is deprecated, please use Ext.os.is." + name + " instead");
         }
     }
 
@@ -9611,7 +9882,13 @@ Ext.define('Ext.env.OS', {
 });
 
 /**
+ * A class to detect if the current browser supports various features.
+ *
+ * Please refer to the documentation of {@link Ext.feature.has} on how to use it.
  *
+ *     if (Ext.feature.has.Canvas) {
+ *         // do some cool things with canvas here
+ *     }
  */
 Ext.define('Ext.env.Feature', {
 
@@ -9710,16 +9987,44 @@ Ext.define('Ext.env.Feature', {
 
     var has = Ext.feature.has;
 
+    /**
+     * @class Ext.feature.has
+     * A simple class to verify if a browser feature exists or not on the current device.
+     *
+     *     if (Ext.feature.has.Canvas) {
+     *         // do some cool things with canvas here
+     *     }
+     *
+     * See the list of properties below too see which features are available for detection.
+     */
+
     Ext.feature.registerTest({
+        /**
+         * @member Ext.feature.has
+         * @property {Boolean} Canvas
+         * True if the current device supports Canvas.
+         */
         Canvas: function() {
             var element = this.getTestElement('canvas');
             return !!(element && element.getContext && element.getContext('2d'));
         },
+
+        /**
+         * @member Ext.feature.has
+         * @property {Boolean} Svg
+         * True if the current device supports SVG.
+         */
         Svg: function() {
             var doc = document;
 
             return !!(doc.createElementNS && !!doc.createElementNS("http:/" + "/www.w3.org/2000/svg", "svg").createSVGRect);
         },
+
+        /**
+         * @member Ext.feature.has
+         * @property {Boolean} Vml
+         * True if the current device supports VML.
+         */
         Vml: function() {
             var element = this.getTestElement(),
                 ret = false;
@@ -9730,46 +10035,128 @@ Ext.define('Ext.env.Feature', {
 
             return ret;
         },
+
+        /**
+         * @member Ext.feature.has
+         * @property {Boolean} Touch
+         * True if the current device supports touch events (`touchstart`).
+         */
         Touch: function() {
             return this.isEventSupported('touchstart') && !(Ext.os && Ext.os.name.match(/Windows|MacOSX|Linux/));
         },
+
+        /**
+         * @member Ext.feature.has
+         * @property {Boolean} Orientation
+         * True if the current device supports different orientations.
+         */
         Orientation: function() {
             return ('orientation' in window) && this.isEventSupported('orientationchange');
         },
+
+        /**
+         * @member Ext.feature.has
+         * @property {Boolean} OrientationChange
+         * True if the current device supports the `orientationchange` event.
+         */
         OrientationChange: function() {
             return this.isEventSupported('orientationchange');
         },
+
+        /**
+         * @member Ext.feature.has
+         * @property {Boolean} DeviceMotion
+         * True if the current device supports the `devicemotion` event.
+         */
         DeviceMotion: function() {
             return this.isEventSupported('devicemotion');
         },
+
+        /**
+         * @member Ext.feature.has
+         * @property {Boolean} Geolocation
+         * True if the current device supports Geolocation.
+         */
         Geolocation: function() {
             return 'geolocation' in window.navigator;
         },
+
+        /**
+         * @member Ext.feature.has
+         * @property {Boolean} SqlDatabase
+         * True if the current device supports SQL Databases.
+         */
         SqlDatabase: function() {
             return 'openDatabase' in window;
         },
+
+        /**
+         * @member Ext.feature.has
+         * @property {Boolean} WebSockets
+         */
         WebSockets: function() {
             return 'WebSocket' in window;
         },
+
+        /**
+         * @member Ext.feature.has
+         * @property {Boolean} History
+         */
         History: function() {
             return ('history' in window && 'pushState' in window.history);
         },
+
+        /**
+         * @member Ext.feature.has
+         * @property {Boolean} CssTransforms
+         * True if the current device supports CSS Transform animations.
+         */
         CssTransforms: function() {
             return this.isStyleSupported('transform');
         },
+
+        /**
+         * @member Ext.feature.has
+         * @property {Boolean} Css3dTransforms
+         * True if the current device supports CSS 3D Transform animations.
+         */
         Css3dTransforms: function() {
             //TODO Implement a better test for the buggy 3D Transform implementation in Android 2.x
             return this.has('CssTransforms') && this.isStyleSupported('perspective') && !Ext.os.is.Android2;
         },
+
+        /**
+         * @member Ext.feature.has
+         * @property {Boolean} CssAnimations
+         * True if the current device supports CSS Animations.
+         */
         CssAnimations: function() {
             return this.isStyleSupported('animationName');
         },
+
+        /**
+         * @member Ext.feature.has
+         * @property {Boolean} CssTransitions
+         * True if the current device supports CSS Transitions.
+         */
         CssTransitions: function() {
             return this.isStyleSupported('transitionProperty');
         },
+
+        /**
+         * @member Ext.feature.has
+         * @property {Boolean} Audio
+         * True if the current device supports the `