Launch Week Day 2: Introducing Reports: An Extensible Reporting Framework for Socket Data.Learn More
Socket
Book a DemoSign in
Socket

nativescript-theme-core

Package Overview
Dependencies
Maintainers
15
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nativescript-theme-core - npm Package Compare versions

Comparing version
2.0.11
to
2.0.12
+18
scss/variables/_aqua.scss
// Core variables
@import '../variables';
/**
* Blue variable overrides
**/
// ActionBar
$ab-background: $blue;
$ab-color: $white;
// Accent
$focus: $sky;
// Buttons
$btn-color-inverse: $white;
@import '../core/colors';
// Core variables
@import '../variables';
/**
* Blue variable overrides
**/
// ActionBar
$ab-background: $blue;
$ab-color: $white;
// Accent
$focus: $sky;
// Buttons
$btn-color-inverse: $white;
@import '../core/colors';
// Core variables
@import '../variables';
/**
* Brown variable overrides
**/
// ActionBar
$ab-background: $brown;
$ab-color: $white;
// Accent
$focus: $lime;
// Buttons
$btn-color-inverse: $white;
@import '../core/colors';
// Core variables
@import '../variables';
/**
* Forest variable overrides
**/
// ActionBar
$ab-background: $forest;
$ab-color: $white;
// Accent
$focus: $aqua;
// Buttons
$btn-color-inverse: $white;
@import '../core/colors';
// Core variables
@import '../variables';
/**
* Forest variable overrides
**/
// ActionBar
$ab-background: $grey-dark;
$ab-color: $white;
// Accent
$focus: $lime;
// Buttons
$btn-color-inverse: $white;
$btn-color: $focus;
$btn-color-secondary: darken($btn-color, 10%);
$background-alt-10: lighten($btn-color, 10%);
@import '../core/colors';
// Mixins
@import '../mixins/index';
$compat: false !default;
// Colors
$black: #000 !default;
$white: #fff !default;
$base: $white !default;
$grey: #e0e0e0 !default;
$grey-background: #bababa !default;
$charcoal: #303030 !default;
// Kendo Palettes
@import '../core/utilities/kendo-palletes';
// accent varieties
$aqua: #00caab !default;
$blue: #3d5afe !default;
$brown: #795548 !default;
$forest: #006968 !default;
$grey-dark: #5c687c !default;
$purple: #8130ff !default;
$lemon: #ffea00 !default;
$lime: #aee406 !default;
$orange: #f57c00 !default;
$ruby: #ff1744 !default;
$sky: #30bcff !default;
$error: #d50000 !default;
// Buttons
$btn-color-secondary: #01a0ec !default;
$background-alt-10: #c0ebff !default;
$btn-color-disabled: #a4a4a4 !default;
$btn-font-size: 18 !default;
$btn-min-width: 64 !default;
$btn-height: 52 !default;
$btn-radius: 0 !default;
$btn-padding-x: 0 !default;
$btn-padding-y: 0 !default;
$btn-margin-x: 16 !default;
$btn-margin-y: 8 !default;
// Headings
$headings-margin-bottom: 4 !default;
$headings-font-weight: normal !default;
// Options
//
// Quickly modify global styling by enabling or disabling optional features.
// Only border-radius affects all styles, the rest are bootstrap only.
$enable-rounded: false !default;
$enable-shadows: false !default;
$enable-gradients: false !default;
$enable-transitions: false !default;
// Needs to be defined, to mitigate leftover radii from other themes
$border-radius: null !default;
$accent: $sky !default;
// Colors
$background: $white !default;
$primary: alternate($background, 85%) !default;
$secondary: darken($primary, 30%) !default;
$focus: $sky !default;
$disabled: mix($focus, $background, 40%), !default;
// Kendo overrides
@if (global_variable_exists('primary-palette-name')) {
$focus: $primary-palette-name;
}
@if (global_variable_exists('secondary-palette-name')) {
$secondary: $secondary-palette-name;
}
@if ($border-radius != null) {
$btn-radius: rem-to-dip($border-radius);
$enable-rounded: true;
}
@if (global_variable_exists("text-color")) {
$primary: $text-color;
}
@if (global_variable_exists("body-color")) {
$primary: $body-color;
}
@if (global_variable_exists("theme-type")) {
$material-secondary: get-base-hue($secondary-palette-name, 500);
$material-colors: if($theme-type == dark, $material-dark-complimentary, $material-light-complimentary);
$ab-background: get-base-hue($primary-palette-name, 500);
$ab-color: alternate($ab-background);
}
@if (global_variable_exists("body-bg")) {
$background: $body-bg;
$ab-background: $accent;
$ab-color: alternate($ab-background, 100%);
$focus: $secondary;
}
@if (global_variable_exists("bg-color")) {
$background: $bg-color;
$ab-background: $accent;
$ab-color: alternate($ab-background, 100%);
$focus: $base-bg;
}
$text-color: $primary !default;
$headings-color: $text-color !default;
// ActionBar
$ab-color: $text-color !default;
$ab-background: mix($background, $text-color, 20%) !default;
$item-active-color: mix($primary, $background, 40%) !default;
$item-active-icon-color: $item-active-color !default;
$tab-text-color: mix(#999, $focus, 70%) !default;
$focus-dark: darken($focus, 20%) !default;
$focus-light: lighten($focus, 20%) !default;
$primary-focus: mix(transparent, $focus, 60%) !default;
$background-focus: mix(transparent, $focus, 90%) !default;
$background-dark-focus: mix(transparent, $focus, 85%) !default;
$ab-background-dark: darken($ab-background, 5%) !default;
$item-active-background: $focus !default;
$btn-color: $primary !default;
$btn-color-inverse: $background !default;
$btn-color-secondary: darken($btn-color, 10%) !default;
$background-alt-10: lighten($btn-color, 10%) !default;
@import '../mixins/index';
// Core colors
@import '../core/colors';
// Core variables
@import '../variables';
/**
* Lemon variable overrides
**/
// ActionBar
$ab-background: $lemon;
$ab-color: $charcoal;
// Accent
$focus: $grey-dark;
// Buttons
$btn-color-inverse: $white;
@import '../core/colors';
// Core variables
@import '../variables';
/**
* Lime variable overrides
**/
// ActionBar
$ab-background: $lime;
$ab-color: $charcoal;
// Accent
$focus: $forest;
// Buttons
$btn-color-inverse: $white;
@import '../core/colors';
// Core variables
@import '../variables';
/**
* Orange variable overrides
**/
// ActionBar
$ab-background: $orange;
$ab-color: $white;
// Accent
$focus: $brown;
// Buttons
$btn-color-inverse: $white;
@import '../core/colors';
// Core variables
@import '../variables';
/**
* Purple variable overrides
**/
// ActionBar
$ab-background: $purple;
$ab-color: $white;
// Accent
$focus: $sky;
// Buttons
$btn-color-inverse: $white;
@import '../core/colors';
// Core variables
@import '../variables';
/**
* Ruby variable overrides
**/
// ActionBar
$ab-background: $ruby;
$ab-color: $white;
// Accent
$focus: $lemon;
// Buttons
$btn-color-inverse: $charcoal;
@import '../core/colors';
// Core variables
@import '../variables';
/**
* Sky variable overrides
**/
// ActionBar
$ab-background: $sky;
$ab-color: $white;
// Accent
$focus: $lemon;
// Buttons
$btn-color-inverse: $charcoal;
@import '../core/colors';
+2
-1

@@ -11,3 +11,4 @@ /*!

// Aqua
@import './scss/skins/aqua';
@import './scss/variables/aqua';
@import './scss/index';

@@ -9,3 +9,3 @@ /*!

// Aqua
@import './scss/skins/aqua';
@import './scss/variables/aqua';
@import './scss/index';

@@ -11,2 +11,3 @@ /*!

// Blue
@import './scss/skins/blue';
@import './scss/variables/blue';
@import './scss/index';

@@ -9,2 +9,3 @@ /*!

// Blue
@import './scss/skins/blue';
@import './scss/variables/blue';
@import './scss/index';

@@ -11,2 +11,3 @@ /*!

// Brown
@import './scss/skins/brown';
@import './scss/variables/brown';
@import './scss/index';

@@ -9,2 +9,3 @@ /*!

// Brown
@import './scss/skins/brown';
@import './scss/variables/brown';
@import './scss/index';

@@ -0,1 +1,28 @@

<a name="2.0.12 beta"></a>
## [2.0.12 beta](https://github.com/NativeScript/theme/compare/v2.0.11...v2.0.12) (2019-09-03)
### Features
* Add scss/variables folder with SCSS skin variables for easier import
* Add variable map for generic variables, accessible with const()
* Add toggleMode to the API with optional boolean state enforcer, used like this:
```javascript
import Theme from 'nativescript-theme-core';
Theme.toggleMode(); // to toggle between the modes
// or
Theme.toggleMode(true); // to ensure dark mode
Theme.toggleMode(false); // to ensure light mode
```
### Fixes
* Fix dark mode for Switches and several other components
* Fix ActionBar Label title background, fix dark buttons
* Fix the colorize function to produce better organized code, to work with consts and to properly
prepend .ns-dark on root classes
<a name="2.0.11 beta"></a>

@@ -2,0 +29,0 @@ ## [2.0.11 beta](https://github.com/NativeScript/theme/compare/v2.0.10...v2.0.11) (2019-09-01)

/*!
* NativeScript Compatibility Theme v2.0.11 (https://nativescript.org)
* NativeScript Compatibility Theme v2.0.12 (https://nativescript.org)
* Copyright 2016-2016 The Theme Authors
* Copyright 2016-2019 Progress Software
* Licensed under Apache 2.0 (https://github.com/NativeScript/theme/blob/master/LICENSE)
*/.action-bar{color:#fff;background-color:#00caab}.ns-dark .action-bar{color:#fff}.ns-dark .action-bar{background-color:#187d6e}.ns-root .action-bar .action-item{color:#fff;background-color:#00caab}.ns-dark .ns-root .action-bar .action-item{color:#fff}.ns-dark .ns-root .action-bar .action-item{background-color:#187d6e}.ns-root .action-bar .action-item-active:active{color:#fff;background-color:#00caab}.ns-dark .ns-root .action-bar .action-item-active:active{color:#fff}.ns-dark .ns-root .action-bar .action-item-active:active{background-color:#187d6e}.ns-ios .action-bar .action-item:active,.ns-android .action-bar .action-item:active{color:#fff}.ns-dark .ns-ios .action-bar .action-item:active,.ns-dark .ns-android .action-bar .action-item:active{color:#fff}@keyframes light-highlight{0%{background-color:#fff}100%{background-color:#e6e6e6}}@keyframes dark-highlight{0%{background-color:#303030}100%{background-color:#232323}}@keyframes focus-highlight{0%{background-color:#aee406}100%{background-color:#88b205}}@keyframes dark-focus-highlight{0%{background-color:#aee406}100%{background-color:#88b205}}.btn{background-color:#fff;color:#161d01}.ns-dark .btn{background-color:#303030}.ns-dark .btn{color:#edfdb9}.btn-active:active{color:#161d01}.ns-dark .btn-active:active{color:#edfdb9}.btn-primary{color:#000;background-color:#aee406;border-color:#aee406}.ns-dark .btn-primary{color:#000}.ns-dark .btn-primary{background-color:#aee406}.ns-dark .btn-primary{border-color:#aee406}.btn-primary.btn-active:active{animation:focus-highlight .3s ease-out forwards;background-color:#88b205}.btn[isEnabled=false]{background-color:#d0ef6d}.ns-dark .btn[isEnabled=false]{background-color:#83a129}.btn-outline{background-color:#fff;border-color:#628103}.ns-dark .btn-outline{background-color:#303030}.ns-dark .btn-outline{border-color:#d2fb55}.btn-outline-active:active{animation:light-highlight .3s ease-out forwards;background-color:#e6e6e6}.ns-dark .btn-outline-active:active{animation:dark-highlight .3s ease-out forwards;background-color:#232323}.btn-outline[isEnabled=false]{background-color:#fff;color:#9fb06d;border-color:#9fb06d}.ns-dark .btn-outline[isEnabled=false]{background-color:#303030}.ns-dark .btn-outline[isEnabled=false]{color:#9fb06d}.ns-dark .btn-outline[isEnabled=false]{border-color:#9fb06d}.activity-indicator{color:#aee406}.ns-dark .activity-indicator{color:#aee406}.segmented-bar{selected-background-color:#aee406}.ns-dark .segmented-bar{selected-background-color:#aee406}.ns-ios .segmented-bar{margin:0 15;color:#aee406}.ns-dark .ns-ios .segmented-bar{color:#aee406}.progress{color:#aee406}.ns-dark .progress{color:#aee406}.slider{color:#aee406}.ns-dark .slider{color:#aee406}.slider[isEnabled=false]{color:#e0e0e0}.ns-android .switch{color:#ccc;background-color:#ccc}.ns-dark .ns-android .switch{color:#636363}.ns-dark .ns-android .switch{background-color:#636363}.ns-android .switch[checked=true]{color:#aee406}.ns-dark .ns-android .switch[checked=true]{color:#aee406}.ns-android .switch[isEnabled=false]{color:#e6e6e6}.ns-dark .ns-android .switch[isEnabled=false]{color:#4a4a4a}.ns-ios .switch{background-color:#aee406;off-background-color:#e6e6e6}.ns-dark .ns-ios .switch{background-color:#aee406}.ns-dark .ns-ios .switch{off-background-color:#4a4a4a}.ns-ios .switch[isEnabled=false]{background-color:rgba(174,228,6,.4);off-background-color:#e6e6e6}.ns-dark .ns-ios .switch[isEnabled=false]{background-color:rgba(174,228,6,.4)}.ns-dark .ns-ios .switch[isEnabled=false]{off-background-color:#4a4a4a}.tab-view{selected-tab-text-color:#aee406;android-selected-tab-highlight-color:#aee406}.ns-dark .tab-view{selected-tab-text-color:#aee406}.ns-dark .tab-view{android-selected-tab-highlight-color:#aee406}.tab-view.ns-dark{selected-tab-text-color:#aee406;android-selected-tab-highlight-color:#aee406}.list-view NTIcon,.list-view .nt-icon{color:#577203}.ns-dark .list-view NTIcon,.ns-dark .list-view .nt-icon{color:#aee406}.list-view .nt-list-view__delete{background-color:#d50000}.side-drawer .sidedrawer-header{background:#14685b}.side-drawer .sidedrawer-header Label{color:#fff}.side-drawer .sidedrawer-left,.side-drawer .sidedrawer-center{color:#fff}.side-drawer.ns-dark .sidedrawer-header{background:#14685b}.side-drawer.ns-dark .sidedrawer-header Label{color:#fff}.side-drawer.ns-dark .sidedrawer-left,.side-drawer.ns-dark .sidedrawer-center{color:#fff}.input{background-color:transparent;border-color:#b3b3b3}.ns-dark .input{border-color:gray}.input:focus{border-color:#628103}.ns-dark .input:focus{border-color:#d2fb55}.input[isEnabled=false]{color:#999;background-color:#e6e6e6}.ns-dark .input[isEnabled=false]{color:#999}.ns-dark .input[isEnabled=false]{background-color:#4d4d4d}RadAutoCompleteTextView Token{background-color:#d2fb55}.ns-dark RadAutoCompleteTextView Token{background-color:#628103}RadAutoCompleteTextView Token:selected{background-color:#c5f924}.ns-dark RadAutoCompleteTextView Token:selected{background-color:#88b205}.date-time-picker{color:#262626;background:#fff}.date-time-picker.ns-dark{color:#fff;background:#303030}.date-time-picker-buttons{color:#161d01}.date-time-picker-buttons.ns-dark{color:#edfdb9}.ns-dark.date-time-picker-button-cancel{background:#303030}.date-time-picker-spinners{color:#3c4f02}.date-time-picker-spinners.ns-dark{color:#dffc87}DataFormEditorLabel,.input .label{color:#3c4f02}.ns-dark DataFormEditorLabel,.ns-dark .input .label{color:#dffc87}.hr,.hr-light{border-color:#d2fb55}.ns-dark .hr,.ns-dark .hr-light{border-color:#edfdb9}.hr-dark{border-color:#628103}.ns-dark .hr-dark{border-color:#d2fb55}
*/@keyframes light-highlight{0%{background-color:#fff}100%{background-color:#e6e6e6}}@keyframes dark-highlight{0%{background-color:#303030}100%{background-color:#232323}}@keyframes focus-highlight{0%{background-color:#30bcff}100%{background-color:#00aafc}}@keyframes dark-focus-highlight{0%{background-color:#30bcff}100%{background-color:#00aafc}}.btn{background-color:#fff;color:#004363}.ns-dark .btn{background-color:#303030;color:#fcfeff}.btn-active:active{color:#004363}.ns-dark .btn-active:active{color:#fcfeff}.btn-primary{color:#fff;background-color:#30bcff;border-color:#30bcff}.ns-dark .btn-primary{color:#fff;background-color:#30bcff;border-color:#30bcff}.btn-primary.btn-active:active{animation:focus-highlight .3s ease-out forwards;background-color:#00aafc}.btn[isEnabled=false]{background-color:#79d3ff}.ns-dark .btn[isEnabled=false]{background-color:#3e86a8}.btn-outline{background-color:#fff;border-color:#0088c9}.ns-dark .btn-outline{background-color:#303030;border-color:#96ddff}.btn-outline-active:active{animation:light-highlight .3s ease-out forwards;background-color:#e6e6e6}.ns-dark .btn-outline-active:active{animation:dark-highlight .3s ease-out forwards;background-color:#232323}.btn-outline[isEnabled=false]{background-color:#fff;color:#abd5e9;border-color:#abd5e9}.ns-dark .btn-outline[isEnabled=false]{background-color:#303030;color:#abd5e9;border-color:#abd5e9}.activity-indicator{color:#30bcff}.ns-dark .activity-indicator{color:#30bcff}.segmented-bar{selected-background-color:#30bcff}.ns-dark .segmented-bar{selected-background-color:#30bcff}.ns-ios .segmented-bar{margin:0 15;color:#30bcff}.ns-dark.ns-ios .segmented-bar{color:#30bcff}.progress{color:#30bcff}.ns-dark .progress{color:#30bcff}.slider{color:#30bcff}.ns-dark .slider{color:#30bcff}.slider[isEnabled=false]{color:#e0e0e0}.ns-android .switch{color:#ccc;background-color:#ccc}.ns-dark.ns-android .switch{color:#636363;background-color:#636363}.ns-android .switch[checked=true]{color:#30bcff}.ns-dark.ns-android .switch[checked=true]{color:#30bcff}.ns-android .switch[isEnabled=false]{color:#e6e6e6}.ns-dark.ns-android .switch[isEnabled=false]{color:#4a4a4a}.ns-ios .switch{color:#fff;background-color:#30bcff}.ns-dark.ns-ios .switch{color:#303030;background-color:#30bcff}.ns-ios .switch[isEnabled=false]{background-color:rgba(48,188,255,.4)}.ns-dark.ns-ios .switch[isEnabled=false]{background-color:rgba(48,188,255,.4)}.tab-view{selected-tab-text-color:#30bcff;android-selected-tab-highlight-color:#30bcff}.ns-dark .tab-view{selected-tab-text-color:#30bcff;android-selected-tab-highlight-color:#30bcff}.tab-view.ns-dark{selected-tab-text-color:#30bcff;android-selected-tab-highlight-color:#30bcff}.list-view NTIcon,.list-view .nt-icon{color:#006698}.ns-dark .list-view NTIcon,.ns-dark .list-view .nt-icon{color:#30bcff}.list-view .nt-list-view__delete{background-color:#d50000}.side-drawer .sidedrawer-header{background:#303c84}.side-drawer .sidedrawer-header Label{color:#fff}.side-drawer .sidedrawer-left,.side-drawer .sidedrawer-center{color:#fff}.side-drawer.ns-dark .sidedrawer-header{background:#303c84}.side-drawer.ns-dark .sidedrawer-header Label{color:#fff}.side-drawer.ns-dark .sidedrawer-left,.side-drawer.ns-dark .sidedrawer-center{color:#fff}.input{background-color:transparent;border-color:#fafafa}.ns-dark .input{border-color:#c7c7c7}.input:focus{border-color:#0088c9}.ns-dark .input:focus{border-color:#96ddff}.input[isEnabled=false]{color:#e0e0e0;background-color:#fff}.ns-dark .input[isEnabled=false]{color:#e0e0e0;background-color:#949494}RadAutoCompleteTextView Token{background-color:#96ddff}.ns-dark RadAutoCompleteTextView Token{background-color:#0088c9}RadAutoCompleteTextView Token:selected{background-color:#63cdff}.ns-dark RadAutoCompleteTextView Token:selected{background-color:#00aafc}.date-time-picker{color:#262626;background:#fff}.date-time-picker.ns-dark{color:#fff;background:#303030}.date-time-picker-buttons{color:#004363}.date-time-picker-buttons.ns-dark{color:#fcfeff}.ns-dark.date-time-picker-button-cancel{background:#303030}.date-time-picker-spinners{color:#006596}.date-time-picker-spinners.ns-dark{color:#c9eeff}DataFormEditorLabel,.input .label{color:#006596}.ns-dark DataFormEditorLabel,.ns-dark .input .label{color:#c9eeff}.action-bar{color:#fff;background-color:#3d5afe}.ns-dark .action-bar{color:#fff;background-color:#374597}.action-bar .action-item{color:#fff}.ns-dark .action-bar .action-item{color:#fff}.action-bar .action-item-active:active{color:#fff}.ns-dark .action-bar .action-item-active:active{color:#fff}.hr,.hr-light{border-color:#96ddff}.ns-dark .hr,.ns-dark .hr-light{border-color:#fcfeff}.hr-dark{border-color:#0088c9}.ns-dark .hr-dark{border-color:#96ddff}
/*!
* NativeScript Theme v2.0.11 (https://nativescript.org)
* NativeScript Theme v2.0.12 (https://nativescript.org)
* Copyright 2016-2016 The Theme Authors
* Copyright 2016-2019 Progress Software
* Licensed under Apache 2.0 (https://github.com/NativeScript/theme/blob/master/LICENSE)
*/ActionBar,NTActionBar,.nt-action-bar{color:#fff;background-color:#00caab}.ns-dark ActionBar,.ns-dark NTActionBar,.ns-dark .nt-action-bar{color:#fff}.ns-dark ActionBar,.ns-dark NTActionBar,.ns-dark .nt-action-bar{background-color:#187d6e}.ns-root ActionBar NTIcon,ActionBar Label,ActionBar Button,ActionBar .nt-action-bar__item,.ns-root NTActionBar NTIcon,NTActionBar Label,NTActionBar Button,NTActionBar .nt-action-bar__item,.ns-root .nt-action-bar NTIcon,.nt-action-bar Label,.nt-action-bar Button,.nt-action-bar .nt-action-bar__item{color:#fff;background-color:#00caab}.ns-dark .ns-root ActionBar NTIcon,.ns-dark ActionBar Label,.ns-dark ActionBar Button,.ns-dark ActionBar .nt-action-bar__item,.ns-dark .ns-root NTActionBar NTIcon,.ns-dark NTActionBar Label,.ns-dark NTActionBar Button,.ns-dark NTActionBar .nt-action-bar__item,.ns-dark .ns-root .nt-action-bar NTIcon,.ns-dark .nt-action-bar Label,.ns-dark .nt-action-bar Button,.ns-dark .nt-action-bar .nt-action-bar__item{color:#fff}.ns-dark .ns-root ActionBar NTIcon,.ns-dark ActionBar Label,.ns-dark ActionBar Button,.ns-dark ActionBar .nt-action-bar__item,.ns-dark .ns-root NTActionBar NTIcon,.ns-dark NTActionBar Label,.ns-dark NTActionBar Button,.ns-dark NTActionBar .nt-action-bar__item,.ns-dark .ns-root .nt-action-bar NTIcon,.ns-dark .nt-action-bar Label,.ns-dark .nt-action-bar Button,.ns-dark .nt-action-bar .nt-action-bar__item{background-color:#187d6e}.ns-root ActionBar NTIcon:active,.ns-root ActionBar NTIcon.-active,ActionBar Label:active,ActionBar Label.-active,ActionBar Button:active,ActionBar Button.-active,ActionBar .nt-action-bar__item:active,ActionBar .nt-action-bar__item.-active,.ns-root NTActionBar NTIcon:active,.ns-root NTActionBar NTIcon.-active,NTActionBar Label:active,NTActionBar Label.-active,NTActionBar Button:active,NTActionBar Button.-active,NTActionBar .nt-action-bar__item:active,NTActionBar .nt-action-bar__item.-active,.ns-root .nt-action-bar NTIcon:active,.ns-root .nt-action-bar NTIcon.-active,.nt-action-bar Label:active,.nt-action-bar Label.-active,.nt-action-bar Button:active,.nt-action-bar Button.-active,.nt-action-bar .nt-action-bar__item:active,.nt-action-bar .nt-action-bar__item.-active{color:#fff;background-color:#00caab}.ns-dark .ns-root ActionBar NTIcon:active,.ns-dark .ns-root ActionBar NTIcon.-active,.ns-dark ActionBar Label:active,.ns-dark ActionBar Label.-active,.ns-dark ActionBar Button:active,.ns-dark ActionBar Button.-active,.ns-dark ActionBar .nt-action-bar__item:active,.ns-dark ActionBar .nt-action-bar__item.-active,.ns-dark .ns-root NTActionBar NTIcon:active,.ns-dark .ns-root NTActionBar NTIcon.-active,.ns-dark NTActionBar Label:active,.ns-dark NTActionBar Label.-active,.ns-dark NTActionBar Button:active,.ns-dark NTActionBar Button.-active,.ns-dark NTActionBar .nt-action-bar__item:active,.ns-dark NTActionBar .nt-action-bar__item.-active,.ns-dark .ns-root .nt-action-bar NTIcon:active,.ns-dark .ns-root .nt-action-bar NTIcon.-active,.ns-dark .nt-action-bar Label:active,.ns-dark .nt-action-bar Label.-active,.ns-dark .nt-action-bar Button:active,.ns-dark .nt-action-bar Button.-active,.ns-dark .nt-action-bar .nt-action-bar__item:active,.ns-dark .nt-action-bar .nt-action-bar__item.-active{color:#fff}.ns-dark .ns-root ActionBar NTIcon:active,.ns-dark .ns-root ActionBar NTIcon.-active,.ns-dark ActionBar Label:active,.ns-dark ActionBar Label.-active,.ns-dark ActionBar Button:active,.ns-dark ActionBar Button.-active,.ns-dark ActionBar .nt-action-bar__item:active,.ns-dark ActionBar .nt-action-bar__item.-active,.ns-dark .ns-root NTActionBar NTIcon:active,.ns-dark .ns-root NTActionBar NTIcon.-active,.ns-dark NTActionBar Label:active,.ns-dark NTActionBar Label.-active,.ns-dark NTActionBar Button:active,.ns-dark NTActionBar Button.-active,.ns-dark NTActionBar .nt-action-bar__item:active,.ns-dark NTActionBar .nt-action-bar__item.-active,.ns-dark .ns-root .nt-action-bar NTIcon:active,.ns-dark .ns-root .nt-action-bar NTIcon.-active,.ns-dark .nt-action-bar Label:active,.ns-dark .nt-action-bar Label.-active,.ns-dark .nt-action-bar Button:active,.ns-dark .nt-action-bar Button.-active,.ns-dark .nt-action-bar .nt-action-bar__item:active,.ns-dark .nt-action-bar .nt-action-bar__item.-active{background-color:#187d6e}.ns-ios ActionBar NTIcon:active,.ns-ios ActionBar Label:active,.ns-ios ActionBar Button:active,.ns-ios ActionBar .nt-action-bar__item:active,.ns-android ActionBar NTIcon:active,.ns-android ActionBar Label:active,.ns-android ActionBar Button:active,.ns-android ActionBar .nt-action-bar__item:active,.ns-ios NTActionBar NTIcon:active,.ns-ios NTActionBar Label:active,.ns-ios NTActionBar Button:active,.ns-ios NTActionBar .nt-action-bar__item:active,.ns-android NTActionBar NTIcon:active,.ns-android NTActionBar Label:active,.ns-android NTActionBar Button:active,.ns-android NTActionBar .nt-action-bar__item:active,.ns-ios .nt-action-bar NTIcon:active,.ns-ios .nt-action-bar Label:active,.ns-ios .nt-action-bar Button:active,.ns-ios .nt-action-bar .nt-action-bar__item:active,.ns-android .nt-action-bar NTIcon:active,.ns-android .nt-action-bar Label:active,.ns-android .nt-action-bar Button:active,.ns-android .nt-action-bar .nt-action-bar__item:active{color:#fff}.ns-dark .ns-ios ActionBar NTIcon:active,.ns-dark .ns-ios ActionBar Label:active,.ns-dark .ns-ios ActionBar Button:active,.ns-dark .ns-ios ActionBar .nt-action-bar__item:active,.ns-dark .ns-android ActionBar NTIcon:active,.ns-dark .ns-android ActionBar Label:active,.ns-dark .ns-android ActionBar Button:active,.ns-dark .ns-android ActionBar .nt-action-bar__item:active,.ns-dark .ns-ios NTActionBar NTIcon:active,.ns-dark .ns-ios NTActionBar Label:active,.ns-dark .ns-ios NTActionBar Button:active,.ns-dark .ns-ios NTActionBar .nt-action-bar__item:active,.ns-dark .ns-android NTActionBar NTIcon:active,.ns-dark .ns-android NTActionBar Label:active,.ns-dark .ns-android NTActionBar Button:active,.ns-dark .ns-android NTActionBar .nt-action-bar__item:active,.ns-dark .ns-ios .nt-action-bar NTIcon:active,.ns-dark .ns-ios .nt-action-bar Label:active,.ns-dark .ns-ios .nt-action-bar Button:active,.ns-dark .ns-ios .nt-action-bar .nt-action-bar__item:active,.ns-dark .ns-android .nt-action-bar NTIcon:active,.ns-dark .ns-android .nt-action-bar Label:active,.ns-dark .ns-android .nt-action-bar Button:active,.ns-dark .ns-android .nt-action-bar .nt-action-bar__item:active{color:#fff}@keyframes light-highlight{0%{background-color:#fff}100%{background-color:#e6e6e6}}@keyframes dark-highlight{0%{background-color:#303030}100%{background-color:#232323}}@keyframes focus-highlight{0%{background-color:#aee406}100%{background-color:#88b205}}@keyframes dark-focus-highlight{0%{background-color:#aee406}100%{background-color:#88b205}}Button,.nt-button{background-color:#fff;color:#161d01}.ns-dark Button,.ns-dark .nt-button{background-color:#303030}.ns-dark Button,.ns-dark .nt-button{color:#edfdb9}Button:active,Button.-active,.nt-button:active,.nt-button.-active{color:#161d01}.ns-dark Button:active,.ns-dark Button.-active,.ns-dark .nt-button:active,.ns-dark .nt-button.-active{color:#edfdb9}Button.-primary,.nt-button.-primary{color:#000;background-color:#aee406;border-color:#aee406}.ns-dark Button.-primary,.ns-dark .nt-button.-primary{color:#000}.ns-dark Button.-primary,.ns-dark .nt-button.-primary{background-color:#aee406}.ns-dark Button.-primary,.ns-dark .nt-button.-primary{border-color:#aee406}Button.-primary:active,Button.-primary.-active,.nt-button.-primary:active,.nt-button.-primary.-active{animation:focus-highlight .3s ease-out forwards;background-color:#88b205}Button[isEnabled=false],.nt-button[isEnabled=false]{background-color:#d0ef6d}.ns-dark Button[isEnabled=false],.ns-dark .nt-button[isEnabled=false]{background-color:#83a129}Button.-outline,.nt-button.-outline{background-color:#fff;border-color:#628103}.ns-dark Button.-outline,.ns-dark .nt-button.-outline{background-color:#303030}.ns-dark Button.-outline,.ns-dark .nt-button.-outline{border-color:#d2fb55}Button.-outline:active,Button.-outline.-active,.nt-button.-outline:active,.nt-button.-outline.-active{animation:light-highlight .3s ease-out forwards;background-color:#e6e6e6}.ns-dark Button.-outline:active,.ns-dark Button.-outline.-active,.ns-dark .nt-button.-outline:active,.ns-dark .nt-button.-outline.-active{animation:dark-highlight .3s ease-out forwards;background-color:#232323}Button.-outline[isEnabled=false],.nt-button.-outline[isEnabled=false]{background-color:#fff;color:#9fb06d;border-color:#9fb06d}.ns-dark Button.-outline[isEnabled=false],.ns-dark .nt-button.-outline[isEnabled=false]{background-color:#303030}.ns-dark Button.-outline[isEnabled=false],.ns-dark .nt-button.-outline[isEnabled=false]{color:#9fb06d}.ns-dark Button.-outline[isEnabled=false],.ns-dark .nt-button.-outline[isEnabled=false]{border-color:#9fb06d}ActivityIndicator,.nt-activity-indicator{color:#aee406}.ns-dark ActivityIndicator,.ns-dark .nt-activity-indicator{color:#aee406}SegmentedBar,.nt-segmented-bar{selected-background-color:#aee406}.ns-dark SegmentedBar,.ns-dark .nt-segmented-bar{selected-background-color:#aee406}.ns-ios SegmentedBar,.ns-ios .nt-segmented-bar{margin:0 15;color:#aee406}.ns-dark .ns-ios SegmentedBar,.ns-dark .ns-ios .nt-segmented-bar{color:#aee406}Progress,.nt-progress{color:#aee406}.ns-dark Progress,.ns-dark .nt-progress{color:#aee406}Slider,.nt-slider{color:#aee406}.ns-dark Slider,.ns-dark .nt-slider{color:#aee406}Slider[isEnabled=false],.nt-slider[isEnabled=false]{color:#e0e0e0}.ns-android Switch,.ns-android .nt-switch{color:#ccc;background-color:#ccc}.ns-dark .ns-android Switch,.ns-dark .ns-android .nt-switch{color:#636363}.ns-dark .ns-android Switch,.ns-dark .ns-android .nt-switch{background-color:#636363}.ns-android Switch[checked=true],.ns-android .nt-switch[checked=true]{color:#aee406}.ns-dark .ns-android Switch[checked=true],.ns-dark .ns-android .nt-switch[checked=true]{color:#aee406}.ns-android Switch[isEnabled=false],.ns-android .nt-switch[isEnabled=false]{color:#e6e6e6}.ns-dark .ns-android Switch[isEnabled=false],.ns-dark .ns-android .nt-switch[isEnabled=false]{color:#4a4a4a}.ns-ios Switch,.ns-ios .nt-switch{background-color:#aee406;off-background-color:#e6e6e6}.ns-dark .ns-ios Switch,.ns-dark .ns-ios .nt-switch{background-color:#aee406}.ns-dark .ns-ios Switch,.ns-dark .ns-ios .nt-switch{off-background-color:#4a4a4a}.ns-ios Switch[isEnabled=false],.ns-ios .nt-switch[isEnabled=false]{background-color:rgba(174,228,6,.4);off-background-color:#e6e6e6}.ns-dark .ns-ios Switch[isEnabled=false],.ns-dark .ns-ios .nt-switch[isEnabled=false]{background-color:rgba(174,228,6,.4)}.ns-dark .ns-ios Switch[isEnabled=false],.ns-dark .ns-ios .nt-switch[isEnabled=false]{off-background-color:#4a4a4a}TabView,.nt-tab-view{selected-tab-text-color:#aee406;android-selected-tab-highlight-color:#aee406}.ns-dark TabView,.ns-dark .nt-tab-view{selected-tab-text-color:#aee406}.ns-dark TabView,.ns-dark .nt-tab-view{android-selected-tab-highlight-color:#aee406}TabView.ns-dark,.nt-tab-view.ns-dark{selected-tab-text-color:#aee406;android-selected-tab-highlight-color:#aee406}TabStrip,.nt-tab-strip{highlight-color:#aee406}.ns-dark TabStrip,.ns-dark .nt-tab-strip{highlight-color:#aee406}TabStripItem:active,.nt-tab-strip__item:active{color:#aee406}.ns-dark TabStripItem:active,.ns-dark .nt-tab-strip__item:active{color:#aee406}TabStripItem:active Label,.nt-tab-strip__item:active Label{color:#aee406}.ns-dark TabStripItem:active Label,.ns-dark .nt-tab-strip__item:active Label{color:#aee406}ListView NTIcon,ListView .nt-icon,RadListView NTIcon,RadListView .nt-icon,.nt-list-view NTIcon,.nt-list-view .nt-icon{color:#577203}.ns-dark ListView NTIcon,.ns-dark ListView .nt-icon,.ns-dark RadListView NTIcon,.ns-dark RadListView .nt-icon,.ns-dark .nt-list-view NTIcon,.ns-dark .nt-list-view .nt-icon{color:#aee406}ListView .nt-list-view__delete,RadListView .nt-list-view__delete,.nt-list-view .nt-list-view__delete{background-color:#d50000}RadSideDrawer .nt-drawer__header,.nt-drawer .nt-drawer__header{background:#14685b}RadSideDrawer .nt-drawer__header Label,.nt-drawer .nt-drawer__header Label{color:#fff}RadSideDrawer>*,RadSideDrawer .nt-drawer__content,.nt-drawer>*,.nt-drawer .nt-drawer__content{color:#fff}RadSideDrawer.ns-dark .nt-drawer__header,.nt-drawer.ns-dark .nt-drawer__header{background:#14685b}RadSideDrawer.ns-dark .nt-drawer__header Label,.nt-drawer.ns-dark .nt-drawer__header Label{color:#fff}RadSideDrawer.ns-dark>*,RadSideDrawer.ns-dark .nt-drawer__content,.nt-drawer.ns-dark>*,.nt-drawer.ns-dark .nt-drawer__content{color:#fff}TextView,TextField,PickerField,DatePickerField,TimePickerField,DateTimePickerFields,DataFormEditorCore,RadAutoCompleteTextView{background-color:transparent;border-color:#b3b3b3}.ns-dark TextView,.ns-dark TextField,.ns-dark PickerField,.ns-dark DatePickerField,.ns-dark TimePickerField,.ns-dark DateTimePickerFields,.ns-dark DataFormEditorCore,.ns-dark RadAutoCompleteTextView{border-color:gray}TextView:focus,TextField:focus,PickerField:focus,DatePickerField:focus,TimePickerField:focus,DateTimePickerFields:focus,DataFormEditorCore:focus,RadAutoCompleteTextView:focus{border-color:#628103}.ns-dark TextView:focus,.ns-dark TextField:focus,.ns-dark PickerField:focus,.ns-dark DatePickerField:focus,.ns-dark TimePickerField:focus,.ns-dark DateTimePickerFields:focus,.ns-dark DataFormEditorCore:focus,.ns-dark RadAutoCompleteTextView:focus{border-color:#d2fb55}TextView[isEnabled=false],TextField[isEnabled=false],PickerField[isEnabled=false],DatePickerField[isEnabled=false],TimePickerField[isEnabled=false],DateTimePickerFields[isEnabled=false],DataFormEditorCore[isEnabled=false],RadAutoCompleteTextView[isEnabled=false]{color:#999;background-color:#e6e6e6}.ns-dark TextView[isEnabled=false],.ns-dark TextField[isEnabled=false],.ns-dark PickerField[isEnabled=false],.ns-dark DatePickerField[isEnabled=false],.ns-dark TimePickerField[isEnabled=false],.ns-dark DateTimePickerFields[isEnabled=false],.ns-dark DataFormEditorCore[isEnabled=false],.ns-dark RadAutoCompleteTextView[isEnabled=false]{color:#999}.ns-dark TextView[isEnabled=false],.ns-dark TextField[isEnabled=false],.ns-dark PickerField[isEnabled=false],.ns-dark DatePickerField[isEnabled=false],.ns-dark TimePickerField[isEnabled=false],.ns-dark DateTimePickerFields[isEnabled=false],.ns-dark DataFormEditorCore[isEnabled=false],.ns-dark RadAutoCompleteTextView[isEnabled=false]{background-color:#4d4d4d}RadAutoCompleteTextView Token{background-color:#d2fb55}.ns-dark RadAutoCompleteTextView Token{background-color:#628103}RadAutoCompleteTextView Token:selected{background-color:#c5f924}.ns-dark RadAutoCompleteTextView Token:selected{background-color:#88b205}.date-time-picker{color:#262626;background:#fff}.date-time-picker.ns-dark{color:#fff;background:#303030}.date-time-picker-buttons{color:#161d01}.date-time-picker-buttons.ns-dark{color:#edfdb9}.ns-dark.date-time-picker-button-cancel{background:#303030}.date-time-picker-spinners{color:#3c4f02}.date-time-picker-spinners.ns-dark{color:#dffc87}DataFormEditorLabel,NTInput>Label,.nt-input>Label{color:#3c4f02}.ns-dark DataFormEditorLabel,.ns-dark NTInput>Label,.ns-dark .nt-input>Label{color:#dffc87}.hr,.hr-light{border-color:#d2fb55}.ns-dark .hr,.ns-dark .hr-light{border-color:#edfdb9}.hr-dark{border-color:#628103}.ns-dark .hr-dark{border-color:#d2fb55}
*/@keyframes light-highlight{0%{background-color:#fff}100%{background-color:#e6e6e6}}@keyframes dark-highlight{0%{background-color:#303030}100%{background-color:#232323}}@keyframes focus-highlight{0%{background-color:#30bcff}100%{background-color:#00aafc}}@keyframes dark-focus-highlight{0%{background-color:#30bcff}100%{background-color:#00aafc}}Button,.nt-button{background-color:#fff;color:#004363}.ns-dark Button,.ns-dark .nt-button{background-color:#303030;color:#fcfeff}Button:active,Button.-active,.nt-button:active,.nt-button.-active{color:#004363}.ns-dark Button:active,.ns-dark Button.-active,.ns-dark .nt-button:active,.ns-dark .nt-button.-active{color:#fcfeff}Button.-primary,.nt-button.-primary{color:#fff;background-color:#30bcff;border-color:#30bcff}.ns-dark Button.-primary,.ns-dark .nt-button.-primary{color:#fff;background-color:#30bcff;border-color:#30bcff}Button.-primary:active,Button.-primary.-active,.nt-button.-primary:active,.nt-button.-primary.-active{animation:focus-highlight .3s ease-out forwards;background-color:#00aafc}Button[isEnabled=false],.nt-button[isEnabled=false]{background-color:#79d3ff}.ns-dark Button[isEnabled=false],.ns-dark .nt-button[isEnabled=false]{background-color:#3e86a8}Button.-outline,.nt-button.-outline{background-color:#fff;border-color:#0088c9}.ns-dark Button.-outline,.ns-dark .nt-button.-outline{background-color:#303030;border-color:#96ddff}Button.-outline:active,Button.-outline.-active,.nt-button.-outline:active,.nt-button.-outline.-active{animation:light-highlight .3s ease-out forwards;background-color:#e6e6e6}.ns-dark Button.-outline:active,.ns-dark Button.-outline.-active,.ns-dark .nt-button.-outline:active,.ns-dark .nt-button.-outline.-active{animation:dark-highlight .3s ease-out forwards;background-color:#232323}Button.-outline[isEnabled=false],.nt-button.-outline[isEnabled=false]{background-color:#fff;color:#abd5e9;border-color:#abd5e9}.ns-dark Button.-outline[isEnabled=false],.ns-dark .nt-button.-outline[isEnabled=false]{background-color:#303030;color:#abd5e9;border-color:#abd5e9}ActivityIndicator,.nt-activity-indicator{color:#30bcff}.ns-dark ActivityIndicator,.ns-dark .nt-activity-indicator{color:#30bcff}SegmentedBar,.nt-segmented-bar{selected-background-color:#30bcff}.ns-dark SegmentedBar,.ns-dark .nt-segmented-bar{selected-background-color:#30bcff}.ns-ios SegmentedBar,.ns-ios .nt-segmented-bar{margin:0 15;color:#30bcff}.ns-dark.ns-ios SegmentedBar,.ns-dark.ns-ios .nt-segmented-bar{color:#30bcff}Progress,.nt-progress{color:#30bcff}.ns-dark Progress,.ns-dark .nt-progress{color:#30bcff}Slider,.nt-slider{color:#30bcff}.ns-dark Slider,.ns-dark .nt-slider{color:#30bcff}Slider[isEnabled=false],.nt-slider[isEnabled=false]{color:#e0e0e0}.ns-android Switch,.ns-android .nt-switch{color:#ccc;background-color:#ccc}.ns-dark.ns-android Switch,.ns-dark.ns-android .nt-switch{color:#636363;background-color:#636363}.ns-android Switch[checked=true],.ns-android .nt-switch[checked=true]{color:#30bcff}.ns-dark.ns-android Switch[checked=true],.ns-dark.ns-android .nt-switch[checked=true]{color:#30bcff}.ns-android Switch[isEnabled=false],.ns-android .nt-switch[isEnabled=false]{color:#e6e6e6}.ns-dark.ns-android Switch[isEnabled=false],.ns-dark.ns-android .nt-switch[isEnabled=false]{color:#4a4a4a}.ns-ios Switch,.ns-ios .nt-switch{color:#fff;background-color:#30bcff}.ns-dark.ns-ios Switch,.ns-dark.ns-ios .nt-switch{color:#303030;background-color:#30bcff}.ns-ios Switch[isEnabled=false],.ns-ios .nt-switch[isEnabled=false]{background-color:rgba(48,188,255,.4)}.ns-dark.ns-ios Switch[isEnabled=false],.ns-dark.ns-ios .nt-switch[isEnabled=false]{background-color:rgba(48,188,255,.4)}TabView,.nt-tab-view{selected-tab-text-color:#30bcff;android-selected-tab-highlight-color:#30bcff}.ns-dark TabView,.ns-dark .nt-tab-view{selected-tab-text-color:#30bcff;android-selected-tab-highlight-color:#30bcff}TabView.ns-dark,.nt-tab-view.ns-dark{selected-tab-text-color:#30bcff;android-selected-tab-highlight-color:#30bcff}TabStrip,.nt-tab-strip{highlight-color:#30bcff}.ns-dark TabStrip,.ns-dark .nt-tab-strip{highlight-color:#30bcff}TabStripItem:active,.nt-tab-strip__item:active{color:#30bcff}.ns-dark TabStripItem:active,.ns-dark .nt-tab-strip__item:active{color:#30bcff}TabStripItem:active Label,.nt-tab-strip__item:active Label{color:#30bcff}.ns-dark TabStripItem:active Label,.ns-dark .nt-tab-strip__item:active Label{color:#30bcff}ListView NTIcon,ListView .nt-icon,RadListView NTIcon,RadListView .nt-icon,.nt-list-view NTIcon,.nt-list-view .nt-icon{color:#006698}.ns-dark ListView NTIcon,.ns-dark ListView .nt-icon,.ns-dark RadListView NTIcon,.ns-dark RadListView .nt-icon,.ns-dark .nt-list-view NTIcon,.ns-dark .nt-list-view .nt-icon{color:#30bcff}ListView .nt-list-view__delete,RadListView .nt-list-view__delete,.nt-list-view .nt-list-view__delete{background-color:#d50000}RadSideDrawer .nt-drawer__header,.nt-drawer .nt-drawer__header{background:#303c84}RadSideDrawer .nt-drawer__header Label,.nt-drawer .nt-drawer__header Label{color:#fff}RadSideDrawer>*,RadSideDrawer .nt-drawer__content,.nt-drawer>*,.nt-drawer .nt-drawer__content{color:#fff}RadSideDrawer.ns-dark .nt-drawer__header,.nt-drawer.ns-dark .nt-drawer__header{background:#303c84}RadSideDrawer.ns-dark .nt-drawer__header Label,.nt-drawer.ns-dark .nt-drawer__header Label{color:#fff}RadSideDrawer.ns-dark>*,RadSideDrawer.ns-dark .nt-drawer__content,.nt-drawer.ns-dark>*,.nt-drawer.ns-dark .nt-drawer__content{color:#fff}TextView,TextField,PickerField,DatePickerField,TimePickerField,DateTimePickerFields,DataFormEditorCore,RadAutoCompleteTextView{background-color:transparent;border-color:#fafafa}.ns-dark TextView,.ns-dark TextField,.ns-dark PickerField,.ns-dark DatePickerField,.ns-dark TimePickerField,.ns-dark DateTimePickerFields,.ns-dark DataFormEditorCore,.ns-dark RadAutoCompleteTextView{border-color:#c7c7c7}TextView:focus,TextField:focus,PickerField:focus,DatePickerField:focus,TimePickerField:focus,DateTimePickerFields:focus,DataFormEditorCore:focus,RadAutoCompleteTextView:focus{border-color:#0088c9}.ns-dark TextView:focus,.ns-dark TextField:focus,.ns-dark PickerField:focus,.ns-dark DatePickerField:focus,.ns-dark TimePickerField:focus,.ns-dark DateTimePickerFields:focus,.ns-dark DataFormEditorCore:focus,.ns-dark RadAutoCompleteTextView:focus{border-color:#96ddff}TextView[isEnabled=false],TextField[isEnabled=false],PickerField[isEnabled=false],DatePickerField[isEnabled=false],TimePickerField[isEnabled=false],DateTimePickerFields[isEnabled=false],DataFormEditorCore[isEnabled=false],RadAutoCompleteTextView[isEnabled=false]{color:#e0e0e0;background-color:#fff}.ns-dark TextView[isEnabled=false],.ns-dark TextField[isEnabled=false],.ns-dark PickerField[isEnabled=false],.ns-dark DatePickerField[isEnabled=false],.ns-dark TimePickerField[isEnabled=false],.ns-dark DateTimePickerFields[isEnabled=false],.ns-dark DataFormEditorCore[isEnabled=false],.ns-dark RadAutoCompleteTextView[isEnabled=false]{color:#e0e0e0;background-color:#949494}RadAutoCompleteTextView Token{background-color:#96ddff}.ns-dark RadAutoCompleteTextView Token{background-color:#0088c9}RadAutoCompleteTextView Token:selected{background-color:#63cdff}.ns-dark RadAutoCompleteTextView Token:selected{background-color:#00aafc}.date-time-picker{color:#262626;background:#fff}.date-time-picker.ns-dark{color:#fff;background:#303030}.date-time-picker-buttons{color:#004363}.date-time-picker-buttons.ns-dark{color:#fcfeff}.ns-dark.date-time-picker-button-cancel{background:#303030}.date-time-picker-spinners{color:#006596}.date-time-picker-spinners.ns-dark{color:#c9eeff}DataFormEditorLabel,.nt-input>Label{color:#006596}.ns-dark DataFormEditorLabel,.ns-dark .nt-input>Label{color:#c9eeff}ActionBar,.nt-action-bar{color:#fff;background-color:#3d5afe}.ns-dark ActionBar,.ns-dark .nt-action-bar{color:#fff;background-color:#374597}ActionBar NTIcon,ActionBar Label,ActionBar Button,ActionBar .nt-action-bar__item,.nt-action-bar NTIcon,.nt-action-bar Label,.nt-action-bar Button,.nt-action-bar .nt-action-bar__item{color:#fff}.ns-dark ActionBar NTIcon,.ns-dark ActionBar Label,.ns-dark ActionBar Button,.ns-dark ActionBar .nt-action-bar__item,.ns-dark .nt-action-bar NTIcon,.ns-dark .nt-action-bar Label,.ns-dark .nt-action-bar Button,.ns-dark .nt-action-bar .nt-action-bar__item{color:#fff}ActionBar NTIcon:active,ActionBar NTIcon.-active,ActionBar Label:active,ActionBar Label.-active,ActionBar Button:active,ActionBar Button.-active,ActionBar .nt-action-bar__item:active,ActionBar .nt-action-bar__item.-active,.nt-action-bar NTIcon:active,.nt-action-bar NTIcon.-active,.nt-action-bar Label:active,.nt-action-bar Label.-active,.nt-action-bar Button:active,.nt-action-bar Button.-active,.nt-action-bar .nt-action-bar__item:active,.nt-action-bar .nt-action-bar__item.-active{color:#fff}.ns-dark ActionBar NTIcon:active,.ns-dark ActionBar NTIcon.-active,.ns-dark ActionBar Label:active,.ns-dark ActionBar Label.-active,.ns-dark ActionBar Button:active,.ns-dark ActionBar Button.-active,.ns-dark ActionBar .nt-action-bar__item:active,.ns-dark ActionBar .nt-action-bar__item.-active,.ns-dark .nt-action-bar NTIcon:active,.ns-dark .nt-action-bar NTIcon.-active,.ns-dark .nt-action-bar Label:active,.ns-dark .nt-action-bar Label.-active,.ns-dark .nt-action-bar Button:active,.ns-dark .nt-action-bar Button.-active,.ns-dark .nt-action-bar .nt-action-bar__item:active,.ns-dark .nt-action-bar .nt-action-bar__item.-active{color:#fff}.ns-android ActionBar Button,.ns-android ActionBar .nt-button,.ns-android .nt-action-bar Button,.ns-android .nt-action-bar .nt-button{background-color:#3d5afe}.ns-dark.ns-android ActionBar Button,.ns-dark.ns-android ActionBar .nt-button,.ns-dark.ns-android .nt-action-bar Button,.ns-dark.ns-android .nt-action-bar .nt-button{background-color:#374597}.hr,.hr-light{border-color:#96ddff}.ns-dark .hr,.ns-dark .hr-light{border-color:#fcfeff}.hr-dark{border-color:#0088c9}.ns-dark .hr-dark{border-color:#96ddff}
/*!
* NativeScript Compatibility Theme v2.0.11 (https://nativescript.org)
* NativeScript Compatibility Theme v2.0.12 (https://nativescript.org)
* Copyright 2016-2016 The Theme Authors
* Copyright 2016-2019 Progress Software
* Licensed under Apache 2.0 (https://github.com/NativeScript/theme/blob/master/LICENSE)
*/.action-bar{color:#fff;background-color:#3d5afe}.ns-dark .action-bar{color:#fff}.ns-dark .action-bar{background-color:#374597}.ns-root .action-bar .action-item{color:#fff;background-color:#3d5afe}.ns-dark .ns-root .action-bar .action-item{color:#fff}.ns-dark .ns-root .action-bar .action-item{background-color:#374597}.ns-root .action-bar .action-item-active:active{color:#fff;background-color:#3d5afe}.ns-dark .ns-root .action-bar .action-item-active:active{color:#fff}.ns-dark .ns-root .action-bar .action-item-active:active{background-color:#374597}.ns-ios .action-bar .action-item:active,.ns-android .action-bar .action-item:active{color:#fff}.ns-dark .ns-ios .action-bar .action-item:active,.ns-dark .ns-android .action-bar .action-item:active{color:#fff}@keyframes light-highlight{0%{background-color:#fff}100%{background-color:#e6e6e6}}@keyframes dark-highlight{0%{background-color:#303030}100%{background-color:#232323}}@keyframes focus-highlight{0%{background-color:#30bcff}100%{background-color:#00aafc}}@keyframes dark-focus-highlight{0%{background-color:#30bcff}100%{background-color:#00aafc}}.btn{background-color:#fff;color:#004363}.ns-dark .btn{background-color:#303030}.ns-dark .btn{color:#fcfeff}.btn-active:active{color:#004363}.ns-dark .btn-active:active{color:#fcfeff}.btn-primary{color:#fff;background-color:#30bcff;border-color:#30bcff}.ns-dark .btn-primary{color:#fff}.ns-dark .btn-primary{background-color:#30bcff}.ns-dark .btn-primary{border-color:#30bcff}.btn-primary.btn-active:active{animation:focus-highlight .3s ease-out forwards;background-color:#00aafc}.btn[isEnabled=false]{background-color:#79d3ff}.ns-dark .btn[isEnabled=false]{background-color:#3e86a8}.btn-outline{background-color:#fff;border-color:#0088c9}.ns-dark .btn-outline{background-color:#303030}.ns-dark .btn-outline{border-color:#96ddff}.btn-outline-active:active{animation:light-highlight .3s ease-out forwards;background-color:#e6e6e6}.ns-dark .btn-outline-active:active{animation:dark-highlight .3s ease-out forwards;background-color:#232323}.btn-outline[isEnabled=false]{background-color:#fff;color:#7aa4b8;border-color:#7aa4b8}.ns-dark .btn-outline[isEnabled=false]{background-color:#303030}.ns-dark .btn-outline[isEnabled=false]{color:#7aa4b8}.ns-dark .btn-outline[isEnabled=false]{border-color:#7aa4b8}.activity-indicator{color:#30bcff}.ns-dark .activity-indicator{color:#30bcff}.segmented-bar{selected-background-color:#30bcff}.ns-dark .segmented-bar{selected-background-color:#30bcff}.ns-ios .segmented-bar{margin:0 15;color:#30bcff}.ns-dark .ns-ios .segmented-bar{color:#30bcff}.progress{color:#30bcff}.ns-dark .progress{color:#30bcff}.slider{color:#30bcff}.ns-dark .slider{color:#30bcff}.slider[isEnabled=false]{color:#e0e0e0}.ns-android .switch{color:#ccc;background-color:#ccc}.ns-dark .ns-android .switch{color:#636363}.ns-dark .ns-android .switch{background-color:#636363}.ns-android .switch[checked=true]{color:#30bcff}.ns-dark .ns-android .switch[checked=true]{color:#30bcff}.ns-android .switch[isEnabled=false]{color:#e6e6e6}.ns-dark .ns-android .switch[isEnabled=false]{color:#4a4a4a}.ns-ios .switch{background-color:#30bcff;off-background-color:#e6e6e6}.ns-dark .ns-ios .switch{background-color:#30bcff}.ns-dark .ns-ios .switch{off-background-color:#4a4a4a}.ns-ios .switch[isEnabled=false]{background-color:rgba(48,188,255,.4);off-background-color:#e6e6e6}.ns-dark .ns-ios .switch[isEnabled=false]{background-color:rgba(48,188,255,.4)}.ns-dark .ns-ios .switch[isEnabled=false]{off-background-color:#4a4a4a}.tab-view{selected-tab-text-color:#30bcff;android-selected-tab-highlight-color:#30bcff}.ns-dark .tab-view{selected-tab-text-color:#30bcff}.ns-dark .tab-view{android-selected-tab-highlight-color:#30bcff}.tab-view.ns-dark{selected-tab-text-color:#30bcff;android-selected-tab-highlight-color:#30bcff}.list-view NTIcon,.list-view .nt-icon{color:#006698}.ns-dark .list-view NTIcon,.ns-dark .list-view .nt-icon{color:#30bcff}.list-view .nt-list-view__delete{background-color:#d50000}.side-drawer .sidedrawer-header{background:#303c84}.side-drawer .sidedrawer-header Label{color:#fff}.side-drawer .sidedrawer-left,.side-drawer .sidedrawer-center{color:#fff}.side-drawer.ns-dark .sidedrawer-header{background:#303c84}.side-drawer.ns-dark .sidedrawer-header Label{color:#fff}.side-drawer.ns-dark .sidedrawer-left,.side-drawer.ns-dark .sidedrawer-center{color:#fff}.input{background-color:transparent;border-color:#b3b3b3}.ns-dark .input{border-color:gray}.input:focus{border-color:#0088c9}.ns-dark .input:focus{border-color:#96ddff}.input[isEnabled=false]{color:#999;background-color:#e6e6e6}.ns-dark .input[isEnabled=false]{color:#999}.ns-dark .input[isEnabled=false]{background-color:#4d4d4d}RadAutoCompleteTextView Token{background-color:#96ddff}.ns-dark RadAutoCompleteTextView Token{background-color:#0088c9}RadAutoCompleteTextView Token:selected{background-color:#63cdff}.ns-dark RadAutoCompleteTextView Token:selected{background-color:#00aafc}.date-time-picker{color:#262626;background:#fff}.date-time-picker.ns-dark{color:#fff;background:#303030}.date-time-picker-buttons{color:#004363}.date-time-picker-buttons.ns-dark{color:#fcfeff}.ns-dark.date-time-picker-button-cancel{background:#303030}.date-time-picker-spinners{color:#006596}.date-time-picker-spinners.ns-dark{color:#c9eeff}DataFormEditorLabel,.input .label{color:#006596}.ns-dark DataFormEditorLabel,.ns-dark .input .label{color:#c9eeff}.hr,.hr-light{border-color:#96ddff}.ns-dark .hr,.ns-dark .hr-light{border-color:#fcfeff}.hr-dark{border-color:#0088c9}.ns-dark .hr-dark{border-color:#96ddff}
*/@keyframes light-highlight{0%{background-color:#fff}100%{background-color:#e6e6e6}}@keyframes dark-highlight{0%{background-color:#303030}100%{background-color:#232323}}@keyframes focus-highlight{0%{background-color:#30bcff}100%{background-color:#00aafc}}@keyframes dark-focus-highlight{0%{background-color:#30bcff}100%{background-color:#00aafc}}.btn{background-color:#fff;color:#004363}.ns-dark .btn{background-color:#303030;color:#fcfeff}.btn-active:active{color:#004363}.ns-dark .btn-active:active{color:#fcfeff}.btn-primary{color:#fff;background-color:#30bcff;border-color:#30bcff}.ns-dark .btn-primary{color:#fff;background-color:#30bcff;border-color:#30bcff}.btn-primary.btn-active:active{animation:focus-highlight .3s ease-out forwards;background-color:#00aafc}.btn[isEnabled=false]{background-color:#79d3ff}.ns-dark .btn[isEnabled=false]{background-color:#3e86a8}.btn-outline{background-color:#fff;border-color:#0088c9}.ns-dark .btn-outline{background-color:#303030;border-color:#96ddff}.btn-outline-active:active{animation:light-highlight .3s ease-out forwards;background-color:#e6e6e6}.ns-dark .btn-outline-active:active{animation:dark-highlight .3s ease-out forwards;background-color:#232323}.btn-outline[isEnabled=false]{background-color:#fff;color:#abd5e9;border-color:#abd5e9}.ns-dark .btn-outline[isEnabled=false]{background-color:#303030;color:#abd5e9;border-color:#abd5e9}.activity-indicator{color:#30bcff}.ns-dark .activity-indicator{color:#30bcff}.segmented-bar{selected-background-color:#30bcff}.ns-dark .segmented-bar{selected-background-color:#30bcff}.ns-ios .segmented-bar{margin:0 15;color:#30bcff}.ns-dark.ns-ios .segmented-bar{color:#30bcff}.progress{color:#30bcff}.ns-dark .progress{color:#30bcff}.slider{color:#30bcff}.ns-dark .slider{color:#30bcff}.slider[isEnabled=false]{color:#e0e0e0}.ns-android .switch{color:#ccc;background-color:#ccc}.ns-dark.ns-android .switch{color:#636363;background-color:#636363}.ns-android .switch[checked=true]{color:#30bcff}.ns-dark.ns-android .switch[checked=true]{color:#30bcff}.ns-android .switch[isEnabled=false]{color:#e6e6e6}.ns-dark.ns-android .switch[isEnabled=false]{color:#4a4a4a}.ns-ios .switch{color:#fff;background-color:#30bcff}.ns-dark.ns-ios .switch{color:#303030;background-color:#30bcff}.ns-ios .switch[isEnabled=false]{background-color:rgba(48,188,255,.4)}.ns-dark.ns-ios .switch[isEnabled=false]{background-color:rgba(48,188,255,.4)}.tab-view{selected-tab-text-color:#30bcff;android-selected-tab-highlight-color:#30bcff}.ns-dark .tab-view{selected-tab-text-color:#30bcff;android-selected-tab-highlight-color:#30bcff}.tab-view.ns-dark{selected-tab-text-color:#30bcff;android-selected-tab-highlight-color:#30bcff}.list-view NTIcon,.list-view .nt-icon{color:#006698}.ns-dark .list-view NTIcon,.ns-dark .list-view .nt-icon{color:#30bcff}.list-view .nt-list-view__delete{background-color:#d50000}.side-drawer .sidedrawer-header{background:#303c84}.side-drawer .sidedrawer-header Label{color:#fff}.side-drawer .sidedrawer-left,.side-drawer .sidedrawer-center{color:#fff}.side-drawer.ns-dark .sidedrawer-header{background:#303c84}.side-drawer.ns-dark .sidedrawer-header Label{color:#fff}.side-drawer.ns-dark .sidedrawer-left,.side-drawer.ns-dark .sidedrawer-center{color:#fff}.input{background-color:transparent;border-color:#fafafa}.ns-dark .input{border-color:#c7c7c7}.input:focus{border-color:#0088c9}.ns-dark .input:focus{border-color:#96ddff}.input[isEnabled=false]{color:#e0e0e0;background-color:#fff}.ns-dark .input[isEnabled=false]{color:#e0e0e0;background-color:#949494}RadAutoCompleteTextView Token{background-color:#96ddff}.ns-dark RadAutoCompleteTextView Token{background-color:#0088c9}RadAutoCompleteTextView Token:selected{background-color:#63cdff}.ns-dark RadAutoCompleteTextView Token:selected{background-color:#00aafc}.date-time-picker{color:#262626;background:#fff}.date-time-picker.ns-dark{color:#fff;background:#303030}.date-time-picker-buttons{color:#004363}.date-time-picker-buttons.ns-dark{color:#fcfeff}.ns-dark.date-time-picker-button-cancel{background:#303030}.date-time-picker-spinners{color:#006596}.date-time-picker-spinners.ns-dark{color:#c9eeff}DataFormEditorLabel,.input .label{color:#006596}.ns-dark DataFormEditorLabel,.ns-dark .input .label{color:#c9eeff}.action-bar{color:#fff;background-color:#3d5afe}.ns-dark .action-bar{color:#fff;background-color:#374597}.action-bar .action-item{color:#fff}.ns-dark .action-bar .action-item{color:#fff}.action-bar .action-item-active:active{color:#fff}.ns-dark .action-bar .action-item-active:active{color:#fff}.hr,.hr-light{border-color:#96ddff}.ns-dark .hr,.ns-dark .hr-light{border-color:#fcfeff}.hr-dark{border-color:#0088c9}.ns-dark .hr-dark{border-color:#96ddff}
/*!
* NativeScript Theme v2.0.11 (https://nativescript.org)
* NativeScript Theme v2.0.12 (https://nativescript.org)
* Copyright 2016-2016 The Theme Authors
* Copyright 2016-2019 Progress Software
* Licensed under Apache 2.0 (https://github.com/NativeScript/theme/blob/master/LICENSE)
*/ActionBar,NTActionBar,.nt-action-bar{color:#fff;background-color:#3d5afe}.ns-dark ActionBar,.ns-dark NTActionBar,.ns-dark .nt-action-bar{color:#fff}.ns-dark ActionBar,.ns-dark NTActionBar,.ns-dark .nt-action-bar{background-color:#374597}.ns-root ActionBar NTIcon,ActionBar Label,ActionBar Button,ActionBar .nt-action-bar__item,.ns-root NTActionBar NTIcon,NTActionBar Label,NTActionBar Button,NTActionBar .nt-action-bar__item,.ns-root .nt-action-bar NTIcon,.nt-action-bar Label,.nt-action-bar Button,.nt-action-bar .nt-action-bar__item{color:#fff;background-color:#3d5afe}.ns-dark .ns-root ActionBar NTIcon,.ns-dark ActionBar Label,.ns-dark ActionBar Button,.ns-dark ActionBar .nt-action-bar__item,.ns-dark .ns-root NTActionBar NTIcon,.ns-dark NTActionBar Label,.ns-dark NTActionBar Button,.ns-dark NTActionBar .nt-action-bar__item,.ns-dark .ns-root .nt-action-bar NTIcon,.ns-dark .nt-action-bar Label,.ns-dark .nt-action-bar Button,.ns-dark .nt-action-bar .nt-action-bar__item{color:#fff}.ns-dark .ns-root ActionBar NTIcon,.ns-dark ActionBar Label,.ns-dark ActionBar Button,.ns-dark ActionBar .nt-action-bar__item,.ns-dark .ns-root NTActionBar NTIcon,.ns-dark NTActionBar Label,.ns-dark NTActionBar Button,.ns-dark NTActionBar .nt-action-bar__item,.ns-dark .ns-root .nt-action-bar NTIcon,.ns-dark .nt-action-bar Label,.ns-dark .nt-action-bar Button,.ns-dark .nt-action-bar .nt-action-bar__item{background-color:#374597}.ns-root ActionBar NTIcon:active,.ns-root ActionBar NTIcon.-active,ActionBar Label:active,ActionBar Label.-active,ActionBar Button:active,ActionBar Button.-active,ActionBar .nt-action-bar__item:active,ActionBar .nt-action-bar__item.-active,.ns-root NTActionBar NTIcon:active,.ns-root NTActionBar NTIcon.-active,NTActionBar Label:active,NTActionBar Label.-active,NTActionBar Button:active,NTActionBar Button.-active,NTActionBar .nt-action-bar__item:active,NTActionBar .nt-action-bar__item.-active,.ns-root .nt-action-bar NTIcon:active,.ns-root .nt-action-bar NTIcon.-active,.nt-action-bar Label:active,.nt-action-bar Label.-active,.nt-action-bar Button:active,.nt-action-bar Button.-active,.nt-action-bar .nt-action-bar__item:active,.nt-action-bar .nt-action-bar__item.-active{color:#fff;background-color:#3d5afe}.ns-dark .ns-root ActionBar NTIcon:active,.ns-dark .ns-root ActionBar NTIcon.-active,.ns-dark ActionBar Label:active,.ns-dark ActionBar Label.-active,.ns-dark ActionBar Button:active,.ns-dark ActionBar Button.-active,.ns-dark ActionBar .nt-action-bar__item:active,.ns-dark ActionBar .nt-action-bar__item.-active,.ns-dark .ns-root NTActionBar NTIcon:active,.ns-dark .ns-root NTActionBar NTIcon.-active,.ns-dark NTActionBar Label:active,.ns-dark NTActionBar Label.-active,.ns-dark NTActionBar Button:active,.ns-dark NTActionBar Button.-active,.ns-dark NTActionBar .nt-action-bar__item:active,.ns-dark NTActionBar .nt-action-bar__item.-active,.ns-dark .ns-root .nt-action-bar NTIcon:active,.ns-dark .ns-root .nt-action-bar NTIcon.-active,.ns-dark .nt-action-bar Label:active,.ns-dark .nt-action-bar Label.-active,.ns-dark .nt-action-bar Button:active,.ns-dark .nt-action-bar Button.-active,.ns-dark .nt-action-bar .nt-action-bar__item:active,.ns-dark .nt-action-bar .nt-action-bar__item.-active{color:#fff}.ns-dark .ns-root ActionBar NTIcon:active,.ns-dark .ns-root ActionBar NTIcon.-active,.ns-dark ActionBar Label:active,.ns-dark ActionBar Label.-active,.ns-dark ActionBar Button:active,.ns-dark ActionBar Button.-active,.ns-dark ActionBar .nt-action-bar__item:active,.ns-dark ActionBar .nt-action-bar__item.-active,.ns-dark .ns-root NTActionBar NTIcon:active,.ns-dark .ns-root NTActionBar NTIcon.-active,.ns-dark NTActionBar Label:active,.ns-dark NTActionBar Label.-active,.ns-dark NTActionBar Button:active,.ns-dark NTActionBar Button.-active,.ns-dark NTActionBar .nt-action-bar__item:active,.ns-dark NTActionBar .nt-action-bar__item.-active,.ns-dark .ns-root .nt-action-bar NTIcon:active,.ns-dark .ns-root .nt-action-bar NTIcon.-active,.ns-dark .nt-action-bar Label:active,.ns-dark .nt-action-bar Label.-active,.ns-dark .nt-action-bar Button:active,.ns-dark .nt-action-bar Button.-active,.ns-dark .nt-action-bar .nt-action-bar__item:active,.ns-dark .nt-action-bar .nt-action-bar__item.-active{background-color:#374597}.ns-ios ActionBar NTIcon:active,.ns-ios ActionBar Label:active,.ns-ios ActionBar Button:active,.ns-ios ActionBar .nt-action-bar__item:active,.ns-android ActionBar NTIcon:active,.ns-android ActionBar Label:active,.ns-android ActionBar Button:active,.ns-android ActionBar .nt-action-bar__item:active,.ns-ios NTActionBar NTIcon:active,.ns-ios NTActionBar Label:active,.ns-ios NTActionBar Button:active,.ns-ios NTActionBar .nt-action-bar__item:active,.ns-android NTActionBar NTIcon:active,.ns-android NTActionBar Label:active,.ns-android NTActionBar Button:active,.ns-android NTActionBar .nt-action-bar__item:active,.ns-ios .nt-action-bar NTIcon:active,.ns-ios .nt-action-bar Label:active,.ns-ios .nt-action-bar Button:active,.ns-ios .nt-action-bar .nt-action-bar__item:active,.ns-android .nt-action-bar NTIcon:active,.ns-android .nt-action-bar Label:active,.ns-android .nt-action-bar Button:active,.ns-android .nt-action-bar .nt-action-bar__item:active{color:#fff}.ns-dark .ns-ios ActionBar NTIcon:active,.ns-dark .ns-ios ActionBar Label:active,.ns-dark .ns-ios ActionBar Button:active,.ns-dark .ns-ios ActionBar .nt-action-bar__item:active,.ns-dark .ns-android ActionBar NTIcon:active,.ns-dark .ns-android ActionBar Label:active,.ns-dark .ns-android ActionBar Button:active,.ns-dark .ns-android ActionBar .nt-action-bar__item:active,.ns-dark .ns-ios NTActionBar NTIcon:active,.ns-dark .ns-ios NTActionBar Label:active,.ns-dark .ns-ios NTActionBar Button:active,.ns-dark .ns-ios NTActionBar .nt-action-bar__item:active,.ns-dark .ns-android NTActionBar NTIcon:active,.ns-dark .ns-android NTActionBar Label:active,.ns-dark .ns-android NTActionBar Button:active,.ns-dark .ns-android NTActionBar .nt-action-bar__item:active,.ns-dark .ns-ios .nt-action-bar NTIcon:active,.ns-dark .ns-ios .nt-action-bar Label:active,.ns-dark .ns-ios .nt-action-bar Button:active,.ns-dark .ns-ios .nt-action-bar .nt-action-bar__item:active,.ns-dark .ns-android .nt-action-bar NTIcon:active,.ns-dark .ns-android .nt-action-bar Label:active,.ns-dark .ns-android .nt-action-bar Button:active,.ns-dark .ns-android .nt-action-bar .nt-action-bar__item:active{color:#fff}@keyframes light-highlight{0%{background-color:#fff}100%{background-color:#e6e6e6}}@keyframes dark-highlight{0%{background-color:#303030}100%{background-color:#232323}}@keyframes focus-highlight{0%{background-color:#30bcff}100%{background-color:#00aafc}}@keyframes dark-focus-highlight{0%{background-color:#30bcff}100%{background-color:#00aafc}}Button,.nt-button{background-color:#fff;color:#004363}.ns-dark Button,.ns-dark .nt-button{background-color:#303030}.ns-dark Button,.ns-dark .nt-button{color:#fcfeff}Button:active,Button.-active,.nt-button:active,.nt-button.-active{color:#004363}.ns-dark Button:active,.ns-dark Button.-active,.ns-dark .nt-button:active,.ns-dark .nt-button.-active{color:#fcfeff}Button.-primary,.nt-button.-primary{color:#fff;background-color:#30bcff;border-color:#30bcff}.ns-dark Button.-primary,.ns-dark .nt-button.-primary{color:#fff}.ns-dark Button.-primary,.ns-dark .nt-button.-primary{background-color:#30bcff}.ns-dark Button.-primary,.ns-dark .nt-button.-primary{border-color:#30bcff}Button.-primary:active,Button.-primary.-active,.nt-button.-primary:active,.nt-button.-primary.-active{animation:focus-highlight .3s ease-out forwards;background-color:#00aafc}Button[isEnabled=false],.nt-button[isEnabled=false]{background-color:#79d3ff}.ns-dark Button[isEnabled=false],.ns-dark .nt-button[isEnabled=false]{background-color:#3e86a8}Button.-outline,.nt-button.-outline{background-color:#fff;border-color:#0088c9}.ns-dark Button.-outline,.ns-dark .nt-button.-outline{background-color:#303030}.ns-dark Button.-outline,.ns-dark .nt-button.-outline{border-color:#96ddff}Button.-outline:active,Button.-outline.-active,.nt-button.-outline:active,.nt-button.-outline.-active{animation:light-highlight .3s ease-out forwards;background-color:#e6e6e6}.ns-dark Button.-outline:active,.ns-dark Button.-outline.-active,.ns-dark .nt-button.-outline:active,.ns-dark .nt-button.-outline.-active{animation:dark-highlight .3s ease-out forwards;background-color:#232323}Button.-outline[isEnabled=false],.nt-button.-outline[isEnabled=false]{background-color:#fff;color:#7aa4b8;border-color:#7aa4b8}.ns-dark Button.-outline[isEnabled=false],.ns-dark .nt-button.-outline[isEnabled=false]{background-color:#303030}.ns-dark Button.-outline[isEnabled=false],.ns-dark .nt-button.-outline[isEnabled=false]{color:#7aa4b8}.ns-dark Button.-outline[isEnabled=false],.ns-dark .nt-button.-outline[isEnabled=false]{border-color:#7aa4b8}ActivityIndicator,.nt-activity-indicator{color:#30bcff}.ns-dark ActivityIndicator,.ns-dark .nt-activity-indicator{color:#30bcff}SegmentedBar,.nt-segmented-bar{selected-background-color:#30bcff}.ns-dark SegmentedBar,.ns-dark .nt-segmented-bar{selected-background-color:#30bcff}.ns-ios SegmentedBar,.ns-ios .nt-segmented-bar{margin:0 15;color:#30bcff}.ns-dark .ns-ios SegmentedBar,.ns-dark .ns-ios .nt-segmented-bar{color:#30bcff}Progress,.nt-progress{color:#30bcff}.ns-dark Progress,.ns-dark .nt-progress{color:#30bcff}Slider,.nt-slider{color:#30bcff}.ns-dark Slider,.ns-dark .nt-slider{color:#30bcff}Slider[isEnabled=false],.nt-slider[isEnabled=false]{color:#e0e0e0}.ns-android Switch,.ns-android .nt-switch{color:#ccc;background-color:#ccc}.ns-dark .ns-android Switch,.ns-dark .ns-android .nt-switch{color:#636363}.ns-dark .ns-android Switch,.ns-dark .ns-android .nt-switch{background-color:#636363}.ns-android Switch[checked=true],.ns-android .nt-switch[checked=true]{color:#30bcff}.ns-dark .ns-android Switch[checked=true],.ns-dark .ns-android .nt-switch[checked=true]{color:#30bcff}.ns-android Switch[isEnabled=false],.ns-android .nt-switch[isEnabled=false]{color:#e6e6e6}.ns-dark .ns-android Switch[isEnabled=false],.ns-dark .ns-android .nt-switch[isEnabled=false]{color:#4a4a4a}.ns-ios Switch,.ns-ios .nt-switch{background-color:#30bcff;off-background-color:#e6e6e6}.ns-dark .ns-ios Switch,.ns-dark .ns-ios .nt-switch{background-color:#30bcff}.ns-dark .ns-ios Switch,.ns-dark .ns-ios .nt-switch{off-background-color:#4a4a4a}.ns-ios Switch[isEnabled=false],.ns-ios .nt-switch[isEnabled=false]{background-color:rgba(48,188,255,.4);off-background-color:#e6e6e6}.ns-dark .ns-ios Switch[isEnabled=false],.ns-dark .ns-ios .nt-switch[isEnabled=false]{background-color:rgba(48,188,255,.4)}.ns-dark .ns-ios Switch[isEnabled=false],.ns-dark .ns-ios .nt-switch[isEnabled=false]{off-background-color:#4a4a4a}TabView,.nt-tab-view{selected-tab-text-color:#30bcff;android-selected-tab-highlight-color:#30bcff}.ns-dark TabView,.ns-dark .nt-tab-view{selected-tab-text-color:#30bcff}.ns-dark TabView,.ns-dark .nt-tab-view{android-selected-tab-highlight-color:#30bcff}TabView.ns-dark,.nt-tab-view.ns-dark{selected-tab-text-color:#30bcff;android-selected-tab-highlight-color:#30bcff}TabStrip,.nt-tab-strip{highlight-color:#30bcff}.ns-dark TabStrip,.ns-dark .nt-tab-strip{highlight-color:#30bcff}TabStripItem:active,.nt-tab-strip__item:active{color:#30bcff}.ns-dark TabStripItem:active,.ns-dark .nt-tab-strip__item:active{color:#30bcff}TabStripItem:active Label,.nt-tab-strip__item:active Label{color:#30bcff}.ns-dark TabStripItem:active Label,.ns-dark .nt-tab-strip__item:active Label{color:#30bcff}ListView NTIcon,ListView .nt-icon,RadListView NTIcon,RadListView .nt-icon,.nt-list-view NTIcon,.nt-list-view .nt-icon{color:#006698}.ns-dark ListView NTIcon,.ns-dark ListView .nt-icon,.ns-dark RadListView NTIcon,.ns-dark RadListView .nt-icon,.ns-dark .nt-list-view NTIcon,.ns-dark .nt-list-view .nt-icon{color:#30bcff}ListView .nt-list-view__delete,RadListView .nt-list-view__delete,.nt-list-view .nt-list-view__delete{background-color:#d50000}RadSideDrawer .nt-drawer__header,.nt-drawer .nt-drawer__header{background:#303c84}RadSideDrawer .nt-drawer__header Label,.nt-drawer .nt-drawer__header Label{color:#fff}RadSideDrawer>*,RadSideDrawer .nt-drawer__content,.nt-drawer>*,.nt-drawer .nt-drawer__content{color:#fff}RadSideDrawer.ns-dark .nt-drawer__header,.nt-drawer.ns-dark .nt-drawer__header{background:#303c84}RadSideDrawer.ns-dark .nt-drawer__header Label,.nt-drawer.ns-dark .nt-drawer__header Label{color:#fff}RadSideDrawer.ns-dark>*,RadSideDrawer.ns-dark .nt-drawer__content,.nt-drawer.ns-dark>*,.nt-drawer.ns-dark .nt-drawer__content{color:#fff}TextView,TextField,PickerField,DatePickerField,TimePickerField,DateTimePickerFields,DataFormEditorCore,RadAutoCompleteTextView{background-color:transparent;border-color:#b3b3b3}.ns-dark TextView,.ns-dark TextField,.ns-dark PickerField,.ns-dark DatePickerField,.ns-dark TimePickerField,.ns-dark DateTimePickerFields,.ns-dark DataFormEditorCore,.ns-dark RadAutoCompleteTextView{border-color:gray}TextView:focus,TextField:focus,PickerField:focus,DatePickerField:focus,TimePickerField:focus,DateTimePickerFields:focus,DataFormEditorCore:focus,RadAutoCompleteTextView:focus{border-color:#0088c9}.ns-dark TextView:focus,.ns-dark TextField:focus,.ns-dark PickerField:focus,.ns-dark DatePickerField:focus,.ns-dark TimePickerField:focus,.ns-dark DateTimePickerFields:focus,.ns-dark DataFormEditorCore:focus,.ns-dark RadAutoCompleteTextView:focus{border-color:#96ddff}TextView[isEnabled=false],TextField[isEnabled=false],PickerField[isEnabled=false],DatePickerField[isEnabled=false],TimePickerField[isEnabled=false],DateTimePickerFields[isEnabled=false],DataFormEditorCore[isEnabled=false],RadAutoCompleteTextView[isEnabled=false]{color:#999;background-color:#e6e6e6}.ns-dark TextView[isEnabled=false],.ns-dark TextField[isEnabled=false],.ns-dark PickerField[isEnabled=false],.ns-dark DatePickerField[isEnabled=false],.ns-dark TimePickerField[isEnabled=false],.ns-dark DateTimePickerFields[isEnabled=false],.ns-dark DataFormEditorCore[isEnabled=false],.ns-dark RadAutoCompleteTextView[isEnabled=false]{color:#999}.ns-dark TextView[isEnabled=false],.ns-dark TextField[isEnabled=false],.ns-dark PickerField[isEnabled=false],.ns-dark DatePickerField[isEnabled=false],.ns-dark TimePickerField[isEnabled=false],.ns-dark DateTimePickerFields[isEnabled=false],.ns-dark DataFormEditorCore[isEnabled=false],.ns-dark RadAutoCompleteTextView[isEnabled=false]{background-color:#4d4d4d}RadAutoCompleteTextView Token{background-color:#96ddff}.ns-dark RadAutoCompleteTextView Token{background-color:#0088c9}RadAutoCompleteTextView Token:selected{background-color:#63cdff}.ns-dark RadAutoCompleteTextView Token:selected{background-color:#00aafc}.date-time-picker{color:#262626;background:#fff}.date-time-picker.ns-dark{color:#fff;background:#303030}.date-time-picker-buttons{color:#004363}.date-time-picker-buttons.ns-dark{color:#fcfeff}.ns-dark.date-time-picker-button-cancel{background:#303030}.date-time-picker-spinners{color:#006596}.date-time-picker-spinners.ns-dark{color:#c9eeff}DataFormEditorLabel,NTInput>Label,.nt-input>Label{color:#006596}.ns-dark DataFormEditorLabel,.ns-dark NTInput>Label,.ns-dark .nt-input>Label{color:#c9eeff}.hr,.hr-light{border-color:#96ddff}.ns-dark .hr,.ns-dark .hr-light{border-color:#fcfeff}.hr-dark{border-color:#0088c9}.ns-dark .hr-dark{border-color:#96ddff}
*/@keyframes light-highlight{0%{background-color:#fff}100%{background-color:#e6e6e6}}@keyframes dark-highlight{0%{background-color:#303030}100%{background-color:#232323}}@keyframes focus-highlight{0%{background-color:#30bcff}100%{background-color:#00aafc}}@keyframes dark-focus-highlight{0%{background-color:#30bcff}100%{background-color:#00aafc}}Button,.nt-button{background-color:#fff;color:#004363}.ns-dark Button,.ns-dark .nt-button{background-color:#303030;color:#fcfeff}Button:active,Button.-active,.nt-button:active,.nt-button.-active{color:#004363}.ns-dark Button:active,.ns-dark Button.-active,.ns-dark .nt-button:active,.ns-dark .nt-button.-active{color:#fcfeff}Button.-primary,.nt-button.-primary{color:#fff;background-color:#30bcff;border-color:#30bcff}.ns-dark Button.-primary,.ns-dark .nt-button.-primary{color:#fff;background-color:#30bcff;border-color:#30bcff}Button.-primary:active,Button.-primary.-active,.nt-button.-primary:active,.nt-button.-primary.-active{animation:focus-highlight .3s ease-out forwards;background-color:#00aafc}Button[isEnabled=false],.nt-button[isEnabled=false]{background-color:#79d3ff}.ns-dark Button[isEnabled=false],.ns-dark .nt-button[isEnabled=false]{background-color:#3e86a8}Button.-outline,.nt-button.-outline{background-color:#fff;border-color:#0088c9}.ns-dark Button.-outline,.ns-dark .nt-button.-outline{background-color:#303030;border-color:#96ddff}Button.-outline:active,Button.-outline.-active,.nt-button.-outline:active,.nt-button.-outline.-active{animation:light-highlight .3s ease-out forwards;background-color:#e6e6e6}.ns-dark Button.-outline:active,.ns-dark Button.-outline.-active,.ns-dark .nt-button.-outline:active,.ns-dark .nt-button.-outline.-active{animation:dark-highlight .3s ease-out forwards;background-color:#232323}Button.-outline[isEnabled=false],.nt-button.-outline[isEnabled=false]{background-color:#fff;color:#abd5e9;border-color:#abd5e9}.ns-dark Button.-outline[isEnabled=false],.ns-dark .nt-button.-outline[isEnabled=false]{background-color:#303030;color:#abd5e9;border-color:#abd5e9}ActivityIndicator,.nt-activity-indicator{color:#30bcff}.ns-dark ActivityIndicator,.ns-dark .nt-activity-indicator{color:#30bcff}SegmentedBar,.nt-segmented-bar{selected-background-color:#30bcff}.ns-dark SegmentedBar,.ns-dark .nt-segmented-bar{selected-background-color:#30bcff}.ns-ios SegmentedBar,.ns-ios .nt-segmented-bar{margin:0 15;color:#30bcff}.ns-dark.ns-ios SegmentedBar,.ns-dark.ns-ios .nt-segmented-bar{color:#30bcff}Progress,.nt-progress{color:#30bcff}.ns-dark Progress,.ns-dark .nt-progress{color:#30bcff}Slider,.nt-slider{color:#30bcff}.ns-dark Slider,.ns-dark .nt-slider{color:#30bcff}Slider[isEnabled=false],.nt-slider[isEnabled=false]{color:#e0e0e0}.ns-android Switch,.ns-android .nt-switch{color:#ccc;background-color:#ccc}.ns-dark.ns-android Switch,.ns-dark.ns-android .nt-switch{color:#636363;background-color:#636363}.ns-android Switch[checked=true],.ns-android .nt-switch[checked=true]{color:#30bcff}.ns-dark.ns-android Switch[checked=true],.ns-dark.ns-android .nt-switch[checked=true]{color:#30bcff}.ns-android Switch[isEnabled=false],.ns-android .nt-switch[isEnabled=false]{color:#e6e6e6}.ns-dark.ns-android Switch[isEnabled=false],.ns-dark.ns-android .nt-switch[isEnabled=false]{color:#4a4a4a}.ns-ios Switch,.ns-ios .nt-switch{color:#fff;background-color:#30bcff}.ns-dark.ns-ios Switch,.ns-dark.ns-ios .nt-switch{color:#303030;background-color:#30bcff}.ns-ios Switch[isEnabled=false],.ns-ios .nt-switch[isEnabled=false]{background-color:rgba(48,188,255,.4)}.ns-dark.ns-ios Switch[isEnabled=false],.ns-dark.ns-ios .nt-switch[isEnabled=false]{background-color:rgba(48,188,255,.4)}TabView,.nt-tab-view{selected-tab-text-color:#30bcff;android-selected-tab-highlight-color:#30bcff}.ns-dark TabView,.ns-dark .nt-tab-view{selected-tab-text-color:#30bcff;android-selected-tab-highlight-color:#30bcff}TabView.ns-dark,.nt-tab-view.ns-dark{selected-tab-text-color:#30bcff;android-selected-tab-highlight-color:#30bcff}TabStrip,.nt-tab-strip{highlight-color:#30bcff}.ns-dark TabStrip,.ns-dark .nt-tab-strip{highlight-color:#30bcff}TabStripItem:active,.nt-tab-strip__item:active{color:#30bcff}.ns-dark TabStripItem:active,.ns-dark .nt-tab-strip__item:active{color:#30bcff}TabStripItem:active Label,.nt-tab-strip__item:active Label{color:#30bcff}.ns-dark TabStripItem:active Label,.ns-dark .nt-tab-strip__item:active Label{color:#30bcff}ListView NTIcon,ListView .nt-icon,RadListView NTIcon,RadListView .nt-icon,.nt-list-view NTIcon,.nt-list-view .nt-icon{color:#006698}.ns-dark ListView NTIcon,.ns-dark ListView .nt-icon,.ns-dark RadListView NTIcon,.ns-dark RadListView .nt-icon,.ns-dark .nt-list-view NTIcon,.ns-dark .nt-list-view .nt-icon{color:#30bcff}ListView .nt-list-view__delete,RadListView .nt-list-view__delete,.nt-list-view .nt-list-view__delete{background-color:#d50000}RadSideDrawer .nt-drawer__header,.nt-drawer .nt-drawer__header{background:#303c84}RadSideDrawer .nt-drawer__header Label,.nt-drawer .nt-drawer__header Label{color:#fff}RadSideDrawer>*,RadSideDrawer .nt-drawer__content,.nt-drawer>*,.nt-drawer .nt-drawer__content{color:#fff}RadSideDrawer.ns-dark .nt-drawer__header,.nt-drawer.ns-dark .nt-drawer__header{background:#303c84}RadSideDrawer.ns-dark .nt-drawer__header Label,.nt-drawer.ns-dark .nt-drawer__header Label{color:#fff}RadSideDrawer.ns-dark>*,RadSideDrawer.ns-dark .nt-drawer__content,.nt-drawer.ns-dark>*,.nt-drawer.ns-dark .nt-drawer__content{color:#fff}TextView,TextField,PickerField,DatePickerField,TimePickerField,DateTimePickerFields,DataFormEditorCore,RadAutoCompleteTextView{background-color:transparent;border-color:#fafafa}.ns-dark TextView,.ns-dark TextField,.ns-dark PickerField,.ns-dark DatePickerField,.ns-dark TimePickerField,.ns-dark DateTimePickerFields,.ns-dark DataFormEditorCore,.ns-dark RadAutoCompleteTextView{border-color:#c7c7c7}TextView:focus,TextField:focus,PickerField:focus,DatePickerField:focus,TimePickerField:focus,DateTimePickerFields:focus,DataFormEditorCore:focus,RadAutoCompleteTextView:focus{border-color:#0088c9}.ns-dark TextView:focus,.ns-dark TextField:focus,.ns-dark PickerField:focus,.ns-dark DatePickerField:focus,.ns-dark TimePickerField:focus,.ns-dark DateTimePickerFields:focus,.ns-dark DataFormEditorCore:focus,.ns-dark RadAutoCompleteTextView:focus{border-color:#96ddff}TextView[isEnabled=false],TextField[isEnabled=false],PickerField[isEnabled=false],DatePickerField[isEnabled=false],TimePickerField[isEnabled=false],DateTimePickerFields[isEnabled=false],DataFormEditorCore[isEnabled=false],RadAutoCompleteTextView[isEnabled=false]{color:#e0e0e0;background-color:#fff}.ns-dark TextView[isEnabled=false],.ns-dark TextField[isEnabled=false],.ns-dark PickerField[isEnabled=false],.ns-dark DatePickerField[isEnabled=false],.ns-dark TimePickerField[isEnabled=false],.ns-dark DateTimePickerFields[isEnabled=false],.ns-dark DataFormEditorCore[isEnabled=false],.ns-dark RadAutoCompleteTextView[isEnabled=false]{color:#e0e0e0;background-color:#949494}RadAutoCompleteTextView Token{background-color:#96ddff}.ns-dark RadAutoCompleteTextView Token{background-color:#0088c9}RadAutoCompleteTextView Token:selected{background-color:#63cdff}.ns-dark RadAutoCompleteTextView Token:selected{background-color:#00aafc}.date-time-picker{color:#262626;background:#fff}.date-time-picker.ns-dark{color:#fff;background:#303030}.date-time-picker-buttons{color:#004363}.date-time-picker-buttons.ns-dark{color:#fcfeff}.ns-dark.date-time-picker-button-cancel{background:#303030}.date-time-picker-spinners{color:#006596}.date-time-picker-spinners.ns-dark{color:#c9eeff}DataFormEditorLabel,.nt-input>Label{color:#006596}.ns-dark DataFormEditorLabel,.ns-dark .nt-input>Label{color:#c9eeff}ActionBar,.nt-action-bar{color:#fff;background-color:#3d5afe}.ns-dark ActionBar,.ns-dark .nt-action-bar{color:#fff;background-color:#374597}ActionBar NTIcon,ActionBar Label,ActionBar Button,ActionBar .nt-action-bar__item,.nt-action-bar NTIcon,.nt-action-bar Label,.nt-action-bar Button,.nt-action-bar .nt-action-bar__item{color:#fff}.ns-dark ActionBar NTIcon,.ns-dark ActionBar Label,.ns-dark ActionBar Button,.ns-dark ActionBar .nt-action-bar__item,.ns-dark .nt-action-bar NTIcon,.ns-dark .nt-action-bar Label,.ns-dark .nt-action-bar Button,.ns-dark .nt-action-bar .nt-action-bar__item{color:#fff}ActionBar NTIcon:active,ActionBar NTIcon.-active,ActionBar Label:active,ActionBar Label.-active,ActionBar Button:active,ActionBar Button.-active,ActionBar .nt-action-bar__item:active,ActionBar .nt-action-bar__item.-active,.nt-action-bar NTIcon:active,.nt-action-bar NTIcon.-active,.nt-action-bar Label:active,.nt-action-bar Label.-active,.nt-action-bar Button:active,.nt-action-bar Button.-active,.nt-action-bar .nt-action-bar__item:active,.nt-action-bar .nt-action-bar__item.-active{color:#fff}.ns-dark ActionBar NTIcon:active,.ns-dark ActionBar NTIcon.-active,.ns-dark ActionBar Label:active,.ns-dark ActionBar Label.-active,.ns-dark ActionBar Button:active,.ns-dark ActionBar Button.-active,.ns-dark ActionBar .nt-action-bar__item:active,.ns-dark ActionBar .nt-action-bar__item.-active,.ns-dark .nt-action-bar NTIcon:active,.ns-dark .nt-action-bar NTIcon.-active,.ns-dark .nt-action-bar Label:active,.ns-dark .nt-action-bar Label.-active,.ns-dark .nt-action-bar Button:active,.ns-dark .nt-action-bar Button.-active,.ns-dark .nt-action-bar .nt-action-bar__item:active,.ns-dark .nt-action-bar .nt-action-bar__item.-active{color:#fff}.ns-android ActionBar Button,.ns-android ActionBar .nt-button,.ns-android .nt-action-bar Button,.ns-android .nt-action-bar .nt-button{background-color:#3d5afe}.ns-dark.ns-android ActionBar Button,.ns-dark.ns-android ActionBar .nt-button,.ns-dark.ns-android .nt-action-bar Button,.ns-dark.ns-android .nt-action-bar .nt-button{background-color:#374597}.hr,.hr-light{border-color:#96ddff}.ns-dark .hr,.ns-dark .hr-light{border-color:#fcfeff}.hr-dark{border-color:#0088c9}.ns-dark .hr-dark{border-color:#96ddff}
/*!
* NativeScript Compatibility Theme v2.0.11 (https://nativescript.org)
* NativeScript Compatibility Theme v2.0.12 (https://nativescript.org)
* Copyright 2016-2016 The Theme Authors
* Copyright 2016-2019 Progress Software
* Licensed under Apache 2.0 (https://github.com/NativeScript/theme/blob/master/LICENSE)
*/.action-bar{color:#fff;background-color:#795548}.ns-dark .action-bar{color:#fff}.ns-dark .action-bar{background-color:#55433c}.ns-root .action-bar .action-item{color:#fff;background-color:#795548}.ns-dark .ns-root .action-bar .action-item{color:#fff}.ns-dark .ns-root .action-bar .action-item{background-color:#55433c}.ns-root .action-bar .action-item-active:active{color:#fff;background-color:#795548}.ns-dark .ns-root .action-bar .action-item-active:active{color:#fff}.ns-dark .ns-root .action-bar .action-item-active:active{background-color:#55433c}.ns-ios .action-bar .action-item:active,.ns-android .action-bar .action-item:active{color:#fff}.ns-dark .ns-ios .action-bar .action-item:active,.ns-dark .ns-android .action-bar .action-item:active{color:#fff}@keyframes light-highlight{0%{background-color:#fff}100%{background-color:#e6e6e6}}@keyframes dark-highlight{0%{background-color:#303030}100%{background-color:#232323}}@keyframes focus-highlight{0%{background-color:#aee406}100%{background-color:#88b205}}@keyframes dark-focus-highlight{0%{background-color:#aee406}100%{background-color:#88b205}}.btn{background-color:#fff;color:#161d01}.ns-dark .btn{background-color:#303030}.ns-dark .btn{color:#edfdb9}.btn-active:active{color:#161d01}.ns-dark .btn-active:active{color:#edfdb9}.btn-primary{color:#000;background-color:#aee406;border-color:#aee406}.ns-dark .btn-primary{color:#000}.ns-dark .btn-primary{background-color:#aee406}.ns-dark .btn-primary{border-color:#aee406}.btn-primary.btn-active:active{animation:focus-highlight .3s ease-out forwards;background-color:#88b205}.btn[isEnabled=false]{background-color:#d0ef6d}.ns-dark .btn[isEnabled=false]{background-color:#83a129}.btn-outline{background-color:#fff;border-color:#628103}.ns-dark .btn-outline{background-color:#303030}.ns-dark .btn-outline{border-color:#d2fb55}.btn-outline-active:active{animation:light-highlight .3s ease-out forwards;background-color:#e6e6e6}.ns-dark .btn-outline-active:active{animation:dark-highlight .3s ease-out forwards;background-color:#232323}.btn-outline[isEnabled=false]{background-color:#fff;color:#9fb06d;border-color:#9fb06d}.ns-dark .btn-outline[isEnabled=false]{background-color:#303030}.ns-dark .btn-outline[isEnabled=false]{color:#9fb06d}.ns-dark .btn-outline[isEnabled=false]{border-color:#9fb06d}.activity-indicator{color:#aee406}.ns-dark .activity-indicator{color:#aee406}.segmented-bar{selected-background-color:#aee406}.ns-dark .segmented-bar{selected-background-color:#aee406}.ns-ios .segmented-bar{margin:0 15;color:#aee406}.ns-dark .ns-ios .segmented-bar{color:#aee406}.progress{color:#aee406}.ns-dark .progress{color:#aee406}.slider{color:#aee406}.ns-dark .slider{color:#aee406}.slider[isEnabled=false]{color:#e0e0e0}.ns-android .switch{color:#ccc;background-color:#ccc}.ns-dark .ns-android .switch{color:#636363}.ns-dark .ns-android .switch{background-color:#636363}.ns-android .switch[checked=true]{color:#aee406}.ns-dark .ns-android .switch[checked=true]{color:#aee406}.ns-android .switch[isEnabled=false]{color:#e6e6e6}.ns-dark .ns-android .switch[isEnabled=false]{color:#4a4a4a}.ns-ios .switch{background-color:#aee406;off-background-color:#e6e6e6}.ns-dark .ns-ios .switch{background-color:#aee406}.ns-dark .ns-ios .switch{off-background-color:#4a4a4a}.ns-ios .switch[isEnabled=false]{background-color:rgba(174,228,6,.4);off-background-color:#e6e6e6}.ns-dark .ns-ios .switch[isEnabled=false]{background-color:rgba(174,228,6,.4)}.ns-dark .ns-ios .switch[isEnabled=false]{off-background-color:#4a4a4a}.tab-view{selected-tab-text-color:#aee406;android-selected-tab-highlight-color:#aee406}.ns-dark .tab-view{selected-tab-text-color:#aee406}.ns-dark .tab-view{android-selected-tab-highlight-color:#aee406}.tab-view.ns-dark{selected-tab-text-color:#aee406;android-selected-tab-highlight-color:#aee406}.list-view NTIcon,.list-view .nt-icon{color:#577203}.ns-dark .list-view NTIcon,.ns-dark .list-view .nt-icon{color:#aee406}.list-view .nt-list-view__delete{background-color:#d50000}.side-drawer .sidedrawer-header{background:#463731}.side-drawer .sidedrawer-header Label{color:#fff}.side-drawer .sidedrawer-left,.side-drawer .sidedrawer-center{color:#fff}.side-drawer.ns-dark .sidedrawer-header{background:#463731}.side-drawer.ns-dark .sidedrawer-header Label{color:#fff}.side-drawer.ns-dark .sidedrawer-left,.side-drawer.ns-dark .sidedrawer-center{color:#fff}.input{background-color:transparent;border-color:#b3b3b3}.ns-dark .input{border-color:gray}.input:focus{border-color:#628103}.ns-dark .input:focus{border-color:#d2fb55}.input[isEnabled=false]{color:#999;background-color:#e6e6e6}.ns-dark .input[isEnabled=false]{color:#999}.ns-dark .input[isEnabled=false]{background-color:#4d4d4d}RadAutoCompleteTextView Token{background-color:#d2fb55}.ns-dark RadAutoCompleteTextView Token{background-color:#628103}RadAutoCompleteTextView Token:selected{background-color:#c5f924}.ns-dark RadAutoCompleteTextView Token:selected{background-color:#88b205}.date-time-picker{color:#262626;background:#fff}.date-time-picker.ns-dark{color:#fff;background:#303030}.date-time-picker-buttons{color:#161d01}.date-time-picker-buttons.ns-dark{color:#edfdb9}.ns-dark.date-time-picker-button-cancel{background:#303030}.date-time-picker-spinners{color:#3c4f02}.date-time-picker-spinners.ns-dark{color:#dffc87}DataFormEditorLabel,.input .label{color:#3c4f02}.ns-dark DataFormEditorLabel,.ns-dark .input .label{color:#dffc87}.hr,.hr-light{border-color:#d2fb55}.ns-dark .hr,.ns-dark .hr-light{border-color:#edfdb9}.hr-dark{border-color:#628103}.ns-dark .hr-dark{border-color:#d2fb55}
*/@keyframes light-highlight{0%{background-color:#fff}100%{background-color:#e6e6e6}}@keyframes dark-highlight{0%{background-color:#303030}100%{background-color:#232323}}@keyframes focus-highlight{0%{background-color:#aee406}100%{background-color:#88b205}}@keyframes dark-focus-highlight{0%{background-color:#aee406}100%{background-color:#88b205}}.btn{background-color:#fff;color:#161d01}.ns-dark .btn{background-color:#303030;color:#edfdb9}.btn-active:active{color:#161d01}.ns-dark .btn-active:active{color:#edfdb9}.btn-primary{color:#000;background-color:#aee406;border-color:#aee406}.ns-dark .btn-primary{color:#000;background-color:#aee406;border-color:#aee406}.btn-primary.btn-active:active{animation:focus-highlight .3s ease-out forwards;background-color:#88b205}.btn[isEnabled=false]{background-color:#d0ef6d}.ns-dark .btn[isEnabled=false]{background-color:#83a129}.btn-outline{background-color:#fff;border-color:#628103}.ns-dark .btn-outline{background-color:#303030;border-color:#d2fb55}.btn-outline-active:active{animation:light-highlight .3s ease-out forwards;background-color:#e6e6e6}.ns-dark .btn-outline-active:active{animation:dark-highlight .3s ease-out forwards;background-color:#232323}.btn-outline[isEnabled=false]{background-color:#fff;color:#d1e19f;border-color:#d1e19f}.ns-dark .btn-outline[isEnabled=false]{background-color:#303030;color:#d1e19f;border-color:#d1e19f}.activity-indicator{color:#aee406}.ns-dark .activity-indicator{color:#aee406}.segmented-bar{selected-background-color:#aee406}.ns-dark .segmented-bar{selected-background-color:#aee406}.ns-ios .segmented-bar{margin:0 15;color:#aee406}.ns-dark.ns-ios .segmented-bar{color:#aee406}.progress{color:#aee406}.ns-dark .progress{color:#aee406}.slider{color:#aee406}.ns-dark .slider{color:#aee406}.slider[isEnabled=false]{color:#e0e0e0}.ns-android .switch{color:#ccc;background-color:#ccc}.ns-dark.ns-android .switch{color:#636363;background-color:#636363}.ns-android .switch[checked=true]{color:#aee406}.ns-dark.ns-android .switch[checked=true]{color:#aee406}.ns-android .switch[isEnabled=false]{color:#e6e6e6}.ns-dark.ns-android .switch[isEnabled=false]{color:#4a4a4a}.ns-ios .switch{color:#fff;background-color:#aee406}.ns-dark.ns-ios .switch{color:#303030;background-color:#aee406}.ns-ios .switch[isEnabled=false]{background-color:rgba(174,228,6,.4)}.ns-dark.ns-ios .switch[isEnabled=false]{background-color:rgba(174,228,6,.4)}.tab-view{selected-tab-text-color:#aee406;android-selected-tab-highlight-color:#aee406}.ns-dark .tab-view{selected-tab-text-color:#aee406;android-selected-tab-highlight-color:#aee406}.tab-view.ns-dark{selected-tab-text-color:#aee406;android-selected-tab-highlight-color:#aee406}.list-view NTIcon,.list-view .nt-icon{color:#577203}.ns-dark .list-view NTIcon,.ns-dark .list-view .nt-icon{color:#aee406}.list-view .nt-list-view__delete{background-color:#d50000}.side-drawer .sidedrawer-header{background:#463731}.side-drawer .sidedrawer-header Label{color:#fff}.side-drawer .sidedrawer-left,.side-drawer .sidedrawer-center{color:#fff}.side-drawer.ns-dark .sidedrawer-header{background:#463731}.side-drawer.ns-dark .sidedrawer-header Label{color:#fff}.side-drawer.ns-dark .sidedrawer-left,.side-drawer.ns-dark .sidedrawer-center{color:#fff}.input{background-color:transparent;border-color:#fafafa}.ns-dark .input{border-color:#c7c7c7}.input:focus{border-color:#628103}.ns-dark .input:focus{border-color:#d2fb55}.input[isEnabled=false]{color:#e0e0e0;background-color:#fff}.ns-dark .input[isEnabled=false]{color:#e0e0e0;background-color:#949494}RadAutoCompleteTextView Token{background-color:#d2fb55}.ns-dark RadAutoCompleteTextView Token{background-color:#628103}RadAutoCompleteTextView Token:selected{background-color:#c5f924}.ns-dark RadAutoCompleteTextView Token:selected{background-color:#88b205}.date-time-picker{color:#262626;background:#fff}.date-time-picker.ns-dark{color:#fff;background:#303030}.date-time-picker-buttons{color:#161d01}.date-time-picker-buttons.ns-dark{color:#edfdb9}.ns-dark.date-time-picker-button-cancel{background:#303030}.date-time-picker-spinners{color:#3c4f02}.date-time-picker-spinners.ns-dark{color:#dffc87}DataFormEditorLabel,.input .label{color:#3c4f02}.ns-dark DataFormEditorLabel,.ns-dark .input .label{color:#dffc87}.action-bar{color:#fff;background-color:#795548}.ns-dark .action-bar{color:#fff;background-color:#55433c}.action-bar .action-item{color:#fff}.ns-dark .action-bar .action-item{color:#fff}.action-bar .action-item-active:active{color:#fff}.ns-dark .action-bar .action-item-active:active{color:#fff}.hr,.hr-light{border-color:#d2fb55}.ns-dark .hr,.ns-dark .hr-light{border-color:#edfdb9}.hr-dark{border-color:#628103}.ns-dark .hr-dark{border-color:#d2fb55}
/*!
* NativeScript Theme v2.0.11 (https://nativescript.org)
* NativeScript Theme v2.0.12 (https://nativescript.org)
* Copyright 2016-2016 The Theme Authors
* Copyright 2016-2019 Progress Software
* Licensed under Apache 2.0 (https://github.com/NativeScript/theme/blob/master/LICENSE)
*/ActionBar,NTActionBar,.nt-action-bar{color:#fff;background-color:#795548}.ns-dark ActionBar,.ns-dark NTActionBar,.ns-dark .nt-action-bar{color:#fff}.ns-dark ActionBar,.ns-dark NTActionBar,.ns-dark .nt-action-bar{background-color:#55433c}.ns-root ActionBar NTIcon,ActionBar Label,ActionBar Button,ActionBar .nt-action-bar__item,.ns-root NTActionBar NTIcon,NTActionBar Label,NTActionBar Button,NTActionBar .nt-action-bar__item,.ns-root .nt-action-bar NTIcon,.nt-action-bar Label,.nt-action-bar Button,.nt-action-bar .nt-action-bar__item{color:#fff;background-color:#795548}.ns-dark .ns-root ActionBar NTIcon,.ns-dark ActionBar Label,.ns-dark ActionBar Button,.ns-dark ActionBar .nt-action-bar__item,.ns-dark .ns-root NTActionBar NTIcon,.ns-dark NTActionBar Label,.ns-dark NTActionBar Button,.ns-dark NTActionBar .nt-action-bar__item,.ns-dark .ns-root .nt-action-bar NTIcon,.ns-dark .nt-action-bar Label,.ns-dark .nt-action-bar Button,.ns-dark .nt-action-bar .nt-action-bar__item{color:#fff}.ns-dark .ns-root ActionBar NTIcon,.ns-dark ActionBar Label,.ns-dark ActionBar Button,.ns-dark ActionBar .nt-action-bar__item,.ns-dark .ns-root NTActionBar NTIcon,.ns-dark NTActionBar Label,.ns-dark NTActionBar Button,.ns-dark NTActionBar .nt-action-bar__item,.ns-dark .ns-root .nt-action-bar NTIcon,.ns-dark .nt-action-bar Label,.ns-dark .nt-action-bar Button,.ns-dark .nt-action-bar .nt-action-bar__item{background-color:#55433c}.ns-root ActionBar NTIcon:active,.ns-root ActionBar NTIcon.-active,ActionBar Label:active,ActionBar Label.-active,ActionBar Button:active,ActionBar Button.-active,ActionBar .nt-action-bar__item:active,ActionBar .nt-action-bar__item.-active,.ns-root NTActionBar NTIcon:active,.ns-root NTActionBar NTIcon.-active,NTActionBar Label:active,NTActionBar Label.-active,NTActionBar Button:active,NTActionBar Button.-active,NTActionBar .nt-action-bar__item:active,NTActionBar .nt-action-bar__item.-active,.ns-root .nt-action-bar NTIcon:active,.ns-root .nt-action-bar NTIcon.-active,.nt-action-bar Label:active,.nt-action-bar Label.-active,.nt-action-bar Button:active,.nt-action-bar Button.-active,.nt-action-bar .nt-action-bar__item:active,.nt-action-bar .nt-action-bar__item.-active{color:#fff;background-color:#795548}.ns-dark .ns-root ActionBar NTIcon:active,.ns-dark .ns-root ActionBar NTIcon.-active,.ns-dark ActionBar Label:active,.ns-dark ActionBar Label.-active,.ns-dark ActionBar Button:active,.ns-dark ActionBar Button.-active,.ns-dark ActionBar .nt-action-bar__item:active,.ns-dark ActionBar .nt-action-bar__item.-active,.ns-dark .ns-root NTActionBar NTIcon:active,.ns-dark .ns-root NTActionBar NTIcon.-active,.ns-dark NTActionBar Label:active,.ns-dark NTActionBar Label.-active,.ns-dark NTActionBar Button:active,.ns-dark NTActionBar Button.-active,.ns-dark NTActionBar .nt-action-bar__item:active,.ns-dark NTActionBar .nt-action-bar__item.-active,.ns-dark .ns-root .nt-action-bar NTIcon:active,.ns-dark .ns-root .nt-action-bar NTIcon.-active,.ns-dark .nt-action-bar Label:active,.ns-dark .nt-action-bar Label.-active,.ns-dark .nt-action-bar Button:active,.ns-dark .nt-action-bar Button.-active,.ns-dark .nt-action-bar .nt-action-bar__item:active,.ns-dark .nt-action-bar .nt-action-bar__item.-active{color:#fff}.ns-dark .ns-root ActionBar NTIcon:active,.ns-dark .ns-root ActionBar NTIcon.-active,.ns-dark ActionBar Label:active,.ns-dark ActionBar Label.-active,.ns-dark ActionBar Button:active,.ns-dark ActionBar Button.-active,.ns-dark ActionBar .nt-action-bar__item:active,.ns-dark ActionBar .nt-action-bar__item.-active,.ns-dark .ns-root NTActionBar NTIcon:active,.ns-dark .ns-root NTActionBar NTIcon.-active,.ns-dark NTActionBar Label:active,.ns-dark NTActionBar Label.-active,.ns-dark NTActionBar Button:active,.ns-dark NTActionBar Button.-active,.ns-dark NTActionBar .nt-action-bar__item:active,.ns-dark NTActionBar .nt-action-bar__item.-active,.ns-dark .ns-root .nt-action-bar NTIcon:active,.ns-dark .ns-root .nt-action-bar NTIcon.-active,.ns-dark .nt-action-bar Label:active,.ns-dark .nt-action-bar Label.-active,.ns-dark .nt-action-bar Button:active,.ns-dark .nt-action-bar Button.-active,.ns-dark .nt-action-bar .nt-action-bar__item:active,.ns-dark .nt-action-bar .nt-action-bar__item.-active{background-color:#55433c}.ns-ios ActionBar NTIcon:active,.ns-ios ActionBar Label:active,.ns-ios ActionBar Button:active,.ns-ios ActionBar .nt-action-bar__item:active,.ns-android ActionBar NTIcon:active,.ns-android ActionBar Label:active,.ns-android ActionBar Button:active,.ns-android ActionBar .nt-action-bar__item:active,.ns-ios NTActionBar NTIcon:active,.ns-ios NTActionBar Label:active,.ns-ios NTActionBar Button:active,.ns-ios NTActionBar .nt-action-bar__item:active,.ns-android NTActionBar NTIcon:active,.ns-android NTActionBar Label:active,.ns-android NTActionBar Button:active,.ns-android NTActionBar .nt-action-bar__item:active,.ns-ios .nt-action-bar NTIcon:active,.ns-ios .nt-action-bar Label:active,.ns-ios .nt-action-bar Button:active,.ns-ios .nt-action-bar .nt-action-bar__item:active,.ns-android .nt-action-bar NTIcon:active,.ns-android .nt-action-bar Label:active,.ns-android .nt-action-bar Button:active,.ns-android .nt-action-bar .nt-action-bar__item:active{color:#fff}.ns-dark .ns-ios ActionBar NTIcon:active,.ns-dark .ns-ios ActionBar Label:active,.ns-dark .ns-ios ActionBar Button:active,.ns-dark .ns-ios ActionBar .nt-action-bar__item:active,.ns-dark .ns-android ActionBar NTIcon:active,.ns-dark .ns-android ActionBar Label:active,.ns-dark .ns-android ActionBar Button:active,.ns-dark .ns-android ActionBar .nt-action-bar__item:active,.ns-dark .ns-ios NTActionBar NTIcon:active,.ns-dark .ns-ios NTActionBar Label:active,.ns-dark .ns-ios NTActionBar Button:active,.ns-dark .ns-ios NTActionBar .nt-action-bar__item:active,.ns-dark .ns-android NTActionBar NTIcon:active,.ns-dark .ns-android NTActionBar Label:active,.ns-dark .ns-android NTActionBar Button:active,.ns-dark .ns-android NTActionBar .nt-action-bar__item:active,.ns-dark .ns-ios .nt-action-bar NTIcon:active,.ns-dark .ns-ios .nt-action-bar Label:active,.ns-dark .ns-ios .nt-action-bar Button:active,.ns-dark .ns-ios .nt-action-bar .nt-action-bar__item:active,.ns-dark .ns-android .nt-action-bar NTIcon:active,.ns-dark .ns-android .nt-action-bar Label:active,.ns-dark .ns-android .nt-action-bar Button:active,.ns-dark .ns-android .nt-action-bar .nt-action-bar__item:active{color:#fff}@keyframes light-highlight{0%{background-color:#fff}100%{background-color:#e6e6e6}}@keyframes dark-highlight{0%{background-color:#303030}100%{background-color:#232323}}@keyframes focus-highlight{0%{background-color:#aee406}100%{background-color:#88b205}}@keyframes dark-focus-highlight{0%{background-color:#aee406}100%{background-color:#88b205}}Button,.nt-button{background-color:#fff;color:#161d01}.ns-dark Button,.ns-dark .nt-button{background-color:#303030}.ns-dark Button,.ns-dark .nt-button{color:#edfdb9}Button:active,Button.-active,.nt-button:active,.nt-button.-active{color:#161d01}.ns-dark Button:active,.ns-dark Button.-active,.ns-dark .nt-button:active,.ns-dark .nt-button.-active{color:#edfdb9}Button.-primary,.nt-button.-primary{color:#000;background-color:#aee406;border-color:#aee406}.ns-dark Button.-primary,.ns-dark .nt-button.-primary{color:#000}.ns-dark Button.-primary,.ns-dark .nt-button.-primary{background-color:#aee406}.ns-dark Button.-primary,.ns-dark .nt-button.-primary{border-color:#aee406}Button.-primary:active,Button.-primary.-active,.nt-button.-primary:active,.nt-button.-primary.-active{animation:focus-highlight .3s ease-out forwards;background-color:#88b205}Button[isEnabled=false],.nt-button[isEnabled=false]{background-color:#d0ef6d}.ns-dark Button[isEnabled=false],.ns-dark .nt-button[isEnabled=false]{background-color:#83a129}Button.-outline,.nt-button.-outline{background-color:#fff;border-color:#628103}.ns-dark Button.-outline,.ns-dark .nt-button.-outline{background-color:#303030}.ns-dark Button.-outline,.ns-dark .nt-button.-outline{border-color:#d2fb55}Button.-outline:active,Button.-outline.-active,.nt-button.-outline:active,.nt-button.-outline.-active{animation:light-highlight .3s ease-out forwards;background-color:#e6e6e6}.ns-dark Button.-outline:active,.ns-dark Button.-outline.-active,.ns-dark .nt-button.-outline:active,.ns-dark .nt-button.-outline.-active{animation:dark-highlight .3s ease-out forwards;background-color:#232323}Button.-outline[isEnabled=false],.nt-button.-outline[isEnabled=false]{background-color:#fff;color:#9fb06d;border-color:#9fb06d}.ns-dark Button.-outline[isEnabled=false],.ns-dark .nt-button.-outline[isEnabled=false]{background-color:#303030}.ns-dark Button.-outline[isEnabled=false],.ns-dark .nt-button.-outline[isEnabled=false]{color:#9fb06d}.ns-dark Button.-outline[isEnabled=false],.ns-dark .nt-button.-outline[isEnabled=false]{border-color:#9fb06d}ActivityIndicator,.nt-activity-indicator{color:#aee406}.ns-dark ActivityIndicator,.ns-dark .nt-activity-indicator{color:#aee406}SegmentedBar,.nt-segmented-bar{selected-background-color:#aee406}.ns-dark SegmentedBar,.ns-dark .nt-segmented-bar{selected-background-color:#aee406}.ns-ios SegmentedBar,.ns-ios .nt-segmented-bar{margin:0 15;color:#aee406}.ns-dark .ns-ios SegmentedBar,.ns-dark .ns-ios .nt-segmented-bar{color:#aee406}Progress,.nt-progress{color:#aee406}.ns-dark Progress,.ns-dark .nt-progress{color:#aee406}Slider,.nt-slider{color:#aee406}.ns-dark Slider,.ns-dark .nt-slider{color:#aee406}Slider[isEnabled=false],.nt-slider[isEnabled=false]{color:#e0e0e0}.ns-android Switch,.ns-android .nt-switch{color:#ccc;background-color:#ccc}.ns-dark .ns-android Switch,.ns-dark .ns-android .nt-switch{color:#636363}.ns-dark .ns-android Switch,.ns-dark .ns-android .nt-switch{background-color:#636363}.ns-android Switch[checked=true],.ns-android .nt-switch[checked=true]{color:#aee406}.ns-dark .ns-android Switch[checked=true],.ns-dark .ns-android .nt-switch[checked=true]{color:#aee406}.ns-android Switch[isEnabled=false],.ns-android .nt-switch[isEnabled=false]{color:#e6e6e6}.ns-dark .ns-android Switch[isEnabled=false],.ns-dark .ns-android .nt-switch[isEnabled=false]{color:#4a4a4a}.ns-ios Switch,.ns-ios .nt-switch{background-color:#aee406;off-background-color:#e6e6e6}.ns-dark .ns-ios Switch,.ns-dark .ns-ios .nt-switch{background-color:#aee406}.ns-dark .ns-ios Switch,.ns-dark .ns-ios .nt-switch{off-background-color:#4a4a4a}.ns-ios Switch[isEnabled=false],.ns-ios .nt-switch[isEnabled=false]{background-color:rgba(174,228,6,.4);off-background-color:#e6e6e6}.ns-dark .ns-ios Switch[isEnabled=false],.ns-dark .ns-ios .nt-switch[isEnabled=false]{background-color:rgba(174,228,6,.4)}.ns-dark .ns-ios Switch[isEnabled=false],.ns-dark .ns-ios .nt-switch[isEnabled=false]{off-background-color:#4a4a4a}TabView,.nt-tab-view{selected-tab-text-color:#aee406;android-selected-tab-highlight-color:#aee406}.ns-dark TabView,.ns-dark .nt-tab-view{selected-tab-text-color:#aee406}.ns-dark TabView,.ns-dark .nt-tab-view{android-selected-tab-highlight-color:#aee406}TabView.ns-dark,.nt-tab-view.ns-dark{selected-tab-text-color:#aee406;android-selected-tab-highlight-color:#aee406}TabStrip,.nt-tab-strip{highlight-color:#aee406}.ns-dark TabStrip,.ns-dark .nt-tab-strip{highlight-color:#aee406}TabStripItem:active,.nt-tab-strip__item:active{color:#aee406}.ns-dark TabStripItem:active,.ns-dark .nt-tab-strip__item:active{color:#aee406}TabStripItem:active Label,.nt-tab-strip__item:active Label{color:#aee406}.ns-dark TabStripItem:active Label,.ns-dark .nt-tab-strip__item:active Label{color:#aee406}ListView NTIcon,ListView .nt-icon,RadListView NTIcon,RadListView .nt-icon,.nt-list-view NTIcon,.nt-list-view .nt-icon{color:#577203}.ns-dark ListView NTIcon,.ns-dark ListView .nt-icon,.ns-dark RadListView NTIcon,.ns-dark RadListView .nt-icon,.ns-dark .nt-list-view NTIcon,.ns-dark .nt-list-view .nt-icon{color:#aee406}ListView .nt-list-view__delete,RadListView .nt-list-view__delete,.nt-list-view .nt-list-view__delete{background-color:#d50000}RadSideDrawer .nt-drawer__header,.nt-drawer .nt-drawer__header{background:#463731}RadSideDrawer .nt-drawer__header Label,.nt-drawer .nt-drawer__header Label{color:#fff}RadSideDrawer>*,RadSideDrawer .nt-drawer__content,.nt-drawer>*,.nt-drawer .nt-drawer__content{color:#fff}RadSideDrawer.ns-dark .nt-drawer__header,.nt-drawer.ns-dark .nt-drawer__header{background:#463731}RadSideDrawer.ns-dark .nt-drawer__header Label,.nt-drawer.ns-dark .nt-drawer__header Label{color:#fff}RadSideDrawer.ns-dark>*,RadSideDrawer.ns-dark .nt-drawer__content,.nt-drawer.ns-dark>*,.nt-drawer.ns-dark .nt-drawer__content{color:#fff}TextView,TextField,PickerField,DatePickerField,TimePickerField,DateTimePickerFields,DataFormEditorCore,RadAutoCompleteTextView{background-color:transparent;border-color:#b3b3b3}.ns-dark TextView,.ns-dark TextField,.ns-dark PickerField,.ns-dark DatePickerField,.ns-dark TimePickerField,.ns-dark DateTimePickerFields,.ns-dark DataFormEditorCore,.ns-dark RadAutoCompleteTextView{border-color:gray}TextView:focus,TextField:focus,PickerField:focus,DatePickerField:focus,TimePickerField:focus,DateTimePickerFields:focus,DataFormEditorCore:focus,RadAutoCompleteTextView:focus{border-color:#628103}.ns-dark TextView:focus,.ns-dark TextField:focus,.ns-dark PickerField:focus,.ns-dark DatePickerField:focus,.ns-dark TimePickerField:focus,.ns-dark DateTimePickerFields:focus,.ns-dark DataFormEditorCore:focus,.ns-dark RadAutoCompleteTextView:focus{border-color:#d2fb55}TextView[isEnabled=false],TextField[isEnabled=false],PickerField[isEnabled=false],DatePickerField[isEnabled=false],TimePickerField[isEnabled=false],DateTimePickerFields[isEnabled=false],DataFormEditorCore[isEnabled=false],RadAutoCompleteTextView[isEnabled=false]{color:#999;background-color:#e6e6e6}.ns-dark TextView[isEnabled=false],.ns-dark TextField[isEnabled=false],.ns-dark PickerField[isEnabled=false],.ns-dark DatePickerField[isEnabled=false],.ns-dark TimePickerField[isEnabled=false],.ns-dark DateTimePickerFields[isEnabled=false],.ns-dark DataFormEditorCore[isEnabled=false],.ns-dark RadAutoCompleteTextView[isEnabled=false]{color:#999}.ns-dark TextView[isEnabled=false],.ns-dark TextField[isEnabled=false],.ns-dark PickerField[isEnabled=false],.ns-dark DatePickerField[isEnabled=false],.ns-dark TimePickerField[isEnabled=false],.ns-dark DateTimePickerFields[isEnabled=false],.ns-dark DataFormEditorCore[isEnabled=false],.ns-dark RadAutoCompleteTextView[isEnabled=false]{background-color:#4d4d4d}RadAutoCompleteTextView Token{background-color:#d2fb55}.ns-dark RadAutoCompleteTextView Token{background-color:#628103}RadAutoCompleteTextView Token:selected{background-color:#c5f924}.ns-dark RadAutoCompleteTextView Token:selected{background-color:#88b205}.date-time-picker{color:#262626;background:#fff}.date-time-picker.ns-dark{color:#fff;background:#303030}.date-time-picker-buttons{color:#161d01}.date-time-picker-buttons.ns-dark{color:#edfdb9}.ns-dark.date-time-picker-button-cancel{background:#303030}.date-time-picker-spinners{color:#3c4f02}.date-time-picker-spinners.ns-dark{color:#dffc87}DataFormEditorLabel,NTInput>Label,.nt-input>Label{color:#3c4f02}.ns-dark DataFormEditorLabel,.ns-dark NTInput>Label,.ns-dark .nt-input>Label{color:#dffc87}.hr,.hr-light{border-color:#d2fb55}.ns-dark .hr,.ns-dark .hr-light{border-color:#edfdb9}.hr-dark{border-color:#628103}.ns-dark .hr-dark{border-color:#d2fb55}
*/@keyframes light-highlight{0%{background-color:#fff}100%{background-color:#e6e6e6}}@keyframes dark-highlight{0%{background-color:#303030}100%{background-color:#232323}}@keyframes focus-highlight{0%{background-color:#aee406}100%{background-color:#88b205}}@keyframes dark-focus-highlight{0%{background-color:#aee406}100%{background-color:#88b205}}Button,.nt-button{background-color:#fff;color:#161d01}.ns-dark Button,.ns-dark .nt-button{background-color:#303030;color:#edfdb9}Button:active,Button.-active,.nt-button:active,.nt-button.-active{color:#161d01}.ns-dark Button:active,.ns-dark Button.-active,.ns-dark .nt-button:active,.ns-dark .nt-button.-active{color:#edfdb9}Button.-primary,.nt-button.-primary{color:#000;background-color:#aee406;border-color:#aee406}.ns-dark Button.-primary,.ns-dark .nt-button.-primary{color:#000;background-color:#aee406;border-color:#aee406}Button.-primary:active,Button.-primary.-active,.nt-button.-primary:active,.nt-button.-primary.-active{animation:focus-highlight .3s ease-out forwards;background-color:#88b205}Button[isEnabled=false],.nt-button[isEnabled=false]{background-color:#d0ef6d}.ns-dark Button[isEnabled=false],.ns-dark .nt-button[isEnabled=false]{background-color:#83a129}Button.-outline,.nt-button.-outline{background-color:#fff;border-color:#628103}.ns-dark Button.-outline,.ns-dark .nt-button.-outline{background-color:#303030;border-color:#d2fb55}Button.-outline:active,Button.-outline.-active,.nt-button.-outline:active,.nt-button.-outline.-active{animation:light-highlight .3s ease-out forwards;background-color:#e6e6e6}.ns-dark Button.-outline:active,.ns-dark Button.-outline.-active,.ns-dark .nt-button.-outline:active,.ns-dark .nt-button.-outline.-active{animation:dark-highlight .3s ease-out forwards;background-color:#232323}Button.-outline[isEnabled=false],.nt-button.-outline[isEnabled=false]{background-color:#fff;color:#d1e19f;border-color:#d1e19f}.ns-dark Button.-outline[isEnabled=false],.ns-dark .nt-button.-outline[isEnabled=false]{background-color:#303030;color:#d1e19f;border-color:#d1e19f}ActivityIndicator,.nt-activity-indicator{color:#aee406}.ns-dark ActivityIndicator,.ns-dark .nt-activity-indicator{color:#aee406}SegmentedBar,.nt-segmented-bar{selected-background-color:#aee406}.ns-dark SegmentedBar,.ns-dark .nt-segmented-bar{selected-background-color:#aee406}.ns-ios SegmentedBar,.ns-ios .nt-segmented-bar{margin:0 15;color:#aee406}.ns-dark.ns-ios SegmentedBar,.ns-dark.ns-ios .nt-segmented-bar{color:#aee406}Progress,.nt-progress{color:#aee406}.ns-dark Progress,.ns-dark .nt-progress{color:#aee406}Slider,.nt-slider{color:#aee406}.ns-dark Slider,.ns-dark .nt-slider{color:#aee406}Slider[isEnabled=false],.nt-slider[isEnabled=false]{color:#e0e0e0}.ns-android Switch,.ns-android .nt-switch{color:#ccc;background-color:#ccc}.ns-dark.ns-android Switch,.ns-dark.ns-android .nt-switch{color:#636363;background-color:#636363}.ns-android Switch[checked=true],.ns-android .nt-switch[checked=true]{color:#aee406}.ns-dark.ns-android Switch[checked=true],.ns-dark.ns-android .nt-switch[checked=true]{color:#aee406}.ns-android Switch[isEnabled=false],.ns-android .nt-switch[isEnabled=false]{color:#e6e6e6}.ns-dark.ns-android Switch[isEnabled=false],.ns-dark.ns-android .nt-switch[isEnabled=false]{color:#4a4a4a}.ns-ios Switch,.ns-ios .nt-switch{color:#fff;background-color:#aee406}.ns-dark.ns-ios Switch,.ns-dark.ns-ios .nt-switch{color:#303030;background-color:#aee406}.ns-ios Switch[isEnabled=false],.ns-ios .nt-switch[isEnabled=false]{background-color:rgba(174,228,6,.4)}.ns-dark.ns-ios Switch[isEnabled=false],.ns-dark.ns-ios .nt-switch[isEnabled=false]{background-color:rgba(174,228,6,.4)}TabView,.nt-tab-view{selected-tab-text-color:#aee406;android-selected-tab-highlight-color:#aee406}.ns-dark TabView,.ns-dark .nt-tab-view{selected-tab-text-color:#aee406;android-selected-tab-highlight-color:#aee406}TabView.ns-dark,.nt-tab-view.ns-dark{selected-tab-text-color:#aee406;android-selected-tab-highlight-color:#aee406}TabStrip,.nt-tab-strip{highlight-color:#aee406}.ns-dark TabStrip,.ns-dark .nt-tab-strip{highlight-color:#aee406}TabStripItem:active,.nt-tab-strip__item:active{color:#aee406}.ns-dark TabStripItem:active,.ns-dark .nt-tab-strip__item:active{color:#aee406}TabStripItem:active Label,.nt-tab-strip__item:active Label{color:#aee406}.ns-dark TabStripItem:active Label,.ns-dark .nt-tab-strip__item:active Label{color:#aee406}ListView NTIcon,ListView .nt-icon,RadListView NTIcon,RadListView .nt-icon,.nt-list-view NTIcon,.nt-list-view .nt-icon{color:#577203}.ns-dark ListView NTIcon,.ns-dark ListView .nt-icon,.ns-dark RadListView NTIcon,.ns-dark RadListView .nt-icon,.ns-dark .nt-list-view NTIcon,.ns-dark .nt-list-view .nt-icon{color:#aee406}ListView .nt-list-view__delete,RadListView .nt-list-view__delete,.nt-list-view .nt-list-view__delete{background-color:#d50000}RadSideDrawer .nt-drawer__header,.nt-drawer .nt-drawer__header{background:#463731}RadSideDrawer .nt-drawer__header Label,.nt-drawer .nt-drawer__header Label{color:#fff}RadSideDrawer>*,RadSideDrawer .nt-drawer__content,.nt-drawer>*,.nt-drawer .nt-drawer__content{color:#fff}RadSideDrawer.ns-dark .nt-drawer__header,.nt-drawer.ns-dark .nt-drawer__header{background:#463731}RadSideDrawer.ns-dark .nt-drawer__header Label,.nt-drawer.ns-dark .nt-drawer__header Label{color:#fff}RadSideDrawer.ns-dark>*,RadSideDrawer.ns-dark .nt-drawer__content,.nt-drawer.ns-dark>*,.nt-drawer.ns-dark .nt-drawer__content{color:#fff}TextView,TextField,PickerField,DatePickerField,TimePickerField,DateTimePickerFields,DataFormEditorCore,RadAutoCompleteTextView{background-color:transparent;border-color:#fafafa}.ns-dark TextView,.ns-dark TextField,.ns-dark PickerField,.ns-dark DatePickerField,.ns-dark TimePickerField,.ns-dark DateTimePickerFields,.ns-dark DataFormEditorCore,.ns-dark RadAutoCompleteTextView{border-color:#c7c7c7}TextView:focus,TextField:focus,PickerField:focus,DatePickerField:focus,TimePickerField:focus,DateTimePickerFields:focus,DataFormEditorCore:focus,RadAutoCompleteTextView:focus{border-color:#628103}.ns-dark TextView:focus,.ns-dark TextField:focus,.ns-dark PickerField:focus,.ns-dark DatePickerField:focus,.ns-dark TimePickerField:focus,.ns-dark DateTimePickerFields:focus,.ns-dark DataFormEditorCore:focus,.ns-dark RadAutoCompleteTextView:focus{border-color:#d2fb55}TextView[isEnabled=false],TextField[isEnabled=false],PickerField[isEnabled=false],DatePickerField[isEnabled=false],TimePickerField[isEnabled=false],DateTimePickerFields[isEnabled=false],DataFormEditorCore[isEnabled=false],RadAutoCompleteTextView[isEnabled=false]{color:#e0e0e0;background-color:#fff}.ns-dark TextView[isEnabled=false],.ns-dark TextField[isEnabled=false],.ns-dark PickerField[isEnabled=false],.ns-dark DatePickerField[isEnabled=false],.ns-dark TimePickerField[isEnabled=false],.ns-dark DateTimePickerFields[isEnabled=false],.ns-dark DataFormEditorCore[isEnabled=false],.ns-dark RadAutoCompleteTextView[isEnabled=false]{color:#e0e0e0;background-color:#949494}RadAutoCompleteTextView Token{background-color:#d2fb55}.ns-dark RadAutoCompleteTextView Token{background-color:#628103}RadAutoCompleteTextView Token:selected{background-color:#c5f924}.ns-dark RadAutoCompleteTextView Token:selected{background-color:#88b205}.date-time-picker{color:#262626;background:#fff}.date-time-picker.ns-dark{color:#fff;background:#303030}.date-time-picker-buttons{color:#161d01}.date-time-picker-buttons.ns-dark{color:#edfdb9}.ns-dark.date-time-picker-button-cancel{background:#303030}.date-time-picker-spinners{color:#3c4f02}.date-time-picker-spinners.ns-dark{color:#dffc87}DataFormEditorLabel,.nt-input>Label{color:#3c4f02}.ns-dark DataFormEditorLabel,.ns-dark .nt-input>Label{color:#dffc87}ActionBar,.nt-action-bar{color:#fff;background-color:#795548}.ns-dark ActionBar,.ns-dark .nt-action-bar{color:#fff;background-color:#55433c}ActionBar NTIcon,ActionBar Label,ActionBar Button,ActionBar .nt-action-bar__item,.nt-action-bar NTIcon,.nt-action-bar Label,.nt-action-bar Button,.nt-action-bar .nt-action-bar__item{color:#fff}.ns-dark ActionBar NTIcon,.ns-dark ActionBar Label,.ns-dark ActionBar Button,.ns-dark ActionBar .nt-action-bar__item,.ns-dark .nt-action-bar NTIcon,.ns-dark .nt-action-bar Label,.ns-dark .nt-action-bar Button,.ns-dark .nt-action-bar .nt-action-bar__item{color:#fff}ActionBar NTIcon:active,ActionBar NTIcon.-active,ActionBar Label:active,ActionBar Label.-active,ActionBar Button:active,ActionBar Button.-active,ActionBar .nt-action-bar__item:active,ActionBar .nt-action-bar__item.-active,.nt-action-bar NTIcon:active,.nt-action-bar NTIcon.-active,.nt-action-bar Label:active,.nt-action-bar Label.-active,.nt-action-bar Button:active,.nt-action-bar Button.-active,.nt-action-bar .nt-action-bar__item:active,.nt-action-bar .nt-action-bar__item.-active{color:#fff}.ns-dark ActionBar NTIcon:active,.ns-dark ActionBar NTIcon.-active,.ns-dark ActionBar Label:active,.ns-dark ActionBar Label.-active,.ns-dark ActionBar Button:active,.ns-dark ActionBar Button.-active,.ns-dark ActionBar .nt-action-bar__item:active,.ns-dark ActionBar .nt-action-bar__item.-active,.ns-dark .nt-action-bar NTIcon:active,.ns-dark .nt-action-bar NTIcon.-active,.ns-dark .nt-action-bar Label:active,.ns-dark .nt-action-bar Label.-active,.ns-dark .nt-action-bar Button:active,.ns-dark .nt-action-bar Button.-active,.ns-dark .nt-action-bar .nt-action-bar__item:active,.ns-dark .nt-action-bar .nt-action-bar__item.-active{color:#fff}.ns-android ActionBar Button,.ns-android ActionBar .nt-button,.ns-android .nt-action-bar Button,.ns-android .nt-action-bar .nt-button{background-color:#795548}.ns-dark.ns-android ActionBar Button,.ns-dark.ns-android ActionBar .nt-button,.ns-dark.ns-android .nt-action-bar Button,.ns-dark.ns-android .nt-action-bar .nt-button{background-color:#55433c}.hr,.hr-light{border-color:#d2fb55}.ns-dark .hr,.ns-dark .hr-light{border-color:#edfdb9}.hr-dark{border-color:#628103}.ns-dark .hr-dark{border-color:#d2fb55}
/*!
* NativeScript Compatibility Theme v2.0.11 (https://nativescript.org)
* NativeScript Compatibility Theme v2.0.12 (https://nativescript.org)
* Copyright 2016-2016 The Theme Authors
* Copyright 2016-2019 Progress Software
* Licensed under Apache 2.0 (https://github.com/NativeScript/theme/blob/master/LICENSE)
*/.c-white{color:#fff}.c-bg-white{background-color:#fff}.c-black{color:#000}.c-bg-black{background-color:#000}.c-aqua{color:#00caab}.c-bg-aqua{background-color:#00caab}.c-blue{color:#3d5afe}.c-bg-blue{background-color:#3d5afe}.c-charcoal{color:#303030}.c-bg-charcoal{background-color:#303030}.c-brown{color:#795548}.c-bg-brown{background-color:#795548}.c-forest{color:#006968}.c-bg-forest{background-color:#006968}.c-grey{color:#e0e0e0}.c-bg-grey{background-color:#e0e0e0}.c-grey-light{color:#bababa}.c-bg-grey-light{background-color:#bababa}.c-grey-dark{color:#5c687c}.c-bg-grey-dark{background-color:#5c687c}.c-purple{color:#8130ff}.c-bg-purple{background-color:#8130ff}.c-lemon{color:#ffea00}.c-bg-lemon{background-color:#ffea00}.c-lime{color:#aee406}.c-bg-lime{background-color:#aee406}.c-orange{color:#f57c00}.c-bg-orange{background-color:#f57c00}.c-ruby{color:#ff1744}.c-bg-ruby{background-color:#ff1744}.c-sky{color:#30bcff}.c-bg-sky{background-color:#30bcff}.w-full{width:100%}.w-100{width:100}.h-full{height:100%}.h-100{height:100}.m-0{margin:0}.m-t-0{margin-top:0}.m-r-0{margin-right:0}.m-b-0{margin-bottom:0}.m-l-0{margin-left:0}.m-x-0{margin-right:0;margin-left:0}.m-y-0{margin-top:0;margin-bottom:0}.m-2{margin:2}.m-t-2{margin-top:2}.m-r-2{margin-right:2}.m-b-2{margin-bottom:2}.m-l-2{margin-left:2}.m-x-2{margin-right:2;margin-left:2}.m-y-2{margin-top:2;margin-bottom:2}.m-4{margin:4}.m-t-4{margin-top:4}.m-r-4{margin-right:4}.m-b-4{margin-bottom:4}.m-l-4{margin-left:4}.m-x-4{margin-right:4;margin-left:4}.m-y-4{margin-top:4;margin-bottom:4}.m-5{margin:5}.m-t-5{margin-top:5}.m-r-5{margin-right:5}.m-b-5{margin-bottom:5}.m-l-5{margin-left:5}.m-x-5{margin-right:5;margin-left:5}.m-y-5{margin-top:5;margin-bottom:5}.m-8{margin:8}.m-t-8{margin-top:8}.m-r-8{margin-right:8}.m-b-8{margin-bottom:8}.m-l-8{margin-left:8}.m-x-8{margin-right:8;margin-left:8}.m-y-8{margin-top:8;margin-bottom:8}.m-10{margin:10}.m-t-10{margin-top:10}.m-r-10{margin-right:10}.m-b-10{margin-bottom:10}.m-l-10{margin-left:10}.m-x-10{margin-right:10;margin-left:10}.m-y-10{margin-top:10;margin-bottom:10}.m-12{margin:12}.m-t-12{margin-top:12}.m-r-12{margin-right:12}.m-b-12{margin-bottom:12}.m-l-12{margin-left:12}.m-x-12{margin-right:12;margin-left:12}.m-y-12{margin-top:12;margin-bottom:12}.m-15{margin:15}.m-t-15{margin-top:15}.m-r-15{margin-right:15}.m-b-15{margin-bottom:15}.m-l-15{margin-left:15}.m-x-15{margin-right:15;margin-left:15}.m-y-15{margin-top:15;margin-bottom:15}.m-16{margin:16}.m-t-16{margin-top:16}.m-r-16{margin-right:16}.m-b-16{margin-bottom:16}.m-l-16{margin-left:16}.m-x-16{margin-right:16;margin-left:16}.m-y-16{margin-top:16;margin-bottom:16}.m-20{margin:20}.m-t-20{margin-top:20}.m-r-20{margin-right:20}.m-b-20{margin-bottom:20}.m-l-20{margin-left:20}.m-x-20{margin-right:20;margin-left:20}.m-y-20{margin-top:20;margin-bottom:20}.m-24{margin:24}.m-t-24{margin-top:24}.m-r-24{margin-right:24}.m-b-24{margin-bottom:24}.m-l-24{margin-left:24}.m-x-24{margin-right:24;margin-left:24}.m-y-24{margin-top:24;margin-bottom:24}.m-25{margin:25}.m-t-25{margin-top:25}.m-r-25{margin-right:25}.m-b-25{margin-bottom:25}.m-l-25{margin-left:25}.m-x-25{margin-right:25;margin-left:25}.m-y-25{margin-top:25;margin-bottom:25}.m-28{margin:28}.m-t-28{margin-top:28}.m-r-28{margin-right:28}.m-b-28{margin-bottom:28}.m-l-28{margin-left:28}.m-x-28{margin-right:28;margin-left:28}.m-y-28{margin-top:28;margin-bottom:28}.m-30{margin:30}.m-t-30{margin-top:30}.m-r-30{margin-right:30}.m-b-30{margin-bottom:30}.m-l-30{margin-left:30}.m-x-30{margin-right:30;margin-left:30}.m-y-30{margin-top:30;margin-bottom:30}.p-0{padding:0}.p-t-0{padding-top:0}.p-r-0{padding-right:0}.p-b-0{padding-bottom:0}.p-l-0{padding-left:0}.p-x-0{padding-right:0;padding-left:0}.p-y-0{padding-top:0;padding-bottom:0}.p-2{padding:2}.p-t-2{padding-top:2}.p-r-2{padding-right:2}.p-b-2{padding-bottom:2}.p-l-2{padding-left:2}.p-x-2{padding-right:2;padding-left:2}.p-y-2{padding-top:2;padding-bottom:2}.p-4{padding:4}.p-t-4{padding-top:4}.p-r-4{padding-right:4}.p-b-4{padding-bottom:4}.p-l-4{padding-left:4}.p-x-4{padding-right:4;padding-left:4}.p-y-4{padding-top:4;padding-bottom:4}.p-5{padding:5}.p-t-5{padding-top:5}.p-r-5{padding-right:5}.p-b-5{padding-bottom:5}.p-l-5{padding-left:5}.p-x-5{padding-right:5;padding-left:5}.p-y-5{padding-top:5;padding-bottom:5}.p-8{padding:8}.p-t-8{padding-top:8}.p-r-8{padding-right:8}.p-b-8{padding-bottom:8}.p-l-8{padding-left:8}.p-x-8{padding-right:8;padding-left:8}.p-y-8{padding-top:8;padding-bottom:8}.p-10{padding:10}.p-t-10{padding-top:10}.p-r-10{padding-right:10}.p-b-10{padding-bottom:10}.p-l-10{padding-left:10}.p-x-10{padding-right:10;padding-left:10}.p-y-10{padding-top:10;padding-bottom:10}.p-12{padding:12}.p-t-12{padding-top:12}.p-r-12{padding-right:12}.p-b-12{padding-bottom:12}.p-l-12{padding-left:12}.p-x-12{padding-right:12;padding-left:12}.p-y-12{padding-top:12;padding-bottom:12}.p-15{padding:15}.p-t-15{padding-top:15}.p-r-15{padding-right:15}.p-b-15{padding-bottom:15}.p-l-15{padding-left:15}.p-x-15{padding-right:15;padding-left:15}.p-y-15{padding-top:15;padding-bottom:15}.p-16{padding:16}.p-t-16{padding-top:16}.p-r-16{padding-right:16}.p-b-16{padding-bottom:16}.p-l-16{padding-left:16}.p-x-16{padding-right:16;padding-left:16}.p-y-16{padding-top:16;padding-bottom:16}.p-20{padding:20}.p-t-20{padding-top:20}.p-r-20{padding-right:20}.p-b-20{padding-bottom:20}.p-l-20{padding-left:20}.p-x-20{padding-right:20;padding-left:20}.p-y-20{padding-top:20;padding-bottom:20}.p-24{padding:24}.p-t-24{padding-top:24}.p-r-24{padding-right:24}.p-b-24{padding-bottom:24}.p-l-24{padding-left:24}.p-x-24{padding-right:24;padding-left:24}.p-y-24{padding-top:24;padding-bottom:24}.p-25{padding:25}.p-t-25{padding-top:25}.p-r-25{padding-right:25}.p-b-25{padding-bottom:25}.p-l-25{padding-left:25}.p-x-25{padding-right:25;padding-left:25}.p-y-25{padding-top:25;padding-bottom:25}.p-28{padding:28}.p-t-28{padding-top:28}.p-r-28{padding-right:28}.p-b-28{padding-bottom:28}.p-l-28{padding-left:28}.p-x-28{padding-right:28;padding-left:28}.p-y-28{padding-top:28;padding-bottom:28}.p-30{padding:30}.p-t-30{padding-top:30}.p-r-30{padding-right:30}.p-b-30{padding-bottom:30}.p-l-30{padding-left:30}.p-x-30{padding-right:30;padding-left:30}.p-y-30{padding-top:30;padding-bottom:30}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.font-weight-normal{font-weight:normal}.font-weight-bold{font-weight:bold}.font-italic{font-style:italic}.t-10{font-size:10}.t-12{font-size:12}.t-14{font-size:14}.t-15{font-size:15}.t-16{font-size:16}.t-17{font-size:17}.t-18{font-size:18}.t-19{font-size:19}.t-20{font-size:20}.t-25{font-size:25}.t-30{font-size:30}.img-rounded{border-radius:5}.img-circle{border-radius:20}.img-thumbnail{border-radius:0}.invisible{visibility:collapse}.pull-left{horizontal-align:left}.pull-right{horizontal-align:right}.m-x-auto{horizontal-align:center}.m-y-auto{vertical-align:center}.text-primary{color:#30bcff}.text-danger{color:#d50000}.bg-primary{background-color:#30bcff;color:#fff}.bg-danger{background-color:#d50000;color:#fff}.fa{font-family:FontAwesome,fontawesome-webfont}.ns-root{color:#262626;font-family:"Roboto Medium";font-size:14}.ns-dark .ns-root{color:#fff}.ns-ios{font-family:"SF UI Text Medium",system;font-size:15}.-hidden,.hidden{visibility:collapsed}.-rounded,.rounded{border-radius:3}.hr{height:1;width:100%;margin:9 0 10;border-width:0 0 1;border-style:solid}.h1,.h2,.h3,.h4,.h5,.h6{margin-bottom:4;font-weight:normal;color:#262626}.ns-dark .h1,.ns-dark .h2,.ns-dark .h3,.ns-dark .h4,.ns-dark .h5,.ns-dark .h6{color:#fff}.body,.body2,.footnote{color:#737373;font-weight:normal}.ns-dark .body,.ns-dark .body2,.ns-dark .footnote{color:#b3b3b3}.h1{font-size:32}.h2{font-size:22}.h3{font-size:15}.h4{font-size:12}.h5{font-size:11}.h6{font-size:10}.body{font-size:14}.body2{font-size:17}.footnote{font-size:13}.ns-android .h1{font-size:34}.ns-android .h2{font-size:24}.ns-android .h3{font-size:16}.ns-android .h5{font-size:11;font-weight:bold}.ns-android .body2{font-size:14;font-weight:500}.text-muted{color:#ace4ff}.ns-dark .text-muted{color:#306883}Label>*,Label>*>*,Button>*,Button>*>*,TextField>*,TextField>*>*,TextView>*,TextView>*>*{background-color:transparent}Image,ListView,RadListView{min-height:100}Image{margin-bottom:20}NTIcon,.nt-icon{font-size:16}#login-background{margin-top:-20;background-size:cover;background-position:center}.login-wrap{padding:0 40}.logo-wrap{margin:60 0 10 0;padding:20 0}.logo-wrap .login-logo{text-align:center;font-size:30;font-weight:bold;margin-bottom:10;opacity:.9}.logo-wrap .login-logo-sub{opacity:.8;text-align:center}.login-wrapper{padding:20;background-color:#fff;border-radius:3}.login-wrapper TextField{padding:10 10;margin:10 0 0 0}.go-back{font-size:14;text-align:center;margin-top:10}.action-bar{color:#262626;background-color:#515151;font-weight:bold;font-size:17;padding-top:0}.ns-dark .action-bar{color:#d4d4d4}.ns-dark .action-bar{background-color:#414141}.ns-android .action-bar{font-weight:500;font-size:20}.action-bar .action-bar-title{vertical-align:center}.action-bar .action-item{android-elevation:0;font-size:15;padding:12 3;margin:0;min-width:0;width:auto;border-width:0;text-transform:none;font-weight:normal}.action-bar .action-item:active{android-elevation:0;background-color:transparent}.ns-statusbar-transparent Page>.action-bar{padding-top:24}.ns-modal .ns-statusbar-transparent Page>.action-bar{padding-top:0}.ns-android .action-bar Button,.ns-android .action-bar .nt-button{border-radius:1;padding:12 6}.ns-android .action-bar Button:active,.ns-android .action-bar .nt-button:active{opacity:.7}.action-bar Button,.action-bar .nt-button{background-color:#515151;android-elevation:0;android-dynamic-elevation-offset:0}.ns-dark .action-bar Button,.ns-dark .action-bar .nt-button{background-color:#414141}.ns-ios.ns-root .action-bar Button,.ns-ios.ns-root .action-bar .nt-button{background-color:transparent}.ns-ios .action-bar .action-item:active,.ns-android .action-bar .action-item:active{color:#262626}.ns-dark .ns-ios .action-bar .action-item:active,.ns-dark .ns-android .action-bar .action-item:active{color:#d4d4d4}.btn{text-transform:none;border-color:transparent;min-width:64;height:52;padding:0 0 0 0;font-size:18;margin:8 16 8 16}.ns-ios .btn{height:40;border-width:0;font-size:15}.ns-android .btn{margin:4 12}.btn-outline{height:40;border-width:1}.ns-android .btn-outline{margin:8 16}.btn-rounded-sm,.btn-rounded-lg{height:40;border-radius:2}.ns-ios .btn-rounded-sm,.ns-ios .btn-rounded-lg{border-radius:4}.ns-android .btn-rounded-sm,.ns-android .btn-rounded-lg{margin:8 16}.btn-rounded-lg{border-radius:40}.btn[isEnabled=false]{opacity:.5}.btn-simple{android-elevation:0;android-dynamic-elevation-offset:0}.ns-root .btn-aqua{background-color:#00caab;border-color:#00caab;color:#fdffff}.ns-root.ns-dark .btn-aqua{background-color:#00caab;border-color:#00caab;color:#fdffff}.ns-root .btn-blue{background-color:#3d5afe;border-color:#3d5afe;color:#fff}.ns-root.ns-dark .btn-blue{background-color:#3d5afe;border-color:#3d5afe;color:#fff}.ns-root .btn-brown{background-color:#795548;border-color:#795548;color:#fbf9f8}.ns-root.ns-dark .btn-brown{background-color:#795548;border-color:#795548;color:#fbf9f8}.ns-root .btn-forest{background-color:#006968;border-color:#006968;color:#9cfffe}.ns-root.ns-dark .btn-forest{background-color:#006968;border-color:#006968;color:#9cfffe}.ns-root .btn-grey{background-color:#5c687c;border-color:#5c687c;color:#fff}.ns-root.ns-dark .btn-grey{background-color:#5c687c;border-color:#5c687c;color:#fff}.ns-root .btn-lemon{background-color:#ffea00;border-color:#ffea00;color:#000}.ns-root.ns-dark .btn-lemon{background-color:#ffea00;border-color:#ffea00;color:#000}.ns-root .btn-lime{background-color:#aee406;border-color:#aee406;color:#000}.ns-root.ns-dark .btn-lime{background-color:#aee406;border-color:#aee406;color:#000}.ns-root .btn-orange{background-color:#f57c00;border-color:#f57c00;color:#000}.ns-root.ns-dark .btn-orange{background-color:#f57c00;border-color:#f57c00;color:#000}.ns-root .btn-purple{background-color:#8130ff;border-color:#8130ff;color:#fff}.ns-root.ns-dark .btn-purple{background-color:#8130ff;border-color:#8130ff;color:#fff}.ns-root .btn-ruby{background-color:#ff1744;border-color:#ff1744;color:#fff}.ns-root.ns-dark .btn-ruby{background-color:#ff1744;border-color:#ff1744;color:#fff}.ns-root .btn-sky{background-color:#30bcff;border-color:#30bcff;color:#fff}.ns-root.ns-dark .btn-sky{background-color:#30bcff;border-color:#30bcff;color:#fff}.page{color:#262626;background-color:#fff}.ns-dark .page{color:#fff}.ns-dark .page{background-color:#303030}.activity-indicator{width:30;height:30}.segmented-bar{font-size:13;color:#262626;background-color:#fff}.ns-dark .segmented-bar{color:#fff}.ns-dark .segmented-bar{background-color:#303030}.progress{background-color:rgba(48,188,255,.1)}.ns-dark .progress{background-color:rgba(48,188,255,.1)}.slider{margin:20 16;background-color:#30bcff}.ns-dark .slider{background-color:#30bcff}.ns-android .slider{color:#30bcff}.ns-dark .ns-android .slider{color:#30bcff}.ns-ios .slider{margin:10 15}.slider[isEnabled=false]{background-color:#e0e0e0;color:#e0e0e0}.search-bar{color:#262626}.ns-dark .search-bar{color:#fff}.ns-android .switch{margin:14 16;color:#ccc;background-color:#ccc}.ns-dark .ns-android .switch{color:#636363}.ns-dark .ns-android .switch{background-color:#636363}.ns-android .switch[checked=true]{color:#30bcff}.ns-dark .ns-android .switch[checked=true]{color:#30bcff}.ns-android .switch[isEnabled=false]{color:#e6e6e6}.ns-dark .ns-android .switch[isEnabled=false]{color:#4a4a4a}.ns-ios .switch{margin:8 15;color:#fff;background-color:#30bcff;off-background-color:#e6e6e6}.ns-dark .ns-ios .switch{background-color:#30bcff}.ns-dark .ns-ios .switch{off-background-color:#4a4a4a}.ns-ios .switch[isEnabled=false]{background-color:rgba(48,188,255,.4)}.ns-dark .ns-ios .switch[isEnabled=false]{background-color:rgba(48,188,255,.4)}.tab-view{tab-text-font-size:18;text-transform:capitalize;selected-tab-text-color:#262626;tab-background-color:#fff;tab-text-color:#7aa4b8}.ns-dark .tab-view{selected-tab-text-color:#fff}.ns-dark .tab-view{tab-background-color:#303030}.ns-dark .tab-view{tab-text-color:#7aa4b8}.tab-view.ns-dark{selected-tab-text-color:#fff;tab-background-color:#303030;tab-text-color:#7aa4b8}.list-view{min-height:100;background-color:transparent}.list-view StackLayout{padding:8}.list-view .list-group-item{background-color:transparent;padding:8;margin:0}.list-view .list-group-item Label{padding:5;vertical-align:center}.list-view .list-group-item Image{stretch:aspectFit;margin-bottom:0}.list-view .list-group-item.active,.list-view .list-group-item:highlighted{background-color:#30bcff}.ns-dark .list-view .list-group-item.active,.ns-dark .list-view .list-group-item:highlighted{background-color:#30bcff}.list-view .thumb{stretch:fill;width:40;height:40;margin-right:16}.list-view .list-group-item-heading{margin-bottom:5}.list-view .list-group-item-text{color:#737373;font-size:14}.ns-dark .list-view .list-group-item-text{color:#b3b3b3}.list-view NTIcon,.list-view .nt-icon{font-size:20;width:56;height:100%;text-align:center}.side-drawer .sidedrawer-left,.side-drawer .sidedrawer-center{color:#262626;background:#fff}.ns-dark .side-drawer .sidedrawer-left,.ns-dark .side-drawer .sidedrawer-center{color:#fff}.ns-dark .side-drawer .sidedrawer-left,.ns-dark .side-drawer .sidedrawer-center{background:#303030}.side-drawer .sidedrawer-left .sidedrawer-header-brand,.side-drawer .sidedrawer-left .sidedrawer-header-image{horizontal-align:left}.side-drawer .sidedrawer-list-item{height:48;horizontal-align:left;width:100%;orientation:horizontal}.side-drawer .sidedrawer-list-item .sidedrawer-list-item-icon{margin:0 16 0 16;padding-top:6;width:24;text-align:center;font-size:20;height:48;vertical-align:center}.side-drawer .sidedrawer-list-item.active{color:#a8a8a8;background-color:#30bcff}.ns-dark .side-drawer .sidedrawer-list-item.active{color:#838383}.ns-dark .side-drawer .sidedrawer-list-item.active{background-color:#30bcff}.side-drawer .sidedrawer-list-item.active .sidedrawer-list-item-icon{color:#a8a8a8}.ns-dark .side-drawer .sidedrawer-list-item.active .sidedrawer-list-item-icon{color:#838383}.side-drawer .sidedrawer-list-item-text{horizontal-align:left;text-align:left;font-size:15;background-color:transparent;border-width:0;width:80%;vertical-align:center;padding-left:15}.side-drawer .sidedrawer-header{height:148;width:100%;padding:30 25;background:rgba(48,188,255,.15)}.ns-dark .side-drawer .sidedrawer-header{background:rgba(48,188,255,.15)}.side-drawer .sidedrawer-header Label{color:#262626;font-size:16;padding:0;vertical-align:center}.ns-dark .side-drawer .sidedrawer-header Label{color:#d4d4d4}.side-drawer .sidedrawer-header>Label{font-size:40;margin-right:15}.side-drawer .sidedrawer-header-image{height:74;width:74;border-radius:37;horizontal-align:center;margin-bottom:24}.side-drawer .sidedrawer-header-brand{horizontal-align:center;font-size:15}.side-drawer.ns-dark .sidedrawer-left,.side-drawer.ns-dark .sidedrawer-center{color:#fff;background:#303030}.side-drawer.ns-dark .sidedrawer-list-item.active{color:#838383;background-color:#30bcff}.side-drawer.ns-dark .sidedrawer-list-item.active .side-drawer.ns-dark .sidedrawer-list-item-icon{color:#838383}.side-drawer.ns-dark .sidedrawer-header{background:rgba(48,188,255,.15)}.side-drawer.ns-dark .sidedrawer-header Label{color:#d4d4d4}.form{font-family:"Roboto Regular";padding:16 0 10}.ns-ios .form{font-family:"SF UI Text Regular",system}.form .-center{horizontal-align:center}.form .nt-form__or-separator{margin:20 0}.form .nt-form__link{color:#30bcff}.ns-dark .form .nt-form__link{color:#30bcff}.form .nt-form__title{font-size:18}.form .nt-form__logo{margin:20 0;width:50%}.form .nt-form__validation-message{color:#d50000;margin:1 0 0;padding:0;height:19}.form .nt-form__footer{padding:0;horizontal-align:center}.form .nt-form__footer Button{width:50%;margin:5}.form[isEnabled=false] *{opacity:.7}.input.ng-valid{margin-bottom:20}.input.ng-invalid.ng-dirty{margin-bottom:0;border-color:#d50000}.input{color:#262626;placeholder-color:#737373;border-width:0 0 1;border-radius:0;background-color:transparent;font-size:16;padding:8 0 4;margin:5 16}.ns-dark .input{color:#fff}.ns-dark .input{placeholder-color:#b3b3b3}.ns-ios .input{font-size:15}.input.input-rounded,.input.input-border{border-width:1;border-radius:4;padding:12 14}.input.input-rounded{border-radius:28}.input[isEnabled=false]{opacity:.5;color:#999;background-color:#e6e6e6}.ns-dark .input[isEnabled=false]{color:#999}.ns-dark .input[isEnabled=false]{background-color:#4d4d4d}.input{margin:10 0}DataFormEditorLabel,.input .label{font-size:16;color:#bababa}DataFormEditorLabel,.input .label,.input .input{margin:0 16}.input.input-sides{margin:0 0 10}.input.input-sides .label{margin:5 16}
*/.c-white{color:#fff}.c-bg-white{background-color:#fff}.c-black{color:#000}.c-bg-black{background-color:#000}.c-aqua{color:#00caab}.c-bg-aqua{background-color:#00caab}.c-blue{color:#3d5afe}.c-bg-blue{background-color:#3d5afe}.c-charcoal{color:#303030}.c-bg-charcoal{background-color:#303030}.c-brown{color:#795548}.c-bg-brown{background-color:#795548}.c-forest{color:#006968}.c-bg-forest{background-color:#006968}.c-grey{color:#e0e0e0}.c-bg-grey{background-color:#e0e0e0}.c-grey-light{color:#bababa}.c-bg-grey-light{background-color:#bababa}.c-grey-dark{color:#5c687c}.c-bg-grey-dark{background-color:#5c687c}.c-purple{color:#8130ff}.c-bg-purple{background-color:#8130ff}.c-lemon{color:#ffea00}.c-bg-lemon{background-color:#ffea00}.c-lime{color:#aee406}.c-bg-lime{background-color:#aee406}.c-orange{color:#f57c00}.c-bg-orange{background-color:#f57c00}.c-ruby{color:#ff1744}.c-bg-ruby{background-color:#ff1744}.c-sky{color:#30bcff}.c-bg-sky{background-color:#30bcff}.w-full{width:100%}.w-100{width:100}.h-full{height:100%}.h-100{height:100}.m-0{margin:0}.m-t-0{margin-top:0}.m-r-0{margin-right:0}.m-b-0{margin-bottom:0}.m-l-0{margin-left:0}.m-x-0{margin-right:0;margin-left:0}.m-y-0{margin-top:0;margin-bottom:0}.m-2{margin:2}.m-t-2{margin-top:2}.m-r-2{margin-right:2}.m-b-2{margin-bottom:2}.m-l-2{margin-left:2}.m-x-2{margin-right:2;margin-left:2}.m-y-2{margin-top:2;margin-bottom:2}.m-4{margin:4}.m-t-4{margin-top:4}.m-r-4{margin-right:4}.m-b-4{margin-bottom:4}.m-l-4{margin-left:4}.m-x-4{margin-right:4;margin-left:4}.m-y-4{margin-top:4;margin-bottom:4}.m-5{margin:5}.m-t-5{margin-top:5}.m-r-5{margin-right:5}.m-b-5{margin-bottom:5}.m-l-5{margin-left:5}.m-x-5{margin-right:5;margin-left:5}.m-y-5{margin-top:5;margin-bottom:5}.m-8{margin:8}.m-t-8{margin-top:8}.m-r-8{margin-right:8}.m-b-8{margin-bottom:8}.m-l-8{margin-left:8}.m-x-8{margin-right:8;margin-left:8}.m-y-8{margin-top:8;margin-bottom:8}.m-10{margin:10}.m-t-10{margin-top:10}.m-r-10{margin-right:10}.m-b-10{margin-bottom:10}.m-l-10{margin-left:10}.m-x-10{margin-right:10;margin-left:10}.m-y-10{margin-top:10;margin-bottom:10}.m-12{margin:12}.m-t-12{margin-top:12}.m-r-12{margin-right:12}.m-b-12{margin-bottom:12}.m-l-12{margin-left:12}.m-x-12{margin-right:12;margin-left:12}.m-y-12{margin-top:12;margin-bottom:12}.m-15{margin:15}.m-t-15{margin-top:15}.m-r-15{margin-right:15}.m-b-15{margin-bottom:15}.m-l-15{margin-left:15}.m-x-15{margin-right:15;margin-left:15}.m-y-15{margin-top:15;margin-bottom:15}.m-16{margin:16}.m-t-16{margin-top:16}.m-r-16{margin-right:16}.m-b-16{margin-bottom:16}.m-l-16{margin-left:16}.m-x-16{margin-right:16;margin-left:16}.m-y-16{margin-top:16;margin-bottom:16}.m-20{margin:20}.m-t-20{margin-top:20}.m-r-20{margin-right:20}.m-b-20{margin-bottom:20}.m-l-20{margin-left:20}.m-x-20{margin-right:20;margin-left:20}.m-y-20{margin-top:20;margin-bottom:20}.m-24{margin:24}.m-t-24{margin-top:24}.m-r-24{margin-right:24}.m-b-24{margin-bottom:24}.m-l-24{margin-left:24}.m-x-24{margin-right:24;margin-left:24}.m-y-24{margin-top:24;margin-bottom:24}.m-25{margin:25}.m-t-25{margin-top:25}.m-r-25{margin-right:25}.m-b-25{margin-bottom:25}.m-l-25{margin-left:25}.m-x-25{margin-right:25;margin-left:25}.m-y-25{margin-top:25;margin-bottom:25}.m-28{margin:28}.m-t-28{margin-top:28}.m-r-28{margin-right:28}.m-b-28{margin-bottom:28}.m-l-28{margin-left:28}.m-x-28{margin-right:28;margin-left:28}.m-y-28{margin-top:28;margin-bottom:28}.m-30{margin:30}.m-t-30{margin-top:30}.m-r-30{margin-right:30}.m-b-30{margin-bottom:30}.m-l-30{margin-left:30}.m-x-30{margin-right:30;margin-left:30}.m-y-30{margin-top:30;margin-bottom:30}.p-0{padding:0}.p-t-0{padding-top:0}.p-r-0{padding-right:0}.p-b-0{padding-bottom:0}.p-l-0{padding-left:0}.p-x-0{padding-right:0;padding-left:0}.p-y-0{padding-top:0;padding-bottom:0}.p-2{padding:2}.p-t-2{padding-top:2}.p-r-2{padding-right:2}.p-b-2{padding-bottom:2}.p-l-2{padding-left:2}.p-x-2{padding-right:2;padding-left:2}.p-y-2{padding-top:2;padding-bottom:2}.p-4{padding:4}.p-t-4{padding-top:4}.p-r-4{padding-right:4}.p-b-4{padding-bottom:4}.p-l-4{padding-left:4}.p-x-4{padding-right:4;padding-left:4}.p-y-4{padding-top:4;padding-bottom:4}.p-5{padding:5}.p-t-5{padding-top:5}.p-r-5{padding-right:5}.p-b-5{padding-bottom:5}.p-l-5{padding-left:5}.p-x-5{padding-right:5;padding-left:5}.p-y-5{padding-top:5;padding-bottom:5}.p-8{padding:8}.p-t-8{padding-top:8}.p-r-8{padding-right:8}.p-b-8{padding-bottom:8}.p-l-8{padding-left:8}.p-x-8{padding-right:8;padding-left:8}.p-y-8{padding-top:8;padding-bottom:8}.p-10{padding:10}.p-t-10{padding-top:10}.p-r-10{padding-right:10}.p-b-10{padding-bottom:10}.p-l-10{padding-left:10}.p-x-10{padding-right:10;padding-left:10}.p-y-10{padding-top:10;padding-bottom:10}.p-12{padding:12}.p-t-12{padding-top:12}.p-r-12{padding-right:12}.p-b-12{padding-bottom:12}.p-l-12{padding-left:12}.p-x-12{padding-right:12;padding-left:12}.p-y-12{padding-top:12;padding-bottom:12}.p-15{padding:15}.p-t-15{padding-top:15}.p-r-15{padding-right:15}.p-b-15{padding-bottom:15}.p-l-15{padding-left:15}.p-x-15{padding-right:15;padding-left:15}.p-y-15{padding-top:15;padding-bottom:15}.p-16{padding:16}.p-t-16{padding-top:16}.p-r-16{padding-right:16}.p-b-16{padding-bottom:16}.p-l-16{padding-left:16}.p-x-16{padding-right:16;padding-left:16}.p-y-16{padding-top:16;padding-bottom:16}.p-20{padding:20}.p-t-20{padding-top:20}.p-r-20{padding-right:20}.p-b-20{padding-bottom:20}.p-l-20{padding-left:20}.p-x-20{padding-right:20;padding-left:20}.p-y-20{padding-top:20;padding-bottom:20}.p-24{padding:24}.p-t-24{padding-top:24}.p-r-24{padding-right:24}.p-b-24{padding-bottom:24}.p-l-24{padding-left:24}.p-x-24{padding-right:24;padding-left:24}.p-y-24{padding-top:24;padding-bottom:24}.p-25{padding:25}.p-t-25{padding-top:25}.p-r-25{padding-right:25}.p-b-25{padding-bottom:25}.p-l-25{padding-left:25}.p-x-25{padding-right:25;padding-left:25}.p-y-25{padding-top:25;padding-bottom:25}.p-28{padding:28}.p-t-28{padding-top:28}.p-r-28{padding-right:28}.p-b-28{padding-bottom:28}.p-l-28{padding-left:28}.p-x-28{padding-right:28;padding-left:28}.p-y-28{padding-top:28;padding-bottom:28}.p-30{padding:30}.p-t-30{padding-top:30}.p-r-30{padding-right:30}.p-b-30{padding-bottom:30}.p-l-30{padding-left:30}.p-x-30{padding-right:30;padding-left:30}.p-y-30{padding-top:30;padding-bottom:30}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.font-weight-normal{font-weight:normal}.font-weight-bold{font-weight:bold}.font-italic{font-style:italic}.t-10{font-size:10}.t-12{font-size:12}.t-14{font-size:14}.t-15{font-size:15}.t-16{font-size:16}.t-17{font-size:17}.t-18{font-size:18}.t-19{font-size:19}.t-20{font-size:20}.t-25{font-size:25}.t-30{font-size:30}.img-rounded{border-radius:5}.img-circle{border-radius:20}.img-thumbnail{border-radius:0}.invisible{visibility:collapse}.pull-left{horizontal-align:left}.pull-right{horizontal-align:right}.m-x-auto{horizontal-align:center}.m-y-auto{vertical-align:center}.text-primary{color:#30bcff}.text-danger{color:#d50000}.bg-primary{background-color:#30bcff;color:#fff}.bg-danger{background-color:#d50000;color:#fff}.fa{font-family:FontAwesome,fontawesome-webfont}.ns-root{color:#262626;font-family:"Roboto Medium";font-size:14}.ns-dark.ns-root{color:#fff}.ns-ios{font-family:"SF UI Text Medium",system;font-size:15}.-hidden,.hidden{visibility:collapsed}.-rounded,.rounded{border-radius:3}.hr{height:1;width:100%;margin:9 0 10;border-width:0 0 1;border-style:solid}.h1,.h2,.h3,.h4,.h5,.h6{margin-bottom:4;font-weight:normal;color:#262626}.ns-dark .h1,.ns-dark .h2,.ns-dark .h3,.ns-dark .h4,.ns-dark .h5,.ns-dark .h6{color:#fff}.body,.body2,.footnote{color:#737373;font-weight:normal}.ns-dark .body,.ns-dark .body2,.ns-dark .footnote{color:#b3b3b3}.h1{font-size:32}.h2{font-size:22}.h3{font-size:15}.h4{font-size:12}.h5{font-size:11}.h6{font-size:10}.body{font-size:14}.body2{font-size:17}.footnote{font-size:13}.ns-android .h1{font-size:34}.ns-android .h2{font-size:24}.ns-android .h3{font-size:16}.ns-android .h5{font-size:11;font-weight:bold}.ns-android .body2{font-size:14;font-weight:500}.text-muted{color:#ace4ff}.ns-dark .text-muted{color:#306883}Label>*,Label>*>*,Button>*,Button>*>*,TextField>*,TextField>*>*,TextView>*,TextView>*>*{background-color:transparent}Image,ListView,RadListView{min-height:100}Image{margin-bottom:20}NTIcon,.nt-icon{font-size:16}#login-background{margin-top:-20;background-size:cover;background-position:center}.login-wrap{padding:0 40}.logo-wrap{margin:60 0 10 0;padding:20 0}.logo-wrap .login-logo{text-align:center;font-size:30;font-weight:bold;margin-bottom:10;opacity:.9}.logo-wrap .login-logo-sub{opacity:.8;text-align:center}.login-wrapper{padding:20;background-color:#fff;border-radius:3}.login-wrapper TextField{padding:10 10;margin:10 0 0 0}.go-back{font-size:14;text-align:center;margin-top:10}.btn{text-transform:none;border-color:transparent;min-width:64;height:52;padding:0 0 0 0;font-size:18;margin:8 16 8 16}.ns-ios .btn{height:40;border-width:0;font-size:15}.ns-android .btn{margin:4 12}.btn-outline{height:40;border-width:1}.ns-android .btn-outline{margin:8 16}.btn-rounded-sm,.btn-rounded-lg{height:40;border-radius:2}.ns-ios .btn-rounded-sm,.ns-ios .btn-rounded-lg{border-radius:4}.ns-android .btn-rounded-sm,.ns-android .btn-rounded-lg{margin:8 16}.btn-rounded-lg{border-radius:40}.btn[isEnabled=false]{opacity:.5}.btn-simple{android-elevation:0;android-dynamic-elevation-offset:0}.ns-root .btn-aqua.btn{background-color:#00caab;border-color:#00caab;color:#fdffff}.ns-dark.ns-root .btn-aqua.btn{background-color:#00caab;border-color:#00caab;color:#fdffff}.ns-root .btn-blue.btn{background-color:#3d5afe;border-color:#3d5afe;color:#fff}.ns-dark.ns-root .btn-blue.btn{background-color:#3d5afe;border-color:#3d5afe;color:#fff}.ns-root .btn-brown{background-color:#795548;border-color:#795548;color:#fbf9f8}.ns-dark.ns-root .btn-brown{background-color:#795548;border-color:#795548;color:#fbf9f8}.ns-root .btn-forest{color:#9cfffe;background-color:#006968;border-color:#006968}.ns-dark.ns-root .btn-forest{color:#9cfffe;background-color:#006968;border-color:#006968}.ns-root .btn-grey{background-color:#5c687c;border-color:#5c687c;color:#fff}.ns-dark.ns-root .btn-grey{background-color:#5c687c;border-color:#5c687c;color:#fff}.ns-root .btn-lemon{background-color:#ffea00;border-color:#ffea00;color:#000}.ns-dark.ns-root .btn-lemon{background-color:#ffea00;border-color:#ffea00;color:#000}.ns-root .btn-lime{background-color:#aee406;border-color:#aee406;color:#000}.ns-dark.ns-root .btn-lime{background-color:#aee406;border-color:#aee406;color:#000}.ns-root .btn-orange{background-color:#f57c00;border-color:#f57c00;color:#000}.ns-dark.ns-root .btn-orange{background-color:#f57c00;border-color:#f57c00;color:#000}.ns-root .btn-purple{background-color:#8130ff;border-color:#8130ff;color:#fff}.ns-dark.ns-root .btn-purple{background-color:#8130ff;border-color:#8130ff;color:#fff}.ns-root .btn-ruby{background-color:#ff1744;border-color:#ff1744;color:#fff}.ns-dark.ns-root .btn-ruby{background-color:#ff1744;border-color:#ff1744;color:#fff}.ns-root .btn-sky{background-color:#30bcff;border-color:#30bcff;color:#fff}.ns-dark.ns-root .btn-sky{background-color:#30bcff;border-color:#30bcff;color:#fff}.page{color:#262626;background-color:#fff}.ns-dark .page{color:#fff;background-color:#303030}.activity-indicator{width:30;height:30}.segmented-bar{font-size:13;color:#262626;background-color:#fff}.ns-dark .segmented-bar{color:#fff;background-color:#303030}.progress{background-color:rgba(48,188,255,.1)}.ns-dark .progress{background-color:rgba(48,188,255,.1)}.slider{margin:20 16;background-color:#30bcff}.ns-dark .slider{background-color:#30bcff}.ns-android .slider{color:#30bcff}.ns-dark.ns-android .slider{color:#30bcff}.ns-ios .slider{margin:10 15}.slider[isEnabled=false]{background-color:#e0e0e0;color:#e0e0e0}.search-bar{color:#262626}.ns-dark .search-bar{color:#fff}.ns-android .switch{margin:14 16;color:#ccc;background-color:#ccc}.ns-dark.ns-android .switch{color:#636363;background-color:#636363}.ns-android .switch[checked=true]{color:#30bcff}.ns-dark.ns-android .switch[checked=true]{color:#30bcff}.ns-android .switch[isEnabled=false]{color:#e6e6e6}.ns-dark.ns-android .switch[isEnabled=false]{color:#4a4a4a}.ns-ios .switch{margin:8 15;background-color:#30bcff;off-background-color:#e6e6e6}.ns-dark.ns-ios .switch{background-color:#30bcff;off-background-color:#4a4a4a}.ns-ios .switch[isEnabled=false]{background-color:rgba(48,188,255,.4)}.ns-dark.ns-ios .switch[isEnabled=false]{background-color:rgba(48,188,255,.4)}.tab-view{tab-text-font-size:18;text-transform:capitalize;selected-tab-text-color:#262626;tab-background-color:#fff;tab-text-color:#abd5e9}.ns-dark .tab-view{selected-tab-text-color:#fff;tab-background-color:#303030;tab-text-color:#abd5e9}.tab-view.ns-dark{selected-tab-text-color:#fff;tab-background-color:#303030;tab-text-color:#abd5e9}.list-view{min-height:100;background-color:transparent}.list-view StackLayout{padding:8}.list-view .list-group-item{background-color:transparent;padding:8;margin:0}.list-view .list-group-item Label{padding:5;vertical-align:center}.list-view .list-group-item Image{stretch:aspectFit;margin-bottom:0}.list-view .list-group-item.active,.list-view .list-group-item:highlighted{background-color:#30bcff}.ns-dark .list-view .list-group-item.active,.ns-dark .list-view .list-group-item:highlighted{background-color:#30bcff}.list-view .thumb{stretch:fill;width:40;height:40;margin-right:16}.list-view .list-group-item-heading{margin-bottom:5}.list-view .list-group-item-text{color:#737373;font-size:14}.ns-dark .list-view .list-group-item-text{color:#b3b3b3}.list-view NTIcon,.list-view .nt-icon{font-size:20;width:56;height:100%;text-align:center}.side-drawer .sidedrawer-left,.side-drawer .sidedrawer-center{color:#262626;background:#fff}.ns-dark .side-drawer .sidedrawer-left,.ns-dark .side-drawer .sidedrawer-center{color:#fff;background:#303030}.side-drawer .sidedrawer-left .sidedrawer-header-brand,.side-drawer .sidedrawer-left .sidedrawer-header-image{horizontal-align:left}.side-drawer .sidedrawer-list-item{height:48;horizontal-align:left;width:100%;orientation:horizontal}.side-drawer .sidedrawer-list-item .sidedrawer-list-item-icon{margin:0 16 0 16;padding-top:6;width:24;text-align:center;font-size:20;height:48;vertical-align:center}.side-drawer .sidedrawer-list-item.active{color:#a8a8a8;background-color:#30bcff}.ns-dark .side-drawer .sidedrawer-list-item.active{color:#838383;background-color:#30bcff}.side-drawer .sidedrawer-list-item.active .sidedrawer-list-item-icon{color:#a8a8a8}.ns-dark .side-drawer .sidedrawer-list-item.active .sidedrawer-list-item-icon{color:#838383}.side-drawer .sidedrawer-list-item-text{horizontal-align:left;text-align:left;font-size:15;background-color:transparent;border-width:0;width:80%;vertical-align:center;padding-left:15}.side-drawer .sidedrawer-header{height:148;width:100%;padding:30 25;background:rgba(48,188,255,.15)}.ns-dark .side-drawer .sidedrawer-header{background:rgba(48,188,255,.15)}.side-drawer .sidedrawer-header Label{color:#262626;font-size:16;padding:0;vertical-align:center}.ns-dark .side-drawer .sidedrawer-header Label{color:#d4d4d4}.side-drawer .sidedrawer-header>Label{font-size:40;margin-right:15}.side-drawer .sidedrawer-header-image{height:74;width:74;border-radius:37;horizontal-align:center;margin-bottom:24}.side-drawer .sidedrawer-header-brand{horizontal-align:center;font-size:15}.side-drawer.ns-dark .sidedrawer-left,.side-drawer.ns-dark .sidedrawer-center{color:#fff;background:#303030}.side-drawer.ns-dark .sidedrawer-list-item.active{color:#838383;background-color:#30bcff}.side-drawer.ns-dark .sidedrawer-list-item.active .side-drawer.ns-dark .sidedrawer-list-item-icon{color:#838383}.side-drawer.ns-dark .sidedrawer-header{background:rgba(48,188,255,.15)}.side-drawer.ns-dark .sidedrawer-header Label{color:#d4d4d4}.form{font-family:"Roboto Regular";padding:16 0 10}.ns-ios .form{font-family:"SF UI Text Regular",system}.form .-center{horizontal-align:center}.form .nt-form__or-separator{margin:20 0}.form .nt-form__link{color:#30bcff}.ns-dark .form .nt-form__link{color:#30bcff}.form .nt-form__title{font-size:18}.form .nt-form__logo{margin:20 0;width:50%}.form .nt-form__validation-message{color:#d50000;margin:1 0 0;padding:0;height:19}.form .nt-form__footer{padding:0;horizontal-align:center}.form .nt-form__footer Button{width:50%;margin:5}.form[isEnabled=false] *{opacity:.7}.input.ng-valid{margin-bottom:20}.input.ng-invalid.ng-dirty{margin-bottom:0;border-color:#d50000}.input{color:#262626;placeholder-color:#737373;border-width:0 0 1;border-radius:0;background-color:transparent;font-size:16;padding:8 0 4;margin:5 16}.ns-dark .input{color:#fff;placeholder-color:#b3b3b3}.ns-ios .input{font-size:15}.input.input-rounded,.input.input-border{border-width:1;border-radius:4;padding:12 14}.input.input-rounded{border-radius:28}.input[isEnabled=false]{opacity:.5;color:#e0e0e0;background-color:#fff}.ns-dark .input[isEnabled=false]{color:#e0e0e0;background-color:#949494}.input{margin:10 0}DataFormEditorLabel,.input .label{font-size:16;color:#bababa}DataFormEditorLabel,.input .label,.input .input{margin:0 16}.input.input-sides{margin:0 0 10}.input.input-sides .label{margin:5 16}.action-bar{color:#262626;background-color:#515151;font-weight:bold;font-size:17;padding-top:0}.ns-dark .action-bar{color:#d4d4d4;background-color:#414141}.ns-android .action-bar{font-weight:500;font-size:20}.action-bar .action-bar-title{vertical-align:center}.action-bar .action-item{android-elevation:0;font-size:15;padding:12 3;margin:0;min-width:0;width:auto;border-width:0;text-transform:none;font-weight:normal}.ns-ios .action-bar .action-item,.ns-ios .action-bar .action-item:active{background-color:transparent}.ns-dark.ns-ios .action-bar .action-item,.ns-dark.ns-ios .action-bar .action-item:active{background-color:transparent}.action-bar .action-item:active{opacity:.7;color:#262626}.ns-dark .action-bar .action-item:active{color:#d4d4d4}.action-bar>Label{font-weight:bold;font-size:17}.ns-statusbar-transparent Page>.action-bar{padding-top:24}.ns-modal .ns-statusbar-transparent Page>.action-bar{padding-top:0}
/*!
* NativeScript Theme v2.0.11 (https://nativescript.org)
* NativeScript Theme v2.0.12 (https://nativescript.org)
* Copyright 2016-2016 The Theme Authors
* Copyright 2016-2019 Progress Software
* Licensed under Apache 2.0 (https://github.com/NativeScript/theme/blob/master/LICENSE)
*/.c-white{color:#fff}.c-bg-white{background-color:#fff}.c-black{color:#000}.c-bg-black{background-color:#000}.c-aqua{color:#00caab}.c-bg-aqua{background-color:#00caab}.c-blue{color:#3d5afe}.c-bg-blue{background-color:#3d5afe}.c-charcoal{color:#303030}.c-bg-charcoal{background-color:#303030}.c-brown{color:#795548}.c-bg-brown{background-color:#795548}.c-forest{color:#006968}.c-bg-forest{background-color:#006968}.c-grey{color:#e0e0e0}.c-bg-grey{background-color:#e0e0e0}.c-grey-light{color:#bababa}.c-bg-grey-light{background-color:#bababa}.c-grey-dark{color:#5c687c}.c-bg-grey-dark{background-color:#5c687c}.c-purple{color:#8130ff}.c-bg-purple{background-color:#8130ff}.c-lemon{color:#ffea00}.c-bg-lemon{background-color:#ffea00}.c-lime{color:#aee406}.c-bg-lime{background-color:#aee406}.c-orange{color:#f57c00}.c-bg-orange{background-color:#f57c00}.c-ruby{color:#ff1744}.c-bg-ruby{background-color:#ff1744}.c-sky{color:#30bcff}.c-bg-sky{background-color:#30bcff}.w-full{width:100%}.w-100{width:100}.h-full{height:100%}.h-100{height:100}.m-0{margin:0}.m-t-0{margin-top:0}.m-r-0{margin-right:0}.m-b-0{margin-bottom:0}.m-l-0{margin-left:0}.m-x-0{margin-right:0;margin-left:0}.m-y-0{margin-top:0;margin-bottom:0}.m-2{margin:2}.m-t-2{margin-top:2}.m-r-2{margin-right:2}.m-b-2{margin-bottom:2}.m-l-2{margin-left:2}.m-x-2{margin-right:2;margin-left:2}.m-y-2{margin-top:2;margin-bottom:2}.m-4{margin:4}.m-t-4{margin-top:4}.m-r-4{margin-right:4}.m-b-4{margin-bottom:4}.m-l-4{margin-left:4}.m-x-4{margin-right:4;margin-left:4}.m-y-4{margin-top:4;margin-bottom:4}.m-5{margin:5}.m-t-5{margin-top:5}.m-r-5{margin-right:5}.m-b-5{margin-bottom:5}.m-l-5{margin-left:5}.m-x-5{margin-right:5;margin-left:5}.m-y-5{margin-top:5;margin-bottom:5}.m-8{margin:8}.m-t-8{margin-top:8}.m-r-8{margin-right:8}.m-b-8{margin-bottom:8}.m-l-8{margin-left:8}.m-x-8{margin-right:8;margin-left:8}.m-y-8{margin-top:8;margin-bottom:8}.m-10{margin:10}.m-t-10{margin-top:10}.m-r-10{margin-right:10}.m-b-10{margin-bottom:10}.m-l-10{margin-left:10}.m-x-10{margin-right:10;margin-left:10}.m-y-10{margin-top:10;margin-bottom:10}.m-12{margin:12}.m-t-12{margin-top:12}.m-r-12{margin-right:12}.m-b-12{margin-bottom:12}.m-l-12{margin-left:12}.m-x-12{margin-right:12;margin-left:12}.m-y-12{margin-top:12;margin-bottom:12}.m-15{margin:15}.m-t-15{margin-top:15}.m-r-15{margin-right:15}.m-b-15{margin-bottom:15}.m-l-15{margin-left:15}.m-x-15{margin-right:15;margin-left:15}.m-y-15{margin-top:15;margin-bottom:15}.m-16{margin:16}.m-t-16{margin-top:16}.m-r-16{margin-right:16}.m-b-16{margin-bottom:16}.m-l-16{margin-left:16}.m-x-16{margin-right:16;margin-left:16}.m-y-16{margin-top:16;margin-bottom:16}.m-20{margin:20}.m-t-20{margin-top:20}.m-r-20{margin-right:20}.m-b-20{margin-bottom:20}.m-l-20{margin-left:20}.m-x-20{margin-right:20;margin-left:20}.m-y-20{margin-top:20;margin-bottom:20}.m-24{margin:24}.m-t-24{margin-top:24}.m-r-24{margin-right:24}.m-b-24{margin-bottom:24}.m-l-24{margin-left:24}.m-x-24{margin-right:24;margin-left:24}.m-y-24{margin-top:24;margin-bottom:24}.m-25{margin:25}.m-t-25{margin-top:25}.m-r-25{margin-right:25}.m-b-25{margin-bottom:25}.m-l-25{margin-left:25}.m-x-25{margin-right:25;margin-left:25}.m-y-25{margin-top:25;margin-bottom:25}.m-28{margin:28}.m-t-28{margin-top:28}.m-r-28{margin-right:28}.m-b-28{margin-bottom:28}.m-l-28{margin-left:28}.m-x-28{margin-right:28;margin-left:28}.m-y-28{margin-top:28;margin-bottom:28}.m-30{margin:30}.m-t-30{margin-top:30}.m-r-30{margin-right:30}.m-b-30{margin-bottom:30}.m-l-30{margin-left:30}.m-x-30{margin-right:30;margin-left:30}.m-y-30{margin-top:30;margin-bottom:30}.p-0{padding:0}.p-t-0{padding-top:0}.p-r-0{padding-right:0}.p-b-0{padding-bottom:0}.p-l-0{padding-left:0}.p-x-0{padding-right:0;padding-left:0}.p-y-0{padding-top:0;padding-bottom:0}.p-2{padding:2}.p-t-2{padding-top:2}.p-r-2{padding-right:2}.p-b-2{padding-bottom:2}.p-l-2{padding-left:2}.p-x-2{padding-right:2;padding-left:2}.p-y-2{padding-top:2;padding-bottom:2}.p-4{padding:4}.p-t-4{padding-top:4}.p-r-4{padding-right:4}.p-b-4{padding-bottom:4}.p-l-4{padding-left:4}.p-x-4{padding-right:4;padding-left:4}.p-y-4{padding-top:4;padding-bottom:4}.p-5{padding:5}.p-t-5{padding-top:5}.p-r-5{padding-right:5}.p-b-5{padding-bottom:5}.p-l-5{padding-left:5}.p-x-5{padding-right:5;padding-left:5}.p-y-5{padding-top:5;padding-bottom:5}.p-8{padding:8}.p-t-8{padding-top:8}.p-r-8{padding-right:8}.p-b-8{padding-bottom:8}.p-l-8{padding-left:8}.p-x-8{padding-right:8;padding-left:8}.p-y-8{padding-top:8;padding-bottom:8}.p-10{padding:10}.p-t-10{padding-top:10}.p-r-10{padding-right:10}.p-b-10{padding-bottom:10}.p-l-10{padding-left:10}.p-x-10{padding-right:10;padding-left:10}.p-y-10{padding-top:10;padding-bottom:10}.p-12{padding:12}.p-t-12{padding-top:12}.p-r-12{padding-right:12}.p-b-12{padding-bottom:12}.p-l-12{padding-left:12}.p-x-12{padding-right:12;padding-left:12}.p-y-12{padding-top:12;padding-bottom:12}.p-15{padding:15}.p-t-15{padding-top:15}.p-r-15{padding-right:15}.p-b-15{padding-bottom:15}.p-l-15{padding-left:15}.p-x-15{padding-right:15;padding-left:15}.p-y-15{padding-top:15;padding-bottom:15}.p-16{padding:16}.p-t-16{padding-top:16}.p-r-16{padding-right:16}.p-b-16{padding-bottom:16}.p-l-16{padding-left:16}.p-x-16{padding-right:16;padding-left:16}.p-y-16{padding-top:16;padding-bottom:16}.p-20{padding:20}.p-t-20{padding-top:20}.p-r-20{padding-right:20}.p-b-20{padding-bottom:20}.p-l-20{padding-left:20}.p-x-20{padding-right:20;padding-left:20}.p-y-20{padding-top:20;padding-bottom:20}.p-24{padding:24}.p-t-24{padding-top:24}.p-r-24{padding-right:24}.p-b-24{padding-bottom:24}.p-l-24{padding-left:24}.p-x-24{padding-right:24;padding-left:24}.p-y-24{padding-top:24;padding-bottom:24}.p-25{padding:25}.p-t-25{padding-top:25}.p-r-25{padding-right:25}.p-b-25{padding-bottom:25}.p-l-25{padding-left:25}.p-x-25{padding-right:25;padding-left:25}.p-y-25{padding-top:25;padding-bottom:25}.p-28{padding:28}.p-t-28{padding-top:28}.p-r-28{padding-right:28}.p-b-28{padding-bottom:28}.p-l-28{padding-left:28}.p-x-28{padding-right:28;padding-left:28}.p-y-28{padding-top:28;padding-bottom:28}.p-30{padding:30}.p-t-30{padding-top:30}.p-r-30{padding-right:30}.p-b-30{padding-bottom:30}.p-l-30{padding-left:30}.p-x-30{padding-right:30;padding-left:30}.p-y-30{padding-top:30;padding-bottom:30}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.font-weight-normal{font-weight:normal}.font-weight-bold{font-weight:bold}.font-italic{font-style:italic}.t-10{font-size:10}.t-12{font-size:12}.t-14{font-size:14}.t-15{font-size:15}.t-16{font-size:16}.t-17{font-size:17}.t-18{font-size:18}.t-19{font-size:19}.t-20{font-size:20}.t-25{font-size:25}.t-30{font-size:30}.img-rounded{border-radius:5}.img-circle{border-radius:20}.img-thumbnail{border-radius:0}.invisible{visibility:collapse}.pull-left{horizontal-align:left}.pull-right{horizontal-align:right}.m-x-auto{horizontal-align:center}.m-y-auto{vertical-align:center}.text-primary{color:#30bcff}.text-danger{color:#d50000}.bg-primary{background-color:#30bcff;color:#fff}.bg-danger{background-color:#d50000;color:#fff}.fa{font-family:FontAwesome,fontawesome-webfont}.ns-root{color:#262626;font-family:"Roboto Medium";font-size:14}.ns-dark .ns-root{color:#fff}.ns-ios{font-family:"SF UI Text Medium",system;font-size:15}.-hidden,.hidden{visibility:collapsed}.-rounded,.rounded{border-radius:3}.hr{height:1;width:100%;margin:9 0 10;border-width:0 0 1;border-style:solid}.h1,.h2,.h3,.h4,.h5,.h6{margin-bottom:4;font-weight:normal;color:#262626}.ns-dark .h1,.ns-dark .h2,.ns-dark .h3,.ns-dark .h4,.ns-dark .h5,.ns-dark .h6{color:#fff}.body,.body2,.footnote{color:#737373;font-weight:normal}.ns-dark .body,.ns-dark .body2,.ns-dark .footnote{color:#b3b3b3}.h1{font-size:32}.h2{font-size:22}.h3{font-size:15}.h4{font-size:12}.h5{font-size:11}.h6{font-size:10}.body{font-size:14}.body2{font-size:17}.footnote{font-size:13}.ns-android .h1{font-size:34}.ns-android .h2{font-size:24}.ns-android .h3{font-size:16}.ns-android .h5{font-size:11;font-weight:bold}.ns-android .body2{font-size:14;font-weight:500}.text-muted{color:#ace4ff}.ns-dark .text-muted{color:#306883}Label>*,Label>*>*,Button>*,Button>*>*,TextField>*,TextField>*>*,TextView>*,TextView>*>*{background-color:transparent}Image,ListView,RadListView{min-height:100}Image{margin-bottom:20}NTIcon,.nt-icon{font-size:16}ActionBar,NTActionBar,.nt-action-bar{color:#262626;background-color:#515151;font-weight:bold;font-size:17;padding-top:0}.ns-dark ActionBar,.ns-dark NTActionBar,.ns-dark .nt-action-bar{color:#d4d4d4}.ns-dark ActionBar,.ns-dark NTActionBar,.ns-dark .nt-action-bar{background-color:#414141}.ns-android ActionBar,.ns-android NTActionBar,.ns-android .nt-action-bar{font-weight:500;font-size:20}ActionBar NTIcon,ActionBar Label,ActionBar Button,ActionBar .nt-action-bar__item,NTActionBar NTIcon,NTActionBar Label,NTActionBar Button,NTActionBar .nt-action-bar__item,.nt-action-bar NTIcon,.nt-action-bar Label,.nt-action-bar Button,.nt-action-bar .nt-action-bar__item{android-elevation:0;font-size:15;padding:12 3;margin:0;min-width:0;width:auto;border-width:0;text-transform:none;font-weight:normal}ActionBar NTIcon:active,ActionBar Label:active,ActionBar Button:active,ActionBar .nt-action-bar__item:active,NTActionBar NTIcon:active,NTActionBar Label:active,NTActionBar Button:active,NTActionBar .nt-action-bar__item:active,.nt-action-bar NTIcon:active,.nt-action-bar Label:active,.nt-action-bar Button:active,.nt-action-bar .nt-action-bar__item:active{android-elevation:0;background-color:transparent}.ns-statusbar-transparent Page>ActionBar,.ns-statusbar-transparent Page>NTActionBar,.ns-statusbar-transparent Page>.nt-action-bar{padding-top:24}.ns-modal .ns-statusbar-transparent Page>ActionBar,.ns-modal .ns-statusbar-transparent Page>NTActionBar,.ns-modal .ns-statusbar-transparent Page>.nt-action-bar{padding-top:0}.ns-android ActionBar Button,.ns-android ActionBar .nt-button,.ns-android NTActionBar Button,.ns-android NTActionBar .nt-button,.ns-android .nt-action-bar Button,.ns-android .nt-action-bar .nt-button{border-radius:1;padding:12 6}.ns-android ActionBar Button:active,.ns-android ActionBar .nt-button:active,.ns-android NTActionBar Button:active,.ns-android NTActionBar .nt-button:active,.ns-android .nt-action-bar Button:active,.ns-android .nt-action-bar .nt-button:active{opacity:.7}ActionBar Button,ActionBar .nt-button,NTActionBar Button,NTActionBar .nt-button,.nt-action-bar Button,.nt-action-bar .nt-button{background-color:#515151;android-elevation:0;android-dynamic-elevation-offset:0}.ns-dark ActionBar Button,.ns-dark ActionBar .nt-button,.ns-dark NTActionBar Button,.ns-dark NTActionBar .nt-button,.ns-dark .nt-action-bar Button,.ns-dark .nt-action-bar .nt-button{background-color:#414141}.ns-ios.ns-root ActionBar Button,.ns-ios.ns-root ActionBar .nt-button,.ns-ios.ns-root NTActionBar Button,.ns-ios.ns-root NTActionBar .nt-button,.ns-ios.ns-root .nt-action-bar Button,.ns-ios.ns-root .nt-action-bar .nt-button{background-color:transparent}.ns-ios ActionBar NTIcon:active,.ns-ios ActionBar Label:active,.ns-ios ActionBar Button:active,.ns-ios ActionBar .nt-action-bar__item:active,.ns-android ActionBar NTIcon:active,.ns-android ActionBar Label:active,.ns-android ActionBar Button:active,.ns-android ActionBar .nt-action-bar__item:active,.ns-ios NTActionBar NTIcon:active,.ns-ios NTActionBar Label:active,.ns-ios NTActionBar Button:active,.ns-ios NTActionBar .nt-action-bar__item:active,.ns-android NTActionBar NTIcon:active,.ns-android NTActionBar Label:active,.ns-android NTActionBar Button:active,.ns-android NTActionBar .nt-action-bar__item:active,.ns-ios .nt-action-bar NTIcon:active,.ns-ios .nt-action-bar Label:active,.ns-ios .nt-action-bar Button:active,.ns-ios .nt-action-bar .nt-action-bar__item:active,.ns-android .nt-action-bar NTIcon:active,.ns-android .nt-action-bar Label:active,.ns-android .nt-action-bar Button:active,.ns-android .nt-action-bar .nt-action-bar__item:active{color:#262626}.ns-dark .ns-ios ActionBar NTIcon:active,.ns-dark .ns-ios ActionBar Label:active,.ns-dark .ns-ios ActionBar Button:active,.ns-dark .ns-ios ActionBar .nt-action-bar__item:active,.ns-dark .ns-android ActionBar NTIcon:active,.ns-dark .ns-android ActionBar Label:active,.ns-dark .ns-android ActionBar Button:active,.ns-dark .ns-android ActionBar .nt-action-bar__item:active,.ns-dark .ns-ios NTActionBar NTIcon:active,.ns-dark .ns-ios NTActionBar Label:active,.ns-dark .ns-ios NTActionBar Button:active,.ns-dark .ns-ios NTActionBar .nt-action-bar__item:active,.ns-dark .ns-android NTActionBar NTIcon:active,.ns-dark .ns-android NTActionBar Label:active,.ns-dark .ns-android NTActionBar Button:active,.ns-dark .ns-android NTActionBar .nt-action-bar__item:active,.ns-dark .ns-ios .nt-action-bar NTIcon:active,.ns-dark .ns-ios .nt-action-bar Label:active,.ns-dark .ns-ios .nt-action-bar Button:active,.ns-dark .ns-ios .nt-action-bar .nt-action-bar__item:active,.ns-dark .ns-android .nt-action-bar NTIcon:active,.ns-dark .ns-android .nt-action-bar Label:active,.ns-dark .ns-android .nt-action-bar Button:active,.ns-dark .ns-android .nt-action-bar .nt-action-bar__item:active{color:#d4d4d4}Button,.nt-button{text-transform:none;border-color:transparent;min-width:64;height:52;padding:0 0 0 0;font-size:18;margin:8 16 8 16}.ns-ios Button,.ns-ios .nt-button{height:40;border-width:0;font-size:15}.ns-android Button,.ns-android .nt-button{margin:4 12}Button.-outline,.nt-button.-outline{height:40;border-width:1}.ns-android Button.-outline,.ns-android .nt-button.-outline{margin:8 16}Button.-rounded-sm,Button.-rounded-lg,.nt-button.-rounded-sm,.nt-button.-rounded-lg{height:40;border-radius:2}.ns-ios Button.-rounded-sm,.ns-ios Button.-rounded-lg,.ns-ios .nt-button.-rounded-sm,.ns-ios .nt-button.-rounded-lg{border-radius:4}.ns-android Button.-rounded-sm,.ns-android Button.-rounded-lg,.ns-android .nt-button.-rounded-sm,.ns-android .nt-button.-rounded-lg{margin:8 16}Button.-rounded-lg,.nt-button.-rounded-lg{border-radius:40}Button[isEnabled=false],.nt-button[isEnabled=false]{opacity:.5}Button.-simple,.nt-button.-simple{android-elevation:0;android-dynamic-elevation-offset:0}.ns-root Button.-aqua,.ns-root .nt-button.-aqua{background-color:#00caab;border-color:#00caab;color:#fdffff}.ns-root.ns-dark Button.-aqua,.ns-root.ns-dark .nt-button.-aqua{background-color:#00caab;border-color:#00caab;color:#fdffff}.ns-root Button.-blue,.ns-root .nt-button.-blue{background-color:#3d5afe;border-color:#3d5afe;color:#fff}.ns-root.ns-dark Button.-blue,.ns-root.ns-dark .nt-button.-blue{background-color:#3d5afe;border-color:#3d5afe;color:#fff}.ns-root Button.-brown,.ns-root .nt-button.-brown{background-color:#795548;border-color:#795548;color:#fbf9f8}.ns-root.ns-dark Button.-brown,.ns-root.ns-dark .nt-button.-brown{background-color:#795548;border-color:#795548;color:#fbf9f8}.ns-root Button.-forest,.ns-root .nt-button.-forest{background-color:#006968;border-color:#006968;color:#9cfffe}.ns-root.ns-dark Button.-forest,.ns-root.ns-dark .nt-button.-forest{background-color:#006968;border-color:#006968;color:#9cfffe}.ns-root Button.-grey,.ns-root .nt-button.-grey{background-color:#5c687c;border-color:#5c687c;color:#fff}.ns-root.ns-dark Button.-grey,.ns-root.ns-dark .nt-button.-grey{background-color:#5c687c;border-color:#5c687c;color:#fff}.ns-root Button.-lemon,.ns-root .nt-button.-lemon{background-color:#ffea00;border-color:#ffea00;color:#000}.ns-root.ns-dark Button.-lemon,.ns-root.ns-dark .nt-button.-lemon{background-color:#ffea00;border-color:#ffea00;color:#000}.ns-root Button.-lime,.ns-root .nt-button.-lime{background-color:#aee406;border-color:#aee406;color:#000}.ns-root.ns-dark Button.-lime,.ns-root.ns-dark .nt-button.-lime{background-color:#aee406;border-color:#aee406;color:#000}.ns-root Button.-orange,.ns-root .nt-button.-orange{background-color:#f57c00;border-color:#f57c00;color:#000}.ns-root.ns-dark Button.-orange,.ns-root.ns-dark .nt-button.-orange{background-color:#f57c00;border-color:#f57c00;color:#000}.ns-root Button.-purple,.ns-root .nt-button.-purple{background-color:#8130ff;border-color:#8130ff;color:#fff}.ns-root.ns-dark Button.-purple,.ns-root.ns-dark .nt-button.-purple{background-color:#8130ff;border-color:#8130ff;color:#fff}.ns-root Button.-ruby,.ns-root .nt-button.-ruby{background-color:#ff1744;border-color:#ff1744;color:#fff}.ns-root.ns-dark Button.-ruby,.ns-root.ns-dark .nt-button.-ruby{background-color:#ff1744;border-color:#ff1744;color:#fff}.ns-root Button.-sky,.ns-root .nt-button.-sky{background-color:#30bcff;border-color:#30bcff;color:#fff}.ns-root.ns-dark Button.-sky,.ns-root.ns-dark .nt-button.-sky{background-color:#30bcff;border-color:#30bcff;color:#fff}Page,.nt-page{color:#262626;background-color:#fff}.ns-dark Page,.ns-dark .nt-page{color:#fff}.ns-dark Page,.ns-dark .nt-page{background-color:#303030}ActivityIndicator,.nt-activity-indicator{width:30;height:30}SegmentedBar,.nt-segmented-bar{font-size:13;color:#262626;background-color:#fff}.ns-dark SegmentedBar,.ns-dark .nt-segmented-bar{color:#fff}.ns-dark SegmentedBar,.ns-dark .nt-segmented-bar{background-color:#303030}Progress,.nt-progress{background-color:rgba(48,188,255,.1)}.ns-dark Progress,.ns-dark .nt-progress{background-color:rgba(48,188,255,.1)}Slider,.nt-slider{margin:20 16;background-color:#30bcff}.ns-dark Slider,.ns-dark .nt-slider{background-color:#30bcff}.ns-android Slider,.ns-android .nt-slider{color:#30bcff}.ns-dark .ns-android Slider,.ns-dark .ns-android .nt-slider{color:#30bcff}.ns-ios Slider,.ns-ios .nt-slider{margin:10 15}Slider[isEnabled=false],.nt-slider[isEnabled=false]{background-color:#e0e0e0;color:#e0e0e0}SearchBar,.nt-search-bar{color:#262626}.ns-dark SearchBar,.ns-dark .nt-search-bar{color:#fff}.ns-android Switch,.ns-android .nt-switch{margin:14 16;color:#ccc;background-color:#ccc}.ns-dark .ns-android Switch,.ns-dark .ns-android .nt-switch{color:#636363}.ns-dark .ns-android Switch,.ns-dark .ns-android .nt-switch{background-color:#636363}.ns-android Switch[checked=true],.ns-android .nt-switch[checked=true]{color:#30bcff}.ns-dark .ns-android Switch[checked=true],.ns-dark .ns-android .nt-switch[checked=true]{color:#30bcff}.ns-android Switch[isEnabled=false],.ns-android .nt-switch[isEnabled=false]{color:#e6e6e6}.ns-dark .ns-android Switch[isEnabled=false],.ns-dark .ns-android .nt-switch[isEnabled=false]{color:#4a4a4a}.ns-ios Switch,.ns-ios .nt-switch{margin:8 15;color:#fff;background-color:#30bcff;off-background-color:#e6e6e6}.ns-dark .ns-ios Switch,.ns-dark .ns-ios .nt-switch{background-color:#30bcff}.ns-dark .ns-ios Switch,.ns-dark .ns-ios .nt-switch{off-background-color:#4a4a4a}.ns-ios Switch[isEnabled=false],.ns-ios .nt-switch[isEnabled=false]{background-color:rgba(48,188,255,.4)}.ns-dark .ns-ios Switch[isEnabled=false],.ns-dark .ns-ios .nt-switch[isEnabled=false]{background-color:rgba(48,188,255,.4)}TabView,.nt-tab-view{tab-text-font-size:18;text-transform:capitalize;selected-tab-text-color:#262626;tab-background-color:#fff;tab-text-color:#7aa4b8}.ns-dark TabView,.ns-dark .nt-tab-view{selected-tab-text-color:#fff}.ns-dark TabView,.ns-dark .nt-tab-view{tab-background-color:#303030}.ns-dark TabView,.ns-dark .nt-tab-view{tab-text-color:#7aa4b8}TabView.ns-dark,.nt-tab-view.ns-dark{selected-tab-text-color:#fff;tab-background-color:#303030;tab-text-color:#7aa4b8}TabStripItem,.nt-tab-strip__item{color:#262626}.ns-dark TabStripItem,.ns-dark .nt-tab-strip__item{color:#fff}TabStrip,.nt-tab-strip{background:#f2f2f2}.ns-dark TabStrip,.ns-dark .nt-tab-strip{background:#3a3a3a}TabContentItem,.nt-tab-content__item{background:#fff}.ns-dark TabContentItem,.ns-dark .nt-tab-content__item{background:#303030}BottomNavigation,.nt-bottom-navigation{font-size:14}ListView,RadListView,.nt-list-view{min-height:100;background-color:transparent;separator-color:#ccc}ListView StackLayout,RadListView StackLayout,.nt-list-view StackLayout{padding:8}ListView>*,RadListView>*,.nt-list-view>*{background-color:transparent;padding:8;margin:0}ListView>* Label,RadListView>* Label,.nt-list-view>* Label{padding:5;vertical-align:center}ListView>* Image,RadListView>* Image,.nt-list-view>* Image{stretch:aspectFit;margin-bottom:0}ListView>*.active,ListView>*:highlighted,RadListView>*.active,RadListView>*:highlighted,.nt-list-view>*.active,.nt-list-view>*:highlighted{background-color:#30bcff}.ns-dark ListView>*.active,.ns-dark ListView>*:highlighted,.ns-dark RadListView>*.active,.ns-dark RadListView>*:highlighted,.ns-dark .nt-list-view>*.active,.ns-dark .nt-list-view>*:highlighted{background-color:#30bcff}ListView.-single-col-cards Image,RadListView.-single-col-cards Image,.nt-list-view.-single-col-cards Image{width:100%;height:200}ListView.-two-col-cards Image,RadListView.-two-col-cards Image,.nt-list-view.-two-col-cards Image{height:100}.ns-ios ListView.-two-col-cards>StackLayout,.ns-ios RadListView.-two-col-cards>StackLayout,.ns-ios .nt-list-view.-two-col-cards>StackLayout{width:50%}.ns-ios ListView.-two-col-cards>StackLayout Image,.ns-ios RadListView.-two-col-cards>StackLayout Image,.ns-ios .nt-list-view.-two-col-cards>StackLayout Image{horizontal-align:left;width:100%}ListView.-two-lines-image Image,ListView.-single-line-image Image,RadListView.-two-lines-image Image,RadListView.-single-line-image Image,.nt-list-view.-two-lines-image Image,.nt-list-view.-single-line-image Image{width:60;height:60;margin-right:10;margin-bottom:0}ListView .-separator,RadListView .-separator,.nt-list-view .-separator{border-bottom-width:1;border-bottom-color:#ccc}.ns-dark ListView .-separator,.ns-dark RadListView .-separator,.ns-dark .nt-list-view .-separator{border-bottom-color:#636363}.ns-dark ListView,.ns-dark RadListView,.ns-dark .nt-list-view{separator-color:#636363}ListView .nt-list-view__delete,RadListView .nt-list-view__delete,.nt-list-view .nt-list-view__delete{background-color:#d50000;padding:0 10}.ns-ios ListView .nt-list-view__delete,.ns-ios RadListView .nt-list-view__delete,.ns-ios .nt-list-view .nt-list-view__delete{padding:0 10 0 25}ListView .nt-list-view__delete>Label,RadListView .nt-list-view__delete>Label,.nt-list-view .nt-list-view__delete>Label{color:#262626;horizontal-align:center;vertical-align:center;text-transform:capitalize}.ns-dark ListView .nt-list-view__delete>Label,.ns-dark RadListView .nt-list-view__delete>Label,.ns-dark .nt-list-view .nt-list-view__delete>Label{color:#fff}ListView NTIcon,ListView .nt-icon,RadListView NTIcon,RadListView .nt-icon,.nt-list-view NTIcon,.nt-list-view .nt-icon{font-size:20;width:56;height:100%;text-align:center}RadSideDrawer>*,RadSideDrawer .nt-drawer__content,.nt-drawer>*,.nt-drawer .nt-drawer__content{background:#fff}.ns-dark RadSideDrawer>*,.ns-dark RadSideDrawer .nt-drawer__content,.ns-dark .nt-drawer>*,.ns-dark .nt-drawer .nt-drawer__content{background:#303030}RadSideDrawer .nt-drawer__header,.nt-drawer .nt-drawer__header{height:148;width:100%;padding:30 25;background:rgba(48,188,255,.15)}.ns-dark RadSideDrawer .nt-drawer__header,.ns-dark .nt-drawer .nt-drawer__header{background:rgba(48,188,255,.15)}RadSideDrawer .nt-drawer__header Label,.nt-drawer .nt-drawer__header Label{color:#262626;font-size:16;padding:0;vertical-align:center}.ns-dark RadSideDrawer .nt-drawer__header Label,.ns-dark .nt-drawer .nt-drawer__header Label{color:#d4d4d4}RadSideDrawer .nt-drawer__header>Label,.nt-drawer .nt-drawer__header>Label{font-size:40;margin-right:15}RadSideDrawer .nt-drawer__header-image,.nt-drawer .nt-drawer__header-image{height:74;width:74;border-radius:37;horizontal-align:center;margin-bottom:24}RadSideDrawer .nt-drawer__header-brand,.nt-drawer .nt-drawer__header-brand{horizontal-align:center;font-size:15}RadSideDrawer.ns-dark>*,RadSideDrawer.ns-dark .nt-drawer__content,.nt-drawer.ns-dark>*,.nt-drawer.ns-dark .nt-drawer__content{background:#303030}RadSideDrawer.ns-dark .nt-drawer__header,.nt-drawer.ns-dark .nt-drawer__header{background:rgba(48,188,255,.15)}RadSideDrawer.ns-dark .nt-drawer__header Label,.nt-drawer.ns-dark .nt-drawer__header Label{color:#d4d4d4}Form,.nt-form{font-family:"Roboto Regular";padding:16 0 10}.ns-ios Form,.ns-ios .nt-form{font-family:"SF UI Text Regular",system}Form .-center,.nt-form .-center{horizontal-align:center}Form .nt-form__or-separator,.nt-form .nt-form__or-separator{margin:20 0}Form .nt-form__link,.nt-form .nt-form__link{color:#30bcff}.ns-dark Form .nt-form__link,.ns-dark .nt-form .nt-form__link{color:#30bcff}Form .nt-form__title,.nt-form .nt-form__title{font-size:18}Form .nt-form__logo,.nt-form .nt-form__logo{margin:20 0;width:50%}Form .nt-form__validation-message,.nt-form .nt-form__validation-message{color:#d50000;margin:1 0 0;padding:0;height:19}Form .nt-form__footer,.nt-form .nt-form__footer{padding:0;horizontal-align:center}Form .nt-form__footer Button,.nt-form .nt-form__footer Button{width:50%;margin:5}Form[isEnabled=false] *,.nt-form[isEnabled=false] *{opacity:.7}TextView.ng-valid,TextField.ng-valid,PickerField.ng-valid,DatePickerField.ng-valid,TimePickerField.ng-valid,RadAutoCompleteTextView.ng-valid{margin-bottom:20}TextView.ng-invalid.ng-dirty,TextField.ng-invalid.ng-dirty,PickerField.ng-invalid.ng-dirty,DatePickerField.ng-invalid.ng-dirty,TimePickerField.ng-invalid.ng-dirty,RadAutoCompleteTextView.ng-invalid.ng-dirty{margin-bottom:0;border-color:#d50000}TextView,TextField,PickerField,DatePickerField,TimePickerField,DateTimePickerFields,DataFormEditorCore,RadAutoCompleteTextView{color:#262626;placeholder-color:#737373;border-width:0 0 1;border-radius:0;background-color:transparent;font-size:16;padding:8 0 4;margin:5 16}.ns-dark TextView,.ns-dark TextField,.ns-dark PickerField,.ns-dark DatePickerField,.ns-dark TimePickerField,.ns-dark DateTimePickerFields,.ns-dark DataFormEditorCore,.ns-dark RadAutoCompleteTextView{color:#fff}.ns-dark TextView,.ns-dark TextField,.ns-dark PickerField,.ns-dark DatePickerField,.ns-dark TimePickerField,.ns-dark DateTimePickerFields,.ns-dark DataFormEditorCore,.ns-dark RadAutoCompleteTextView{placeholder-color:#b3b3b3}.ns-ios TextView,.ns-ios TextField,.ns-ios PickerField,.ns-ios DatePickerField,.ns-ios TimePickerField,.ns-ios DateTimePickerFields,.ns-ios DataFormEditorCore,.ns-ios RadAutoCompleteTextView{font-size:15}TextView.-rounded,TextView.-border,TextField.-rounded,TextField.-border,PickerField.-rounded,PickerField.-border,DatePickerField.-rounded,DatePickerField.-border,TimePickerField.-rounded,TimePickerField.-border,DateTimePickerFields.-rounded,DateTimePickerFields.-border,DataFormEditorCore.-rounded,DataFormEditorCore.-border,RadAutoCompleteTextView.-rounded,RadAutoCompleteTextView.-border{border-width:1;border-radius:4;padding:12 14}TextView.-rounded,TextField.-rounded,PickerField.-rounded,DatePickerField.-rounded,TimePickerField.-rounded,DateTimePickerFields.-rounded,DataFormEditorCore.-rounded,RadAutoCompleteTextView.-rounded{border-radius:28}TextView[isEnabled=false],TextField[isEnabled=false],PickerField[isEnabled=false],DatePickerField[isEnabled=false],TimePickerField[isEnabled=false],DateTimePickerFields[isEnabled=false],DataFormEditorCore[isEnabled=false],RadAutoCompleteTextView[isEnabled=false]{opacity:.5;color:#999;background-color:#e6e6e6}.ns-dark TextView[isEnabled=false],.ns-dark TextField[isEnabled=false],.ns-dark PickerField[isEnabled=false],.ns-dark DatePickerField[isEnabled=false],.ns-dark TimePickerField[isEnabled=false],.ns-dark DateTimePickerFields[isEnabled=false],.ns-dark DataFormEditorCore[isEnabled=false],.ns-dark RadAutoCompleteTextView[isEnabled=false]{color:#999}.ns-dark TextView[isEnabled=false],.ns-dark TextField[isEnabled=false],.ns-dark PickerField[isEnabled=false],.ns-dark DatePickerField[isEnabled=false],.ns-dark TimePickerField[isEnabled=false],.ns-dark DateTimePickerFields[isEnabled=false],.ns-dark DataFormEditorCore[isEnabled=false],.ns-dark RadAutoCompleteTextView[isEnabled=false]{background-color:#4d4d4d}Label,DataFormEditorLabel{color:#262626;padding:2 0}.ns-dark Label,.ns-dark DataFormEditorLabel{color:#fff}TextView{min-height:100}RadAutoCompleteTextView{padding:0}RadAutoCompleteTextView Token{background-color:#96ddff;border-radius:50%}.ns-dark RadAutoCompleteTextView Token{background-color:#0088c9}RadAutoCompleteTextView Token .ns-android TokenClearButton{width:18;height:18;border-radius:50%;opacity:.6}RadAutoCompleteTextView SuggestionView{color:#262626;background-color:#fff}.ns-dark RadAutoCompleteTextView SuggestionView{color:#fff}.ns-dark RadAutoCompleteTextView SuggestionView{background-color:#303030}DataFormEditorCore,PickerField,DatePickerField,TimePickerField,DateTimePickerFields,RadAutoCompleteTextView{background-color:#fff;background-repeat:no-repeat;background-position:right center;background-color:transparent}.ns-dark DataFormEditorCore,.ns-dark PickerField,.ns-dark DatePickerField,.ns-dark TimePickerField,.ns-dark DateTimePickerFields,.ns-dark RadAutoCompleteTextView{background-color:#303030}.ns-ios DataFormEditorCore,.ns-ios PickerField,.ns-ios DatePickerField,.ns-ios TimePickerField,.ns-ios DateTimePickerFields,.ns-ios RadAutoCompleteTextView{background-size:28 16}PropertyEditor[type=Date] DataFormEditorCore,DatePickerField{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAAAwBAMAAAB9IEC+AAAAD1BMVEVHcEwAAAAAAAAAAAAAAADTrAj/AAAABHRSTlMAwBAgU5DCQwAAAFdJREFUSMdjYCAVuLi4oDHop5RJxAUDOCpgVcroggUIYFXKgk2pMw6lChhudXHAoZSBVkrRw26EKcUC6Kt0NAoGkVIWaFSNKh25Sgd7QURCZURCFUcLAAC2I2hEECBYPgAAAABJRU5ErkJggg==")}PropertyEditor[type=Time] DataFormEditorCore,TimePickerField{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAAAwBAMAAAB9IEC+AAAALVBMVEVHcEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACttl6nAAAADnRSTlMAYOBAwCAQ0FCAcPCwoEZwdhsAAAE2SURBVEjHY2AYLIB1Td27d89PBRBWyQhUCALPBQiq1HsHBY8IqGX1e/fuyWRjY0sQjd8N3e/eKSaAGGxC797twGs9UCWMDVSLzwly794mwNhs9949xK2SA8UgoBUNOJVGo5oj924rTqV+EEP53sGMfYLbU28ZkJUy3MPpMaZ3aqhKk94p4PS/AKpSRpxhUPeIAVUpg95zHJEKMwOhVO4d9sjlevcMXWneuwVYlfK8c0BXyvLuAI4AmICulPNdAValfO8M0JVyvHtArFJmqiqFACopbSBWKTsssBAAV2DBowABcEUBPGIRAFfEsmImOVzJBZ4IEQBXIoQnbaQc9JBAhoED3BkGlg3hAHc2hGVuhNYn1CgySCiISCjeSCk0SSiKIQX8DGPjTsIFPAnVBimVESlV3IABAKDkz5jHIcToAAAAAElFTkSuQmCC")}DateTimePickerFields{padding:0;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKgAAAAwBAMAAAB3UCypAAAALVBMVEVHcEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACttl6nAAAADnRSTlMAQGDgwBAg0FCAcPCwoM9Ie+kAAAGcSURBVEjH5Ze/TsMwEMZD2pQWVRUZu0VijxASa8UTVJXYUXYWniDqilhgY+QBmBEjMw9RtTQlU79nICRyrDjxxYkdqYhviYe7X87/7s6WlQqAMDCgPwF15igpWhAOg9cQiD8DCtpHha7k9naYmcQeAZ1UQb/lzBmz2XoUdFFaU2ykc08WK3py3envNyCgVgPoA3CRLrhzBrybgdoJk40TqkdCxRMmg/rY5wfDWeHLBHRYCC4Je2kAeluMzcebAeg8C5S52Ij0oTb2RZeVbKsaQHu4LLpc47zBjdpI9t4rQm3Z/jeAhltxcrNYFzpgcXGoj0BzTU+wE11u8KIJHbOMyF36+NCE9vAouowk268OneBUdBlibR56dPDQTAcMXbaBZtZrCfSYHSmuEe40oeNyO6By+Glofk25VK4pDR2UE51KQqGheerjkqc+ZagvVg8iSStDWTnJRZQTZSgrfLmUCl8NlJVo/hOVEl0HbdVM1EFbtT110E4atG5ayUZNrzI0bc+fXfe+rj2v0E7zIdHJk6eTx5nluCUF1j/RDxQQPw3i9N+zAAAAAElFTkSuQmCC")}.ns-ios DateTimePickerFields{background-size:56 16}DateTimePickerFields DatePickerField,DateTimePickerFields TimePickerField{background-image:none;border-width:0;margin:0}.ns-dark DateTimePickerFields DatePickerField,.ns-dark DateTimePickerFields TimePickerField{background-image:none}DateTimePickerFields TimePickerField{margin-left:-30}PickerField{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAAAwBAMAAAB9IEC+AAAAGFBMVEVHcEwAAAAAAAAAAAAAAAAAAAAAAAAAAABoAtTLAAAAB3RSTlMAoPAw0BAgCEJU4wAAAEpJREFUSMdjYBgFgwUwChCtVLyQaEPLy4k1Nqm8nFhjmdWJN9Zo1NghZiwJSol3wKihA2ooCZk7hPj0x+pOdEHEEEJ88TYKBgoAAAC5JRg49rIWAAAAAElFTkSuQmCC")}PickerPage ListView{separator-color:transparent;color:#262626;background:#fff}.ns-dark PickerPage ListView{color:#fff}.ns-dark PickerPage ListView{background:#303030}PickerPage ListView>*{border-bottom-color:rgba(48,188,255,.4);height:48;margin-top:0;padding:10 12;border-bottom-width:1px}.ns-dark PickerPage ListView>*{border-bottom-color:rgba(48,188,255,.4)}.ns-dark PickerField{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAAAwBAMAAAB9IEC+AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAYUExURUdwTP///////////////////////////x1LVb4AAAAHdFJOUwCg8DDQECAIQlTjAAAASklEQVRIx2NgGAWDBTAKEK1UvJBoQ8vLiTU2qbycWGOZ1Yk31mjU2CFmLAlKiXfAqKEDaigJmTuE+PTH6k50QcQQQnzxNgoGCgAAALklGDj2shYAAAAASUVORK5CYII=")}.ns-dark DatePickerField{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAAAwBAMAAAB9IEC+AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAPUExURUdwTP///////////////xPgMRoAAAAEdFJOUwDAECBTkMJDAAAAV0lEQVRIx2NgIBW4uLigMeinlEnEBQM4KmBVyuiCBQhgVcqCTakzDqUKGG51ccChlIFWStHDboQpxQLoq3Q0CgaRUhZoVI0qHblKB3tBREJlREIVRwsAALYjaEQQIFg+AAAAAElFTkSuQmCC")}.ns-dark TimePickerField{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAAAwBAMAAAB9IEC+AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAtUExURUdwTP///////////////////////////////////////////////////////81e3QIAAAAOdFJOUwBg4EDAIBDQUHDwsKCA4isvJAAAATZJREFUSMdjYBgsgHV23bt3z3cGEFbJCFQIAs8FCKrUewcFjwioZfV79+7JZWNjWxCN3w1d794pJoAYbELv3q3Aaz1QJYwNVIvPCXLv3iTA2Gzn3j3ErZIDxSCgFQ04lUahmiP3bilOpX4QQ/newYx9gttTbxiQlTKcw+kxpndqqEqT3ing9L8AqlJGnGFQ94gBVSmD3nMckQozA6FU7h32yOV89wxdad67CViVcr9zQFfK8m4DjgC4gK6U910BVqV87wzQlXK8e0CsUmaqKoUAKiltIFYpOyywEABXYMGjAAFwRQE8YhEAV8SyYiY5XMkFnggRAFcihCdtpBz0kECGgQPcGQaWDeEAdzaEZW6E1ifUKDJIKIhIKN5IKTRJKIohBfwNY+NewgU8CdUGKZURKVXcgAEAq1LPmF1qDewAAAAASUVORK5CYII=")}.ns-dark DateTimePickerFields{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKgAAAAwBAMAAAB3UCypAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAtUExURUdwTP///////////////////////////////////////////////////////81e3QIAAAAOdFJOUwBAYODAECDQUHDwsKCAaxMi1gAAAZxJREFUSMfll89Kw0AQxmPa1EppMQ9QCHgPIngtPkEpeJecPfkEoWdB8O5dPHr1JYrePLY2NZfyPYMxYbNkk51sshuo+F2yh5lfZv/NzFpWKgDCwID+BNSZo6RoQTgMnkIgfgsoaB8VupLb22FmEnsEdFIF/ZYzZ8xm61HQRWlNsZHOPVms6MN1p7/fgIBaDaD3wEW64M4Z8GIGaidMNk6oHgkVT5gM6mOfHwxnhS8T0GEhuCTspQHobTE2H88GoPMsUOZiI9KH2tgXXVayrWoA7eGy6HKN8wY3aiPZe68ItWX73wAabsXJzWJd6IDFxaE+As01PcFOdLnBoyZ0xDIid+njVRPaw7voMpZsvzp0glPRZYi1eejRwUMzHTB02QaaWa8l0GN2pLjGuNOEjsrtgMrhp6H5NeVSuaY0dFBOdCoJhYbmqY9LnvqUob5YPYgkrQxl5SQXUU6Uoazw5VIqfDVQVqL5T1RKdB20VTNRB23V9tRBO2nQumklGzW9ytC0Pf903Ye69rxCO82HRCdPnk4eZ5bjlhRY/0Q/Hn4/DfXSncYAAAAASUVORK5CYII=")}.ns-dark DatePickerField,.ns-dark TimePickerField,.ns-dark DateTimePickerFields,.ns-dark RadAutoCompleteTextView{class:ns-dark}PickerPage.ns-dark ListView,.ns-dark SuggestionView{color:#fff;background:#303030}RadDataForm{color:#262626;placeholder-color:#737373}.ns-dark RadDataForm{color:#fff}.ns-dark RadDataForm{placeholder-color:#b3b3b3}RadDataForm PropertyEditor{padding:5 0 0;color:#262626;background-color:#fff}.ns-dark RadDataForm PropertyEditor{color:#fff}.ns-dark RadDataForm PropertyEditor{background-color:#303030}NTInput,.nt-input{margin:10 0}DataFormEditorLabel,NTInput>Label,.nt-input>Label{font-size:16;color:#bababa}DataFormEditorLabel,NTInput>Label,NTInput>TextView,>TextField,>PickerField,>DatePickerField,>TimePickerField,>DateTimePickerFields,>RadAutoCompleteTextView,.nt-input>Label,.nt-input>TextView{margin:0 16}NTInput.-sides,.nt-input.-sides{margin:0 0 10}NTInput.-sides>Label,.nt-input.-sides>Label{margin:5 16}NTInput>NTIcon,NTInput>.nt-icon,.nt-input>NTIcon,.nt-input>.nt-icon{font-size:24;vertical-align:center;horizontal-align:right;margin:-15 10 0 0}
*/.c-white{color:#fff}.c-bg-white{background-color:#fff}.c-black{color:#000}.c-bg-black{background-color:#000}.c-aqua{color:#00caab}.c-bg-aqua{background-color:#00caab}.c-blue{color:#3d5afe}.c-bg-blue{background-color:#3d5afe}.c-charcoal{color:#303030}.c-bg-charcoal{background-color:#303030}.c-brown{color:#795548}.c-bg-brown{background-color:#795548}.c-forest{color:#006968}.c-bg-forest{background-color:#006968}.c-grey{color:#e0e0e0}.c-bg-grey{background-color:#e0e0e0}.c-grey-light{color:#bababa}.c-bg-grey-light{background-color:#bababa}.c-grey-dark{color:#5c687c}.c-bg-grey-dark{background-color:#5c687c}.c-purple{color:#8130ff}.c-bg-purple{background-color:#8130ff}.c-lemon{color:#ffea00}.c-bg-lemon{background-color:#ffea00}.c-lime{color:#aee406}.c-bg-lime{background-color:#aee406}.c-orange{color:#f57c00}.c-bg-orange{background-color:#f57c00}.c-ruby{color:#ff1744}.c-bg-ruby{background-color:#ff1744}.c-sky{color:#30bcff}.c-bg-sky{background-color:#30bcff}.w-full{width:100%}.w-100{width:100}.h-full{height:100%}.h-100{height:100}.m-0{margin:0}.m-t-0{margin-top:0}.m-r-0{margin-right:0}.m-b-0{margin-bottom:0}.m-l-0{margin-left:0}.m-x-0{margin-right:0;margin-left:0}.m-y-0{margin-top:0;margin-bottom:0}.m-2{margin:2}.m-t-2{margin-top:2}.m-r-2{margin-right:2}.m-b-2{margin-bottom:2}.m-l-2{margin-left:2}.m-x-2{margin-right:2;margin-left:2}.m-y-2{margin-top:2;margin-bottom:2}.m-4{margin:4}.m-t-4{margin-top:4}.m-r-4{margin-right:4}.m-b-4{margin-bottom:4}.m-l-4{margin-left:4}.m-x-4{margin-right:4;margin-left:4}.m-y-4{margin-top:4;margin-bottom:4}.m-5{margin:5}.m-t-5{margin-top:5}.m-r-5{margin-right:5}.m-b-5{margin-bottom:5}.m-l-5{margin-left:5}.m-x-5{margin-right:5;margin-left:5}.m-y-5{margin-top:5;margin-bottom:5}.m-8{margin:8}.m-t-8{margin-top:8}.m-r-8{margin-right:8}.m-b-8{margin-bottom:8}.m-l-8{margin-left:8}.m-x-8{margin-right:8;margin-left:8}.m-y-8{margin-top:8;margin-bottom:8}.m-10{margin:10}.m-t-10{margin-top:10}.m-r-10{margin-right:10}.m-b-10{margin-bottom:10}.m-l-10{margin-left:10}.m-x-10{margin-right:10;margin-left:10}.m-y-10{margin-top:10;margin-bottom:10}.m-12{margin:12}.m-t-12{margin-top:12}.m-r-12{margin-right:12}.m-b-12{margin-bottom:12}.m-l-12{margin-left:12}.m-x-12{margin-right:12;margin-left:12}.m-y-12{margin-top:12;margin-bottom:12}.m-15{margin:15}.m-t-15{margin-top:15}.m-r-15{margin-right:15}.m-b-15{margin-bottom:15}.m-l-15{margin-left:15}.m-x-15{margin-right:15;margin-left:15}.m-y-15{margin-top:15;margin-bottom:15}.m-16{margin:16}.m-t-16{margin-top:16}.m-r-16{margin-right:16}.m-b-16{margin-bottom:16}.m-l-16{margin-left:16}.m-x-16{margin-right:16;margin-left:16}.m-y-16{margin-top:16;margin-bottom:16}.m-20{margin:20}.m-t-20{margin-top:20}.m-r-20{margin-right:20}.m-b-20{margin-bottom:20}.m-l-20{margin-left:20}.m-x-20{margin-right:20;margin-left:20}.m-y-20{margin-top:20;margin-bottom:20}.m-24{margin:24}.m-t-24{margin-top:24}.m-r-24{margin-right:24}.m-b-24{margin-bottom:24}.m-l-24{margin-left:24}.m-x-24{margin-right:24;margin-left:24}.m-y-24{margin-top:24;margin-bottom:24}.m-25{margin:25}.m-t-25{margin-top:25}.m-r-25{margin-right:25}.m-b-25{margin-bottom:25}.m-l-25{margin-left:25}.m-x-25{margin-right:25;margin-left:25}.m-y-25{margin-top:25;margin-bottom:25}.m-28{margin:28}.m-t-28{margin-top:28}.m-r-28{margin-right:28}.m-b-28{margin-bottom:28}.m-l-28{margin-left:28}.m-x-28{margin-right:28;margin-left:28}.m-y-28{margin-top:28;margin-bottom:28}.m-30{margin:30}.m-t-30{margin-top:30}.m-r-30{margin-right:30}.m-b-30{margin-bottom:30}.m-l-30{margin-left:30}.m-x-30{margin-right:30;margin-left:30}.m-y-30{margin-top:30;margin-bottom:30}.p-0{padding:0}.p-t-0{padding-top:0}.p-r-0{padding-right:0}.p-b-0{padding-bottom:0}.p-l-0{padding-left:0}.p-x-0{padding-right:0;padding-left:0}.p-y-0{padding-top:0;padding-bottom:0}.p-2{padding:2}.p-t-2{padding-top:2}.p-r-2{padding-right:2}.p-b-2{padding-bottom:2}.p-l-2{padding-left:2}.p-x-2{padding-right:2;padding-left:2}.p-y-2{padding-top:2;padding-bottom:2}.p-4{padding:4}.p-t-4{padding-top:4}.p-r-4{padding-right:4}.p-b-4{padding-bottom:4}.p-l-4{padding-left:4}.p-x-4{padding-right:4;padding-left:4}.p-y-4{padding-top:4;padding-bottom:4}.p-5{padding:5}.p-t-5{padding-top:5}.p-r-5{padding-right:5}.p-b-5{padding-bottom:5}.p-l-5{padding-left:5}.p-x-5{padding-right:5;padding-left:5}.p-y-5{padding-top:5;padding-bottom:5}.p-8{padding:8}.p-t-8{padding-top:8}.p-r-8{padding-right:8}.p-b-8{padding-bottom:8}.p-l-8{padding-left:8}.p-x-8{padding-right:8;padding-left:8}.p-y-8{padding-top:8;padding-bottom:8}.p-10{padding:10}.p-t-10{padding-top:10}.p-r-10{padding-right:10}.p-b-10{padding-bottom:10}.p-l-10{padding-left:10}.p-x-10{padding-right:10;padding-left:10}.p-y-10{padding-top:10;padding-bottom:10}.p-12{padding:12}.p-t-12{padding-top:12}.p-r-12{padding-right:12}.p-b-12{padding-bottom:12}.p-l-12{padding-left:12}.p-x-12{padding-right:12;padding-left:12}.p-y-12{padding-top:12;padding-bottom:12}.p-15{padding:15}.p-t-15{padding-top:15}.p-r-15{padding-right:15}.p-b-15{padding-bottom:15}.p-l-15{padding-left:15}.p-x-15{padding-right:15;padding-left:15}.p-y-15{padding-top:15;padding-bottom:15}.p-16{padding:16}.p-t-16{padding-top:16}.p-r-16{padding-right:16}.p-b-16{padding-bottom:16}.p-l-16{padding-left:16}.p-x-16{padding-right:16;padding-left:16}.p-y-16{padding-top:16;padding-bottom:16}.p-20{padding:20}.p-t-20{padding-top:20}.p-r-20{padding-right:20}.p-b-20{padding-bottom:20}.p-l-20{padding-left:20}.p-x-20{padding-right:20;padding-left:20}.p-y-20{padding-top:20;padding-bottom:20}.p-24{padding:24}.p-t-24{padding-top:24}.p-r-24{padding-right:24}.p-b-24{padding-bottom:24}.p-l-24{padding-left:24}.p-x-24{padding-right:24;padding-left:24}.p-y-24{padding-top:24;padding-bottom:24}.p-25{padding:25}.p-t-25{padding-top:25}.p-r-25{padding-right:25}.p-b-25{padding-bottom:25}.p-l-25{padding-left:25}.p-x-25{padding-right:25;padding-left:25}.p-y-25{padding-top:25;padding-bottom:25}.p-28{padding:28}.p-t-28{padding-top:28}.p-r-28{padding-right:28}.p-b-28{padding-bottom:28}.p-l-28{padding-left:28}.p-x-28{padding-right:28;padding-left:28}.p-y-28{padding-top:28;padding-bottom:28}.p-30{padding:30}.p-t-30{padding-top:30}.p-r-30{padding-right:30}.p-b-30{padding-bottom:30}.p-l-30{padding-left:30}.p-x-30{padding-right:30;padding-left:30}.p-y-30{padding-top:30;padding-bottom:30}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.font-weight-normal{font-weight:normal}.font-weight-bold{font-weight:bold}.font-italic{font-style:italic}.t-10{font-size:10}.t-12{font-size:12}.t-14{font-size:14}.t-15{font-size:15}.t-16{font-size:16}.t-17{font-size:17}.t-18{font-size:18}.t-19{font-size:19}.t-20{font-size:20}.t-25{font-size:25}.t-30{font-size:30}.img-rounded{border-radius:5}.img-circle{border-radius:20}.img-thumbnail{border-radius:0}.invisible{visibility:collapse}.pull-left{horizontal-align:left}.pull-right{horizontal-align:right}.m-x-auto{horizontal-align:center}.m-y-auto{vertical-align:center}.text-primary{color:#30bcff}.text-danger{color:#d50000}.bg-primary{background-color:#30bcff;color:#fff}.bg-danger{background-color:#d50000;color:#fff}.fa{font-family:FontAwesome,fontawesome-webfont}.ns-root{color:#262626;font-family:"Roboto Medium";font-size:14}.ns-dark.ns-root{color:#fff}.ns-ios{font-family:"SF UI Text Medium",system;font-size:15}.-hidden,.hidden{visibility:collapsed}.-rounded,.rounded{border-radius:3}.hr{height:1;width:100%;margin:9 0 10;border-width:0 0 1;border-style:solid}.h1,.h2,.h3,.h4,.h5,.h6{margin-bottom:4;font-weight:normal;color:#262626}.ns-dark .h1,.ns-dark .h2,.ns-dark .h3,.ns-dark .h4,.ns-dark .h5,.ns-dark .h6{color:#fff}.body,.body2,.footnote{color:#737373;font-weight:normal}.ns-dark .body,.ns-dark .body2,.ns-dark .footnote{color:#b3b3b3}.h1{font-size:32}.h2{font-size:22}.h3{font-size:15}.h4{font-size:12}.h5{font-size:11}.h6{font-size:10}.body{font-size:14}.body2{font-size:17}.footnote{font-size:13}.ns-android .h1{font-size:34}.ns-android .h2{font-size:24}.ns-android .h3{font-size:16}.ns-android .h5{font-size:11;font-weight:bold}.ns-android .body2{font-size:14;font-weight:500}.text-muted{color:#ace4ff}.ns-dark .text-muted{color:#306883}Label>*,Label>*>*,Button>*,Button>*>*,TextField>*,TextField>*>*,TextView>*,TextView>*>*{background-color:transparent}Image,ListView,RadListView{min-height:100}Image{margin-bottom:20}NTIcon,.nt-icon{font-size:16}Button,.nt-button{text-transform:none;border-color:transparent;min-width:64;height:52;padding:0 0 0 0;font-size:18;margin:8 16 8 16}.ns-ios Button,.ns-ios .nt-button{height:40;border-width:0;font-size:15}.ns-android Button,.ns-android .nt-button{margin:4 12}Button.-outline,.nt-button.-outline{height:40;border-width:1}.ns-android Button.-outline,.ns-android .nt-button.-outline{margin:8 16}Button.-rounded-sm,Button.-rounded-lg,.nt-button.-rounded-sm,.nt-button.-rounded-lg{height:40;border-radius:2}.ns-ios Button.-rounded-sm,.ns-ios Button.-rounded-lg,.ns-ios .nt-button.-rounded-sm,.ns-ios .nt-button.-rounded-lg{border-radius:4}.ns-android Button.-rounded-sm,.ns-android Button.-rounded-lg,.ns-android .nt-button.-rounded-sm,.ns-android .nt-button.-rounded-lg{margin:8 16}Button.-rounded-lg,.nt-button.-rounded-lg{border-radius:40}Button[isEnabled=false],.nt-button[isEnabled=false]{opacity:.5}Button.-simple,.nt-button.-simple{android-elevation:0;android-dynamic-elevation-offset:0}.ns-root Button.-aqua,.ns-root .nt-button.-aqua{background-color:#00caab;border-color:#00caab;color:#fdffff}.ns-dark.ns-root Button.-aqua,.ns-dark.ns-root .nt-button.-aqua{background-color:#00caab;border-color:#00caab;color:#fdffff}.ns-root Button.-blue,.ns-root .nt-button.-blue{background-color:#3d5afe;border-color:#3d5afe;color:#fff}.ns-dark.ns-root Button.-blue,.ns-dark.ns-root .nt-button.-blue{background-color:#3d5afe;border-color:#3d5afe;color:#fff}.ns-root Button.-brown,.ns-root .nt-button.-brown{background-color:#795548;border-color:#795548;color:#fbf9f8}.ns-dark.ns-root Button.-brown,.ns-dark.ns-root .nt-button.-brown{background-color:#795548;border-color:#795548;color:#fbf9f8}.ns-root Button.-forest,.ns-root .nt-button.-forest{color:#9cfffe;background-color:#006968;border-color:#006968}.ns-dark.ns-root Button.-forest,.ns-dark.ns-root .nt-button.-forest{color:#9cfffe;background-color:#006968;border-color:#006968}.ns-root Button.-grey,.ns-root .nt-button.-grey{background-color:#5c687c;border-color:#5c687c;color:#fff}.ns-dark.ns-root Button.-grey,.ns-dark.ns-root .nt-button.-grey{background-color:#5c687c;border-color:#5c687c;color:#fff}.ns-root Button.-lemon,.ns-root .nt-button.-lemon{background-color:#ffea00;border-color:#ffea00;color:#000}.ns-dark.ns-root Button.-lemon,.ns-dark.ns-root .nt-button.-lemon{background-color:#ffea00;border-color:#ffea00;color:#000}.ns-root Button.-lime,.ns-root .nt-button.-lime{background-color:#aee406;border-color:#aee406;color:#000}.ns-dark.ns-root Button.-lime,.ns-dark.ns-root .nt-button.-lime{background-color:#aee406;border-color:#aee406;color:#000}.ns-root Button.-orange,.ns-root .nt-button.-orange{background-color:#f57c00;border-color:#f57c00;color:#000}.ns-dark.ns-root Button.-orange,.ns-dark.ns-root .nt-button.-orange{background-color:#f57c00;border-color:#f57c00;color:#000}.ns-root Button.-purple,.ns-root .nt-button.-purple{background-color:#8130ff;border-color:#8130ff;color:#fff}.ns-dark.ns-root Button.-purple,.ns-dark.ns-root .nt-button.-purple{background-color:#8130ff;border-color:#8130ff;color:#fff}.ns-root Button.-ruby,.ns-root .nt-button.-ruby{background-color:#ff1744;border-color:#ff1744;color:#fff}.ns-dark.ns-root Button.-ruby,.ns-dark.ns-root .nt-button.-ruby{background-color:#ff1744;border-color:#ff1744;color:#fff}.ns-root Button.-sky,.ns-root .nt-button.-sky{background-color:#30bcff;border-color:#30bcff;color:#fff}.ns-dark.ns-root Button.-sky,.ns-dark.ns-root .nt-button.-sky{background-color:#30bcff;border-color:#30bcff;color:#fff}Page,.nt-page{color:#262626;background-color:#fff}.ns-dark Page,.ns-dark .nt-page{color:#fff;background-color:#303030}ActivityIndicator,.nt-activity-indicator{width:30;height:30}SegmentedBar,.nt-segmented-bar{font-size:13;color:#262626;background-color:#fff}.ns-dark SegmentedBar,.ns-dark .nt-segmented-bar{color:#fff;background-color:#303030}Progress,.nt-progress{background-color:rgba(48,188,255,.1)}.ns-dark Progress,.ns-dark .nt-progress{background-color:rgba(48,188,255,.1)}Slider,.nt-slider{margin:20 16;background-color:#30bcff}.ns-dark Slider,.ns-dark .nt-slider{background-color:#30bcff}.ns-android Slider,.ns-android .nt-slider{color:#30bcff}.ns-dark.ns-android Slider,.ns-dark.ns-android .nt-slider{color:#30bcff}.ns-ios Slider,.ns-ios .nt-slider{margin:10 15}Slider[isEnabled=false],.nt-slider[isEnabled=false]{background-color:#e0e0e0;color:#e0e0e0}SearchBar,.nt-search-bar{color:#262626}.ns-dark SearchBar,.ns-dark .nt-search-bar{color:#fff}.ns-android Switch,.ns-android .nt-switch{margin:14 16;color:#ccc;background-color:#ccc}.ns-dark.ns-android Switch,.ns-dark.ns-android .nt-switch{color:#636363;background-color:#636363}.ns-android Switch[checked=true],.ns-android .nt-switch[checked=true]{color:#30bcff}.ns-dark.ns-android Switch[checked=true],.ns-dark.ns-android .nt-switch[checked=true]{color:#30bcff}.ns-android Switch[isEnabled=false],.ns-android .nt-switch[isEnabled=false]{color:#e6e6e6}.ns-dark.ns-android Switch[isEnabled=false],.ns-dark.ns-android .nt-switch[isEnabled=false]{color:#4a4a4a}.ns-ios Switch,.ns-ios .nt-switch{margin:8 15;background-color:#30bcff;off-background-color:#e6e6e6}.ns-dark.ns-ios Switch,.ns-dark.ns-ios .nt-switch{background-color:#30bcff;off-background-color:#4a4a4a}.ns-ios Switch[isEnabled=false],.ns-ios .nt-switch[isEnabled=false]{background-color:rgba(48,188,255,.4)}.ns-dark.ns-ios Switch[isEnabled=false],.ns-dark.ns-ios .nt-switch[isEnabled=false]{background-color:rgba(48,188,255,.4)}TabView,.nt-tab-view{tab-text-font-size:18;text-transform:capitalize;selected-tab-text-color:#262626;tab-background-color:#fff;tab-text-color:#abd5e9}.ns-dark TabView,.ns-dark .nt-tab-view{selected-tab-text-color:#fff;tab-background-color:#303030;tab-text-color:#abd5e9}TabView.ns-dark,.nt-tab-view.ns-dark{selected-tab-text-color:#fff;tab-background-color:#303030;tab-text-color:#abd5e9}TabStripItem,.nt-tab-strip__item{color:#262626}.ns-dark TabStripItem,.ns-dark .nt-tab-strip__item{color:#fff}TabStrip,.nt-tab-strip{background:#f2f2f2}.ns-dark TabStrip,.ns-dark .nt-tab-strip{background:#3a3a3a}TabContentItem,.nt-tab-content__item{background:#fff}.ns-dark TabContentItem,.ns-dark .nt-tab-content__item{background:#303030}BottomNavigation,.nt-bottom-navigation{font-size:14}ListView,RadListView,.nt-list-view{min-height:100;background-color:transparent;separator-color:#ccc}ListView StackLayout,RadListView StackLayout,.nt-list-view StackLayout{padding:8}ListView>*,RadListView>*,.nt-list-view>*{background-color:transparent;padding:8;margin:0}ListView>* Label,RadListView>* Label,.nt-list-view>* Label{padding:5;vertical-align:center}ListView>* Image,RadListView>* Image,.nt-list-view>* Image{stretch:aspectFit;margin-bottom:0}ListView>*.active,ListView>*:highlighted,RadListView>*.active,RadListView>*:highlighted,.nt-list-view>*.active,.nt-list-view>*:highlighted{background-color:#30bcff}.ns-dark ListView>*.active,.ns-dark ListView>*:highlighted,.ns-dark RadListView>*.active,.ns-dark RadListView>*:highlighted,.ns-dark .nt-list-view>*.active,.ns-dark .nt-list-view>*:highlighted{background-color:#30bcff}ListView.-single-col-cards Image,RadListView.-single-col-cards Image,.nt-list-view.-single-col-cards Image{width:100%;height:200}ListView.-two-col-cards Image,RadListView.-two-col-cards Image,.nt-list-view.-two-col-cards Image{height:100}.ns-ios ListView.-two-col-cards>StackLayout,.ns-ios RadListView.-two-col-cards>StackLayout,.ns-ios .nt-list-view.-two-col-cards>StackLayout{width:50%}.ns-ios ListView.-two-col-cards>StackLayout Image,.ns-ios RadListView.-two-col-cards>StackLayout Image,.ns-ios .nt-list-view.-two-col-cards>StackLayout Image{horizontal-align:left;width:100%}ListView.-two-lines-image Image,ListView.-single-line-image Image,RadListView.-two-lines-image Image,RadListView.-single-line-image Image,.nt-list-view.-two-lines-image Image,.nt-list-view.-single-line-image Image{width:60;height:60;margin-right:10;margin-bottom:0}ListView .-separator,RadListView .-separator,.nt-list-view .-separator{border-bottom-width:1;border-bottom-color:#ccc}.ns-dark ListView .-separator,.ns-dark RadListView .-separator,.ns-dark .nt-list-view .-separator{border-bottom-color:#636363}.ns-dark ListView,.ns-dark RadListView,.ns-dark .nt-list-view{separator-color:#636363}ListView .nt-list-view__delete,RadListView .nt-list-view__delete,.nt-list-view .nt-list-view__delete{background-color:#d50000;padding:0 10}.ns-ios ListView .nt-list-view__delete,.ns-ios RadListView .nt-list-view__delete,.ns-ios .nt-list-view .nt-list-view__delete{padding:0 10 0 25}ListView .nt-list-view__delete>Label,RadListView .nt-list-view__delete>Label,.nt-list-view .nt-list-view__delete>Label{color:#262626;horizontal-align:center;vertical-align:center;text-transform:capitalize}.ns-dark ListView .nt-list-view__delete>Label,.ns-dark RadListView .nt-list-view__delete>Label,.ns-dark .nt-list-view .nt-list-view__delete>Label{color:#fff}ListView NTIcon,ListView .nt-icon,RadListView NTIcon,RadListView .nt-icon,.nt-list-view NTIcon,.nt-list-view .nt-icon{font-size:20;width:56;height:100%;text-align:center}RadSideDrawer>*,RadSideDrawer .nt-drawer__content,.nt-drawer>*,.nt-drawer .nt-drawer__content{background:#fff}.ns-dark RadSideDrawer>*,.ns-dark RadSideDrawer .nt-drawer__content,.ns-dark .nt-drawer>*,.ns-dark .nt-drawer .nt-drawer__content{background:#303030}RadSideDrawer .nt-drawer__header,.nt-drawer .nt-drawer__header{height:148;width:100%;padding:30 25;background:rgba(48,188,255,.15)}.ns-dark RadSideDrawer .nt-drawer__header,.ns-dark .nt-drawer .nt-drawer__header{background:rgba(48,188,255,.15)}RadSideDrawer .nt-drawer__header Label,.nt-drawer .nt-drawer__header Label{color:#262626;font-size:16;padding:0;vertical-align:center}.ns-dark RadSideDrawer .nt-drawer__header Label,.ns-dark .nt-drawer .nt-drawer__header Label{color:#d4d4d4}RadSideDrawer .nt-drawer__header>Label,.nt-drawer .nt-drawer__header>Label{font-size:40;margin-right:15}RadSideDrawer .nt-drawer__header-image,.nt-drawer .nt-drawer__header-image{height:74;width:74;border-radius:37;horizontal-align:center;margin-bottom:24}RadSideDrawer .nt-drawer__header-brand,.nt-drawer .nt-drawer__header-brand{horizontal-align:center;font-size:15}RadSideDrawer.ns-dark>*,RadSideDrawer.ns-dark .nt-drawer__content,.nt-drawer.ns-dark>*,.nt-drawer.ns-dark .nt-drawer__content{background:#303030}RadSideDrawer.ns-dark .nt-drawer__header,.nt-drawer.ns-dark .nt-drawer__header{background:rgba(48,188,255,.15)}RadSideDrawer.ns-dark .nt-drawer__header Label,.nt-drawer.ns-dark .nt-drawer__header Label{color:#d4d4d4}Form,.nt-form{font-family:"Roboto Regular";padding:16 0 10}.ns-ios Form,.ns-ios .nt-form{font-family:"SF UI Text Regular",system}Form .-center,.nt-form .-center{horizontal-align:center}Form .nt-form__or-separator,.nt-form .nt-form__or-separator{margin:20 0}Form .nt-form__link,.nt-form .nt-form__link{color:#30bcff}.ns-dark Form .nt-form__link,.ns-dark .nt-form .nt-form__link{color:#30bcff}Form .nt-form__title,.nt-form .nt-form__title{font-size:18}Form .nt-form__logo,.nt-form .nt-form__logo{margin:20 0;width:50%}Form .nt-form__validation-message,.nt-form .nt-form__validation-message{color:#d50000;margin:1 0 0;padding:0;height:19}Form .nt-form__footer,.nt-form .nt-form__footer{padding:0;horizontal-align:center}Form .nt-form__footer Button,.nt-form .nt-form__footer Button{width:50%;margin:5}Form[isEnabled=false] *,.nt-form[isEnabled=false] *{opacity:.7}TextView.ng-valid,TextField.ng-valid,PickerField.ng-valid,DatePickerField.ng-valid,TimePickerField.ng-valid,RadAutoCompleteTextView.ng-valid{margin-bottom:20}TextView.ng-invalid.ng-dirty,TextField.ng-invalid.ng-dirty,PickerField.ng-invalid.ng-dirty,DatePickerField.ng-invalid.ng-dirty,TimePickerField.ng-invalid.ng-dirty,RadAutoCompleteTextView.ng-invalid.ng-dirty{margin-bottom:0;border-color:#d50000}TextView,TextField,PickerField,DatePickerField,TimePickerField,DateTimePickerFields,DataFormEditorCore,RadAutoCompleteTextView{color:#262626;placeholder-color:#737373;border-width:0 0 1;border-radius:0;background-color:transparent;font-size:16;padding:8 0 4;margin:5 16}.ns-dark TextView,.ns-dark TextField,.ns-dark PickerField,.ns-dark DatePickerField,.ns-dark TimePickerField,.ns-dark DateTimePickerFields,.ns-dark DataFormEditorCore,.ns-dark RadAutoCompleteTextView{color:#fff;placeholder-color:#b3b3b3}.ns-ios TextView,.ns-ios TextField,.ns-ios PickerField,.ns-ios DatePickerField,.ns-ios TimePickerField,.ns-ios DateTimePickerFields,.ns-ios DataFormEditorCore,.ns-ios RadAutoCompleteTextView{font-size:15}TextView.-rounded,TextView.-border,TextField.-rounded,TextField.-border,PickerField.-rounded,PickerField.-border,DatePickerField.-rounded,DatePickerField.-border,TimePickerField.-rounded,TimePickerField.-border,DateTimePickerFields.-rounded,DateTimePickerFields.-border,DataFormEditorCore.-rounded,DataFormEditorCore.-border,RadAutoCompleteTextView.-rounded,RadAutoCompleteTextView.-border{border-width:1;border-radius:4;padding:12 14}TextView.-rounded,TextField.-rounded,PickerField.-rounded,DatePickerField.-rounded,TimePickerField.-rounded,DateTimePickerFields.-rounded,DataFormEditorCore.-rounded,RadAutoCompleteTextView.-rounded{border-radius:28}TextView[isEnabled=false],TextField[isEnabled=false],PickerField[isEnabled=false],DatePickerField[isEnabled=false],TimePickerField[isEnabled=false],DateTimePickerFields[isEnabled=false],DataFormEditorCore[isEnabled=false],RadAutoCompleteTextView[isEnabled=false]{opacity:.5;color:#e0e0e0;background-color:#fff}.ns-dark TextView[isEnabled=false],.ns-dark TextField[isEnabled=false],.ns-dark PickerField[isEnabled=false],.ns-dark DatePickerField[isEnabled=false],.ns-dark TimePickerField[isEnabled=false],.ns-dark DateTimePickerFields[isEnabled=false],.ns-dark DataFormEditorCore[isEnabled=false],.ns-dark RadAutoCompleteTextView[isEnabled=false]{color:#e0e0e0;background-color:#949494}Label,DataFormEditorLabel{color:#262626;padding:2 0}.ns-dark Label,.ns-dark DataFormEditorLabel{color:#fff}TextView{min-height:100}RadAutoCompleteTextView{padding:0}RadAutoCompleteTextView Token{background-color:#96ddff;border-radius:50%}.ns-dark RadAutoCompleteTextView Token{background-color:#0088c9}RadAutoCompleteTextView Token .ns-android TokenClearButton{width:18;height:18;border-radius:50%;opacity:.6}RadAutoCompleteTextView SuggestionView{color:#262626;background-color:#fff}.ns-dark RadAutoCompleteTextView SuggestionView{color:#fff;background-color:#303030}DataFormEditorCore,PickerField,DatePickerField,TimePickerField,DateTimePickerFields,RadAutoCompleteTextView{background-color:#fff;background-repeat:no-repeat;background-position:right center;background-color:transparent}.ns-dark DataFormEditorCore,.ns-dark PickerField,.ns-dark DatePickerField,.ns-dark TimePickerField,.ns-dark DateTimePickerFields,.ns-dark RadAutoCompleteTextView{background-color:#303030}.ns-ios DataFormEditorCore,.ns-ios PickerField,.ns-ios DatePickerField,.ns-ios TimePickerField,.ns-ios DateTimePickerFields,.ns-ios RadAutoCompleteTextView{background-size:28 16}PropertyEditor[type=Date] DataFormEditorCore,DatePickerField{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAAAwBAMAAAB9IEC+AAAAD1BMVEVHcEwAAAAAAAAAAAAAAADTrAj/AAAABHRSTlMAwBAgU5DCQwAAAFdJREFUSMdjYCAVuLi4oDHop5RJxAUDOCpgVcroggUIYFXKgk2pMw6lChhudXHAoZSBVkrRw26EKcUC6Kt0NAoGkVIWaFSNKh25Sgd7QURCZURCFUcLAAC2I2hEECBYPgAAAABJRU5ErkJggg==")}PropertyEditor[type=Time] DataFormEditorCore,TimePickerField{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAAAwBAMAAAB9IEC+AAAALVBMVEVHcEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACttl6nAAAADnRSTlMAYOBAwCAQ0FCAcPCwoEZwdhsAAAE2SURBVEjHY2AYLIB1Td27d89PBRBWyQhUCALPBQiq1HsHBY8IqGX1e/fuyWRjY0sQjd8N3e/eKSaAGGxC797twGs9UCWMDVSLzwly794mwNhs9949xK2SA8UgoBUNOJVGo5oj924rTqV+EEP53sGMfYLbU28ZkJUy3MPpMaZ3aqhKk94p4PS/AKpSRpxhUPeIAVUpg95zHJEKMwOhVO4d9sjlevcMXWneuwVYlfK8c0BXyvLuAI4AmICulPNdAValfO8M0JVyvHtArFJmqiqFACopbSBWKTsssBAAV2DBowABcEUBPGIRAFfEsmImOVzJBZ4IEQBXIoQnbaQc9JBAhoED3BkGlg3hAHc2hGVuhNYn1CgySCiISCjeSCk0SSiKIQX8DGPjTsIFPAnVBimVESlV3IABAKDkz5jHIcToAAAAAElFTkSuQmCC")}DateTimePickerFields{padding:0;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKgAAAAwBAMAAAB3UCypAAAALVBMVEVHcEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACttl6nAAAADnRSTlMAQGDgwBAg0FCAcPCwoM9Ie+kAAAGcSURBVEjH5Ze/TsMwEMZD2pQWVRUZu0VijxASa8UTVJXYUXYWniDqilhgY+QBmBEjMw9RtTQlU79nICRyrDjxxYkdqYhviYe7X87/7s6WlQqAMDCgPwF15igpWhAOg9cQiD8DCtpHha7k9naYmcQeAZ1UQb/lzBmz2XoUdFFaU2ykc08WK3py3envNyCgVgPoA3CRLrhzBrybgdoJk40TqkdCxRMmg/rY5wfDWeHLBHRYCC4Je2kAeluMzcebAeg8C5S52Ij0oTb2RZeVbKsaQHu4LLpc47zBjdpI9t4rQm3Z/jeAhltxcrNYFzpgcXGoj0BzTU+wE11u8KIJHbOMyF36+NCE9vAouowk268OneBUdBlibR56dPDQTAcMXbaBZtZrCfSYHSmuEe40oeNyO6By+Glofk25VK4pDR2UE51KQqGheerjkqc+ZagvVg8iSStDWTnJRZQTZSgrfLmUCl8NlJVo/hOVEl0HbdVM1EFbtT110E4atG5ayUZNrzI0bc+fXfe+rj2v0E7zIdHJk6eTx5nluCUF1j/RDxQQPw3i9N+zAAAAAElFTkSuQmCC")}.ns-ios DateTimePickerFields{background-size:56 16}DateTimePickerFields DatePickerField,DateTimePickerFields TimePickerField{background-image:none;border-width:0;margin:0}.ns-dark DateTimePickerFields DatePickerField,.ns-dark DateTimePickerFields TimePickerField{background-image:none}DateTimePickerFields TimePickerField{margin-left:-30}PickerField{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAAAwBAMAAAB9IEC+AAAAGFBMVEVHcEwAAAAAAAAAAAAAAAAAAAAAAAAAAABoAtTLAAAAB3RSTlMAoPAw0BAgCEJU4wAAAEpJREFUSMdjYBgFgwUwChCtVLyQaEPLy4k1Nqm8nFhjmdWJN9Zo1NghZiwJSol3wKihA2ooCZk7hPj0x+pOdEHEEEJ88TYKBgoAAAC5JRg49rIWAAAAAElFTkSuQmCC")}PickerPage ListView{separator-color:transparent;color:#262626;background:#fff}.ns-dark PickerPage ListView{color:#fff;background:#303030}PickerPage ListView>*{border-bottom-color:rgba(48,188,255,.4);height:48;margin-top:0;padding:10 12;border-bottom-width:1px}.ns-dark PickerPage ListView>*{border-bottom-color:rgba(48,188,255,.4)}.ns-dark PickerField{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAAAwBAMAAAB9IEC+AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAYUExURUdwTP///////////////////////////x1LVb4AAAAHdFJOUwCg8DDQECAIQlTjAAAASklEQVRIx2NgGAWDBTAKEK1UvJBoQ8vLiTU2qbycWGOZ1Yk31mjU2CFmLAlKiXfAqKEDaigJmTuE+PTH6k50QcQQQnzxNgoGCgAAALklGDj2shYAAAAASUVORK5CYII=")}.ns-dark DatePickerField{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAAAwBAMAAAB9IEC+AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAPUExURUdwTP///////////////xPgMRoAAAAEdFJOUwDAECBTkMJDAAAAV0lEQVRIx2NgIBW4uLigMeinlEnEBQM4KmBVyuiCBQhgVcqCTakzDqUKGG51ccChlIFWStHDboQpxQLoq3Q0CgaRUhZoVI0qHblKB3tBREJlREIVRwsAALYjaEQQIFg+AAAAAElFTkSuQmCC")}.ns-dark TimePickerField{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAAAwBAMAAAB9IEC+AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAtUExURUdwTP///////////////////////////////////////////////////////81e3QIAAAAOdFJOUwBg4EDAIBDQUHDwsKCA4isvJAAAATZJREFUSMdjYBgsgHV23bt3z3cGEFbJCFQIAs8FCKrUewcFjwioZfV79+7JZWNjWxCN3w1d794pJoAYbELv3q3Aaz1QJYwNVIvPCXLv3iTA2Gzn3j3ErZIDxSCgFQ04lUahmiP3bilOpX4QQ/newYx9gttTbxiQlTKcw+kxpndqqEqT3ing9L8AqlJGnGFQ94gBVSmD3nMckQozA6FU7h32yOV89wxdad67CViVcr9zQFfK8m4DjgC4gK6U910BVqV87wzQlXK8e0CsUmaqKoUAKiltIFYpOyywEABXYMGjAAFwRQE8YhEAV8SyYiY5XMkFnggRAFcihCdtpBz0kECGgQPcGQaWDeEAdzaEZW6E1ifUKDJIKIhIKN5IKTRJKIohBfwNY+NewgU8CdUGKZURKVXcgAEAq1LPmF1qDewAAAAASUVORK5CYII=")}.ns-dark DateTimePickerFields{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKgAAAAwBAMAAAB3UCypAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAtUExURUdwTP///////////////////////////////////////////////////////81e3QIAAAAOdFJOUwBAYODAECDQUHDwsKCAaxMi1gAAAZxJREFUSMfll89Kw0AQxmPa1EppMQ9QCHgPIngtPkEpeJecPfkEoWdB8O5dPHr1JYrePLY2NZfyPYMxYbNkk51sshuo+F2yh5lfZv/NzFpWKgDCwID+BNSZo6RoQTgMnkIgfgsoaB8VupLb22FmEnsEdFIF/ZYzZ8xm61HQRWlNsZHOPVms6MN1p7/fgIBaDaD3wEW64M4Z8GIGaidMNk6oHgkVT5gM6mOfHwxnhS8T0GEhuCTspQHobTE2H88GoPMsUOZiI9KH2tgXXVayrWoA7eGy6HKN8wY3aiPZe68ItWX73wAabsXJzWJd6IDFxaE+As01PcFOdLnBoyZ0xDIid+njVRPaw7voMpZsvzp0glPRZYi1eejRwUMzHTB02QaaWa8l0GN2pLjGuNOEjsrtgMrhp6H5NeVSuaY0dFBOdCoJhYbmqY9LnvqUob5YPYgkrQxl5SQXUU6Uoazw5VIqfDVQVqL5T1RKdB20VTNRB23V9tRBO2nQumklGzW9ytC0Pf903Ye69rxCO82HRCdPnk4eZ5bjlhRY/0Q/Hn4/DfXSncYAAAAASUVORK5CYII=")}.ns-dark DatePickerField,.ns-dark TimePickerField,.ns-dark DateTimePickerFields,.ns-dark RadAutoCompleteTextView{class:ns-dark}PickerPage.ns-dark ListView,.ns-dark SuggestionView{color:#fff;background:#303030}RadDataForm{color:#262626;placeholder-color:#737373}.ns-dark RadDataForm{color:#fff;placeholder-color:#b3b3b3}RadDataForm PropertyEditor{padding:5 0 0;color:#262626;background-color:#fff}.ns-dark RadDataForm PropertyEditor{color:#fff;background-color:#303030}.nt-input{margin:10 0}DataFormEditorLabel,.nt-input>Label{font-size:16;color:#bababa}DataFormEditorLabel,.nt-input>Label,.nt-input>TextView,>TextField,>PickerField,>DatePickerField,>TimePickerField,>DateTimePickerFields,>RadAutoCompleteTextView{margin:0 16}.nt-input.-sides{margin:0 0 10}.nt-input.-sides>Label{margin:5 16}.nt-input>NTIcon,.nt-input>.nt-icon{font-size:24;vertical-align:center;horizontal-align:right;margin:-15 10 0 0}ActionBar,.nt-action-bar{color:#262626;background-color:#515151;font-weight:bold;font-size:17;padding-top:0}.ns-dark ActionBar,.ns-dark .nt-action-bar{color:#d4d4d4;background-color:#414141}.ns-android ActionBar,.ns-android .nt-action-bar{font-weight:500;font-size:20}ActionBar NTIcon,ActionBar Label,ActionBar Button,ActionBar .nt-action-bar__item,.nt-action-bar NTIcon,.nt-action-bar Label,.nt-action-bar Button,.nt-action-bar .nt-action-bar__item{android-elevation:0;font-size:15;padding:12 3;margin:0;min-width:0;width:auto;border-width:0;text-transform:none;font-weight:normal}.ns-ios ActionBar NTIcon,.ns-ios ActionBar NTIcon:active,.ns-ios ActionBar Label,.ns-ios ActionBar Label:active,.ns-ios ActionBar Button,.ns-ios ActionBar Button:active,.ns-ios ActionBar .nt-action-bar__item,.ns-ios ActionBar .nt-action-bar__item:active,.ns-ios .nt-action-bar NTIcon,.ns-ios .nt-action-bar NTIcon:active,.ns-ios .nt-action-bar Label,.ns-ios .nt-action-bar Label:active,.ns-ios .nt-action-bar Button,.ns-ios .nt-action-bar Button:active,.ns-ios .nt-action-bar .nt-action-bar__item,.ns-ios .nt-action-bar .nt-action-bar__item:active{background-color:transparent}.ns-dark.ns-ios ActionBar NTIcon,.ns-dark.ns-ios ActionBar NTIcon:active,.ns-dark.ns-ios ActionBar Label,.ns-dark.ns-ios ActionBar Label:active,.ns-dark.ns-ios ActionBar Button,.ns-dark.ns-ios ActionBar Button:active,.ns-dark.ns-ios ActionBar .nt-action-bar__item,.ns-dark.ns-ios ActionBar .nt-action-bar__item:active,.ns-dark.ns-ios .nt-action-bar NTIcon,.ns-dark.ns-ios .nt-action-bar NTIcon:active,.ns-dark.ns-ios .nt-action-bar Label,.ns-dark.ns-ios .nt-action-bar Label:active,.ns-dark.ns-ios .nt-action-bar Button,.ns-dark.ns-ios .nt-action-bar Button:active,.ns-dark.ns-ios .nt-action-bar .nt-action-bar__item,.ns-dark.ns-ios .nt-action-bar .nt-action-bar__item:active{background-color:transparent}ActionBar NTIcon:active,ActionBar Label:active,ActionBar Button:active,ActionBar .nt-action-bar__item:active,.nt-action-bar NTIcon:active,.nt-action-bar Label:active,.nt-action-bar Button:active,.nt-action-bar .nt-action-bar__item:active{opacity:.7;color:#262626}.ns-dark ActionBar NTIcon:active,.ns-dark ActionBar Label:active,.ns-dark ActionBar Button:active,.ns-dark ActionBar .nt-action-bar__item:active,.ns-dark .nt-action-bar NTIcon:active,.ns-dark .nt-action-bar Label:active,.ns-dark .nt-action-bar Button:active,.ns-dark .nt-action-bar .nt-action-bar__item:active{color:#d4d4d4}ActionBar>Label,.nt-action-bar>Label{font-weight:bold;font-size:17}.ns-statusbar-transparent Page>ActionBar,.ns-statusbar-transparent Page>.nt-action-bar{padding-top:24}.ns-modal .ns-statusbar-transparent Page>ActionBar,.ns-modal .ns-statusbar-transparent Page>.nt-action-bar{padding-top:0}.ns-android ActionBar Button,.ns-android ActionBar .nt-button,.ns-android .nt-action-bar Button,.ns-android .nt-action-bar .nt-button{padding:12 6;android-elevation:0;android-dynamic-elevation-offset:0}
/*!
* NativeScript Compatibility Theme v2.0.11 (https://nativescript.org)
* NativeScript Compatibility Theme v2.0.12 (https://nativescript.org)
* Copyright 2016-2016 The Theme Authors
* Copyright 2016-2019 Progress Software
* Licensed under Apache 2.0 (https://github.com/NativeScript/theme/blob/master/LICENSE)
*/.action-bar{color:#fff;background-color:#006968}.ns-dark .action-bar{color:#fff}.ns-dark .action-bar{background-color:#184d4c}.ns-root .action-bar .action-item{color:#fff;background-color:#006968}.ns-dark .ns-root .action-bar .action-item{color:#fff}.ns-dark .ns-root .action-bar .action-item{background-color:#184d4c}.ns-root .action-bar .action-item-active:active{color:#fff;background-color:#006968}.ns-dark .ns-root .action-bar .action-item-active:active{color:#fff}.ns-dark .ns-root .action-bar .action-item-active:active{background-color:#184d4c}.ns-ios .action-bar .action-item:active,.ns-android .action-bar .action-item:active{color:#fff}.ns-dark .ns-ios .action-bar .action-item:active,.ns-dark .ns-android .action-bar .action-item:active{color:#fff}@keyframes light-highlight{0%{background-color:#fff}100%{background-color:#e6e6e6}}@keyframes dark-highlight{0%{background-color:#303030}100%{background-color:#232323}}@keyframes focus-highlight{0%{background-color:#00caab}100%{background-color:#009780}}@keyframes dark-focus-highlight{0%{background-color:#00caab}100%{background-color:#009780}}.btn{background-color:#fff;color:#000}.ns-dark .btn{background-color:#303030}.ns-dark .btn{color:#97ffef}.btn-active:active{color:#000}.ns-dark .btn-active:active{color:#97ffef}.btn-primary{color:#fdffff;background-color:#00caab;border-color:#00caab}.ns-dark .btn-primary{color:#fdffff}.ns-dark .btn-primary{background-color:#00caab}.ns-dark .btn-primary{border-color:#00caab}.btn-primary.btn-active:active{animation:focus-highlight .3s ease-out forwards;background-color:#009780}.btn[isEnabled=false]{background-color:#6fe1cf}.ns-dark .btn[isEnabled=false]{background-color:#289685}.btn-outline{background-color:#fff;border-color:#006455}.ns-dark .btn-outline{background-color:#303030}.ns-dark .btn-outline{border-color:#31ffdf}.btn-outline-active:active{animation:light-highlight .3s ease-out forwards;background-color:#e6e6e6}.ns-dark .btn-outline-active:active{animation:dark-highlight .3s ease-out forwards;background-color:#232323}.btn-outline[isEnabled=false]{background-color:#fff;color:#6ba89e;border-color:#6ba89e}.ns-dark .btn-outline[isEnabled=false]{background-color:#303030}.ns-dark .btn-outline[isEnabled=false]{color:#6ba89e}.ns-dark .btn-outline[isEnabled=false]{border-color:#6ba89e}.activity-indicator{color:#00caab}.ns-dark .activity-indicator{color:#00caab}.segmented-bar{selected-background-color:#00caab}.ns-dark .segmented-bar{selected-background-color:#00caab}.ns-ios .segmented-bar{margin:0 15;color:#00caab}.ns-dark .ns-ios .segmented-bar{color:#00caab}.progress{color:#00caab}.ns-dark .progress{color:#00caab}.slider{color:#00caab}.ns-dark .slider{color:#00caab}.slider[isEnabled=false]{color:#e0e0e0}.ns-android .switch{color:#ccc;background-color:#ccc}.ns-dark .ns-android .switch{color:#636363}.ns-dark .ns-android .switch{background-color:#636363}.ns-android .switch[checked=true]{color:#00caab}.ns-dark .ns-android .switch[checked=true]{color:#00caab}.ns-android .switch[isEnabled=false]{color:#e6e6e6}.ns-dark .ns-android .switch[isEnabled=false]{color:#4a4a4a}.ns-ios .switch{background-color:#00caab;off-background-color:#e6e6e6}.ns-dark .ns-ios .switch{background-color:#00caab}.ns-dark .ns-ios .switch{off-background-color:#4a4a4a}.ns-ios .switch[isEnabled=false]{background-color:rgba(0,202,171,.4);off-background-color:#e6e6e6}.ns-dark .ns-ios .switch[isEnabled=false]{background-color:rgba(0,202,171,.4)}.ns-dark .ns-ios .switch[isEnabled=false]{off-background-color:#4a4a4a}.tab-view{selected-tab-text-color:#00caab;android-selected-tab-highlight-color:#00caab}.ns-dark .tab-view{selected-tab-text-color:#00caab}.ns-dark .tab-view{android-selected-tab-highlight-color:#00caab}.tab-view.ns-dark{selected-tab-text-color:#00caab;android-selected-tab-highlight-color:#00caab}.list-view NTIcon,.list-view .nt-icon{color:#006556}.ns-dark .list-view NTIcon,.ns-dark .list-view .nt-icon{color:#00caab}.list-view .nt-list-view__delete{background-color:#d50000}.side-drawer .sidedrawer-header{background:#123a39}.side-drawer .sidedrawer-header Label{color:#fff}.side-drawer .sidedrawer-left,.side-drawer .sidedrawer-center{color:#fff}.side-drawer.ns-dark .sidedrawer-header{background:#123a39}.side-drawer.ns-dark .sidedrawer-header Label{color:#fff}.side-drawer.ns-dark .sidedrawer-left,.side-drawer.ns-dark .sidedrawer-center{color:#fff}.input{background-color:transparent;border-color:#b3b3b3}.ns-dark .input{border-color:gray}.input:focus{border-color:#006455}.ns-dark .input:focus{border-color:#31ffdf}.input[isEnabled=false]{color:#999;background-color:#e6e6e6}.ns-dark .input[isEnabled=false]{color:#999}.ns-dark .input[isEnabled=false]{background-color:#4d4d4d}RadAutoCompleteTextView Token{background-color:#31ffdf}.ns-dark RadAutoCompleteTextView Token{background-color:#006455}RadAutoCompleteTextView Token:selected{background-color:#00fdd6}.ns-dark RadAutoCompleteTextView Token:selected{background-color:#009780}.date-time-picker{color:#262626;background:#fff}.date-time-picker.ns-dark{color:#fff;background:#303030}.date-time-picker-buttons{color:#000}.date-time-picker-buttons.ns-dark{color:#97ffef}.ns-dark.date-time-picker-button-cancel{background:#303030}.date-time-picker-spinners{color:#003129}.date-time-picker-spinners.ns-dark{color:#64ffe7}DataFormEditorLabel,.input .label{color:#003129}.ns-dark DataFormEditorLabel,.ns-dark .input .label{color:#64ffe7}.hr,.hr-light{border-color:#31ffdf}.ns-dark .hr,.ns-dark .hr-light{border-color:#97ffef}.hr-dark{border-color:#006455}.ns-dark .hr-dark{border-color:#31ffdf}
*/@keyframes light-highlight{0%{background-color:#fff}100%{background-color:#e6e6e6}}@keyframes dark-highlight{0%{background-color:#303030}100%{background-color:#232323}}@keyframes focus-highlight{0%{background-color:#00caab}100%{background-color:#009780}}@keyframes dark-focus-highlight{0%{background-color:#00caab}100%{background-color:#009780}}.btn{background-color:#fff;color:#000}.ns-dark .btn{background-color:#303030;color:#97ffef}.btn-active:active{color:#000}.ns-dark .btn-active:active{color:#97ffef}.btn-primary{color:#fdffff;background-color:#00caab;border-color:#00caab}.ns-dark .btn-primary{color:#fdffff;background-color:#00caab;border-color:#00caab}.btn-primary.btn-active:active{animation:focus-highlight .3s ease-out forwards;background-color:#009780}.btn[isEnabled=false]{background-color:#6fe1cf}.ns-dark .btn[isEnabled=false]{background-color:#289685}.btn-outline{background-color:#fff;border-color:#006455}.ns-dark .btn-outline{background-color:#303030;border-color:#31ffdf}.btn-outline-active:active{animation:light-highlight .3s ease-out forwards;background-color:#e6e6e6}.ns-dark .btn-outline-active:active{animation:dark-highlight .3s ease-out forwards;background-color:#232323}.btn-outline[isEnabled=false]{background-color:#fff;color:#9dd9d0;border-color:#9dd9d0}.ns-dark .btn-outline[isEnabled=false]{background-color:#303030;color:#9dd9d0;border-color:#9dd9d0}.activity-indicator{color:#00caab}.ns-dark .activity-indicator{color:#00caab}.segmented-bar{selected-background-color:#00caab}.ns-dark .segmented-bar{selected-background-color:#00caab}.ns-ios .segmented-bar{margin:0 15;color:#00caab}.ns-dark.ns-ios .segmented-bar{color:#00caab}.progress{color:#00caab}.ns-dark .progress{color:#00caab}.slider{color:#00caab}.ns-dark .slider{color:#00caab}.slider[isEnabled=false]{color:#e0e0e0}.ns-android .switch{color:#ccc;background-color:#ccc}.ns-dark.ns-android .switch{color:#636363;background-color:#636363}.ns-android .switch[checked=true]{color:#00caab}.ns-dark.ns-android .switch[checked=true]{color:#00caab}.ns-android .switch[isEnabled=false]{color:#e6e6e6}.ns-dark.ns-android .switch[isEnabled=false]{color:#4a4a4a}.ns-ios .switch{color:#fff;background-color:#00caab}.ns-dark.ns-ios .switch{color:#303030;background-color:#00caab}.ns-ios .switch[isEnabled=false]{background-color:rgba(0,202,171,.4)}.ns-dark.ns-ios .switch[isEnabled=false]{background-color:rgba(0,202,171,.4)}.tab-view{selected-tab-text-color:#00caab;android-selected-tab-highlight-color:#00caab}.ns-dark .tab-view{selected-tab-text-color:#00caab;android-selected-tab-highlight-color:#00caab}.tab-view.ns-dark{selected-tab-text-color:#00caab;android-selected-tab-highlight-color:#00caab}.list-view NTIcon,.list-view .nt-icon{color:#006556}.ns-dark .list-view NTIcon,.ns-dark .list-view .nt-icon{color:#00caab}.list-view .nt-list-view__delete{background-color:#d50000}.side-drawer .sidedrawer-header{background:#123a39}.side-drawer .sidedrawer-header Label{color:#fff}.side-drawer .sidedrawer-left,.side-drawer .sidedrawer-center{color:#fff}.side-drawer.ns-dark .sidedrawer-header{background:#123a39}.side-drawer.ns-dark .sidedrawer-header Label{color:#fff}.side-drawer.ns-dark .sidedrawer-left,.side-drawer.ns-dark .sidedrawer-center{color:#fff}.input{background-color:transparent;border-color:#fafafa}.ns-dark .input{border-color:#c7c7c7}.input:focus{border-color:#006455}.ns-dark .input:focus{border-color:#31ffdf}.input[isEnabled=false]{color:#e0e0e0;background-color:#fff}.ns-dark .input[isEnabled=false]{color:#e0e0e0;background-color:#949494}RadAutoCompleteTextView Token{background-color:#31ffdf}.ns-dark RadAutoCompleteTextView Token{background-color:#006455}RadAutoCompleteTextView Token:selected{background-color:#00fdd6}.ns-dark RadAutoCompleteTextView Token:selected{background-color:#009780}.date-time-picker{color:#262626;background:#fff}.date-time-picker.ns-dark{color:#fff;background:#303030}.date-time-picker-buttons{color:#000}.date-time-picker-buttons.ns-dark{color:#97ffef}.ns-dark.date-time-picker-button-cancel{background:#303030}.date-time-picker-spinners{color:#003129}.date-time-picker-spinners.ns-dark{color:#64ffe7}DataFormEditorLabel,.input .label{color:#003129}.ns-dark DataFormEditorLabel,.ns-dark .input .label{color:#64ffe7}.action-bar{color:#fff;background-color:#006968}.ns-dark .action-bar{color:#fff;background-color:#184d4c}.action-bar .action-item{color:#fff}.ns-dark .action-bar .action-item{color:#fff}.action-bar .action-item-active:active{color:#fff}.ns-dark .action-bar .action-item-active:active{color:#fff}.hr,.hr-light{border-color:#31ffdf}.ns-dark .hr,.ns-dark .hr-light{border-color:#97ffef}.hr-dark{border-color:#006455}.ns-dark .hr-dark{border-color:#31ffdf}
/*!
* NativeScript Theme v2.0.11 (https://nativescript.org)
* NativeScript Theme v2.0.12 (https://nativescript.org)
* Copyright 2016-2016 The Theme Authors
* Copyright 2016-2019 Progress Software
* Licensed under Apache 2.0 (https://github.com/NativeScript/theme/blob/master/LICENSE)
*/ActionBar,NTActionBar,.nt-action-bar{color:#fff;background-color:#006968}.ns-dark ActionBar,.ns-dark NTActionBar,.ns-dark .nt-action-bar{color:#fff}.ns-dark ActionBar,.ns-dark NTActionBar,.ns-dark .nt-action-bar{background-color:#184d4c}.ns-root ActionBar NTIcon,ActionBar Label,ActionBar Button,ActionBar .nt-action-bar__item,.ns-root NTActionBar NTIcon,NTActionBar Label,NTActionBar Button,NTActionBar .nt-action-bar__item,.ns-root .nt-action-bar NTIcon,.nt-action-bar Label,.nt-action-bar Button,.nt-action-bar .nt-action-bar__item{color:#fff;background-color:#006968}.ns-dark .ns-root ActionBar NTIcon,.ns-dark ActionBar Label,.ns-dark ActionBar Button,.ns-dark ActionBar .nt-action-bar__item,.ns-dark .ns-root NTActionBar NTIcon,.ns-dark NTActionBar Label,.ns-dark NTActionBar Button,.ns-dark NTActionBar .nt-action-bar__item,.ns-dark .ns-root .nt-action-bar NTIcon,.ns-dark .nt-action-bar Label,.ns-dark .nt-action-bar Button,.ns-dark .nt-action-bar .nt-action-bar__item{color:#fff}.ns-dark .ns-root ActionBar NTIcon,.ns-dark ActionBar Label,.ns-dark ActionBar Button,.ns-dark ActionBar .nt-action-bar__item,.ns-dark .ns-root NTActionBar NTIcon,.ns-dark NTActionBar Label,.ns-dark NTActionBar Button,.ns-dark NTActionBar .nt-action-bar__item,.ns-dark .ns-root .nt-action-bar NTIcon,.ns-dark .nt-action-bar Label,.ns-dark .nt-action-bar Button,.ns-dark .nt-action-bar .nt-action-bar__item{background-color:#184d4c}.ns-root ActionBar NTIcon:active,.ns-root ActionBar NTIcon.-active,ActionBar Label:active,ActionBar Label.-active,ActionBar Button:active,ActionBar Button.-active,ActionBar .nt-action-bar__item:active,ActionBar .nt-action-bar__item.-active,.ns-root NTActionBar NTIcon:active,.ns-root NTActionBar NTIcon.-active,NTActionBar Label:active,NTActionBar Label.-active,NTActionBar Button:active,NTActionBar Button.-active,NTActionBar .nt-action-bar__item:active,NTActionBar .nt-action-bar__item.-active,.ns-root .nt-action-bar NTIcon:active,.ns-root .nt-action-bar NTIcon.-active,.nt-action-bar Label:active,.nt-action-bar Label.-active,.nt-action-bar Button:active,.nt-action-bar Button.-active,.nt-action-bar .nt-action-bar__item:active,.nt-action-bar .nt-action-bar__item.-active{color:#fff;background-color:#006968}.ns-dark .ns-root ActionBar NTIcon:active,.ns-dark .ns-root ActionBar NTIcon.-active,.ns-dark ActionBar Label:active,.ns-dark ActionBar Label.-active,.ns-dark ActionBar Button:active,.ns-dark ActionBar Button.-active,.ns-dark ActionBar .nt-action-bar__item:active,.ns-dark ActionBar .nt-action-bar__item.-active,.ns-dark .ns-root NTActionBar NTIcon:active,.ns-dark .ns-root NTActionBar NTIcon.-active,.ns-dark NTActionBar Label:active,.ns-dark NTActionBar Label.-active,.ns-dark NTActionBar Button:active,.ns-dark NTActionBar Button.-active,.ns-dark NTActionBar .nt-action-bar__item:active,.ns-dark NTActionBar .nt-action-bar__item.-active,.ns-dark .ns-root .nt-action-bar NTIcon:active,.ns-dark .ns-root .nt-action-bar NTIcon.-active,.ns-dark .nt-action-bar Label:active,.ns-dark .nt-action-bar Label.-active,.ns-dark .nt-action-bar Button:active,.ns-dark .nt-action-bar Button.-active,.ns-dark .nt-action-bar .nt-action-bar__item:active,.ns-dark .nt-action-bar .nt-action-bar__item.-active{color:#fff}.ns-dark .ns-root ActionBar NTIcon:active,.ns-dark .ns-root ActionBar NTIcon.-active,.ns-dark ActionBar Label:active,.ns-dark ActionBar Label.-active,.ns-dark ActionBar Button:active,.ns-dark ActionBar Button.-active,.ns-dark ActionBar .nt-action-bar__item:active,.ns-dark ActionBar .nt-action-bar__item.-active,.ns-dark .ns-root NTActionBar NTIcon:active,.ns-dark .ns-root NTActionBar NTIcon.-active,.ns-dark NTActionBar Label:active,.ns-dark NTActionBar Label.-active,.ns-dark NTActionBar Button:active,.ns-dark NTActionBar Button.-active,.ns-dark NTActionBar .nt-action-bar__item:active,.ns-dark NTActionBar .nt-action-bar__item.-active,.ns-dark .ns-root .nt-action-bar NTIcon:active,.ns-dark .ns-root .nt-action-bar NTIcon.-active,.ns-dark .nt-action-bar Label:active,.ns-dark .nt-action-bar Label.-active,.ns-dark .nt-action-bar Button:active,.ns-dark .nt-action-bar Button.-active,.ns-dark .nt-action-bar .nt-action-bar__item:active,.ns-dark .nt-action-bar .nt-action-bar__item.-active{background-color:#184d4c}.ns-ios ActionBar NTIcon:active,.ns-ios ActionBar Label:active,.ns-ios ActionBar Button:active,.ns-ios ActionBar .nt-action-bar__item:active,.ns-android ActionBar NTIcon:active,.ns-android ActionBar Label:active,.ns-android ActionBar Button:active,.ns-android ActionBar .nt-action-bar__item:active,.ns-ios NTActionBar NTIcon:active,.ns-ios NTActionBar Label:active,.ns-ios NTActionBar Button:active,.ns-ios NTActionBar .nt-action-bar__item:active,.ns-android NTActionBar NTIcon:active,.ns-android NTActionBar Label:active,.ns-android NTActionBar Button:active,.ns-android NTActionBar .nt-action-bar__item:active,.ns-ios .nt-action-bar NTIcon:active,.ns-ios .nt-action-bar Label:active,.ns-ios .nt-action-bar Button:active,.ns-ios .nt-action-bar .nt-action-bar__item:active,.ns-android .nt-action-bar NTIcon:active,.ns-android .nt-action-bar Label:active,.ns-android .nt-action-bar Button:active,.ns-android .nt-action-bar .nt-action-bar__item:active{color:#fff}.ns-dark .ns-ios ActionBar NTIcon:active,.ns-dark .ns-ios ActionBar Label:active,.ns-dark .ns-ios ActionBar Button:active,.ns-dark .ns-ios ActionBar .nt-action-bar__item:active,.ns-dark .ns-android ActionBar NTIcon:active,.ns-dark .ns-android ActionBar Label:active,.ns-dark .ns-android ActionBar Button:active,.ns-dark .ns-android ActionBar .nt-action-bar__item:active,.ns-dark .ns-ios NTActionBar NTIcon:active,.ns-dark .ns-ios NTActionBar Label:active,.ns-dark .ns-ios NTActionBar Button:active,.ns-dark .ns-ios NTActionBar .nt-action-bar__item:active,.ns-dark .ns-android NTActionBar NTIcon:active,.ns-dark .ns-android NTActionBar Label:active,.ns-dark .ns-android NTActionBar Button:active,.ns-dark .ns-android NTActionBar .nt-action-bar__item:active,.ns-dark .ns-ios .nt-action-bar NTIcon:active,.ns-dark .ns-ios .nt-action-bar Label:active,.ns-dark .ns-ios .nt-action-bar Button:active,.ns-dark .ns-ios .nt-action-bar .nt-action-bar__item:active,.ns-dark .ns-android .nt-action-bar NTIcon:active,.ns-dark .ns-android .nt-action-bar Label:active,.ns-dark .ns-android .nt-action-bar Button:active,.ns-dark .ns-android .nt-action-bar .nt-action-bar__item:active{color:#fff}@keyframes light-highlight{0%{background-color:#fff}100%{background-color:#e6e6e6}}@keyframes dark-highlight{0%{background-color:#303030}100%{background-color:#232323}}@keyframes focus-highlight{0%{background-color:#00caab}100%{background-color:#009780}}@keyframes dark-focus-highlight{0%{background-color:#00caab}100%{background-color:#009780}}Button,.nt-button{background-color:#fff;color:#000}.ns-dark Button,.ns-dark .nt-button{background-color:#303030}.ns-dark Button,.ns-dark .nt-button{color:#97ffef}Button:active,Button.-active,.nt-button:active,.nt-button.-active{color:#000}.ns-dark Button:active,.ns-dark Button.-active,.ns-dark .nt-button:active,.ns-dark .nt-button.-active{color:#97ffef}Button.-primary,.nt-button.-primary{color:#fdffff;background-color:#00caab;border-color:#00caab}.ns-dark Button.-primary,.ns-dark .nt-button.-primary{color:#fdffff}.ns-dark Button.-primary,.ns-dark .nt-button.-primary{background-color:#00caab}.ns-dark Button.-primary,.ns-dark .nt-button.-primary{border-color:#00caab}Button.-primary:active,Button.-primary.-active,.nt-button.-primary:active,.nt-button.-primary.-active{animation:focus-highlight .3s ease-out forwards;background-color:#009780}Button[isEnabled=false],.nt-button[isEnabled=false]{background-color:#6fe1cf}.ns-dark Button[isEnabled=false],.ns-dark .nt-button[isEnabled=false]{background-color:#289685}Button.-outline,.nt-button.-outline{background-color:#fff;border-color:#006455}.ns-dark Button.-outline,.ns-dark .nt-button.-outline{background-color:#303030}.ns-dark Button.-outline,.ns-dark .nt-button.-outline{border-color:#31ffdf}Button.-outline:active,Button.-outline.-active,.nt-button.-outline:active,.nt-button.-outline.-active{animation:light-highlight .3s ease-out forwards;background-color:#e6e6e6}.ns-dark Button.-outline:active,.ns-dark Button.-outline.-active,.ns-dark .nt-button.-outline:active,.ns-dark .nt-button.-outline.-active{animation:dark-highlight .3s ease-out forwards;background-color:#232323}Button.-outline[isEnabled=false],.nt-button.-outline[isEnabled=false]{background-color:#fff;color:#6ba89e;border-color:#6ba89e}.ns-dark Button.-outline[isEnabled=false],.ns-dark .nt-button.-outline[isEnabled=false]{background-color:#303030}.ns-dark Button.-outline[isEnabled=false],.ns-dark .nt-button.-outline[isEnabled=false]{color:#6ba89e}.ns-dark Button.-outline[isEnabled=false],.ns-dark .nt-button.-outline[isEnabled=false]{border-color:#6ba89e}ActivityIndicator,.nt-activity-indicator{color:#00caab}.ns-dark ActivityIndicator,.ns-dark .nt-activity-indicator{color:#00caab}SegmentedBar,.nt-segmented-bar{selected-background-color:#00caab}.ns-dark SegmentedBar,.ns-dark .nt-segmented-bar{selected-background-color:#00caab}.ns-ios SegmentedBar,.ns-ios .nt-segmented-bar{margin:0 15;color:#00caab}.ns-dark .ns-ios SegmentedBar,.ns-dark .ns-ios .nt-segmented-bar{color:#00caab}Progress,.nt-progress{color:#00caab}.ns-dark Progress,.ns-dark .nt-progress{color:#00caab}Slider,.nt-slider{color:#00caab}.ns-dark Slider,.ns-dark .nt-slider{color:#00caab}Slider[isEnabled=false],.nt-slider[isEnabled=false]{color:#e0e0e0}.ns-android Switch,.ns-android .nt-switch{color:#ccc;background-color:#ccc}.ns-dark .ns-android Switch,.ns-dark .ns-android .nt-switch{color:#636363}.ns-dark .ns-android Switch,.ns-dark .ns-android .nt-switch{background-color:#636363}.ns-android Switch[checked=true],.ns-android .nt-switch[checked=true]{color:#00caab}.ns-dark .ns-android Switch[checked=true],.ns-dark .ns-android .nt-switch[checked=true]{color:#00caab}.ns-android Switch[isEnabled=false],.ns-android .nt-switch[isEnabled=false]{color:#e6e6e6}.ns-dark .ns-android Switch[isEnabled=false],.ns-dark .ns-android .nt-switch[isEnabled=false]{color:#4a4a4a}.ns-ios Switch,.ns-ios .nt-switch{background-color:#00caab;off-background-color:#e6e6e6}.ns-dark .ns-ios Switch,.ns-dark .ns-ios .nt-switch{background-color:#00caab}.ns-dark .ns-ios Switch,.ns-dark .ns-ios .nt-switch{off-background-color:#4a4a4a}.ns-ios Switch[isEnabled=false],.ns-ios .nt-switch[isEnabled=false]{background-color:rgba(0,202,171,.4);off-background-color:#e6e6e6}.ns-dark .ns-ios Switch[isEnabled=false],.ns-dark .ns-ios .nt-switch[isEnabled=false]{background-color:rgba(0,202,171,.4)}.ns-dark .ns-ios Switch[isEnabled=false],.ns-dark .ns-ios .nt-switch[isEnabled=false]{off-background-color:#4a4a4a}TabView,.nt-tab-view{selected-tab-text-color:#00caab;android-selected-tab-highlight-color:#00caab}.ns-dark TabView,.ns-dark .nt-tab-view{selected-tab-text-color:#00caab}.ns-dark TabView,.ns-dark .nt-tab-view{android-selected-tab-highlight-color:#00caab}TabView.ns-dark,.nt-tab-view.ns-dark{selected-tab-text-color:#00caab;android-selected-tab-highlight-color:#00caab}TabStrip,.nt-tab-strip{highlight-color:#00caab}.ns-dark TabStrip,.ns-dark .nt-tab-strip{highlight-color:#00caab}TabStripItem:active,.nt-tab-strip__item:active{color:#00caab}.ns-dark TabStripItem:active,.ns-dark .nt-tab-strip__item:active{color:#00caab}TabStripItem:active Label,.nt-tab-strip__item:active Label{color:#00caab}.ns-dark TabStripItem:active Label,.ns-dark .nt-tab-strip__item:active Label{color:#00caab}ListView NTIcon,ListView .nt-icon,RadListView NTIcon,RadListView .nt-icon,.nt-list-view NTIcon,.nt-list-view .nt-icon{color:#006556}.ns-dark ListView NTIcon,.ns-dark ListView .nt-icon,.ns-dark RadListView NTIcon,.ns-dark RadListView .nt-icon,.ns-dark .nt-list-view NTIcon,.ns-dark .nt-list-view .nt-icon{color:#00caab}ListView .nt-list-view__delete,RadListView .nt-list-view__delete,.nt-list-view .nt-list-view__delete{background-color:#d50000}RadSideDrawer .nt-drawer__header,.nt-drawer .nt-drawer__header{background:#123a39}RadSideDrawer .nt-drawer__header Label,.nt-drawer .nt-drawer__header Label{color:#fff}RadSideDrawer>*,RadSideDrawer .nt-drawer__content,.nt-drawer>*,.nt-drawer .nt-drawer__content{color:#fff}RadSideDrawer.ns-dark .nt-drawer__header,.nt-drawer.ns-dark .nt-drawer__header{background:#123a39}RadSideDrawer.ns-dark .nt-drawer__header Label,.nt-drawer.ns-dark .nt-drawer__header Label{color:#fff}RadSideDrawer.ns-dark>*,RadSideDrawer.ns-dark .nt-drawer__content,.nt-drawer.ns-dark>*,.nt-drawer.ns-dark .nt-drawer__content{color:#fff}TextView,TextField,PickerField,DatePickerField,TimePickerField,DateTimePickerFields,DataFormEditorCore,RadAutoCompleteTextView{background-color:transparent;border-color:#b3b3b3}.ns-dark TextView,.ns-dark TextField,.ns-dark PickerField,.ns-dark DatePickerField,.ns-dark TimePickerField,.ns-dark DateTimePickerFields,.ns-dark DataFormEditorCore,.ns-dark RadAutoCompleteTextView{border-color:gray}TextView:focus,TextField:focus,PickerField:focus,DatePickerField:focus,TimePickerField:focus,DateTimePickerFields:focus,DataFormEditorCore:focus,RadAutoCompleteTextView:focus{border-color:#006455}.ns-dark TextView:focus,.ns-dark TextField:focus,.ns-dark PickerField:focus,.ns-dark DatePickerField:focus,.ns-dark TimePickerField:focus,.ns-dark DateTimePickerFields:focus,.ns-dark DataFormEditorCore:focus,.ns-dark RadAutoCompleteTextView:focus{border-color:#31ffdf}TextView[isEnabled=false],TextField[isEnabled=false],PickerField[isEnabled=false],DatePickerField[isEnabled=false],TimePickerField[isEnabled=false],DateTimePickerFields[isEnabled=false],DataFormEditorCore[isEnabled=false],RadAutoCompleteTextView[isEnabled=false]{color:#999;background-color:#e6e6e6}.ns-dark TextView[isEnabled=false],.ns-dark TextField[isEnabled=false],.ns-dark PickerField[isEnabled=false],.ns-dark DatePickerField[isEnabled=false],.ns-dark TimePickerField[isEnabled=false],.ns-dark DateTimePickerFields[isEnabled=false],.ns-dark DataFormEditorCore[isEnabled=false],.ns-dark RadAutoCompleteTextView[isEnabled=false]{color:#999}.ns-dark TextView[isEnabled=false],.ns-dark TextField[isEnabled=false],.ns-dark PickerField[isEnabled=false],.ns-dark DatePickerField[isEnabled=false],.ns-dark TimePickerField[isEnabled=false],.ns-dark DateTimePickerFields[isEnabled=false],.ns-dark DataFormEditorCore[isEnabled=false],.ns-dark RadAutoCompleteTextView[isEnabled=false]{background-color:#4d4d4d}RadAutoCompleteTextView Token{background-color:#31ffdf}.ns-dark RadAutoCompleteTextView Token{background-color:#006455}RadAutoCompleteTextView Token:selected{background-color:#00fdd6}.ns-dark RadAutoCompleteTextView Token:selected{background-color:#009780}.date-time-picker{color:#262626;background:#fff}.date-time-picker.ns-dark{color:#fff;background:#303030}.date-time-picker-buttons{color:#000}.date-time-picker-buttons.ns-dark{color:#97ffef}.ns-dark.date-time-picker-button-cancel{background:#303030}.date-time-picker-spinners{color:#003129}.date-time-picker-spinners.ns-dark{color:#64ffe7}DataFormEditorLabel,NTInput>Label,.nt-input>Label{color:#003129}.ns-dark DataFormEditorLabel,.ns-dark NTInput>Label,.ns-dark .nt-input>Label{color:#64ffe7}.hr,.hr-light{border-color:#31ffdf}.ns-dark .hr,.ns-dark .hr-light{border-color:#97ffef}.hr-dark{border-color:#006455}.ns-dark .hr-dark{border-color:#31ffdf}
*/@keyframes light-highlight{0%{background-color:#fff}100%{background-color:#e6e6e6}}@keyframes dark-highlight{0%{background-color:#303030}100%{background-color:#232323}}@keyframes focus-highlight{0%{background-color:#00caab}100%{background-color:#009780}}@keyframes dark-focus-highlight{0%{background-color:#00caab}100%{background-color:#009780}}Button,.nt-button{background-color:#fff;color:#000}.ns-dark Button,.ns-dark .nt-button{background-color:#303030;color:#97ffef}Button:active,Button.-active,.nt-button:active,.nt-button.-active{color:#000}.ns-dark Button:active,.ns-dark Button.-active,.ns-dark .nt-button:active,.ns-dark .nt-button.-active{color:#97ffef}Button.-primary,.nt-button.-primary{color:#fdffff;background-color:#00caab;border-color:#00caab}.ns-dark Button.-primary,.ns-dark .nt-button.-primary{color:#fdffff;background-color:#00caab;border-color:#00caab}Button.-primary:active,Button.-primary.-active,.nt-button.-primary:active,.nt-button.-primary.-active{animation:focus-highlight .3s ease-out forwards;background-color:#009780}Button[isEnabled=false],.nt-button[isEnabled=false]{background-color:#6fe1cf}.ns-dark Button[isEnabled=false],.ns-dark .nt-button[isEnabled=false]{background-color:#289685}Button.-outline,.nt-button.-outline{background-color:#fff;border-color:#006455}.ns-dark Button.-outline,.ns-dark .nt-button.-outline{background-color:#303030;border-color:#31ffdf}Button.-outline:active,Button.-outline.-active,.nt-button.-outline:active,.nt-button.-outline.-active{animation:light-highlight .3s ease-out forwards;background-color:#e6e6e6}.ns-dark Button.-outline:active,.ns-dark Button.-outline.-active,.ns-dark .nt-button.-outline:active,.ns-dark .nt-button.-outline.-active{animation:dark-highlight .3s ease-out forwards;background-color:#232323}Button.-outline[isEnabled=false],.nt-button.-outline[isEnabled=false]{background-color:#fff;color:#9dd9d0;border-color:#9dd9d0}.ns-dark Button.-outline[isEnabled=false],.ns-dark .nt-button.-outline[isEnabled=false]{background-color:#303030;color:#9dd9d0;border-color:#9dd9d0}ActivityIndicator,.nt-activity-indicator{color:#00caab}.ns-dark ActivityIndicator,.ns-dark .nt-activity-indicator{color:#00caab}SegmentedBar,.nt-segmented-bar{selected-background-color:#00caab}.ns-dark SegmentedBar,.ns-dark .nt-segmented-bar{selected-background-color:#00caab}.ns-ios SegmentedBar,.ns-ios .nt-segmented-bar{margin:0 15;color:#00caab}.ns-dark.ns-ios SegmentedBar,.ns-dark.ns-ios .nt-segmented-bar{color:#00caab}Progress,.nt-progress{color:#00caab}.ns-dark Progress,.ns-dark .nt-progress{color:#00caab}Slider,.nt-slider{color:#00caab}.ns-dark Slider,.ns-dark .nt-slider{color:#00caab}Slider[isEnabled=false],.nt-slider[isEnabled=false]{color:#e0e0e0}.ns-android Switch,.ns-android .nt-switch{color:#ccc;background-color:#ccc}.ns-dark.ns-android Switch,.ns-dark.ns-android .nt-switch{color:#636363;background-color:#636363}.ns-android Switch[checked=true],.ns-android .nt-switch[checked=true]{color:#00caab}.ns-dark.ns-android Switch[checked=true],.ns-dark.ns-android .nt-switch[checked=true]{color:#00caab}.ns-android Switch[isEnabled=false],.ns-android .nt-switch[isEnabled=false]{color:#e6e6e6}.ns-dark.ns-android Switch[isEnabled=false],.ns-dark.ns-android .nt-switch[isEnabled=false]{color:#4a4a4a}.ns-ios Switch,.ns-ios .nt-switch{color:#fff;background-color:#00caab}.ns-dark.ns-ios Switch,.ns-dark.ns-ios .nt-switch{color:#303030;background-color:#00caab}.ns-ios Switch[isEnabled=false],.ns-ios .nt-switch[isEnabled=false]{background-color:rgba(0,202,171,.4)}.ns-dark.ns-ios Switch[isEnabled=false],.ns-dark.ns-ios .nt-switch[isEnabled=false]{background-color:rgba(0,202,171,.4)}TabView,.nt-tab-view{selected-tab-text-color:#00caab;android-selected-tab-highlight-color:#00caab}.ns-dark TabView,.ns-dark .nt-tab-view{selected-tab-text-color:#00caab;android-selected-tab-highlight-color:#00caab}TabView.ns-dark,.nt-tab-view.ns-dark{selected-tab-text-color:#00caab;android-selected-tab-highlight-color:#00caab}TabStrip,.nt-tab-strip{highlight-color:#00caab}.ns-dark TabStrip,.ns-dark .nt-tab-strip{highlight-color:#00caab}TabStripItem:active,.nt-tab-strip__item:active{color:#00caab}.ns-dark TabStripItem:active,.ns-dark .nt-tab-strip__item:active{color:#00caab}TabStripItem:active Label,.nt-tab-strip__item:active Label{color:#00caab}.ns-dark TabStripItem:active Label,.ns-dark .nt-tab-strip__item:active Label{color:#00caab}ListView NTIcon,ListView .nt-icon,RadListView NTIcon,RadListView .nt-icon,.nt-list-view NTIcon,.nt-list-view .nt-icon{color:#006556}.ns-dark ListView NTIcon,.ns-dark ListView .nt-icon,.ns-dark RadListView NTIcon,.ns-dark RadListView .nt-icon,.ns-dark .nt-list-view NTIcon,.ns-dark .nt-list-view .nt-icon{color:#00caab}ListView .nt-list-view__delete,RadListView .nt-list-view__delete,.nt-list-view .nt-list-view__delete{background-color:#d50000}RadSideDrawer .nt-drawer__header,.nt-drawer .nt-drawer__header{background:#123a39}RadSideDrawer .nt-drawer__header Label,.nt-drawer .nt-drawer__header Label{color:#fff}RadSideDrawer>*,RadSideDrawer .nt-drawer__content,.nt-drawer>*,.nt-drawer .nt-drawer__content{color:#fff}RadSideDrawer.ns-dark .nt-drawer__header,.nt-drawer.ns-dark .nt-drawer__header{background:#123a39}RadSideDrawer.ns-dark .nt-drawer__header Label,.nt-drawer.ns-dark .nt-drawer__header Label{color:#fff}RadSideDrawer.ns-dark>*,RadSideDrawer.ns-dark .nt-drawer__content,.nt-drawer.ns-dark>*,.nt-drawer.ns-dark .nt-drawer__content{color:#fff}TextView,TextField,PickerField,DatePickerField,TimePickerField,DateTimePickerFields,DataFormEditorCore,RadAutoCompleteTextView{background-color:transparent;border-color:#fafafa}.ns-dark TextView,.ns-dark TextField,.ns-dark PickerField,.ns-dark DatePickerField,.ns-dark TimePickerField,.ns-dark DateTimePickerFields,.ns-dark DataFormEditorCore,.ns-dark RadAutoCompleteTextView{border-color:#c7c7c7}TextView:focus,TextField:focus,PickerField:focus,DatePickerField:focus,TimePickerField:focus,DateTimePickerFields:focus,DataFormEditorCore:focus,RadAutoCompleteTextView:focus{border-color:#006455}.ns-dark TextView:focus,.ns-dark TextField:focus,.ns-dark PickerField:focus,.ns-dark DatePickerField:focus,.ns-dark TimePickerField:focus,.ns-dark DateTimePickerFields:focus,.ns-dark DataFormEditorCore:focus,.ns-dark RadAutoCompleteTextView:focus{border-color:#31ffdf}TextView[isEnabled=false],TextField[isEnabled=false],PickerField[isEnabled=false],DatePickerField[isEnabled=false],TimePickerField[isEnabled=false],DateTimePickerFields[isEnabled=false],DataFormEditorCore[isEnabled=false],RadAutoCompleteTextView[isEnabled=false]{color:#e0e0e0;background-color:#fff}.ns-dark TextView[isEnabled=false],.ns-dark TextField[isEnabled=false],.ns-dark PickerField[isEnabled=false],.ns-dark DatePickerField[isEnabled=false],.ns-dark TimePickerField[isEnabled=false],.ns-dark DateTimePickerFields[isEnabled=false],.ns-dark DataFormEditorCore[isEnabled=false],.ns-dark RadAutoCompleteTextView[isEnabled=false]{color:#e0e0e0;background-color:#949494}RadAutoCompleteTextView Token{background-color:#31ffdf}.ns-dark RadAutoCompleteTextView Token{background-color:#006455}RadAutoCompleteTextView Token:selected{background-color:#00fdd6}.ns-dark RadAutoCompleteTextView Token:selected{background-color:#009780}.date-time-picker{color:#262626;background:#fff}.date-time-picker.ns-dark{color:#fff;background:#303030}.date-time-picker-buttons{color:#000}.date-time-picker-buttons.ns-dark{color:#97ffef}.ns-dark.date-time-picker-button-cancel{background:#303030}.date-time-picker-spinners{color:#003129}.date-time-picker-spinners.ns-dark{color:#64ffe7}DataFormEditorLabel,.nt-input>Label{color:#003129}.ns-dark DataFormEditorLabel,.ns-dark .nt-input>Label{color:#64ffe7}ActionBar,.nt-action-bar{color:#fff;background-color:#006968}.ns-dark ActionBar,.ns-dark .nt-action-bar{color:#fff;background-color:#184d4c}ActionBar NTIcon,ActionBar Label,ActionBar Button,ActionBar .nt-action-bar__item,.nt-action-bar NTIcon,.nt-action-bar Label,.nt-action-bar Button,.nt-action-bar .nt-action-bar__item{color:#fff}.ns-dark ActionBar NTIcon,.ns-dark ActionBar Label,.ns-dark ActionBar Button,.ns-dark ActionBar .nt-action-bar__item,.ns-dark .nt-action-bar NTIcon,.ns-dark .nt-action-bar Label,.ns-dark .nt-action-bar Button,.ns-dark .nt-action-bar .nt-action-bar__item{color:#fff}ActionBar NTIcon:active,ActionBar NTIcon.-active,ActionBar Label:active,ActionBar Label.-active,ActionBar Button:active,ActionBar Button.-active,ActionBar .nt-action-bar__item:active,ActionBar .nt-action-bar__item.-active,.nt-action-bar NTIcon:active,.nt-action-bar NTIcon.-active,.nt-action-bar Label:active,.nt-action-bar Label.-active,.nt-action-bar Button:active,.nt-action-bar Button.-active,.nt-action-bar .nt-action-bar__item:active,.nt-action-bar .nt-action-bar__item.-active{color:#fff}.ns-dark ActionBar NTIcon:active,.ns-dark ActionBar NTIcon.-active,.ns-dark ActionBar Label:active,.ns-dark ActionBar Label.-active,.ns-dark ActionBar Button:active,.ns-dark ActionBar Button.-active,.ns-dark ActionBar .nt-action-bar__item:active,.ns-dark ActionBar .nt-action-bar__item.-active,.ns-dark .nt-action-bar NTIcon:active,.ns-dark .nt-action-bar NTIcon.-active,.ns-dark .nt-action-bar Label:active,.ns-dark .nt-action-bar Label.-active,.ns-dark .nt-action-bar Button:active,.ns-dark .nt-action-bar Button.-active,.ns-dark .nt-action-bar .nt-action-bar__item:active,.ns-dark .nt-action-bar .nt-action-bar__item.-active{color:#fff}.ns-android ActionBar Button,.ns-android ActionBar .nt-button,.ns-android .nt-action-bar Button,.ns-android .nt-action-bar .nt-button{background-color:#006968}.ns-dark.ns-android ActionBar Button,.ns-dark.ns-android ActionBar .nt-button,.ns-dark.ns-android .nt-action-bar Button,.ns-dark.ns-android .nt-action-bar .nt-button{background-color:#184d4c}.hr,.hr-light{border-color:#31ffdf}.ns-dark .hr,.ns-dark .hr-light{border-color:#97ffef}.hr-dark{border-color:#006455}.ns-dark .hr-dark{border-color:#31ffdf}
/*!
* NativeScript Compatibility Theme v2.0.11 (https://nativescript.org)
* NativeScript Compatibility Theme v2.0.12 (https://nativescript.org)
* Copyright 2016-2016 The Theme Authors
* Copyright 2016-2019 Progress Software
* Licensed under Apache 2.0 (https://github.com/NativeScript/theme/blob/master/LICENSE)
*/.action-bar{color:#fff;background-color:#5c687c}.ns-dark .action-bar{color:#fff}.ns-dark .action-bar{background-color:#464c56}.ns-root .action-bar .action-item{color:#fff;background-color:#5c687c}.ns-dark .ns-root .action-bar .action-item{color:#fff}.ns-dark .ns-root .action-bar .action-item{background-color:#464c56}.ns-root .action-bar .action-item-active:active{color:#fff;background-color:#5c687c}.ns-dark .ns-root .action-bar .action-item-active:active{color:#fff}.ns-dark .ns-root .action-bar .action-item-active:active{background-color:#464c56}.ns-ios .action-bar .action-item:active,.ns-android .action-bar .action-item:active{color:#fff}.ns-dark .ns-ios .action-bar .action-item:active,.ns-dark .ns-android .action-bar .action-item:active{color:#fff}@keyframes light-highlight{0%{background-color:#fff}100%{background-color:#e6e6e6}}@keyframes dark-highlight{0%{background-color:#303030}100%{background-color:#232323}}@keyframes focus-highlight{0%{background-color:#aee406}100%{background-color:#88b205}}@keyframes dark-focus-highlight{0%{background-color:#aee406}100%{background-color:#88b205}}.btn{background-color:#fff;color:#161d01}.ns-dark .btn{background-color:#303030}.ns-dark .btn{color:#edfdb9}.btn-active:active{color:#161d01}.ns-dark .btn-active:active{color:#edfdb9}.btn-primary{color:#000;background-color:#aee406;border-color:#aee406}.ns-dark .btn-primary{color:#000}.ns-dark .btn-primary{background-color:#aee406}.ns-dark .btn-primary{border-color:#aee406}.btn-primary.btn-active:active{animation:focus-highlight .3s ease-out forwards;background-color:#88b205}.btn[isEnabled=false]{background-color:#d0ef6d}.ns-dark .btn[isEnabled=false]{background-color:#83a129}.btn-outline{background-color:#fff;border-color:#628103}.ns-dark .btn-outline{background-color:#303030}.ns-dark .btn-outline{border-color:#d2fb55}.btn-outline-active:active{animation:light-highlight .3s ease-out forwards;background-color:#e6e6e6}.ns-dark .btn-outline-active:active{animation:dark-highlight .3s ease-out forwards;background-color:#232323}.btn-outline[isEnabled=false]{background-color:#fff;color:#9fb06d;border-color:#9fb06d}.ns-dark .btn-outline[isEnabled=false]{background-color:#303030}.ns-dark .btn-outline[isEnabled=false]{color:#9fb06d}.ns-dark .btn-outline[isEnabled=false]{border-color:#9fb06d}.activity-indicator{color:#aee406}.ns-dark .activity-indicator{color:#aee406}.segmented-bar{selected-background-color:#aee406}.ns-dark .segmented-bar{selected-background-color:#aee406}.ns-ios .segmented-bar{margin:0 15;color:#aee406}.ns-dark .ns-ios .segmented-bar{color:#aee406}.progress{color:#aee406}.ns-dark .progress{color:#aee406}.slider{color:#aee406}.ns-dark .slider{color:#aee406}.slider[isEnabled=false]{color:#e0e0e0}.ns-android .switch{color:#ccc;background-color:#ccc}.ns-dark .ns-android .switch{color:#636363}.ns-dark .ns-android .switch{background-color:#636363}.ns-android .switch[checked=true]{color:#aee406}.ns-dark .ns-android .switch[checked=true]{color:#aee406}.ns-android .switch[isEnabled=false]{color:#e6e6e6}.ns-dark .ns-android .switch[isEnabled=false]{color:#4a4a4a}.ns-ios .switch{background-color:#aee406;off-background-color:#e6e6e6}.ns-dark .ns-ios .switch{background-color:#aee406}.ns-dark .ns-ios .switch{off-background-color:#4a4a4a}.ns-ios .switch[isEnabled=false]{background-color:rgba(174,228,6,.4);off-background-color:#e6e6e6}.ns-dark .ns-ios .switch[isEnabled=false]{background-color:rgba(174,228,6,.4)}.ns-dark .ns-ios .switch[isEnabled=false]{off-background-color:#4a4a4a}.tab-view{selected-tab-text-color:#aee406;android-selected-tab-highlight-color:#aee406}.ns-dark .tab-view{selected-tab-text-color:#aee406}.ns-dark .tab-view{android-selected-tab-highlight-color:#aee406}.tab-view.ns-dark{selected-tab-text-color:#aee406;android-selected-tab-highlight-color:#aee406}.list-view NTIcon,.list-view .nt-icon{color:#577203}.ns-dark .list-view NTIcon,.ns-dark .list-view .nt-icon{color:#aee406}.list-view .nt-list-view__delete{background-color:#d50000}.side-drawer .sidedrawer-header{background:#3b4048}.side-drawer .sidedrawer-header Label{color:#fff}.side-drawer .sidedrawer-left,.side-drawer .sidedrawer-center{color:#fff}.side-drawer.ns-dark .sidedrawer-header{background:#3b4048}.side-drawer.ns-dark .sidedrawer-header Label{color:#fff}.side-drawer.ns-dark .sidedrawer-left,.side-drawer.ns-dark .sidedrawer-center{color:#fff}.input{background-color:transparent;border-color:#b3b3b3}.ns-dark .input{border-color:gray}.input:focus{border-color:#628103}.ns-dark .input:focus{border-color:#d2fb55}.input[isEnabled=false]{color:#999;background-color:#e6e6e6}.ns-dark .input[isEnabled=false]{color:#999}.ns-dark .input[isEnabled=false]{background-color:#4d4d4d}RadAutoCompleteTextView Token{background-color:#d2fb55}.ns-dark RadAutoCompleteTextView Token{background-color:#628103}RadAutoCompleteTextView Token:selected{background-color:#c5f924}.ns-dark RadAutoCompleteTextView Token:selected{background-color:#88b205}.date-time-picker{color:#262626;background:#fff}.date-time-picker.ns-dark{color:#fff;background:#303030}.date-time-picker-buttons{color:#161d01}.date-time-picker-buttons.ns-dark{color:#edfdb9}.ns-dark.date-time-picker-button-cancel{background:#303030}.date-time-picker-spinners{color:#3c4f02}.date-time-picker-spinners.ns-dark{color:#dffc87}DataFormEditorLabel,.input .label{color:#3c4f02}.ns-dark DataFormEditorLabel,.ns-dark .input .label{color:#dffc87}.hr,.hr-light{border-color:#d2fb55}.ns-dark .hr,.ns-dark .hr-light{border-color:#edfdb9}.hr-dark{border-color:#628103}.ns-dark .hr-dark{border-color:#d2fb55}
*/@keyframes light-highlight{0%{background-color:#fff}100%{background-color:#e6e6e6}}@keyframes dark-highlight{0%{background-color:#303030}100%{background-color:#232323}}@keyframes focus-highlight{0%{background-color:#aee406}100%{background-color:#88b205}}@keyframes dark-focus-highlight{0%{background-color:#aee406}100%{background-color:#88b205}}.btn{background-color:#fff;color:#161d01}.ns-dark .btn{background-color:#303030;color:#edfdb9}.btn-active:active{color:#161d01}.ns-dark .btn-active:active{color:#edfdb9}.btn-primary{color:#000;background-color:#aee406;border-color:#aee406}.ns-dark .btn-primary{color:#000;background-color:#aee406;border-color:#aee406}.btn-primary.btn-active:active{animation:focus-highlight .3s ease-out forwards;background-color:#88b205}.btn[isEnabled=false]{background-color:#d0ef6d}.ns-dark .btn[isEnabled=false]{background-color:#83a129}.btn-outline{background-color:#fff;border-color:#628103}.ns-dark .btn-outline{background-color:#303030;border-color:#d2fb55}.btn-outline-active:active{animation:light-highlight .3s ease-out forwards;background-color:#e6e6e6}.ns-dark .btn-outline-active:active{animation:dark-highlight .3s ease-out forwards;background-color:#232323}.btn-outline[isEnabled=false]{background-color:#fff;color:#d1e19f;border-color:#d1e19f}.ns-dark .btn-outline[isEnabled=false]{background-color:#303030;color:#d1e19f;border-color:#d1e19f}.activity-indicator{color:#aee406}.ns-dark .activity-indicator{color:#aee406}.segmented-bar{selected-background-color:#aee406}.ns-dark .segmented-bar{selected-background-color:#aee406}.ns-ios .segmented-bar{margin:0 15;color:#aee406}.ns-dark.ns-ios .segmented-bar{color:#aee406}.progress{color:#aee406}.ns-dark .progress{color:#aee406}.slider{color:#aee406}.ns-dark .slider{color:#aee406}.slider[isEnabled=false]{color:#e0e0e0}.ns-android .switch{color:#ccc;background-color:#ccc}.ns-dark.ns-android .switch{color:#636363;background-color:#636363}.ns-android .switch[checked=true]{color:#aee406}.ns-dark.ns-android .switch[checked=true]{color:#aee406}.ns-android .switch[isEnabled=false]{color:#e6e6e6}.ns-dark.ns-android .switch[isEnabled=false]{color:#4a4a4a}.ns-ios .switch{color:#fff;background-color:#aee406}.ns-dark.ns-ios .switch{color:#303030;background-color:#aee406}.ns-ios .switch[isEnabled=false]{background-color:rgba(174,228,6,.4)}.ns-dark.ns-ios .switch[isEnabled=false]{background-color:rgba(174,228,6,.4)}.tab-view{selected-tab-text-color:#aee406;android-selected-tab-highlight-color:#aee406}.ns-dark .tab-view{selected-tab-text-color:#aee406;android-selected-tab-highlight-color:#aee406}.tab-view.ns-dark{selected-tab-text-color:#aee406;android-selected-tab-highlight-color:#aee406}.list-view NTIcon,.list-view .nt-icon{color:#577203}.ns-dark .list-view NTIcon,.ns-dark .list-view .nt-icon{color:#aee406}.list-view .nt-list-view__delete{background-color:#d50000}.side-drawer .sidedrawer-header{background:#3b4048}.side-drawer .sidedrawer-header Label{color:#fff}.side-drawer .sidedrawer-left,.side-drawer .sidedrawer-center{color:#fff}.side-drawer.ns-dark .sidedrawer-header{background:#3b4048}.side-drawer.ns-dark .sidedrawer-header Label{color:#fff}.side-drawer.ns-dark .sidedrawer-left,.side-drawer.ns-dark .sidedrawer-center{color:#fff}.input{background-color:transparent;border-color:#fafafa}.ns-dark .input{border-color:#c7c7c7}.input:focus{border-color:#628103}.ns-dark .input:focus{border-color:#d2fb55}.input[isEnabled=false]{color:#e0e0e0;background-color:#fff}.ns-dark .input[isEnabled=false]{color:#e0e0e0;background-color:#949494}RadAutoCompleteTextView Token{background-color:#d2fb55}.ns-dark RadAutoCompleteTextView Token{background-color:#628103}RadAutoCompleteTextView Token:selected{background-color:#c5f924}.ns-dark RadAutoCompleteTextView Token:selected{background-color:#88b205}.date-time-picker{color:#262626;background:#fff}.date-time-picker.ns-dark{color:#fff;background:#303030}.date-time-picker-buttons{color:#161d01}.date-time-picker-buttons.ns-dark{color:#edfdb9}.ns-dark.date-time-picker-button-cancel{background:#303030}.date-time-picker-spinners{color:#3c4f02}.date-time-picker-spinners.ns-dark{color:#dffc87}DataFormEditorLabel,.input .label{color:#3c4f02}.ns-dark DataFormEditorLabel,.ns-dark .input .label{color:#dffc87}.action-bar{color:#fff;background-color:#5c687c}.ns-dark .action-bar{color:#fff;background-color:#464c56}.action-bar .action-item{color:#fff}.ns-dark .action-bar .action-item{color:#fff}.action-bar .action-item-active:active{color:#fff}.ns-dark .action-bar .action-item-active:active{color:#fff}.hr,.hr-light{border-color:#d2fb55}.ns-dark .hr,.ns-dark .hr-light{border-color:#edfdb9}.hr-dark{border-color:#628103}.ns-dark .hr-dark{border-color:#d2fb55}
/*!
* NativeScript Theme v2.0.11 (https://nativescript.org)
* NativeScript Theme v2.0.12 (https://nativescript.org)
* Copyright 2016-2016 The Theme Authors
* Copyright 2016-2019 Progress Software
* Licensed under Apache 2.0 (https://github.com/NativeScript/theme/blob/master/LICENSE)
*/ActionBar,NTActionBar,.nt-action-bar{color:#fff;background-color:#5c687c}.ns-dark ActionBar,.ns-dark NTActionBar,.ns-dark .nt-action-bar{color:#fff}.ns-dark ActionBar,.ns-dark NTActionBar,.ns-dark .nt-action-bar{background-color:#464c56}.ns-root ActionBar NTIcon,ActionBar Label,ActionBar Button,ActionBar .nt-action-bar__item,.ns-root NTActionBar NTIcon,NTActionBar Label,NTActionBar Button,NTActionBar .nt-action-bar__item,.ns-root .nt-action-bar NTIcon,.nt-action-bar Label,.nt-action-bar Button,.nt-action-bar .nt-action-bar__item{color:#fff;background-color:#5c687c}.ns-dark .ns-root ActionBar NTIcon,.ns-dark ActionBar Label,.ns-dark ActionBar Button,.ns-dark ActionBar .nt-action-bar__item,.ns-dark .ns-root NTActionBar NTIcon,.ns-dark NTActionBar Label,.ns-dark NTActionBar Button,.ns-dark NTActionBar .nt-action-bar__item,.ns-dark .ns-root .nt-action-bar NTIcon,.ns-dark .nt-action-bar Label,.ns-dark .nt-action-bar Button,.ns-dark .nt-action-bar .nt-action-bar__item{color:#fff}.ns-dark .ns-root ActionBar NTIcon,.ns-dark ActionBar Label,.ns-dark ActionBar Button,.ns-dark ActionBar .nt-action-bar__item,.ns-dark .ns-root NTActionBar NTIcon,.ns-dark NTActionBar Label,.ns-dark NTActionBar Button,.ns-dark NTActionBar .nt-action-bar__item,.ns-dark .ns-root .nt-action-bar NTIcon,.ns-dark .nt-action-bar Label,.ns-dark .nt-action-bar Button,.ns-dark .nt-action-bar .nt-action-bar__item{background-color:#464c56}.ns-root ActionBar NTIcon:active,.ns-root ActionBar NTIcon.-active,ActionBar Label:active,ActionBar Label.-active,ActionBar Button:active,ActionBar Button.-active,ActionBar .nt-action-bar__item:active,ActionBar .nt-action-bar__item.-active,.ns-root NTActionBar NTIcon:active,.ns-root NTActionBar NTIcon.-active,NTActionBar Label:active,NTActionBar Label.-active,NTActionBar Button:active,NTActionBar Button.-active,NTActionBar .nt-action-bar__item:active,NTActionBar .nt-action-bar__item.-active,.ns-root .nt-action-bar NTIcon:active,.ns-root .nt-action-bar NTIcon.-active,.nt-action-bar Label:active,.nt-action-bar Label.-active,.nt-action-bar Button:active,.nt-action-bar Button.-active,.nt-action-bar .nt-action-bar__item:active,.nt-action-bar .nt-action-bar__item.-active{color:#fff;background-color:#5c687c}.ns-dark .ns-root ActionBar NTIcon:active,.ns-dark .ns-root ActionBar NTIcon.-active,.ns-dark ActionBar Label:active,.ns-dark ActionBar Label.-active,.ns-dark ActionBar Button:active,.ns-dark ActionBar Button.-active,.ns-dark ActionBar .nt-action-bar__item:active,.ns-dark ActionBar .nt-action-bar__item.-active,.ns-dark .ns-root NTActionBar NTIcon:active,.ns-dark .ns-root NTActionBar NTIcon.-active,.ns-dark NTActionBar Label:active,.ns-dark NTActionBar Label.-active,.ns-dark NTActionBar Button:active,.ns-dark NTActionBar Button.-active,.ns-dark NTActionBar .nt-action-bar__item:active,.ns-dark NTActionBar .nt-action-bar__item.-active,.ns-dark .ns-root .nt-action-bar NTIcon:active,.ns-dark .ns-root .nt-action-bar NTIcon.-active,.ns-dark .nt-action-bar Label:active,.ns-dark .nt-action-bar Label.-active,.ns-dark .nt-action-bar Button:active,.ns-dark .nt-action-bar Button.-active,.ns-dark .nt-action-bar .nt-action-bar__item:active,.ns-dark .nt-action-bar .nt-action-bar__item.-active{color:#fff}.ns-dark .ns-root ActionBar NTIcon:active,.ns-dark .ns-root ActionBar NTIcon.-active,.ns-dark ActionBar Label:active,.ns-dark ActionBar Label.-active,.ns-dark ActionBar Button:active,.ns-dark ActionBar Button.-active,.ns-dark ActionBar .nt-action-bar__item:active,.ns-dark ActionBar .nt-action-bar__item.-active,.ns-dark .ns-root NTActionBar NTIcon:active,.ns-dark .ns-root NTActionBar NTIcon.-active,.ns-dark NTActionBar Label:active,.ns-dark NTActionBar Label.-active,.ns-dark NTActionBar Button:active,.ns-dark NTActionBar Button.-active,.ns-dark NTActionBar .nt-action-bar__item:active,.ns-dark NTActionBar .nt-action-bar__item.-active,.ns-dark .ns-root .nt-action-bar NTIcon:active,.ns-dark .ns-root .nt-action-bar NTIcon.-active,.ns-dark .nt-action-bar Label:active,.ns-dark .nt-action-bar Label.-active,.ns-dark .nt-action-bar Button:active,.ns-dark .nt-action-bar Button.-active,.ns-dark .nt-action-bar .nt-action-bar__item:active,.ns-dark .nt-action-bar .nt-action-bar__item.-active{background-color:#464c56}.ns-ios ActionBar NTIcon:active,.ns-ios ActionBar Label:active,.ns-ios ActionBar Button:active,.ns-ios ActionBar .nt-action-bar__item:active,.ns-android ActionBar NTIcon:active,.ns-android ActionBar Label:active,.ns-android ActionBar Button:active,.ns-android ActionBar .nt-action-bar__item:active,.ns-ios NTActionBar NTIcon:active,.ns-ios NTActionBar Label:active,.ns-ios NTActionBar Button:active,.ns-ios NTActionBar .nt-action-bar__item:active,.ns-android NTActionBar NTIcon:active,.ns-android NTActionBar Label:active,.ns-android NTActionBar Button:active,.ns-android NTActionBar .nt-action-bar__item:active,.ns-ios .nt-action-bar NTIcon:active,.ns-ios .nt-action-bar Label:active,.ns-ios .nt-action-bar Button:active,.ns-ios .nt-action-bar .nt-action-bar__item:active,.ns-android .nt-action-bar NTIcon:active,.ns-android .nt-action-bar Label:active,.ns-android .nt-action-bar Button:active,.ns-android .nt-action-bar .nt-action-bar__item:active{color:#fff}.ns-dark .ns-ios ActionBar NTIcon:active,.ns-dark .ns-ios ActionBar Label:active,.ns-dark .ns-ios ActionBar Button:active,.ns-dark .ns-ios ActionBar .nt-action-bar__item:active,.ns-dark .ns-android ActionBar NTIcon:active,.ns-dark .ns-android ActionBar Label:active,.ns-dark .ns-android ActionBar Button:active,.ns-dark .ns-android ActionBar .nt-action-bar__item:active,.ns-dark .ns-ios NTActionBar NTIcon:active,.ns-dark .ns-ios NTActionBar Label:active,.ns-dark .ns-ios NTActionBar Button:active,.ns-dark .ns-ios NTActionBar .nt-action-bar__item:active,.ns-dark .ns-android NTActionBar NTIcon:active,.ns-dark .ns-android NTActionBar Label:active,.ns-dark .ns-android NTActionBar Button:active,.ns-dark .ns-android NTActionBar .nt-action-bar__item:active,.ns-dark .ns-ios .nt-action-bar NTIcon:active,.ns-dark .ns-ios .nt-action-bar Label:active,.ns-dark .ns-ios .nt-action-bar Button:active,.ns-dark .ns-ios .nt-action-bar .nt-action-bar__item:active,.ns-dark .ns-android .nt-action-bar NTIcon:active,.ns-dark .ns-android .nt-action-bar Label:active,.ns-dark .ns-android .nt-action-bar Button:active,.ns-dark .ns-android .nt-action-bar .nt-action-bar__item:active{color:#fff}@keyframes light-highlight{0%{background-color:#fff}100%{background-color:#e6e6e6}}@keyframes dark-highlight{0%{background-color:#303030}100%{background-color:#232323}}@keyframes focus-highlight{0%{background-color:#aee406}100%{background-color:#88b205}}@keyframes dark-focus-highlight{0%{background-color:#aee406}100%{background-color:#88b205}}Button,.nt-button{background-color:#fff;color:#161d01}.ns-dark Button,.ns-dark .nt-button{background-color:#303030}.ns-dark Button,.ns-dark .nt-button{color:#edfdb9}Button:active,Button.-active,.nt-button:active,.nt-button.-active{color:#161d01}.ns-dark Button:active,.ns-dark Button.-active,.ns-dark .nt-button:active,.ns-dark .nt-button.-active{color:#edfdb9}Button.-primary,.nt-button.-primary{color:#000;background-color:#aee406;border-color:#aee406}.ns-dark Button.-primary,.ns-dark .nt-button.-primary{color:#000}.ns-dark Button.-primary,.ns-dark .nt-button.-primary{background-color:#aee406}.ns-dark Button.-primary,.ns-dark .nt-button.-primary{border-color:#aee406}Button.-primary:active,Button.-primary.-active,.nt-button.-primary:active,.nt-button.-primary.-active{animation:focus-highlight .3s ease-out forwards;background-color:#88b205}Button[isEnabled=false],.nt-button[isEnabled=false]{background-color:#d0ef6d}.ns-dark Button[isEnabled=false],.ns-dark .nt-button[isEnabled=false]{background-color:#83a129}Button.-outline,.nt-button.-outline{background-color:#fff;border-color:#628103}.ns-dark Button.-outline,.ns-dark .nt-button.-outline{background-color:#303030}.ns-dark Button.-outline,.ns-dark .nt-button.-outline{border-color:#d2fb55}Button.-outline:active,Button.-outline.-active,.nt-button.-outline:active,.nt-button.-outline.-active{animation:light-highlight .3s ease-out forwards;background-color:#e6e6e6}.ns-dark Button.-outline:active,.ns-dark Button.-outline.-active,.ns-dark .nt-button.-outline:active,.ns-dark .nt-button.-outline.-active{animation:dark-highlight .3s ease-out forwards;background-color:#232323}Button.-outline[isEnabled=false],.nt-button.-outline[isEnabled=false]{background-color:#fff;color:#9fb06d;border-color:#9fb06d}.ns-dark Button.-outline[isEnabled=false],.ns-dark .nt-button.-outline[isEnabled=false]{background-color:#303030}.ns-dark Button.-outline[isEnabled=false],.ns-dark .nt-button.-outline[isEnabled=false]{color:#9fb06d}.ns-dark Button.-outline[isEnabled=false],.ns-dark .nt-button.-outline[isEnabled=false]{border-color:#9fb06d}ActivityIndicator,.nt-activity-indicator{color:#aee406}.ns-dark ActivityIndicator,.ns-dark .nt-activity-indicator{color:#aee406}SegmentedBar,.nt-segmented-bar{selected-background-color:#aee406}.ns-dark SegmentedBar,.ns-dark .nt-segmented-bar{selected-background-color:#aee406}.ns-ios SegmentedBar,.ns-ios .nt-segmented-bar{margin:0 15;color:#aee406}.ns-dark .ns-ios SegmentedBar,.ns-dark .ns-ios .nt-segmented-bar{color:#aee406}Progress,.nt-progress{color:#aee406}.ns-dark Progress,.ns-dark .nt-progress{color:#aee406}Slider,.nt-slider{color:#aee406}.ns-dark Slider,.ns-dark .nt-slider{color:#aee406}Slider[isEnabled=false],.nt-slider[isEnabled=false]{color:#e0e0e0}.ns-android Switch,.ns-android .nt-switch{color:#ccc;background-color:#ccc}.ns-dark .ns-android Switch,.ns-dark .ns-android .nt-switch{color:#636363}.ns-dark .ns-android Switch,.ns-dark .ns-android .nt-switch{background-color:#636363}.ns-android Switch[checked=true],.ns-android .nt-switch[checked=true]{color:#aee406}.ns-dark .ns-android Switch[checked=true],.ns-dark .ns-android .nt-switch[checked=true]{color:#aee406}.ns-android Switch[isEnabled=false],.ns-android .nt-switch[isEnabled=false]{color:#e6e6e6}.ns-dark .ns-android Switch[isEnabled=false],.ns-dark .ns-android .nt-switch[isEnabled=false]{color:#4a4a4a}.ns-ios Switch,.ns-ios .nt-switch{background-color:#aee406;off-background-color:#e6e6e6}.ns-dark .ns-ios Switch,.ns-dark .ns-ios .nt-switch{background-color:#aee406}.ns-dark .ns-ios Switch,.ns-dark .ns-ios .nt-switch{off-background-color:#4a4a4a}.ns-ios Switch[isEnabled=false],.ns-ios .nt-switch[isEnabled=false]{background-color:rgba(174,228,6,.4);off-background-color:#e6e6e6}.ns-dark .ns-ios Switch[isEnabled=false],.ns-dark .ns-ios .nt-switch[isEnabled=false]{background-color:rgba(174,228,6,.4)}.ns-dark .ns-ios Switch[isEnabled=false],.ns-dark .ns-ios .nt-switch[isEnabled=false]{off-background-color:#4a4a4a}TabView,.nt-tab-view{selected-tab-text-color:#aee406;android-selected-tab-highlight-color:#aee406}.ns-dark TabView,.ns-dark .nt-tab-view{selected-tab-text-color:#aee406}.ns-dark TabView,.ns-dark .nt-tab-view{android-selected-tab-highlight-color:#aee406}TabView.ns-dark,.nt-tab-view.ns-dark{selected-tab-text-color:#aee406;android-selected-tab-highlight-color:#aee406}TabStrip,.nt-tab-strip{highlight-color:#aee406}.ns-dark TabStrip,.ns-dark .nt-tab-strip{highlight-color:#aee406}TabStripItem:active,.nt-tab-strip__item:active{color:#aee406}.ns-dark TabStripItem:active,.ns-dark .nt-tab-strip__item:active{color:#aee406}TabStripItem:active Label,.nt-tab-strip__item:active Label{color:#aee406}.ns-dark TabStripItem:active Label,.ns-dark .nt-tab-strip__item:active Label{color:#aee406}ListView NTIcon,ListView .nt-icon,RadListView NTIcon,RadListView .nt-icon,.nt-list-view NTIcon,.nt-list-view .nt-icon{color:#577203}.ns-dark ListView NTIcon,.ns-dark ListView .nt-icon,.ns-dark RadListView NTIcon,.ns-dark RadListView .nt-icon,.ns-dark .nt-list-view NTIcon,.ns-dark .nt-list-view .nt-icon{color:#aee406}ListView .nt-list-view__delete,RadListView .nt-list-view__delete,.nt-list-view .nt-list-view__delete{background-color:#d50000}RadSideDrawer .nt-drawer__header,.nt-drawer .nt-drawer__header{background:#3b4048}RadSideDrawer .nt-drawer__header Label,.nt-drawer .nt-drawer__header Label{color:#fff}RadSideDrawer>*,RadSideDrawer .nt-drawer__content,.nt-drawer>*,.nt-drawer .nt-drawer__content{color:#fff}RadSideDrawer.ns-dark .nt-drawer__header,.nt-drawer.ns-dark .nt-drawer__header{background:#3b4048}RadSideDrawer.ns-dark .nt-drawer__header Label,.nt-drawer.ns-dark .nt-drawer__header Label{color:#fff}RadSideDrawer.ns-dark>*,RadSideDrawer.ns-dark .nt-drawer__content,.nt-drawer.ns-dark>*,.nt-drawer.ns-dark .nt-drawer__content{color:#fff}TextView,TextField,PickerField,DatePickerField,TimePickerField,DateTimePickerFields,DataFormEditorCore,RadAutoCompleteTextView{background-color:transparent;border-color:#b3b3b3}.ns-dark TextView,.ns-dark TextField,.ns-dark PickerField,.ns-dark DatePickerField,.ns-dark TimePickerField,.ns-dark DateTimePickerFields,.ns-dark DataFormEditorCore,.ns-dark RadAutoCompleteTextView{border-color:gray}TextView:focus,TextField:focus,PickerField:focus,DatePickerField:focus,TimePickerField:focus,DateTimePickerFields:focus,DataFormEditorCore:focus,RadAutoCompleteTextView:focus{border-color:#628103}.ns-dark TextView:focus,.ns-dark TextField:focus,.ns-dark PickerField:focus,.ns-dark DatePickerField:focus,.ns-dark TimePickerField:focus,.ns-dark DateTimePickerFields:focus,.ns-dark DataFormEditorCore:focus,.ns-dark RadAutoCompleteTextView:focus{border-color:#d2fb55}TextView[isEnabled=false],TextField[isEnabled=false],PickerField[isEnabled=false],DatePickerField[isEnabled=false],TimePickerField[isEnabled=false],DateTimePickerFields[isEnabled=false],DataFormEditorCore[isEnabled=false],RadAutoCompleteTextView[isEnabled=false]{color:#999;background-color:#e6e6e6}.ns-dark TextView[isEnabled=false],.ns-dark TextField[isEnabled=false],.ns-dark PickerField[isEnabled=false],.ns-dark DatePickerField[isEnabled=false],.ns-dark TimePickerField[isEnabled=false],.ns-dark DateTimePickerFields[isEnabled=false],.ns-dark DataFormEditorCore[isEnabled=false],.ns-dark RadAutoCompleteTextView[isEnabled=false]{color:#999}.ns-dark TextView[isEnabled=false],.ns-dark TextField[isEnabled=false],.ns-dark PickerField[isEnabled=false],.ns-dark DatePickerField[isEnabled=false],.ns-dark TimePickerField[isEnabled=false],.ns-dark DateTimePickerFields[isEnabled=false],.ns-dark DataFormEditorCore[isEnabled=false],.ns-dark RadAutoCompleteTextView[isEnabled=false]{background-color:#4d4d4d}RadAutoCompleteTextView Token{background-color:#d2fb55}.ns-dark RadAutoCompleteTextView Token{background-color:#628103}RadAutoCompleteTextView Token:selected{background-color:#c5f924}.ns-dark RadAutoCompleteTextView Token:selected{background-color:#88b205}.date-time-picker{color:#262626;background:#fff}.date-time-picker.ns-dark{color:#fff;background:#303030}.date-time-picker-buttons{color:#161d01}.date-time-picker-buttons.ns-dark{color:#edfdb9}.ns-dark.date-time-picker-button-cancel{background:#303030}.date-time-picker-spinners{color:#3c4f02}.date-time-picker-spinners.ns-dark{color:#dffc87}DataFormEditorLabel,NTInput>Label,.nt-input>Label{color:#3c4f02}.ns-dark DataFormEditorLabel,.ns-dark NTInput>Label,.ns-dark .nt-input>Label{color:#dffc87}.hr,.hr-light{border-color:#d2fb55}.ns-dark .hr,.ns-dark .hr-light{border-color:#edfdb9}.hr-dark{border-color:#628103}.ns-dark .hr-dark{border-color:#d2fb55}
*/@keyframes light-highlight{0%{background-color:#fff}100%{background-color:#e6e6e6}}@keyframes dark-highlight{0%{background-color:#303030}100%{background-color:#232323}}@keyframes focus-highlight{0%{background-color:#aee406}100%{background-color:#88b205}}@keyframes dark-focus-highlight{0%{background-color:#aee406}100%{background-color:#88b205}}Button,.nt-button{background-color:#fff;color:#161d01}.ns-dark Button,.ns-dark .nt-button{background-color:#303030;color:#edfdb9}Button:active,Button.-active,.nt-button:active,.nt-button.-active{color:#161d01}.ns-dark Button:active,.ns-dark Button.-active,.ns-dark .nt-button:active,.ns-dark .nt-button.-active{color:#edfdb9}Button.-primary,.nt-button.-primary{color:#000;background-color:#aee406;border-color:#aee406}.ns-dark Button.-primary,.ns-dark .nt-button.-primary{color:#000;background-color:#aee406;border-color:#aee406}Button.-primary:active,Button.-primary.-active,.nt-button.-primary:active,.nt-button.-primary.-active{animation:focus-highlight .3s ease-out forwards;background-color:#88b205}Button[isEnabled=false],.nt-button[isEnabled=false]{background-color:#d0ef6d}.ns-dark Button[isEnabled=false],.ns-dark .nt-button[isEnabled=false]{background-color:#83a129}Button.-outline,.nt-button.-outline{background-color:#fff;border-color:#628103}.ns-dark Button.-outline,.ns-dark .nt-button.-outline{background-color:#303030;border-color:#d2fb55}Button.-outline:active,Button.-outline.-active,.nt-button.-outline:active,.nt-button.-outline.-active{animation:light-highlight .3s ease-out forwards;background-color:#e6e6e6}.ns-dark Button.-outline:active,.ns-dark Button.-outline.-active,.ns-dark .nt-button.-outline:active,.ns-dark .nt-button.-outline.-active{animation:dark-highlight .3s ease-out forwards;background-color:#232323}Button.-outline[isEnabled=false],.nt-button.-outline[isEnabled=false]{background-color:#fff;color:#d1e19f;border-color:#d1e19f}.ns-dark Button.-outline[isEnabled=false],.ns-dark .nt-button.-outline[isEnabled=false]{background-color:#303030;color:#d1e19f;border-color:#d1e19f}ActivityIndicator,.nt-activity-indicator{color:#aee406}.ns-dark ActivityIndicator,.ns-dark .nt-activity-indicator{color:#aee406}SegmentedBar,.nt-segmented-bar{selected-background-color:#aee406}.ns-dark SegmentedBar,.ns-dark .nt-segmented-bar{selected-background-color:#aee406}.ns-ios SegmentedBar,.ns-ios .nt-segmented-bar{margin:0 15;color:#aee406}.ns-dark.ns-ios SegmentedBar,.ns-dark.ns-ios .nt-segmented-bar{color:#aee406}Progress,.nt-progress{color:#aee406}.ns-dark Progress,.ns-dark .nt-progress{color:#aee406}Slider,.nt-slider{color:#aee406}.ns-dark Slider,.ns-dark .nt-slider{color:#aee406}Slider[isEnabled=false],.nt-slider[isEnabled=false]{color:#e0e0e0}.ns-android Switch,.ns-android .nt-switch{color:#ccc;background-color:#ccc}.ns-dark.ns-android Switch,.ns-dark.ns-android .nt-switch{color:#636363;background-color:#636363}.ns-android Switch[checked=true],.ns-android .nt-switch[checked=true]{color:#aee406}.ns-dark.ns-android Switch[checked=true],.ns-dark.ns-android .nt-switch[checked=true]{color:#aee406}.ns-android Switch[isEnabled=false],.ns-android .nt-switch[isEnabled=false]{color:#e6e6e6}.ns-dark.ns-android Switch[isEnabled=false],.ns-dark.ns-android .nt-switch[isEnabled=false]{color:#4a4a4a}.ns-ios Switch,.ns-ios .nt-switch{color:#fff;background-color:#aee406}.ns-dark.ns-ios Switch,.ns-dark.ns-ios .nt-switch{color:#303030;background-color:#aee406}.ns-ios Switch[isEnabled=false],.ns-ios .nt-switch[isEnabled=false]{background-color:rgba(174,228,6,.4)}.ns-dark.ns-ios Switch[isEnabled=false],.ns-dark.ns-ios .nt-switch[isEnabled=false]{background-color:rgba(174,228,6,.4)}TabView,.nt-tab-view{selected-tab-text-color:#aee406;android-selected-tab-highlight-color:#aee406}.ns-dark TabView,.ns-dark .nt-tab-view{selected-tab-text-color:#aee406;android-selected-tab-highlight-color:#aee406}TabView.ns-dark,.nt-tab-view.ns-dark{selected-tab-text-color:#aee406;android-selected-tab-highlight-color:#aee406}TabStrip,.nt-tab-strip{highlight-color:#aee406}.ns-dark TabStrip,.ns-dark .nt-tab-strip{highlight-color:#aee406}TabStripItem:active,.nt-tab-strip__item:active{color:#aee406}.ns-dark TabStripItem:active,.ns-dark .nt-tab-strip__item:active{color:#aee406}TabStripItem:active Label,.nt-tab-strip__item:active Label{color:#aee406}.ns-dark TabStripItem:active Label,.ns-dark .nt-tab-strip__item:active Label{color:#aee406}ListView NTIcon,ListView .nt-icon,RadListView NTIcon,RadListView .nt-icon,.nt-list-view NTIcon,.nt-list-view .nt-icon{color:#577203}.ns-dark ListView NTIcon,.ns-dark ListView .nt-icon,.ns-dark RadListView NTIcon,.ns-dark RadListView .nt-icon,.ns-dark .nt-list-view NTIcon,.ns-dark .nt-list-view .nt-icon{color:#aee406}ListView .nt-list-view__delete,RadListView .nt-list-view__delete,.nt-list-view .nt-list-view__delete{background-color:#d50000}RadSideDrawer .nt-drawer__header,.nt-drawer .nt-drawer__header{background:#3b4048}RadSideDrawer .nt-drawer__header Label,.nt-drawer .nt-drawer__header Label{color:#fff}RadSideDrawer>*,RadSideDrawer .nt-drawer__content,.nt-drawer>*,.nt-drawer .nt-drawer__content{color:#fff}RadSideDrawer.ns-dark .nt-drawer__header,.nt-drawer.ns-dark .nt-drawer__header{background:#3b4048}RadSideDrawer.ns-dark .nt-drawer__header Label,.nt-drawer.ns-dark .nt-drawer__header Label{color:#fff}RadSideDrawer.ns-dark>*,RadSideDrawer.ns-dark .nt-drawer__content,.nt-drawer.ns-dark>*,.nt-drawer.ns-dark .nt-drawer__content{color:#fff}TextView,TextField,PickerField,DatePickerField,TimePickerField,DateTimePickerFields,DataFormEditorCore,RadAutoCompleteTextView{background-color:transparent;border-color:#fafafa}.ns-dark TextView,.ns-dark TextField,.ns-dark PickerField,.ns-dark DatePickerField,.ns-dark TimePickerField,.ns-dark DateTimePickerFields,.ns-dark DataFormEditorCore,.ns-dark RadAutoCompleteTextView{border-color:#c7c7c7}TextView:focus,TextField:focus,PickerField:focus,DatePickerField:focus,TimePickerField:focus,DateTimePickerFields:focus,DataFormEditorCore:focus,RadAutoCompleteTextView:focus{border-color:#628103}.ns-dark TextView:focus,.ns-dark TextField:focus,.ns-dark PickerField:focus,.ns-dark DatePickerField:focus,.ns-dark TimePickerField:focus,.ns-dark DateTimePickerFields:focus,.ns-dark DataFormEditorCore:focus,.ns-dark RadAutoCompleteTextView:focus{border-color:#d2fb55}TextView[isEnabled=false],TextField[isEnabled=false],PickerField[isEnabled=false],DatePickerField[isEnabled=false],TimePickerField[isEnabled=false],DateTimePickerFields[isEnabled=false],DataFormEditorCore[isEnabled=false],RadAutoCompleteTextView[isEnabled=false]{color:#e0e0e0;background-color:#fff}.ns-dark TextView[isEnabled=false],.ns-dark TextField[isEnabled=false],.ns-dark PickerField[isEnabled=false],.ns-dark DatePickerField[isEnabled=false],.ns-dark TimePickerField[isEnabled=false],.ns-dark DateTimePickerFields[isEnabled=false],.ns-dark DataFormEditorCore[isEnabled=false],.ns-dark RadAutoCompleteTextView[isEnabled=false]{color:#e0e0e0;background-color:#949494}RadAutoCompleteTextView Token{background-color:#d2fb55}.ns-dark RadAutoCompleteTextView Token{background-color:#628103}RadAutoCompleteTextView Token:selected{background-color:#c5f924}.ns-dark RadAutoCompleteTextView Token:selected{background-color:#88b205}.date-time-picker{color:#262626;background:#fff}.date-time-picker.ns-dark{color:#fff;background:#303030}.date-time-picker-buttons{color:#161d01}.date-time-picker-buttons.ns-dark{color:#edfdb9}.ns-dark.date-time-picker-button-cancel{background:#303030}.date-time-picker-spinners{color:#3c4f02}.date-time-picker-spinners.ns-dark{color:#dffc87}DataFormEditorLabel,.nt-input>Label{color:#3c4f02}.ns-dark DataFormEditorLabel,.ns-dark .nt-input>Label{color:#dffc87}ActionBar,.nt-action-bar{color:#fff;background-color:#5c687c}.ns-dark ActionBar,.ns-dark .nt-action-bar{color:#fff;background-color:#464c56}ActionBar NTIcon,ActionBar Label,ActionBar Button,ActionBar .nt-action-bar__item,.nt-action-bar NTIcon,.nt-action-bar Label,.nt-action-bar Button,.nt-action-bar .nt-action-bar__item{color:#fff}.ns-dark ActionBar NTIcon,.ns-dark ActionBar Label,.ns-dark ActionBar Button,.ns-dark ActionBar .nt-action-bar__item,.ns-dark .nt-action-bar NTIcon,.ns-dark .nt-action-bar Label,.ns-dark .nt-action-bar Button,.ns-dark .nt-action-bar .nt-action-bar__item{color:#fff}ActionBar NTIcon:active,ActionBar NTIcon.-active,ActionBar Label:active,ActionBar Label.-active,ActionBar Button:active,ActionBar Button.-active,ActionBar .nt-action-bar__item:active,ActionBar .nt-action-bar__item.-active,.nt-action-bar NTIcon:active,.nt-action-bar NTIcon.-active,.nt-action-bar Label:active,.nt-action-bar Label.-active,.nt-action-bar Button:active,.nt-action-bar Button.-active,.nt-action-bar .nt-action-bar__item:active,.nt-action-bar .nt-action-bar__item.-active{color:#fff}.ns-dark ActionBar NTIcon:active,.ns-dark ActionBar NTIcon.-active,.ns-dark ActionBar Label:active,.ns-dark ActionBar Label.-active,.ns-dark ActionBar Button:active,.ns-dark ActionBar Button.-active,.ns-dark ActionBar .nt-action-bar__item:active,.ns-dark ActionBar .nt-action-bar__item.-active,.ns-dark .nt-action-bar NTIcon:active,.ns-dark .nt-action-bar NTIcon.-active,.ns-dark .nt-action-bar Label:active,.ns-dark .nt-action-bar Label.-active,.ns-dark .nt-action-bar Button:active,.ns-dark .nt-action-bar Button.-active,.ns-dark .nt-action-bar .nt-action-bar__item:active,.ns-dark .nt-action-bar .nt-action-bar__item.-active{color:#fff}.ns-android ActionBar Button,.ns-android ActionBar .nt-button,.ns-android .nt-action-bar Button,.ns-android .nt-action-bar .nt-button{background-color:#5c687c}.ns-dark.ns-android ActionBar Button,.ns-dark.ns-android ActionBar .nt-button,.ns-dark.ns-android .nt-action-bar Button,.ns-dark.ns-android .nt-action-bar .nt-button{background-color:#464c56}.hr,.hr-light{border-color:#d2fb55}.ns-dark .hr,.ns-dark .hr-light{border-color:#edfdb9}.hr-dark{border-color:#628103}.ns-dark .hr-dark{border-color:#d2fb55}

@@ -1,1 +0,1 @@

.c-white{color:#fff}.c-bg-white{background-color:#fff}.c-black{color:#000}.c-bg-black{background-color:#000}.c-aqua{color:#00caab}.c-bg-aqua{background-color:#00caab}.c-blue{color:#3d5afe}.c-bg-blue{background-color:#3d5afe}.c-charcoal{color:#303030}.c-bg-charcoal{background-color:#303030}.c-brown{color:#795548}.c-bg-brown{background-color:#795548}.c-forest{color:#006968}.c-bg-forest{background-color:#006968}.c-grey{color:#e0e0e0}.c-bg-grey{background-color:#e0e0e0}.c-grey-light{color:#bababa}.c-bg-grey-light{background-color:#bababa}.c-grey-dark{color:#5c687c}.c-bg-grey-dark{background-color:#5c687c}.c-purple{color:#8130ff}.c-bg-purple{background-color:#8130ff}.c-lemon{color:#ffea00}.c-bg-lemon{background-color:#ffea00}.c-lime{color:#aee406}.c-bg-lime{background-color:#aee406}.c-orange{color:#f57c00}.c-bg-orange{background-color:#f57c00}.c-ruby{color:#ff1744}.c-bg-ruby{background-color:#ff1744}.c-sky{color:#30bcff}.c-bg-sky{background-color:#30bcff}.w-full{width:100%}.w-100{width:100}.h-full{height:100%}.h-100{height:100}.m-0{margin:0}.m-t-0{margin-top:0}.m-r-0{margin-right:0}.m-b-0{margin-bottom:0}.m-l-0{margin-left:0}.m-x-0{margin-right:0;margin-left:0}.m-y-0{margin-top:0;margin-bottom:0}.m-2{margin:2}.m-t-2{margin-top:2}.m-r-2{margin-right:2}.m-b-2{margin-bottom:2}.m-l-2{margin-left:2}.m-x-2{margin-right:2;margin-left:2}.m-y-2{margin-top:2;margin-bottom:2}.m-4{margin:4}.m-t-4{margin-top:4}.m-r-4{margin-right:4}.m-b-4{margin-bottom:4}.m-l-4{margin-left:4}.m-x-4{margin-right:4;margin-left:4}.m-y-4{margin-top:4;margin-bottom:4}.m-5{margin:5}.m-t-5{margin-top:5}.m-r-5{margin-right:5}.m-b-5{margin-bottom:5}.m-l-5{margin-left:5}.m-x-5{margin-right:5;margin-left:5}.m-y-5{margin-top:5;margin-bottom:5}.m-8{margin:8}.m-t-8{margin-top:8}.m-r-8{margin-right:8}.m-b-8{margin-bottom:8}.m-l-8{margin-left:8}.m-x-8{margin-right:8;margin-left:8}.m-y-8{margin-top:8;margin-bottom:8}.m-10{margin:10}.m-t-10{margin-top:10}.m-r-10{margin-right:10}.m-b-10{margin-bottom:10}.m-l-10{margin-left:10}.m-x-10{margin-right:10;margin-left:10}.m-y-10{margin-top:10;margin-bottom:10}.m-12{margin:12}.m-t-12{margin-top:12}.m-r-12{margin-right:12}.m-b-12{margin-bottom:12}.m-l-12{margin-left:12}.m-x-12{margin-right:12;margin-left:12}.m-y-12{margin-top:12;margin-bottom:12}.m-15{margin:15}.m-t-15{margin-top:15}.m-r-15{margin-right:15}.m-b-15{margin-bottom:15}.m-l-15{margin-left:15}.m-x-15{margin-right:15;margin-left:15}.m-y-15{margin-top:15;margin-bottom:15}.m-16{margin:16}.m-t-16{margin-top:16}.m-r-16{margin-right:16}.m-b-16{margin-bottom:16}.m-l-16{margin-left:16}.m-x-16{margin-right:16;margin-left:16}.m-y-16{margin-top:16;margin-bottom:16}.m-20{margin:20}.m-t-20{margin-top:20}.m-r-20{margin-right:20}.m-b-20{margin-bottom:20}.m-l-20{margin-left:20}.m-x-20{margin-right:20;margin-left:20}.m-y-20{margin-top:20;margin-bottom:20}.m-24{margin:24}.m-t-24{margin-top:24}.m-r-24{margin-right:24}.m-b-24{margin-bottom:24}.m-l-24{margin-left:24}.m-x-24{margin-right:24;margin-left:24}.m-y-24{margin-top:24;margin-bottom:24}.m-25{margin:25}.m-t-25{margin-top:25}.m-r-25{margin-right:25}.m-b-25{margin-bottom:25}.m-l-25{margin-left:25}.m-x-25{margin-right:25;margin-left:25}.m-y-25{margin-top:25;margin-bottom:25}.m-28{margin:28}.m-t-28{margin-top:28}.m-r-28{margin-right:28}.m-b-28{margin-bottom:28}.m-l-28{margin-left:28}.m-x-28{margin-right:28;margin-left:28}.m-y-28{margin-top:28;margin-bottom:28}.m-30{margin:30}.m-t-30{margin-top:30}.m-r-30{margin-right:30}.m-b-30{margin-bottom:30}.m-l-30{margin-left:30}.m-x-30{margin-right:30;margin-left:30}.m-y-30{margin-top:30;margin-bottom:30}.p-0{padding:0}.p-t-0{padding-top:0}.p-r-0{padding-right:0}.p-b-0{padding-bottom:0}.p-l-0{padding-left:0}.p-x-0{padding-right:0;padding-left:0}.p-y-0{padding-top:0;padding-bottom:0}.p-2{padding:2}.p-t-2{padding-top:2}.p-r-2{padding-right:2}.p-b-2{padding-bottom:2}.p-l-2{padding-left:2}.p-x-2{padding-right:2;padding-left:2}.p-y-2{padding-top:2;padding-bottom:2}.p-4{padding:4}.p-t-4{padding-top:4}.p-r-4{padding-right:4}.p-b-4{padding-bottom:4}.p-l-4{padding-left:4}.p-x-4{padding-right:4;padding-left:4}.p-y-4{padding-top:4;padding-bottom:4}.p-5{padding:5}.p-t-5{padding-top:5}.p-r-5{padding-right:5}.p-b-5{padding-bottom:5}.p-l-5{padding-left:5}.p-x-5{padding-right:5;padding-left:5}.p-y-5{padding-top:5;padding-bottom:5}.p-8{padding:8}.p-t-8{padding-top:8}.p-r-8{padding-right:8}.p-b-8{padding-bottom:8}.p-l-8{padding-left:8}.p-x-8{padding-right:8;padding-left:8}.p-y-8{padding-top:8;padding-bottom:8}.p-10{padding:10}.p-t-10{padding-top:10}.p-r-10{padding-right:10}.p-b-10{padding-bottom:10}.p-l-10{padding-left:10}.p-x-10{padding-right:10;padding-left:10}.p-y-10{padding-top:10;padding-bottom:10}.p-12{padding:12}.p-t-12{padding-top:12}.p-r-12{padding-right:12}.p-b-12{padding-bottom:12}.p-l-12{padding-left:12}.p-x-12{padding-right:12;padding-left:12}.p-y-12{padding-top:12;padding-bottom:12}.p-15{padding:15}.p-t-15{padding-top:15}.p-r-15{padding-right:15}.p-b-15{padding-bottom:15}.p-l-15{padding-left:15}.p-x-15{padding-right:15;padding-left:15}.p-y-15{padding-top:15;padding-bottom:15}.p-16{padding:16}.p-t-16{padding-top:16}.p-r-16{padding-right:16}.p-b-16{padding-bottom:16}.p-l-16{padding-left:16}.p-x-16{padding-right:16;padding-left:16}.p-y-16{padding-top:16;padding-bottom:16}.p-20{padding:20}.p-t-20{padding-top:20}.p-r-20{padding-right:20}.p-b-20{padding-bottom:20}.p-l-20{padding-left:20}.p-x-20{padding-right:20;padding-left:20}.p-y-20{padding-top:20;padding-bottom:20}.p-24{padding:24}.p-t-24{padding-top:24}.p-r-24{padding-right:24}.p-b-24{padding-bottom:24}.p-l-24{padding-left:24}.p-x-24{padding-right:24;padding-left:24}.p-y-24{padding-top:24;padding-bottom:24}.p-25{padding:25}.p-t-25{padding-top:25}.p-r-25{padding-right:25}.p-b-25{padding-bottom:25}.p-l-25{padding-left:25}.p-x-25{padding-right:25;padding-left:25}.p-y-25{padding-top:25;padding-bottom:25}.p-28{padding:28}.p-t-28{padding-top:28}.p-r-28{padding-right:28}.p-b-28{padding-bottom:28}.p-l-28{padding-left:28}.p-x-28{padding-right:28;padding-left:28}.p-y-28{padding-top:28;padding-bottom:28}.p-30{padding:30}.p-t-30{padding-top:30}.p-r-30{padding-right:30}.p-b-30{padding-bottom:30}.p-l-30{padding-left:30}.p-x-30{padding-right:30;padding-left:30}.p-y-30{padding-top:30;padding-bottom:30}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.font-weight-normal{font-weight:normal}.font-weight-bold{font-weight:bold}.font-italic{font-style:italic}.t-10{font-size:10}.t-12{font-size:12}.t-14{font-size:14}.t-15{font-size:15}.t-16{font-size:16}.t-17{font-size:17}.t-18{font-size:18}.t-19{font-size:19}.t-20{font-size:20}.t-25{font-size:25}.t-30{font-size:30}.img-rounded{border-radius:5}.img-circle{border-radius:20}.img-thumbnail{border-radius:0}.invisible{visibility:collapse}.pull-left{horizontal-align:left}.pull-right{horizontal-align:right}.m-x-auto{horizontal-align:center}.m-y-auto{vertical-align:center}.text-primary{color:#30bcff}.text-danger{color:#d50000}.bg-primary{background-color:#30bcff;color:#fff}.bg-danger{background-color:#d50000;color:#fff}.fa{font-family:FontAwesome,fontawesome-webfont}.ns-root{color:#262626;font-family:"Roboto Medium";font-size:14}.ns-dark .ns-root{color:#fff}.ns-ios{font-family:"SF UI Text Medium",system;font-size:15}.-hidden,.hidden{visibility:collapsed}.-rounded,.rounded{border-radius:3}.hr{height:1;width:100%;margin:9 0 10;border-width:0 0 1;border-style:solid}.h1,.h2,.h3,.h4,.h5,.h6{margin-bottom:4;font-weight:normal;color:#262626}.ns-dark .h1,.ns-dark .h2,.ns-dark .h3,.ns-dark .h4,.ns-dark .h5,.ns-dark .h6{color:#fff}.body,.body2,.footnote{color:#737373;font-weight:normal}.ns-dark .body,.ns-dark .body2,.ns-dark .footnote{color:#b3b3b3}.h1{font-size:32}.h2{font-size:22}.h3{font-size:15}.h4{font-size:12}.h5{font-size:11}.h6{font-size:10}.body{font-size:14}.body2{font-size:17}.footnote{font-size:13}.ns-android .h1{font-size:34}.ns-android .h2{font-size:24}.ns-android .h3{font-size:16}.ns-android .h5{font-size:11;font-weight:bold}.ns-android .body2{font-size:14;font-weight:500}.text-muted{color:#ace4ff}.ns-dark .text-muted{color:#306883}Label>*,Label>*>*,Button>*,Button>*>*,TextField>*,TextField>*>*,TextView>*,TextView>*>*{background-color:transparent}Image,ListView,RadListView{min-height:100}Image{margin-bottom:20}NTIcon,.nt-icon{font-size:16}ActionBar,NTActionBar,.nt-action-bar{color:#262626;background-color:#515151;font-weight:bold;font-size:17;padding-top:0}.ns-dark ActionBar,.ns-dark NTActionBar,.ns-dark .nt-action-bar{color:#d4d4d4}.ns-dark ActionBar,.ns-dark NTActionBar,.ns-dark .nt-action-bar{background-color:#414141}.ns-android ActionBar,.ns-android NTActionBar,.ns-android .nt-action-bar{font-weight:500;font-size:20}ActionBar NTIcon,ActionBar Label,ActionBar Button,ActionBar .nt-action-bar__item,NTActionBar NTIcon,NTActionBar Label,NTActionBar Button,NTActionBar .nt-action-bar__item,.nt-action-bar NTIcon,.nt-action-bar Label,.nt-action-bar Button,.nt-action-bar .nt-action-bar__item{android-elevation:0;font-size:15;padding:12 3;margin:0;min-width:0;width:auto;border-width:0;text-transform:none;font-weight:normal}ActionBar NTIcon:active,ActionBar Label:active,ActionBar Button:active,ActionBar .nt-action-bar__item:active,NTActionBar NTIcon:active,NTActionBar Label:active,NTActionBar Button:active,NTActionBar .nt-action-bar__item:active,.nt-action-bar NTIcon:active,.nt-action-bar Label:active,.nt-action-bar Button:active,.nt-action-bar .nt-action-bar__item:active{android-elevation:0;background-color:transparent}.ns-statusbar-transparent Page>ActionBar,.ns-statusbar-transparent Page>NTActionBar,.ns-statusbar-transparent Page>.nt-action-bar{padding-top:24}.ns-modal .ns-statusbar-transparent Page>ActionBar,.ns-modal .ns-statusbar-transparent Page>NTActionBar,.ns-modal .ns-statusbar-transparent Page>.nt-action-bar{padding-top:0}.ns-android ActionBar Button,.ns-android ActionBar .nt-button,.ns-android NTActionBar Button,.ns-android NTActionBar .nt-button,.ns-android .nt-action-bar Button,.ns-android .nt-action-bar .nt-button{border-radius:1;padding:12 6}.ns-android ActionBar Button:active,.ns-android ActionBar .nt-button:active,.ns-android NTActionBar Button:active,.ns-android NTActionBar .nt-button:active,.ns-android .nt-action-bar Button:active,.ns-android .nt-action-bar .nt-button:active{opacity:.7}ActionBar Button,ActionBar .nt-button,NTActionBar Button,NTActionBar .nt-button,.nt-action-bar Button,.nt-action-bar .nt-button{background-color:#515151;android-elevation:0;android-dynamic-elevation-offset:0}.ns-dark ActionBar Button,.ns-dark ActionBar .nt-button,.ns-dark NTActionBar Button,.ns-dark NTActionBar .nt-button,.ns-dark .nt-action-bar Button,.ns-dark .nt-action-bar .nt-button{background-color:#414141}.ns-ios.ns-root ActionBar Button,.ns-ios.ns-root ActionBar .nt-button,.ns-ios.ns-root NTActionBar Button,.ns-ios.ns-root NTActionBar .nt-button,.ns-ios.ns-root .nt-action-bar Button,.ns-ios.ns-root .nt-action-bar .nt-button{background-color:transparent}.ns-ios ActionBar NTIcon:active,.ns-ios ActionBar Label:active,.ns-ios ActionBar Button:active,.ns-ios ActionBar .nt-action-bar__item:active,.ns-android ActionBar NTIcon:active,.ns-android ActionBar Label:active,.ns-android ActionBar Button:active,.ns-android ActionBar .nt-action-bar__item:active,.ns-ios NTActionBar NTIcon:active,.ns-ios NTActionBar Label:active,.ns-ios NTActionBar Button:active,.ns-ios NTActionBar .nt-action-bar__item:active,.ns-android NTActionBar NTIcon:active,.ns-android NTActionBar Label:active,.ns-android NTActionBar Button:active,.ns-android NTActionBar .nt-action-bar__item:active,.ns-ios .nt-action-bar NTIcon:active,.ns-ios .nt-action-bar Label:active,.ns-ios .nt-action-bar Button:active,.ns-ios .nt-action-bar .nt-action-bar__item:active,.ns-android .nt-action-bar NTIcon:active,.ns-android .nt-action-bar Label:active,.ns-android .nt-action-bar Button:active,.ns-android .nt-action-bar .nt-action-bar__item:active{color:#262626}.ns-dark .ns-ios ActionBar NTIcon:active,.ns-dark .ns-ios ActionBar Label:active,.ns-dark .ns-ios ActionBar Button:active,.ns-dark .ns-ios ActionBar .nt-action-bar__item:active,.ns-dark .ns-android ActionBar NTIcon:active,.ns-dark .ns-android ActionBar Label:active,.ns-dark .ns-android ActionBar Button:active,.ns-dark .ns-android ActionBar .nt-action-bar__item:active,.ns-dark .ns-ios NTActionBar NTIcon:active,.ns-dark .ns-ios NTActionBar Label:active,.ns-dark .ns-ios NTActionBar Button:active,.ns-dark .ns-ios NTActionBar .nt-action-bar__item:active,.ns-dark .ns-android NTActionBar NTIcon:active,.ns-dark .ns-android NTActionBar Label:active,.ns-dark .ns-android NTActionBar Button:active,.ns-dark .ns-android NTActionBar .nt-action-bar__item:active,.ns-dark .ns-ios .nt-action-bar NTIcon:active,.ns-dark .ns-ios .nt-action-bar Label:active,.ns-dark .ns-ios .nt-action-bar Button:active,.ns-dark .ns-ios .nt-action-bar .nt-action-bar__item:active,.ns-dark .ns-android .nt-action-bar NTIcon:active,.ns-dark .ns-android .nt-action-bar Label:active,.ns-dark .ns-android .nt-action-bar Button:active,.ns-dark .ns-android .nt-action-bar .nt-action-bar__item:active{color:#d4d4d4}Button,.nt-button{text-transform:none;border-color:transparent;min-width:64;height:52;padding:0 0 0 0;font-size:18;margin:8 16 8 16}.ns-ios Button,.ns-ios .nt-button{height:40;border-width:0;font-size:15}.ns-android Button,.ns-android .nt-button{margin:4 12}Button.-outline,.nt-button.-outline{height:40;border-width:1}.ns-android Button.-outline,.ns-android .nt-button.-outline{margin:8 16}Button.-rounded-sm,Button.-rounded-lg,.nt-button.-rounded-sm,.nt-button.-rounded-lg{height:40;border-radius:2}.ns-ios Button.-rounded-sm,.ns-ios Button.-rounded-lg,.ns-ios .nt-button.-rounded-sm,.ns-ios .nt-button.-rounded-lg{border-radius:4}.ns-android Button.-rounded-sm,.ns-android Button.-rounded-lg,.ns-android .nt-button.-rounded-sm,.ns-android .nt-button.-rounded-lg{margin:8 16}Button.-rounded-lg,.nt-button.-rounded-lg{border-radius:40}Button[isEnabled=false],.nt-button[isEnabled=false]{opacity:.5}Button.-simple,.nt-button.-simple{android-elevation:0;android-dynamic-elevation-offset:0}.ns-root Button.-aqua,.ns-root .nt-button.-aqua{background-color:#00caab;border-color:#00caab;color:#fdffff}.ns-root.ns-dark Button.-aqua,.ns-root.ns-dark .nt-button.-aqua{background-color:#00caab;border-color:#00caab;color:#fdffff}.ns-root Button.-blue,.ns-root .nt-button.-blue{background-color:#3d5afe;border-color:#3d5afe;color:#fff}.ns-root.ns-dark Button.-blue,.ns-root.ns-dark .nt-button.-blue{background-color:#3d5afe;border-color:#3d5afe;color:#fff}.ns-root Button.-brown,.ns-root .nt-button.-brown{background-color:#795548;border-color:#795548;color:#fbf9f8}.ns-root.ns-dark Button.-brown,.ns-root.ns-dark .nt-button.-brown{background-color:#795548;border-color:#795548;color:#fbf9f8}.ns-root Button.-forest,.ns-root .nt-button.-forest{background-color:#006968;border-color:#006968;color:#9cfffe}.ns-root.ns-dark Button.-forest,.ns-root.ns-dark .nt-button.-forest{background-color:#006968;border-color:#006968;color:#9cfffe}.ns-root Button.-grey,.ns-root .nt-button.-grey{background-color:#5c687c;border-color:#5c687c;color:#fff}.ns-root.ns-dark Button.-grey,.ns-root.ns-dark .nt-button.-grey{background-color:#5c687c;border-color:#5c687c;color:#fff}.ns-root Button.-lemon,.ns-root .nt-button.-lemon{background-color:#ffea00;border-color:#ffea00;color:#000}.ns-root.ns-dark Button.-lemon,.ns-root.ns-dark .nt-button.-lemon{background-color:#ffea00;border-color:#ffea00;color:#000}.ns-root Button.-lime,.ns-root .nt-button.-lime{background-color:#aee406;border-color:#aee406;color:#000}.ns-root.ns-dark Button.-lime,.ns-root.ns-dark .nt-button.-lime{background-color:#aee406;border-color:#aee406;color:#000}.ns-root Button.-orange,.ns-root .nt-button.-orange{background-color:#f57c00;border-color:#f57c00;color:#000}.ns-root.ns-dark Button.-orange,.ns-root.ns-dark .nt-button.-orange{background-color:#f57c00;border-color:#f57c00;color:#000}.ns-root Button.-purple,.ns-root .nt-button.-purple{background-color:#8130ff;border-color:#8130ff;color:#fff}.ns-root.ns-dark Button.-purple,.ns-root.ns-dark .nt-button.-purple{background-color:#8130ff;border-color:#8130ff;color:#fff}.ns-root Button.-ruby,.ns-root .nt-button.-ruby{background-color:#ff1744;border-color:#ff1744;color:#fff}.ns-root.ns-dark Button.-ruby,.ns-root.ns-dark .nt-button.-ruby{background-color:#ff1744;border-color:#ff1744;color:#fff}.ns-root Button.-sky,.ns-root .nt-button.-sky{background-color:#30bcff;border-color:#30bcff;color:#fff}.ns-root.ns-dark Button.-sky,.ns-root.ns-dark .nt-button.-sky{background-color:#30bcff;border-color:#30bcff;color:#fff}Page,.nt-page{color:#262626;background-color:#fff}.ns-dark Page,.ns-dark .nt-page{color:#fff}.ns-dark Page,.ns-dark .nt-page{background-color:#303030}ActivityIndicator,.nt-activity-indicator{width:30;height:30}SegmentedBar,.nt-segmented-bar{font-size:13;color:#262626;background-color:#fff}.ns-dark SegmentedBar,.ns-dark .nt-segmented-bar{color:#fff}.ns-dark SegmentedBar,.ns-dark .nt-segmented-bar{background-color:#303030}Progress,.nt-progress{background-color:rgba(48,188,255,.1)}.ns-dark Progress,.ns-dark .nt-progress{background-color:rgba(48,188,255,.1)}Slider,.nt-slider{margin:20 16;background-color:#30bcff}.ns-dark Slider,.ns-dark .nt-slider{background-color:#30bcff}.ns-android Slider,.ns-android .nt-slider{color:#30bcff}.ns-dark .ns-android Slider,.ns-dark .ns-android .nt-slider{color:#30bcff}.ns-ios Slider,.ns-ios .nt-slider{margin:10 15}Slider[isEnabled=false],.nt-slider[isEnabled=false]{background-color:#e0e0e0;color:#e0e0e0}SearchBar,.nt-search-bar{color:#262626}.ns-dark SearchBar,.ns-dark .nt-search-bar{color:#fff}.ns-android Switch,.ns-android .nt-switch{margin:14 16;color:#ccc;background-color:#ccc}.ns-dark .ns-android Switch,.ns-dark .ns-android .nt-switch{color:#636363}.ns-dark .ns-android Switch,.ns-dark .ns-android .nt-switch{background-color:#636363}.ns-android Switch[checked=true],.ns-android .nt-switch[checked=true]{color:#30bcff}.ns-dark .ns-android Switch[checked=true],.ns-dark .ns-android .nt-switch[checked=true]{color:#30bcff}.ns-android Switch[isEnabled=false],.ns-android .nt-switch[isEnabled=false]{color:#e6e6e6}.ns-dark .ns-android Switch[isEnabled=false],.ns-dark .ns-android .nt-switch[isEnabled=false]{color:#4a4a4a}.ns-ios Switch,.ns-ios .nt-switch{margin:8 15;color:#fff;background-color:#30bcff;off-background-color:#e6e6e6}.ns-dark .ns-ios Switch,.ns-dark .ns-ios .nt-switch{background-color:#30bcff}.ns-dark .ns-ios Switch,.ns-dark .ns-ios .nt-switch{off-background-color:#4a4a4a}.ns-ios Switch[isEnabled=false],.ns-ios .nt-switch[isEnabled=false]{background-color:rgba(48,188,255,.4)}.ns-dark .ns-ios Switch[isEnabled=false],.ns-dark .ns-ios .nt-switch[isEnabled=false]{background-color:rgba(48,188,255,.4)}TabView,.nt-tab-view{tab-text-font-size:18;text-transform:capitalize;selected-tab-text-color:#262626;tab-background-color:#fff;tab-text-color:#7aa4b8}.ns-dark TabView,.ns-dark .nt-tab-view{selected-tab-text-color:#fff}.ns-dark TabView,.ns-dark .nt-tab-view{tab-background-color:#303030}.ns-dark TabView,.ns-dark .nt-tab-view{tab-text-color:#7aa4b8}TabView.ns-dark,.nt-tab-view.ns-dark{selected-tab-text-color:#fff;tab-background-color:#303030;tab-text-color:#7aa4b8}TabStripItem,.nt-tab-strip__item{color:#262626}.ns-dark TabStripItem,.ns-dark .nt-tab-strip__item{color:#fff}TabStrip,.nt-tab-strip{background:#f2f2f2}.ns-dark TabStrip,.ns-dark .nt-tab-strip{background:#3a3a3a}TabContentItem,.nt-tab-content__item{background:#fff}.ns-dark TabContentItem,.ns-dark .nt-tab-content__item{background:#303030}BottomNavigation,.nt-bottom-navigation{font-size:14}ListView,RadListView,.nt-list-view{min-height:100;background-color:transparent;separator-color:#ccc}ListView StackLayout,RadListView StackLayout,.nt-list-view StackLayout{padding:8}ListView>*,RadListView>*,.nt-list-view>*{background-color:transparent;padding:8;margin:0}ListView>* Label,RadListView>* Label,.nt-list-view>* Label{padding:5;vertical-align:center}ListView>* Image,RadListView>* Image,.nt-list-view>* Image{stretch:aspectFit;margin-bottom:0}ListView>*.active,ListView>*:highlighted,RadListView>*.active,RadListView>*:highlighted,.nt-list-view>*.active,.nt-list-view>*:highlighted{background-color:#30bcff}.ns-dark ListView>*.active,.ns-dark ListView>*:highlighted,.ns-dark RadListView>*.active,.ns-dark RadListView>*:highlighted,.ns-dark .nt-list-view>*.active,.ns-dark .nt-list-view>*:highlighted{background-color:#30bcff}ListView.-single-col-cards Image,RadListView.-single-col-cards Image,.nt-list-view.-single-col-cards Image{width:100%;height:200}ListView.-two-col-cards Image,RadListView.-two-col-cards Image,.nt-list-view.-two-col-cards Image{height:100}.ns-ios ListView.-two-col-cards>StackLayout,.ns-ios RadListView.-two-col-cards>StackLayout,.ns-ios .nt-list-view.-two-col-cards>StackLayout{width:50%}.ns-ios ListView.-two-col-cards>StackLayout Image,.ns-ios RadListView.-two-col-cards>StackLayout Image,.ns-ios .nt-list-view.-two-col-cards>StackLayout Image{horizontal-align:left;width:100%}ListView.-two-lines-image Image,ListView.-single-line-image Image,RadListView.-two-lines-image Image,RadListView.-single-line-image Image,.nt-list-view.-two-lines-image Image,.nt-list-view.-single-line-image Image{width:60;height:60;margin-right:10;margin-bottom:0}ListView .-separator,RadListView .-separator,.nt-list-view .-separator{border-bottom-width:1;border-bottom-color:#ccc}.ns-dark ListView .-separator,.ns-dark RadListView .-separator,.ns-dark .nt-list-view .-separator{border-bottom-color:#636363}.ns-dark ListView,.ns-dark RadListView,.ns-dark .nt-list-view{separator-color:#636363}ListView .nt-list-view__delete,RadListView .nt-list-view__delete,.nt-list-view .nt-list-view__delete{background-color:#d50000;padding:0 10}.ns-ios ListView .nt-list-view__delete,.ns-ios RadListView .nt-list-view__delete,.ns-ios .nt-list-view .nt-list-view__delete{padding:0 10 0 25}ListView .nt-list-view__delete>Label,RadListView .nt-list-view__delete>Label,.nt-list-view .nt-list-view__delete>Label{color:#262626;horizontal-align:center;vertical-align:center;text-transform:capitalize}.ns-dark ListView .nt-list-view__delete>Label,.ns-dark RadListView .nt-list-view__delete>Label,.ns-dark .nt-list-view .nt-list-view__delete>Label{color:#fff}ListView NTIcon,ListView .nt-icon,RadListView NTIcon,RadListView .nt-icon,.nt-list-view NTIcon,.nt-list-view .nt-icon{font-size:20;width:56;height:100%;text-align:center}RadSideDrawer>*,RadSideDrawer .nt-drawer__content,.nt-drawer>*,.nt-drawer .nt-drawer__content{background:#fff}.ns-dark RadSideDrawer>*,.ns-dark RadSideDrawer .nt-drawer__content,.ns-dark .nt-drawer>*,.ns-dark .nt-drawer .nt-drawer__content{background:#303030}RadSideDrawer .nt-drawer__header,.nt-drawer .nt-drawer__header{height:148;width:100%;padding:30 25;background:rgba(48,188,255,.15)}.ns-dark RadSideDrawer .nt-drawer__header,.ns-dark .nt-drawer .nt-drawer__header{background:rgba(48,188,255,.15)}RadSideDrawer .nt-drawer__header Label,.nt-drawer .nt-drawer__header Label{color:#262626;font-size:16;padding:0;vertical-align:center}.ns-dark RadSideDrawer .nt-drawer__header Label,.ns-dark .nt-drawer .nt-drawer__header Label{color:#d4d4d4}RadSideDrawer .nt-drawer__header>Label,.nt-drawer .nt-drawer__header>Label{font-size:40;margin-right:15}RadSideDrawer .nt-drawer__header-image,.nt-drawer .nt-drawer__header-image{height:74;width:74;border-radius:37;horizontal-align:center;margin-bottom:24}RadSideDrawer .nt-drawer__header-brand,.nt-drawer .nt-drawer__header-brand{horizontal-align:center;font-size:15}RadSideDrawer.ns-dark>*,RadSideDrawer.ns-dark .nt-drawer__content,.nt-drawer.ns-dark>*,.nt-drawer.ns-dark .nt-drawer__content{background:#303030}RadSideDrawer.ns-dark .nt-drawer__header,.nt-drawer.ns-dark .nt-drawer__header{background:rgba(48,188,255,.15)}RadSideDrawer.ns-dark .nt-drawer__header Label,.nt-drawer.ns-dark .nt-drawer__header Label{color:#d4d4d4}Form,.nt-form{font-family:"Roboto Regular";padding:16 0 10}.ns-ios Form,.ns-ios .nt-form{font-family:"SF UI Text Regular",system}Form .-center,.nt-form .-center{horizontal-align:center}Form .nt-form__or-separator,.nt-form .nt-form__or-separator{margin:20 0}Form .nt-form__link,.nt-form .nt-form__link{color:#30bcff}.ns-dark Form .nt-form__link,.ns-dark .nt-form .nt-form__link{color:#30bcff}Form .nt-form__title,.nt-form .nt-form__title{font-size:18}Form .nt-form__logo,.nt-form .nt-form__logo{margin:20 0;width:50%}Form .nt-form__validation-message,.nt-form .nt-form__validation-message{color:#d50000;margin:1 0 0;padding:0;height:19}Form .nt-form__footer,.nt-form .nt-form__footer{padding:0;horizontal-align:center}Form .nt-form__footer Button,.nt-form .nt-form__footer Button{width:50%;margin:5}Form[isEnabled=false] *,.nt-form[isEnabled=false] *{opacity:.7}TextView.ng-valid,TextField.ng-valid,PickerField.ng-valid,DatePickerField.ng-valid,TimePickerField.ng-valid,RadAutoCompleteTextView.ng-valid{margin-bottom:20}TextView.ng-invalid.ng-dirty,TextField.ng-invalid.ng-dirty,PickerField.ng-invalid.ng-dirty,DatePickerField.ng-invalid.ng-dirty,TimePickerField.ng-invalid.ng-dirty,RadAutoCompleteTextView.ng-invalid.ng-dirty{margin-bottom:0;border-color:#d50000}TextView,TextField,PickerField,DatePickerField,TimePickerField,DateTimePickerFields,DataFormEditorCore,RadAutoCompleteTextView{color:#262626;placeholder-color:#737373;border-width:0 0 1;border-radius:0;background-color:transparent;font-size:16;padding:8 0 4;margin:5 16}.ns-dark TextView,.ns-dark TextField,.ns-dark PickerField,.ns-dark DatePickerField,.ns-dark TimePickerField,.ns-dark DateTimePickerFields,.ns-dark DataFormEditorCore,.ns-dark RadAutoCompleteTextView{color:#fff}.ns-dark TextView,.ns-dark TextField,.ns-dark PickerField,.ns-dark DatePickerField,.ns-dark TimePickerField,.ns-dark DateTimePickerFields,.ns-dark DataFormEditorCore,.ns-dark RadAutoCompleteTextView{placeholder-color:#b3b3b3}.ns-ios TextView,.ns-ios TextField,.ns-ios PickerField,.ns-ios DatePickerField,.ns-ios TimePickerField,.ns-ios DateTimePickerFields,.ns-ios DataFormEditorCore,.ns-ios RadAutoCompleteTextView{font-size:15}TextView.-rounded,TextView.-border,TextField.-rounded,TextField.-border,PickerField.-rounded,PickerField.-border,DatePickerField.-rounded,DatePickerField.-border,TimePickerField.-rounded,TimePickerField.-border,DateTimePickerFields.-rounded,DateTimePickerFields.-border,DataFormEditorCore.-rounded,DataFormEditorCore.-border,RadAutoCompleteTextView.-rounded,RadAutoCompleteTextView.-border{border-width:1;border-radius:4;padding:12 14}TextView.-rounded,TextField.-rounded,PickerField.-rounded,DatePickerField.-rounded,TimePickerField.-rounded,DateTimePickerFields.-rounded,DataFormEditorCore.-rounded,RadAutoCompleteTextView.-rounded{border-radius:28}TextView[isEnabled=false],TextField[isEnabled=false],PickerField[isEnabled=false],DatePickerField[isEnabled=false],TimePickerField[isEnabled=false],DateTimePickerFields[isEnabled=false],DataFormEditorCore[isEnabled=false],RadAutoCompleteTextView[isEnabled=false]{opacity:.5;color:#999;background-color:#e6e6e6}.ns-dark TextView[isEnabled=false],.ns-dark TextField[isEnabled=false],.ns-dark PickerField[isEnabled=false],.ns-dark DatePickerField[isEnabled=false],.ns-dark TimePickerField[isEnabled=false],.ns-dark DateTimePickerFields[isEnabled=false],.ns-dark DataFormEditorCore[isEnabled=false],.ns-dark RadAutoCompleteTextView[isEnabled=false]{color:#999}.ns-dark TextView[isEnabled=false],.ns-dark TextField[isEnabled=false],.ns-dark PickerField[isEnabled=false],.ns-dark DatePickerField[isEnabled=false],.ns-dark TimePickerField[isEnabled=false],.ns-dark DateTimePickerFields[isEnabled=false],.ns-dark DataFormEditorCore[isEnabled=false],.ns-dark RadAutoCompleteTextView[isEnabled=false]{background-color:#4d4d4d}Label,DataFormEditorLabel{color:#262626;padding:2 0}.ns-dark Label,.ns-dark DataFormEditorLabel{color:#fff}TextView{min-height:100}RadAutoCompleteTextView{padding:0}RadAutoCompleteTextView Token{background-color:#96ddff;border-radius:50%}.ns-dark RadAutoCompleteTextView Token{background-color:#0088c9}RadAutoCompleteTextView Token .ns-android TokenClearButton{width:18;height:18;border-radius:50%;opacity:.6}RadAutoCompleteTextView SuggestionView{color:#262626;background-color:#fff}.ns-dark RadAutoCompleteTextView SuggestionView{color:#fff}.ns-dark RadAutoCompleteTextView SuggestionView{background-color:#303030}DataFormEditorCore,PickerField,DatePickerField,TimePickerField,DateTimePickerFields,RadAutoCompleteTextView{background-color:#fff;background-repeat:no-repeat;background-position:right center;background-color:transparent}.ns-dark DataFormEditorCore,.ns-dark PickerField,.ns-dark DatePickerField,.ns-dark TimePickerField,.ns-dark DateTimePickerFields,.ns-dark RadAutoCompleteTextView{background-color:#303030}.ns-ios DataFormEditorCore,.ns-ios PickerField,.ns-ios DatePickerField,.ns-ios TimePickerField,.ns-ios DateTimePickerFields,.ns-ios RadAutoCompleteTextView{background-size:28 16}PropertyEditor[type=Date] DataFormEditorCore,DatePickerField{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAAAwBAMAAAB9IEC+AAAAD1BMVEVHcEwAAAAAAAAAAAAAAADTrAj/AAAABHRSTlMAwBAgU5DCQwAAAFdJREFUSMdjYCAVuLi4oDHop5RJxAUDOCpgVcroggUIYFXKgk2pMw6lChhudXHAoZSBVkrRw26EKcUC6Kt0NAoGkVIWaFSNKh25Sgd7QURCZURCFUcLAAC2I2hEECBYPgAAAABJRU5ErkJggg==")}PropertyEditor[type=Time] DataFormEditorCore,TimePickerField{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAAAwBAMAAAB9IEC+AAAALVBMVEVHcEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACttl6nAAAADnRSTlMAYOBAwCAQ0FCAcPCwoEZwdhsAAAE2SURBVEjHY2AYLIB1Td27d89PBRBWyQhUCALPBQiq1HsHBY8IqGX1e/fuyWRjY0sQjd8N3e/eKSaAGGxC797twGs9UCWMDVSLzwly794mwNhs9949xK2SA8UgoBUNOJVGo5oj924rTqV+EEP53sGMfYLbU28ZkJUy3MPpMaZ3aqhKk94p4PS/AKpSRpxhUPeIAVUpg95zHJEKMwOhVO4d9sjlevcMXWneuwVYlfK8c0BXyvLuAI4AmICulPNdAValfO8M0JVyvHtArFJmqiqFACopbSBWKTsssBAAV2DBowABcEUBPGIRAFfEsmImOVzJBZ4IEQBXIoQnbaQc9JBAhoED3BkGlg3hAHc2hGVuhNYn1CgySCiISCjeSCk0SSiKIQX8DGPjTsIFPAnVBimVESlV3IABAKDkz5jHIcToAAAAAElFTkSuQmCC")}DateTimePickerFields{padding:0;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKgAAAAwBAMAAAB3UCypAAAALVBMVEVHcEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACttl6nAAAADnRSTlMAQGDgwBAg0FCAcPCwoM9Ie+kAAAGcSURBVEjH5Ze/TsMwEMZD2pQWVRUZu0VijxASa8UTVJXYUXYWniDqilhgY+QBmBEjMw9RtTQlU79nICRyrDjxxYkdqYhviYe7X87/7s6WlQqAMDCgPwF15igpWhAOg9cQiD8DCtpHha7k9naYmcQeAZ1UQb/lzBmz2XoUdFFaU2ykc08WK3py3envNyCgVgPoA3CRLrhzBrybgdoJk40TqkdCxRMmg/rY5wfDWeHLBHRYCC4Je2kAeluMzcebAeg8C5S52Ij0oTb2RZeVbKsaQHu4LLpc47zBjdpI9t4rQm3Z/jeAhltxcrNYFzpgcXGoj0BzTU+wE11u8KIJHbOMyF36+NCE9vAouowk268OneBUdBlibR56dPDQTAcMXbaBZtZrCfSYHSmuEe40oeNyO6By+Glofk25VK4pDR2UE51KQqGheerjkqc+ZagvVg8iSStDWTnJRZQTZSgrfLmUCl8NlJVo/hOVEl0HbdVM1EFbtT110E4atG5ayUZNrzI0bc+fXfe+rj2v0E7zIdHJk6eTx5nluCUF1j/RDxQQPw3i9N+zAAAAAElFTkSuQmCC")}.ns-ios DateTimePickerFields{background-size:56 16}DateTimePickerFields DatePickerField,DateTimePickerFields TimePickerField{background-image:none;border-width:0;margin:0}.ns-dark DateTimePickerFields DatePickerField,.ns-dark DateTimePickerFields TimePickerField{background-image:none}DateTimePickerFields TimePickerField{margin-left:-30}PickerField{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAAAwBAMAAAB9IEC+AAAAGFBMVEVHcEwAAAAAAAAAAAAAAAAAAAAAAAAAAABoAtTLAAAAB3RSTlMAoPAw0BAgCEJU4wAAAEpJREFUSMdjYBgFgwUwChCtVLyQaEPLy4k1Nqm8nFhjmdWJN9Zo1NghZiwJSol3wKihA2ooCZk7hPj0x+pOdEHEEEJ88TYKBgoAAAC5JRg49rIWAAAAAElFTkSuQmCC")}PickerPage ListView{separator-color:transparent;color:#262626;background:#fff}.ns-dark PickerPage ListView{color:#fff}.ns-dark PickerPage ListView{background:#303030}PickerPage ListView>*{border-bottom-color:rgba(48,188,255,.4);height:48;margin-top:0;padding:10 12;border-bottom-width:1px}.ns-dark PickerPage ListView>*{border-bottom-color:rgba(48,188,255,.4)}.ns-dark PickerField{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAAAwBAMAAAB9IEC+AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAYUExURUdwTP///////////////////////////x1LVb4AAAAHdFJOUwCg8DDQECAIQlTjAAAASklEQVRIx2NgGAWDBTAKEK1UvJBoQ8vLiTU2qbycWGOZ1Yk31mjU2CFmLAlKiXfAqKEDaigJmTuE+PTH6k50QcQQQnzxNgoGCgAAALklGDj2shYAAAAASUVORK5CYII=")}.ns-dark DatePickerField{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAAAwBAMAAAB9IEC+AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAPUExURUdwTP///////////////xPgMRoAAAAEdFJOUwDAECBTkMJDAAAAV0lEQVRIx2NgIBW4uLigMeinlEnEBQM4KmBVyuiCBQhgVcqCTakzDqUKGG51ccChlIFWStHDboQpxQLoq3Q0CgaRUhZoVI0qHblKB3tBREJlREIVRwsAALYjaEQQIFg+AAAAAElFTkSuQmCC")}.ns-dark TimePickerField{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAAAwBAMAAAB9IEC+AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAtUExURUdwTP///////////////////////////////////////////////////////81e3QIAAAAOdFJOUwBg4EDAIBDQUHDwsKCA4isvJAAAATZJREFUSMdjYBgsgHV23bt3z3cGEFbJCFQIAs8FCKrUewcFjwioZfV79+7JZWNjWxCN3w1d794pJoAYbELv3q3Aaz1QJYwNVIvPCXLv3iTA2Gzn3j3ErZIDxSCgFQ04lUahmiP3bilOpX4QQ/newYx9gttTbxiQlTKcw+kxpndqqEqT3ing9L8AqlJGnGFQ94gBVSmD3nMckQozA6FU7h32yOV89wxdad67CViVcr9zQFfK8m4DjgC4gK6U910BVqV87wzQlXK8e0CsUmaqKoUAKiltIFYpOyywEABXYMGjAAFwRQE8YhEAV8SyYiY5XMkFnggRAFcihCdtpBz0kECGgQPcGQaWDeEAdzaEZW6E1ifUKDJIKIhIKN5IKTRJKIohBfwNY+NewgU8CdUGKZURKVXcgAEAq1LPmF1qDewAAAAASUVORK5CYII=")}.ns-dark DateTimePickerFields{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKgAAAAwBAMAAAB3UCypAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAtUExURUdwTP///////////////////////////////////////////////////////81e3QIAAAAOdFJOUwBAYODAECDQUHDwsKCAaxMi1gAAAZxJREFUSMfll89Kw0AQxmPa1EppMQ9QCHgPIngtPkEpeJecPfkEoWdB8O5dPHr1JYrePLY2NZfyPYMxYbNkk51sshuo+F2yh5lfZv/NzFpWKgDCwID+BNSZo6RoQTgMnkIgfgsoaB8VupLb22FmEnsEdFIF/ZYzZ8xm61HQRWlNsZHOPVms6MN1p7/fgIBaDaD3wEW64M4Z8GIGaidMNk6oHgkVT5gM6mOfHwxnhS8T0GEhuCTspQHobTE2H88GoPMsUOZiI9KH2tgXXVayrWoA7eGy6HKN8wY3aiPZe68ItWX73wAabsXJzWJd6IDFxaE+As01PcFOdLnBoyZ0xDIid+njVRPaw7voMpZsvzp0glPRZYi1eejRwUMzHTB02QaaWa8l0GN2pLjGuNOEjsrtgMrhp6H5NeVSuaY0dFBOdCoJhYbmqY9LnvqUob5YPYgkrQxl5SQXUU6Uoazw5VIqfDVQVqL5T1RKdB20VTNRB23V9tRBO2nQumklGzW9ytC0Pf903Ye69rxCO82HRCdPnk4eZ5bjlhRY/0Q/Hn4/DfXSncYAAAAASUVORK5CYII=")}.ns-dark DatePickerField,.ns-dark TimePickerField,.ns-dark DateTimePickerFields,.ns-dark RadAutoCompleteTextView{class:ns-dark}PickerPage.ns-dark ListView,.ns-dark SuggestionView{color:#fff;background:#303030}RadDataForm{color:#262626;placeholder-color:#737373}.ns-dark RadDataForm{color:#fff}.ns-dark RadDataForm{placeholder-color:#b3b3b3}RadDataForm PropertyEditor{padding:5 0 0;color:#262626;background-color:#fff}.ns-dark RadDataForm PropertyEditor{color:#fff}.ns-dark RadDataForm PropertyEditor{background-color:#303030}NTInput,.nt-input{margin:10 0}DataFormEditorLabel,NTInput>Label,.nt-input>Label{font-size:16;color:#bababa}DataFormEditorLabel,NTInput>Label,NTInput>TextView,>TextField,>PickerField,>DatePickerField,>TimePickerField,>DateTimePickerFields,>RadAutoCompleteTextView,.nt-input>Label,.nt-input>TextView{margin:0 16}NTInput.-sides,.nt-input.-sides{margin:0 0 10}NTInput.-sides>Label,.nt-input.-sides>Label{margin:5 16}NTInput>NTIcon,NTInput>.nt-icon,.nt-input>NTIcon,.nt-input>.nt-icon{font-size:24;vertical-align:center;horizontal-align:right;margin:-15 10 0 0}ActionBar,NTActionBar,.nt-action-bar{color:#262626;background-color:#515151}.ns-dark ActionBar,.ns-dark NTActionBar,.ns-dark .nt-action-bar{color:#d4d4d4}.ns-dark ActionBar,.ns-dark NTActionBar,.ns-dark .nt-action-bar{background-color:#414141}.ns-root ActionBar NTIcon,ActionBar Label,ActionBar Button,ActionBar .nt-action-bar__item,.ns-root NTActionBar NTIcon,NTActionBar Label,NTActionBar Button,NTActionBar .nt-action-bar__item,.ns-root .nt-action-bar NTIcon,.nt-action-bar Label,.nt-action-bar Button,.nt-action-bar .nt-action-bar__item{color:#262626;background-color:#515151}.ns-dark .ns-root ActionBar NTIcon,.ns-dark ActionBar Label,.ns-dark ActionBar Button,.ns-dark ActionBar .nt-action-bar__item,.ns-dark .ns-root NTActionBar NTIcon,.ns-dark NTActionBar Label,.ns-dark NTActionBar Button,.ns-dark NTActionBar .nt-action-bar__item,.ns-dark .ns-root .nt-action-bar NTIcon,.ns-dark .nt-action-bar Label,.ns-dark .nt-action-bar Button,.ns-dark .nt-action-bar .nt-action-bar__item{color:#d4d4d4}.ns-dark .ns-root ActionBar NTIcon,.ns-dark ActionBar Label,.ns-dark ActionBar Button,.ns-dark ActionBar .nt-action-bar__item,.ns-dark .ns-root NTActionBar NTIcon,.ns-dark NTActionBar Label,.ns-dark NTActionBar Button,.ns-dark NTActionBar .nt-action-bar__item,.ns-dark .ns-root .nt-action-bar NTIcon,.ns-dark .nt-action-bar Label,.ns-dark .nt-action-bar Button,.ns-dark .nt-action-bar .nt-action-bar__item{background-color:#414141}.ns-root ActionBar NTIcon:active,.ns-root ActionBar NTIcon.-active,ActionBar Label:active,ActionBar Label.-active,ActionBar Button:active,ActionBar Button.-active,ActionBar .nt-action-bar__item:active,ActionBar .nt-action-bar__item.-active,.ns-root NTActionBar NTIcon:active,.ns-root NTActionBar NTIcon.-active,NTActionBar Label:active,NTActionBar Label.-active,NTActionBar Button:active,NTActionBar Button.-active,NTActionBar .nt-action-bar__item:active,NTActionBar .nt-action-bar__item.-active,.ns-root .nt-action-bar NTIcon:active,.ns-root .nt-action-bar NTIcon.-active,.nt-action-bar Label:active,.nt-action-bar Label.-active,.nt-action-bar Button:active,.nt-action-bar Button.-active,.nt-action-bar .nt-action-bar__item:active,.nt-action-bar .nt-action-bar__item.-active{color:#262626;background-color:#515151}.ns-dark .ns-root ActionBar NTIcon:active,.ns-dark .ns-root ActionBar NTIcon.-active,.ns-dark ActionBar Label:active,.ns-dark ActionBar Label.-active,.ns-dark ActionBar Button:active,.ns-dark ActionBar Button.-active,.ns-dark ActionBar .nt-action-bar__item:active,.ns-dark ActionBar .nt-action-bar__item.-active,.ns-dark .ns-root NTActionBar NTIcon:active,.ns-dark .ns-root NTActionBar NTIcon.-active,.ns-dark NTActionBar Label:active,.ns-dark NTActionBar Label.-active,.ns-dark NTActionBar Button:active,.ns-dark NTActionBar Button.-active,.ns-dark NTActionBar .nt-action-bar__item:active,.ns-dark NTActionBar .nt-action-bar__item.-active,.ns-dark .ns-root .nt-action-bar NTIcon:active,.ns-dark .ns-root .nt-action-bar NTIcon.-active,.ns-dark .nt-action-bar Label:active,.ns-dark .nt-action-bar Label.-active,.ns-dark .nt-action-bar Button:active,.ns-dark .nt-action-bar Button.-active,.ns-dark .nt-action-bar .nt-action-bar__item:active,.ns-dark .nt-action-bar .nt-action-bar__item.-active{color:#d4d4d4}.ns-dark .ns-root ActionBar NTIcon:active,.ns-dark .ns-root ActionBar NTIcon.-active,.ns-dark ActionBar Label:active,.ns-dark ActionBar Label.-active,.ns-dark ActionBar Button:active,.ns-dark ActionBar Button.-active,.ns-dark ActionBar .nt-action-bar__item:active,.ns-dark ActionBar .nt-action-bar__item.-active,.ns-dark .ns-root NTActionBar NTIcon:active,.ns-dark .ns-root NTActionBar NTIcon.-active,.ns-dark NTActionBar Label:active,.ns-dark NTActionBar Label.-active,.ns-dark NTActionBar Button:active,.ns-dark NTActionBar Button.-active,.ns-dark NTActionBar .nt-action-bar__item:active,.ns-dark NTActionBar .nt-action-bar__item.-active,.ns-dark .ns-root .nt-action-bar NTIcon:active,.ns-dark .ns-root .nt-action-bar NTIcon.-active,.ns-dark .nt-action-bar Label:active,.ns-dark .nt-action-bar Label.-active,.ns-dark .nt-action-bar Button:active,.ns-dark .nt-action-bar Button.-active,.ns-dark .nt-action-bar .nt-action-bar__item:active,.ns-dark .nt-action-bar .nt-action-bar__item.-active{background-color:#414141}.ns-ios ActionBar NTIcon:active,.ns-ios ActionBar Label:active,.ns-ios ActionBar Button:active,.ns-ios ActionBar .nt-action-bar__item:active,.ns-android ActionBar NTIcon:active,.ns-android ActionBar Label:active,.ns-android ActionBar Button:active,.ns-android ActionBar .nt-action-bar__item:active,.ns-ios NTActionBar NTIcon:active,.ns-ios NTActionBar Label:active,.ns-ios NTActionBar Button:active,.ns-ios NTActionBar .nt-action-bar__item:active,.ns-android NTActionBar NTIcon:active,.ns-android NTActionBar Label:active,.ns-android NTActionBar Button:active,.ns-android NTActionBar .nt-action-bar__item:active,.ns-ios .nt-action-bar NTIcon:active,.ns-ios .nt-action-bar Label:active,.ns-ios .nt-action-bar Button:active,.ns-ios .nt-action-bar .nt-action-bar__item:active,.ns-android .nt-action-bar NTIcon:active,.ns-android .nt-action-bar Label:active,.ns-android .nt-action-bar Button:active,.ns-android .nt-action-bar .nt-action-bar__item:active{color:#262626}.ns-dark .ns-ios ActionBar NTIcon:active,.ns-dark .ns-ios ActionBar Label:active,.ns-dark .ns-ios ActionBar Button:active,.ns-dark .ns-ios ActionBar .nt-action-bar__item:active,.ns-dark .ns-android ActionBar NTIcon:active,.ns-dark .ns-android ActionBar Label:active,.ns-dark .ns-android ActionBar Button:active,.ns-dark .ns-android ActionBar .nt-action-bar__item:active,.ns-dark .ns-ios NTActionBar NTIcon:active,.ns-dark .ns-ios NTActionBar Label:active,.ns-dark .ns-ios NTActionBar Button:active,.ns-dark .ns-ios NTActionBar .nt-action-bar__item:active,.ns-dark .ns-android NTActionBar NTIcon:active,.ns-dark .ns-android NTActionBar Label:active,.ns-dark .ns-android NTActionBar Button:active,.ns-dark .ns-android NTActionBar .nt-action-bar__item:active,.ns-dark .ns-ios .nt-action-bar NTIcon:active,.ns-dark .ns-ios .nt-action-bar Label:active,.ns-dark .ns-ios .nt-action-bar Button:active,.ns-dark .ns-ios .nt-action-bar .nt-action-bar__item:active,.ns-dark .ns-android .nt-action-bar NTIcon:active,.ns-dark .ns-android .nt-action-bar Label:active,.ns-dark .ns-android .nt-action-bar Button:active,.ns-dark .ns-android .nt-action-bar .nt-action-bar__item:active{color:#d4d4d4}@keyframes light-highlight{0%{background-color:#fff}100%{background-color:#e6e6e6}}@keyframes dark-highlight{0%{background-color:#303030}100%{background-color:#232323}}@keyframes focus-highlight{0%{background-color:#30bcff}100%{background-color:#00aafc}}@keyframes dark-focus-highlight{0%{background-color:#30bcff}100%{background-color:#00aafc}}Button,.nt-button{background-color:#fff;color:#004363}.ns-dark Button,.ns-dark .nt-button{background-color:#303030}.ns-dark Button,.ns-dark .nt-button{color:#fcfeff}Button:active,Button.-active,.nt-button:active,.nt-button.-active{color:#004363}.ns-dark Button:active,.ns-dark Button.-active,.ns-dark .nt-button:active,.ns-dark .nt-button.-active{color:#fcfeff}Button.-primary,.nt-button.-primary{color:#fff;background-color:#30bcff;border-color:#30bcff}.ns-dark Button.-primary,.ns-dark .nt-button.-primary{color:#fff}.ns-dark Button.-primary,.ns-dark .nt-button.-primary{background-color:#30bcff}.ns-dark Button.-primary,.ns-dark .nt-button.-primary{border-color:#30bcff}Button.-primary:active,Button.-primary.-active,.nt-button.-primary:active,.nt-button.-primary.-active{animation:focus-highlight .3s ease-out forwards;background-color:#00aafc}Button[isEnabled=false],.nt-button[isEnabled=false]{background-color:#79d3ff}.ns-dark Button[isEnabled=false],.ns-dark .nt-button[isEnabled=false]{background-color:#3e86a8}Button.-outline,.nt-button.-outline{background-color:#fff;border-color:#0088c9}.ns-dark Button.-outline,.ns-dark .nt-button.-outline{background-color:#303030}.ns-dark Button.-outline,.ns-dark .nt-button.-outline{border-color:#96ddff}Button.-outline:active,Button.-outline.-active,.nt-button.-outline:active,.nt-button.-outline.-active{animation:light-highlight .3s ease-out forwards;background-color:#e6e6e6}.ns-dark Button.-outline:active,.ns-dark Button.-outline.-active,.ns-dark .nt-button.-outline:active,.ns-dark .nt-button.-outline.-active{animation:dark-highlight .3s ease-out forwards;background-color:#232323}Button.-outline[isEnabled=false],.nt-button.-outline[isEnabled=false]{background-color:#fff;color:#7aa4b8;border-color:#7aa4b8}.ns-dark Button.-outline[isEnabled=false],.ns-dark .nt-button.-outline[isEnabled=false]{background-color:#303030}.ns-dark Button.-outline[isEnabled=false],.ns-dark .nt-button.-outline[isEnabled=false]{color:#7aa4b8}.ns-dark Button.-outline[isEnabled=false],.ns-dark .nt-button.-outline[isEnabled=false]{border-color:#7aa4b8}ActivityIndicator,.nt-activity-indicator{color:#30bcff}.ns-dark ActivityIndicator,.ns-dark .nt-activity-indicator{color:#30bcff}SegmentedBar,.nt-segmented-bar{selected-background-color:#30bcff}.ns-dark SegmentedBar,.ns-dark .nt-segmented-bar{selected-background-color:#30bcff}.ns-ios SegmentedBar,.ns-ios .nt-segmented-bar{margin:0 15;color:#30bcff}.ns-dark .ns-ios SegmentedBar,.ns-dark .ns-ios .nt-segmented-bar{color:#30bcff}Progress,.nt-progress{color:#30bcff}.ns-dark Progress,.ns-dark .nt-progress{color:#30bcff}Slider,.nt-slider{color:#30bcff}.ns-dark Slider,.ns-dark .nt-slider{color:#30bcff}Slider[isEnabled=false],.nt-slider[isEnabled=false]{color:#e0e0e0}.ns-android Switch,.ns-android .nt-switch{color:#ccc;background-color:#ccc}.ns-dark .ns-android Switch,.ns-dark .ns-android .nt-switch{color:#636363}.ns-dark .ns-android Switch,.ns-dark .ns-android .nt-switch{background-color:#636363}.ns-android Switch[checked=true],.ns-android .nt-switch[checked=true]{color:#30bcff}.ns-dark .ns-android Switch[checked=true],.ns-dark .ns-android .nt-switch[checked=true]{color:#30bcff}.ns-android Switch[isEnabled=false],.ns-android .nt-switch[isEnabled=false]{color:#e6e6e6}.ns-dark .ns-android Switch[isEnabled=false],.ns-dark .ns-android .nt-switch[isEnabled=false]{color:#4a4a4a}.ns-ios Switch,.ns-ios .nt-switch{background-color:#30bcff;off-background-color:#e6e6e6}.ns-dark .ns-ios Switch,.ns-dark .ns-ios .nt-switch{background-color:#30bcff}.ns-dark .ns-ios Switch,.ns-dark .ns-ios .nt-switch{off-background-color:#4a4a4a}.ns-ios Switch[isEnabled=false],.ns-ios .nt-switch[isEnabled=false]{background-color:rgba(48,188,255,.4);off-background-color:#e6e6e6}.ns-dark .ns-ios Switch[isEnabled=false],.ns-dark .ns-ios .nt-switch[isEnabled=false]{background-color:rgba(48,188,255,.4)}.ns-dark .ns-ios Switch[isEnabled=false],.ns-dark .ns-ios .nt-switch[isEnabled=false]{off-background-color:#4a4a4a}TabView,.nt-tab-view{selected-tab-text-color:#30bcff;android-selected-tab-highlight-color:#30bcff}.ns-dark TabView,.ns-dark .nt-tab-view{selected-tab-text-color:#30bcff}.ns-dark TabView,.ns-dark .nt-tab-view{android-selected-tab-highlight-color:#30bcff}TabView.ns-dark,.nt-tab-view.ns-dark{selected-tab-text-color:#30bcff;android-selected-tab-highlight-color:#30bcff}TabStrip,.nt-tab-strip{highlight-color:#30bcff}.ns-dark TabStrip,.ns-dark .nt-tab-strip{highlight-color:#30bcff}TabStripItem:active,.nt-tab-strip__item:active{color:#30bcff}.ns-dark TabStripItem:active,.ns-dark .nt-tab-strip__item:active{color:#30bcff}TabStripItem:active Label,.nt-tab-strip__item:active Label{color:#30bcff}.ns-dark TabStripItem:active Label,.ns-dark .nt-tab-strip__item:active Label{color:#30bcff}ListView NTIcon,ListView .nt-icon,RadListView NTIcon,RadListView .nt-icon,.nt-list-view NTIcon,.nt-list-view .nt-icon{color:#006698}.ns-dark ListView NTIcon,.ns-dark ListView .nt-icon,.ns-dark RadListView NTIcon,.ns-dark RadListView .nt-icon,.ns-dark .nt-list-view NTIcon,.ns-dark .nt-list-view .nt-icon{color:#30bcff}ListView .nt-list-view__delete,RadListView .nt-list-view__delete,.nt-list-view .nt-list-view__delete{background-color:#d50000}RadSideDrawer .nt-drawer__header,.nt-drawer .nt-drawer__header{background:#343434}RadSideDrawer .nt-drawer__header Label,.nt-drawer .nt-drawer__header Label{color:#d4d4d4}RadSideDrawer>*,RadSideDrawer .nt-drawer__content,.nt-drawer>*,.nt-drawer .nt-drawer__content{color:#d4d4d4}RadSideDrawer.ns-dark .nt-drawer__header,.nt-drawer.ns-dark .nt-drawer__header{background:#343434}RadSideDrawer.ns-dark .nt-drawer__header Label,.nt-drawer.ns-dark .nt-drawer__header Label{color:#d4d4d4}RadSideDrawer.ns-dark>*,RadSideDrawer.ns-dark .nt-drawer__content,.nt-drawer.ns-dark>*,.nt-drawer.ns-dark .nt-drawer__content{color:#d4d4d4}TextView,TextField,PickerField,DatePickerField,TimePickerField,DateTimePickerFields,DataFormEditorCore,RadAutoCompleteTextView{background-color:transparent;border-color:#b3b3b3}.ns-dark TextView,.ns-dark TextField,.ns-dark PickerField,.ns-dark DatePickerField,.ns-dark TimePickerField,.ns-dark DateTimePickerFields,.ns-dark DataFormEditorCore,.ns-dark RadAutoCompleteTextView{border-color:gray}TextView:focus,TextField:focus,PickerField:focus,DatePickerField:focus,TimePickerField:focus,DateTimePickerFields:focus,DataFormEditorCore:focus,RadAutoCompleteTextView:focus{border-color:#0088c9}.ns-dark TextView:focus,.ns-dark TextField:focus,.ns-dark PickerField:focus,.ns-dark DatePickerField:focus,.ns-dark TimePickerField:focus,.ns-dark DateTimePickerFields:focus,.ns-dark DataFormEditorCore:focus,.ns-dark RadAutoCompleteTextView:focus{border-color:#96ddff}TextView[isEnabled=false],TextField[isEnabled=false],PickerField[isEnabled=false],DatePickerField[isEnabled=false],TimePickerField[isEnabled=false],DateTimePickerFields[isEnabled=false],DataFormEditorCore[isEnabled=false],RadAutoCompleteTextView[isEnabled=false]{color:#999;background-color:#e6e6e6}.ns-dark TextView[isEnabled=false],.ns-dark TextField[isEnabled=false],.ns-dark PickerField[isEnabled=false],.ns-dark DatePickerField[isEnabled=false],.ns-dark TimePickerField[isEnabled=false],.ns-dark DateTimePickerFields[isEnabled=false],.ns-dark DataFormEditorCore[isEnabled=false],.ns-dark RadAutoCompleteTextView[isEnabled=false]{color:#999}.ns-dark TextView[isEnabled=false],.ns-dark TextField[isEnabled=false],.ns-dark PickerField[isEnabled=false],.ns-dark DatePickerField[isEnabled=false],.ns-dark TimePickerField[isEnabled=false],.ns-dark DateTimePickerFields[isEnabled=false],.ns-dark DataFormEditorCore[isEnabled=false],.ns-dark RadAutoCompleteTextView[isEnabled=false]{background-color:#4d4d4d}RadAutoCompleteTextView Token{background-color:#96ddff}.ns-dark RadAutoCompleteTextView Token{background-color:#0088c9}RadAutoCompleteTextView Token:selected{background-color:#63cdff}.ns-dark RadAutoCompleteTextView Token:selected{background-color:#00aafc}.date-time-picker{color:#262626;background:#fff}.date-time-picker.ns-dark{color:#fff;background:#303030}.date-time-picker-buttons{color:#004363}.date-time-picker-buttons.ns-dark{color:#fcfeff}.ns-dark.date-time-picker-button-cancel{background:#303030}.date-time-picker-spinners{color:#006596}.date-time-picker-spinners.ns-dark{color:#c9eeff}DataFormEditorLabel,NTInput>Label,.nt-input>Label{color:#006596}.ns-dark DataFormEditorLabel,.ns-dark NTInput>Label,.ns-dark .nt-input>Label{color:#c9eeff}.hr,.hr-light{border-color:#96ddff}.ns-dark .hr,.ns-dark .hr-light{border-color:#fcfeff}.hr-dark{border-color:#0088c9}.ns-dark .hr-dark{border-color:#96ddff}
.c-white{color:#fff}.c-bg-white{background-color:#fff}.c-black{color:#000}.c-bg-black{background-color:#000}.c-aqua{color:#00caab}.c-bg-aqua{background-color:#00caab}.c-blue{color:#3d5afe}.c-bg-blue{background-color:#3d5afe}.c-charcoal{color:#303030}.c-bg-charcoal{background-color:#303030}.c-brown{color:#795548}.c-bg-brown{background-color:#795548}.c-forest{color:#006968}.c-bg-forest{background-color:#006968}.c-grey{color:#e0e0e0}.c-bg-grey{background-color:#e0e0e0}.c-grey-light{color:#bababa}.c-bg-grey-light{background-color:#bababa}.c-grey-dark{color:#5c687c}.c-bg-grey-dark{background-color:#5c687c}.c-purple{color:#8130ff}.c-bg-purple{background-color:#8130ff}.c-lemon{color:#ffea00}.c-bg-lemon{background-color:#ffea00}.c-lime{color:#aee406}.c-bg-lime{background-color:#aee406}.c-orange{color:#f57c00}.c-bg-orange{background-color:#f57c00}.c-ruby{color:#ff1744}.c-bg-ruby{background-color:#ff1744}.c-sky{color:#30bcff}.c-bg-sky{background-color:#30bcff}.w-full{width:100%}.w-100{width:100}.h-full{height:100%}.h-100{height:100}.m-0{margin:0}.m-t-0{margin-top:0}.m-r-0{margin-right:0}.m-b-0{margin-bottom:0}.m-l-0{margin-left:0}.m-x-0{margin-right:0;margin-left:0}.m-y-0{margin-top:0;margin-bottom:0}.m-2{margin:2}.m-t-2{margin-top:2}.m-r-2{margin-right:2}.m-b-2{margin-bottom:2}.m-l-2{margin-left:2}.m-x-2{margin-right:2;margin-left:2}.m-y-2{margin-top:2;margin-bottom:2}.m-4{margin:4}.m-t-4{margin-top:4}.m-r-4{margin-right:4}.m-b-4{margin-bottom:4}.m-l-4{margin-left:4}.m-x-4{margin-right:4;margin-left:4}.m-y-4{margin-top:4;margin-bottom:4}.m-5{margin:5}.m-t-5{margin-top:5}.m-r-5{margin-right:5}.m-b-5{margin-bottom:5}.m-l-5{margin-left:5}.m-x-5{margin-right:5;margin-left:5}.m-y-5{margin-top:5;margin-bottom:5}.m-8{margin:8}.m-t-8{margin-top:8}.m-r-8{margin-right:8}.m-b-8{margin-bottom:8}.m-l-8{margin-left:8}.m-x-8{margin-right:8;margin-left:8}.m-y-8{margin-top:8;margin-bottom:8}.m-10{margin:10}.m-t-10{margin-top:10}.m-r-10{margin-right:10}.m-b-10{margin-bottom:10}.m-l-10{margin-left:10}.m-x-10{margin-right:10;margin-left:10}.m-y-10{margin-top:10;margin-bottom:10}.m-12{margin:12}.m-t-12{margin-top:12}.m-r-12{margin-right:12}.m-b-12{margin-bottom:12}.m-l-12{margin-left:12}.m-x-12{margin-right:12;margin-left:12}.m-y-12{margin-top:12;margin-bottom:12}.m-15{margin:15}.m-t-15{margin-top:15}.m-r-15{margin-right:15}.m-b-15{margin-bottom:15}.m-l-15{margin-left:15}.m-x-15{margin-right:15;margin-left:15}.m-y-15{margin-top:15;margin-bottom:15}.m-16{margin:16}.m-t-16{margin-top:16}.m-r-16{margin-right:16}.m-b-16{margin-bottom:16}.m-l-16{margin-left:16}.m-x-16{margin-right:16;margin-left:16}.m-y-16{margin-top:16;margin-bottom:16}.m-20{margin:20}.m-t-20{margin-top:20}.m-r-20{margin-right:20}.m-b-20{margin-bottom:20}.m-l-20{margin-left:20}.m-x-20{margin-right:20;margin-left:20}.m-y-20{margin-top:20;margin-bottom:20}.m-24{margin:24}.m-t-24{margin-top:24}.m-r-24{margin-right:24}.m-b-24{margin-bottom:24}.m-l-24{margin-left:24}.m-x-24{margin-right:24;margin-left:24}.m-y-24{margin-top:24;margin-bottom:24}.m-25{margin:25}.m-t-25{margin-top:25}.m-r-25{margin-right:25}.m-b-25{margin-bottom:25}.m-l-25{margin-left:25}.m-x-25{margin-right:25;margin-left:25}.m-y-25{margin-top:25;margin-bottom:25}.m-28{margin:28}.m-t-28{margin-top:28}.m-r-28{margin-right:28}.m-b-28{margin-bottom:28}.m-l-28{margin-left:28}.m-x-28{margin-right:28;margin-left:28}.m-y-28{margin-top:28;margin-bottom:28}.m-30{margin:30}.m-t-30{margin-top:30}.m-r-30{margin-right:30}.m-b-30{margin-bottom:30}.m-l-30{margin-left:30}.m-x-30{margin-right:30;margin-left:30}.m-y-30{margin-top:30;margin-bottom:30}.p-0{padding:0}.p-t-0{padding-top:0}.p-r-0{padding-right:0}.p-b-0{padding-bottom:0}.p-l-0{padding-left:0}.p-x-0{padding-right:0;padding-left:0}.p-y-0{padding-top:0;padding-bottom:0}.p-2{padding:2}.p-t-2{padding-top:2}.p-r-2{padding-right:2}.p-b-2{padding-bottom:2}.p-l-2{padding-left:2}.p-x-2{padding-right:2;padding-left:2}.p-y-2{padding-top:2;padding-bottom:2}.p-4{padding:4}.p-t-4{padding-top:4}.p-r-4{padding-right:4}.p-b-4{padding-bottom:4}.p-l-4{padding-left:4}.p-x-4{padding-right:4;padding-left:4}.p-y-4{padding-top:4;padding-bottom:4}.p-5{padding:5}.p-t-5{padding-top:5}.p-r-5{padding-right:5}.p-b-5{padding-bottom:5}.p-l-5{padding-left:5}.p-x-5{padding-right:5;padding-left:5}.p-y-5{padding-top:5;padding-bottom:5}.p-8{padding:8}.p-t-8{padding-top:8}.p-r-8{padding-right:8}.p-b-8{padding-bottom:8}.p-l-8{padding-left:8}.p-x-8{padding-right:8;padding-left:8}.p-y-8{padding-top:8;padding-bottom:8}.p-10{padding:10}.p-t-10{padding-top:10}.p-r-10{padding-right:10}.p-b-10{padding-bottom:10}.p-l-10{padding-left:10}.p-x-10{padding-right:10;padding-left:10}.p-y-10{padding-top:10;padding-bottom:10}.p-12{padding:12}.p-t-12{padding-top:12}.p-r-12{padding-right:12}.p-b-12{padding-bottom:12}.p-l-12{padding-left:12}.p-x-12{padding-right:12;padding-left:12}.p-y-12{padding-top:12;padding-bottom:12}.p-15{padding:15}.p-t-15{padding-top:15}.p-r-15{padding-right:15}.p-b-15{padding-bottom:15}.p-l-15{padding-left:15}.p-x-15{padding-right:15;padding-left:15}.p-y-15{padding-top:15;padding-bottom:15}.p-16{padding:16}.p-t-16{padding-top:16}.p-r-16{padding-right:16}.p-b-16{padding-bottom:16}.p-l-16{padding-left:16}.p-x-16{padding-right:16;padding-left:16}.p-y-16{padding-top:16;padding-bottom:16}.p-20{padding:20}.p-t-20{padding-top:20}.p-r-20{padding-right:20}.p-b-20{padding-bottom:20}.p-l-20{padding-left:20}.p-x-20{padding-right:20;padding-left:20}.p-y-20{padding-top:20;padding-bottom:20}.p-24{padding:24}.p-t-24{padding-top:24}.p-r-24{padding-right:24}.p-b-24{padding-bottom:24}.p-l-24{padding-left:24}.p-x-24{padding-right:24;padding-left:24}.p-y-24{padding-top:24;padding-bottom:24}.p-25{padding:25}.p-t-25{padding-top:25}.p-r-25{padding-right:25}.p-b-25{padding-bottom:25}.p-l-25{padding-left:25}.p-x-25{padding-right:25;padding-left:25}.p-y-25{padding-top:25;padding-bottom:25}.p-28{padding:28}.p-t-28{padding-top:28}.p-r-28{padding-right:28}.p-b-28{padding-bottom:28}.p-l-28{padding-left:28}.p-x-28{padding-right:28;padding-left:28}.p-y-28{padding-top:28;padding-bottom:28}.p-30{padding:30}.p-t-30{padding-top:30}.p-r-30{padding-right:30}.p-b-30{padding-bottom:30}.p-l-30{padding-left:30}.p-x-30{padding-right:30;padding-left:30}.p-y-30{padding-top:30;padding-bottom:30}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.font-weight-normal{font-weight:normal}.font-weight-bold{font-weight:bold}.font-italic{font-style:italic}.t-10{font-size:10}.t-12{font-size:12}.t-14{font-size:14}.t-15{font-size:15}.t-16{font-size:16}.t-17{font-size:17}.t-18{font-size:18}.t-19{font-size:19}.t-20{font-size:20}.t-25{font-size:25}.t-30{font-size:30}.img-rounded{border-radius:5}.img-circle{border-radius:20}.img-thumbnail{border-radius:0}.invisible{visibility:collapse}.pull-left{horizontal-align:left}.pull-right{horizontal-align:right}.m-x-auto{horizontal-align:center}.m-y-auto{vertical-align:center}.text-primary{color:#30bcff}.text-danger{color:#d50000}.bg-primary{background-color:#30bcff;color:#fff}.bg-danger{background-color:#d50000;color:#fff}.fa{font-family:FontAwesome,fontawesome-webfont}.ns-root{color:#262626;font-family:"Roboto Medium";font-size:14}.ns-dark.ns-root{color:#fff}.ns-ios{font-family:"SF UI Text Medium",system;font-size:15}.-hidden,.hidden{visibility:collapsed}.-rounded,.rounded{border-radius:3}.hr{height:1;width:100%;margin:9 0 10;border-width:0 0 1;border-style:solid}.h1,.h2,.h3,.h4,.h5,.h6{margin-bottom:4;font-weight:normal;color:#262626}.ns-dark .h1,.ns-dark .h2,.ns-dark .h3,.ns-dark .h4,.ns-dark .h5,.ns-dark .h6{color:#fff}.body,.body2,.footnote{color:#737373;font-weight:normal}.ns-dark .body,.ns-dark .body2,.ns-dark .footnote{color:#b3b3b3}.h1{font-size:32}.h2{font-size:22}.h3{font-size:15}.h4{font-size:12}.h5{font-size:11}.h6{font-size:10}.body{font-size:14}.body2{font-size:17}.footnote{font-size:13}.ns-android .h1{font-size:34}.ns-android .h2{font-size:24}.ns-android .h3{font-size:16}.ns-android .h5{font-size:11;font-weight:bold}.ns-android .body2{font-size:14;font-weight:500}.text-muted{color:#ace4ff}.ns-dark .text-muted{color:#306883}Label>*,Label>*>*,Button>*,Button>*>*,TextField>*,TextField>*>*,TextView>*,TextView>*>*{background-color:transparent}Image,ListView,RadListView{min-height:100}Image{margin-bottom:20}NTIcon,.nt-icon{font-size:16}Button,.nt-button{text-transform:none;border-color:transparent;min-width:64;height:52;padding:0 0 0 0;font-size:18;margin:8 16 8 16}.ns-ios Button,.ns-ios .nt-button{height:40;border-width:0;font-size:15}.ns-android Button,.ns-android .nt-button{margin:4 12}Button.-outline,.nt-button.-outline{height:40;border-width:1}.ns-android Button.-outline,.ns-android .nt-button.-outline{margin:8 16}Button.-rounded-sm,Button.-rounded-lg,.nt-button.-rounded-sm,.nt-button.-rounded-lg{height:40;border-radius:2}.ns-ios Button.-rounded-sm,.ns-ios Button.-rounded-lg,.ns-ios .nt-button.-rounded-sm,.ns-ios .nt-button.-rounded-lg{border-radius:4}.ns-android Button.-rounded-sm,.ns-android Button.-rounded-lg,.ns-android .nt-button.-rounded-sm,.ns-android .nt-button.-rounded-lg{margin:8 16}Button.-rounded-lg,.nt-button.-rounded-lg{border-radius:40}Button[isEnabled=false],.nt-button[isEnabled=false]{opacity:.5}Button.-simple,.nt-button.-simple{android-elevation:0;android-dynamic-elevation-offset:0}.ns-root Button.-aqua,.ns-root .nt-button.-aqua{background-color:#00caab;border-color:#00caab;color:#fdffff}.ns-dark.ns-root Button.-aqua,.ns-dark.ns-root .nt-button.-aqua{background-color:#00caab;border-color:#00caab;color:#fdffff}.ns-root Button.-blue,.ns-root .nt-button.-blue{background-color:#3d5afe;border-color:#3d5afe;color:#fff}.ns-dark.ns-root Button.-blue,.ns-dark.ns-root .nt-button.-blue{background-color:#3d5afe;border-color:#3d5afe;color:#fff}.ns-root Button.-brown,.ns-root .nt-button.-brown{background-color:#795548;border-color:#795548;color:#fbf9f8}.ns-dark.ns-root Button.-brown,.ns-dark.ns-root .nt-button.-brown{background-color:#795548;border-color:#795548;color:#fbf9f8}.ns-root Button.-forest,.ns-root .nt-button.-forest{color:#9cfffe;background-color:#006968;border-color:#006968}.ns-dark.ns-root Button.-forest,.ns-dark.ns-root .nt-button.-forest{color:#9cfffe;background-color:#006968;border-color:#006968}.ns-root Button.-grey,.ns-root .nt-button.-grey{background-color:#5c687c;border-color:#5c687c;color:#fff}.ns-dark.ns-root Button.-grey,.ns-dark.ns-root .nt-button.-grey{background-color:#5c687c;border-color:#5c687c;color:#fff}.ns-root Button.-lemon,.ns-root .nt-button.-lemon{background-color:#ffea00;border-color:#ffea00;color:#000}.ns-dark.ns-root Button.-lemon,.ns-dark.ns-root .nt-button.-lemon{background-color:#ffea00;border-color:#ffea00;color:#000}.ns-root Button.-lime,.ns-root .nt-button.-lime{background-color:#aee406;border-color:#aee406;color:#000}.ns-dark.ns-root Button.-lime,.ns-dark.ns-root .nt-button.-lime{background-color:#aee406;border-color:#aee406;color:#000}.ns-root Button.-orange,.ns-root .nt-button.-orange{background-color:#f57c00;border-color:#f57c00;color:#000}.ns-dark.ns-root Button.-orange,.ns-dark.ns-root .nt-button.-orange{background-color:#f57c00;border-color:#f57c00;color:#000}.ns-root Button.-purple,.ns-root .nt-button.-purple{background-color:#8130ff;border-color:#8130ff;color:#fff}.ns-dark.ns-root Button.-purple,.ns-dark.ns-root .nt-button.-purple{background-color:#8130ff;border-color:#8130ff;color:#fff}.ns-root Button.-ruby,.ns-root .nt-button.-ruby{background-color:#ff1744;border-color:#ff1744;color:#fff}.ns-dark.ns-root Button.-ruby,.ns-dark.ns-root .nt-button.-ruby{background-color:#ff1744;border-color:#ff1744;color:#fff}.ns-root Button.-sky,.ns-root .nt-button.-sky{background-color:#30bcff;border-color:#30bcff;color:#fff}.ns-dark.ns-root Button.-sky,.ns-dark.ns-root .nt-button.-sky{background-color:#30bcff;border-color:#30bcff;color:#fff}Page,.nt-page{color:#262626;background-color:#fff}.ns-dark Page,.ns-dark .nt-page{color:#fff;background-color:#303030}ActivityIndicator,.nt-activity-indicator{width:30;height:30}SegmentedBar,.nt-segmented-bar{font-size:13;color:#262626;background-color:#fff}.ns-dark SegmentedBar,.ns-dark .nt-segmented-bar{color:#fff;background-color:#303030}Progress,.nt-progress{background-color:rgba(48,188,255,.1)}.ns-dark Progress,.ns-dark .nt-progress{background-color:rgba(48,188,255,.1)}Slider,.nt-slider{margin:20 16;background-color:#30bcff}.ns-dark Slider,.ns-dark .nt-slider{background-color:#30bcff}.ns-android Slider,.ns-android .nt-slider{color:#30bcff}.ns-dark.ns-android Slider,.ns-dark.ns-android .nt-slider{color:#30bcff}.ns-ios Slider,.ns-ios .nt-slider{margin:10 15}Slider[isEnabled=false],.nt-slider[isEnabled=false]{background-color:#e0e0e0;color:#e0e0e0}SearchBar,.nt-search-bar{color:#262626}.ns-dark SearchBar,.ns-dark .nt-search-bar{color:#fff}.ns-android Switch,.ns-android .nt-switch{margin:14 16;color:#ccc;background-color:#ccc}.ns-dark.ns-android Switch,.ns-dark.ns-android .nt-switch{color:#636363;background-color:#636363}.ns-android Switch[checked=true],.ns-android .nt-switch[checked=true]{color:#30bcff}.ns-dark.ns-android Switch[checked=true],.ns-dark.ns-android .nt-switch[checked=true]{color:#30bcff}.ns-android Switch[isEnabled=false],.ns-android .nt-switch[isEnabled=false]{color:#e6e6e6}.ns-dark.ns-android Switch[isEnabled=false],.ns-dark.ns-android .nt-switch[isEnabled=false]{color:#4a4a4a}.ns-ios Switch,.ns-ios .nt-switch{margin:8 15;background-color:#30bcff;off-background-color:#e6e6e6}.ns-dark.ns-ios Switch,.ns-dark.ns-ios .nt-switch{background-color:#30bcff;off-background-color:#4a4a4a}.ns-ios Switch[isEnabled=false],.ns-ios .nt-switch[isEnabled=false]{background-color:rgba(48,188,255,.4)}.ns-dark.ns-ios Switch[isEnabled=false],.ns-dark.ns-ios .nt-switch[isEnabled=false]{background-color:rgba(48,188,255,.4)}TabView,.nt-tab-view{tab-text-font-size:18;text-transform:capitalize;selected-tab-text-color:#262626;tab-background-color:#fff;tab-text-color:#abd5e9}.ns-dark TabView,.ns-dark .nt-tab-view{selected-tab-text-color:#fff;tab-background-color:#303030;tab-text-color:#abd5e9}TabView.ns-dark,.nt-tab-view.ns-dark{selected-tab-text-color:#fff;tab-background-color:#303030;tab-text-color:#abd5e9}TabStripItem,.nt-tab-strip__item{color:#262626}.ns-dark TabStripItem,.ns-dark .nt-tab-strip__item{color:#fff}TabStrip,.nt-tab-strip{background:#f2f2f2}.ns-dark TabStrip,.ns-dark .nt-tab-strip{background:#3a3a3a}TabContentItem,.nt-tab-content__item{background:#fff}.ns-dark TabContentItem,.ns-dark .nt-tab-content__item{background:#303030}BottomNavigation,.nt-bottom-navigation{font-size:14}ListView,RadListView,.nt-list-view{min-height:100;background-color:transparent;separator-color:#ccc}ListView StackLayout,RadListView StackLayout,.nt-list-view StackLayout{padding:8}ListView>*,RadListView>*,.nt-list-view>*{background-color:transparent;padding:8;margin:0}ListView>* Label,RadListView>* Label,.nt-list-view>* Label{padding:5;vertical-align:center}ListView>* Image,RadListView>* Image,.nt-list-view>* Image{stretch:aspectFit;margin-bottom:0}ListView>*.active,ListView>*:highlighted,RadListView>*.active,RadListView>*:highlighted,.nt-list-view>*.active,.nt-list-view>*:highlighted{background-color:#30bcff}.ns-dark ListView>*.active,.ns-dark ListView>*:highlighted,.ns-dark RadListView>*.active,.ns-dark RadListView>*:highlighted,.ns-dark .nt-list-view>*.active,.ns-dark .nt-list-view>*:highlighted{background-color:#30bcff}ListView.-single-col-cards Image,RadListView.-single-col-cards Image,.nt-list-view.-single-col-cards Image{width:100%;height:200}ListView.-two-col-cards Image,RadListView.-two-col-cards Image,.nt-list-view.-two-col-cards Image{height:100}.ns-ios ListView.-two-col-cards>StackLayout,.ns-ios RadListView.-two-col-cards>StackLayout,.ns-ios .nt-list-view.-two-col-cards>StackLayout{width:50%}.ns-ios ListView.-two-col-cards>StackLayout Image,.ns-ios RadListView.-two-col-cards>StackLayout Image,.ns-ios .nt-list-view.-two-col-cards>StackLayout Image{horizontal-align:left;width:100%}ListView.-two-lines-image Image,ListView.-single-line-image Image,RadListView.-two-lines-image Image,RadListView.-single-line-image Image,.nt-list-view.-two-lines-image Image,.nt-list-view.-single-line-image Image{width:60;height:60;margin-right:10;margin-bottom:0}ListView .-separator,RadListView .-separator,.nt-list-view .-separator{border-bottom-width:1;border-bottom-color:#ccc}.ns-dark ListView .-separator,.ns-dark RadListView .-separator,.ns-dark .nt-list-view .-separator{border-bottom-color:#636363}.ns-dark ListView,.ns-dark RadListView,.ns-dark .nt-list-view{separator-color:#636363}ListView .nt-list-view__delete,RadListView .nt-list-view__delete,.nt-list-view .nt-list-view__delete{background-color:#d50000;padding:0 10}.ns-ios ListView .nt-list-view__delete,.ns-ios RadListView .nt-list-view__delete,.ns-ios .nt-list-view .nt-list-view__delete{padding:0 10 0 25}ListView .nt-list-view__delete>Label,RadListView .nt-list-view__delete>Label,.nt-list-view .nt-list-view__delete>Label{color:#262626;horizontal-align:center;vertical-align:center;text-transform:capitalize}.ns-dark ListView .nt-list-view__delete>Label,.ns-dark RadListView .nt-list-view__delete>Label,.ns-dark .nt-list-view .nt-list-view__delete>Label{color:#fff}ListView NTIcon,ListView .nt-icon,RadListView NTIcon,RadListView .nt-icon,.nt-list-view NTIcon,.nt-list-view .nt-icon{font-size:20;width:56;height:100%;text-align:center}RadSideDrawer>*,RadSideDrawer .nt-drawer__content,.nt-drawer>*,.nt-drawer .nt-drawer__content{background:#fff}.ns-dark RadSideDrawer>*,.ns-dark RadSideDrawer .nt-drawer__content,.ns-dark .nt-drawer>*,.ns-dark .nt-drawer .nt-drawer__content{background:#303030}RadSideDrawer .nt-drawer__header,.nt-drawer .nt-drawer__header{height:148;width:100%;padding:30 25;background:rgba(48,188,255,.15)}.ns-dark RadSideDrawer .nt-drawer__header,.ns-dark .nt-drawer .nt-drawer__header{background:rgba(48,188,255,.15)}RadSideDrawer .nt-drawer__header Label,.nt-drawer .nt-drawer__header Label{color:#262626;font-size:16;padding:0;vertical-align:center}.ns-dark RadSideDrawer .nt-drawer__header Label,.ns-dark .nt-drawer .nt-drawer__header Label{color:#d4d4d4}RadSideDrawer .nt-drawer__header>Label,.nt-drawer .nt-drawer__header>Label{font-size:40;margin-right:15}RadSideDrawer .nt-drawer__header-image,.nt-drawer .nt-drawer__header-image{height:74;width:74;border-radius:37;horizontal-align:center;margin-bottom:24}RadSideDrawer .nt-drawer__header-brand,.nt-drawer .nt-drawer__header-brand{horizontal-align:center;font-size:15}RadSideDrawer.ns-dark>*,RadSideDrawer.ns-dark .nt-drawer__content,.nt-drawer.ns-dark>*,.nt-drawer.ns-dark .nt-drawer__content{background:#303030}RadSideDrawer.ns-dark .nt-drawer__header,.nt-drawer.ns-dark .nt-drawer__header{background:rgba(48,188,255,.15)}RadSideDrawer.ns-dark .nt-drawer__header Label,.nt-drawer.ns-dark .nt-drawer__header Label{color:#d4d4d4}Form,.nt-form{font-family:"Roboto Regular";padding:16 0 10}.ns-ios Form,.ns-ios .nt-form{font-family:"SF UI Text Regular",system}Form .-center,.nt-form .-center{horizontal-align:center}Form .nt-form__or-separator,.nt-form .nt-form__or-separator{margin:20 0}Form .nt-form__link,.nt-form .nt-form__link{color:#30bcff}.ns-dark Form .nt-form__link,.ns-dark .nt-form .nt-form__link{color:#30bcff}Form .nt-form__title,.nt-form .nt-form__title{font-size:18}Form .nt-form__logo,.nt-form .nt-form__logo{margin:20 0;width:50%}Form .nt-form__validation-message,.nt-form .nt-form__validation-message{color:#d50000;margin:1 0 0;padding:0;height:19}Form .nt-form__footer,.nt-form .nt-form__footer{padding:0;horizontal-align:center}Form .nt-form__footer Button,.nt-form .nt-form__footer Button{width:50%;margin:5}Form[isEnabled=false] *,.nt-form[isEnabled=false] *{opacity:.7}TextView.ng-valid,TextField.ng-valid,PickerField.ng-valid,DatePickerField.ng-valid,TimePickerField.ng-valid,RadAutoCompleteTextView.ng-valid{margin-bottom:20}TextView.ng-invalid.ng-dirty,TextField.ng-invalid.ng-dirty,PickerField.ng-invalid.ng-dirty,DatePickerField.ng-invalid.ng-dirty,TimePickerField.ng-invalid.ng-dirty,RadAutoCompleteTextView.ng-invalid.ng-dirty{margin-bottom:0;border-color:#d50000}TextView,TextField,PickerField,DatePickerField,TimePickerField,DateTimePickerFields,DataFormEditorCore,RadAutoCompleteTextView{color:#262626;placeholder-color:#737373;border-width:0 0 1;border-radius:0;background-color:transparent;font-size:16;padding:8 0 4;margin:5 16}.ns-dark TextView,.ns-dark TextField,.ns-dark PickerField,.ns-dark DatePickerField,.ns-dark TimePickerField,.ns-dark DateTimePickerFields,.ns-dark DataFormEditorCore,.ns-dark RadAutoCompleteTextView{color:#fff;placeholder-color:#b3b3b3}.ns-ios TextView,.ns-ios TextField,.ns-ios PickerField,.ns-ios DatePickerField,.ns-ios TimePickerField,.ns-ios DateTimePickerFields,.ns-ios DataFormEditorCore,.ns-ios RadAutoCompleteTextView{font-size:15}TextView.-rounded,TextView.-border,TextField.-rounded,TextField.-border,PickerField.-rounded,PickerField.-border,DatePickerField.-rounded,DatePickerField.-border,TimePickerField.-rounded,TimePickerField.-border,DateTimePickerFields.-rounded,DateTimePickerFields.-border,DataFormEditorCore.-rounded,DataFormEditorCore.-border,RadAutoCompleteTextView.-rounded,RadAutoCompleteTextView.-border{border-width:1;border-radius:4;padding:12 14}TextView.-rounded,TextField.-rounded,PickerField.-rounded,DatePickerField.-rounded,TimePickerField.-rounded,DateTimePickerFields.-rounded,DataFormEditorCore.-rounded,RadAutoCompleteTextView.-rounded{border-radius:28}TextView[isEnabled=false],TextField[isEnabled=false],PickerField[isEnabled=false],DatePickerField[isEnabled=false],TimePickerField[isEnabled=false],DateTimePickerFields[isEnabled=false],DataFormEditorCore[isEnabled=false],RadAutoCompleteTextView[isEnabled=false]{opacity:.5;color:#e0e0e0;background-color:#fff}.ns-dark TextView[isEnabled=false],.ns-dark TextField[isEnabled=false],.ns-dark PickerField[isEnabled=false],.ns-dark DatePickerField[isEnabled=false],.ns-dark TimePickerField[isEnabled=false],.ns-dark DateTimePickerFields[isEnabled=false],.ns-dark DataFormEditorCore[isEnabled=false],.ns-dark RadAutoCompleteTextView[isEnabled=false]{color:#e0e0e0;background-color:#949494}Label,DataFormEditorLabel{color:#262626;padding:2 0}.ns-dark Label,.ns-dark DataFormEditorLabel{color:#fff}TextView{min-height:100}RadAutoCompleteTextView{padding:0}RadAutoCompleteTextView Token{background-color:#96ddff;border-radius:50%}.ns-dark RadAutoCompleteTextView Token{background-color:#0088c9}RadAutoCompleteTextView Token .ns-android TokenClearButton{width:18;height:18;border-radius:50%;opacity:.6}RadAutoCompleteTextView SuggestionView{color:#262626;background-color:#fff}.ns-dark RadAutoCompleteTextView SuggestionView{color:#fff;background-color:#303030}DataFormEditorCore,PickerField,DatePickerField,TimePickerField,DateTimePickerFields,RadAutoCompleteTextView{background-color:#fff;background-repeat:no-repeat;background-position:right center;background-color:transparent}.ns-dark DataFormEditorCore,.ns-dark PickerField,.ns-dark DatePickerField,.ns-dark TimePickerField,.ns-dark DateTimePickerFields,.ns-dark RadAutoCompleteTextView{background-color:#303030}.ns-ios DataFormEditorCore,.ns-ios PickerField,.ns-ios DatePickerField,.ns-ios TimePickerField,.ns-ios DateTimePickerFields,.ns-ios RadAutoCompleteTextView{background-size:28 16}PropertyEditor[type=Date] DataFormEditorCore,DatePickerField{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAAAwBAMAAAB9IEC+AAAAD1BMVEVHcEwAAAAAAAAAAAAAAADTrAj/AAAABHRSTlMAwBAgU5DCQwAAAFdJREFUSMdjYCAVuLi4oDHop5RJxAUDOCpgVcroggUIYFXKgk2pMw6lChhudXHAoZSBVkrRw26EKcUC6Kt0NAoGkVIWaFSNKh25Sgd7QURCZURCFUcLAAC2I2hEECBYPgAAAABJRU5ErkJggg==")}PropertyEditor[type=Time] DataFormEditorCore,TimePickerField{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAAAwBAMAAAB9IEC+AAAALVBMVEVHcEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACttl6nAAAADnRSTlMAYOBAwCAQ0FCAcPCwoEZwdhsAAAE2SURBVEjHY2AYLIB1Td27d89PBRBWyQhUCALPBQiq1HsHBY8IqGX1e/fuyWRjY0sQjd8N3e/eKSaAGGxC797twGs9UCWMDVSLzwly794mwNhs9949xK2SA8UgoBUNOJVGo5oj924rTqV+EEP53sGMfYLbU28ZkJUy3MPpMaZ3aqhKk94p4PS/AKpSRpxhUPeIAVUpg95zHJEKMwOhVO4d9sjlevcMXWneuwVYlfK8c0BXyvLuAI4AmICulPNdAValfO8M0JVyvHtArFJmqiqFACopbSBWKTsssBAAV2DBowABcEUBPGIRAFfEsmImOVzJBZ4IEQBXIoQnbaQc9JBAhoED3BkGlg3hAHc2hGVuhNYn1CgySCiISCjeSCk0SSiKIQX8DGPjTsIFPAnVBimVESlV3IABAKDkz5jHIcToAAAAAElFTkSuQmCC")}DateTimePickerFields{padding:0;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKgAAAAwBAMAAAB3UCypAAAALVBMVEVHcEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACttl6nAAAADnRSTlMAQGDgwBAg0FCAcPCwoM9Ie+kAAAGcSURBVEjH5Ze/TsMwEMZD2pQWVRUZu0VijxASa8UTVJXYUXYWniDqilhgY+QBmBEjMw9RtTQlU79nICRyrDjxxYkdqYhviYe7X87/7s6WlQqAMDCgPwF15igpWhAOg9cQiD8DCtpHha7k9naYmcQeAZ1UQb/lzBmz2XoUdFFaU2ykc08WK3py3envNyCgVgPoA3CRLrhzBrybgdoJk40TqkdCxRMmg/rY5wfDWeHLBHRYCC4Je2kAeluMzcebAeg8C5S52Ij0oTb2RZeVbKsaQHu4LLpc47zBjdpI9t4rQm3Z/jeAhltxcrNYFzpgcXGoj0BzTU+wE11u8KIJHbOMyF36+NCE9vAouowk268OneBUdBlibR56dPDQTAcMXbaBZtZrCfSYHSmuEe40oeNyO6By+Glofk25VK4pDR2UE51KQqGheerjkqc+ZagvVg8iSStDWTnJRZQTZSgrfLmUCl8NlJVo/hOVEl0HbdVM1EFbtT110E4atG5ayUZNrzI0bc+fXfe+rj2v0E7zIdHJk6eTx5nluCUF1j/RDxQQPw3i9N+zAAAAAElFTkSuQmCC")}.ns-ios DateTimePickerFields{background-size:56 16}DateTimePickerFields DatePickerField,DateTimePickerFields TimePickerField{background-image:none;border-width:0;margin:0}.ns-dark DateTimePickerFields DatePickerField,.ns-dark DateTimePickerFields TimePickerField{background-image:none}DateTimePickerFields TimePickerField{margin-left:-30}PickerField{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAAAwBAMAAAB9IEC+AAAAGFBMVEVHcEwAAAAAAAAAAAAAAAAAAAAAAAAAAABoAtTLAAAAB3RSTlMAoPAw0BAgCEJU4wAAAEpJREFUSMdjYBgFgwUwChCtVLyQaEPLy4k1Nqm8nFhjmdWJN9Zo1NghZiwJSol3wKihA2ooCZk7hPj0x+pOdEHEEEJ88TYKBgoAAAC5JRg49rIWAAAAAElFTkSuQmCC")}PickerPage ListView{separator-color:transparent;color:#262626;background:#fff}.ns-dark PickerPage ListView{color:#fff;background:#303030}PickerPage ListView>*{border-bottom-color:rgba(48,188,255,.4);height:48;margin-top:0;padding:10 12;border-bottom-width:1px}.ns-dark PickerPage ListView>*{border-bottom-color:rgba(48,188,255,.4)}.ns-dark PickerField{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAAAwBAMAAAB9IEC+AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAYUExURUdwTP///////////////////////////x1LVb4AAAAHdFJOUwCg8DDQECAIQlTjAAAASklEQVRIx2NgGAWDBTAKEK1UvJBoQ8vLiTU2qbycWGOZ1Yk31mjU2CFmLAlKiXfAqKEDaigJmTuE+PTH6k50QcQQQnzxNgoGCgAAALklGDj2shYAAAAASUVORK5CYII=")}.ns-dark DatePickerField{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAAAwBAMAAAB9IEC+AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAPUExURUdwTP///////////////xPgMRoAAAAEdFJOUwDAECBTkMJDAAAAV0lEQVRIx2NgIBW4uLigMeinlEnEBQM4KmBVyuiCBQhgVcqCTakzDqUKGG51ccChlIFWStHDboQpxQLoq3Q0CgaRUhZoVI0qHblKB3tBREJlREIVRwsAALYjaEQQIFg+AAAAAElFTkSuQmCC")}.ns-dark TimePickerField{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAAAwBAMAAAB9IEC+AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAtUExURUdwTP///////////////////////////////////////////////////////81e3QIAAAAOdFJOUwBg4EDAIBDQUHDwsKCA4isvJAAAATZJREFUSMdjYBgsgHV23bt3z3cGEFbJCFQIAs8FCKrUewcFjwioZfV79+7JZWNjWxCN3w1d794pJoAYbELv3q3Aaz1QJYwNVIvPCXLv3iTA2Gzn3j3ErZIDxSCgFQ04lUahmiP3bilOpX4QQ/newYx9gttTbxiQlTKcw+kxpndqqEqT3ing9L8AqlJGnGFQ94gBVSmD3nMckQozA6FU7h32yOV89wxdad67CViVcr9zQFfK8m4DjgC4gK6U910BVqV87wzQlXK8e0CsUmaqKoUAKiltIFYpOyywEABXYMGjAAFwRQE8YhEAV8SyYiY5XMkFnggRAFcihCdtpBz0kECGgQPcGQaWDeEAdzaEZW6E1ifUKDJIKIhIKN5IKTRJKIohBfwNY+NewgU8CdUGKZURKVXcgAEAq1LPmF1qDewAAAAASUVORK5CYII=")}.ns-dark DateTimePickerFields{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKgAAAAwBAMAAAB3UCypAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAtUExURUdwTP///////////////////////////////////////////////////////81e3QIAAAAOdFJOUwBAYODAECDQUHDwsKCAaxMi1gAAAZxJREFUSMfll89Kw0AQxmPa1EppMQ9QCHgPIngtPkEpeJecPfkEoWdB8O5dPHr1JYrePLY2NZfyPYMxYbNkk51sshuo+F2yh5lfZv/NzFpWKgDCwID+BNSZo6RoQTgMnkIgfgsoaB8VupLb22FmEnsEdFIF/ZYzZ8xm61HQRWlNsZHOPVms6MN1p7/fgIBaDaD3wEW64M4Z8GIGaidMNk6oHgkVT5gM6mOfHwxnhS8T0GEhuCTspQHobTE2H88GoPMsUOZiI9KH2tgXXVayrWoA7eGy6HKN8wY3aiPZe68ItWX73wAabsXJzWJd6IDFxaE+As01PcFOdLnBoyZ0xDIid+njVRPaw7voMpZsvzp0glPRZYi1eejRwUMzHTB02QaaWa8l0GN2pLjGuNOEjsrtgMrhp6H5NeVSuaY0dFBOdCoJhYbmqY9LnvqUob5YPYgkrQxl5SQXUU6Uoazw5VIqfDVQVqL5T1RKdB20VTNRB23V9tRBO2nQumklGzW9ytC0Pf903Ye69rxCO82HRCdPnk4eZ5bjlhRY/0Q/Hn4/DfXSncYAAAAASUVORK5CYII=")}.ns-dark DatePickerField,.ns-dark TimePickerField,.ns-dark DateTimePickerFields,.ns-dark RadAutoCompleteTextView{class:ns-dark}PickerPage.ns-dark ListView,.ns-dark SuggestionView{color:#fff;background:#303030}RadDataForm{color:#262626;placeholder-color:#737373}.ns-dark RadDataForm{color:#fff;placeholder-color:#b3b3b3}RadDataForm PropertyEditor{padding:5 0 0;color:#262626;background-color:#fff}.ns-dark RadDataForm PropertyEditor{color:#fff;background-color:#303030}.nt-input{margin:10 0}DataFormEditorLabel,.nt-input>Label{font-size:16;color:#bababa}DataFormEditorLabel,.nt-input>Label,.nt-input>TextView,>TextField,>PickerField,>DatePickerField,>TimePickerField,>DateTimePickerFields,>RadAutoCompleteTextView{margin:0 16}.nt-input.-sides{margin:0 0 10}.nt-input.-sides>Label{margin:5 16}.nt-input>NTIcon,.nt-input>.nt-icon{font-size:24;vertical-align:center;horizontal-align:right;margin:-15 10 0 0}ActionBar,.nt-action-bar{color:#262626;background-color:#515151;font-weight:bold;font-size:17;padding-top:0}.ns-dark ActionBar,.ns-dark .nt-action-bar{color:#d4d4d4;background-color:#414141}.ns-android ActionBar,.ns-android .nt-action-bar{font-weight:500;font-size:20}ActionBar NTIcon,ActionBar Label,ActionBar Button,ActionBar .nt-action-bar__item,.nt-action-bar NTIcon,.nt-action-bar Label,.nt-action-bar Button,.nt-action-bar .nt-action-bar__item{android-elevation:0;font-size:15;padding:12 3;margin:0;min-width:0;width:auto;border-width:0;text-transform:none;font-weight:normal}.ns-ios ActionBar NTIcon,.ns-ios ActionBar NTIcon:active,.ns-ios ActionBar Label,.ns-ios ActionBar Label:active,.ns-ios ActionBar Button,.ns-ios ActionBar Button:active,.ns-ios ActionBar .nt-action-bar__item,.ns-ios ActionBar .nt-action-bar__item:active,.ns-ios .nt-action-bar NTIcon,.ns-ios .nt-action-bar NTIcon:active,.ns-ios .nt-action-bar Label,.ns-ios .nt-action-bar Label:active,.ns-ios .nt-action-bar Button,.ns-ios .nt-action-bar Button:active,.ns-ios .nt-action-bar .nt-action-bar__item,.ns-ios .nt-action-bar .nt-action-bar__item:active{background-color:transparent}.ns-dark.ns-ios ActionBar NTIcon,.ns-dark.ns-ios ActionBar NTIcon:active,.ns-dark.ns-ios ActionBar Label,.ns-dark.ns-ios ActionBar Label:active,.ns-dark.ns-ios ActionBar Button,.ns-dark.ns-ios ActionBar Button:active,.ns-dark.ns-ios ActionBar .nt-action-bar__item,.ns-dark.ns-ios ActionBar .nt-action-bar__item:active,.ns-dark.ns-ios .nt-action-bar NTIcon,.ns-dark.ns-ios .nt-action-bar NTIcon:active,.ns-dark.ns-ios .nt-action-bar Label,.ns-dark.ns-ios .nt-action-bar Label:active,.ns-dark.ns-ios .nt-action-bar Button,.ns-dark.ns-ios .nt-action-bar Button:active,.ns-dark.ns-ios .nt-action-bar .nt-action-bar__item,.ns-dark.ns-ios .nt-action-bar .nt-action-bar__item:active{background-color:transparent}ActionBar NTIcon:active,ActionBar Label:active,ActionBar Button:active,ActionBar .nt-action-bar__item:active,.nt-action-bar NTIcon:active,.nt-action-bar Label:active,.nt-action-bar Button:active,.nt-action-bar .nt-action-bar__item:active{opacity:.7;color:#262626}.ns-dark ActionBar NTIcon:active,.ns-dark ActionBar Label:active,.ns-dark ActionBar Button:active,.ns-dark ActionBar .nt-action-bar__item:active,.ns-dark .nt-action-bar NTIcon:active,.ns-dark .nt-action-bar Label:active,.ns-dark .nt-action-bar Button:active,.ns-dark .nt-action-bar .nt-action-bar__item:active{color:#d4d4d4}ActionBar>Label,.nt-action-bar>Label{font-weight:bold;font-size:17}.ns-statusbar-transparent Page>ActionBar,.ns-statusbar-transparent Page>.nt-action-bar{padding-top:24}.ns-modal .ns-statusbar-transparent Page>ActionBar,.ns-modal .ns-statusbar-transparent Page>.nt-action-bar{padding-top:0}.ns-android ActionBar Button,.ns-android ActionBar .nt-button,.ns-android .nt-action-bar Button,.ns-android .nt-action-bar .nt-button{padding:12 6;android-elevation:0;android-dynamic-elevation-offset:0}@keyframes light-highlight{0%{background-color:#fff}100%{background-color:#e6e6e6}}@keyframes dark-highlight{0%{background-color:#303030}100%{background-color:#232323}}@keyframes focus-highlight{0%{background-color:#30bcff}100%{background-color:#00aafc}}@keyframes dark-focus-highlight{0%{background-color:#30bcff}100%{background-color:#00aafc}}Button,.nt-button{background-color:#fff;color:#004363}.ns-dark Button,.ns-dark .nt-button{background-color:#303030;color:#fcfeff}Button:active,Button.-active,.nt-button:active,.nt-button.-active{color:#004363}.ns-dark Button:active,.ns-dark Button.-active,.ns-dark .nt-button:active,.ns-dark .nt-button.-active{color:#fcfeff}Button.-primary,.nt-button.-primary{color:#fff;background-color:#30bcff;border-color:#30bcff}.ns-dark Button.-primary,.ns-dark .nt-button.-primary{color:#fff;background-color:#30bcff;border-color:#30bcff}Button.-primary:active,Button.-primary.-active,.nt-button.-primary:active,.nt-button.-primary.-active{animation:focus-highlight .3s ease-out forwards;background-color:#00aafc}Button[isEnabled=false],.nt-button[isEnabled=false]{background-color:#79d3ff}.ns-dark Button[isEnabled=false],.ns-dark .nt-button[isEnabled=false]{background-color:#3e86a8}Button.-outline,.nt-button.-outline{background-color:#fff;border-color:#0088c9}.ns-dark Button.-outline,.ns-dark .nt-button.-outline{background-color:#303030;border-color:#96ddff}Button.-outline:active,Button.-outline.-active,.nt-button.-outline:active,.nt-button.-outline.-active{animation:light-highlight .3s ease-out forwards;background-color:#e6e6e6}.ns-dark Button.-outline:active,.ns-dark Button.-outline.-active,.ns-dark .nt-button.-outline:active,.ns-dark .nt-button.-outline.-active{animation:dark-highlight .3s ease-out forwards;background-color:#232323}Button.-outline[isEnabled=false],.nt-button.-outline[isEnabled=false]{background-color:#fff;color:#abd5e9;border-color:#abd5e9}.ns-dark Button.-outline[isEnabled=false],.ns-dark .nt-button.-outline[isEnabled=false]{background-color:#303030;color:#abd5e9;border-color:#abd5e9}ActivityIndicator,.nt-activity-indicator{color:#30bcff}.ns-dark ActivityIndicator,.ns-dark .nt-activity-indicator{color:#30bcff}SegmentedBar,.nt-segmented-bar{selected-background-color:#30bcff}.ns-dark SegmentedBar,.ns-dark .nt-segmented-bar{selected-background-color:#30bcff}.ns-ios SegmentedBar,.ns-ios .nt-segmented-bar{margin:0 15;color:#30bcff}.ns-dark.ns-ios SegmentedBar,.ns-dark.ns-ios .nt-segmented-bar{color:#30bcff}Progress,.nt-progress{color:#30bcff}.ns-dark Progress,.ns-dark .nt-progress{color:#30bcff}Slider,.nt-slider{color:#30bcff}.ns-dark Slider,.ns-dark .nt-slider{color:#30bcff}Slider[isEnabled=false],.nt-slider[isEnabled=false]{color:#e0e0e0}.ns-android Switch,.ns-android .nt-switch{color:#ccc;background-color:#ccc}.ns-dark.ns-android Switch,.ns-dark.ns-android .nt-switch{color:#636363;background-color:#636363}.ns-android Switch[checked=true],.ns-android .nt-switch[checked=true]{color:#30bcff}.ns-dark.ns-android Switch[checked=true],.ns-dark.ns-android .nt-switch[checked=true]{color:#30bcff}.ns-android Switch[isEnabled=false],.ns-android .nt-switch[isEnabled=false]{color:#e6e6e6}.ns-dark.ns-android Switch[isEnabled=false],.ns-dark.ns-android .nt-switch[isEnabled=false]{color:#4a4a4a}.ns-ios Switch,.ns-ios .nt-switch{color:#fff;background-color:#30bcff}.ns-dark.ns-ios Switch,.ns-dark.ns-ios .nt-switch{color:#303030;background-color:#30bcff}.ns-ios Switch[isEnabled=false],.ns-ios .nt-switch[isEnabled=false]{background-color:rgba(48,188,255,.4)}.ns-dark.ns-ios Switch[isEnabled=false],.ns-dark.ns-ios .nt-switch[isEnabled=false]{background-color:rgba(48,188,255,.4)}TabView,.nt-tab-view{selected-tab-text-color:#30bcff;android-selected-tab-highlight-color:#30bcff}.ns-dark TabView,.ns-dark .nt-tab-view{selected-tab-text-color:#30bcff;android-selected-tab-highlight-color:#30bcff}TabView.ns-dark,.nt-tab-view.ns-dark{selected-tab-text-color:#30bcff;android-selected-tab-highlight-color:#30bcff}TabStrip,.nt-tab-strip{highlight-color:#30bcff}.ns-dark TabStrip,.ns-dark .nt-tab-strip{highlight-color:#30bcff}TabStripItem:active,.nt-tab-strip__item:active{color:#30bcff}.ns-dark TabStripItem:active,.ns-dark .nt-tab-strip__item:active{color:#30bcff}TabStripItem:active Label,.nt-tab-strip__item:active Label{color:#30bcff}.ns-dark TabStripItem:active Label,.ns-dark .nt-tab-strip__item:active Label{color:#30bcff}ListView NTIcon,ListView .nt-icon,RadListView NTIcon,RadListView .nt-icon,.nt-list-view NTIcon,.nt-list-view .nt-icon{color:#006698}.ns-dark ListView NTIcon,.ns-dark ListView .nt-icon,.ns-dark RadListView NTIcon,.ns-dark RadListView .nt-icon,.ns-dark .nt-list-view NTIcon,.ns-dark .nt-list-view .nt-icon{color:#30bcff}ListView .nt-list-view__delete,RadListView .nt-list-view__delete,.nt-list-view .nt-list-view__delete{background-color:#d50000}RadSideDrawer .nt-drawer__header,.nt-drawer .nt-drawer__header{background:#343434}RadSideDrawer .nt-drawer__header Label,.nt-drawer .nt-drawer__header Label{color:#d4d4d4}RadSideDrawer>*,RadSideDrawer .nt-drawer__content,.nt-drawer>*,.nt-drawer .nt-drawer__content{color:#d4d4d4}RadSideDrawer.ns-dark .nt-drawer__header,.nt-drawer.ns-dark .nt-drawer__header{background:#343434}RadSideDrawer.ns-dark .nt-drawer__header Label,.nt-drawer.ns-dark .nt-drawer__header Label{color:#d4d4d4}RadSideDrawer.ns-dark>*,RadSideDrawer.ns-dark .nt-drawer__content,.nt-drawer.ns-dark>*,.nt-drawer.ns-dark .nt-drawer__content{color:#d4d4d4}TextView,TextField,PickerField,DatePickerField,TimePickerField,DateTimePickerFields,DataFormEditorCore,RadAutoCompleteTextView{background-color:transparent;border-color:#fafafa}.ns-dark TextView,.ns-dark TextField,.ns-dark PickerField,.ns-dark DatePickerField,.ns-dark TimePickerField,.ns-dark DateTimePickerFields,.ns-dark DataFormEditorCore,.ns-dark RadAutoCompleteTextView{border-color:#c7c7c7}TextView:focus,TextField:focus,PickerField:focus,DatePickerField:focus,TimePickerField:focus,DateTimePickerFields:focus,DataFormEditorCore:focus,RadAutoCompleteTextView:focus{border-color:#0088c9}.ns-dark TextView:focus,.ns-dark TextField:focus,.ns-dark PickerField:focus,.ns-dark DatePickerField:focus,.ns-dark TimePickerField:focus,.ns-dark DateTimePickerFields:focus,.ns-dark DataFormEditorCore:focus,.ns-dark RadAutoCompleteTextView:focus{border-color:#96ddff}TextView[isEnabled=false],TextField[isEnabled=false],PickerField[isEnabled=false],DatePickerField[isEnabled=false],TimePickerField[isEnabled=false],DateTimePickerFields[isEnabled=false],DataFormEditorCore[isEnabled=false],RadAutoCompleteTextView[isEnabled=false]{color:#e0e0e0;background-color:#fff}.ns-dark TextView[isEnabled=false],.ns-dark TextField[isEnabled=false],.ns-dark PickerField[isEnabled=false],.ns-dark DatePickerField[isEnabled=false],.ns-dark TimePickerField[isEnabled=false],.ns-dark DateTimePickerFields[isEnabled=false],.ns-dark DataFormEditorCore[isEnabled=false],.ns-dark RadAutoCompleteTextView[isEnabled=false]{color:#e0e0e0;background-color:#949494}RadAutoCompleteTextView Token{background-color:#96ddff}.ns-dark RadAutoCompleteTextView Token{background-color:#0088c9}RadAutoCompleteTextView Token:selected{background-color:#63cdff}.ns-dark RadAutoCompleteTextView Token:selected{background-color:#00aafc}.date-time-picker{color:#262626;background:#fff}.date-time-picker.ns-dark{color:#fff;background:#303030}.date-time-picker-buttons{color:#004363}.date-time-picker-buttons.ns-dark{color:#fcfeff}.ns-dark.date-time-picker-button-cancel{background:#303030}.date-time-picker-spinners{color:#006596}.date-time-picker-spinners.ns-dark{color:#c9eeff}DataFormEditorLabel,.nt-input>Label{color:#006596}.ns-dark DataFormEditorLabel,.ns-dark .nt-input>Label{color:#c9eeff}ActionBar,.nt-action-bar{color:#262626;background-color:#515151}.ns-dark ActionBar,.ns-dark .nt-action-bar{color:#d4d4d4;background-color:#414141}ActionBar NTIcon,ActionBar Label,ActionBar Button,ActionBar .nt-action-bar__item,.nt-action-bar NTIcon,.nt-action-bar Label,.nt-action-bar Button,.nt-action-bar .nt-action-bar__item{color:#262626}.ns-dark ActionBar NTIcon,.ns-dark ActionBar Label,.ns-dark ActionBar Button,.ns-dark ActionBar .nt-action-bar__item,.ns-dark .nt-action-bar NTIcon,.ns-dark .nt-action-bar Label,.ns-dark .nt-action-bar Button,.ns-dark .nt-action-bar .nt-action-bar__item{color:#d4d4d4}ActionBar NTIcon:active,ActionBar NTIcon.-active,ActionBar Label:active,ActionBar Label.-active,ActionBar Button:active,ActionBar Button.-active,ActionBar .nt-action-bar__item:active,ActionBar .nt-action-bar__item.-active,.nt-action-bar NTIcon:active,.nt-action-bar NTIcon.-active,.nt-action-bar Label:active,.nt-action-bar Label.-active,.nt-action-bar Button:active,.nt-action-bar Button.-active,.nt-action-bar .nt-action-bar__item:active,.nt-action-bar .nt-action-bar__item.-active{color:#262626}.ns-dark ActionBar NTIcon:active,.ns-dark ActionBar NTIcon.-active,.ns-dark ActionBar Label:active,.ns-dark ActionBar Label.-active,.ns-dark ActionBar Button:active,.ns-dark ActionBar Button.-active,.ns-dark ActionBar .nt-action-bar__item:active,.ns-dark ActionBar .nt-action-bar__item.-active,.ns-dark .nt-action-bar NTIcon:active,.ns-dark .nt-action-bar NTIcon.-active,.ns-dark .nt-action-bar Label:active,.ns-dark .nt-action-bar Label.-active,.ns-dark .nt-action-bar Button:active,.ns-dark .nt-action-bar Button.-active,.ns-dark .nt-action-bar .nt-action-bar__item:active,.ns-dark .nt-action-bar .nt-action-bar__item.-active{color:#d4d4d4}.ns-android ActionBar Button,.ns-android ActionBar .nt-button,.ns-android .nt-action-bar Button,.ns-android .nt-action-bar .nt-button{background-color:#515151}.ns-dark.ns-android ActionBar Button,.ns-dark.ns-android ActionBar .nt-button,.ns-dark.ns-android .nt-action-bar Button,.ns-dark.ns-android .nt-action-bar .nt-button{background-color:#414141}.hr,.hr-light{border-color:#96ddff}.ns-dark .hr,.ns-dark .hr-light{border-color:#fcfeff}.hr-dark{border-color:#0088c9}.ns-dark .hr-dark{border-color:#96ddff}
/*!
* NativeScript Compatibility Theme v2.0.11 (https://nativescript.org)
* NativeScript Compatibility Theme v2.0.12 (https://nativescript.org)
* Copyright 2016-2016 The Theme Authors
* Copyright 2016-2019 Progress Software
* Licensed under Apache 2.0 (https://github.com/NativeScript/theme/blob/master/LICENSE)
*/.action-bar{color:#303030;background-color:#ffea00}.ns-dark .action-bar{color:#d6d6d6}.ns-dark .action-bar{background-color:#988d18}.ns-root .action-bar .action-item{color:#303030;background-color:#ffea00}.ns-dark .ns-root .action-bar .action-item{color:#d6d6d6}.ns-dark .ns-root .action-bar .action-item{background-color:#988d18}.ns-root .action-bar .action-item-active:active{color:#303030;background-color:#ffea00}.ns-dark .ns-root .action-bar .action-item-active:active{color:#d6d6d6}.ns-dark .ns-root .action-bar .action-item-active:active{background-color:#988d18}.ns-ios .action-bar .action-item:active,.ns-android .action-bar .action-item:active{color:#303030}.ns-dark .ns-ios .action-bar .action-item:active,.ns-dark .ns-android .action-bar .action-item:active{color:#d6d6d6}@keyframes light-highlight{0%{background-color:#fff}100%{background-color:#e6e6e6}}@keyframes dark-highlight{0%{background-color:#303030}100%{background-color:#232323}}@keyframes focus-highlight{0%{background-color:#5c687c}100%{background-color:#464f5f}}@keyframes dark-focus-highlight{0%{background-color:#5c687c}100%{background-color:#464f5f}}.btn{background-color:#fff;color:#050607}.ns-dark .btn{background-color:#303030}.ns-dark .btn{color:#cbd0d9}.btn-active:active{color:#050607}.ns-dark .btn-active:active{color:#cbd0d9}.btn-primary{color:#fff;background-color:#5c687c;border-color:#5c687c}.ns-dark .btn-primary{color:#fff}.ns-dark .btn-primary{background-color:#5c687c}.ns-dark .btn-primary{border-color:#5c687c}.btn-primary.btn-active:active{animation:focus-highlight .3s ease-out forwards;background-color:#464f5f}.btn[isEnabled=false]{background-color:#a2a9b4}.ns-dark .btn[isEnabled=false]{background-color:#595f6a}.btn-outline{background-color:#fff;border-color:#313741}.ns-dark .btn-outline{background-color:#303030}.ns-dark .btn-outline{border-color:#919bad}.btn-outline-active:active{animation:light-highlight .3s ease-out forwards;background-color:#e6e6e6}.ns-dark .btn-outline-active:active{animation:dark-highlight .3s ease-out forwards;background-color:#232323}.btn-outline[isEnabled=false]{background-color:#fff;color:#878a90;border-color:#878a90}.ns-dark .btn-outline[isEnabled=false]{background-color:#303030}.ns-dark .btn-outline[isEnabled=false]{color:#878a90}.ns-dark .btn-outline[isEnabled=false]{border-color:#878a90}.activity-indicator{color:#5c687c}.ns-dark .activity-indicator{color:#5c687c}.segmented-bar{selected-background-color:#5c687c}.ns-dark .segmented-bar{selected-background-color:#5c687c}.ns-ios .segmented-bar{margin:0 15;color:#5c687c}.ns-dark .ns-ios .segmented-bar{color:#5c687c}.progress{color:#5c687c}.ns-dark .progress{color:#5c687c}.slider{color:#5c687c}.ns-dark .slider{color:#5c687c}.slider[isEnabled=false]{color:#e0e0e0}.ns-android .switch{color:#ccc;background-color:#ccc}.ns-dark .ns-android .switch{color:#636363}.ns-dark .ns-android .switch{background-color:#636363}.ns-android .switch[checked=true]{color:#5c687c}.ns-dark .ns-android .switch[checked=true]{color:#5c687c}.ns-android .switch[isEnabled=false]{color:#e6e6e6}.ns-dark .ns-android .switch[isEnabled=false]{color:#4a4a4a}.ns-ios .switch{background-color:#5c687c;off-background-color:#e6e6e6}.ns-dark .ns-ios .switch{background-color:#5c687c}.ns-dark .ns-ios .switch{off-background-color:#4a4a4a}.ns-ios .switch[isEnabled=false]{background-color:rgba(92,104,124,.4);off-background-color:#e6e6e6}.ns-dark .ns-ios .switch[isEnabled=false]{background-color:rgba(92,104,124,.4)}.ns-dark .ns-ios .switch[isEnabled=false]{off-background-color:#4a4a4a}.tab-view{selected-tab-text-color:#5c687c;android-selected-tab-highlight-color:#5c687c}.ns-dark .tab-view{selected-tab-text-color:#5c687c}.ns-dark .tab-view{android-selected-tab-highlight-color:#5c687c}.tab-view.ns-dark{selected-tab-text-color:#5c687c;android-selected-tab-highlight-color:#5c687c}.list-view NTIcon,.list-view .nt-icon{color:#2e343e}.ns-dark .list-view NTIcon,.ns-dark .list-view .nt-icon{color:#5c687c}.list-view .nt-list-view__delete{background-color:#d50000}.side-drawer .sidedrawer-header{background:#827915}.side-drawer .sidedrawer-header Label{color:#d6d6d6}.side-drawer .sidedrawer-left,.side-drawer .sidedrawer-center{color:#d6d6d6}.side-drawer.ns-dark .sidedrawer-header{background:#827915}.side-drawer.ns-dark .sidedrawer-header Label{color:#d6d6d6}.side-drawer.ns-dark .sidedrawer-left,.side-drawer.ns-dark .sidedrawer-center{color:#d6d6d6}.input{background-color:transparent;border-color:#b3b3b3}.ns-dark .input{border-color:gray}.input:focus{border-color:#313741}.ns-dark .input:focus{border-color:#919bad}.input[isEnabled=false]{color:#999;background-color:#e6e6e6}.ns-dark .input[isEnabled=false]{color:#999}.ns-dark .input[isEnabled=false]{background-color:#4d4d4d}RadAutoCompleteTextView Token{background-color:#919bad}.ns-dark RadAutoCompleteTextView Token{background-color:#313741}RadAutoCompleteTextView Token:selected{background-color:#748198}.ns-dark RadAutoCompleteTextView Token:selected{background-color:#464f5f}.date-time-picker{color:#262626;background:#fff}.date-time-picker.ns-dark{color:#fff;background:#303030}.date-time-picker-buttons{color:#050607}.date-time-picker-buttons.ns-dark{color:#cbd0d9}.ns-dark.date-time-picker-button-cancel{background:#303030}.date-time-picker-spinners{color:#1b1e24}.date-time-picker-spinners.ns-dark{color:#aeb6c3}DataFormEditorLabel,.input .label{color:#1b1e24}.ns-dark DataFormEditorLabel,.ns-dark .input .label{color:#aeb6c3}.hr,.hr-light{border-color:#919bad}.ns-dark .hr,.ns-dark .hr-light{border-color:#cbd0d9}.hr-dark{border-color:#313741}.ns-dark .hr-dark{border-color:#919bad}
*/@keyframes light-highlight{0%{background-color:#fff}100%{background-color:#e6e6e6}}@keyframes dark-highlight{0%{background-color:#303030}100%{background-color:#232323}}@keyframes focus-highlight{0%{background-color:#5c687c}100%{background-color:#464f5f}}@keyframes dark-focus-highlight{0%{background-color:#5c687c}100%{background-color:#464f5f}}.btn{background-color:#fff;color:#050607}.ns-dark .btn{background-color:#303030;color:#cbd0d9}.btn-active:active{color:#050607}.ns-dark .btn-active:active{color:#cbd0d9}.btn-primary{color:#fff;background-color:#5c687c;border-color:#5c687c}.ns-dark .btn-primary{color:#fff;background-color:#5c687c;border-color:#5c687c}.btn-primary.btn-active:active{animation:focus-highlight .3s ease-out forwards;background-color:#464f5f}.btn[isEnabled=false]{background-color:#a2a9b4}.ns-dark .btn[isEnabled=false]{background-color:#595f6a}.btn-outline{background-color:#fff;border-color:#313741}.ns-dark .btn-outline{background-color:#303030;border-color:#919bad}.btn-outline-active:active{animation:light-highlight .3s ease-out forwards;background-color:#e6e6e6}.ns-dark .btn-outline-active:active{animation:dark-highlight .3s ease-out forwards;background-color:#232323}.btn-outline[isEnabled=false]{background-color:#fff;color:#b8bcc2;border-color:#b8bcc2}.ns-dark .btn-outline[isEnabled=false]{background-color:#303030;color:#b8bcc2;border-color:#b8bcc2}.activity-indicator{color:#5c687c}.ns-dark .activity-indicator{color:#5c687c}.segmented-bar{selected-background-color:#5c687c}.ns-dark .segmented-bar{selected-background-color:#5c687c}.ns-ios .segmented-bar{margin:0 15;color:#5c687c}.ns-dark.ns-ios .segmented-bar{color:#5c687c}.progress{color:#5c687c}.ns-dark .progress{color:#5c687c}.slider{color:#5c687c}.ns-dark .slider{color:#5c687c}.slider[isEnabled=false]{color:#e0e0e0}.ns-android .switch{color:#ccc;background-color:#ccc}.ns-dark.ns-android .switch{color:#636363;background-color:#636363}.ns-android .switch[checked=true]{color:#5c687c}.ns-dark.ns-android .switch[checked=true]{color:#5c687c}.ns-android .switch[isEnabled=false]{color:#e6e6e6}.ns-dark.ns-android .switch[isEnabled=false]{color:#4a4a4a}.ns-ios .switch{color:#fff;background-color:#5c687c}.ns-dark.ns-ios .switch{color:#303030;background-color:#5c687c}.ns-ios .switch[isEnabled=false]{background-color:rgba(92,104,124,.4)}.ns-dark.ns-ios .switch[isEnabled=false]{background-color:rgba(92,104,124,.4)}.tab-view{selected-tab-text-color:#5c687c;android-selected-tab-highlight-color:#5c687c}.ns-dark .tab-view{selected-tab-text-color:#5c687c;android-selected-tab-highlight-color:#5c687c}.tab-view.ns-dark{selected-tab-text-color:#5c687c;android-selected-tab-highlight-color:#5c687c}.list-view NTIcon,.list-view .nt-icon{color:#2e343e}.ns-dark .list-view NTIcon,.ns-dark .list-view .nt-icon{color:#5c687c}.list-view .nt-list-view__delete{background-color:#d50000}.side-drawer .sidedrawer-header{background:#827915}.side-drawer .sidedrawer-header Label{color:#d6d6d6}.side-drawer .sidedrawer-left,.side-drawer .sidedrawer-center{color:#d6d6d6}.side-drawer.ns-dark .sidedrawer-header{background:#827915}.side-drawer.ns-dark .sidedrawer-header Label{color:#d6d6d6}.side-drawer.ns-dark .sidedrawer-left,.side-drawer.ns-dark .sidedrawer-center{color:#d6d6d6}.input{background-color:transparent;border-color:#fafafa}.ns-dark .input{border-color:#c7c7c7}.input:focus{border-color:#313741}.ns-dark .input:focus{border-color:#919bad}.input[isEnabled=false]{color:#e0e0e0;background-color:#fff}.ns-dark .input[isEnabled=false]{color:#e0e0e0;background-color:#949494}RadAutoCompleteTextView Token{background-color:#919bad}.ns-dark RadAutoCompleteTextView Token{background-color:#313741}RadAutoCompleteTextView Token:selected{background-color:#748198}.ns-dark RadAutoCompleteTextView Token:selected{background-color:#464f5f}.date-time-picker{color:#262626;background:#fff}.date-time-picker.ns-dark{color:#fff;background:#303030}.date-time-picker-buttons{color:#050607}.date-time-picker-buttons.ns-dark{color:#cbd0d9}.ns-dark.date-time-picker-button-cancel{background:#303030}.date-time-picker-spinners{color:#1b1e24}.date-time-picker-spinners.ns-dark{color:#aeb6c3}DataFormEditorLabel,.input .label{color:#1b1e24}.ns-dark DataFormEditorLabel,.ns-dark .input .label{color:#aeb6c3}.action-bar{color:#303030;background-color:#ffea00}.ns-dark .action-bar{color:#d6d6d6;background-color:#988d18}.action-bar .action-item{color:#303030}.ns-dark .action-bar .action-item{color:#d6d6d6}.action-bar .action-item-active:active{color:#303030}.ns-dark .action-bar .action-item-active:active{color:#d6d6d6}.hr,.hr-light{border-color:#919bad}.ns-dark .hr,.ns-dark .hr-light{border-color:#cbd0d9}.hr-dark{border-color:#313741}.ns-dark .hr-dark{border-color:#919bad}
/*!
* NativeScript Theme v2.0.11 (https://nativescript.org)
* NativeScript Theme v2.0.12 (https://nativescript.org)
* Copyright 2016-2016 The Theme Authors
* Copyright 2016-2019 Progress Software
* Licensed under Apache 2.0 (https://github.com/NativeScript/theme/blob/master/LICENSE)
*/ActionBar,NTActionBar,.nt-action-bar{color:#303030;background-color:#ffea00}.ns-dark ActionBar,.ns-dark NTActionBar,.ns-dark .nt-action-bar{color:#d6d6d6}.ns-dark ActionBar,.ns-dark NTActionBar,.ns-dark .nt-action-bar{background-color:#988d18}.ns-root ActionBar NTIcon,ActionBar Label,ActionBar Button,ActionBar .nt-action-bar__item,.ns-root NTActionBar NTIcon,NTActionBar Label,NTActionBar Button,NTActionBar .nt-action-bar__item,.ns-root .nt-action-bar NTIcon,.nt-action-bar Label,.nt-action-bar Button,.nt-action-bar .nt-action-bar__item{color:#303030;background-color:#ffea00}.ns-dark .ns-root ActionBar NTIcon,.ns-dark ActionBar Label,.ns-dark ActionBar Button,.ns-dark ActionBar .nt-action-bar__item,.ns-dark .ns-root NTActionBar NTIcon,.ns-dark NTActionBar Label,.ns-dark NTActionBar Button,.ns-dark NTActionBar .nt-action-bar__item,.ns-dark .ns-root .nt-action-bar NTIcon,.ns-dark .nt-action-bar Label,.ns-dark .nt-action-bar Button,.ns-dark .nt-action-bar .nt-action-bar__item{color:#d6d6d6}.ns-dark .ns-root ActionBar NTIcon,.ns-dark ActionBar Label,.ns-dark ActionBar Button,.ns-dark ActionBar .nt-action-bar__item,.ns-dark .ns-root NTActionBar NTIcon,.ns-dark NTActionBar Label,.ns-dark NTActionBar Button,.ns-dark NTActionBar .nt-action-bar__item,.ns-dark .ns-root .nt-action-bar NTIcon,.ns-dark .nt-action-bar Label,.ns-dark .nt-action-bar Button,.ns-dark .nt-action-bar .nt-action-bar__item{background-color:#988d18}.ns-root ActionBar NTIcon:active,.ns-root ActionBar NTIcon.-active,ActionBar Label:active,ActionBar Label.-active,ActionBar Button:active,ActionBar Button.-active,ActionBar .nt-action-bar__item:active,ActionBar .nt-action-bar__item.-active,.ns-root NTActionBar NTIcon:active,.ns-root NTActionBar NTIcon.-active,NTActionBar Label:active,NTActionBar Label.-active,NTActionBar Button:active,NTActionBar Button.-active,NTActionBar .nt-action-bar__item:active,NTActionBar .nt-action-bar__item.-active,.ns-root .nt-action-bar NTIcon:active,.ns-root .nt-action-bar NTIcon.-active,.nt-action-bar Label:active,.nt-action-bar Label.-active,.nt-action-bar Button:active,.nt-action-bar Button.-active,.nt-action-bar .nt-action-bar__item:active,.nt-action-bar .nt-action-bar__item.-active{color:#303030;background-color:#ffea00}.ns-dark .ns-root ActionBar NTIcon:active,.ns-dark .ns-root ActionBar NTIcon.-active,.ns-dark ActionBar Label:active,.ns-dark ActionBar Label.-active,.ns-dark ActionBar Button:active,.ns-dark ActionBar Button.-active,.ns-dark ActionBar .nt-action-bar__item:active,.ns-dark ActionBar .nt-action-bar__item.-active,.ns-dark .ns-root NTActionBar NTIcon:active,.ns-dark .ns-root NTActionBar NTIcon.-active,.ns-dark NTActionBar Label:active,.ns-dark NTActionBar Label.-active,.ns-dark NTActionBar Button:active,.ns-dark NTActionBar Button.-active,.ns-dark NTActionBar .nt-action-bar__item:active,.ns-dark NTActionBar .nt-action-bar__item.-active,.ns-dark .ns-root .nt-action-bar NTIcon:active,.ns-dark .ns-root .nt-action-bar NTIcon.-active,.ns-dark .nt-action-bar Label:active,.ns-dark .nt-action-bar Label.-active,.ns-dark .nt-action-bar Button:active,.ns-dark .nt-action-bar Button.-active,.ns-dark .nt-action-bar .nt-action-bar__item:active,.ns-dark .nt-action-bar .nt-action-bar__item.-active{color:#d6d6d6}.ns-dark .ns-root ActionBar NTIcon:active,.ns-dark .ns-root ActionBar NTIcon.-active,.ns-dark ActionBar Label:active,.ns-dark ActionBar Label.-active,.ns-dark ActionBar Button:active,.ns-dark ActionBar Button.-active,.ns-dark ActionBar .nt-action-bar__item:active,.ns-dark ActionBar .nt-action-bar__item.-active,.ns-dark .ns-root NTActionBar NTIcon:active,.ns-dark .ns-root NTActionBar NTIcon.-active,.ns-dark NTActionBar Label:active,.ns-dark NTActionBar Label.-active,.ns-dark NTActionBar Button:active,.ns-dark NTActionBar Button.-active,.ns-dark NTActionBar .nt-action-bar__item:active,.ns-dark NTActionBar .nt-action-bar__item.-active,.ns-dark .ns-root .nt-action-bar NTIcon:active,.ns-dark .ns-root .nt-action-bar NTIcon.-active,.ns-dark .nt-action-bar Label:active,.ns-dark .nt-action-bar Label.-active,.ns-dark .nt-action-bar Button:active,.ns-dark .nt-action-bar Button.-active,.ns-dark .nt-action-bar .nt-action-bar__item:active,.ns-dark .nt-action-bar .nt-action-bar__item.-active{background-color:#988d18}.ns-ios ActionBar NTIcon:active,.ns-ios ActionBar Label:active,.ns-ios ActionBar Button:active,.ns-ios ActionBar .nt-action-bar__item:active,.ns-android ActionBar NTIcon:active,.ns-android ActionBar Label:active,.ns-android ActionBar Button:active,.ns-android ActionBar .nt-action-bar__item:active,.ns-ios NTActionBar NTIcon:active,.ns-ios NTActionBar Label:active,.ns-ios NTActionBar Button:active,.ns-ios NTActionBar .nt-action-bar__item:active,.ns-android NTActionBar NTIcon:active,.ns-android NTActionBar Label:active,.ns-android NTActionBar Button:active,.ns-android NTActionBar .nt-action-bar__item:active,.ns-ios .nt-action-bar NTIcon:active,.ns-ios .nt-action-bar Label:active,.ns-ios .nt-action-bar Button:active,.ns-ios .nt-action-bar .nt-action-bar__item:active,.ns-android .nt-action-bar NTIcon:active,.ns-android .nt-action-bar Label:active,.ns-android .nt-action-bar Button:active,.ns-android .nt-action-bar .nt-action-bar__item:active{color:#303030}.ns-dark .ns-ios ActionBar NTIcon:active,.ns-dark .ns-ios ActionBar Label:active,.ns-dark .ns-ios ActionBar Button:active,.ns-dark .ns-ios ActionBar .nt-action-bar__item:active,.ns-dark .ns-android ActionBar NTIcon:active,.ns-dark .ns-android ActionBar Label:active,.ns-dark .ns-android ActionBar Button:active,.ns-dark .ns-android ActionBar .nt-action-bar__item:active,.ns-dark .ns-ios NTActionBar NTIcon:active,.ns-dark .ns-ios NTActionBar Label:active,.ns-dark .ns-ios NTActionBar Button:active,.ns-dark .ns-ios NTActionBar .nt-action-bar__item:active,.ns-dark .ns-android NTActionBar NTIcon:active,.ns-dark .ns-android NTActionBar Label:active,.ns-dark .ns-android NTActionBar Button:active,.ns-dark .ns-android NTActionBar .nt-action-bar__item:active,.ns-dark .ns-ios .nt-action-bar NTIcon:active,.ns-dark .ns-ios .nt-action-bar Label:active,.ns-dark .ns-ios .nt-action-bar Button:active,.ns-dark .ns-ios .nt-action-bar .nt-action-bar__item:active,.ns-dark .ns-android .nt-action-bar NTIcon:active,.ns-dark .ns-android .nt-action-bar Label:active,.ns-dark .ns-android .nt-action-bar Button:active,.ns-dark .ns-android .nt-action-bar .nt-action-bar__item:active{color:#d6d6d6}@keyframes light-highlight{0%{background-color:#fff}100%{background-color:#e6e6e6}}@keyframes dark-highlight{0%{background-color:#303030}100%{background-color:#232323}}@keyframes focus-highlight{0%{background-color:#5c687c}100%{background-color:#464f5f}}@keyframes dark-focus-highlight{0%{background-color:#5c687c}100%{background-color:#464f5f}}Button,.nt-button{background-color:#fff;color:#050607}.ns-dark Button,.ns-dark .nt-button{background-color:#303030}.ns-dark Button,.ns-dark .nt-button{color:#cbd0d9}Button:active,Button.-active,.nt-button:active,.nt-button.-active{color:#050607}.ns-dark Button:active,.ns-dark Button.-active,.ns-dark .nt-button:active,.ns-dark .nt-button.-active{color:#cbd0d9}Button.-primary,.nt-button.-primary{color:#fff;background-color:#5c687c;border-color:#5c687c}.ns-dark Button.-primary,.ns-dark .nt-button.-primary{color:#fff}.ns-dark Button.-primary,.ns-dark .nt-button.-primary{background-color:#5c687c}.ns-dark Button.-primary,.ns-dark .nt-button.-primary{border-color:#5c687c}Button.-primary:active,Button.-primary.-active,.nt-button.-primary:active,.nt-button.-primary.-active{animation:focus-highlight .3s ease-out forwards;background-color:#464f5f}Button[isEnabled=false],.nt-button[isEnabled=false]{background-color:#a2a9b4}.ns-dark Button[isEnabled=false],.ns-dark .nt-button[isEnabled=false]{background-color:#595f6a}Button.-outline,.nt-button.-outline{background-color:#fff;border-color:#313741}.ns-dark Button.-outline,.ns-dark .nt-button.-outline{background-color:#303030}.ns-dark Button.-outline,.ns-dark .nt-button.-outline{border-color:#919bad}Button.-outline:active,Button.-outline.-active,.nt-button.-outline:active,.nt-button.-outline.-active{animation:light-highlight .3s ease-out forwards;background-color:#e6e6e6}.ns-dark Button.-outline:active,.ns-dark Button.-outline.-active,.ns-dark .nt-button.-outline:active,.ns-dark .nt-button.-outline.-active{animation:dark-highlight .3s ease-out forwards;background-color:#232323}Button.-outline[isEnabled=false],.nt-button.-outline[isEnabled=false]{background-color:#fff;color:#878a90;border-color:#878a90}.ns-dark Button.-outline[isEnabled=false],.ns-dark .nt-button.-outline[isEnabled=false]{background-color:#303030}.ns-dark Button.-outline[isEnabled=false],.ns-dark .nt-button.-outline[isEnabled=false]{color:#878a90}.ns-dark Button.-outline[isEnabled=false],.ns-dark .nt-button.-outline[isEnabled=false]{border-color:#878a90}ActivityIndicator,.nt-activity-indicator{color:#5c687c}.ns-dark ActivityIndicator,.ns-dark .nt-activity-indicator{color:#5c687c}SegmentedBar,.nt-segmented-bar{selected-background-color:#5c687c}.ns-dark SegmentedBar,.ns-dark .nt-segmented-bar{selected-background-color:#5c687c}.ns-ios SegmentedBar,.ns-ios .nt-segmented-bar{margin:0 15;color:#5c687c}.ns-dark .ns-ios SegmentedBar,.ns-dark .ns-ios .nt-segmented-bar{color:#5c687c}Progress,.nt-progress{color:#5c687c}.ns-dark Progress,.ns-dark .nt-progress{color:#5c687c}Slider,.nt-slider{color:#5c687c}.ns-dark Slider,.ns-dark .nt-slider{color:#5c687c}Slider[isEnabled=false],.nt-slider[isEnabled=false]{color:#e0e0e0}.ns-android Switch,.ns-android .nt-switch{color:#ccc;background-color:#ccc}.ns-dark .ns-android Switch,.ns-dark .ns-android .nt-switch{color:#636363}.ns-dark .ns-android Switch,.ns-dark .ns-android .nt-switch{background-color:#636363}.ns-android Switch[checked=true],.ns-android .nt-switch[checked=true]{color:#5c687c}.ns-dark .ns-android Switch[checked=true],.ns-dark .ns-android .nt-switch[checked=true]{color:#5c687c}.ns-android Switch[isEnabled=false],.ns-android .nt-switch[isEnabled=false]{color:#e6e6e6}.ns-dark .ns-android Switch[isEnabled=false],.ns-dark .ns-android .nt-switch[isEnabled=false]{color:#4a4a4a}.ns-ios Switch,.ns-ios .nt-switch{background-color:#5c687c;off-background-color:#e6e6e6}.ns-dark .ns-ios Switch,.ns-dark .ns-ios .nt-switch{background-color:#5c687c}.ns-dark .ns-ios Switch,.ns-dark .ns-ios .nt-switch{off-background-color:#4a4a4a}.ns-ios Switch[isEnabled=false],.ns-ios .nt-switch[isEnabled=false]{background-color:rgba(92,104,124,.4);off-background-color:#e6e6e6}.ns-dark .ns-ios Switch[isEnabled=false],.ns-dark .ns-ios .nt-switch[isEnabled=false]{background-color:rgba(92,104,124,.4)}.ns-dark .ns-ios Switch[isEnabled=false],.ns-dark .ns-ios .nt-switch[isEnabled=false]{off-background-color:#4a4a4a}TabView,.nt-tab-view{selected-tab-text-color:#5c687c;android-selected-tab-highlight-color:#5c687c}.ns-dark TabView,.ns-dark .nt-tab-view{selected-tab-text-color:#5c687c}.ns-dark TabView,.ns-dark .nt-tab-view{android-selected-tab-highlight-color:#5c687c}TabView.ns-dark,.nt-tab-view.ns-dark{selected-tab-text-color:#5c687c;android-selected-tab-highlight-color:#5c687c}TabStrip,.nt-tab-strip{highlight-color:#5c687c}.ns-dark TabStrip,.ns-dark .nt-tab-strip{highlight-color:#5c687c}TabStripItem:active,.nt-tab-strip__item:active{color:#5c687c}.ns-dark TabStripItem:active,.ns-dark .nt-tab-strip__item:active{color:#5c687c}TabStripItem:active Label,.nt-tab-strip__item:active Label{color:#5c687c}.ns-dark TabStripItem:active Label,.ns-dark .nt-tab-strip__item:active Label{color:#5c687c}ListView NTIcon,ListView .nt-icon,RadListView NTIcon,RadListView .nt-icon,.nt-list-view NTIcon,.nt-list-view .nt-icon{color:#2e343e}.ns-dark ListView NTIcon,.ns-dark ListView .nt-icon,.ns-dark RadListView NTIcon,.ns-dark RadListView .nt-icon,.ns-dark .nt-list-view NTIcon,.ns-dark .nt-list-view .nt-icon{color:#5c687c}ListView .nt-list-view__delete,RadListView .nt-list-view__delete,.nt-list-view .nt-list-view__delete{background-color:#d50000}RadSideDrawer .nt-drawer__header,.nt-drawer .nt-drawer__header{background:#827915}RadSideDrawer .nt-drawer__header Label,.nt-drawer .nt-drawer__header Label{color:#d6d6d6}RadSideDrawer>*,RadSideDrawer .nt-drawer__content,.nt-drawer>*,.nt-drawer .nt-drawer__content{color:#d6d6d6}RadSideDrawer.ns-dark .nt-drawer__header,.nt-drawer.ns-dark .nt-drawer__header{background:#827915}RadSideDrawer.ns-dark .nt-drawer__header Label,.nt-drawer.ns-dark .nt-drawer__header Label{color:#d6d6d6}RadSideDrawer.ns-dark>*,RadSideDrawer.ns-dark .nt-drawer__content,.nt-drawer.ns-dark>*,.nt-drawer.ns-dark .nt-drawer__content{color:#d6d6d6}TextView,TextField,PickerField,DatePickerField,TimePickerField,DateTimePickerFields,DataFormEditorCore,RadAutoCompleteTextView{background-color:transparent;border-color:#b3b3b3}.ns-dark TextView,.ns-dark TextField,.ns-dark PickerField,.ns-dark DatePickerField,.ns-dark TimePickerField,.ns-dark DateTimePickerFields,.ns-dark DataFormEditorCore,.ns-dark RadAutoCompleteTextView{border-color:gray}TextView:focus,TextField:focus,PickerField:focus,DatePickerField:focus,TimePickerField:focus,DateTimePickerFields:focus,DataFormEditorCore:focus,RadAutoCompleteTextView:focus{border-color:#313741}.ns-dark TextView:focus,.ns-dark TextField:focus,.ns-dark PickerField:focus,.ns-dark DatePickerField:focus,.ns-dark TimePickerField:focus,.ns-dark DateTimePickerFields:focus,.ns-dark DataFormEditorCore:focus,.ns-dark RadAutoCompleteTextView:focus{border-color:#919bad}TextView[isEnabled=false],TextField[isEnabled=false],PickerField[isEnabled=false],DatePickerField[isEnabled=false],TimePickerField[isEnabled=false],DateTimePickerFields[isEnabled=false],DataFormEditorCore[isEnabled=false],RadAutoCompleteTextView[isEnabled=false]{color:#999;background-color:#e6e6e6}.ns-dark TextView[isEnabled=false],.ns-dark TextField[isEnabled=false],.ns-dark PickerField[isEnabled=false],.ns-dark DatePickerField[isEnabled=false],.ns-dark TimePickerField[isEnabled=false],.ns-dark DateTimePickerFields[isEnabled=false],.ns-dark DataFormEditorCore[isEnabled=false],.ns-dark RadAutoCompleteTextView[isEnabled=false]{color:#999}.ns-dark TextView[isEnabled=false],.ns-dark TextField[isEnabled=false],.ns-dark PickerField[isEnabled=false],.ns-dark DatePickerField[isEnabled=false],.ns-dark TimePickerField[isEnabled=false],.ns-dark DateTimePickerFields[isEnabled=false],.ns-dark DataFormEditorCore[isEnabled=false],.ns-dark RadAutoCompleteTextView[isEnabled=false]{background-color:#4d4d4d}RadAutoCompleteTextView Token{background-color:#919bad}.ns-dark RadAutoCompleteTextView Token{background-color:#313741}RadAutoCompleteTextView Token:selected{background-color:#748198}.ns-dark RadAutoCompleteTextView Token:selected{background-color:#464f5f}.date-time-picker{color:#262626;background:#fff}.date-time-picker.ns-dark{color:#fff;background:#303030}.date-time-picker-buttons{color:#050607}.date-time-picker-buttons.ns-dark{color:#cbd0d9}.ns-dark.date-time-picker-button-cancel{background:#303030}.date-time-picker-spinners{color:#1b1e24}.date-time-picker-spinners.ns-dark{color:#aeb6c3}DataFormEditorLabel,NTInput>Label,.nt-input>Label{color:#1b1e24}.ns-dark DataFormEditorLabel,.ns-dark NTInput>Label,.ns-dark .nt-input>Label{color:#aeb6c3}.hr,.hr-light{border-color:#919bad}.ns-dark .hr,.ns-dark .hr-light{border-color:#cbd0d9}.hr-dark{border-color:#313741}.ns-dark .hr-dark{border-color:#919bad}
*/@keyframes light-highlight{0%{background-color:#fff}100%{background-color:#e6e6e6}}@keyframes dark-highlight{0%{background-color:#303030}100%{background-color:#232323}}@keyframes focus-highlight{0%{background-color:#5c687c}100%{background-color:#464f5f}}@keyframes dark-focus-highlight{0%{background-color:#5c687c}100%{background-color:#464f5f}}Button,.nt-button{background-color:#fff;color:#050607}.ns-dark Button,.ns-dark .nt-button{background-color:#303030;color:#cbd0d9}Button:active,Button.-active,.nt-button:active,.nt-button.-active{color:#050607}.ns-dark Button:active,.ns-dark Button.-active,.ns-dark .nt-button:active,.ns-dark .nt-button.-active{color:#cbd0d9}Button.-primary,.nt-button.-primary{color:#fff;background-color:#5c687c;border-color:#5c687c}.ns-dark Button.-primary,.ns-dark .nt-button.-primary{color:#fff;background-color:#5c687c;border-color:#5c687c}Button.-primary:active,Button.-primary.-active,.nt-button.-primary:active,.nt-button.-primary.-active{animation:focus-highlight .3s ease-out forwards;background-color:#464f5f}Button[isEnabled=false],.nt-button[isEnabled=false]{background-color:#a2a9b4}.ns-dark Button[isEnabled=false],.ns-dark .nt-button[isEnabled=false]{background-color:#595f6a}Button.-outline,.nt-button.-outline{background-color:#fff;border-color:#313741}.ns-dark Button.-outline,.ns-dark .nt-button.-outline{background-color:#303030;border-color:#919bad}Button.-outline:active,Button.-outline.-active,.nt-button.-outline:active,.nt-button.-outline.-active{animation:light-highlight .3s ease-out forwards;background-color:#e6e6e6}.ns-dark Button.-outline:active,.ns-dark Button.-outline.-active,.ns-dark .nt-button.-outline:active,.ns-dark .nt-button.-outline.-active{animation:dark-highlight .3s ease-out forwards;background-color:#232323}Button.-outline[isEnabled=false],.nt-button.-outline[isEnabled=false]{background-color:#fff;color:#b8bcc2;border-color:#b8bcc2}.ns-dark Button.-outline[isEnabled=false],.ns-dark .nt-button.-outline[isEnabled=false]{background-color:#303030;color:#b8bcc2;border-color:#b8bcc2}ActivityIndicator,.nt-activity-indicator{color:#5c687c}.ns-dark ActivityIndicator,.ns-dark .nt-activity-indicator{color:#5c687c}SegmentedBar,.nt-segmented-bar{selected-background-color:#5c687c}.ns-dark SegmentedBar,.ns-dark .nt-segmented-bar{selected-background-color:#5c687c}.ns-ios SegmentedBar,.ns-ios .nt-segmented-bar{margin:0 15;color:#5c687c}.ns-dark.ns-ios SegmentedBar,.ns-dark.ns-ios .nt-segmented-bar{color:#5c687c}Progress,.nt-progress{color:#5c687c}.ns-dark Progress,.ns-dark .nt-progress{color:#5c687c}Slider,.nt-slider{color:#5c687c}.ns-dark Slider,.ns-dark .nt-slider{color:#5c687c}Slider[isEnabled=false],.nt-slider[isEnabled=false]{color:#e0e0e0}.ns-android Switch,.ns-android .nt-switch{color:#ccc;background-color:#ccc}.ns-dark.ns-android Switch,.ns-dark.ns-android .nt-switch{color:#636363;background-color:#636363}.ns-android Switch[checked=true],.ns-android .nt-switch[checked=true]{color:#5c687c}.ns-dark.ns-android Switch[checked=true],.ns-dark.ns-android .nt-switch[checked=true]{color:#5c687c}.ns-android Switch[isEnabled=false],.ns-android .nt-switch[isEnabled=false]{color:#e6e6e6}.ns-dark.ns-android Switch[isEnabled=false],.ns-dark.ns-android .nt-switch[isEnabled=false]{color:#4a4a4a}.ns-ios Switch,.ns-ios .nt-switch{color:#fff;background-color:#5c687c}.ns-dark.ns-ios Switch,.ns-dark.ns-ios .nt-switch{color:#303030;background-color:#5c687c}.ns-ios Switch[isEnabled=false],.ns-ios .nt-switch[isEnabled=false]{background-color:rgba(92,104,124,.4)}.ns-dark.ns-ios Switch[isEnabled=false],.ns-dark.ns-ios .nt-switch[isEnabled=false]{background-color:rgba(92,104,124,.4)}TabView,.nt-tab-view{selected-tab-text-color:#5c687c;android-selected-tab-highlight-color:#5c687c}.ns-dark TabView,.ns-dark .nt-tab-view{selected-tab-text-color:#5c687c;android-selected-tab-highlight-color:#5c687c}TabView.ns-dark,.nt-tab-view.ns-dark{selected-tab-text-color:#5c687c;android-selected-tab-highlight-color:#5c687c}TabStrip,.nt-tab-strip{highlight-color:#5c687c}.ns-dark TabStrip,.ns-dark .nt-tab-strip{highlight-color:#5c687c}TabStripItem:active,.nt-tab-strip__item:active{color:#5c687c}.ns-dark TabStripItem:active,.ns-dark .nt-tab-strip__item:active{color:#5c687c}TabStripItem:active Label,.nt-tab-strip__item:active Label{color:#5c687c}.ns-dark TabStripItem:active Label,.ns-dark .nt-tab-strip__item:active Label{color:#5c687c}ListView NTIcon,ListView .nt-icon,RadListView NTIcon,RadListView .nt-icon,.nt-list-view NTIcon,.nt-list-view .nt-icon{color:#2e343e}.ns-dark ListView NTIcon,.ns-dark ListView .nt-icon,.ns-dark RadListView NTIcon,.ns-dark RadListView .nt-icon,.ns-dark .nt-list-view NTIcon,.ns-dark .nt-list-view .nt-icon{color:#5c687c}ListView .nt-list-view__delete,RadListView .nt-list-view__delete,.nt-list-view .nt-list-view__delete{background-color:#d50000}RadSideDrawer .nt-drawer__header,.nt-drawer .nt-drawer__header{background:#827915}RadSideDrawer .nt-drawer__header Label,.nt-drawer .nt-drawer__header Label{color:#d6d6d6}RadSideDrawer>*,RadSideDrawer .nt-drawer__content,.nt-drawer>*,.nt-drawer .nt-drawer__content{color:#d6d6d6}RadSideDrawer.ns-dark .nt-drawer__header,.nt-drawer.ns-dark .nt-drawer__header{background:#827915}RadSideDrawer.ns-dark .nt-drawer__header Label,.nt-drawer.ns-dark .nt-drawer__header Label{color:#d6d6d6}RadSideDrawer.ns-dark>*,RadSideDrawer.ns-dark .nt-drawer__content,.nt-drawer.ns-dark>*,.nt-drawer.ns-dark .nt-drawer__content{color:#d6d6d6}TextView,TextField,PickerField,DatePickerField,TimePickerField,DateTimePickerFields,DataFormEditorCore,RadAutoCompleteTextView{background-color:transparent;border-color:#fafafa}.ns-dark TextView,.ns-dark TextField,.ns-dark PickerField,.ns-dark DatePickerField,.ns-dark TimePickerField,.ns-dark DateTimePickerFields,.ns-dark DataFormEditorCore,.ns-dark RadAutoCompleteTextView{border-color:#c7c7c7}TextView:focus,TextField:focus,PickerField:focus,DatePickerField:focus,TimePickerField:focus,DateTimePickerFields:focus,DataFormEditorCore:focus,RadAutoCompleteTextView:focus{border-color:#313741}.ns-dark TextView:focus,.ns-dark TextField:focus,.ns-dark PickerField:focus,.ns-dark DatePickerField:focus,.ns-dark TimePickerField:focus,.ns-dark DateTimePickerFields:focus,.ns-dark DataFormEditorCore:focus,.ns-dark RadAutoCompleteTextView:focus{border-color:#919bad}TextView[isEnabled=false],TextField[isEnabled=false],PickerField[isEnabled=false],DatePickerField[isEnabled=false],TimePickerField[isEnabled=false],DateTimePickerFields[isEnabled=false],DataFormEditorCore[isEnabled=false],RadAutoCompleteTextView[isEnabled=false]{color:#e0e0e0;background-color:#fff}.ns-dark TextView[isEnabled=false],.ns-dark TextField[isEnabled=false],.ns-dark PickerField[isEnabled=false],.ns-dark DatePickerField[isEnabled=false],.ns-dark TimePickerField[isEnabled=false],.ns-dark DateTimePickerFields[isEnabled=false],.ns-dark DataFormEditorCore[isEnabled=false],.ns-dark RadAutoCompleteTextView[isEnabled=false]{color:#e0e0e0;background-color:#949494}RadAutoCompleteTextView Token{background-color:#919bad}.ns-dark RadAutoCompleteTextView Token{background-color:#313741}RadAutoCompleteTextView Token:selected{background-color:#748198}.ns-dark RadAutoCompleteTextView Token:selected{background-color:#464f5f}.date-time-picker{color:#262626;background:#fff}.date-time-picker.ns-dark{color:#fff;background:#303030}.date-time-picker-buttons{color:#050607}.date-time-picker-buttons.ns-dark{color:#cbd0d9}.ns-dark.date-time-picker-button-cancel{background:#303030}.date-time-picker-spinners{color:#1b1e24}.date-time-picker-spinners.ns-dark{color:#aeb6c3}DataFormEditorLabel,.nt-input>Label{color:#1b1e24}.ns-dark DataFormEditorLabel,.ns-dark .nt-input>Label{color:#aeb6c3}ActionBar,.nt-action-bar{color:#303030;background-color:#ffea00}.ns-dark ActionBar,.ns-dark .nt-action-bar{color:#d6d6d6;background-color:#988d18}ActionBar NTIcon,ActionBar Label,ActionBar Button,ActionBar .nt-action-bar__item,.nt-action-bar NTIcon,.nt-action-bar Label,.nt-action-bar Button,.nt-action-bar .nt-action-bar__item{color:#303030}.ns-dark ActionBar NTIcon,.ns-dark ActionBar Label,.ns-dark ActionBar Button,.ns-dark ActionBar .nt-action-bar__item,.ns-dark .nt-action-bar NTIcon,.ns-dark .nt-action-bar Label,.ns-dark .nt-action-bar Button,.ns-dark .nt-action-bar .nt-action-bar__item{color:#d6d6d6}ActionBar NTIcon:active,ActionBar NTIcon.-active,ActionBar Label:active,ActionBar Label.-active,ActionBar Button:active,ActionBar Button.-active,ActionBar .nt-action-bar__item:active,ActionBar .nt-action-bar__item.-active,.nt-action-bar NTIcon:active,.nt-action-bar NTIcon.-active,.nt-action-bar Label:active,.nt-action-bar Label.-active,.nt-action-bar Button:active,.nt-action-bar Button.-active,.nt-action-bar .nt-action-bar__item:active,.nt-action-bar .nt-action-bar__item.-active{color:#303030}.ns-dark ActionBar NTIcon:active,.ns-dark ActionBar NTIcon.-active,.ns-dark ActionBar Label:active,.ns-dark ActionBar Label.-active,.ns-dark ActionBar Button:active,.ns-dark ActionBar Button.-active,.ns-dark ActionBar .nt-action-bar__item:active,.ns-dark ActionBar .nt-action-bar__item.-active,.ns-dark .nt-action-bar NTIcon:active,.ns-dark .nt-action-bar NTIcon.-active,.ns-dark .nt-action-bar Label:active,.ns-dark .nt-action-bar Label.-active,.ns-dark .nt-action-bar Button:active,.ns-dark .nt-action-bar Button.-active,.ns-dark .nt-action-bar .nt-action-bar__item:active,.ns-dark .nt-action-bar .nt-action-bar__item.-active{color:#d6d6d6}.ns-android ActionBar Button,.ns-android ActionBar .nt-button,.ns-android .nt-action-bar Button,.ns-android .nt-action-bar .nt-button{background-color:#ffea00}.ns-dark.ns-android ActionBar Button,.ns-dark.ns-android ActionBar .nt-button,.ns-dark.ns-android .nt-action-bar Button,.ns-dark.ns-android .nt-action-bar .nt-button{background-color:#988d18}.hr,.hr-light{border-color:#919bad}.ns-dark .hr,.ns-dark .hr-light{border-color:#cbd0d9}.hr-dark{border-color:#313741}.ns-dark .hr-dark{border-color:#919bad}
/*!
* NativeScript Compatibility Theme v2.0.11 (https://nativescript.org)
* NativeScript Compatibility Theme v2.0.12 (https://nativescript.org)
* Copyright 2016-2016 The Theme Authors
* Copyright 2016-2019 Progress Software
* Licensed under Apache 2.0 (https://github.com/NativeScript/theme/blob/master/LICENSE)
*/.action-bar{color:#303030;background-color:#aee406}.ns-dark .action-bar{color:#d6d6d6}.ns-dark .action-bar{background-color:#6f8a1b}.ns-root .action-bar .action-item{color:#303030;background-color:#aee406}.ns-dark .ns-root .action-bar .action-item{color:#d6d6d6}.ns-dark .ns-root .action-bar .action-item{background-color:#6f8a1b}.ns-root .action-bar .action-item-active:active{color:#303030;background-color:#aee406}.ns-dark .ns-root .action-bar .action-item-active:active{color:#d6d6d6}.ns-dark .ns-root .action-bar .action-item-active:active{background-color:#6f8a1b}.ns-ios .action-bar .action-item:active,.ns-android .action-bar .action-item:active{color:#303030}.ns-dark .ns-ios .action-bar .action-item:active,.ns-dark .ns-android .action-bar .action-item:active{color:#d6d6d6}@keyframes light-highlight{0%{background-color:#fff}100%{background-color:#e6e6e6}}@keyframes dark-highlight{0%{background-color:#303030}100%{background-color:#232323}}@keyframes focus-highlight{0%{background-color:#006968}100%{background-color:#003635}}@keyframes dark-focus-highlight{0%{background-color:#006968}100%{background-color:#003635}}.btn{background-color:#fff;color:#000}.ns-dark .btn{background-color:#303030}.ns-dark .btn{color:#36fffd}.btn-active:active{color:#000}.ns-dark .btn-active:active{color:#36fffd}.btn-primary{color:#9cfffe;background-color:#006968;border-color:#006968}.ns-dark .btn-primary{color:#9cfffe}.ns-dark .btn-primary{background-color:#006968}.ns-dark .btn-primary{border-color:#006968}.btn-primary.btn-active:active{animation:focus-highlight .3s ease-out forwards;background-color:#003635}.btn[isEnabled=false]{background-color:#79b0b0}.ns-dark .btn[isEnabled=false]{background-color:#2c6b6a}.btn-outline{background-color:#fff;border-color:#000303}.ns-dark .btn-outline{background-color:#303030}.ns-dark .btn-outline{border-color:#00cfcd}.btn-outline-active:active{animation:light-highlight .3s ease-out forwards;background-color:#e6e6e6}.ns-dark .btn-outline-active:active{animation:dark-highlight .3s ease-out forwards;background-color:#232323}.btn-outline[isEnabled=false]{background-color:#fff;color:#6b8b8a;border-color:#6b8b8a}.ns-dark .btn-outline[isEnabled=false]{background-color:#303030}.ns-dark .btn-outline[isEnabled=false]{color:#6b8b8a}.ns-dark .btn-outline[isEnabled=false]{border-color:#6b8b8a}.activity-indicator{color:#006968}.ns-dark .activity-indicator{color:#006968}.segmented-bar{selected-background-color:#006968}.ns-dark .segmented-bar{selected-background-color:#006968}.ns-ios .segmented-bar{margin:0 15;color:#006968}.ns-dark .ns-ios .segmented-bar{color:#006968}.progress{color:#006968}.ns-dark .progress{color:#006968}.slider{color:#006968}.ns-dark .slider{color:#006968}.slider[isEnabled=false]{color:#e0e0e0}.ns-android .switch{color:#ccc;background-color:#ccc}.ns-dark .ns-android .switch{color:#636363}.ns-dark .ns-android .switch{background-color:#636363}.ns-android .switch[checked=true]{color:#006968}.ns-dark .ns-android .switch[checked=true]{color:#006968}.ns-android .switch[isEnabled=false]{color:#e6e6e6}.ns-dark .ns-android .switch[isEnabled=false]{color:#4a4a4a}.ns-ios .switch{background-color:#006968;off-background-color:#e6e6e6}.ns-dark .ns-ios .switch{background-color:#006968}.ns-dark .ns-ios .switch{off-background-color:#4a4a4a}.ns-ios .switch[isEnabled=false]{background-color:rgba(0,105,104,.4);off-background-color:#e6e6e6}.ns-dark .ns-ios .switch[isEnabled=false]{background-color:rgba(0,105,104,.4)}.ns-dark .ns-ios .switch[isEnabled=false]{off-background-color:#4a4a4a}.tab-view{selected-tab-text-color:#006968;android-selected-tab-highlight-color:#006968}.ns-dark .tab-view{selected-tab-text-color:#006968}.ns-dark .tab-view{android-selected-tab-highlight-color:#006968}.tab-view.ns-dark{selected-tab-text-color:#006968;android-selected-tab-highlight-color:#006968}.list-view NTIcon,.list-view .nt-icon{color:#003534}.ns-dark .list-view NTIcon,.ns-dark .list-view .nt-icon{color:#006968}.list-view .nt-list-view__delete{background-color:#d50000}.side-drawer .sidedrawer-header{background:#5e7517}.side-drawer .sidedrawer-header Label{color:#d6d6d6}.side-drawer .sidedrawer-left,.side-drawer .sidedrawer-center{color:#d6d6d6}.side-drawer.ns-dark .sidedrawer-header{background:#5e7517}.side-drawer.ns-dark .sidedrawer-header Label{color:#d6d6d6}.side-drawer.ns-dark .sidedrawer-left,.side-drawer.ns-dark .sidedrawer-center{color:#d6d6d6}.input{background-color:transparent;border-color:#b3b3b3}.ns-dark .input{border-color:gray}.input:focus{border-color:#000303}.ns-dark .input:focus{border-color:#00cfcd}.input[isEnabled=false]{color:#999;background-color:#e6e6e6}.ns-dark .input[isEnabled=false]{color:#999}.ns-dark .input[isEnabled=false]{background-color:#4d4d4d}RadAutoCompleteTextView Token{background-color:#00cfcd}.ns-dark RadAutoCompleteTextView Token{background-color:#000303}RadAutoCompleteTextView Token:selected{background-color:#009c9b}.ns-dark RadAutoCompleteTextView Token:selected{background-color:#003635}.date-time-picker{color:#262626;background:#fff}.date-time-picker.ns-dark{color:#fff;background:#303030}.date-time-picker-buttons{color:#000}.date-time-picker-buttons.ns-dark{color:#36fffd}.ns-dark.date-time-picker-button-cancel{background:#303030}.date-time-picker-spinners{color:#000}.date-time-picker-spinners.ns-dark{color:#03fffd}DataFormEditorLabel,.input .label{color:#000}.ns-dark DataFormEditorLabel,.ns-dark .input .label{color:#03fffd}.hr,.hr-light{border-color:#00cfcd}.ns-dark .hr,.ns-dark .hr-light{border-color:#36fffd}.hr-dark{border-color:#000303}.ns-dark .hr-dark{border-color:#00cfcd}
*/@keyframes light-highlight{0%{background-color:#fff}100%{background-color:#e6e6e6}}@keyframes dark-highlight{0%{background-color:#303030}100%{background-color:#232323}}@keyframes focus-highlight{0%{background-color:#006968}100%{background-color:#003635}}@keyframes dark-focus-highlight{0%{background-color:#006968}100%{background-color:#003635}}.btn{background-color:#fff;color:#000}.ns-dark .btn{background-color:#303030;color:#36fffd}.btn-active:active{color:#000}.ns-dark .btn-active:active{color:#36fffd}.btn-primary{color:#9cfffe;background-color:#006968;border-color:#006968}.ns-dark .btn-primary{color:#9cfffe;background-color:#006968;border-color:#006968}.btn-primary.btn-active:active{animation:focus-highlight .3s ease-out forwards;background-color:#003635}.btn[isEnabled=false]{background-color:#79b0b0}.ns-dark .btn[isEnabled=false]{background-color:#2c6b6a}.btn-outline{background-color:#fff;border-color:#000303}.ns-dark .btn-outline{background-color:#303030;border-color:#00cfcd}.btn-outline-active:active{animation:light-highlight .3s ease-out forwards;background-color:#e6e6e6}.ns-dark .btn-outline-active:active{animation:dark-highlight .3s ease-out forwards;background-color:#232323}.btn-outline[isEnabled=false]{background-color:#fff;color:#9dbcbc;border-color:#9dbcbc}.ns-dark .btn-outline[isEnabled=false]{background-color:#303030;color:#9dbcbc;border-color:#9dbcbc}.activity-indicator{color:#006968}.ns-dark .activity-indicator{color:#006968}.segmented-bar{selected-background-color:#006968}.ns-dark .segmented-bar{selected-background-color:#006968}.ns-ios .segmented-bar{margin:0 15;color:#006968}.ns-dark.ns-ios .segmented-bar{color:#006968}.progress{color:#006968}.ns-dark .progress{color:#006968}.slider{color:#006968}.ns-dark .slider{color:#006968}.slider[isEnabled=false]{color:#e0e0e0}.ns-android .switch{color:#ccc;background-color:#ccc}.ns-dark.ns-android .switch{color:#636363;background-color:#636363}.ns-android .switch[checked=true]{color:#006968}.ns-dark.ns-android .switch[checked=true]{color:#006968}.ns-android .switch[isEnabled=false]{color:#e6e6e6}.ns-dark.ns-android .switch[isEnabled=false]{color:#4a4a4a}.ns-ios .switch{color:#fff;background-color:#006968}.ns-dark.ns-ios .switch{color:#303030;background-color:#006968}.ns-ios .switch[isEnabled=false]{background-color:rgba(0,105,104,.4)}.ns-dark.ns-ios .switch[isEnabled=false]{background-color:rgba(0,105,104,.4)}.tab-view{selected-tab-text-color:#006968;android-selected-tab-highlight-color:#006968}.ns-dark .tab-view{selected-tab-text-color:#006968;android-selected-tab-highlight-color:#006968}.tab-view.ns-dark{selected-tab-text-color:#006968;android-selected-tab-highlight-color:#006968}.list-view NTIcon,.list-view .nt-icon{color:#003534}.ns-dark .list-view NTIcon,.ns-dark .list-view .nt-icon{color:#006968}.list-view .nt-list-view__delete{background-color:#d50000}.side-drawer .sidedrawer-header{background:#5e7517}.side-drawer .sidedrawer-header Label{color:#d6d6d6}.side-drawer .sidedrawer-left,.side-drawer .sidedrawer-center{color:#d6d6d6}.side-drawer.ns-dark .sidedrawer-header{background:#5e7517}.side-drawer.ns-dark .sidedrawer-header Label{color:#d6d6d6}.side-drawer.ns-dark .sidedrawer-left,.side-drawer.ns-dark .sidedrawer-center{color:#d6d6d6}.input{background-color:transparent;border-color:#fafafa}.ns-dark .input{border-color:#c7c7c7}.input:focus{border-color:#000303}.ns-dark .input:focus{border-color:#00cfcd}.input[isEnabled=false]{color:#e0e0e0;background-color:#fff}.ns-dark .input[isEnabled=false]{color:#e0e0e0;background-color:#949494}RadAutoCompleteTextView Token{background-color:#00cfcd}.ns-dark RadAutoCompleteTextView Token{background-color:#000303}RadAutoCompleteTextView Token:selected{background-color:#009c9b}.ns-dark RadAutoCompleteTextView Token:selected{background-color:#003635}.date-time-picker{color:#262626;background:#fff}.date-time-picker.ns-dark{color:#fff;background:#303030}.date-time-picker-buttons{color:#000}.date-time-picker-buttons.ns-dark{color:#36fffd}.ns-dark.date-time-picker-button-cancel{background:#303030}.date-time-picker-spinners{color:#000}.date-time-picker-spinners.ns-dark{color:#03fffd}DataFormEditorLabel,.input .label{color:#000}.ns-dark DataFormEditorLabel,.ns-dark .input .label{color:#03fffd}.action-bar{color:#303030;background-color:#aee406}.ns-dark .action-bar{color:#d6d6d6;background-color:#6f8a1b}.action-bar .action-item{color:#303030}.ns-dark .action-bar .action-item{color:#d6d6d6}.action-bar .action-item-active:active{color:#303030}.ns-dark .action-bar .action-item-active:active{color:#d6d6d6}.hr,.hr-light{border-color:#00cfcd}.ns-dark .hr,.ns-dark .hr-light{border-color:#36fffd}.hr-dark{border-color:#000303}.ns-dark .hr-dark{border-color:#00cfcd}
/*!
* NativeScript Theme v2.0.11 (https://nativescript.org)
* NativeScript Theme v2.0.12 (https://nativescript.org)
* Copyright 2016-2016 The Theme Authors
* Copyright 2016-2019 Progress Software
* Licensed under Apache 2.0 (https://github.com/NativeScript/theme/blob/master/LICENSE)
*/ActionBar,NTActionBar,.nt-action-bar{color:#303030;background-color:#aee406}.ns-dark ActionBar,.ns-dark NTActionBar,.ns-dark .nt-action-bar{color:#d6d6d6}.ns-dark ActionBar,.ns-dark NTActionBar,.ns-dark .nt-action-bar{background-color:#6f8a1b}.ns-root ActionBar NTIcon,ActionBar Label,ActionBar Button,ActionBar .nt-action-bar__item,.ns-root NTActionBar NTIcon,NTActionBar Label,NTActionBar Button,NTActionBar .nt-action-bar__item,.ns-root .nt-action-bar NTIcon,.nt-action-bar Label,.nt-action-bar Button,.nt-action-bar .nt-action-bar__item{color:#303030;background-color:#aee406}.ns-dark .ns-root ActionBar NTIcon,.ns-dark ActionBar Label,.ns-dark ActionBar Button,.ns-dark ActionBar .nt-action-bar__item,.ns-dark .ns-root NTActionBar NTIcon,.ns-dark NTActionBar Label,.ns-dark NTActionBar Button,.ns-dark NTActionBar .nt-action-bar__item,.ns-dark .ns-root .nt-action-bar NTIcon,.ns-dark .nt-action-bar Label,.ns-dark .nt-action-bar Button,.ns-dark .nt-action-bar .nt-action-bar__item{color:#d6d6d6}.ns-dark .ns-root ActionBar NTIcon,.ns-dark ActionBar Label,.ns-dark ActionBar Button,.ns-dark ActionBar .nt-action-bar__item,.ns-dark .ns-root NTActionBar NTIcon,.ns-dark NTActionBar Label,.ns-dark NTActionBar Button,.ns-dark NTActionBar .nt-action-bar__item,.ns-dark .ns-root .nt-action-bar NTIcon,.ns-dark .nt-action-bar Label,.ns-dark .nt-action-bar Button,.ns-dark .nt-action-bar .nt-action-bar__item{background-color:#6f8a1b}.ns-root ActionBar NTIcon:active,.ns-root ActionBar NTIcon.-active,ActionBar Label:active,ActionBar Label.-active,ActionBar Button:active,ActionBar Button.-active,ActionBar .nt-action-bar__item:active,ActionBar .nt-action-bar__item.-active,.ns-root NTActionBar NTIcon:active,.ns-root NTActionBar NTIcon.-active,NTActionBar Label:active,NTActionBar Label.-active,NTActionBar Button:active,NTActionBar Button.-active,NTActionBar .nt-action-bar__item:active,NTActionBar .nt-action-bar__item.-active,.ns-root .nt-action-bar NTIcon:active,.ns-root .nt-action-bar NTIcon.-active,.nt-action-bar Label:active,.nt-action-bar Label.-active,.nt-action-bar Button:active,.nt-action-bar Button.-active,.nt-action-bar .nt-action-bar__item:active,.nt-action-bar .nt-action-bar__item.-active{color:#303030;background-color:#aee406}.ns-dark .ns-root ActionBar NTIcon:active,.ns-dark .ns-root ActionBar NTIcon.-active,.ns-dark ActionBar Label:active,.ns-dark ActionBar Label.-active,.ns-dark ActionBar Button:active,.ns-dark ActionBar Button.-active,.ns-dark ActionBar .nt-action-bar__item:active,.ns-dark ActionBar .nt-action-bar__item.-active,.ns-dark .ns-root NTActionBar NTIcon:active,.ns-dark .ns-root NTActionBar NTIcon.-active,.ns-dark NTActionBar Label:active,.ns-dark NTActionBar Label.-active,.ns-dark NTActionBar Button:active,.ns-dark NTActionBar Button.-active,.ns-dark NTActionBar .nt-action-bar__item:active,.ns-dark NTActionBar .nt-action-bar__item.-active,.ns-dark .ns-root .nt-action-bar NTIcon:active,.ns-dark .ns-root .nt-action-bar NTIcon.-active,.ns-dark .nt-action-bar Label:active,.ns-dark .nt-action-bar Label.-active,.ns-dark .nt-action-bar Button:active,.ns-dark .nt-action-bar Button.-active,.ns-dark .nt-action-bar .nt-action-bar__item:active,.ns-dark .nt-action-bar .nt-action-bar__item.-active{color:#d6d6d6}.ns-dark .ns-root ActionBar NTIcon:active,.ns-dark .ns-root ActionBar NTIcon.-active,.ns-dark ActionBar Label:active,.ns-dark ActionBar Label.-active,.ns-dark ActionBar Button:active,.ns-dark ActionBar Button.-active,.ns-dark ActionBar .nt-action-bar__item:active,.ns-dark ActionBar .nt-action-bar__item.-active,.ns-dark .ns-root NTActionBar NTIcon:active,.ns-dark .ns-root NTActionBar NTIcon.-active,.ns-dark NTActionBar Label:active,.ns-dark NTActionBar Label.-active,.ns-dark NTActionBar Button:active,.ns-dark NTActionBar Button.-active,.ns-dark NTActionBar .nt-action-bar__item:active,.ns-dark NTActionBar .nt-action-bar__item.-active,.ns-dark .ns-root .nt-action-bar NTIcon:active,.ns-dark .ns-root .nt-action-bar NTIcon.-active,.ns-dark .nt-action-bar Label:active,.ns-dark .nt-action-bar Label.-active,.ns-dark .nt-action-bar Button:active,.ns-dark .nt-action-bar Button.-active,.ns-dark .nt-action-bar .nt-action-bar__item:active,.ns-dark .nt-action-bar .nt-action-bar__item.-active{background-color:#6f8a1b}.ns-ios ActionBar NTIcon:active,.ns-ios ActionBar Label:active,.ns-ios ActionBar Button:active,.ns-ios ActionBar .nt-action-bar__item:active,.ns-android ActionBar NTIcon:active,.ns-android ActionBar Label:active,.ns-android ActionBar Button:active,.ns-android ActionBar .nt-action-bar__item:active,.ns-ios NTActionBar NTIcon:active,.ns-ios NTActionBar Label:active,.ns-ios NTActionBar Button:active,.ns-ios NTActionBar .nt-action-bar__item:active,.ns-android NTActionBar NTIcon:active,.ns-android NTActionBar Label:active,.ns-android NTActionBar Button:active,.ns-android NTActionBar .nt-action-bar__item:active,.ns-ios .nt-action-bar NTIcon:active,.ns-ios .nt-action-bar Label:active,.ns-ios .nt-action-bar Button:active,.ns-ios .nt-action-bar .nt-action-bar__item:active,.ns-android .nt-action-bar NTIcon:active,.ns-android .nt-action-bar Label:active,.ns-android .nt-action-bar Button:active,.ns-android .nt-action-bar .nt-action-bar__item:active{color:#303030}.ns-dark .ns-ios ActionBar NTIcon:active,.ns-dark .ns-ios ActionBar Label:active,.ns-dark .ns-ios ActionBar Button:active,.ns-dark .ns-ios ActionBar .nt-action-bar__item:active,.ns-dark .ns-android ActionBar NTIcon:active,.ns-dark .ns-android ActionBar Label:active,.ns-dark .ns-android ActionBar Button:active,.ns-dark .ns-android ActionBar .nt-action-bar__item:active,.ns-dark .ns-ios NTActionBar NTIcon:active,.ns-dark .ns-ios NTActionBar Label:active,.ns-dark .ns-ios NTActionBar Button:active,.ns-dark .ns-ios NTActionBar .nt-action-bar__item:active,.ns-dark .ns-android NTActionBar NTIcon:active,.ns-dark .ns-android NTActionBar Label:active,.ns-dark .ns-android NTActionBar Button:active,.ns-dark .ns-android NTActionBar .nt-action-bar__item:active,.ns-dark .ns-ios .nt-action-bar NTIcon:active,.ns-dark .ns-ios .nt-action-bar Label:active,.ns-dark .ns-ios .nt-action-bar Button:active,.ns-dark .ns-ios .nt-action-bar .nt-action-bar__item:active,.ns-dark .ns-android .nt-action-bar NTIcon:active,.ns-dark .ns-android .nt-action-bar Label:active,.ns-dark .ns-android .nt-action-bar Button:active,.ns-dark .ns-android .nt-action-bar .nt-action-bar__item:active{color:#d6d6d6}@keyframes light-highlight{0%{background-color:#fff}100%{background-color:#e6e6e6}}@keyframes dark-highlight{0%{background-color:#303030}100%{background-color:#232323}}@keyframes focus-highlight{0%{background-color:#006968}100%{background-color:#003635}}@keyframes dark-focus-highlight{0%{background-color:#006968}100%{background-color:#003635}}Button,.nt-button{background-color:#fff;color:#000}.ns-dark Button,.ns-dark .nt-button{background-color:#303030}.ns-dark Button,.ns-dark .nt-button{color:#36fffd}Button:active,Button.-active,.nt-button:active,.nt-button.-active{color:#000}.ns-dark Button:active,.ns-dark Button.-active,.ns-dark .nt-button:active,.ns-dark .nt-button.-active{color:#36fffd}Button.-primary,.nt-button.-primary{color:#9cfffe;background-color:#006968;border-color:#006968}.ns-dark Button.-primary,.ns-dark .nt-button.-primary{color:#9cfffe}.ns-dark Button.-primary,.ns-dark .nt-button.-primary{background-color:#006968}.ns-dark Button.-primary,.ns-dark .nt-button.-primary{border-color:#006968}Button.-primary:active,Button.-primary.-active,.nt-button.-primary:active,.nt-button.-primary.-active{animation:focus-highlight .3s ease-out forwards;background-color:#003635}Button[isEnabled=false],.nt-button[isEnabled=false]{background-color:#79b0b0}.ns-dark Button[isEnabled=false],.ns-dark .nt-button[isEnabled=false]{background-color:#2c6b6a}Button.-outline,.nt-button.-outline{background-color:#fff;border-color:#000303}.ns-dark Button.-outline,.ns-dark .nt-button.-outline{background-color:#303030}.ns-dark Button.-outline,.ns-dark .nt-button.-outline{border-color:#00cfcd}Button.-outline:active,Button.-outline.-active,.nt-button.-outline:active,.nt-button.-outline.-active{animation:light-highlight .3s ease-out forwards;background-color:#e6e6e6}.ns-dark Button.-outline:active,.ns-dark Button.-outline.-active,.ns-dark .nt-button.-outline:active,.ns-dark .nt-button.-outline.-active{animation:dark-highlight .3s ease-out forwards;background-color:#232323}Button.-outline[isEnabled=false],.nt-button.-outline[isEnabled=false]{background-color:#fff;color:#6b8b8a;border-color:#6b8b8a}.ns-dark Button.-outline[isEnabled=false],.ns-dark .nt-button.-outline[isEnabled=false]{background-color:#303030}.ns-dark Button.-outline[isEnabled=false],.ns-dark .nt-button.-outline[isEnabled=false]{color:#6b8b8a}.ns-dark Button.-outline[isEnabled=false],.ns-dark .nt-button.-outline[isEnabled=false]{border-color:#6b8b8a}ActivityIndicator,.nt-activity-indicator{color:#006968}.ns-dark ActivityIndicator,.ns-dark .nt-activity-indicator{color:#006968}SegmentedBar,.nt-segmented-bar{selected-background-color:#006968}.ns-dark SegmentedBar,.ns-dark .nt-segmented-bar{selected-background-color:#006968}.ns-ios SegmentedBar,.ns-ios .nt-segmented-bar{margin:0 15;color:#006968}.ns-dark .ns-ios SegmentedBar,.ns-dark .ns-ios .nt-segmented-bar{color:#006968}Progress,.nt-progress{color:#006968}.ns-dark Progress,.ns-dark .nt-progress{color:#006968}Slider,.nt-slider{color:#006968}.ns-dark Slider,.ns-dark .nt-slider{color:#006968}Slider[isEnabled=false],.nt-slider[isEnabled=false]{color:#e0e0e0}.ns-android Switch,.ns-android .nt-switch{color:#ccc;background-color:#ccc}.ns-dark .ns-android Switch,.ns-dark .ns-android .nt-switch{color:#636363}.ns-dark .ns-android Switch,.ns-dark .ns-android .nt-switch{background-color:#636363}.ns-android Switch[checked=true],.ns-android .nt-switch[checked=true]{color:#006968}.ns-dark .ns-android Switch[checked=true],.ns-dark .ns-android .nt-switch[checked=true]{color:#006968}.ns-android Switch[isEnabled=false],.ns-android .nt-switch[isEnabled=false]{color:#e6e6e6}.ns-dark .ns-android Switch[isEnabled=false],.ns-dark .ns-android .nt-switch[isEnabled=false]{color:#4a4a4a}.ns-ios Switch,.ns-ios .nt-switch{background-color:#006968;off-background-color:#e6e6e6}.ns-dark .ns-ios Switch,.ns-dark .ns-ios .nt-switch{background-color:#006968}.ns-dark .ns-ios Switch,.ns-dark .ns-ios .nt-switch{off-background-color:#4a4a4a}.ns-ios Switch[isEnabled=false],.ns-ios .nt-switch[isEnabled=false]{background-color:rgba(0,105,104,.4);off-background-color:#e6e6e6}.ns-dark .ns-ios Switch[isEnabled=false],.ns-dark .ns-ios .nt-switch[isEnabled=false]{background-color:rgba(0,105,104,.4)}.ns-dark .ns-ios Switch[isEnabled=false],.ns-dark .ns-ios .nt-switch[isEnabled=false]{off-background-color:#4a4a4a}TabView,.nt-tab-view{selected-tab-text-color:#006968;android-selected-tab-highlight-color:#006968}.ns-dark TabView,.ns-dark .nt-tab-view{selected-tab-text-color:#006968}.ns-dark TabView,.ns-dark .nt-tab-view{android-selected-tab-highlight-color:#006968}TabView.ns-dark,.nt-tab-view.ns-dark{selected-tab-text-color:#006968;android-selected-tab-highlight-color:#006968}TabStrip,.nt-tab-strip{highlight-color:#006968}.ns-dark TabStrip,.ns-dark .nt-tab-strip{highlight-color:#006968}TabStripItem:active,.nt-tab-strip__item:active{color:#006968}.ns-dark TabStripItem:active,.ns-dark .nt-tab-strip__item:active{color:#006968}TabStripItem:active Label,.nt-tab-strip__item:active Label{color:#006968}.ns-dark TabStripItem:active Label,.ns-dark .nt-tab-strip__item:active Label{color:#006968}ListView NTIcon,ListView .nt-icon,RadListView NTIcon,RadListView .nt-icon,.nt-list-view NTIcon,.nt-list-view .nt-icon{color:#003534}.ns-dark ListView NTIcon,.ns-dark ListView .nt-icon,.ns-dark RadListView NTIcon,.ns-dark RadListView .nt-icon,.ns-dark .nt-list-view NTIcon,.ns-dark .nt-list-view .nt-icon{color:#006968}ListView .nt-list-view__delete,RadListView .nt-list-view__delete,.nt-list-view .nt-list-view__delete{background-color:#d50000}RadSideDrawer .nt-drawer__header,.nt-drawer .nt-drawer__header{background:#5e7517}RadSideDrawer .nt-drawer__header Label,.nt-drawer .nt-drawer__header Label{color:#d6d6d6}RadSideDrawer>*,RadSideDrawer .nt-drawer__content,.nt-drawer>*,.nt-drawer .nt-drawer__content{color:#d6d6d6}RadSideDrawer.ns-dark .nt-drawer__header,.nt-drawer.ns-dark .nt-drawer__header{background:#5e7517}RadSideDrawer.ns-dark .nt-drawer__header Label,.nt-drawer.ns-dark .nt-drawer__header Label{color:#d6d6d6}RadSideDrawer.ns-dark>*,RadSideDrawer.ns-dark .nt-drawer__content,.nt-drawer.ns-dark>*,.nt-drawer.ns-dark .nt-drawer__content{color:#d6d6d6}TextView,TextField,PickerField,DatePickerField,TimePickerField,DateTimePickerFields,DataFormEditorCore,RadAutoCompleteTextView{background-color:transparent;border-color:#b3b3b3}.ns-dark TextView,.ns-dark TextField,.ns-dark PickerField,.ns-dark DatePickerField,.ns-dark TimePickerField,.ns-dark DateTimePickerFields,.ns-dark DataFormEditorCore,.ns-dark RadAutoCompleteTextView{border-color:gray}TextView:focus,TextField:focus,PickerField:focus,DatePickerField:focus,TimePickerField:focus,DateTimePickerFields:focus,DataFormEditorCore:focus,RadAutoCompleteTextView:focus{border-color:#000303}.ns-dark TextView:focus,.ns-dark TextField:focus,.ns-dark PickerField:focus,.ns-dark DatePickerField:focus,.ns-dark TimePickerField:focus,.ns-dark DateTimePickerFields:focus,.ns-dark DataFormEditorCore:focus,.ns-dark RadAutoCompleteTextView:focus{border-color:#00cfcd}TextView[isEnabled=false],TextField[isEnabled=false],PickerField[isEnabled=false],DatePickerField[isEnabled=false],TimePickerField[isEnabled=false],DateTimePickerFields[isEnabled=false],DataFormEditorCore[isEnabled=false],RadAutoCompleteTextView[isEnabled=false]{color:#999;background-color:#e6e6e6}.ns-dark TextView[isEnabled=false],.ns-dark TextField[isEnabled=false],.ns-dark PickerField[isEnabled=false],.ns-dark DatePickerField[isEnabled=false],.ns-dark TimePickerField[isEnabled=false],.ns-dark DateTimePickerFields[isEnabled=false],.ns-dark DataFormEditorCore[isEnabled=false],.ns-dark RadAutoCompleteTextView[isEnabled=false]{color:#999}.ns-dark TextView[isEnabled=false],.ns-dark TextField[isEnabled=false],.ns-dark PickerField[isEnabled=false],.ns-dark DatePickerField[isEnabled=false],.ns-dark TimePickerField[isEnabled=false],.ns-dark DateTimePickerFields[isEnabled=false],.ns-dark DataFormEditorCore[isEnabled=false],.ns-dark RadAutoCompleteTextView[isEnabled=false]{background-color:#4d4d4d}RadAutoCompleteTextView Token{background-color:#00cfcd}.ns-dark RadAutoCompleteTextView Token{background-color:#000303}RadAutoCompleteTextView Token:selected{background-color:#009c9b}.ns-dark RadAutoCompleteTextView Token:selected{background-color:#003635}.date-time-picker{color:#262626;background:#fff}.date-time-picker.ns-dark{color:#fff;background:#303030}.date-time-picker-buttons{color:#000}.date-time-picker-buttons.ns-dark{color:#36fffd}.ns-dark.date-time-picker-button-cancel{background:#303030}.date-time-picker-spinners{color:#000}.date-time-picker-spinners.ns-dark{color:#03fffd}DataFormEditorLabel,NTInput>Label,.nt-input>Label{color:#000}.ns-dark DataFormEditorLabel,.ns-dark NTInput>Label,.ns-dark .nt-input>Label{color:#03fffd}.hr,.hr-light{border-color:#00cfcd}.ns-dark .hr,.ns-dark .hr-light{border-color:#36fffd}.hr-dark{border-color:#000303}.ns-dark .hr-dark{border-color:#00cfcd}
*/@keyframes light-highlight{0%{background-color:#fff}100%{background-color:#e6e6e6}}@keyframes dark-highlight{0%{background-color:#303030}100%{background-color:#232323}}@keyframes focus-highlight{0%{background-color:#006968}100%{background-color:#003635}}@keyframes dark-focus-highlight{0%{background-color:#006968}100%{background-color:#003635}}Button,.nt-button{background-color:#fff;color:#000}.ns-dark Button,.ns-dark .nt-button{background-color:#303030;color:#36fffd}Button:active,Button.-active,.nt-button:active,.nt-button.-active{color:#000}.ns-dark Button:active,.ns-dark Button.-active,.ns-dark .nt-button:active,.ns-dark .nt-button.-active{color:#36fffd}Button.-primary,.nt-button.-primary{color:#9cfffe;background-color:#006968;border-color:#006968}.ns-dark Button.-primary,.ns-dark .nt-button.-primary{color:#9cfffe;background-color:#006968;border-color:#006968}Button.-primary:active,Button.-primary.-active,.nt-button.-primary:active,.nt-button.-primary.-active{animation:focus-highlight .3s ease-out forwards;background-color:#003635}Button[isEnabled=false],.nt-button[isEnabled=false]{background-color:#79b0b0}.ns-dark Button[isEnabled=false],.ns-dark .nt-button[isEnabled=false]{background-color:#2c6b6a}Button.-outline,.nt-button.-outline{background-color:#fff;border-color:#000303}.ns-dark Button.-outline,.ns-dark .nt-button.-outline{background-color:#303030;border-color:#00cfcd}Button.-outline:active,Button.-outline.-active,.nt-button.-outline:active,.nt-button.-outline.-active{animation:light-highlight .3s ease-out forwards;background-color:#e6e6e6}.ns-dark Button.-outline:active,.ns-dark Button.-outline.-active,.ns-dark .nt-button.-outline:active,.ns-dark .nt-button.-outline.-active{animation:dark-highlight .3s ease-out forwards;background-color:#232323}Button.-outline[isEnabled=false],.nt-button.-outline[isEnabled=false]{background-color:#fff;color:#9dbcbc;border-color:#9dbcbc}.ns-dark Button.-outline[isEnabled=false],.ns-dark .nt-button.-outline[isEnabled=false]{background-color:#303030;color:#9dbcbc;border-color:#9dbcbc}ActivityIndicator,.nt-activity-indicator{color:#006968}.ns-dark ActivityIndicator,.ns-dark .nt-activity-indicator{color:#006968}SegmentedBar,.nt-segmented-bar{selected-background-color:#006968}.ns-dark SegmentedBar,.ns-dark .nt-segmented-bar{selected-background-color:#006968}.ns-ios SegmentedBar,.ns-ios .nt-segmented-bar{margin:0 15;color:#006968}.ns-dark.ns-ios SegmentedBar,.ns-dark.ns-ios .nt-segmented-bar{color:#006968}Progress,.nt-progress{color:#006968}.ns-dark Progress,.ns-dark .nt-progress{color:#006968}Slider,.nt-slider{color:#006968}.ns-dark Slider,.ns-dark .nt-slider{color:#006968}Slider[isEnabled=false],.nt-slider[isEnabled=false]{color:#e0e0e0}.ns-android Switch,.ns-android .nt-switch{color:#ccc;background-color:#ccc}.ns-dark.ns-android Switch,.ns-dark.ns-android .nt-switch{color:#636363;background-color:#636363}.ns-android Switch[checked=true],.ns-android .nt-switch[checked=true]{color:#006968}.ns-dark.ns-android Switch[checked=true],.ns-dark.ns-android .nt-switch[checked=true]{color:#006968}.ns-android Switch[isEnabled=false],.ns-android .nt-switch[isEnabled=false]{color:#e6e6e6}.ns-dark.ns-android Switch[isEnabled=false],.ns-dark.ns-android .nt-switch[isEnabled=false]{color:#4a4a4a}.ns-ios Switch,.ns-ios .nt-switch{color:#fff;background-color:#006968}.ns-dark.ns-ios Switch,.ns-dark.ns-ios .nt-switch{color:#303030;background-color:#006968}.ns-ios Switch[isEnabled=false],.ns-ios .nt-switch[isEnabled=false]{background-color:rgba(0,105,104,.4)}.ns-dark.ns-ios Switch[isEnabled=false],.ns-dark.ns-ios .nt-switch[isEnabled=false]{background-color:rgba(0,105,104,.4)}TabView,.nt-tab-view{selected-tab-text-color:#006968;android-selected-tab-highlight-color:#006968}.ns-dark TabView,.ns-dark .nt-tab-view{selected-tab-text-color:#006968;android-selected-tab-highlight-color:#006968}TabView.ns-dark,.nt-tab-view.ns-dark{selected-tab-text-color:#006968;android-selected-tab-highlight-color:#006968}TabStrip,.nt-tab-strip{highlight-color:#006968}.ns-dark TabStrip,.ns-dark .nt-tab-strip{highlight-color:#006968}TabStripItem:active,.nt-tab-strip__item:active{color:#006968}.ns-dark TabStripItem:active,.ns-dark .nt-tab-strip__item:active{color:#006968}TabStripItem:active Label,.nt-tab-strip__item:active Label{color:#006968}.ns-dark TabStripItem:active Label,.ns-dark .nt-tab-strip__item:active Label{color:#006968}ListView NTIcon,ListView .nt-icon,RadListView NTIcon,RadListView .nt-icon,.nt-list-view NTIcon,.nt-list-view .nt-icon{color:#003534}.ns-dark ListView NTIcon,.ns-dark ListView .nt-icon,.ns-dark RadListView NTIcon,.ns-dark RadListView .nt-icon,.ns-dark .nt-list-view NTIcon,.ns-dark .nt-list-view .nt-icon{color:#006968}ListView .nt-list-view__delete,RadListView .nt-list-view__delete,.nt-list-view .nt-list-view__delete{background-color:#d50000}RadSideDrawer .nt-drawer__header,.nt-drawer .nt-drawer__header{background:#5e7517}RadSideDrawer .nt-drawer__header Label,.nt-drawer .nt-drawer__header Label{color:#d6d6d6}RadSideDrawer>*,RadSideDrawer .nt-drawer__content,.nt-drawer>*,.nt-drawer .nt-drawer__content{color:#d6d6d6}RadSideDrawer.ns-dark .nt-drawer__header,.nt-drawer.ns-dark .nt-drawer__header{background:#5e7517}RadSideDrawer.ns-dark .nt-drawer__header Label,.nt-drawer.ns-dark .nt-drawer__header Label{color:#d6d6d6}RadSideDrawer.ns-dark>*,RadSideDrawer.ns-dark .nt-drawer__content,.nt-drawer.ns-dark>*,.nt-drawer.ns-dark .nt-drawer__content{color:#d6d6d6}TextView,TextField,PickerField,DatePickerField,TimePickerField,DateTimePickerFields,DataFormEditorCore,RadAutoCompleteTextView{background-color:transparent;border-color:#fafafa}.ns-dark TextView,.ns-dark TextField,.ns-dark PickerField,.ns-dark DatePickerField,.ns-dark TimePickerField,.ns-dark DateTimePickerFields,.ns-dark DataFormEditorCore,.ns-dark RadAutoCompleteTextView{border-color:#c7c7c7}TextView:focus,TextField:focus,PickerField:focus,DatePickerField:focus,TimePickerField:focus,DateTimePickerFields:focus,DataFormEditorCore:focus,RadAutoCompleteTextView:focus{border-color:#000303}.ns-dark TextView:focus,.ns-dark TextField:focus,.ns-dark PickerField:focus,.ns-dark DatePickerField:focus,.ns-dark TimePickerField:focus,.ns-dark DateTimePickerFields:focus,.ns-dark DataFormEditorCore:focus,.ns-dark RadAutoCompleteTextView:focus{border-color:#00cfcd}TextView[isEnabled=false],TextField[isEnabled=false],PickerField[isEnabled=false],DatePickerField[isEnabled=false],TimePickerField[isEnabled=false],DateTimePickerFields[isEnabled=false],DataFormEditorCore[isEnabled=false],RadAutoCompleteTextView[isEnabled=false]{color:#e0e0e0;background-color:#fff}.ns-dark TextView[isEnabled=false],.ns-dark TextField[isEnabled=false],.ns-dark PickerField[isEnabled=false],.ns-dark DatePickerField[isEnabled=false],.ns-dark TimePickerField[isEnabled=false],.ns-dark DateTimePickerFields[isEnabled=false],.ns-dark DataFormEditorCore[isEnabled=false],.ns-dark RadAutoCompleteTextView[isEnabled=false]{color:#e0e0e0;background-color:#949494}RadAutoCompleteTextView Token{background-color:#00cfcd}.ns-dark RadAutoCompleteTextView Token{background-color:#000303}RadAutoCompleteTextView Token:selected{background-color:#009c9b}.ns-dark RadAutoCompleteTextView Token:selected{background-color:#003635}.date-time-picker{color:#262626;background:#fff}.date-time-picker.ns-dark{color:#fff;background:#303030}.date-time-picker-buttons{color:#000}.date-time-picker-buttons.ns-dark{color:#36fffd}.ns-dark.date-time-picker-button-cancel{background:#303030}.date-time-picker-spinners{color:#000}.date-time-picker-spinners.ns-dark{color:#03fffd}DataFormEditorLabel,.nt-input>Label{color:#000}.ns-dark DataFormEditorLabel,.ns-dark .nt-input>Label{color:#03fffd}ActionBar,.nt-action-bar{color:#303030;background-color:#aee406}.ns-dark ActionBar,.ns-dark .nt-action-bar{color:#d6d6d6;background-color:#6f8a1b}ActionBar NTIcon,ActionBar Label,ActionBar Button,ActionBar .nt-action-bar__item,.nt-action-bar NTIcon,.nt-action-bar Label,.nt-action-bar Button,.nt-action-bar .nt-action-bar__item{color:#303030}.ns-dark ActionBar NTIcon,.ns-dark ActionBar Label,.ns-dark ActionBar Button,.ns-dark ActionBar .nt-action-bar__item,.ns-dark .nt-action-bar NTIcon,.ns-dark .nt-action-bar Label,.ns-dark .nt-action-bar Button,.ns-dark .nt-action-bar .nt-action-bar__item{color:#d6d6d6}ActionBar NTIcon:active,ActionBar NTIcon.-active,ActionBar Label:active,ActionBar Label.-active,ActionBar Button:active,ActionBar Button.-active,ActionBar .nt-action-bar__item:active,ActionBar .nt-action-bar__item.-active,.nt-action-bar NTIcon:active,.nt-action-bar NTIcon.-active,.nt-action-bar Label:active,.nt-action-bar Label.-active,.nt-action-bar Button:active,.nt-action-bar Button.-active,.nt-action-bar .nt-action-bar__item:active,.nt-action-bar .nt-action-bar__item.-active{color:#303030}.ns-dark ActionBar NTIcon:active,.ns-dark ActionBar NTIcon.-active,.ns-dark ActionBar Label:active,.ns-dark ActionBar Label.-active,.ns-dark ActionBar Button:active,.ns-dark ActionBar Button.-active,.ns-dark ActionBar .nt-action-bar__item:active,.ns-dark ActionBar .nt-action-bar__item.-active,.ns-dark .nt-action-bar NTIcon:active,.ns-dark .nt-action-bar NTIcon.-active,.ns-dark .nt-action-bar Label:active,.ns-dark .nt-action-bar Label.-active,.ns-dark .nt-action-bar Button:active,.ns-dark .nt-action-bar Button.-active,.ns-dark .nt-action-bar .nt-action-bar__item:active,.ns-dark .nt-action-bar .nt-action-bar__item.-active{color:#d6d6d6}.ns-android ActionBar Button,.ns-android ActionBar .nt-button,.ns-android .nt-action-bar Button,.ns-android .nt-action-bar .nt-button{background-color:#aee406}.ns-dark.ns-android ActionBar Button,.ns-dark.ns-android ActionBar .nt-button,.ns-dark.ns-android .nt-action-bar Button,.ns-dark.ns-android .nt-action-bar .nt-button{background-color:#6f8a1b}.hr,.hr-light{border-color:#00cfcd}.ns-dark .hr,.ns-dark .hr-light{border-color:#36fffd}.hr-dark{border-color:#000303}.ns-dark .hr-dark{border-color:#00cfcd}
/*!
* NativeScript Compatibility Theme v2.0.11 (https://nativescript.org)
* NativeScript Compatibility Theme v2.0.12 (https://nativescript.org)
* Copyright 2016-2016 The Theme Authors
* Copyright 2016-2019 Progress Software
* Licensed under Apache 2.0 (https://github.com/NativeScript/theme/blob/master/LICENSE)
*/.action-bar{color:#fff;background-color:#f57c00}.ns-dark .action-bar{color:#fff}.ns-dark .action-bar{background-color:#935618}.ns-root .action-bar .action-item{color:#fff;background-color:#f57c00}.ns-dark .ns-root .action-bar .action-item{color:#fff}.ns-dark .ns-root .action-bar .action-item{background-color:#935618}.ns-root .action-bar .action-item-active:active{color:#fff;background-color:#f57c00}.ns-dark .ns-root .action-bar .action-item-active:active{color:#fff}.ns-dark .ns-root .action-bar .action-item-active:active{background-color:#935618}.ns-ios .action-bar .action-item:active,.ns-android .action-bar .action-item:active{color:#fff}.ns-dark .ns-ios .action-bar .action-item:active,.ns-dark .ns-android .action-bar .action-item:active{color:#fff}@keyframes light-highlight{0%{background-color:#fff}100%{background-color:#e6e6e6}}@keyframes dark-highlight{0%{background-color:#303030}100%{background-color:#232323}}@keyframes focus-highlight{0%{background-color:#795548}100%{background-color:#593f35}}@keyframes dark-focus-highlight{0%{background-color:#795548}100%{background-color:#593f35}}.btn{background-color:#fff;color:#000}.ns-dark .btn{background-color:#303030}.ns-dark .btn{color:#d5c0b8}.btn-active:active{color:#000}.ns-dark .btn-active:active{color:#d5c0b8}.btn-primary{color:#fbf9f8;background-color:#795548;border-color:#795548}.ns-dark .btn-primary{color:#fbf9f8}.ns-dark .btn-primary{background-color:#795548}.ns-dark .btn-primary{border-color:#795548}.btn-primary.btn-active:active{animation:focus-highlight .3s ease-out forwards;background-color:#593f35}.btn[isEnabled=false]{background-color:#b3a099}.ns-dark .btn[isEnabled=false]{background-color:#6a5750}.btn-outline{background-color:#fff;border-color:#392822}.ns-dark .btn-outline{background-color:#303030}.ns-dark .btn-outline{border-color:#af8778}.btn-outline-active:active{animation:light-highlight .3s ease-out forwards;background-color:#e6e6e6}.ns-dark .btn-outline-active:active{animation:dark-highlight .3s ease-out forwards;background-color:#232323}.btn-outline[isEnabled=false]{background-color:#fff;color:#8f8581;border-color:#8f8581}.ns-dark .btn-outline[isEnabled=false]{background-color:#303030}.ns-dark .btn-outline[isEnabled=false]{color:#8f8581}.ns-dark .btn-outline[isEnabled=false]{border-color:#8f8581}.activity-indicator{color:#795548}.ns-dark .activity-indicator{color:#795548}.segmented-bar{selected-background-color:#795548}.ns-dark .segmented-bar{selected-background-color:#795548}.ns-ios .segmented-bar{margin:0 15;color:#795548}.ns-dark .ns-ios .segmented-bar{color:#795548}.progress{color:#795548}.ns-dark .progress{color:#795548}.slider{color:#795548}.ns-dark .slider{color:#795548}.slider[isEnabled=false]{color:#e0e0e0}.ns-android .switch{color:#ccc;background-color:#ccc}.ns-dark .ns-android .switch{color:#636363}.ns-dark .ns-android .switch{background-color:#636363}.ns-android .switch[checked=true]{color:#795548}.ns-dark .ns-android .switch[checked=true]{color:#795548}.ns-android .switch[isEnabled=false]{color:#e6e6e6}.ns-dark .ns-android .switch[isEnabled=false]{color:#4a4a4a}.ns-ios .switch{background-color:#795548;off-background-color:#e6e6e6}.ns-dark .ns-ios .switch{background-color:#795548}.ns-dark .ns-ios .switch{off-background-color:#4a4a4a}.ns-ios .switch[isEnabled=false]{background-color:rgba(121,85,72,.4);off-background-color:#e6e6e6}.ns-dark .ns-ios .switch[isEnabled=false]{background-color:rgba(121,85,72,.4)}.ns-dark .ns-ios .switch[isEnabled=false]{off-background-color:#4a4a4a}.tab-view{selected-tab-text-color:#795548;android-selected-tab-highlight-color:#795548}.ns-dark .tab-view{selected-tab-text-color:#795548}.ns-dark .tab-view{android-selected-tab-highlight-color:#795548}.tab-view.ns-dark{selected-tab-text-color:#795548;android-selected-tab-highlight-color:#795548}.list-view NTIcon,.list-view .nt-icon{color:#3d2b24}.ns-dark .list-view NTIcon,.ns-dark .list-view .nt-icon{color:#795548}.list-view .nt-list-view__delete{background-color:#d50000}.side-drawer .sidedrawer-header{background:#7d4914}.side-drawer .sidedrawer-header Label{color:#fff}.side-drawer .sidedrawer-left,.side-drawer .sidedrawer-center{color:#fff}.side-drawer.ns-dark .sidedrawer-header{background:#7d4914}.side-drawer.ns-dark .sidedrawer-header Label{color:#fff}.side-drawer.ns-dark .sidedrawer-left,.side-drawer.ns-dark .sidedrawer-center{color:#fff}.input{background-color:transparent;border-color:#b3b3b3}.ns-dark .input{border-color:gray}.input:focus{border-color:#392822}.ns-dark .input:focus{border-color:#af8778}.input[isEnabled=false]{color:#999;background-color:#e6e6e6}.ns-dark .input[isEnabled=false]{color:#999}.ns-dark .input[isEnabled=false]{background-color:#4d4d4d}RadAutoCompleteTextView Token{background-color:#af8778}.ns-dark RadAutoCompleteTextView Token{background-color:#392822}RadAutoCompleteTextView Token:selected{background-color:#996b5b}.ns-dark RadAutoCompleteTextView Token:selected{background-color:#593f35}.date-time-picker{color:#262626;background:#fff}.date-time-picker.ns-dark{color:#fff;background:#303030}.date-time-picker-buttons{color:#000}.date-time-picker-buttons.ns-dark{color:#d5c0b8}.ns-dark.date-time-picker-button-cancel{background:#303030}.date-time-picker-spinners{color:#19120f}.date-time-picker-spinners.ns-dark{color:#c2a398}DataFormEditorLabel,.input .label{color:#19120f}.ns-dark DataFormEditorLabel,.ns-dark .input .label{color:#c2a398}.hr,.hr-light{border-color:#af8778}.ns-dark .hr,.ns-dark .hr-light{border-color:#d5c0b8}.hr-dark{border-color:#392822}.ns-dark .hr-dark{border-color:#af8778}
*/@keyframes light-highlight{0%{background-color:#fff}100%{background-color:#e6e6e6}}@keyframes dark-highlight{0%{background-color:#303030}100%{background-color:#232323}}@keyframes focus-highlight{0%{background-color:#795548}100%{background-color:#593f35}}@keyframes dark-focus-highlight{0%{background-color:#795548}100%{background-color:#593f35}}.btn{background-color:#fff;color:#000}.ns-dark .btn{background-color:#303030;color:#d5c0b8}.btn-active:active{color:#000}.ns-dark .btn-active:active{color:#d5c0b8}.btn-primary{color:#fbf9f8;background-color:#795548;border-color:#795548}.ns-dark .btn-primary{color:#fbf9f8;background-color:#795548;border-color:#795548}.btn-primary.btn-active:active{animation:focus-highlight .3s ease-out forwards;background-color:#593f35}.btn[isEnabled=false]{background-color:#b3a099}.ns-dark .btn[isEnabled=false]{background-color:#6a5750}.btn-outline{background-color:#fff;border-color:#392822}.ns-dark .btn-outline{background-color:#303030;border-color:#af8778}.btn-outline-active:active{animation:light-highlight .3s ease-out forwards;background-color:#e6e6e6}.ns-dark .btn-outline-active:active{animation:dark-highlight .3s ease-out forwards;background-color:#232323}.btn-outline[isEnabled=false]{background-color:#fff;color:#c1b6b2;border-color:#c1b6b2}.ns-dark .btn-outline[isEnabled=false]{background-color:#303030;color:#c1b6b2;border-color:#c1b6b2}.activity-indicator{color:#795548}.ns-dark .activity-indicator{color:#795548}.segmented-bar{selected-background-color:#795548}.ns-dark .segmented-bar{selected-background-color:#795548}.ns-ios .segmented-bar{margin:0 15;color:#795548}.ns-dark.ns-ios .segmented-bar{color:#795548}.progress{color:#795548}.ns-dark .progress{color:#795548}.slider{color:#795548}.ns-dark .slider{color:#795548}.slider[isEnabled=false]{color:#e0e0e0}.ns-android .switch{color:#ccc;background-color:#ccc}.ns-dark.ns-android .switch{color:#636363;background-color:#636363}.ns-android .switch[checked=true]{color:#795548}.ns-dark.ns-android .switch[checked=true]{color:#795548}.ns-android .switch[isEnabled=false]{color:#e6e6e6}.ns-dark.ns-android .switch[isEnabled=false]{color:#4a4a4a}.ns-ios .switch{color:#fff;background-color:#795548}.ns-dark.ns-ios .switch{color:#303030;background-color:#795548}.ns-ios .switch[isEnabled=false]{background-color:rgba(121,85,72,.4)}.ns-dark.ns-ios .switch[isEnabled=false]{background-color:rgba(121,85,72,.4)}.tab-view{selected-tab-text-color:#795548;android-selected-tab-highlight-color:#795548}.ns-dark .tab-view{selected-tab-text-color:#795548;android-selected-tab-highlight-color:#795548}.tab-view.ns-dark{selected-tab-text-color:#795548;android-selected-tab-highlight-color:#795548}.list-view NTIcon,.list-view .nt-icon{color:#3d2b24}.ns-dark .list-view NTIcon,.ns-dark .list-view .nt-icon{color:#795548}.list-view .nt-list-view__delete{background-color:#d50000}.side-drawer .sidedrawer-header{background:#7d4914}.side-drawer .sidedrawer-header Label{color:#fff}.side-drawer .sidedrawer-left,.side-drawer .sidedrawer-center{color:#fff}.side-drawer.ns-dark .sidedrawer-header{background:#7d4914}.side-drawer.ns-dark .sidedrawer-header Label{color:#fff}.side-drawer.ns-dark .sidedrawer-left,.side-drawer.ns-dark .sidedrawer-center{color:#fff}.input{background-color:transparent;border-color:#fafafa}.ns-dark .input{border-color:#c7c7c7}.input:focus{border-color:#392822}.ns-dark .input:focus{border-color:#af8778}.input[isEnabled=false]{color:#e0e0e0;background-color:#fff}.ns-dark .input[isEnabled=false]{color:#e0e0e0;background-color:#949494}RadAutoCompleteTextView Token{background-color:#af8778}.ns-dark RadAutoCompleteTextView Token{background-color:#392822}RadAutoCompleteTextView Token:selected{background-color:#996b5b}.ns-dark RadAutoCompleteTextView Token:selected{background-color:#593f35}.date-time-picker{color:#262626;background:#fff}.date-time-picker.ns-dark{color:#fff;background:#303030}.date-time-picker-buttons{color:#000}.date-time-picker-buttons.ns-dark{color:#d5c0b8}.ns-dark.date-time-picker-button-cancel{background:#303030}.date-time-picker-spinners{color:#19120f}.date-time-picker-spinners.ns-dark{color:#c2a398}DataFormEditorLabel,.input .label{color:#19120f}.ns-dark DataFormEditorLabel,.ns-dark .input .label{color:#c2a398}.action-bar{color:#fff;background-color:#f57c00}.ns-dark .action-bar{color:#fff;background-color:#935618}.action-bar .action-item{color:#fff}.ns-dark .action-bar .action-item{color:#fff}.action-bar .action-item-active:active{color:#fff}.ns-dark .action-bar .action-item-active:active{color:#fff}.hr,.hr-light{border-color:#af8778}.ns-dark .hr,.ns-dark .hr-light{border-color:#d5c0b8}.hr-dark{border-color:#392822}.ns-dark .hr-dark{border-color:#af8778}
/*!
* NativeScript Theme v2.0.11 (https://nativescript.org)
* NativeScript Theme v2.0.12 (https://nativescript.org)
* Copyright 2016-2016 The Theme Authors
* Copyright 2016-2019 Progress Software
* Licensed under Apache 2.0 (https://github.com/NativeScript/theme/blob/master/LICENSE)
*/ActionBar,NTActionBar,.nt-action-bar{color:#fff;background-color:#f57c00}.ns-dark ActionBar,.ns-dark NTActionBar,.ns-dark .nt-action-bar{color:#fff}.ns-dark ActionBar,.ns-dark NTActionBar,.ns-dark .nt-action-bar{background-color:#935618}.ns-root ActionBar NTIcon,ActionBar Label,ActionBar Button,ActionBar .nt-action-bar__item,.ns-root NTActionBar NTIcon,NTActionBar Label,NTActionBar Button,NTActionBar .nt-action-bar__item,.ns-root .nt-action-bar NTIcon,.nt-action-bar Label,.nt-action-bar Button,.nt-action-bar .nt-action-bar__item{color:#fff;background-color:#f57c00}.ns-dark .ns-root ActionBar NTIcon,.ns-dark ActionBar Label,.ns-dark ActionBar Button,.ns-dark ActionBar .nt-action-bar__item,.ns-dark .ns-root NTActionBar NTIcon,.ns-dark NTActionBar Label,.ns-dark NTActionBar Button,.ns-dark NTActionBar .nt-action-bar__item,.ns-dark .ns-root .nt-action-bar NTIcon,.ns-dark .nt-action-bar Label,.ns-dark .nt-action-bar Button,.ns-dark .nt-action-bar .nt-action-bar__item{color:#fff}.ns-dark .ns-root ActionBar NTIcon,.ns-dark ActionBar Label,.ns-dark ActionBar Button,.ns-dark ActionBar .nt-action-bar__item,.ns-dark .ns-root NTActionBar NTIcon,.ns-dark NTActionBar Label,.ns-dark NTActionBar Button,.ns-dark NTActionBar .nt-action-bar__item,.ns-dark .ns-root .nt-action-bar NTIcon,.ns-dark .nt-action-bar Label,.ns-dark .nt-action-bar Button,.ns-dark .nt-action-bar .nt-action-bar__item{background-color:#935618}.ns-root ActionBar NTIcon:active,.ns-root ActionBar NTIcon.-active,ActionBar Label:active,ActionBar Label.-active,ActionBar Button:active,ActionBar Button.-active,ActionBar .nt-action-bar__item:active,ActionBar .nt-action-bar__item.-active,.ns-root NTActionBar NTIcon:active,.ns-root NTActionBar NTIcon.-active,NTActionBar Label:active,NTActionBar Label.-active,NTActionBar Button:active,NTActionBar Button.-active,NTActionBar .nt-action-bar__item:active,NTActionBar .nt-action-bar__item.-active,.ns-root .nt-action-bar NTIcon:active,.ns-root .nt-action-bar NTIcon.-active,.nt-action-bar Label:active,.nt-action-bar Label.-active,.nt-action-bar Button:active,.nt-action-bar Button.-active,.nt-action-bar .nt-action-bar__item:active,.nt-action-bar .nt-action-bar__item.-active{color:#fff;background-color:#f57c00}.ns-dark .ns-root ActionBar NTIcon:active,.ns-dark .ns-root ActionBar NTIcon.-active,.ns-dark ActionBar Label:active,.ns-dark ActionBar Label.-active,.ns-dark ActionBar Button:active,.ns-dark ActionBar Button.-active,.ns-dark ActionBar .nt-action-bar__item:active,.ns-dark ActionBar .nt-action-bar__item.-active,.ns-dark .ns-root NTActionBar NTIcon:active,.ns-dark .ns-root NTActionBar NTIcon.-active,.ns-dark NTActionBar Label:active,.ns-dark NTActionBar Label.-active,.ns-dark NTActionBar Button:active,.ns-dark NTActionBar Button.-active,.ns-dark NTActionBar .nt-action-bar__item:active,.ns-dark NTActionBar .nt-action-bar__item.-active,.ns-dark .ns-root .nt-action-bar NTIcon:active,.ns-dark .ns-root .nt-action-bar NTIcon.-active,.ns-dark .nt-action-bar Label:active,.ns-dark .nt-action-bar Label.-active,.ns-dark .nt-action-bar Button:active,.ns-dark .nt-action-bar Button.-active,.ns-dark .nt-action-bar .nt-action-bar__item:active,.ns-dark .nt-action-bar .nt-action-bar__item.-active{color:#fff}.ns-dark .ns-root ActionBar NTIcon:active,.ns-dark .ns-root ActionBar NTIcon.-active,.ns-dark ActionBar Label:active,.ns-dark ActionBar Label.-active,.ns-dark ActionBar Button:active,.ns-dark ActionBar Button.-active,.ns-dark ActionBar .nt-action-bar__item:active,.ns-dark ActionBar .nt-action-bar__item.-active,.ns-dark .ns-root NTActionBar NTIcon:active,.ns-dark .ns-root NTActionBar NTIcon.-active,.ns-dark NTActionBar Label:active,.ns-dark NTActionBar Label.-active,.ns-dark NTActionBar Button:active,.ns-dark NTActionBar Button.-active,.ns-dark NTActionBar .nt-action-bar__item:active,.ns-dark NTActionBar .nt-action-bar__item.-active,.ns-dark .ns-root .nt-action-bar NTIcon:active,.ns-dark .ns-root .nt-action-bar NTIcon.-active,.ns-dark .nt-action-bar Label:active,.ns-dark .nt-action-bar Label.-active,.ns-dark .nt-action-bar Button:active,.ns-dark .nt-action-bar Button.-active,.ns-dark .nt-action-bar .nt-action-bar__item:active,.ns-dark .nt-action-bar .nt-action-bar__item.-active{background-color:#935618}.ns-ios ActionBar NTIcon:active,.ns-ios ActionBar Label:active,.ns-ios ActionBar Button:active,.ns-ios ActionBar .nt-action-bar__item:active,.ns-android ActionBar NTIcon:active,.ns-android ActionBar Label:active,.ns-android ActionBar Button:active,.ns-android ActionBar .nt-action-bar__item:active,.ns-ios NTActionBar NTIcon:active,.ns-ios NTActionBar Label:active,.ns-ios NTActionBar Button:active,.ns-ios NTActionBar .nt-action-bar__item:active,.ns-android NTActionBar NTIcon:active,.ns-android NTActionBar Label:active,.ns-android NTActionBar Button:active,.ns-android NTActionBar .nt-action-bar__item:active,.ns-ios .nt-action-bar NTIcon:active,.ns-ios .nt-action-bar Label:active,.ns-ios .nt-action-bar Button:active,.ns-ios .nt-action-bar .nt-action-bar__item:active,.ns-android .nt-action-bar NTIcon:active,.ns-android .nt-action-bar Label:active,.ns-android .nt-action-bar Button:active,.ns-android .nt-action-bar .nt-action-bar__item:active{color:#fff}.ns-dark .ns-ios ActionBar NTIcon:active,.ns-dark .ns-ios ActionBar Label:active,.ns-dark .ns-ios ActionBar Button:active,.ns-dark .ns-ios ActionBar .nt-action-bar__item:active,.ns-dark .ns-android ActionBar NTIcon:active,.ns-dark .ns-android ActionBar Label:active,.ns-dark .ns-android ActionBar Button:active,.ns-dark .ns-android ActionBar .nt-action-bar__item:active,.ns-dark .ns-ios NTActionBar NTIcon:active,.ns-dark .ns-ios NTActionBar Label:active,.ns-dark .ns-ios NTActionBar Button:active,.ns-dark .ns-ios NTActionBar .nt-action-bar__item:active,.ns-dark .ns-android NTActionBar NTIcon:active,.ns-dark .ns-android NTActionBar Label:active,.ns-dark .ns-android NTActionBar Button:active,.ns-dark .ns-android NTActionBar .nt-action-bar__item:active,.ns-dark .ns-ios .nt-action-bar NTIcon:active,.ns-dark .ns-ios .nt-action-bar Label:active,.ns-dark .ns-ios .nt-action-bar Button:active,.ns-dark .ns-ios .nt-action-bar .nt-action-bar__item:active,.ns-dark .ns-android .nt-action-bar NTIcon:active,.ns-dark .ns-android .nt-action-bar Label:active,.ns-dark .ns-android .nt-action-bar Button:active,.ns-dark .ns-android .nt-action-bar .nt-action-bar__item:active{color:#fff}@keyframes light-highlight{0%{background-color:#fff}100%{background-color:#e6e6e6}}@keyframes dark-highlight{0%{background-color:#303030}100%{background-color:#232323}}@keyframes focus-highlight{0%{background-color:#795548}100%{background-color:#593f35}}@keyframes dark-focus-highlight{0%{background-color:#795548}100%{background-color:#593f35}}Button,.nt-button{background-color:#fff;color:#000}.ns-dark Button,.ns-dark .nt-button{background-color:#303030}.ns-dark Button,.ns-dark .nt-button{color:#d5c0b8}Button:active,Button.-active,.nt-button:active,.nt-button.-active{color:#000}.ns-dark Button:active,.ns-dark Button.-active,.ns-dark .nt-button:active,.ns-dark .nt-button.-active{color:#d5c0b8}Button.-primary,.nt-button.-primary{color:#fbf9f8;background-color:#795548;border-color:#795548}.ns-dark Button.-primary,.ns-dark .nt-button.-primary{color:#fbf9f8}.ns-dark Button.-primary,.ns-dark .nt-button.-primary{background-color:#795548}.ns-dark Button.-primary,.ns-dark .nt-button.-primary{border-color:#795548}Button.-primary:active,Button.-primary.-active,.nt-button.-primary:active,.nt-button.-primary.-active{animation:focus-highlight .3s ease-out forwards;background-color:#593f35}Button[isEnabled=false],.nt-button[isEnabled=false]{background-color:#b3a099}.ns-dark Button[isEnabled=false],.ns-dark .nt-button[isEnabled=false]{background-color:#6a5750}Button.-outline,.nt-button.-outline{background-color:#fff;border-color:#392822}.ns-dark Button.-outline,.ns-dark .nt-button.-outline{background-color:#303030}.ns-dark Button.-outline,.ns-dark .nt-button.-outline{border-color:#af8778}Button.-outline:active,Button.-outline.-active,.nt-button.-outline:active,.nt-button.-outline.-active{animation:light-highlight .3s ease-out forwards;background-color:#e6e6e6}.ns-dark Button.-outline:active,.ns-dark Button.-outline.-active,.ns-dark .nt-button.-outline:active,.ns-dark .nt-button.-outline.-active{animation:dark-highlight .3s ease-out forwards;background-color:#232323}Button.-outline[isEnabled=false],.nt-button.-outline[isEnabled=false]{background-color:#fff;color:#8f8581;border-color:#8f8581}.ns-dark Button.-outline[isEnabled=false],.ns-dark .nt-button.-outline[isEnabled=false]{background-color:#303030}.ns-dark Button.-outline[isEnabled=false],.ns-dark .nt-button.-outline[isEnabled=false]{color:#8f8581}.ns-dark Button.-outline[isEnabled=false],.ns-dark .nt-button.-outline[isEnabled=false]{border-color:#8f8581}ActivityIndicator,.nt-activity-indicator{color:#795548}.ns-dark ActivityIndicator,.ns-dark .nt-activity-indicator{color:#795548}SegmentedBar,.nt-segmented-bar{selected-background-color:#795548}.ns-dark SegmentedBar,.ns-dark .nt-segmented-bar{selected-background-color:#795548}.ns-ios SegmentedBar,.ns-ios .nt-segmented-bar{margin:0 15;color:#795548}.ns-dark .ns-ios SegmentedBar,.ns-dark .ns-ios .nt-segmented-bar{color:#795548}Progress,.nt-progress{color:#795548}.ns-dark Progress,.ns-dark .nt-progress{color:#795548}Slider,.nt-slider{color:#795548}.ns-dark Slider,.ns-dark .nt-slider{color:#795548}Slider[isEnabled=false],.nt-slider[isEnabled=false]{color:#e0e0e0}.ns-android Switch,.ns-android .nt-switch{color:#ccc;background-color:#ccc}.ns-dark .ns-android Switch,.ns-dark .ns-android .nt-switch{color:#636363}.ns-dark .ns-android Switch,.ns-dark .ns-android .nt-switch{background-color:#636363}.ns-android Switch[checked=true],.ns-android .nt-switch[checked=true]{color:#795548}.ns-dark .ns-android Switch[checked=true],.ns-dark .ns-android .nt-switch[checked=true]{color:#795548}.ns-android Switch[isEnabled=false],.ns-android .nt-switch[isEnabled=false]{color:#e6e6e6}.ns-dark .ns-android Switch[isEnabled=false],.ns-dark .ns-android .nt-switch[isEnabled=false]{color:#4a4a4a}.ns-ios Switch,.ns-ios .nt-switch{background-color:#795548;off-background-color:#e6e6e6}.ns-dark .ns-ios Switch,.ns-dark .ns-ios .nt-switch{background-color:#795548}.ns-dark .ns-ios Switch,.ns-dark .ns-ios .nt-switch{off-background-color:#4a4a4a}.ns-ios Switch[isEnabled=false],.ns-ios .nt-switch[isEnabled=false]{background-color:rgba(121,85,72,.4);off-background-color:#e6e6e6}.ns-dark .ns-ios Switch[isEnabled=false],.ns-dark .ns-ios .nt-switch[isEnabled=false]{background-color:rgba(121,85,72,.4)}.ns-dark .ns-ios Switch[isEnabled=false],.ns-dark .ns-ios .nt-switch[isEnabled=false]{off-background-color:#4a4a4a}TabView,.nt-tab-view{selected-tab-text-color:#795548;android-selected-tab-highlight-color:#795548}.ns-dark TabView,.ns-dark .nt-tab-view{selected-tab-text-color:#795548}.ns-dark TabView,.ns-dark .nt-tab-view{android-selected-tab-highlight-color:#795548}TabView.ns-dark,.nt-tab-view.ns-dark{selected-tab-text-color:#795548;android-selected-tab-highlight-color:#795548}TabStrip,.nt-tab-strip{highlight-color:#795548}.ns-dark TabStrip,.ns-dark .nt-tab-strip{highlight-color:#795548}TabStripItem:active,.nt-tab-strip__item:active{color:#795548}.ns-dark TabStripItem:active,.ns-dark .nt-tab-strip__item:active{color:#795548}TabStripItem:active Label,.nt-tab-strip__item:active Label{color:#795548}.ns-dark TabStripItem:active Label,.ns-dark .nt-tab-strip__item:active Label{color:#795548}ListView NTIcon,ListView .nt-icon,RadListView NTIcon,RadListView .nt-icon,.nt-list-view NTIcon,.nt-list-view .nt-icon{color:#3d2b24}.ns-dark ListView NTIcon,.ns-dark ListView .nt-icon,.ns-dark RadListView NTIcon,.ns-dark RadListView .nt-icon,.ns-dark .nt-list-view NTIcon,.ns-dark .nt-list-view .nt-icon{color:#795548}ListView .nt-list-view__delete,RadListView .nt-list-view__delete,.nt-list-view .nt-list-view__delete{background-color:#d50000}RadSideDrawer .nt-drawer__header,.nt-drawer .nt-drawer__header{background:#7d4914}RadSideDrawer .nt-drawer__header Label,.nt-drawer .nt-drawer__header Label{color:#fff}RadSideDrawer>*,RadSideDrawer .nt-drawer__content,.nt-drawer>*,.nt-drawer .nt-drawer__content{color:#fff}RadSideDrawer.ns-dark .nt-drawer__header,.nt-drawer.ns-dark .nt-drawer__header{background:#7d4914}RadSideDrawer.ns-dark .nt-drawer__header Label,.nt-drawer.ns-dark .nt-drawer__header Label{color:#fff}RadSideDrawer.ns-dark>*,RadSideDrawer.ns-dark .nt-drawer__content,.nt-drawer.ns-dark>*,.nt-drawer.ns-dark .nt-drawer__content{color:#fff}TextView,TextField,PickerField,DatePickerField,TimePickerField,DateTimePickerFields,DataFormEditorCore,RadAutoCompleteTextView{background-color:transparent;border-color:#b3b3b3}.ns-dark TextView,.ns-dark TextField,.ns-dark PickerField,.ns-dark DatePickerField,.ns-dark TimePickerField,.ns-dark DateTimePickerFields,.ns-dark DataFormEditorCore,.ns-dark RadAutoCompleteTextView{border-color:gray}TextView:focus,TextField:focus,PickerField:focus,DatePickerField:focus,TimePickerField:focus,DateTimePickerFields:focus,DataFormEditorCore:focus,RadAutoCompleteTextView:focus{border-color:#392822}.ns-dark TextView:focus,.ns-dark TextField:focus,.ns-dark PickerField:focus,.ns-dark DatePickerField:focus,.ns-dark TimePickerField:focus,.ns-dark DateTimePickerFields:focus,.ns-dark DataFormEditorCore:focus,.ns-dark RadAutoCompleteTextView:focus{border-color:#af8778}TextView[isEnabled=false],TextField[isEnabled=false],PickerField[isEnabled=false],DatePickerField[isEnabled=false],TimePickerField[isEnabled=false],DateTimePickerFields[isEnabled=false],DataFormEditorCore[isEnabled=false],RadAutoCompleteTextView[isEnabled=false]{color:#999;background-color:#e6e6e6}.ns-dark TextView[isEnabled=false],.ns-dark TextField[isEnabled=false],.ns-dark PickerField[isEnabled=false],.ns-dark DatePickerField[isEnabled=false],.ns-dark TimePickerField[isEnabled=false],.ns-dark DateTimePickerFields[isEnabled=false],.ns-dark DataFormEditorCore[isEnabled=false],.ns-dark RadAutoCompleteTextView[isEnabled=false]{color:#999}.ns-dark TextView[isEnabled=false],.ns-dark TextField[isEnabled=false],.ns-dark PickerField[isEnabled=false],.ns-dark DatePickerField[isEnabled=false],.ns-dark TimePickerField[isEnabled=false],.ns-dark DateTimePickerFields[isEnabled=false],.ns-dark DataFormEditorCore[isEnabled=false],.ns-dark RadAutoCompleteTextView[isEnabled=false]{background-color:#4d4d4d}RadAutoCompleteTextView Token{background-color:#af8778}.ns-dark RadAutoCompleteTextView Token{background-color:#392822}RadAutoCompleteTextView Token:selected{background-color:#996b5b}.ns-dark RadAutoCompleteTextView Token:selected{background-color:#593f35}.date-time-picker{color:#262626;background:#fff}.date-time-picker.ns-dark{color:#fff;background:#303030}.date-time-picker-buttons{color:#000}.date-time-picker-buttons.ns-dark{color:#d5c0b8}.ns-dark.date-time-picker-button-cancel{background:#303030}.date-time-picker-spinners{color:#19120f}.date-time-picker-spinners.ns-dark{color:#c2a398}DataFormEditorLabel,NTInput>Label,.nt-input>Label{color:#19120f}.ns-dark DataFormEditorLabel,.ns-dark NTInput>Label,.ns-dark .nt-input>Label{color:#c2a398}.hr,.hr-light{border-color:#af8778}.ns-dark .hr,.ns-dark .hr-light{border-color:#d5c0b8}.hr-dark{border-color:#392822}.ns-dark .hr-dark{border-color:#af8778}
*/@keyframes light-highlight{0%{background-color:#fff}100%{background-color:#e6e6e6}}@keyframes dark-highlight{0%{background-color:#303030}100%{background-color:#232323}}@keyframes focus-highlight{0%{background-color:#795548}100%{background-color:#593f35}}@keyframes dark-focus-highlight{0%{background-color:#795548}100%{background-color:#593f35}}Button,.nt-button{background-color:#fff;color:#000}.ns-dark Button,.ns-dark .nt-button{background-color:#303030;color:#d5c0b8}Button:active,Button.-active,.nt-button:active,.nt-button.-active{color:#000}.ns-dark Button:active,.ns-dark Button.-active,.ns-dark .nt-button:active,.ns-dark .nt-button.-active{color:#d5c0b8}Button.-primary,.nt-button.-primary{color:#fbf9f8;background-color:#795548;border-color:#795548}.ns-dark Button.-primary,.ns-dark .nt-button.-primary{color:#fbf9f8;background-color:#795548;border-color:#795548}Button.-primary:active,Button.-primary.-active,.nt-button.-primary:active,.nt-button.-primary.-active{animation:focus-highlight .3s ease-out forwards;background-color:#593f35}Button[isEnabled=false],.nt-button[isEnabled=false]{background-color:#b3a099}.ns-dark Button[isEnabled=false],.ns-dark .nt-button[isEnabled=false]{background-color:#6a5750}Button.-outline,.nt-button.-outline{background-color:#fff;border-color:#392822}.ns-dark Button.-outline,.ns-dark .nt-button.-outline{background-color:#303030;border-color:#af8778}Button.-outline:active,Button.-outline.-active,.nt-button.-outline:active,.nt-button.-outline.-active{animation:light-highlight .3s ease-out forwards;background-color:#e6e6e6}.ns-dark Button.-outline:active,.ns-dark Button.-outline.-active,.ns-dark .nt-button.-outline:active,.ns-dark .nt-button.-outline.-active{animation:dark-highlight .3s ease-out forwards;background-color:#232323}Button.-outline[isEnabled=false],.nt-button.-outline[isEnabled=false]{background-color:#fff;color:#c1b6b2;border-color:#c1b6b2}.ns-dark Button.-outline[isEnabled=false],.ns-dark .nt-button.-outline[isEnabled=false]{background-color:#303030;color:#c1b6b2;border-color:#c1b6b2}ActivityIndicator,.nt-activity-indicator{color:#795548}.ns-dark ActivityIndicator,.ns-dark .nt-activity-indicator{color:#795548}SegmentedBar,.nt-segmented-bar{selected-background-color:#795548}.ns-dark SegmentedBar,.ns-dark .nt-segmented-bar{selected-background-color:#795548}.ns-ios SegmentedBar,.ns-ios .nt-segmented-bar{margin:0 15;color:#795548}.ns-dark.ns-ios SegmentedBar,.ns-dark.ns-ios .nt-segmented-bar{color:#795548}Progress,.nt-progress{color:#795548}.ns-dark Progress,.ns-dark .nt-progress{color:#795548}Slider,.nt-slider{color:#795548}.ns-dark Slider,.ns-dark .nt-slider{color:#795548}Slider[isEnabled=false],.nt-slider[isEnabled=false]{color:#e0e0e0}.ns-android Switch,.ns-android .nt-switch{color:#ccc;background-color:#ccc}.ns-dark.ns-android Switch,.ns-dark.ns-android .nt-switch{color:#636363;background-color:#636363}.ns-android Switch[checked=true],.ns-android .nt-switch[checked=true]{color:#795548}.ns-dark.ns-android Switch[checked=true],.ns-dark.ns-android .nt-switch[checked=true]{color:#795548}.ns-android Switch[isEnabled=false],.ns-android .nt-switch[isEnabled=false]{color:#e6e6e6}.ns-dark.ns-android Switch[isEnabled=false],.ns-dark.ns-android .nt-switch[isEnabled=false]{color:#4a4a4a}.ns-ios Switch,.ns-ios .nt-switch{color:#fff;background-color:#795548}.ns-dark.ns-ios Switch,.ns-dark.ns-ios .nt-switch{color:#303030;background-color:#795548}.ns-ios Switch[isEnabled=false],.ns-ios .nt-switch[isEnabled=false]{background-color:rgba(121,85,72,.4)}.ns-dark.ns-ios Switch[isEnabled=false],.ns-dark.ns-ios .nt-switch[isEnabled=false]{background-color:rgba(121,85,72,.4)}TabView,.nt-tab-view{selected-tab-text-color:#795548;android-selected-tab-highlight-color:#795548}.ns-dark TabView,.ns-dark .nt-tab-view{selected-tab-text-color:#795548;android-selected-tab-highlight-color:#795548}TabView.ns-dark,.nt-tab-view.ns-dark{selected-tab-text-color:#795548;android-selected-tab-highlight-color:#795548}TabStrip,.nt-tab-strip{highlight-color:#795548}.ns-dark TabStrip,.ns-dark .nt-tab-strip{highlight-color:#795548}TabStripItem:active,.nt-tab-strip__item:active{color:#795548}.ns-dark TabStripItem:active,.ns-dark .nt-tab-strip__item:active{color:#795548}TabStripItem:active Label,.nt-tab-strip__item:active Label{color:#795548}.ns-dark TabStripItem:active Label,.ns-dark .nt-tab-strip__item:active Label{color:#795548}ListView NTIcon,ListView .nt-icon,RadListView NTIcon,RadListView .nt-icon,.nt-list-view NTIcon,.nt-list-view .nt-icon{color:#3d2b24}.ns-dark ListView NTIcon,.ns-dark ListView .nt-icon,.ns-dark RadListView NTIcon,.ns-dark RadListView .nt-icon,.ns-dark .nt-list-view NTIcon,.ns-dark .nt-list-view .nt-icon{color:#795548}ListView .nt-list-view__delete,RadListView .nt-list-view__delete,.nt-list-view .nt-list-view__delete{background-color:#d50000}RadSideDrawer .nt-drawer__header,.nt-drawer .nt-drawer__header{background:#7d4914}RadSideDrawer .nt-drawer__header Label,.nt-drawer .nt-drawer__header Label{color:#fff}RadSideDrawer>*,RadSideDrawer .nt-drawer__content,.nt-drawer>*,.nt-drawer .nt-drawer__content{color:#fff}RadSideDrawer.ns-dark .nt-drawer__header,.nt-drawer.ns-dark .nt-drawer__header{background:#7d4914}RadSideDrawer.ns-dark .nt-drawer__header Label,.nt-drawer.ns-dark .nt-drawer__header Label{color:#fff}RadSideDrawer.ns-dark>*,RadSideDrawer.ns-dark .nt-drawer__content,.nt-drawer.ns-dark>*,.nt-drawer.ns-dark .nt-drawer__content{color:#fff}TextView,TextField,PickerField,DatePickerField,TimePickerField,DateTimePickerFields,DataFormEditorCore,RadAutoCompleteTextView{background-color:transparent;border-color:#fafafa}.ns-dark TextView,.ns-dark TextField,.ns-dark PickerField,.ns-dark DatePickerField,.ns-dark TimePickerField,.ns-dark DateTimePickerFields,.ns-dark DataFormEditorCore,.ns-dark RadAutoCompleteTextView{border-color:#c7c7c7}TextView:focus,TextField:focus,PickerField:focus,DatePickerField:focus,TimePickerField:focus,DateTimePickerFields:focus,DataFormEditorCore:focus,RadAutoCompleteTextView:focus{border-color:#392822}.ns-dark TextView:focus,.ns-dark TextField:focus,.ns-dark PickerField:focus,.ns-dark DatePickerField:focus,.ns-dark TimePickerField:focus,.ns-dark DateTimePickerFields:focus,.ns-dark DataFormEditorCore:focus,.ns-dark RadAutoCompleteTextView:focus{border-color:#af8778}TextView[isEnabled=false],TextField[isEnabled=false],PickerField[isEnabled=false],DatePickerField[isEnabled=false],TimePickerField[isEnabled=false],DateTimePickerFields[isEnabled=false],DataFormEditorCore[isEnabled=false],RadAutoCompleteTextView[isEnabled=false]{color:#e0e0e0;background-color:#fff}.ns-dark TextView[isEnabled=false],.ns-dark TextField[isEnabled=false],.ns-dark PickerField[isEnabled=false],.ns-dark DatePickerField[isEnabled=false],.ns-dark TimePickerField[isEnabled=false],.ns-dark DateTimePickerFields[isEnabled=false],.ns-dark DataFormEditorCore[isEnabled=false],.ns-dark RadAutoCompleteTextView[isEnabled=false]{color:#e0e0e0;background-color:#949494}RadAutoCompleteTextView Token{background-color:#af8778}.ns-dark RadAutoCompleteTextView Token{background-color:#392822}RadAutoCompleteTextView Token:selected{background-color:#996b5b}.ns-dark RadAutoCompleteTextView Token:selected{background-color:#593f35}.date-time-picker{color:#262626;background:#fff}.date-time-picker.ns-dark{color:#fff;background:#303030}.date-time-picker-buttons{color:#000}.date-time-picker-buttons.ns-dark{color:#d5c0b8}.ns-dark.date-time-picker-button-cancel{background:#303030}.date-time-picker-spinners{color:#19120f}.date-time-picker-spinners.ns-dark{color:#c2a398}DataFormEditorLabel,.nt-input>Label{color:#19120f}.ns-dark DataFormEditorLabel,.ns-dark .nt-input>Label{color:#c2a398}ActionBar,.nt-action-bar{color:#fff;background-color:#f57c00}.ns-dark ActionBar,.ns-dark .nt-action-bar{color:#fff;background-color:#935618}ActionBar NTIcon,ActionBar Label,ActionBar Button,ActionBar .nt-action-bar__item,.nt-action-bar NTIcon,.nt-action-bar Label,.nt-action-bar Button,.nt-action-bar .nt-action-bar__item{color:#fff}.ns-dark ActionBar NTIcon,.ns-dark ActionBar Label,.ns-dark ActionBar Button,.ns-dark ActionBar .nt-action-bar__item,.ns-dark .nt-action-bar NTIcon,.ns-dark .nt-action-bar Label,.ns-dark .nt-action-bar Button,.ns-dark .nt-action-bar .nt-action-bar__item{color:#fff}ActionBar NTIcon:active,ActionBar NTIcon.-active,ActionBar Label:active,ActionBar Label.-active,ActionBar Button:active,ActionBar Button.-active,ActionBar .nt-action-bar__item:active,ActionBar .nt-action-bar__item.-active,.nt-action-bar NTIcon:active,.nt-action-bar NTIcon.-active,.nt-action-bar Label:active,.nt-action-bar Label.-active,.nt-action-bar Button:active,.nt-action-bar Button.-active,.nt-action-bar .nt-action-bar__item:active,.nt-action-bar .nt-action-bar__item.-active{color:#fff}.ns-dark ActionBar NTIcon:active,.ns-dark ActionBar NTIcon.-active,.ns-dark ActionBar Label:active,.ns-dark ActionBar Label.-active,.ns-dark ActionBar Button:active,.ns-dark ActionBar Button.-active,.ns-dark ActionBar .nt-action-bar__item:active,.ns-dark ActionBar .nt-action-bar__item.-active,.ns-dark .nt-action-bar NTIcon:active,.ns-dark .nt-action-bar NTIcon.-active,.ns-dark .nt-action-bar Label:active,.ns-dark .nt-action-bar Label.-active,.ns-dark .nt-action-bar Button:active,.ns-dark .nt-action-bar Button.-active,.ns-dark .nt-action-bar .nt-action-bar__item:active,.ns-dark .nt-action-bar .nt-action-bar__item.-active{color:#fff}.ns-android ActionBar Button,.ns-android ActionBar .nt-button,.ns-android .nt-action-bar Button,.ns-android .nt-action-bar .nt-button{background-color:#f57c00}.ns-dark.ns-android ActionBar Button,.ns-dark.ns-android ActionBar .nt-button,.ns-dark.ns-android .nt-action-bar Button,.ns-dark.ns-android .nt-action-bar .nt-button{background-color:#935618}.hr,.hr-light{border-color:#af8778}.ns-dark .hr,.ns-dark .hr-light{border-color:#d5c0b8}.hr-dark{border-color:#392822}.ns-dark .hr-dark{border-color:#af8778}
/*!
* NativeScript Compatibility Theme v2.0.11 (https://nativescript.org)
* NativeScript Compatibility Theme v2.0.12 (https://nativescript.org)
* Copyright 2016-2016 The Theme Authors
* Copyright 2016-2019 Progress Software
* Licensed under Apache 2.0 (https://github.com/NativeScript/theme/blob/master/LICENSE)
*/.action-bar{color:#fff;background-color:#8130ff}.ns-dark .action-bar{color:#fff}.ns-dark .action-bar{background-color:#593098}.ns-root .action-bar .action-item{color:#fff;background-color:#8130ff}.ns-dark .ns-root .action-bar .action-item{color:#fff}.ns-dark .ns-root .action-bar .action-item{background-color:#593098}.ns-root .action-bar .action-item-active:active{color:#fff;background-color:#8130ff}.ns-dark .ns-root .action-bar .action-item-active:active{color:#fff}.ns-dark .ns-root .action-bar .action-item-active:active{background-color:#593098}.ns-ios .action-bar .action-item:active,.ns-android .action-bar .action-item:active{color:#fff}.ns-dark .ns-ios .action-bar .action-item:active,.ns-dark .ns-android .action-bar .action-item:active{color:#fff}@keyframes light-highlight{0%{background-color:#fff}100%{background-color:#e6e6e6}}@keyframes dark-highlight{0%{background-color:#303030}100%{background-color:#232323}}@keyframes focus-highlight{0%{background-color:#30bcff}100%{background-color:#00aafc}}@keyframes dark-focus-highlight{0%{background-color:#30bcff}100%{background-color:#00aafc}}.btn{background-color:#fff;color:#004363}.ns-dark .btn{background-color:#303030}.ns-dark .btn{color:#fcfeff}.btn-active:active{color:#004363}.ns-dark .btn-active:active{color:#fcfeff}.btn-primary{color:#fff;background-color:#30bcff;border-color:#30bcff}.ns-dark .btn-primary{color:#fff}.ns-dark .btn-primary{background-color:#30bcff}.ns-dark .btn-primary{border-color:#30bcff}.btn-primary.btn-active:active{animation:focus-highlight .3s ease-out forwards;background-color:#00aafc}.btn[isEnabled=false]{background-color:#79d3ff}.ns-dark .btn[isEnabled=false]{background-color:#3e86a8}.btn-outline{background-color:#fff;border-color:#0088c9}.ns-dark .btn-outline{background-color:#303030}.ns-dark .btn-outline{border-color:#96ddff}.btn-outline-active:active{animation:light-highlight .3s ease-out forwards;background-color:#e6e6e6}.ns-dark .btn-outline-active:active{animation:dark-highlight .3s ease-out forwards;background-color:#232323}.btn-outline[isEnabled=false]{background-color:#fff;color:#7aa4b8;border-color:#7aa4b8}.ns-dark .btn-outline[isEnabled=false]{background-color:#303030}.ns-dark .btn-outline[isEnabled=false]{color:#7aa4b8}.ns-dark .btn-outline[isEnabled=false]{border-color:#7aa4b8}.activity-indicator{color:#30bcff}.ns-dark .activity-indicator{color:#30bcff}.segmented-bar{selected-background-color:#30bcff}.ns-dark .segmented-bar{selected-background-color:#30bcff}.ns-ios .segmented-bar{margin:0 15;color:#30bcff}.ns-dark .ns-ios .segmented-bar{color:#30bcff}.progress{color:#30bcff}.ns-dark .progress{color:#30bcff}.slider{color:#30bcff}.ns-dark .slider{color:#30bcff}.slider[isEnabled=false]{color:#e0e0e0}.ns-android .switch{color:#ccc;background-color:#ccc}.ns-dark .ns-android .switch{color:#636363}.ns-dark .ns-android .switch{background-color:#636363}.ns-android .switch[checked=true]{color:#30bcff}.ns-dark .ns-android .switch[checked=true]{color:#30bcff}.ns-android .switch[isEnabled=false]{color:#e6e6e6}.ns-dark .ns-android .switch[isEnabled=false]{color:#4a4a4a}.ns-ios .switch{background-color:#30bcff;off-background-color:#e6e6e6}.ns-dark .ns-ios .switch{background-color:#30bcff}.ns-dark .ns-ios .switch{off-background-color:#4a4a4a}.ns-ios .switch[isEnabled=false]{background-color:rgba(48,188,255,.4);off-background-color:#e6e6e6}.ns-dark .ns-ios .switch[isEnabled=false]{background-color:rgba(48,188,255,.4)}.ns-dark .ns-ios .switch[isEnabled=false]{off-background-color:#4a4a4a}.tab-view{selected-tab-text-color:#30bcff;android-selected-tab-highlight-color:#30bcff}.ns-dark .tab-view{selected-tab-text-color:#30bcff}.ns-dark .tab-view{android-selected-tab-highlight-color:#30bcff}.tab-view.ns-dark{selected-tab-text-color:#30bcff;android-selected-tab-highlight-color:#30bcff}.list-view NTIcon,.list-view .nt-icon{color:#006698}.ns-dark .list-view NTIcon,.ns-dark .list-view .nt-icon{color:#30bcff}.list-view .nt-list-view__delete{background-color:#d50000}.side-drawer .sidedrawer-header{background:#4e2a85}.side-drawer .sidedrawer-header Label{color:#fff}.side-drawer .sidedrawer-left,.side-drawer .sidedrawer-center{color:#fff}.side-drawer.ns-dark .sidedrawer-header{background:#4e2a85}.side-drawer.ns-dark .sidedrawer-header Label{color:#fff}.side-drawer.ns-dark .sidedrawer-left,.side-drawer.ns-dark .sidedrawer-center{color:#fff}.input{background-color:transparent;border-color:#b3b3b3}.ns-dark .input{border-color:gray}.input:focus{border-color:#0088c9}.ns-dark .input:focus{border-color:#96ddff}.input[isEnabled=false]{color:#999;background-color:#e6e6e6}.ns-dark .input[isEnabled=false]{color:#999}.ns-dark .input[isEnabled=false]{background-color:#4d4d4d}RadAutoCompleteTextView Token{background-color:#96ddff}.ns-dark RadAutoCompleteTextView Token{background-color:#0088c9}RadAutoCompleteTextView Token:selected{background-color:#63cdff}.ns-dark RadAutoCompleteTextView Token:selected{background-color:#00aafc}.date-time-picker{color:#262626;background:#fff}.date-time-picker.ns-dark{color:#fff;background:#303030}.date-time-picker-buttons{color:#004363}.date-time-picker-buttons.ns-dark{color:#fcfeff}.ns-dark.date-time-picker-button-cancel{background:#303030}.date-time-picker-spinners{color:#006596}.date-time-picker-spinners.ns-dark{color:#c9eeff}DataFormEditorLabel,.input .label{color:#006596}.ns-dark DataFormEditorLabel,.ns-dark .input .label{color:#c9eeff}.hr,.hr-light{border-color:#96ddff}.ns-dark .hr,.ns-dark .hr-light{border-color:#fcfeff}.hr-dark{border-color:#0088c9}.ns-dark .hr-dark{border-color:#96ddff}
*/@keyframes light-highlight{0%{background-color:#fff}100%{background-color:#e6e6e6}}@keyframes dark-highlight{0%{background-color:#303030}100%{background-color:#232323}}@keyframes focus-highlight{0%{background-color:#30bcff}100%{background-color:#00aafc}}@keyframes dark-focus-highlight{0%{background-color:#30bcff}100%{background-color:#00aafc}}.btn{background-color:#fff;color:#004363}.ns-dark .btn{background-color:#303030;color:#fcfeff}.btn-active:active{color:#004363}.ns-dark .btn-active:active{color:#fcfeff}.btn-primary{color:#fff;background-color:#30bcff;border-color:#30bcff}.ns-dark .btn-primary{color:#fff;background-color:#30bcff;border-color:#30bcff}.btn-primary.btn-active:active{animation:focus-highlight .3s ease-out forwards;background-color:#00aafc}.btn[isEnabled=false]{background-color:#79d3ff}.ns-dark .btn[isEnabled=false]{background-color:#3e86a8}.btn-outline{background-color:#fff;border-color:#0088c9}.ns-dark .btn-outline{background-color:#303030;border-color:#96ddff}.btn-outline-active:active{animation:light-highlight .3s ease-out forwards;background-color:#e6e6e6}.ns-dark .btn-outline-active:active{animation:dark-highlight .3s ease-out forwards;background-color:#232323}.btn-outline[isEnabled=false]{background-color:#fff;color:#abd5e9;border-color:#abd5e9}.ns-dark .btn-outline[isEnabled=false]{background-color:#303030;color:#abd5e9;border-color:#abd5e9}.activity-indicator{color:#30bcff}.ns-dark .activity-indicator{color:#30bcff}.segmented-bar{selected-background-color:#30bcff}.ns-dark .segmented-bar{selected-background-color:#30bcff}.ns-ios .segmented-bar{margin:0 15;color:#30bcff}.ns-dark.ns-ios .segmented-bar{color:#30bcff}.progress{color:#30bcff}.ns-dark .progress{color:#30bcff}.slider{color:#30bcff}.ns-dark .slider{color:#30bcff}.slider[isEnabled=false]{color:#e0e0e0}.ns-android .switch{color:#ccc;background-color:#ccc}.ns-dark.ns-android .switch{color:#636363;background-color:#636363}.ns-android .switch[checked=true]{color:#30bcff}.ns-dark.ns-android .switch[checked=true]{color:#30bcff}.ns-android .switch[isEnabled=false]{color:#e6e6e6}.ns-dark.ns-android .switch[isEnabled=false]{color:#4a4a4a}.ns-ios .switch{color:#fff;background-color:#30bcff}.ns-dark.ns-ios .switch{color:#303030;background-color:#30bcff}.ns-ios .switch[isEnabled=false]{background-color:rgba(48,188,255,.4)}.ns-dark.ns-ios .switch[isEnabled=false]{background-color:rgba(48,188,255,.4)}.tab-view{selected-tab-text-color:#30bcff;android-selected-tab-highlight-color:#30bcff}.ns-dark .tab-view{selected-tab-text-color:#30bcff;android-selected-tab-highlight-color:#30bcff}.tab-view.ns-dark{selected-tab-text-color:#30bcff;android-selected-tab-highlight-color:#30bcff}.list-view NTIcon,.list-view .nt-icon{color:#006698}.ns-dark .list-view NTIcon,.ns-dark .list-view .nt-icon{color:#30bcff}.list-view .nt-list-view__delete{background-color:#d50000}.side-drawer .sidedrawer-header{background:#4e2a85}.side-drawer .sidedrawer-header Label{color:#fff}.side-drawer .sidedrawer-left,.side-drawer .sidedrawer-center{color:#fff}.side-drawer.ns-dark .sidedrawer-header{background:#4e2a85}.side-drawer.ns-dark .sidedrawer-header Label{color:#fff}.side-drawer.ns-dark .sidedrawer-left,.side-drawer.ns-dark .sidedrawer-center{color:#fff}.input{background-color:transparent;border-color:#fafafa}.ns-dark .input{border-color:#c7c7c7}.input:focus{border-color:#0088c9}.ns-dark .input:focus{border-color:#96ddff}.input[isEnabled=false]{color:#e0e0e0;background-color:#fff}.ns-dark .input[isEnabled=false]{color:#e0e0e0;background-color:#949494}RadAutoCompleteTextView Token{background-color:#96ddff}.ns-dark RadAutoCompleteTextView Token{background-color:#0088c9}RadAutoCompleteTextView Token:selected{background-color:#63cdff}.ns-dark RadAutoCompleteTextView Token:selected{background-color:#00aafc}.date-time-picker{color:#262626;background:#fff}.date-time-picker.ns-dark{color:#fff;background:#303030}.date-time-picker-buttons{color:#004363}.date-time-picker-buttons.ns-dark{color:#fcfeff}.ns-dark.date-time-picker-button-cancel{background:#303030}.date-time-picker-spinners{color:#006596}.date-time-picker-spinners.ns-dark{color:#c9eeff}DataFormEditorLabel,.input .label{color:#006596}.ns-dark DataFormEditorLabel,.ns-dark .input .label{color:#c9eeff}.action-bar{color:#fff;background-color:#8130ff}.ns-dark .action-bar{color:#fff;background-color:#593098}.action-bar .action-item{color:#fff}.ns-dark .action-bar .action-item{color:#fff}.action-bar .action-item-active:active{color:#fff}.ns-dark .action-bar .action-item-active:active{color:#fff}.hr,.hr-light{border-color:#96ddff}.ns-dark .hr,.ns-dark .hr-light{border-color:#fcfeff}.hr-dark{border-color:#0088c9}.ns-dark .hr-dark{border-color:#96ddff}
/*!
* NativeScript Theme v2.0.11 (https://nativescript.org)
* NativeScript Theme v2.0.12 (https://nativescript.org)
* Copyright 2016-2016 The Theme Authors
* Copyright 2016-2019 Progress Software
* Licensed under Apache 2.0 (https://github.com/NativeScript/theme/blob/master/LICENSE)
*/ActionBar,NTActionBar,.nt-action-bar{color:#fff;background-color:#8130ff}.ns-dark ActionBar,.ns-dark NTActionBar,.ns-dark .nt-action-bar{color:#fff}.ns-dark ActionBar,.ns-dark NTActionBar,.ns-dark .nt-action-bar{background-color:#593098}.ns-root ActionBar NTIcon,ActionBar Label,ActionBar Button,ActionBar .nt-action-bar__item,.ns-root NTActionBar NTIcon,NTActionBar Label,NTActionBar Button,NTActionBar .nt-action-bar__item,.ns-root .nt-action-bar NTIcon,.nt-action-bar Label,.nt-action-bar Button,.nt-action-bar .nt-action-bar__item{color:#fff;background-color:#8130ff}.ns-dark .ns-root ActionBar NTIcon,.ns-dark ActionBar Label,.ns-dark ActionBar Button,.ns-dark ActionBar .nt-action-bar__item,.ns-dark .ns-root NTActionBar NTIcon,.ns-dark NTActionBar Label,.ns-dark NTActionBar Button,.ns-dark NTActionBar .nt-action-bar__item,.ns-dark .ns-root .nt-action-bar NTIcon,.ns-dark .nt-action-bar Label,.ns-dark .nt-action-bar Button,.ns-dark .nt-action-bar .nt-action-bar__item{color:#fff}.ns-dark .ns-root ActionBar NTIcon,.ns-dark ActionBar Label,.ns-dark ActionBar Button,.ns-dark ActionBar .nt-action-bar__item,.ns-dark .ns-root NTActionBar NTIcon,.ns-dark NTActionBar Label,.ns-dark NTActionBar Button,.ns-dark NTActionBar .nt-action-bar__item,.ns-dark .ns-root .nt-action-bar NTIcon,.ns-dark .nt-action-bar Label,.ns-dark .nt-action-bar Button,.ns-dark .nt-action-bar .nt-action-bar__item{background-color:#593098}.ns-root ActionBar NTIcon:active,.ns-root ActionBar NTIcon.-active,ActionBar Label:active,ActionBar Label.-active,ActionBar Button:active,ActionBar Button.-active,ActionBar .nt-action-bar__item:active,ActionBar .nt-action-bar__item.-active,.ns-root NTActionBar NTIcon:active,.ns-root NTActionBar NTIcon.-active,NTActionBar Label:active,NTActionBar Label.-active,NTActionBar Button:active,NTActionBar Button.-active,NTActionBar .nt-action-bar__item:active,NTActionBar .nt-action-bar__item.-active,.ns-root .nt-action-bar NTIcon:active,.ns-root .nt-action-bar NTIcon.-active,.nt-action-bar Label:active,.nt-action-bar Label.-active,.nt-action-bar Button:active,.nt-action-bar Button.-active,.nt-action-bar .nt-action-bar__item:active,.nt-action-bar .nt-action-bar__item.-active{color:#fff;background-color:#8130ff}.ns-dark .ns-root ActionBar NTIcon:active,.ns-dark .ns-root ActionBar NTIcon.-active,.ns-dark ActionBar Label:active,.ns-dark ActionBar Label.-active,.ns-dark ActionBar Button:active,.ns-dark ActionBar Button.-active,.ns-dark ActionBar .nt-action-bar__item:active,.ns-dark ActionBar .nt-action-bar__item.-active,.ns-dark .ns-root NTActionBar NTIcon:active,.ns-dark .ns-root NTActionBar NTIcon.-active,.ns-dark NTActionBar Label:active,.ns-dark NTActionBar Label.-active,.ns-dark NTActionBar Button:active,.ns-dark NTActionBar Button.-active,.ns-dark NTActionBar .nt-action-bar__item:active,.ns-dark NTActionBar .nt-action-bar__item.-active,.ns-dark .ns-root .nt-action-bar NTIcon:active,.ns-dark .ns-root .nt-action-bar NTIcon.-active,.ns-dark .nt-action-bar Label:active,.ns-dark .nt-action-bar Label.-active,.ns-dark .nt-action-bar Button:active,.ns-dark .nt-action-bar Button.-active,.ns-dark .nt-action-bar .nt-action-bar__item:active,.ns-dark .nt-action-bar .nt-action-bar__item.-active{color:#fff}.ns-dark .ns-root ActionBar NTIcon:active,.ns-dark .ns-root ActionBar NTIcon.-active,.ns-dark ActionBar Label:active,.ns-dark ActionBar Label.-active,.ns-dark ActionBar Button:active,.ns-dark ActionBar Button.-active,.ns-dark ActionBar .nt-action-bar__item:active,.ns-dark ActionBar .nt-action-bar__item.-active,.ns-dark .ns-root NTActionBar NTIcon:active,.ns-dark .ns-root NTActionBar NTIcon.-active,.ns-dark NTActionBar Label:active,.ns-dark NTActionBar Label.-active,.ns-dark NTActionBar Button:active,.ns-dark NTActionBar Button.-active,.ns-dark NTActionBar .nt-action-bar__item:active,.ns-dark NTActionBar .nt-action-bar__item.-active,.ns-dark .ns-root .nt-action-bar NTIcon:active,.ns-dark .ns-root .nt-action-bar NTIcon.-active,.ns-dark .nt-action-bar Label:active,.ns-dark .nt-action-bar Label.-active,.ns-dark .nt-action-bar Button:active,.ns-dark .nt-action-bar Button.-active,.ns-dark .nt-action-bar .nt-action-bar__item:active,.ns-dark .nt-action-bar .nt-action-bar__item.-active{background-color:#593098}.ns-ios ActionBar NTIcon:active,.ns-ios ActionBar Label:active,.ns-ios ActionBar Button:active,.ns-ios ActionBar .nt-action-bar__item:active,.ns-android ActionBar NTIcon:active,.ns-android ActionBar Label:active,.ns-android ActionBar Button:active,.ns-android ActionBar .nt-action-bar__item:active,.ns-ios NTActionBar NTIcon:active,.ns-ios NTActionBar Label:active,.ns-ios NTActionBar Button:active,.ns-ios NTActionBar .nt-action-bar__item:active,.ns-android NTActionBar NTIcon:active,.ns-android NTActionBar Label:active,.ns-android NTActionBar Button:active,.ns-android NTActionBar .nt-action-bar__item:active,.ns-ios .nt-action-bar NTIcon:active,.ns-ios .nt-action-bar Label:active,.ns-ios .nt-action-bar Button:active,.ns-ios .nt-action-bar .nt-action-bar__item:active,.ns-android .nt-action-bar NTIcon:active,.ns-android .nt-action-bar Label:active,.ns-android .nt-action-bar Button:active,.ns-android .nt-action-bar .nt-action-bar__item:active{color:#fff}.ns-dark .ns-ios ActionBar NTIcon:active,.ns-dark .ns-ios ActionBar Label:active,.ns-dark .ns-ios ActionBar Button:active,.ns-dark .ns-ios ActionBar .nt-action-bar__item:active,.ns-dark .ns-android ActionBar NTIcon:active,.ns-dark .ns-android ActionBar Label:active,.ns-dark .ns-android ActionBar Button:active,.ns-dark .ns-android ActionBar .nt-action-bar__item:active,.ns-dark .ns-ios NTActionBar NTIcon:active,.ns-dark .ns-ios NTActionBar Label:active,.ns-dark .ns-ios NTActionBar Button:active,.ns-dark .ns-ios NTActionBar .nt-action-bar__item:active,.ns-dark .ns-android NTActionBar NTIcon:active,.ns-dark .ns-android NTActionBar Label:active,.ns-dark .ns-android NTActionBar Button:active,.ns-dark .ns-android NTActionBar .nt-action-bar__item:active,.ns-dark .ns-ios .nt-action-bar NTIcon:active,.ns-dark .ns-ios .nt-action-bar Label:active,.ns-dark .ns-ios .nt-action-bar Button:active,.ns-dark .ns-ios .nt-action-bar .nt-action-bar__item:active,.ns-dark .ns-android .nt-action-bar NTIcon:active,.ns-dark .ns-android .nt-action-bar Label:active,.ns-dark .ns-android .nt-action-bar Button:active,.ns-dark .ns-android .nt-action-bar .nt-action-bar__item:active{color:#fff}@keyframes light-highlight{0%{background-color:#fff}100%{background-color:#e6e6e6}}@keyframes dark-highlight{0%{background-color:#303030}100%{background-color:#232323}}@keyframes focus-highlight{0%{background-color:#30bcff}100%{background-color:#00aafc}}@keyframes dark-focus-highlight{0%{background-color:#30bcff}100%{background-color:#00aafc}}Button,.nt-button{background-color:#fff;color:#004363}.ns-dark Button,.ns-dark .nt-button{background-color:#303030}.ns-dark Button,.ns-dark .nt-button{color:#fcfeff}Button:active,Button.-active,.nt-button:active,.nt-button.-active{color:#004363}.ns-dark Button:active,.ns-dark Button.-active,.ns-dark .nt-button:active,.ns-dark .nt-button.-active{color:#fcfeff}Button.-primary,.nt-button.-primary{color:#fff;background-color:#30bcff;border-color:#30bcff}.ns-dark Button.-primary,.ns-dark .nt-button.-primary{color:#fff}.ns-dark Button.-primary,.ns-dark .nt-button.-primary{background-color:#30bcff}.ns-dark Button.-primary,.ns-dark .nt-button.-primary{border-color:#30bcff}Button.-primary:active,Button.-primary.-active,.nt-button.-primary:active,.nt-button.-primary.-active{animation:focus-highlight .3s ease-out forwards;background-color:#00aafc}Button[isEnabled=false],.nt-button[isEnabled=false]{background-color:#79d3ff}.ns-dark Button[isEnabled=false],.ns-dark .nt-button[isEnabled=false]{background-color:#3e86a8}Button.-outline,.nt-button.-outline{background-color:#fff;border-color:#0088c9}.ns-dark Button.-outline,.ns-dark .nt-button.-outline{background-color:#303030}.ns-dark Button.-outline,.ns-dark .nt-button.-outline{border-color:#96ddff}Button.-outline:active,Button.-outline.-active,.nt-button.-outline:active,.nt-button.-outline.-active{animation:light-highlight .3s ease-out forwards;background-color:#e6e6e6}.ns-dark Button.-outline:active,.ns-dark Button.-outline.-active,.ns-dark .nt-button.-outline:active,.ns-dark .nt-button.-outline.-active{animation:dark-highlight .3s ease-out forwards;background-color:#232323}Button.-outline[isEnabled=false],.nt-button.-outline[isEnabled=false]{background-color:#fff;color:#7aa4b8;border-color:#7aa4b8}.ns-dark Button.-outline[isEnabled=false],.ns-dark .nt-button.-outline[isEnabled=false]{background-color:#303030}.ns-dark Button.-outline[isEnabled=false],.ns-dark .nt-button.-outline[isEnabled=false]{color:#7aa4b8}.ns-dark Button.-outline[isEnabled=false],.ns-dark .nt-button.-outline[isEnabled=false]{border-color:#7aa4b8}ActivityIndicator,.nt-activity-indicator{color:#30bcff}.ns-dark ActivityIndicator,.ns-dark .nt-activity-indicator{color:#30bcff}SegmentedBar,.nt-segmented-bar{selected-background-color:#30bcff}.ns-dark SegmentedBar,.ns-dark .nt-segmented-bar{selected-background-color:#30bcff}.ns-ios SegmentedBar,.ns-ios .nt-segmented-bar{margin:0 15;color:#30bcff}.ns-dark .ns-ios SegmentedBar,.ns-dark .ns-ios .nt-segmented-bar{color:#30bcff}Progress,.nt-progress{color:#30bcff}.ns-dark Progress,.ns-dark .nt-progress{color:#30bcff}Slider,.nt-slider{color:#30bcff}.ns-dark Slider,.ns-dark .nt-slider{color:#30bcff}Slider[isEnabled=false],.nt-slider[isEnabled=false]{color:#e0e0e0}.ns-android Switch,.ns-android .nt-switch{color:#ccc;background-color:#ccc}.ns-dark .ns-android Switch,.ns-dark .ns-android .nt-switch{color:#636363}.ns-dark .ns-android Switch,.ns-dark .ns-android .nt-switch{background-color:#636363}.ns-android Switch[checked=true],.ns-android .nt-switch[checked=true]{color:#30bcff}.ns-dark .ns-android Switch[checked=true],.ns-dark .ns-android .nt-switch[checked=true]{color:#30bcff}.ns-android Switch[isEnabled=false],.ns-android .nt-switch[isEnabled=false]{color:#e6e6e6}.ns-dark .ns-android Switch[isEnabled=false],.ns-dark .ns-android .nt-switch[isEnabled=false]{color:#4a4a4a}.ns-ios Switch,.ns-ios .nt-switch{background-color:#30bcff;off-background-color:#e6e6e6}.ns-dark .ns-ios Switch,.ns-dark .ns-ios .nt-switch{background-color:#30bcff}.ns-dark .ns-ios Switch,.ns-dark .ns-ios .nt-switch{off-background-color:#4a4a4a}.ns-ios Switch[isEnabled=false],.ns-ios .nt-switch[isEnabled=false]{background-color:rgba(48,188,255,.4);off-background-color:#e6e6e6}.ns-dark .ns-ios Switch[isEnabled=false],.ns-dark .ns-ios .nt-switch[isEnabled=false]{background-color:rgba(48,188,255,.4)}.ns-dark .ns-ios Switch[isEnabled=false],.ns-dark .ns-ios .nt-switch[isEnabled=false]{off-background-color:#4a4a4a}TabView,.nt-tab-view{selected-tab-text-color:#30bcff;android-selected-tab-highlight-color:#30bcff}.ns-dark TabView,.ns-dark .nt-tab-view{selected-tab-text-color:#30bcff}.ns-dark TabView,.ns-dark .nt-tab-view{android-selected-tab-highlight-color:#30bcff}TabView.ns-dark,.nt-tab-view.ns-dark{selected-tab-text-color:#30bcff;android-selected-tab-highlight-color:#30bcff}TabStrip,.nt-tab-strip{highlight-color:#30bcff}.ns-dark TabStrip,.ns-dark .nt-tab-strip{highlight-color:#30bcff}TabStripItem:active,.nt-tab-strip__item:active{color:#30bcff}.ns-dark TabStripItem:active,.ns-dark .nt-tab-strip__item:active{color:#30bcff}TabStripItem:active Label,.nt-tab-strip__item:active Label{color:#30bcff}.ns-dark TabStripItem:active Label,.ns-dark .nt-tab-strip__item:active Label{color:#30bcff}ListView NTIcon,ListView .nt-icon,RadListView NTIcon,RadListView .nt-icon,.nt-list-view NTIcon,.nt-list-view .nt-icon{color:#006698}.ns-dark ListView NTIcon,.ns-dark ListView .nt-icon,.ns-dark RadListView NTIcon,.ns-dark RadListView .nt-icon,.ns-dark .nt-list-view NTIcon,.ns-dark .nt-list-view .nt-icon{color:#30bcff}ListView .nt-list-view__delete,RadListView .nt-list-view__delete,.nt-list-view .nt-list-view__delete{background-color:#d50000}RadSideDrawer .nt-drawer__header,.nt-drawer .nt-drawer__header{background:#4e2a85}RadSideDrawer .nt-drawer__header Label,.nt-drawer .nt-drawer__header Label{color:#fff}RadSideDrawer>*,RadSideDrawer .nt-drawer__content,.nt-drawer>*,.nt-drawer .nt-drawer__content{color:#fff}RadSideDrawer.ns-dark .nt-drawer__header,.nt-drawer.ns-dark .nt-drawer__header{background:#4e2a85}RadSideDrawer.ns-dark .nt-drawer__header Label,.nt-drawer.ns-dark .nt-drawer__header Label{color:#fff}RadSideDrawer.ns-dark>*,RadSideDrawer.ns-dark .nt-drawer__content,.nt-drawer.ns-dark>*,.nt-drawer.ns-dark .nt-drawer__content{color:#fff}TextView,TextField,PickerField,DatePickerField,TimePickerField,DateTimePickerFields,DataFormEditorCore,RadAutoCompleteTextView{background-color:transparent;border-color:#b3b3b3}.ns-dark TextView,.ns-dark TextField,.ns-dark PickerField,.ns-dark DatePickerField,.ns-dark TimePickerField,.ns-dark DateTimePickerFields,.ns-dark DataFormEditorCore,.ns-dark RadAutoCompleteTextView{border-color:gray}TextView:focus,TextField:focus,PickerField:focus,DatePickerField:focus,TimePickerField:focus,DateTimePickerFields:focus,DataFormEditorCore:focus,RadAutoCompleteTextView:focus{border-color:#0088c9}.ns-dark TextView:focus,.ns-dark TextField:focus,.ns-dark PickerField:focus,.ns-dark DatePickerField:focus,.ns-dark TimePickerField:focus,.ns-dark DateTimePickerFields:focus,.ns-dark DataFormEditorCore:focus,.ns-dark RadAutoCompleteTextView:focus{border-color:#96ddff}TextView[isEnabled=false],TextField[isEnabled=false],PickerField[isEnabled=false],DatePickerField[isEnabled=false],TimePickerField[isEnabled=false],DateTimePickerFields[isEnabled=false],DataFormEditorCore[isEnabled=false],RadAutoCompleteTextView[isEnabled=false]{color:#999;background-color:#e6e6e6}.ns-dark TextView[isEnabled=false],.ns-dark TextField[isEnabled=false],.ns-dark PickerField[isEnabled=false],.ns-dark DatePickerField[isEnabled=false],.ns-dark TimePickerField[isEnabled=false],.ns-dark DateTimePickerFields[isEnabled=false],.ns-dark DataFormEditorCore[isEnabled=false],.ns-dark RadAutoCompleteTextView[isEnabled=false]{color:#999}.ns-dark TextView[isEnabled=false],.ns-dark TextField[isEnabled=false],.ns-dark PickerField[isEnabled=false],.ns-dark DatePickerField[isEnabled=false],.ns-dark TimePickerField[isEnabled=false],.ns-dark DateTimePickerFields[isEnabled=false],.ns-dark DataFormEditorCore[isEnabled=false],.ns-dark RadAutoCompleteTextView[isEnabled=false]{background-color:#4d4d4d}RadAutoCompleteTextView Token{background-color:#96ddff}.ns-dark RadAutoCompleteTextView Token{background-color:#0088c9}RadAutoCompleteTextView Token:selected{background-color:#63cdff}.ns-dark RadAutoCompleteTextView Token:selected{background-color:#00aafc}.date-time-picker{color:#262626;background:#fff}.date-time-picker.ns-dark{color:#fff;background:#303030}.date-time-picker-buttons{color:#004363}.date-time-picker-buttons.ns-dark{color:#fcfeff}.ns-dark.date-time-picker-button-cancel{background:#303030}.date-time-picker-spinners{color:#006596}.date-time-picker-spinners.ns-dark{color:#c9eeff}DataFormEditorLabel,NTInput>Label,.nt-input>Label{color:#006596}.ns-dark DataFormEditorLabel,.ns-dark NTInput>Label,.ns-dark .nt-input>Label{color:#c9eeff}.hr,.hr-light{border-color:#96ddff}.ns-dark .hr,.ns-dark .hr-light{border-color:#fcfeff}.hr-dark{border-color:#0088c9}.ns-dark .hr-dark{border-color:#96ddff}
*/@keyframes light-highlight{0%{background-color:#fff}100%{background-color:#e6e6e6}}@keyframes dark-highlight{0%{background-color:#303030}100%{background-color:#232323}}@keyframes focus-highlight{0%{background-color:#30bcff}100%{background-color:#00aafc}}@keyframes dark-focus-highlight{0%{background-color:#30bcff}100%{background-color:#00aafc}}Button,.nt-button{background-color:#fff;color:#004363}.ns-dark Button,.ns-dark .nt-button{background-color:#303030;color:#fcfeff}Button:active,Button.-active,.nt-button:active,.nt-button.-active{color:#004363}.ns-dark Button:active,.ns-dark Button.-active,.ns-dark .nt-button:active,.ns-dark .nt-button.-active{color:#fcfeff}Button.-primary,.nt-button.-primary{color:#fff;background-color:#30bcff;border-color:#30bcff}.ns-dark Button.-primary,.ns-dark .nt-button.-primary{color:#fff;background-color:#30bcff;border-color:#30bcff}Button.-primary:active,Button.-primary.-active,.nt-button.-primary:active,.nt-button.-primary.-active{animation:focus-highlight .3s ease-out forwards;background-color:#00aafc}Button[isEnabled=false],.nt-button[isEnabled=false]{background-color:#79d3ff}.ns-dark Button[isEnabled=false],.ns-dark .nt-button[isEnabled=false]{background-color:#3e86a8}Button.-outline,.nt-button.-outline{background-color:#fff;border-color:#0088c9}.ns-dark Button.-outline,.ns-dark .nt-button.-outline{background-color:#303030;border-color:#96ddff}Button.-outline:active,Button.-outline.-active,.nt-button.-outline:active,.nt-button.-outline.-active{animation:light-highlight .3s ease-out forwards;background-color:#e6e6e6}.ns-dark Button.-outline:active,.ns-dark Button.-outline.-active,.ns-dark .nt-button.-outline:active,.ns-dark .nt-button.-outline.-active{animation:dark-highlight .3s ease-out forwards;background-color:#232323}Button.-outline[isEnabled=false],.nt-button.-outline[isEnabled=false]{background-color:#fff;color:#abd5e9;border-color:#abd5e9}.ns-dark Button.-outline[isEnabled=false],.ns-dark .nt-button.-outline[isEnabled=false]{background-color:#303030;color:#abd5e9;border-color:#abd5e9}ActivityIndicator,.nt-activity-indicator{color:#30bcff}.ns-dark ActivityIndicator,.ns-dark .nt-activity-indicator{color:#30bcff}SegmentedBar,.nt-segmented-bar{selected-background-color:#30bcff}.ns-dark SegmentedBar,.ns-dark .nt-segmented-bar{selected-background-color:#30bcff}.ns-ios SegmentedBar,.ns-ios .nt-segmented-bar{margin:0 15;color:#30bcff}.ns-dark.ns-ios SegmentedBar,.ns-dark.ns-ios .nt-segmented-bar{color:#30bcff}Progress,.nt-progress{color:#30bcff}.ns-dark Progress,.ns-dark .nt-progress{color:#30bcff}Slider,.nt-slider{color:#30bcff}.ns-dark Slider,.ns-dark .nt-slider{color:#30bcff}Slider[isEnabled=false],.nt-slider[isEnabled=false]{color:#e0e0e0}.ns-android Switch,.ns-android .nt-switch{color:#ccc;background-color:#ccc}.ns-dark.ns-android Switch,.ns-dark.ns-android .nt-switch{color:#636363;background-color:#636363}.ns-android Switch[checked=true],.ns-android .nt-switch[checked=true]{color:#30bcff}.ns-dark.ns-android Switch[checked=true],.ns-dark.ns-android .nt-switch[checked=true]{color:#30bcff}.ns-android Switch[isEnabled=false],.ns-android .nt-switch[isEnabled=false]{color:#e6e6e6}.ns-dark.ns-android Switch[isEnabled=false],.ns-dark.ns-android .nt-switch[isEnabled=false]{color:#4a4a4a}.ns-ios Switch,.ns-ios .nt-switch{color:#fff;background-color:#30bcff}.ns-dark.ns-ios Switch,.ns-dark.ns-ios .nt-switch{color:#303030;background-color:#30bcff}.ns-ios Switch[isEnabled=false],.ns-ios .nt-switch[isEnabled=false]{background-color:rgba(48,188,255,.4)}.ns-dark.ns-ios Switch[isEnabled=false],.ns-dark.ns-ios .nt-switch[isEnabled=false]{background-color:rgba(48,188,255,.4)}TabView,.nt-tab-view{selected-tab-text-color:#30bcff;android-selected-tab-highlight-color:#30bcff}.ns-dark TabView,.ns-dark .nt-tab-view{selected-tab-text-color:#30bcff;android-selected-tab-highlight-color:#30bcff}TabView.ns-dark,.nt-tab-view.ns-dark{selected-tab-text-color:#30bcff;android-selected-tab-highlight-color:#30bcff}TabStrip,.nt-tab-strip{highlight-color:#30bcff}.ns-dark TabStrip,.ns-dark .nt-tab-strip{highlight-color:#30bcff}TabStripItem:active,.nt-tab-strip__item:active{color:#30bcff}.ns-dark TabStripItem:active,.ns-dark .nt-tab-strip__item:active{color:#30bcff}TabStripItem:active Label,.nt-tab-strip__item:active Label{color:#30bcff}.ns-dark TabStripItem:active Label,.ns-dark .nt-tab-strip__item:active Label{color:#30bcff}ListView NTIcon,ListView .nt-icon,RadListView NTIcon,RadListView .nt-icon,.nt-list-view NTIcon,.nt-list-view .nt-icon{color:#006698}.ns-dark ListView NTIcon,.ns-dark ListView .nt-icon,.ns-dark RadListView NTIcon,.ns-dark RadListView .nt-icon,.ns-dark .nt-list-view NTIcon,.ns-dark .nt-list-view .nt-icon{color:#30bcff}ListView .nt-list-view__delete,RadListView .nt-list-view__delete,.nt-list-view .nt-list-view__delete{background-color:#d50000}RadSideDrawer .nt-drawer__header,.nt-drawer .nt-drawer__header{background:#4e2a85}RadSideDrawer .nt-drawer__header Label,.nt-drawer .nt-drawer__header Label{color:#fff}RadSideDrawer>*,RadSideDrawer .nt-drawer__content,.nt-drawer>*,.nt-drawer .nt-drawer__content{color:#fff}RadSideDrawer.ns-dark .nt-drawer__header,.nt-drawer.ns-dark .nt-drawer__header{background:#4e2a85}RadSideDrawer.ns-dark .nt-drawer__header Label,.nt-drawer.ns-dark .nt-drawer__header Label{color:#fff}RadSideDrawer.ns-dark>*,RadSideDrawer.ns-dark .nt-drawer__content,.nt-drawer.ns-dark>*,.nt-drawer.ns-dark .nt-drawer__content{color:#fff}TextView,TextField,PickerField,DatePickerField,TimePickerField,DateTimePickerFields,DataFormEditorCore,RadAutoCompleteTextView{background-color:transparent;border-color:#fafafa}.ns-dark TextView,.ns-dark TextField,.ns-dark PickerField,.ns-dark DatePickerField,.ns-dark TimePickerField,.ns-dark DateTimePickerFields,.ns-dark DataFormEditorCore,.ns-dark RadAutoCompleteTextView{border-color:#c7c7c7}TextView:focus,TextField:focus,PickerField:focus,DatePickerField:focus,TimePickerField:focus,DateTimePickerFields:focus,DataFormEditorCore:focus,RadAutoCompleteTextView:focus{border-color:#0088c9}.ns-dark TextView:focus,.ns-dark TextField:focus,.ns-dark PickerField:focus,.ns-dark DatePickerField:focus,.ns-dark TimePickerField:focus,.ns-dark DateTimePickerFields:focus,.ns-dark DataFormEditorCore:focus,.ns-dark RadAutoCompleteTextView:focus{border-color:#96ddff}TextView[isEnabled=false],TextField[isEnabled=false],PickerField[isEnabled=false],DatePickerField[isEnabled=false],TimePickerField[isEnabled=false],DateTimePickerFields[isEnabled=false],DataFormEditorCore[isEnabled=false],RadAutoCompleteTextView[isEnabled=false]{color:#e0e0e0;background-color:#fff}.ns-dark TextView[isEnabled=false],.ns-dark TextField[isEnabled=false],.ns-dark PickerField[isEnabled=false],.ns-dark DatePickerField[isEnabled=false],.ns-dark TimePickerField[isEnabled=false],.ns-dark DateTimePickerFields[isEnabled=false],.ns-dark DataFormEditorCore[isEnabled=false],.ns-dark RadAutoCompleteTextView[isEnabled=false]{color:#e0e0e0;background-color:#949494}RadAutoCompleteTextView Token{background-color:#96ddff}.ns-dark RadAutoCompleteTextView Token{background-color:#0088c9}RadAutoCompleteTextView Token:selected{background-color:#63cdff}.ns-dark RadAutoCompleteTextView Token:selected{background-color:#00aafc}.date-time-picker{color:#262626;background:#fff}.date-time-picker.ns-dark{color:#fff;background:#303030}.date-time-picker-buttons{color:#004363}.date-time-picker-buttons.ns-dark{color:#fcfeff}.ns-dark.date-time-picker-button-cancel{background:#303030}.date-time-picker-spinners{color:#006596}.date-time-picker-spinners.ns-dark{color:#c9eeff}DataFormEditorLabel,.nt-input>Label{color:#006596}.ns-dark DataFormEditorLabel,.ns-dark .nt-input>Label{color:#c9eeff}ActionBar,.nt-action-bar{color:#fff;background-color:#8130ff}.ns-dark ActionBar,.ns-dark .nt-action-bar{color:#fff;background-color:#593098}ActionBar NTIcon,ActionBar Label,ActionBar Button,ActionBar .nt-action-bar__item,.nt-action-bar NTIcon,.nt-action-bar Label,.nt-action-bar Button,.nt-action-bar .nt-action-bar__item{color:#fff}.ns-dark ActionBar NTIcon,.ns-dark ActionBar Label,.ns-dark ActionBar Button,.ns-dark ActionBar .nt-action-bar__item,.ns-dark .nt-action-bar NTIcon,.ns-dark .nt-action-bar Label,.ns-dark .nt-action-bar Button,.ns-dark .nt-action-bar .nt-action-bar__item{color:#fff}ActionBar NTIcon:active,ActionBar NTIcon.-active,ActionBar Label:active,ActionBar Label.-active,ActionBar Button:active,ActionBar Button.-active,ActionBar .nt-action-bar__item:active,ActionBar .nt-action-bar__item.-active,.nt-action-bar NTIcon:active,.nt-action-bar NTIcon.-active,.nt-action-bar Label:active,.nt-action-bar Label.-active,.nt-action-bar Button:active,.nt-action-bar Button.-active,.nt-action-bar .nt-action-bar__item:active,.nt-action-bar .nt-action-bar__item.-active{color:#fff}.ns-dark ActionBar NTIcon:active,.ns-dark ActionBar NTIcon.-active,.ns-dark ActionBar Label:active,.ns-dark ActionBar Label.-active,.ns-dark ActionBar Button:active,.ns-dark ActionBar Button.-active,.ns-dark ActionBar .nt-action-bar__item:active,.ns-dark ActionBar .nt-action-bar__item.-active,.ns-dark .nt-action-bar NTIcon:active,.ns-dark .nt-action-bar NTIcon.-active,.ns-dark .nt-action-bar Label:active,.ns-dark .nt-action-bar Label.-active,.ns-dark .nt-action-bar Button:active,.ns-dark .nt-action-bar Button.-active,.ns-dark .nt-action-bar .nt-action-bar__item:active,.ns-dark .nt-action-bar .nt-action-bar__item.-active{color:#fff}.ns-android ActionBar Button,.ns-android ActionBar .nt-button,.ns-android .nt-action-bar Button,.ns-android .nt-action-bar .nt-button{background-color:#8130ff}.ns-dark.ns-android ActionBar Button,.ns-dark.ns-android ActionBar .nt-button,.ns-dark.ns-android .nt-action-bar Button,.ns-dark.ns-android .nt-action-bar .nt-button{background-color:#593098}.hr,.hr-light{border-color:#96ddff}.ns-dark .hr,.ns-dark .hr-light{border-color:#fcfeff}.hr-dark{border-color:#0088c9}.ns-dark .hr-dark{border-color:#96ddff}
/*!
* NativeScript Compatibility Theme v2.0.11 (https://nativescript.org)
* NativeScript Compatibility Theme v2.0.12 (https://nativescript.org)
* Copyright 2016-2016 The Theme Authors
* Copyright 2016-2019 Progress Software
* Licensed under Apache 2.0 (https://github.com/NativeScript/theme/blob/master/LICENSE)
*/.action-bar{color:#fff;background-color:#ff1744}.ns-dark .action-bar{color:#fff}.ns-dark .action-bar{background-color:#98243a}.ns-root .action-bar .action-item{color:#fff;background-color:#ff1744}.ns-dark .ns-root .action-bar .action-item{color:#fff}.ns-dark .ns-root .action-bar .action-item{background-color:#98243a}.ns-root .action-bar .action-item-active:active{color:#fff;background-color:#ff1744}.ns-dark .ns-root .action-bar .action-item-active:active{color:#fff}.ns-dark .ns-root .action-bar .action-item-active:active{background-color:#98243a}.ns-ios .action-bar .action-item:active,.ns-android .action-bar .action-item:active{color:#fff}.ns-dark .ns-ios .action-bar .action-item:active,.ns-dark .ns-android .action-bar .action-item:active{color:#fff}@keyframes light-highlight{0%{background-color:#fff}100%{background-color:#e6e6e6}}@keyframes dark-highlight{0%{background-color:#303030}100%{background-color:#232323}}@keyframes focus-highlight{0%{background-color:#ffea00}100%{background-color:#cb0}}@keyframes dark-focus-highlight{0%{background-color:#ffea00}100%{background-color:#cb0}}.btn{background-color:#fff;color:#332f00}.ns-dark .btn{background-color:#303030}.ns-dark .btn{color:#fffbcc}.btn-active:active{color:#332f00}.ns-dark .btn-active:active{color:#fffbcc}.btn-primary{color:#000;background-color:#ffea00;border-color:#ffea00}.ns-dark .btn-primary{color:#000}.ns-dark .btn-primary{background-color:#ffea00}.ns-dark .btn-primary{border-color:#ffea00}.btn-primary.btn-active:active{animation:focus-highlight .3s ease-out forwards;background-color:#cb0}.btn[isEnabled=false]{background-color:#fff366}.ns-dark .btn[isEnabled=false]{background-color:#ada126}.btn-outline{background-color:#fff;border-color:#998c00}.ns-dark .btn-outline{background-color:#303030}.ns-dark .btn-outline{border-color:#fff266}.btn-outline-active:active{animation:light-highlight .3s ease-out forwards;background-color:#e6e6e6}.ns-dark .btn-outline-active:active{animation:dark-highlight .3s ease-out forwards;background-color:#232323}.btn-outline[isEnabled=false]{background-color:#fff;color:#b8b16b;border-color:#b8b16b}.ns-dark .btn-outline[isEnabled=false]{background-color:#303030}.ns-dark .btn-outline[isEnabled=false]{color:#b8b16b}.ns-dark .btn-outline[isEnabled=false]{border-color:#b8b16b}.activity-indicator{color:#ffea00}.ns-dark .activity-indicator{color:#ffea00}.segmented-bar{selected-background-color:#ffea00}.ns-dark .segmented-bar{selected-background-color:#ffea00}.ns-ios .segmented-bar{margin:0 15;color:#ffea00}.ns-dark .ns-ios .segmented-bar{color:#ffea00}.progress{color:#ffea00}.ns-dark .progress{color:#ffea00}.slider{color:#ffea00}.ns-dark .slider{color:#ffea00}.slider[isEnabled=false]{color:#e0e0e0}.ns-android .switch{color:#ccc;background-color:#ccc}.ns-dark .ns-android .switch{color:#636363}.ns-dark .ns-android .switch{background-color:#636363}.ns-android .switch[checked=true]{color:#ffea00}.ns-dark .ns-android .switch[checked=true]{color:#ffea00}.ns-android .switch[isEnabled=false]{color:#e6e6e6}.ns-dark .ns-android .switch[isEnabled=false]{color:#4a4a4a}.ns-ios .switch{background-color:#ffea00;off-background-color:#e6e6e6}.ns-dark .ns-ios .switch{background-color:#ffea00}.ns-dark .ns-ios .switch{off-background-color:#4a4a4a}.ns-ios .switch[isEnabled=false]{background-color:rgba(255,234,0,.4);off-background-color:#e6e6e6}.ns-dark .ns-ios .switch[isEnabled=false]{background-color:rgba(255,234,0,.4)}.ns-dark .ns-ios .switch[isEnabled=false]{off-background-color:#4a4a4a}.tab-view{selected-tab-text-color:#ffea00;android-selected-tab-highlight-color:#ffea00}.ns-dark .tab-view{selected-tab-text-color:#ffea00}.ns-dark .tab-view{android-selected-tab-highlight-color:#ffea00}.tab-view.ns-dark{selected-tab-text-color:#ffea00;android-selected-tab-highlight-color:#ffea00}.list-view NTIcon,.list-view .nt-icon{color:#807500}.ns-dark .list-view NTIcon,.ns-dark .list-view .nt-icon{color:#ffea00}.list-view .nt-list-view__delete{background-color:#d50000}.side-drawer .sidedrawer-header{background:#831f32}.side-drawer .sidedrawer-header Label{color:#fff}.side-drawer .sidedrawer-left,.side-drawer .sidedrawer-center{color:#fff}.side-drawer.ns-dark .sidedrawer-header{background:#831f32}.side-drawer.ns-dark .sidedrawer-header Label{color:#fff}.side-drawer.ns-dark .sidedrawer-left,.side-drawer.ns-dark .sidedrawer-center{color:#fff}.input{background-color:transparent;border-color:#b3b3b3}.ns-dark .input{border-color:gray}.input:focus{border-color:#998c00}.ns-dark .input:focus{border-color:#fff266}.input[isEnabled=false]{color:#999;background-color:#e6e6e6}.ns-dark .input[isEnabled=false]{color:#999}.ns-dark .input[isEnabled=false]{background-color:#4d4d4d}RadAutoCompleteTextView Token{background-color:#fff266}.ns-dark RadAutoCompleteTextView Token{background-color:#998c00}RadAutoCompleteTextView Token:selected{background-color:#fe3}.ns-dark RadAutoCompleteTextView Token:selected{background-color:#cb0}.date-time-picker{color:#262626;background:#fff}.date-time-picker.ns-dark{color:#fff;background:#303030}.date-time-picker-buttons{color:#332f00}.date-time-picker-buttons.ns-dark{color:#fffbcc}.ns-dark.date-time-picker-button-cancel{background:#303030}.date-time-picker-spinners{color:#665e00}.date-time-picker-spinners.ns-dark{color:#fff799}DataFormEditorLabel,.input .label{color:#665e00}.ns-dark DataFormEditorLabel,.ns-dark .input .label{color:#fff799}.hr,.hr-light{border-color:#fff266}.ns-dark .hr,.ns-dark .hr-light{border-color:#fffbcc}.hr-dark{border-color:#998c00}.ns-dark .hr-dark{border-color:#fff266}
*/@keyframes light-highlight{0%{background-color:#fff}100%{background-color:#e6e6e6}}@keyframes dark-highlight{0%{background-color:#303030}100%{background-color:#232323}}@keyframes focus-highlight{0%{background-color:#ffea00}100%{background-color:#cb0}}@keyframes dark-focus-highlight{0%{background-color:#ffea00}100%{background-color:#cb0}}.btn{background-color:#fff;color:#332f00}.ns-dark .btn{background-color:#303030;color:#fffbcc}.btn-active:active{color:#332f00}.ns-dark .btn-active:active{color:#fffbcc}.btn-primary{color:#000;background-color:#ffea00;border-color:#ffea00}.ns-dark .btn-primary{color:#000;background-color:#ffea00;border-color:#ffea00}.btn-primary.btn-active:active{animation:focus-highlight .3s ease-out forwards;background-color:#cb0}.btn[isEnabled=false]{background-color:#fff366}.ns-dark .btn[isEnabled=false]{background-color:#ada126}.btn-outline{background-color:#fff;border-color:#998c00}.ns-dark .btn-outline{background-color:#303030;border-color:#fff266}.btn-outline-active:active{animation:light-highlight .3s ease-out forwards;background-color:#e6e6e6}.ns-dark .btn-outline-active:active{animation:dark-highlight .3s ease-out forwards;background-color:#232323}.btn-outline[isEnabled=false]{background-color:#fff;color:#e9e39d;border-color:#e9e39d}.ns-dark .btn-outline[isEnabled=false]{background-color:#303030;color:#e9e39d;border-color:#e9e39d}.activity-indicator{color:#ffea00}.ns-dark .activity-indicator{color:#ffea00}.segmented-bar{selected-background-color:#ffea00}.ns-dark .segmented-bar{selected-background-color:#ffea00}.ns-ios .segmented-bar{margin:0 15;color:#ffea00}.ns-dark.ns-ios .segmented-bar{color:#ffea00}.progress{color:#ffea00}.ns-dark .progress{color:#ffea00}.slider{color:#ffea00}.ns-dark .slider{color:#ffea00}.slider[isEnabled=false]{color:#e0e0e0}.ns-android .switch{color:#ccc;background-color:#ccc}.ns-dark.ns-android .switch{color:#636363;background-color:#636363}.ns-android .switch[checked=true]{color:#ffea00}.ns-dark.ns-android .switch[checked=true]{color:#ffea00}.ns-android .switch[isEnabled=false]{color:#e6e6e6}.ns-dark.ns-android .switch[isEnabled=false]{color:#4a4a4a}.ns-ios .switch{color:#fff;background-color:#ffea00}.ns-dark.ns-ios .switch{color:#303030;background-color:#ffea00}.ns-ios .switch[isEnabled=false]{background-color:rgba(255,234,0,.4)}.ns-dark.ns-ios .switch[isEnabled=false]{background-color:rgba(255,234,0,.4)}.tab-view{selected-tab-text-color:#ffea00;android-selected-tab-highlight-color:#ffea00}.ns-dark .tab-view{selected-tab-text-color:#ffea00;android-selected-tab-highlight-color:#ffea00}.tab-view.ns-dark{selected-tab-text-color:#ffea00;android-selected-tab-highlight-color:#ffea00}.list-view NTIcon,.list-view .nt-icon{color:#807500}.ns-dark .list-view NTIcon,.ns-dark .list-view .nt-icon{color:#ffea00}.list-view .nt-list-view__delete{background-color:#d50000}.side-drawer .sidedrawer-header{background:#831f32}.side-drawer .sidedrawer-header Label{color:#fff}.side-drawer .sidedrawer-left,.side-drawer .sidedrawer-center{color:#fff}.side-drawer.ns-dark .sidedrawer-header{background:#831f32}.side-drawer.ns-dark .sidedrawer-header Label{color:#fff}.side-drawer.ns-dark .sidedrawer-left,.side-drawer.ns-dark .sidedrawer-center{color:#fff}.input{background-color:transparent;border-color:#fafafa}.ns-dark .input{border-color:#c7c7c7}.input:focus{border-color:#998c00}.ns-dark .input:focus{border-color:#fff266}.input[isEnabled=false]{color:#e0e0e0;background-color:#fff}.ns-dark .input[isEnabled=false]{color:#e0e0e0;background-color:#949494}RadAutoCompleteTextView Token{background-color:#fff266}.ns-dark RadAutoCompleteTextView Token{background-color:#998c00}RadAutoCompleteTextView Token:selected{background-color:#fe3}.ns-dark RadAutoCompleteTextView Token:selected{background-color:#cb0}.date-time-picker{color:#262626;background:#fff}.date-time-picker.ns-dark{color:#fff;background:#303030}.date-time-picker-buttons{color:#332f00}.date-time-picker-buttons.ns-dark{color:#fffbcc}.ns-dark.date-time-picker-button-cancel{background:#303030}.date-time-picker-spinners{color:#665e00}.date-time-picker-spinners.ns-dark{color:#fff799}DataFormEditorLabel,.input .label{color:#665e00}.ns-dark DataFormEditorLabel,.ns-dark .input .label{color:#fff799}.action-bar{color:#fff;background-color:#ff1744}.ns-dark .action-bar{color:#fff;background-color:#98243a}.action-bar .action-item{color:#fff}.ns-dark .action-bar .action-item{color:#fff}.action-bar .action-item-active:active{color:#fff}.ns-dark .action-bar .action-item-active:active{color:#fff}.hr,.hr-light{border-color:#fff266}.ns-dark .hr,.ns-dark .hr-light{border-color:#fffbcc}.hr-dark{border-color:#998c00}.ns-dark .hr-dark{border-color:#fff266}
/*!
* NativeScript Theme v2.0.11 (https://nativescript.org)
* NativeScript Theme v2.0.12 (https://nativescript.org)
* Copyright 2016-2016 The Theme Authors
* Copyright 2016-2019 Progress Software
* Licensed under Apache 2.0 (https://github.com/NativeScript/theme/blob/master/LICENSE)
*/ActionBar,NTActionBar,.nt-action-bar{color:#fff;background-color:#ff1744}.ns-dark ActionBar,.ns-dark NTActionBar,.ns-dark .nt-action-bar{color:#fff}.ns-dark ActionBar,.ns-dark NTActionBar,.ns-dark .nt-action-bar{background-color:#98243a}.ns-root ActionBar NTIcon,ActionBar Label,ActionBar Button,ActionBar .nt-action-bar__item,.ns-root NTActionBar NTIcon,NTActionBar Label,NTActionBar Button,NTActionBar .nt-action-bar__item,.ns-root .nt-action-bar NTIcon,.nt-action-bar Label,.nt-action-bar Button,.nt-action-bar .nt-action-bar__item{color:#fff;background-color:#ff1744}.ns-dark .ns-root ActionBar NTIcon,.ns-dark ActionBar Label,.ns-dark ActionBar Button,.ns-dark ActionBar .nt-action-bar__item,.ns-dark .ns-root NTActionBar NTIcon,.ns-dark NTActionBar Label,.ns-dark NTActionBar Button,.ns-dark NTActionBar .nt-action-bar__item,.ns-dark .ns-root .nt-action-bar NTIcon,.ns-dark .nt-action-bar Label,.ns-dark .nt-action-bar Button,.ns-dark .nt-action-bar .nt-action-bar__item{color:#fff}.ns-dark .ns-root ActionBar NTIcon,.ns-dark ActionBar Label,.ns-dark ActionBar Button,.ns-dark ActionBar .nt-action-bar__item,.ns-dark .ns-root NTActionBar NTIcon,.ns-dark NTActionBar Label,.ns-dark NTActionBar Button,.ns-dark NTActionBar .nt-action-bar__item,.ns-dark .ns-root .nt-action-bar NTIcon,.ns-dark .nt-action-bar Label,.ns-dark .nt-action-bar Button,.ns-dark .nt-action-bar .nt-action-bar__item{background-color:#98243a}.ns-root ActionBar NTIcon:active,.ns-root ActionBar NTIcon.-active,ActionBar Label:active,ActionBar Label.-active,ActionBar Button:active,ActionBar Button.-active,ActionBar .nt-action-bar__item:active,ActionBar .nt-action-bar__item.-active,.ns-root NTActionBar NTIcon:active,.ns-root NTActionBar NTIcon.-active,NTActionBar Label:active,NTActionBar Label.-active,NTActionBar Button:active,NTActionBar Button.-active,NTActionBar .nt-action-bar__item:active,NTActionBar .nt-action-bar__item.-active,.ns-root .nt-action-bar NTIcon:active,.ns-root .nt-action-bar NTIcon.-active,.nt-action-bar Label:active,.nt-action-bar Label.-active,.nt-action-bar Button:active,.nt-action-bar Button.-active,.nt-action-bar .nt-action-bar__item:active,.nt-action-bar .nt-action-bar__item.-active{color:#fff;background-color:#ff1744}.ns-dark .ns-root ActionBar NTIcon:active,.ns-dark .ns-root ActionBar NTIcon.-active,.ns-dark ActionBar Label:active,.ns-dark ActionBar Label.-active,.ns-dark ActionBar Button:active,.ns-dark ActionBar Button.-active,.ns-dark ActionBar .nt-action-bar__item:active,.ns-dark ActionBar .nt-action-bar__item.-active,.ns-dark .ns-root NTActionBar NTIcon:active,.ns-dark .ns-root NTActionBar NTIcon.-active,.ns-dark NTActionBar Label:active,.ns-dark NTActionBar Label.-active,.ns-dark NTActionBar Button:active,.ns-dark NTActionBar Button.-active,.ns-dark NTActionBar .nt-action-bar__item:active,.ns-dark NTActionBar .nt-action-bar__item.-active,.ns-dark .ns-root .nt-action-bar NTIcon:active,.ns-dark .ns-root .nt-action-bar NTIcon.-active,.ns-dark .nt-action-bar Label:active,.ns-dark .nt-action-bar Label.-active,.ns-dark .nt-action-bar Button:active,.ns-dark .nt-action-bar Button.-active,.ns-dark .nt-action-bar .nt-action-bar__item:active,.ns-dark .nt-action-bar .nt-action-bar__item.-active{color:#fff}.ns-dark .ns-root ActionBar NTIcon:active,.ns-dark .ns-root ActionBar NTIcon.-active,.ns-dark ActionBar Label:active,.ns-dark ActionBar Label.-active,.ns-dark ActionBar Button:active,.ns-dark ActionBar Button.-active,.ns-dark ActionBar .nt-action-bar__item:active,.ns-dark ActionBar .nt-action-bar__item.-active,.ns-dark .ns-root NTActionBar NTIcon:active,.ns-dark .ns-root NTActionBar NTIcon.-active,.ns-dark NTActionBar Label:active,.ns-dark NTActionBar Label.-active,.ns-dark NTActionBar Button:active,.ns-dark NTActionBar Button.-active,.ns-dark NTActionBar .nt-action-bar__item:active,.ns-dark NTActionBar .nt-action-bar__item.-active,.ns-dark .ns-root .nt-action-bar NTIcon:active,.ns-dark .ns-root .nt-action-bar NTIcon.-active,.ns-dark .nt-action-bar Label:active,.ns-dark .nt-action-bar Label.-active,.ns-dark .nt-action-bar Button:active,.ns-dark .nt-action-bar Button.-active,.ns-dark .nt-action-bar .nt-action-bar__item:active,.ns-dark .nt-action-bar .nt-action-bar__item.-active{background-color:#98243a}.ns-ios ActionBar NTIcon:active,.ns-ios ActionBar Label:active,.ns-ios ActionBar Button:active,.ns-ios ActionBar .nt-action-bar__item:active,.ns-android ActionBar NTIcon:active,.ns-android ActionBar Label:active,.ns-android ActionBar Button:active,.ns-android ActionBar .nt-action-bar__item:active,.ns-ios NTActionBar NTIcon:active,.ns-ios NTActionBar Label:active,.ns-ios NTActionBar Button:active,.ns-ios NTActionBar .nt-action-bar__item:active,.ns-android NTActionBar NTIcon:active,.ns-android NTActionBar Label:active,.ns-android NTActionBar Button:active,.ns-android NTActionBar .nt-action-bar__item:active,.ns-ios .nt-action-bar NTIcon:active,.ns-ios .nt-action-bar Label:active,.ns-ios .nt-action-bar Button:active,.ns-ios .nt-action-bar .nt-action-bar__item:active,.ns-android .nt-action-bar NTIcon:active,.ns-android .nt-action-bar Label:active,.ns-android .nt-action-bar Button:active,.ns-android .nt-action-bar .nt-action-bar__item:active{color:#fff}.ns-dark .ns-ios ActionBar NTIcon:active,.ns-dark .ns-ios ActionBar Label:active,.ns-dark .ns-ios ActionBar Button:active,.ns-dark .ns-ios ActionBar .nt-action-bar__item:active,.ns-dark .ns-android ActionBar NTIcon:active,.ns-dark .ns-android ActionBar Label:active,.ns-dark .ns-android ActionBar Button:active,.ns-dark .ns-android ActionBar .nt-action-bar__item:active,.ns-dark .ns-ios NTActionBar NTIcon:active,.ns-dark .ns-ios NTActionBar Label:active,.ns-dark .ns-ios NTActionBar Button:active,.ns-dark .ns-ios NTActionBar .nt-action-bar__item:active,.ns-dark .ns-android NTActionBar NTIcon:active,.ns-dark .ns-android NTActionBar Label:active,.ns-dark .ns-android NTActionBar Button:active,.ns-dark .ns-android NTActionBar .nt-action-bar__item:active,.ns-dark .ns-ios .nt-action-bar NTIcon:active,.ns-dark .ns-ios .nt-action-bar Label:active,.ns-dark .ns-ios .nt-action-bar Button:active,.ns-dark .ns-ios .nt-action-bar .nt-action-bar__item:active,.ns-dark .ns-android .nt-action-bar NTIcon:active,.ns-dark .ns-android .nt-action-bar Label:active,.ns-dark .ns-android .nt-action-bar Button:active,.ns-dark .ns-android .nt-action-bar .nt-action-bar__item:active{color:#fff}@keyframes light-highlight{0%{background-color:#fff}100%{background-color:#e6e6e6}}@keyframes dark-highlight{0%{background-color:#303030}100%{background-color:#232323}}@keyframes focus-highlight{0%{background-color:#ffea00}100%{background-color:#cb0}}@keyframes dark-focus-highlight{0%{background-color:#ffea00}100%{background-color:#cb0}}Button,.nt-button{background-color:#fff;color:#332f00}.ns-dark Button,.ns-dark .nt-button{background-color:#303030}.ns-dark Button,.ns-dark .nt-button{color:#fffbcc}Button:active,Button.-active,.nt-button:active,.nt-button.-active{color:#332f00}.ns-dark Button:active,.ns-dark Button.-active,.ns-dark .nt-button:active,.ns-dark .nt-button.-active{color:#fffbcc}Button.-primary,.nt-button.-primary{color:#000;background-color:#ffea00;border-color:#ffea00}.ns-dark Button.-primary,.ns-dark .nt-button.-primary{color:#000}.ns-dark Button.-primary,.ns-dark .nt-button.-primary{background-color:#ffea00}.ns-dark Button.-primary,.ns-dark .nt-button.-primary{border-color:#ffea00}Button.-primary:active,Button.-primary.-active,.nt-button.-primary:active,.nt-button.-primary.-active{animation:focus-highlight .3s ease-out forwards;background-color:#cb0}Button[isEnabled=false],.nt-button[isEnabled=false]{background-color:#fff366}.ns-dark Button[isEnabled=false],.ns-dark .nt-button[isEnabled=false]{background-color:#ada126}Button.-outline,.nt-button.-outline{background-color:#fff;border-color:#998c00}.ns-dark Button.-outline,.ns-dark .nt-button.-outline{background-color:#303030}.ns-dark Button.-outline,.ns-dark .nt-button.-outline{border-color:#fff266}Button.-outline:active,Button.-outline.-active,.nt-button.-outline:active,.nt-button.-outline.-active{animation:light-highlight .3s ease-out forwards;background-color:#e6e6e6}.ns-dark Button.-outline:active,.ns-dark Button.-outline.-active,.ns-dark .nt-button.-outline:active,.ns-dark .nt-button.-outline.-active{animation:dark-highlight .3s ease-out forwards;background-color:#232323}Button.-outline[isEnabled=false],.nt-button.-outline[isEnabled=false]{background-color:#fff;color:#b8b16b;border-color:#b8b16b}.ns-dark Button.-outline[isEnabled=false],.ns-dark .nt-button.-outline[isEnabled=false]{background-color:#303030}.ns-dark Button.-outline[isEnabled=false],.ns-dark .nt-button.-outline[isEnabled=false]{color:#b8b16b}.ns-dark Button.-outline[isEnabled=false],.ns-dark .nt-button.-outline[isEnabled=false]{border-color:#b8b16b}ActivityIndicator,.nt-activity-indicator{color:#ffea00}.ns-dark ActivityIndicator,.ns-dark .nt-activity-indicator{color:#ffea00}SegmentedBar,.nt-segmented-bar{selected-background-color:#ffea00}.ns-dark SegmentedBar,.ns-dark .nt-segmented-bar{selected-background-color:#ffea00}.ns-ios SegmentedBar,.ns-ios .nt-segmented-bar{margin:0 15;color:#ffea00}.ns-dark .ns-ios SegmentedBar,.ns-dark .ns-ios .nt-segmented-bar{color:#ffea00}Progress,.nt-progress{color:#ffea00}.ns-dark Progress,.ns-dark .nt-progress{color:#ffea00}Slider,.nt-slider{color:#ffea00}.ns-dark Slider,.ns-dark .nt-slider{color:#ffea00}Slider[isEnabled=false],.nt-slider[isEnabled=false]{color:#e0e0e0}.ns-android Switch,.ns-android .nt-switch{color:#ccc;background-color:#ccc}.ns-dark .ns-android Switch,.ns-dark .ns-android .nt-switch{color:#636363}.ns-dark .ns-android Switch,.ns-dark .ns-android .nt-switch{background-color:#636363}.ns-android Switch[checked=true],.ns-android .nt-switch[checked=true]{color:#ffea00}.ns-dark .ns-android Switch[checked=true],.ns-dark .ns-android .nt-switch[checked=true]{color:#ffea00}.ns-android Switch[isEnabled=false],.ns-android .nt-switch[isEnabled=false]{color:#e6e6e6}.ns-dark .ns-android Switch[isEnabled=false],.ns-dark .ns-android .nt-switch[isEnabled=false]{color:#4a4a4a}.ns-ios Switch,.ns-ios .nt-switch{background-color:#ffea00;off-background-color:#e6e6e6}.ns-dark .ns-ios Switch,.ns-dark .ns-ios .nt-switch{background-color:#ffea00}.ns-dark .ns-ios Switch,.ns-dark .ns-ios .nt-switch{off-background-color:#4a4a4a}.ns-ios Switch[isEnabled=false],.ns-ios .nt-switch[isEnabled=false]{background-color:rgba(255,234,0,.4);off-background-color:#e6e6e6}.ns-dark .ns-ios Switch[isEnabled=false],.ns-dark .ns-ios .nt-switch[isEnabled=false]{background-color:rgba(255,234,0,.4)}.ns-dark .ns-ios Switch[isEnabled=false],.ns-dark .ns-ios .nt-switch[isEnabled=false]{off-background-color:#4a4a4a}TabView,.nt-tab-view{selected-tab-text-color:#ffea00;android-selected-tab-highlight-color:#ffea00}.ns-dark TabView,.ns-dark .nt-tab-view{selected-tab-text-color:#ffea00}.ns-dark TabView,.ns-dark .nt-tab-view{android-selected-tab-highlight-color:#ffea00}TabView.ns-dark,.nt-tab-view.ns-dark{selected-tab-text-color:#ffea00;android-selected-tab-highlight-color:#ffea00}TabStrip,.nt-tab-strip{highlight-color:#ffea00}.ns-dark TabStrip,.ns-dark .nt-tab-strip{highlight-color:#ffea00}TabStripItem:active,.nt-tab-strip__item:active{color:#ffea00}.ns-dark TabStripItem:active,.ns-dark .nt-tab-strip__item:active{color:#ffea00}TabStripItem:active Label,.nt-tab-strip__item:active Label{color:#ffea00}.ns-dark TabStripItem:active Label,.ns-dark .nt-tab-strip__item:active Label{color:#ffea00}ListView NTIcon,ListView .nt-icon,RadListView NTIcon,RadListView .nt-icon,.nt-list-view NTIcon,.nt-list-view .nt-icon{color:#807500}.ns-dark ListView NTIcon,.ns-dark ListView .nt-icon,.ns-dark RadListView NTIcon,.ns-dark RadListView .nt-icon,.ns-dark .nt-list-view NTIcon,.ns-dark .nt-list-view .nt-icon{color:#ffea00}ListView .nt-list-view__delete,RadListView .nt-list-view__delete,.nt-list-view .nt-list-view__delete{background-color:#d50000}RadSideDrawer .nt-drawer__header,.nt-drawer .nt-drawer__header{background:#831f32}RadSideDrawer .nt-drawer__header Label,.nt-drawer .nt-drawer__header Label{color:#fff}RadSideDrawer>*,RadSideDrawer .nt-drawer__content,.nt-drawer>*,.nt-drawer .nt-drawer__content{color:#fff}RadSideDrawer.ns-dark .nt-drawer__header,.nt-drawer.ns-dark .nt-drawer__header{background:#831f32}RadSideDrawer.ns-dark .nt-drawer__header Label,.nt-drawer.ns-dark .nt-drawer__header Label{color:#fff}RadSideDrawer.ns-dark>*,RadSideDrawer.ns-dark .nt-drawer__content,.nt-drawer.ns-dark>*,.nt-drawer.ns-dark .nt-drawer__content{color:#fff}TextView,TextField,PickerField,DatePickerField,TimePickerField,DateTimePickerFields,DataFormEditorCore,RadAutoCompleteTextView{background-color:transparent;border-color:#b3b3b3}.ns-dark TextView,.ns-dark TextField,.ns-dark PickerField,.ns-dark DatePickerField,.ns-dark TimePickerField,.ns-dark DateTimePickerFields,.ns-dark DataFormEditorCore,.ns-dark RadAutoCompleteTextView{border-color:gray}TextView:focus,TextField:focus,PickerField:focus,DatePickerField:focus,TimePickerField:focus,DateTimePickerFields:focus,DataFormEditorCore:focus,RadAutoCompleteTextView:focus{border-color:#998c00}.ns-dark TextView:focus,.ns-dark TextField:focus,.ns-dark PickerField:focus,.ns-dark DatePickerField:focus,.ns-dark TimePickerField:focus,.ns-dark DateTimePickerFields:focus,.ns-dark DataFormEditorCore:focus,.ns-dark RadAutoCompleteTextView:focus{border-color:#fff266}TextView[isEnabled=false],TextField[isEnabled=false],PickerField[isEnabled=false],DatePickerField[isEnabled=false],TimePickerField[isEnabled=false],DateTimePickerFields[isEnabled=false],DataFormEditorCore[isEnabled=false],RadAutoCompleteTextView[isEnabled=false]{color:#999;background-color:#e6e6e6}.ns-dark TextView[isEnabled=false],.ns-dark TextField[isEnabled=false],.ns-dark PickerField[isEnabled=false],.ns-dark DatePickerField[isEnabled=false],.ns-dark TimePickerField[isEnabled=false],.ns-dark DateTimePickerFields[isEnabled=false],.ns-dark DataFormEditorCore[isEnabled=false],.ns-dark RadAutoCompleteTextView[isEnabled=false]{color:#999}.ns-dark TextView[isEnabled=false],.ns-dark TextField[isEnabled=false],.ns-dark PickerField[isEnabled=false],.ns-dark DatePickerField[isEnabled=false],.ns-dark TimePickerField[isEnabled=false],.ns-dark DateTimePickerFields[isEnabled=false],.ns-dark DataFormEditorCore[isEnabled=false],.ns-dark RadAutoCompleteTextView[isEnabled=false]{background-color:#4d4d4d}RadAutoCompleteTextView Token{background-color:#fff266}.ns-dark RadAutoCompleteTextView Token{background-color:#998c00}RadAutoCompleteTextView Token:selected{background-color:#fe3}.ns-dark RadAutoCompleteTextView Token:selected{background-color:#cb0}.date-time-picker{color:#262626;background:#fff}.date-time-picker.ns-dark{color:#fff;background:#303030}.date-time-picker-buttons{color:#332f00}.date-time-picker-buttons.ns-dark{color:#fffbcc}.ns-dark.date-time-picker-button-cancel{background:#303030}.date-time-picker-spinners{color:#665e00}.date-time-picker-spinners.ns-dark{color:#fff799}DataFormEditorLabel,NTInput>Label,.nt-input>Label{color:#665e00}.ns-dark DataFormEditorLabel,.ns-dark NTInput>Label,.ns-dark .nt-input>Label{color:#fff799}.hr,.hr-light{border-color:#fff266}.ns-dark .hr,.ns-dark .hr-light{border-color:#fffbcc}.hr-dark{border-color:#998c00}.ns-dark .hr-dark{border-color:#fff266}
*/@keyframes light-highlight{0%{background-color:#fff}100%{background-color:#e6e6e6}}@keyframes dark-highlight{0%{background-color:#303030}100%{background-color:#232323}}@keyframes focus-highlight{0%{background-color:#ffea00}100%{background-color:#cb0}}@keyframes dark-focus-highlight{0%{background-color:#ffea00}100%{background-color:#cb0}}Button,.nt-button{background-color:#fff;color:#332f00}.ns-dark Button,.ns-dark .nt-button{background-color:#303030;color:#fffbcc}Button:active,Button.-active,.nt-button:active,.nt-button.-active{color:#332f00}.ns-dark Button:active,.ns-dark Button.-active,.ns-dark .nt-button:active,.ns-dark .nt-button.-active{color:#fffbcc}Button.-primary,.nt-button.-primary{color:#000;background-color:#ffea00;border-color:#ffea00}.ns-dark Button.-primary,.ns-dark .nt-button.-primary{color:#000;background-color:#ffea00;border-color:#ffea00}Button.-primary:active,Button.-primary.-active,.nt-button.-primary:active,.nt-button.-primary.-active{animation:focus-highlight .3s ease-out forwards;background-color:#cb0}Button[isEnabled=false],.nt-button[isEnabled=false]{background-color:#fff366}.ns-dark Button[isEnabled=false],.ns-dark .nt-button[isEnabled=false]{background-color:#ada126}Button.-outline,.nt-button.-outline{background-color:#fff;border-color:#998c00}.ns-dark Button.-outline,.ns-dark .nt-button.-outline{background-color:#303030;border-color:#fff266}Button.-outline:active,Button.-outline.-active,.nt-button.-outline:active,.nt-button.-outline.-active{animation:light-highlight .3s ease-out forwards;background-color:#e6e6e6}.ns-dark Button.-outline:active,.ns-dark Button.-outline.-active,.ns-dark .nt-button.-outline:active,.ns-dark .nt-button.-outline.-active{animation:dark-highlight .3s ease-out forwards;background-color:#232323}Button.-outline[isEnabled=false],.nt-button.-outline[isEnabled=false]{background-color:#fff;color:#e9e39d;border-color:#e9e39d}.ns-dark Button.-outline[isEnabled=false],.ns-dark .nt-button.-outline[isEnabled=false]{background-color:#303030;color:#e9e39d;border-color:#e9e39d}ActivityIndicator,.nt-activity-indicator{color:#ffea00}.ns-dark ActivityIndicator,.ns-dark .nt-activity-indicator{color:#ffea00}SegmentedBar,.nt-segmented-bar{selected-background-color:#ffea00}.ns-dark SegmentedBar,.ns-dark .nt-segmented-bar{selected-background-color:#ffea00}.ns-ios SegmentedBar,.ns-ios .nt-segmented-bar{margin:0 15;color:#ffea00}.ns-dark.ns-ios SegmentedBar,.ns-dark.ns-ios .nt-segmented-bar{color:#ffea00}Progress,.nt-progress{color:#ffea00}.ns-dark Progress,.ns-dark .nt-progress{color:#ffea00}Slider,.nt-slider{color:#ffea00}.ns-dark Slider,.ns-dark .nt-slider{color:#ffea00}Slider[isEnabled=false],.nt-slider[isEnabled=false]{color:#e0e0e0}.ns-android Switch,.ns-android .nt-switch{color:#ccc;background-color:#ccc}.ns-dark.ns-android Switch,.ns-dark.ns-android .nt-switch{color:#636363;background-color:#636363}.ns-android Switch[checked=true],.ns-android .nt-switch[checked=true]{color:#ffea00}.ns-dark.ns-android Switch[checked=true],.ns-dark.ns-android .nt-switch[checked=true]{color:#ffea00}.ns-android Switch[isEnabled=false],.ns-android .nt-switch[isEnabled=false]{color:#e6e6e6}.ns-dark.ns-android Switch[isEnabled=false],.ns-dark.ns-android .nt-switch[isEnabled=false]{color:#4a4a4a}.ns-ios Switch,.ns-ios .nt-switch{color:#fff;background-color:#ffea00}.ns-dark.ns-ios Switch,.ns-dark.ns-ios .nt-switch{color:#303030;background-color:#ffea00}.ns-ios Switch[isEnabled=false],.ns-ios .nt-switch[isEnabled=false]{background-color:rgba(255,234,0,.4)}.ns-dark.ns-ios Switch[isEnabled=false],.ns-dark.ns-ios .nt-switch[isEnabled=false]{background-color:rgba(255,234,0,.4)}TabView,.nt-tab-view{selected-tab-text-color:#ffea00;android-selected-tab-highlight-color:#ffea00}.ns-dark TabView,.ns-dark .nt-tab-view{selected-tab-text-color:#ffea00;android-selected-tab-highlight-color:#ffea00}TabView.ns-dark,.nt-tab-view.ns-dark{selected-tab-text-color:#ffea00;android-selected-tab-highlight-color:#ffea00}TabStrip,.nt-tab-strip{highlight-color:#ffea00}.ns-dark TabStrip,.ns-dark .nt-tab-strip{highlight-color:#ffea00}TabStripItem:active,.nt-tab-strip__item:active{color:#ffea00}.ns-dark TabStripItem:active,.ns-dark .nt-tab-strip__item:active{color:#ffea00}TabStripItem:active Label,.nt-tab-strip__item:active Label{color:#ffea00}.ns-dark TabStripItem:active Label,.ns-dark .nt-tab-strip__item:active Label{color:#ffea00}ListView NTIcon,ListView .nt-icon,RadListView NTIcon,RadListView .nt-icon,.nt-list-view NTIcon,.nt-list-view .nt-icon{color:#807500}.ns-dark ListView NTIcon,.ns-dark ListView .nt-icon,.ns-dark RadListView NTIcon,.ns-dark RadListView .nt-icon,.ns-dark .nt-list-view NTIcon,.ns-dark .nt-list-view .nt-icon{color:#ffea00}ListView .nt-list-view__delete,RadListView .nt-list-view__delete,.nt-list-view .nt-list-view__delete{background-color:#d50000}RadSideDrawer .nt-drawer__header,.nt-drawer .nt-drawer__header{background:#831f32}RadSideDrawer .nt-drawer__header Label,.nt-drawer .nt-drawer__header Label{color:#fff}RadSideDrawer>*,RadSideDrawer .nt-drawer__content,.nt-drawer>*,.nt-drawer .nt-drawer__content{color:#fff}RadSideDrawer.ns-dark .nt-drawer__header,.nt-drawer.ns-dark .nt-drawer__header{background:#831f32}RadSideDrawer.ns-dark .nt-drawer__header Label,.nt-drawer.ns-dark .nt-drawer__header Label{color:#fff}RadSideDrawer.ns-dark>*,RadSideDrawer.ns-dark .nt-drawer__content,.nt-drawer.ns-dark>*,.nt-drawer.ns-dark .nt-drawer__content{color:#fff}TextView,TextField,PickerField,DatePickerField,TimePickerField,DateTimePickerFields,DataFormEditorCore,RadAutoCompleteTextView{background-color:transparent;border-color:#fafafa}.ns-dark TextView,.ns-dark TextField,.ns-dark PickerField,.ns-dark DatePickerField,.ns-dark TimePickerField,.ns-dark DateTimePickerFields,.ns-dark DataFormEditorCore,.ns-dark RadAutoCompleteTextView{border-color:#c7c7c7}TextView:focus,TextField:focus,PickerField:focus,DatePickerField:focus,TimePickerField:focus,DateTimePickerFields:focus,DataFormEditorCore:focus,RadAutoCompleteTextView:focus{border-color:#998c00}.ns-dark TextView:focus,.ns-dark TextField:focus,.ns-dark PickerField:focus,.ns-dark DatePickerField:focus,.ns-dark TimePickerField:focus,.ns-dark DateTimePickerFields:focus,.ns-dark DataFormEditorCore:focus,.ns-dark RadAutoCompleteTextView:focus{border-color:#fff266}TextView[isEnabled=false],TextField[isEnabled=false],PickerField[isEnabled=false],DatePickerField[isEnabled=false],TimePickerField[isEnabled=false],DateTimePickerFields[isEnabled=false],DataFormEditorCore[isEnabled=false],RadAutoCompleteTextView[isEnabled=false]{color:#e0e0e0;background-color:#fff}.ns-dark TextView[isEnabled=false],.ns-dark TextField[isEnabled=false],.ns-dark PickerField[isEnabled=false],.ns-dark DatePickerField[isEnabled=false],.ns-dark TimePickerField[isEnabled=false],.ns-dark DateTimePickerFields[isEnabled=false],.ns-dark DataFormEditorCore[isEnabled=false],.ns-dark RadAutoCompleteTextView[isEnabled=false]{color:#e0e0e0;background-color:#949494}RadAutoCompleteTextView Token{background-color:#fff266}.ns-dark RadAutoCompleteTextView Token{background-color:#998c00}RadAutoCompleteTextView Token:selected{background-color:#fe3}.ns-dark RadAutoCompleteTextView Token:selected{background-color:#cb0}.date-time-picker{color:#262626;background:#fff}.date-time-picker.ns-dark{color:#fff;background:#303030}.date-time-picker-buttons{color:#332f00}.date-time-picker-buttons.ns-dark{color:#fffbcc}.ns-dark.date-time-picker-button-cancel{background:#303030}.date-time-picker-spinners{color:#665e00}.date-time-picker-spinners.ns-dark{color:#fff799}DataFormEditorLabel,.nt-input>Label{color:#665e00}.ns-dark DataFormEditorLabel,.ns-dark .nt-input>Label{color:#fff799}ActionBar,.nt-action-bar{color:#fff;background-color:#ff1744}.ns-dark ActionBar,.ns-dark .nt-action-bar{color:#fff;background-color:#98243a}ActionBar NTIcon,ActionBar Label,ActionBar Button,ActionBar .nt-action-bar__item,.nt-action-bar NTIcon,.nt-action-bar Label,.nt-action-bar Button,.nt-action-bar .nt-action-bar__item{color:#fff}.ns-dark ActionBar NTIcon,.ns-dark ActionBar Label,.ns-dark ActionBar Button,.ns-dark ActionBar .nt-action-bar__item,.ns-dark .nt-action-bar NTIcon,.ns-dark .nt-action-bar Label,.ns-dark .nt-action-bar Button,.ns-dark .nt-action-bar .nt-action-bar__item{color:#fff}ActionBar NTIcon:active,ActionBar NTIcon.-active,ActionBar Label:active,ActionBar Label.-active,ActionBar Button:active,ActionBar Button.-active,ActionBar .nt-action-bar__item:active,ActionBar .nt-action-bar__item.-active,.nt-action-bar NTIcon:active,.nt-action-bar NTIcon.-active,.nt-action-bar Label:active,.nt-action-bar Label.-active,.nt-action-bar Button:active,.nt-action-bar Button.-active,.nt-action-bar .nt-action-bar__item:active,.nt-action-bar .nt-action-bar__item.-active{color:#fff}.ns-dark ActionBar NTIcon:active,.ns-dark ActionBar NTIcon.-active,.ns-dark ActionBar Label:active,.ns-dark ActionBar Label.-active,.ns-dark ActionBar Button:active,.ns-dark ActionBar Button.-active,.ns-dark ActionBar .nt-action-bar__item:active,.ns-dark ActionBar .nt-action-bar__item.-active,.ns-dark .nt-action-bar NTIcon:active,.ns-dark .nt-action-bar NTIcon.-active,.ns-dark .nt-action-bar Label:active,.ns-dark .nt-action-bar Label.-active,.ns-dark .nt-action-bar Button:active,.ns-dark .nt-action-bar Button.-active,.ns-dark .nt-action-bar .nt-action-bar__item:active,.ns-dark .nt-action-bar .nt-action-bar__item.-active{color:#fff}.ns-android ActionBar Button,.ns-android ActionBar .nt-button,.ns-android .nt-action-bar Button,.ns-android .nt-action-bar .nt-button{background-color:#ff1744}.ns-dark.ns-android ActionBar Button,.ns-dark.ns-android ActionBar .nt-button,.ns-dark.ns-android .nt-action-bar Button,.ns-dark.ns-android .nt-action-bar .nt-button{background-color:#98243a}.hr,.hr-light{border-color:#fff266}.ns-dark .hr,.ns-dark .hr-light{border-color:#fffbcc}.hr-dark{border-color:#998c00}.ns-dark .hr-dark{border-color:#fff266}
/*!
* NativeScript Compatibility Theme v2.0.11 (https://nativescript.org)
* NativeScript Compatibility Theme v2.0.12 (https://nativescript.org)
* Copyright 2016-2016 The Theme Authors
* Copyright 2016-2019 Progress Software
* Licensed under Apache 2.0 (https://github.com/NativeScript/theme/blob/master/LICENSE)
*/.action-bar{color:#fff;background-color:#30bcff}.ns-dark .action-bar{color:#fff}.ns-dark .action-bar{background-color:#307698}.ns-root .action-bar .action-item{color:#fff;background-color:#30bcff}.ns-dark .ns-root .action-bar .action-item{color:#fff}.ns-dark .ns-root .action-bar .action-item{background-color:#307698}.ns-root .action-bar .action-item-active:active{color:#fff;background-color:#30bcff}.ns-dark .ns-root .action-bar .action-item-active:active{color:#fff}.ns-dark .ns-root .action-bar .action-item-active:active{background-color:#307698}.ns-ios .action-bar .action-item:active,.ns-android .action-bar .action-item:active{color:#fff}.ns-dark .ns-ios .action-bar .action-item:active,.ns-dark .ns-android .action-bar .action-item:active{color:#fff}@keyframes light-highlight{0%{background-color:#fff}100%{background-color:#e6e6e6}}@keyframes dark-highlight{0%{background-color:#303030}100%{background-color:#232323}}@keyframes focus-highlight{0%{background-color:#ffea00}100%{background-color:#cb0}}@keyframes dark-focus-highlight{0%{background-color:#ffea00}100%{background-color:#cb0}}.btn{background-color:#fff;color:#332f00}.ns-dark .btn{background-color:#303030}.ns-dark .btn{color:#fffbcc}.btn-active:active{color:#332f00}.ns-dark .btn-active:active{color:#fffbcc}.btn-primary{color:#000;background-color:#ffea00;border-color:#ffea00}.ns-dark .btn-primary{color:#000}.ns-dark .btn-primary{background-color:#ffea00}.ns-dark .btn-primary{border-color:#ffea00}.btn-primary.btn-active:active{animation:focus-highlight .3s ease-out forwards;background-color:#cb0}.btn[isEnabled=false]{background-color:#fff366}.ns-dark .btn[isEnabled=false]{background-color:#ada126}.btn-outline{background-color:#fff;border-color:#998c00}.ns-dark .btn-outline{background-color:#303030}.ns-dark .btn-outline{border-color:#fff266}.btn-outline-active:active{animation:light-highlight .3s ease-out forwards;background-color:#e6e6e6}.ns-dark .btn-outline-active:active{animation:dark-highlight .3s ease-out forwards;background-color:#232323}.btn-outline[isEnabled=false]{background-color:#fff;color:#b8b16b;border-color:#b8b16b}.ns-dark .btn-outline[isEnabled=false]{background-color:#303030}.ns-dark .btn-outline[isEnabled=false]{color:#b8b16b}.ns-dark .btn-outline[isEnabled=false]{border-color:#b8b16b}.activity-indicator{color:#ffea00}.ns-dark .activity-indicator{color:#ffea00}.segmented-bar{selected-background-color:#ffea00}.ns-dark .segmented-bar{selected-background-color:#ffea00}.ns-ios .segmented-bar{margin:0 15;color:#ffea00}.ns-dark .ns-ios .segmented-bar{color:#ffea00}.progress{color:#ffea00}.ns-dark .progress{color:#ffea00}.slider{color:#ffea00}.ns-dark .slider{color:#ffea00}.slider[isEnabled=false]{color:#e0e0e0}.ns-android .switch{color:#ccc;background-color:#ccc}.ns-dark .ns-android .switch{color:#636363}.ns-dark .ns-android .switch{background-color:#636363}.ns-android .switch[checked=true]{color:#ffea00}.ns-dark .ns-android .switch[checked=true]{color:#ffea00}.ns-android .switch[isEnabled=false]{color:#e6e6e6}.ns-dark .ns-android .switch[isEnabled=false]{color:#4a4a4a}.ns-ios .switch{background-color:#ffea00;off-background-color:#e6e6e6}.ns-dark .ns-ios .switch{background-color:#ffea00}.ns-dark .ns-ios .switch{off-background-color:#4a4a4a}.ns-ios .switch[isEnabled=false]{background-color:rgba(255,234,0,.4);off-background-color:#e6e6e6}.ns-dark .ns-ios .switch[isEnabled=false]{background-color:rgba(255,234,0,.4)}.ns-dark .ns-ios .switch[isEnabled=false]{off-background-color:#4a4a4a}.tab-view{selected-tab-text-color:#ffea00;android-selected-tab-highlight-color:#ffea00}.ns-dark .tab-view{selected-tab-text-color:#ffea00}.ns-dark .tab-view{android-selected-tab-highlight-color:#ffea00}.tab-view.ns-dark{selected-tab-text-color:#ffea00;android-selected-tab-highlight-color:#ffea00}.list-view NTIcon,.list-view .nt-icon{color:#807500}.ns-dark .list-view NTIcon,.ns-dark .list-view .nt-icon{color:#ffea00}.list-view .nt-list-view__delete{background-color:#d50000}.side-drawer .sidedrawer-header{background:#2a6785}.side-drawer .sidedrawer-header Label{color:#fff}.side-drawer .sidedrawer-left,.side-drawer .sidedrawer-center{color:#fff}.side-drawer.ns-dark .sidedrawer-header{background:#2a6785}.side-drawer.ns-dark .sidedrawer-header Label{color:#fff}.side-drawer.ns-dark .sidedrawer-left,.side-drawer.ns-dark .sidedrawer-center{color:#fff}.input{background-color:transparent;border-color:#b3b3b3}.ns-dark .input{border-color:gray}.input:focus{border-color:#998c00}.ns-dark .input:focus{border-color:#fff266}.input[isEnabled=false]{color:#999;background-color:#e6e6e6}.ns-dark .input[isEnabled=false]{color:#999}.ns-dark .input[isEnabled=false]{background-color:#4d4d4d}RadAutoCompleteTextView Token{background-color:#fff266}.ns-dark RadAutoCompleteTextView Token{background-color:#998c00}RadAutoCompleteTextView Token:selected{background-color:#fe3}.ns-dark RadAutoCompleteTextView Token:selected{background-color:#cb0}.date-time-picker{color:#262626;background:#fff}.date-time-picker.ns-dark{color:#fff;background:#303030}.date-time-picker-buttons{color:#332f00}.date-time-picker-buttons.ns-dark{color:#fffbcc}.ns-dark.date-time-picker-button-cancel{background:#303030}.date-time-picker-spinners{color:#665e00}.date-time-picker-spinners.ns-dark{color:#fff799}DataFormEditorLabel,.input .label{color:#665e00}.ns-dark DataFormEditorLabel,.ns-dark .input .label{color:#fff799}.hr,.hr-light{border-color:#fff266}.ns-dark .hr,.ns-dark .hr-light{border-color:#fffbcc}.hr-dark{border-color:#998c00}.ns-dark .hr-dark{border-color:#fff266}
*/@keyframes light-highlight{0%{background-color:#fff}100%{background-color:#e6e6e6}}@keyframes dark-highlight{0%{background-color:#303030}100%{background-color:#232323}}@keyframes focus-highlight{0%{background-color:#ffea00}100%{background-color:#cb0}}@keyframes dark-focus-highlight{0%{background-color:#ffea00}100%{background-color:#cb0}}.btn{background-color:#fff;color:#332f00}.ns-dark .btn{background-color:#303030;color:#fffbcc}.btn-active:active{color:#332f00}.ns-dark .btn-active:active{color:#fffbcc}.btn-primary{color:#000;background-color:#ffea00;border-color:#ffea00}.ns-dark .btn-primary{color:#000;background-color:#ffea00;border-color:#ffea00}.btn-primary.btn-active:active{animation:focus-highlight .3s ease-out forwards;background-color:#cb0}.btn[isEnabled=false]{background-color:#fff366}.ns-dark .btn[isEnabled=false]{background-color:#ada126}.btn-outline{background-color:#fff;border-color:#998c00}.ns-dark .btn-outline{background-color:#303030;border-color:#fff266}.btn-outline-active:active{animation:light-highlight .3s ease-out forwards;background-color:#e6e6e6}.ns-dark .btn-outline-active:active{animation:dark-highlight .3s ease-out forwards;background-color:#232323}.btn-outline[isEnabled=false]{background-color:#fff;color:#e9e39d;border-color:#e9e39d}.ns-dark .btn-outline[isEnabled=false]{background-color:#303030;color:#e9e39d;border-color:#e9e39d}.activity-indicator{color:#ffea00}.ns-dark .activity-indicator{color:#ffea00}.segmented-bar{selected-background-color:#ffea00}.ns-dark .segmented-bar{selected-background-color:#ffea00}.ns-ios .segmented-bar{margin:0 15;color:#ffea00}.ns-dark.ns-ios .segmented-bar{color:#ffea00}.progress{color:#ffea00}.ns-dark .progress{color:#ffea00}.slider{color:#ffea00}.ns-dark .slider{color:#ffea00}.slider[isEnabled=false]{color:#e0e0e0}.ns-android .switch{color:#ccc;background-color:#ccc}.ns-dark.ns-android .switch{color:#636363;background-color:#636363}.ns-android .switch[checked=true]{color:#ffea00}.ns-dark.ns-android .switch[checked=true]{color:#ffea00}.ns-android .switch[isEnabled=false]{color:#e6e6e6}.ns-dark.ns-android .switch[isEnabled=false]{color:#4a4a4a}.ns-ios .switch{color:#fff;background-color:#ffea00}.ns-dark.ns-ios .switch{color:#303030;background-color:#ffea00}.ns-ios .switch[isEnabled=false]{background-color:rgba(255,234,0,.4)}.ns-dark.ns-ios .switch[isEnabled=false]{background-color:rgba(255,234,0,.4)}.tab-view{selected-tab-text-color:#ffea00;android-selected-tab-highlight-color:#ffea00}.ns-dark .tab-view{selected-tab-text-color:#ffea00;android-selected-tab-highlight-color:#ffea00}.tab-view.ns-dark{selected-tab-text-color:#ffea00;android-selected-tab-highlight-color:#ffea00}.list-view NTIcon,.list-view .nt-icon{color:#807500}.ns-dark .list-view NTIcon,.ns-dark .list-view .nt-icon{color:#ffea00}.list-view .nt-list-view__delete{background-color:#d50000}.side-drawer .sidedrawer-header{background:#2a6785}.side-drawer .sidedrawer-header Label{color:#fff}.side-drawer .sidedrawer-left,.side-drawer .sidedrawer-center{color:#fff}.side-drawer.ns-dark .sidedrawer-header{background:#2a6785}.side-drawer.ns-dark .sidedrawer-header Label{color:#fff}.side-drawer.ns-dark .sidedrawer-left,.side-drawer.ns-dark .sidedrawer-center{color:#fff}.input{background-color:transparent;border-color:#fafafa}.ns-dark .input{border-color:#c7c7c7}.input:focus{border-color:#998c00}.ns-dark .input:focus{border-color:#fff266}.input[isEnabled=false]{color:#e0e0e0;background-color:#fff}.ns-dark .input[isEnabled=false]{color:#e0e0e0;background-color:#949494}RadAutoCompleteTextView Token{background-color:#fff266}.ns-dark RadAutoCompleteTextView Token{background-color:#998c00}RadAutoCompleteTextView Token:selected{background-color:#fe3}.ns-dark RadAutoCompleteTextView Token:selected{background-color:#cb0}.date-time-picker{color:#262626;background:#fff}.date-time-picker.ns-dark{color:#fff;background:#303030}.date-time-picker-buttons{color:#332f00}.date-time-picker-buttons.ns-dark{color:#fffbcc}.ns-dark.date-time-picker-button-cancel{background:#303030}.date-time-picker-spinners{color:#665e00}.date-time-picker-spinners.ns-dark{color:#fff799}DataFormEditorLabel,.input .label{color:#665e00}.ns-dark DataFormEditorLabel,.ns-dark .input .label{color:#fff799}.action-bar{color:#fff;background-color:#30bcff}.ns-dark .action-bar{color:#fff;background-color:#307698}.action-bar .action-item{color:#fff}.ns-dark .action-bar .action-item{color:#fff}.action-bar .action-item-active:active{color:#fff}.ns-dark .action-bar .action-item-active:active{color:#fff}.hr,.hr-light{border-color:#fff266}.ns-dark .hr,.ns-dark .hr-light{border-color:#fffbcc}.hr-dark{border-color:#998c00}.ns-dark .hr-dark{border-color:#fff266}
/*!
* NativeScript Theme v2.0.11 (https://nativescript.org)
* NativeScript Theme v2.0.12 (https://nativescript.org)
* Copyright 2016-2016 The Theme Authors
* Copyright 2016-2019 Progress Software
* Licensed under Apache 2.0 (https://github.com/NativeScript/theme/blob/master/LICENSE)
*/ActionBar,NTActionBar,.nt-action-bar{color:#fff;background-color:#30bcff}.ns-dark ActionBar,.ns-dark NTActionBar,.ns-dark .nt-action-bar{color:#fff}.ns-dark ActionBar,.ns-dark NTActionBar,.ns-dark .nt-action-bar{background-color:#307698}.ns-root ActionBar NTIcon,ActionBar Label,ActionBar Button,ActionBar .nt-action-bar__item,.ns-root NTActionBar NTIcon,NTActionBar Label,NTActionBar Button,NTActionBar .nt-action-bar__item,.ns-root .nt-action-bar NTIcon,.nt-action-bar Label,.nt-action-bar Button,.nt-action-bar .nt-action-bar__item{color:#fff;background-color:#30bcff}.ns-dark .ns-root ActionBar NTIcon,.ns-dark ActionBar Label,.ns-dark ActionBar Button,.ns-dark ActionBar .nt-action-bar__item,.ns-dark .ns-root NTActionBar NTIcon,.ns-dark NTActionBar Label,.ns-dark NTActionBar Button,.ns-dark NTActionBar .nt-action-bar__item,.ns-dark .ns-root .nt-action-bar NTIcon,.ns-dark .nt-action-bar Label,.ns-dark .nt-action-bar Button,.ns-dark .nt-action-bar .nt-action-bar__item{color:#fff}.ns-dark .ns-root ActionBar NTIcon,.ns-dark ActionBar Label,.ns-dark ActionBar Button,.ns-dark ActionBar .nt-action-bar__item,.ns-dark .ns-root NTActionBar NTIcon,.ns-dark NTActionBar Label,.ns-dark NTActionBar Button,.ns-dark NTActionBar .nt-action-bar__item,.ns-dark .ns-root .nt-action-bar NTIcon,.ns-dark .nt-action-bar Label,.ns-dark .nt-action-bar Button,.ns-dark .nt-action-bar .nt-action-bar__item{background-color:#307698}.ns-root ActionBar NTIcon:active,.ns-root ActionBar NTIcon.-active,ActionBar Label:active,ActionBar Label.-active,ActionBar Button:active,ActionBar Button.-active,ActionBar .nt-action-bar__item:active,ActionBar .nt-action-bar__item.-active,.ns-root NTActionBar NTIcon:active,.ns-root NTActionBar NTIcon.-active,NTActionBar Label:active,NTActionBar Label.-active,NTActionBar Button:active,NTActionBar Button.-active,NTActionBar .nt-action-bar__item:active,NTActionBar .nt-action-bar__item.-active,.ns-root .nt-action-bar NTIcon:active,.ns-root .nt-action-bar NTIcon.-active,.nt-action-bar Label:active,.nt-action-bar Label.-active,.nt-action-bar Button:active,.nt-action-bar Button.-active,.nt-action-bar .nt-action-bar__item:active,.nt-action-bar .nt-action-bar__item.-active{color:#fff;background-color:#30bcff}.ns-dark .ns-root ActionBar NTIcon:active,.ns-dark .ns-root ActionBar NTIcon.-active,.ns-dark ActionBar Label:active,.ns-dark ActionBar Label.-active,.ns-dark ActionBar Button:active,.ns-dark ActionBar Button.-active,.ns-dark ActionBar .nt-action-bar__item:active,.ns-dark ActionBar .nt-action-bar__item.-active,.ns-dark .ns-root NTActionBar NTIcon:active,.ns-dark .ns-root NTActionBar NTIcon.-active,.ns-dark NTActionBar Label:active,.ns-dark NTActionBar Label.-active,.ns-dark NTActionBar Button:active,.ns-dark NTActionBar Button.-active,.ns-dark NTActionBar .nt-action-bar__item:active,.ns-dark NTActionBar .nt-action-bar__item.-active,.ns-dark .ns-root .nt-action-bar NTIcon:active,.ns-dark .ns-root .nt-action-bar NTIcon.-active,.ns-dark .nt-action-bar Label:active,.ns-dark .nt-action-bar Label.-active,.ns-dark .nt-action-bar Button:active,.ns-dark .nt-action-bar Button.-active,.ns-dark .nt-action-bar .nt-action-bar__item:active,.ns-dark .nt-action-bar .nt-action-bar__item.-active{color:#fff}.ns-dark .ns-root ActionBar NTIcon:active,.ns-dark .ns-root ActionBar NTIcon.-active,.ns-dark ActionBar Label:active,.ns-dark ActionBar Label.-active,.ns-dark ActionBar Button:active,.ns-dark ActionBar Button.-active,.ns-dark ActionBar .nt-action-bar__item:active,.ns-dark ActionBar .nt-action-bar__item.-active,.ns-dark .ns-root NTActionBar NTIcon:active,.ns-dark .ns-root NTActionBar NTIcon.-active,.ns-dark NTActionBar Label:active,.ns-dark NTActionBar Label.-active,.ns-dark NTActionBar Button:active,.ns-dark NTActionBar Button.-active,.ns-dark NTActionBar .nt-action-bar__item:active,.ns-dark NTActionBar .nt-action-bar__item.-active,.ns-dark .ns-root .nt-action-bar NTIcon:active,.ns-dark .ns-root .nt-action-bar NTIcon.-active,.ns-dark .nt-action-bar Label:active,.ns-dark .nt-action-bar Label.-active,.ns-dark .nt-action-bar Button:active,.ns-dark .nt-action-bar Button.-active,.ns-dark .nt-action-bar .nt-action-bar__item:active,.ns-dark .nt-action-bar .nt-action-bar__item.-active{background-color:#307698}.ns-ios ActionBar NTIcon:active,.ns-ios ActionBar Label:active,.ns-ios ActionBar Button:active,.ns-ios ActionBar .nt-action-bar__item:active,.ns-android ActionBar NTIcon:active,.ns-android ActionBar Label:active,.ns-android ActionBar Button:active,.ns-android ActionBar .nt-action-bar__item:active,.ns-ios NTActionBar NTIcon:active,.ns-ios NTActionBar Label:active,.ns-ios NTActionBar Button:active,.ns-ios NTActionBar .nt-action-bar__item:active,.ns-android NTActionBar NTIcon:active,.ns-android NTActionBar Label:active,.ns-android NTActionBar Button:active,.ns-android NTActionBar .nt-action-bar__item:active,.ns-ios .nt-action-bar NTIcon:active,.ns-ios .nt-action-bar Label:active,.ns-ios .nt-action-bar Button:active,.ns-ios .nt-action-bar .nt-action-bar__item:active,.ns-android .nt-action-bar NTIcon:active,.ns-android .nt-action-bar Label:active,.ns-android .nt-action-bar Button:active,.ns-android .nt-action-bar .nt-action-bar__item:active{color:#fff}.ns-dark .ns-ios ActionBar NTIcon:active,.ns-dark .ns-ios ActionBar Label:active,.ns-dark .ns-ios ActionBar Button:active,.ns-dark .ns-ios ActionBar .nt-action-bar__item:active,.ns-dark .ns-android ActionBar NTIcon:active,.ns-dark .ns-android ActionBar Label:active,.ns-dark .ns-android ActionBar Button:active,.ns-dark .ns-android ActionBar .nt-action-bar__item:active,.ns-dark .ns-ios NTActionBar NTIcon:active,.ns-dark .ns-ios NTActionBar Label:active,.ns-dark .ns-ios NTActionBar Button:active,.ns-dark .ns-ios NTActionBar .nt-action-bar__item:active,.ns-dark .ns-android NTActionBar NTIcon:active,.ns-dark .ns-android NTActionBar Label:active,.ns-dark .ns-android NTActionBar Button:active,.ns-dark .ns-android NTActionBar .nt-action-bar__item:active,.ns-dark .ns-ios .nt-action-bar NTIcon:active,.ns-dark .ns-ios .nt-action-bar Label:active,.ns-dark .ns-ios .nt-action-bar Button:active,.ns-dark .ns-ios .nt-action-bar .nt-action-bar__item:active,.ns-dark .ns-android .nt-action-bar NTIcon:active,.ns-dark .ns-android .nt-action-bar Label:active,.ns-dark .ns-android .nt-action-bar Button:active,.ns-dark .ns-android .nt-action-bar .nt-action-bar__item:active{color:#fff}@keyframes light-highlight{0%{background-color:#fff}100%{background-color:#e6e6e6}}@keyframes dark-highlight{0%{background-color:#303030}100%{background-color:#232323}}@keyframes focus-highlight{0%{background-color:#ffea00}100%{background-color:#cb0}}@keyframes dark-focus-highlight{0%{background-color:#ffea00}100%{background-color:#cb0}}Button,.nt-button{background-color:#fff;color:#332f00}.ns-dark Button,.ns-dark .nt-button{background-color:#303030}.ns-dark Button,.ns-dark .nt-button{color:#fffbcc}Button:active,Button.-active,.nt-button:active,.nt-button.-active{color:#332f00}.ns-dark Button:active,.ns-dark Button.-active,.ns-dark .nt-button:active,.ns-dark .nt-button.-active{color:#fffbcc}Button.-primary,.nt-button.-primary{color:#000;background-color:#ffea00;border-color:#ffea00}.ns-dark Button.-primary,.ns-dark .nt-button.-primary{color:#000}.ns-dark Button.-primary,.ns-dark .nt-button.-primary{background-color:#ffea00}.ns-dark Button.-primary,.ns-dark .nt-button.-primary{border-color:#ffea00}Button.-primary:active,Button.-primary.-active,.nt-button.-primary:active,.nt-button.-primary.-active{animation:focus-highlight .3s ease-out forwards;background-color:#cb0}Button[isEnabled=false],.nt-button[isEnabled=false]{background-color:#fff366}.ns-dark Button[isEnabled=false],.ns-dark .nt-button[isEnabled=false]{background-color:#ada126}Button.-outline,.nt-button.-outline{background-color:#fff;border-color:#998c00}.ns-dark Button.-outline,.ns-dark .nt-button.-outline{background-color:#303030}.ns-dark Button.-outline,.ns-dark .nt-button.-outline{border-color:#fff266}Button.-outline:active,Button.-outline.-active,.nt-button.-outline:active,.nt-button.-outline.-active{animation:light-highlight .3s ease-out forwards;background-color:#e6e6e6}.ns-dark Button.-outline:active,.ns-dark Button.-outline.-active,.ns-dark .nt-button.-outline:active,.ns-dark .nt-button.-outline.-active{animation:dark-highlight .3s ease-out forwards;background-color:#232323}Button.-outline[isEnabled=false],.nt-button.-outline[isEnabled=false]{background-color:#fff;color:#b8b16b;border-color:#b8b16b}.ns-dark Button.-outline[isEnabled=false],.ns-dark .nt-button.-outline[isEnabled=false]{background-color:#303030}.ns-dark Button.-outline[isEnabled=false],.ns-dark .nt-button.-outline[isEnabled=false]{color:#b8b16b}.ns-dark Button.-outline[isEnabled=false],.ns-dark .nt-button.-outline[isEnabled=false]{border-color:#b8b16b}ActivityIndicator,.nt-activity-indicator{color:#ffea00}.ns-dark ActivityIndicator,.ns-dark .nt-activity-indicator{color:#ffea00}SegmentedBar,.nt-segmented-bar{selected-background-color:#ffea00}.ns-dark SegmentedBar,.ns-dark .nt-segmented-bar{selected-background-color:#ffea00}.ns-ios SegmentedBar,.ns-ios .nt-segmented-bar{margin:0 15;color:#ffea00}.ns-dark .ns-ios SegmentedBar,.ns-dark .ns-ios .nt-segmented-bar{color:#ffea00}Progress,.nt-progress{color:#ffea00}.ns-dark Progress,.ns-dark .nt-progress{color:#ffea00}Slider,.nt-slider{color:#ffea00}.ns-dark Slider,.ns-dark .nt-slider{color:#ffea00}Slider[isEnabled=false],.nt-slider[isEnabled=false]{color:#e0e0e0}.ns-android Switch,.ns-android .nt-switch{color:#ccc;background-color:#ccc}.ns-dark .ns-android Switch,.ns-dark .ns-android .nt-switch{color:#636363}.ns-dark .ns-android Switch,.ns-dark .ns-android .nt-switch{background-color:#636363}.ns-android Switch[checked=true],.ns-android .nt-switch[checked=true]{color:#ffea00}.ns-dark .ns-android Switch[checked=true],.ns-dark .ns-android .nt-switch[checked=true]{color:#ffea00}.ns-android Switch[isEnabled=false],.ns-android .nt-switch[isEnabled=false]{color:#e6e6e6}.ns-dark .ns-android Switch[isEnabled=false],.ns-dark .ns-android .nt-switch[isEnabled=false]{color:#4a4a4a}.ns-ios Switch,.ns-ios .nt-switch{background-color:#ffea00;off-background-color:#e6e6e6}.ns-dark .ns-ios Switch,.ns-dark .ns-ios .nt-switch{background-color:#ffea00}.ns-dark .ns-ios Switch,.ns-dark .ns-ios .nt-switch{off-background-color:#4a4a4a}.ns-ios Switch[isEnabled=false],.ns-ios .nt-switch[isEnabled=false]{background-color:rgba(255,234,0,.4);off-background-color:#e6e6e6}.ns-dark .ns-ios Switch[isEnabled=false],.ns-dark .ns-ios .nt-switch[isEnabled=false]{background-color:rgba(255,234,0,.4)}.ns-dark .ns-ios Switch[isEnabled=false],.ns-dark .ns-ios .nt-switch[isEnabled=false]{off-background-color:#4a4a4a}TabView,.nt-tab-view{selected-tab-text-color:#ffea00;android-selected-tab-highlight-color:#ffea00}.ns-dark TabView,.ns-dark .nt-tab-view{selected-tab-text-color:#ffea00}.ns-dark TabView,.ns-dark .nt-tab-view{android-selected-tab-highlight-color:#ffea00}TabView.ns-dark,.nt-tab-view.ns-dark{selected-tab-text-color:#ffea00;android-selected-tab-highlight-color:#ffea00}TabStrip,.nt-tab-strip{highlight-color:#ffea00}.ns-dark TabStrip,.ns-dark .nt-tab-strip{highlight-color:#ffea00}TabStripItem:active,.nt-tab-strip__item:active{color:#ffea00}.ns-dark TabStripItem:active,.ns-dark .nt-tab-strip__item:active{color:#ffea00}TabStripItem:active Label,.nt-tab-strip__item:active Label{color:#ffea00}.ns-dark TabStripItem:active Label,.ns-dark .nt-tab-strip__item:active Label{color:#ffea00}ListView NTIcon,ListView .nt-icon,RadListView NTIcon,RadListView .nt-icon,.nt-list-view NTIcon,.nt-list-view .nt-icon{color:#807500}.ns-dark ListView NTIcon,.ns-dark ListView .nt-icon,.ns-dark RadListView NTIcon,.ns-dark RadListView .nt-icon,.ns-dark .nt-list-view NTIcon,.ns-dark .nt-list-view .nt-icon{color:#ffea00}ListView .nt-list-view__delete,RadListView .nt-list-view__delete,.nt-list-view .nt-list-view__delete{background-color:#d50000}RadSideDrawer .nt-drawer__header,.nt-drawer .nt-drawer__header{background:#2a6785}RadSideDrawer .nt-drawer__header Label,.nt-drawer .nt-drawer__header Label{color:#fff}RadSideDrawer>*,RadSideDrawer .nt-drawer__content,.nt-drawer>*,.nt-drawer .nt-drawer__content{color:#fff}RadSideDrawer.ns-dark .nt-drawer__header,.nt-drawer.ns-dark .nt-drawer__header{background:#2a6785}RadSideDrawer.ns-dark .nt-drawer__header Label,.nt-drawer.ns-dark .nt-drawer__header Label{color:#fff}RadSideDrawer.ns-dark>*,RadSideDrawer.ns-dark .nt-drawer__content,.nt-drawer.ns-dark>*,.nt-drawer.ns-dark .nt-drawer__content{color:#fff}TextView,TextField,PickerField,DatePickerField,TimePickerField,DateTimePickerFields,DataFormEditorCore,RadAutoCompleteTextView{background-color:transparent;border-color:#b3b3b3}.ns-dark TextView,.ns-dark TextField,.ns-dark PickerField,.ns-dark DatePickerField,.ns-dark TimePickerField,.ns-dark DateTimePickerFields,.ns-dark DataFormEditorCore,.ns-dark RadAutoCompleteTextView{border-color:gray}TextView:focus,TextField:focus,PickerField:focus,DatePickerField:focus,TimePickerField:focus,DateTimePickerFields:focus,DataFormEditorCore:focus,RadAutoCompleteTextView:focus{border-color:#998c00}.ns-dark TextView:focus,.ns-dark TextField:focus,.ns-dark PickerField:focus,.ns-dark DatePickerField:focus,.ns-dark TimePickerField:focus,.ns-dark DateTimePickerFields:focus,.ns-dark DataFormEditorCore:focus,.ns-dark RadAutoCompleteTextView:focus{border-color:#fff266}TextView[isEnabled=false],TextField[isEnabled=false],PickerField[isEnabled=false],DatePickerField[isEnabled=false],TimePickerField[isEnabled=false],DateTimePickerFields[isEnabled=false],DataFormEditorCore[isEnabled=false],RadAutoCompleteTextView[isEnabled=false]{color:#999;background-color:#e6e6e6}.ns-dark TextView[isEnabled=false],.ns-dark TextField[isEnabled=false],.ns-dark PickerField[isEnabled=false],.ns-dark DatePickerField[isEnabled=false],.ns-dark TimePickerField[isEnabled=false],.ns-dark DateTimePickerFields[isEnabled=false],.ns-dark DataFormEditorCore[isEnabled=false],.ns-dark RadAutoCompleteTextView[isEnabled=false]{color:#999}.ns-dark TextView[isEnabled=false],.ns-dark TextField[isEnabled=false],.ns-dark PickerField[isEnabled=false],.ns-dark DatePickerField[isEnabled=false],.ns-dark TimePickerField[isEnabled=false],.ns-dark DateTimePickerFields[isEnabled=false],.ns-dark DataFormEditorCore[isEnabled=false],.ns-dark RadAutoCompleteTextView[isEnabled=false]{background-color:#4d4d4d}RadAutoCompleteTextView Token{background-color:#fff266}.ns-dark RadAutoCompleteTextView Token{background-color:#998c00}RadAutoCompleteTextView Token:selected{background-color:#fe3}.ns-dark RadAutoCompleteTextView Token:selected{background-color:#cb0}.date-time-picker{color:#262626;background:#fff}.date-time-picker.ns-dark{color:#fff;background:#303030}.date-time-picker-buttons{color:#332f00}.date-time-picker-buttons.ns-dark{color:#fffbcc}.ns-dark.date-time-picker-button-cancel{background:#303030}.date-time-picker-spinners{color:#665e00}.date-time-picker-spinners.ns-dark{color:#fff799}DataFormEditorLabel,NTInput>Label,.nt-input>Label{color:#665e00}.ns-dark DataFormEditorLabel,.ns-dark NTInput>Label,.ns-dark .nt-input>Label{color:#fff799}.hr,.hr-light{border-color:#fff266}.ns-dark .hr,.ns-dark .hr-light{border-color:#fffbcc}.hr-dark{border-color:#998c00}.ns-dark .hr-dark{border-color:#fff266}
*/@keyframes light-highlight{0%{background-color:#fff}100%{background-color:#e6e6e6}}@keyframes dark-highlight{0%{background-color:#303030}100%{background-color:#232323}}@keyframes focus-highlight{0%{background-color:#ffea00}100%{background-color:#cb0}}@keyframes dark-focus-highlight{0%{background-color:#ffea00}100%{background-color:#cb0}}Button,.nt-button{background-color:#fff;color:#332f00}.ns-dark Button,.ns-dark .nt-button{background-color:#303030;color:#fffbcc}Button:active,Button.-active,.nt-button:active,.nt-button.-active{color:#332f00}.ns-dark Button:active,.ns-dark Button.-active,.ns-dark .nt-button:active,.ns-dark .nt-button.-active{color:#fffbcc}Button.-primary,.nt-button.-primary{color:#000;background-color:#ffea00;border-color:#ffea00}.ns-dark Button.-primary,.ns-dark .nt-button.-primary{color:#000;background-color:#ffea00;border-color:#ffea00}Button.-primary:active,Button.-primary.-active,.nt-button.-primary:active,.nt-button.-primary.-active{animation:focus-highlight .3s ease-out forwards;background-color:#cb0}Button[isEnabled=false],.nt-button[isEnabled=false]{background-color:#fff366}.ns-dark Button[isEnabled=false],.ns-dark .nt-button[isEnabled=false]{background-color:#ada126}Button.-outline,.nt-button.-outline{background-color:#fff;border-color:#998c00}.ns-dark Button.-outline,.ns-dark .nt-button.-outline{background-color:#303030;border-color:#fff266}Button.-outline:active,Button.-outline.-active,.nt-button.-outline:active,.nt-button.-outline.-active{animation:light-highlight .3s ease-out forwards;background-color:#e6e6e6}.ns-dark Button.-outline:active,.ns-dark Button.-outline.-active,.ns-dark .nt-button.-outline:active,.ns-dark .nt-button.-outline.-active{animation:dark-highlight .3s ease-out forwards;background-color:#232323}Button.-outline[isEnabled=false],.nt-button.-outline[isEnabled=false]{background-color:#fff;color:#e9e39d;border-color:#e9e39d}.ns-dark Button.-outline[isEnabled=false],.ns-dark .nt-button.-outline[isEnabled=false]{background-color:#303030;color:#e9e39d;border-color:#e9e39d}ActivityIndicator,.nt-activity-indicator{color:#ffea00}.ns-dark ActivityIndicator,.ns-dark .nt-activity-indicator{color:#ffea00}SegmentedBar,.nt-segmented-bar{selected-background-color:#ffea00}.ns-dark SegmentedBar,.ns-dark .nt-segmented-bar{selected-background-color:#ffea00}.ns-ios SegmentedBar,.ns-ios .nt-segmented-bar{margin:0 15;color:#ffea00}.ns-dark.ns-ios SegmentedBar,.ns-dark.ns-ios .nt-segmented-bar{color:#ffea00}Progress,.nt-progress{color:#ffea00}.ns-dark Progress,.ns-dark .nt-progress{color:#ffea00}Slider,.nt-slider{color:#ffea00}.ns-dark Slider,.ns-dark .nt-slider{color:#ffea00}Slider[isEnabled=false],.nt-slider[isEnabled=false]{color:#e0e0e0}.ns-android Switch,.ns-android .nt-switch{color:#ccc;background-color:#ccc}.ns-dark.ns-android Switch,.ns-dark.ns-android .nt-switch{color:#636363;background-color:#636363}.ns-android Switch[checked=true],.ns-android .nt-switch[checked=true]{color:#ffea00}.ns-dark.ns-android Switch[checked=true],.ns-dark.ns-android .nt-switch[checked=true]{color:#ffea00}.ns-android Switch[isEnabled=false],.ns-android .nt-switch[isEnabled=false]{color:#e6e6e6}.ns-dark.ns-android Switch[isEnabled=false],.ns-dark.ns-android .nt-switch[isEnabled=false]{color:#4a4a4a}.ns-ios Switch,.ns-ios .nt-switch{color:#fff;background-color:#ffea00}.ns-dark.ns-ios Switch,.ns-dark.ns-ios .nt-switch{color:#303030;background-color:#ffea00}.ns-ios Switch[isEnabled=false],.ns-ios .nt-switch[isEnabled=false]{background-color:rgba(255,234,0,.4)}.ns-dark.ns-ios Switch[isEnabled=false],.ns-dark.ns-ios .nt-switch[isEnabled=false]{background-color:rgba(255,234,0,.4)}TabView,.nt-tab-view{selected-tab-text-color:#ffea00;android-selected-tab-highlight-color:#ffea00}.ns-dark TabView,.ns-dark .nt-tab-view{selected-tab-text-color:#ffea00;android-selected-tab-highlight-color:#ffea00}TabView.ns-dark,.nt-tab-view.ns-dark{selected-tab-text-color:#ffea00;android-selected-tab-highlight-color:#ffea00}TabStrip,.nt-tab-strip{highlight-color:#ffea00}.ns-dark TabStrip,.ns-dark .nt-tab-strip{highlight-color:#ffea00}TabStripItem:active,.nt-tab-strip__item:active{color:#ffea00}.ns-dark TabStripItem:active,.ns-dark .nt-tab-strip__item:active{color:#ffea00}TabStripItem:active Label,.nt-tab-strip__item:active Label{color:#ffea00}.ns-dark TabStripItem:active Label,.ns-dark .nt-tab-strip__item:active Label{color:#ffea00}ListView NTIcon,ListView .nt-icon,RadListView NTIcon,RadListView .nt-icon,.nt-list-view NTIcon,.nt-list-view .nt-icon{color:#807500}.ns-dark ListView NTIcon,.ns-dark ListView .nt-icon,.ns-dark RadListView NTIcon,.ns-dark RadListView .nt-icon,.ns-dark .nt-list-view NTIcon,.ns-dark .nt-list-view .nt-icon{color:#ffea00}ListView .nt-list-view__delete,RadListView .nt-list-view__delete,.nt-list-view .nt-list-view__delete{background-color:#d50000}RadSideDrawer .nt-drawer__header,.nt-drawer .nt-drawer__header{background:#2a6785}RadSideDrawer .nt-drawer__header Label,.nt-drawer .nt-drawer__header Label{color:#fff}RadSideDrawer>*,RadSideDrawer .nt-drawer__content,.nt-drawer>*,.nt-drawer .nt-drawer__content{color:#fff}RadSideDrawer.ns-dark .nt-drawer__header,.nt-drawer.ns-dark .nt-drawer__header{background:#2a6785}RadSideDrawer.ns-dark .nt-drawer__header Label,.nt-drawer.ns-dark .nt-drawer__header Label{color:#fff}RadSideDrawer.ns-dark>*,RadSideDrawer.ns-dark .nt-drawer__content,.nt-drawer.ns-dark>*,.nt-drawer.ns-dark .nt-drawer__content{color:#fff}TextView,TextField,PickerField,DatePickerField,TimePickerField,DateTimePickerFields,DataFormEditorCore,RadAutoCompleteTextView{background-color:transparent;border-color:#fafafa}.ns-dark TextView,.ns-dark TextField,.ns-dark PickerField,.ns-dark DatePickerField,.ns-dark TimePickerField,.ns-dark DateTimePickerFields,.ns-dark DataFormEditorCore,.ns-dark RadAutoCompleteTextView{border-color:#c7c7c7}TextView:focus,TextField:focus,PickerField:focus,DatePickerField:focus,TimePickerField:focus,DateTimePickerFields:focus,DataFormEditorCore:focus,RadAutoCompleteTextView:focus{border-color:#998c00}.ns-dark TextView:focus,.ns-dark TextField:focus,.ns-dark PickerField:focus,.ns-dark DatePickerField:focus,.ns-dark TimePickerField:focus,.ns-dark DateTimePickerFields:focus,.ns-dark DataFormEditorCore:focus,.ns-dark RadAutoCompleteTextView:focus{border-color:#fff266}TextView[isEnabled=false],TextField[isEnabled=false],PickerField[isEnabled=false],DatePickerField[isEnabled=false],TimePickerField[isEnabled=false],DateTimePickerFields[isEnabled=false],DataFormEditorCore[isEnabled=false],RadAutoCompleteTextView[isEnabled=false]{color:#e0e0e0;background-color:#fff}.ns-dark TextView[isEnabled=false],.ns-dark TextField[isEnabled=false],.ns-dark PickerField[isEnabled=false],.ns-dark DatePickerField[isEnabled=false],.ns-dark TimePickerField[isEnabled=false],.ns-dark DateTimePickerFields[isEnabled=false],.ns-dark DataFormEditorCore[isEnabled=false],.ns-dark RadAutoCompleteTextView[isEnabled=false]{color:#e0e0e0;background-color:#949494}RadAutoCompleteTextView Token{background-color:#fff266}.ns-dark RadAutoCompleteTextView Token{background-color:#998c00}RadAutoCompleteTextView Token:selected{background-color:#fe3}.ns-dark RadAutoCompleteTextView Token:selected{background-color:#cb0}.date-time-picker{color:#262626;background:#fff}.date-time-picker.ns-dark{color:#fff;background:#303030}.date-time-picker-buttons{color:#332f00}.date-time-picker-buttons.ns-dark{color:#fffbcc}.ns-dark.date-time-picker-button-cancel{background:#303030}.date-time-picker-spinners{color:#665e00}.date-time-picker-spinners.ns-dark{color:#fff799}DataFormEditorLabel,.nt-input>Label{color:#665e00}.ns-dark DataFormEditorLabel,.ns-dark .nt-input>Label{color:#fff799}ActionBar,.nt-action-bar{color:#fff;background-color:#30bcff}.ns-dark ActionBar,.ns-dark .nt-action-bar{color:#fff;background-color:#307698}ActionBar NTIcon,ActionBar Label,ActionBar Button,ActionBar .nt-action-bar__item,.nt-action-bar NTIcon,.nt-action-bar Label,.nt-action-bar Button,.nt-action-bar .nt-action-bar__item{color:#fff}.ns-dark ActionBar NTIcon,.ns-dark ActionBar Label,.ns-dark ActionBar Button,.ns-dark ActionBar .nt-action-bar__item,.ns-dark .nt-action-bar NTIcon,.ns-dark .nt-action-bar Label,.ns-dark .nt-action-bar Button,.ns-dark .nt-action-bar .nt-action-bar__item{color:#fff}ActionBar NTIcon:active,ActionBar NTIcon.-active,ActionBar Label:active,ActionBar Label.-active,ActionBar Button:active,ActionBar Button.-active,ActionBar .nt-action-bar__item:active,ActionBar .nt-action-bar__item.-active,.nt-action-bar NTIcon:active,.nt-action-bar NTIcon.-active,.nt-action-bar Label:active,.nt-action-bar Label.-active,.nt-action-bar Button:active,.nt-action-bar Button.-active,.nt-action-bar .nt-action-bar__item:active,.nt-action-bar .nt-action-bar__item.-active{color:#fff}.ns-dark ActionBar NTIcon:active,.ns-dark ActionBar NTIcon.-active,.ns-dark ActionBar Label:active,.ns-dark ActionBar Label.-active,.ns-dark ActionBar Button:active,.ns-dark ActionBar Button.-active,.ns-dark ActionBar .nt-action-bar__item:active,.ns-dark ActionBar .nt-action-bar__item.-active,.ns-dark .nt-action-bar NTIcon:active,.ns-dark .nt-action-bar NTIcon.-active,.ns-dark .nt-action-bar Label:active,.ns-dark .nt-action-bar Label.-active,.ns-dark .nt-action-bar Button:active,.ns-dark .nt-action-bar Button.-active,.ns-dark .nt-action-bar .nt-action-bar__item:active,.ns-dark .nt-action-bar .nt-action-bar__item.-active{color:#fff}.ns-android ActionBar Button,.ns-android ActionBar .nt-button,.ns-android .nt-action-bar Button,.ns-android .nt-action-bar .nt-button{background-color:#30bcff}.ns-dark.ns-android ActionBar Button,.ns-dark.ns-android ActionBar .nt-button,.ns-dark.ns-android .nt-action-bar Button,.ns-dark.ns-android .nt-action-bar .nt-button{background-color:#307698}.hr,.hr-light{border-color:#fff266}.ns-dark .hr,.ns-dark .hr-light{border-color:#fffbcc}.hr-dark{border-color:#998c00}.ns-dark .hr-dark{border-color:#fff266}

@@ -11,2 +11,3 @@ /*!

// Forest
@import './scss/skins/forest';
@import './scss/variables/forest';
@import './scss/index';

@@ -9,2 +9,3 @@ /*!

// Forest
@import './scss/skins/forest';
@import './scss/variables/forest';
@import './scss/index';

@@ -11,2 +11,3 @@ /*!

// Grey
@import './scss/skins/grey';
@import './scss/variables/grey';
@import './scss/index';

@@ -9,2 +9,3 @@ /*!

// Grey
@import './scss/skins/grey';
@import './scss/variables/grey';
@import './scss/index';

@@ -70,2 +70,12 @@ "use strict";

static toggleMode(isDark) {
if (isDark === undefined) {
Theme.setMode(Theme.getMode() === Theme.Light ? Theme.Dark : Theme.Light);
return;
}
Theme.setMode(isDark ? Theme.Dark : Theme.Light);
}
static getMode() {

@@ -72,0 +82,0 @@ return Theme.currentMode;

@@ -11,2 +11,3 @@ /*!

// Lemon
@import './scss/skins/lemon';
@import './scss/variables/lemon';
@import './scss/index';

@@ -9,2 +9,3 @@ /*!

// Lemon
@import './scss/skins/lemon';
@import './scss/variables/lemon';
@import './scss/index';

@@ -11,2 +11,3 @@ /*!

// Lime
@import './scss/skins/lime';
@import './scss/variables/lime';
@import './scss/index';

@@ -9,2 +9,3 @@ /*!

// Lime
@import './scss/skins/lime';
@import './scss/variables/lime';
@import './scss/index';

@@ -11,2 +11,3 @@ /*!

// Orange
@import './scss/skins/orange';
@import './scss/variables/orange';
@import './scss/index';

@@ -9,2 +9,3 @@ /*!

// Orange
@import './scss/skins/orange';
@import './scss/variables/orange';
@import './scss/index';
{
"name": "nativescript-theme-core",
"version": "2.0.11",
"version": "2.0.12",
"description": "Telerik NativeScript Core Theme",

@@ -5,0 +5,0 @@ "author": "Telerik <support@telerik.com>",

@@ -11,2 +11,3 @@ /*!

// Purple
@import './scss/skins/purple';
@import './scss/variables/purple';
@import './scss/index';

@@ -9,2 +9,3 @@ /*!

// Purple
@import './scss/skins/purple';
@import './scss/variables/purple';
@import './scss/index';

@@ -11,2 +11,3 @@ /*!

// Ruby
@import './scss/skins/ruby';
@import './scss/variables/ruby';
@import './scss/index';

@@ -9,2 +9,3 @@ /*!

// Ruby
@import './scss/skins/ruby';
@import './scss/variables/ruby';
@import './scss/index';
@if not $compat {
@include action-bar-skin(
('ActionBar',
'NTActionBar',
'.nt-action-bar'),
('NTIcon',
'Label',
'Button',
'.nt-action-bar__item')
);
@include button-skin(

@@ -67,7 +57,17 @@ ('Button',

@include input-component-skin(
('NTInput',
(//'NTInput',
'.nt-input')
);
@include action-bar-skin(
('ActionBar',
//'NTActionBar',
'.nt-action-bar'),
('NTIcon',
'Label',
'Button',
'.nt-action-bar__item')
);
} @else {
@include action-bar-skin('.action-bar', '.action-item');
@include button-skin('.btn');

@@ -84,2 +84,3 @@ @include activity-indicator-skin('.activity-indicator');

@include input-component-skin('.input');
@include action-bar-skin('.action-bar', '.action-item');
}

@@ -0,1 +1,46 @@

// Constants
$constants: (
black: $black,
white: $white,
grey: $grey,
grey-background: $grey-background,
charcoal: $charcoal,
transparent: transparent,
// accent varieties
aqua: $aqua,
blue: $blue,
brown: $brown,
forest: $forest,
grey-dark: $grey-dark,
purple: $purple,
lemon: $lemon,
lime: $lime,
orange: $orange,
ruby: $ruby,
sky: $sky,
error: $error,
// Buttons
btn-color-secondary: $btn-color-secondary,
background-alt-10: $background-alt-10,
btn-color-disabled: $btn-color-disabled,
btn-font-size: $btn-font-size,
btn-min-width: $btn-min-width,
btn-height: $btn-height,
btn-radius: $btn-radius,
btn-padding-x: $btn-padding-x,
btn-padding-y: $btn-padding-y,
btn-margin-x: $btn-margin-x,
btn-margin-y: $btn-margin-y,
// Headings
headings-margin-bottom: $headings-margin-bottom,
headings-font-weight: $headings-font-weight,
border-radius: $border-radius
);
// Core light colors

@@ -5,4 +50,3 @@ $light-colors: (

background: $background,
focus: $focus,
gray: #999
focus: $focus
);

@@ -30,3 +74,3 @@

tab-text-color: mix(light(gray), light(focus), 70%),
tab-text-color: mix(const(gray), light(focus), 70%),

@@ -57,4 +101,3 @@ focus-dark: darken(light(focus), 20%),

background: $charcoal,
focus: $focus,
gray: #999
focus: $focus
);

@@ -103,3 +146,3 @@

tab-text-color: mix(dark(gray), dark(focus), 70%),
tab-text-color: mix(const(gray), dark(focus), 70%),

@@ -106,0 +149,0 @@ focus-dark: lighten(dark(focus), 20%),

@if not $compat {
@include action-bar(
('ActionBar',
'NTActionBar',
'.nt-action-bar'),
('NTIcon',
'Label',
'Button',
'.nt-action-bar__item')
);
@include button(

@@ -88,8 +77,17 @@ ('Button',

@include input-component(
('NTInput',
(//'NTInput',
'.nt-input')
);
@include action-bar(
('ActionBar',
//'NTActionBar',
'.nt-action-bar'),
('NTIcon',
'Label',
'Button',
'.nt-action-bar__item')
);
} @else {
@include action-bar('.action-bar', '.action-item');
@include button('.btn');

@@ -110,2 +108,3 @@ @include label('.label');

@include input-component('.input');
@include action-bar('.action-bar', '.action-item');
}
$enhancers: 'alternate', 'scale-alternate', 'contrasted', 'scale-contrasted';
$root-classes: '.ns-root', '.ns-android', '.ns-ios', '.ns-phone', '.ns-tablet', '.ns-portrait', '.ns-landscape';
@mixin enhance($name, $arguments, $colors) {
$args: ();
$has-enhancer: false;
$color: map-get($colors, $arguments);
$color: if($color != null, $color, const($arguments));
@each $arg in $arguments {
$color: map-get($colors, $arg);
$args: append($args, if($color != null, $color, $arg));
@each $enhancer in $enhancers {
@if str-index($name, '#{$enhancer}-') == 1 {
$has-enhancer: $enhancer;
}
}
@each $enhancer in $enhancers {
@if (str-index($name, '#{$enhancer}-') == 1) {
$name: str-slice($name, str-length($enhancer) + 2);
$color: call(get-function($enhancer), $args...);
@if $has-enhancer {
@each $arg in $arguments {
$color: map-get($colors, $arg);
$const: const($arg);
$args: append($args, if($color != null, $color, if($const != null, $const, $arg)));
}
$name: str-slice($name, str-length($has-enhancer) + 2);
$color: call(get-function($has-enhancer), $args...);
}

@@ -25,6 +33,19 @@

@mixin colorize($args...) {
$is-at-root: false;
@each $class in $root-classes {
@if(str-index('#{&}', $class) == 1) {
$is-at-root: true;
}
}
@each $name, $arguments in keywords($args) {
@include enhance($name, $arguments, $light-colors);
}
.ns-dark & {
@at-root #{if($is-at-root,
selector-append('.ns-dark', &),
selector-nest('.ns-dark', &))} {
@each $name, $arguments in keywords($args) {
@include enhance($name, $arguments, $dark-colors);

@@ -31,0 +52,0 @@ }

@@ -9,2 +9,6 @@ @mixin transition($transition...) {

@function const($const) {
@return map-get($constants, $const);
}
@function light($color) {

@@ -11,0 +15,0 @@ @return map-get($light-colors, $color);

@@ -36,8 +36,18 @@ // Core

.ns-ios &,
.ns-ios &:active {
@include colorize($background-color: transparent);
}
&:active {
android-elevation: 0;
background-color: transparent;
opacity: .7;
@include colorize($color: ab-color);
}
}
& > Label {
font-weight: bold;
font-size: 17;
}
.ns-statusbar-transparent Page > & {

@@ -51,34 +61,11 @@ padding-top: 24;

.ns-android & Button,
.ns-android & .nt-button {
border-radius: 1;
padding: 12 6;
@if not $compat {
.ns-android & Button,
.ns-android & .nt-button {
padding: 12 6;
&:active {
opacity: .7;
android-elevation: 0;
android-dynamic-elevation-offset: 0;
}
}
& Button,
& .nt-button {
@include colorize(
$background-color: ab-background
);
.ns-ios.ns-root & {
background-color: transparent;
}
android-elevation: 0;
android-dynamic-elevation-offset: 0;
}
.ns-ios &,
.ns-android & {
#{$item-selectors} {
&:active {
@include colorize($color: ab-color);
}
}
}
}

@@ -96,6 +83,5 @@ }

.ns-root & #{$item-selectors} {
#{$item-selectors} {
@include colorize(
$color: ab-color,
$background-color: ab-background
$color: ab-color
);

@@ -105,4 +91,3 @@

@include colorize(
$color: ab-color,
$background-color: ab-background
$color: ab-color
);

@@ -112,8 +97,8 @@ }

.ns-ios &,
.ns-android & {
#{$item-selectors} {
&:active {
@include colorize($color: ab-color);
}
@if not $compat {
.ns-android & Button,
.ns-android & .nt-button {
@include colorize(
$background-color: ab-background
);
}

@@ -120,0 +105,0 @@ }

@@ -66,154 +66,88 @@ // Core

#{if($compat, '&-aqua', '&.-aqua')} {
.ns-root & {
background-color: $aqua;
border-color: $aqua;
color: alternate($aqua);
}
.ns-root.ns-dark & {
background-color: $aqua;
border-color: $aqua;
color: alternate($aqua);
}
.ns-root #{if($compat, '&-aqua.btn', '&.-aqua')} {
@include colorize(
$background-color: aqua,
$border-color: aqua,
$alternate-color: aqua
);
}
#{if($compat, '&-blue', '&.-blue')} {
.ns-root & {
background-color: $blue;
border-color: $blue;
color: alternate($blue);
}
.ns-root.ns-dark & {
background-color: $blue;
border-color: $blue;
color: alternate($blue);
}
.ns-root #{if($compat, '&-blue.btn', '&.-blue')} {
@include colorize(
$background-color: blue,
$border-color: blue,
$alternate-color: blue
);
}
#{if($compat, '&-brown', '&.-brown')} {
.ns-root & {
background-color: $brown;
border-color: $brown;
color: alternate($brown);
}
.ns-root.ns-dark & {
background-color: $brown;
border-color: $brown;
color: alternate($brown);
}
.ns-root #{if($compat, '&-brown', '&.-brown')} {
@include colorize(
$background-color: brown,
$border-color: brown,
$alternate-color: brown
);
}
#{if($compat, '&-forest', '&.-forest')} {
.ns-root & {
background-color: $forest;
border-color: $forest;
color: alternate($forest);
}
.ns-root.ns-dark & {
background-color: $forest;
border-color: $forest;
color: alternate($forest);
}
.ns-root #{if($compat, '&-forest', '&.-forest')} {
@include colorize(
$alternate-color: forest,
$background-color: forest,
$border-color: forest
);
}
#{if($compat, '&-grey', '&.-grey')} {
.ns-root & {
background-color: $grey-dark;
border-color: $grey-dark;
color: alternate($grey-dark);
}
.ns-root.ns-dark & {
background-color: $grey-dark;
border-color: $grey-dark;
color: alternate($grey-dark);
}
.ns-root #{if($compat, '&-grey', '&.-grey')} {
@include colorize(
$background-color: grey-dark,
$border-color: grey-dark,
$alternate-color: grey-dark
);
}
#{if($compat, '&-lemon', '&.-lemon')} {
.ns-root & {
background-color: $lemon;
border-color: $lemon;
color: alternate($lemon);
}
.ns-root.ns-dark & {
background-color: $lemon;
border-color: $lemon;
color: alternate($lemon);
}
.ns-root #{if($compat, '&-lemon', '&.-lemon')} {
@include colorize(
$background-color: lemon,
$border-color: lemon,
$alternate-color: lemon
);
}
#{if($compat, '&-lime', '&.-lime')} {
.ns-root & {
background-color: $lime;
border-color: $lime;
color: alternate($lime);
}
.ns-root.ns-dark & {
background-color: $lime;
border-color: $lime;
color: alternate($lime);
}
.ns-root #{if($compat, '&-lime', '&.-lime')} {
@include colorize(
$background-color: lime,
$border-color: lime,
$alternate-color: lime
);
}
#{if($compat, '&-orange', '&.-orange')} {
.ns-root & {
background-color: $orange;
border-color: $orange;
color: alternate($orange);
}
.ns-root.ns-dark & {
background-color: $orange;
border-color: $orange;
color: alternate($orange);
}
.ns-root #{if($compat, '&-orange', '&.-orange')} {
@include colorize(
$background-color: orange,
$border-color: orange,
$alternate-color: orange
);
}
#{if($compat, '&-purple', '&.-purple')} {
.ns-root & {
background-color: $purple;
border-color: $purple;
color: alternate($purple);
}
.ns-root.ns-dark & {
background-color: $purple;
border-color: $purple;
color: alternate($purple);
}
.ns-root #{if($compat, '&-purple', '&.-purple')} {
@include colorize(
$background-color: purple,
$border-color: purple,
$alternate-color: purple
);
}
#{if($compat, '&-ruby', '&.-ruby')} {
.ns-root & {
background-color: $ruby;
border-color: $ruby;
color: alternate($ruby);
}
.ns-root.ns-dark & {
background-color: $ruby;
border-color: $ruby;
color: alternate($ruby);
}
.ns-root #{if($compat, '&-ruby', '&.-ruby')} {
@include colorize(
$background-color: ruby,
$border-color: ruby,
$alternate-color: ruby
);
}
#{if($compat, '&-sky', '&.-sky')} {
.ns-root & {
background-color: $sky;
border-color: $sky;
color: alternate($sky);
}
.ns-root.ns-dark & {
background-color: $sky;
border-color: $sky;
color: alternate($sky);
}
.ns-root #{if($compat, '&-sky', '&.-sky')} {
@include colorize(
$background-color: sky,
$border-color: sky,
$alternate-color: sky
);
}

@@ -220,0 +154,0 @@ }

@@ -92,3 +92,2 @@ // Core

margin: 8 15;
color: #fff;
@include colorize(

@@ -203,5 +202,7 @@ $background-color: focus,

.ns-ios & {
$off-background-color: transparent;
@include colorize(
$background-color: focus,
$off-background-color: background-alt-10
$color: background,
$background-color: focus
);

@@ -211,4 +212,3 @@

@include colorize(
$background-color: primary-focus,
$off-background-color: background-alt-10
$background-color: primary-focus
);

@@ -215,0 +215,0 @@ }

@@ -11,2 +11,3 @@ /*!

// Sky
@import './scss/skins/sky';
@import './scss/variables/sky';
@import './scss/index';

@@ -9,2 +9,3 @@ /*!

// Sky
@import './scss/skins/sky';
@import './scss/variables/sky';
@import './scss/index';
// Mixins
@import './mixins/index';
$compat: false !default;
// Colors
$black: #000 !default;
$white: #fff !default;
$base: $white !default;
$grey: #e0e0e0 !default;
$grey-background: #bababa !default;
$charcoal: #303030 !default;
// Kendo Palettes
@import './core/utilities/kendo-palletes';
// accent varieties
$aqua: #00caab !default;
$blue: #3d5afe !default;
$brown: #795548 !default;
$forest: #006968 !default;
$grey-dark: #5c687c !default;
$purple: #8130ff !default;
$lemon: #ffea00 !default;
$lime: #aee406 !default;
$orange: #f57c00 !default;
$ruby: #ff1744 !default;
$sky: #30bcff !default;
$error: #d50000 !default;
// Buttons
$btn-color-secondary: #01a0ec !default;
$background-alt-10: #c0ebff !default;
$btn-color-disabled: #a4a4a4 !default;
$btn-font-size: 18 !default;
$btn-min-width: 64 !default;
$btn-height: 52 !default;
$btn-radius: 0 !default;
$btn-padding-x: 0 !default;
$btn-padding-y: 0 !default;
$btn-margin-x: 16 !default;
$btn-margin-y: 8 !default;
// Headings
$headings-margin-bottom: 4 !default;
$headings-font-weight: normal !default;
// Options
//
// Quickly modify global styling by enabling or disabling optional features.
// Only border-radius affects all styles, the rest are bootstrap only.
$enable-rounded: false !default;
$enable-shadows: false !default;
$enable-gradients: false !default;
$enable-transitions: false !default;
// Needs to be defined, to mitigate leftover radii from other themes
$border-radius: null !default;
$accent: $sky !default;
// Colors
$background: $white !default;
$primary: alternate($background, 85%) !default;
$secondary: darken($primary, 30%) !default;
$focus: $sky !default;
$disabled: mix($focus, $background, 40%), !default;
// Kendo overrides
@if (global_variable_exists('primary-palette-name')) {
$focus: $primary-palette-name;
}
@if (global_variable_exists('secondary-palette-name')) {
$secondary: $secondary-palette-name;
}
@if ($border-radius != null) {
$btn-radius: rem-to-dip($border-radius);
$enable-rounded: true;
}
@if (global_variable_exists("text-color")) {
$primary: $text-color;
}
@if (global_variable_exists("body-color")) {
$primary: $body-color;
}
@if (global_variable_exists("theme-type")) {
$material-secondary: get-base-hue($secondary-palette-name, 500);
$material-colors: if($theme-type == dark, $material-dark-complimentary, $material-light-complimentary);
$ab-background: get-base-hue($primary-palette-name, 500);
$ab-color: alternate($ab-background);
}
@if (global_variable_exists("body-bg")) {
$background: $body-bg;
$ab-background: $accent;
$ab-color: alternate($ab-background, 100%);
$focus: $secondary;
}
@if (global_variable_exists("bg-color")) {
$background: $bg-color;
$ab-background: $accent;
$ab-color: alternate($ab-background, 100%);
$focus: $base-bg;
}
$text-color: $primary !default;
$headings-color: $text-color !default;
// ActionBar
$ab-color: $text-color !default;
$ab-background: mix($background, $text-color, 20%) !default;
$item-active-color: mix($primary, $background, 40%) !default;
$item-active-icon-color: $item-active-color !default;
$tab-text-color: mix(#999, $focus, 70%) !default;
$focus-dark: darken($focus, 20%) !default;
$focus-light: lighten($focus, 20%) !default;
$primary-focus: mix(transparent, $focus, 60%) !default;
$background-focus: mix(transparent, $focus, 90%) !default;
$background-dark-focus: mix(transparent, $focus, 85%) !default;
$ab-background-dark: darken($ab-background, 5%) !default;
$item-active-background: $focus !default;
$btn-color: $primary !default;
$btn-color-inverse: $background !default;
$btn-color-secondary: darken($btn-color, 10%) !default;
$background-alt-10: lighten($btn-color, 10%) !default;
@import './mixins/index';
// Core colors
@import './core/colors';
// Core variables
@import '../variables';
/**
* Aqua variable overrides
**/
// ActionBar
$ab-background: $aqua;
$ab-color: $white;
// Accent
$focus: $lime;
// Buttons
$btn-color-inverse: $white;
@import '../core/colors';
@import '../index';
// Core variables
@import '../variables';
/**
* Blue variable overrides
**/
// ActionBar
$ab-background: $blue;
$ab-color: $white;
// Accent
$focus: $sky;
// Buttons
$btn-color-inverse: $white;
@import '../core/colors';
@import '../index';
// Core variables
@import '../variables';
/**
* Brown variable overrides
**/
// ActionBar
$ab-background: $brown;
$ab-color: $white;
// Accent
$focus: $lime;
// Buttons
$btn-color-inverse: $white;
@import '../core/colors';
@import '../index';
// Core variables
@import '../variables';
/**
* Forest variable overrides
**/
// ActionBar
$ab-background: $forest;
$ab-color: $white;
// Accent
$focus: $aqua;
// Buttons
$btn-color-inverse: $white;
@import '../core/colors';
@import '../index';
// Core variables
@import '../variables';
/**
* Forest variable overrides
**/
// ActionBar
$ab-background: $grey-dark;
$ab-color: $white;
// Accent
$focus: $lime;
// Buttons
$btn-color-inverse: $white;
$btn-color: $focus;
$btn-color-secondary: darken($btn-color, 10%);
$background-alt-10: lighten($btn-color, 10%);
@import '../core/colors';
@import '../index';
// Core variables
@import '../variables';
/**
* Lemon variable overrides
**/
// ActionBar
$ab-background: $lemon;
$ab-color: $charcoal;
// Accent
$focus: $grey-dark;
// Buttons
$btn-color-inverse: $white;
@import '../core/colors';
@import '../index';
// Core variables
@import '../variables';
/**
* Lime variable overrides
**/
// ActionBar
$ab-background: $lime;
$ab-color: $charcoal;
// Accent
$focus: $forest;
// Buttons
$btn-color-inverse: $white;
@import '../core/colors';
@import '../index';
// Core variables
@import '../variables';
/**
* Orange variable overrides
**/
// ActionBar
$ab-background: $orange;
$ab-color: $white;
// Accent
$focus: $brown;
// Buttons
$btn-color-inverse: $white;
@import '../core/colors';
@import '../index';
// Core variables
@import '../variables';
/**
* Purple variable overrides
**/
// ActionBar
$ab-background: $purple;
$ab-color: $white;
// Accent
$focus: $sky;
// Buttons
$btn-color-inverse: $white;
@import '../core/colors';
@import '../index';
// Core variables
@import '../variables';
/**
* Ruby variable overrides
**/
// ActionBar
$ab-background: $ruby;
$ab-color: $white;
// Accent
$focus: $lemon;
// Buttons
$btn-color-inverse: $charcoal;
@import '../core/colors';
@import '../index';
// Core variables
@import '../variables';
/**
* Sky variable overrides
**/
// ActionBar
$ab-background: $sky;
$ab-color: $white;
// Accent
$focus: $lemon;
// Buttons
$btn-color-inverse: $charcoal;
@import '../core/colors';
@import '../index';