novo-elements 13.1.0 → 13.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/addons/ckeditor/index.d.ts +3 -1
- package/elements/agenda/common/AgendaDateChange.scss +3 -3
- package/elements/agenda/common/AgendaHoursLayout.scss +2 -2
- package/elements/agenda/day/AgendaDayView.scss +3 -3
- package/elements/agenda/month/AgendaMonthView.scss +8 -8
- package/elements/agenda/week/AgendaWeekView.scss +4 -4
- package/elements/aside/aside.component.scss +17 -2
- package/elements/aside/index.d.ts +16 -8
- package/elements/autocomplete/autocomplete.component.scss +4 -0
- package/elements/avatar/Avatar.scss +2 -2
- package/elements/breadcrumbs/Breadcrumb.scss +5 -0
- package/elements/breadcrumbs/breadcrumb-item/BreadcrumbItem.scss +3 -3
- package/elements/button/styles/button-dialogue.scss +6 -5
- package/elements/button/styles/button-fab.scss +1 -1
- package/elements/button/styles/button-icon.scss +5 -5
- package/elements/button/styles/button-other.scss +5 -5
- package/elements/button/styles/button-primary.scss +11 -9
- package/elements/button/styles/button-secondary.scss +9 -9
- package/elements/button/styles/button-standard.scss +2 -2
- package/elements/button/styles/button.scss +18 -12
- package/elements/calendar/calendar.component.scss +13 -13
- package/elements/calendar/month-select/month-select.component.scss +3 -3
- package/elements/calendar/month-view/month-view.component.scss +7 -7
- package/elements/calendar/year-select/year-select.component.scss +3 -3
- package/elements/card/Card.scss +47 -12
- package/elements/card/CardContent.scss +1 -1
- package/elements/card/CardFooter.scss +2 -2
- package/elements/card/CardHeader.scss +2 -2
- package/elements/category-dropdown/CategoryDropdown.scss +9 -9
- package/elements/checkbox/CheckList.scss +3 -3
- package/elements/checkbox/Checkbox.scss +3 -3
- package/elements/chips/Chip.scss +17 -17
- package/elements/chips/Chips.scss +9 -9
- package/elements/chips/RowChips.scss +2 -2
- package/elements/chips/index.d.ts +3 -1
- package/elements/color-picker/color-picker.component.scss +1 -1
- package/elements/common/index.d.ts +11 -3
- package/elements/common/option/option.component.scss +14 -19
- package/elements/common/selection/pseudo-checkbox/pseudo-checkbox.component.scss +2 -2
- package/elements/common/typography/text.mixins.scss +19 -19
- package/elements/data-table/data-table.component.scss +32 -23
- package/elements/data-table/index.d.ts +2 -1
- package/elements/data-table/pagination/data-table-pagination.component.scss +6 -6
- package/elements/date-picker/DatePicker.scss +23 -18
- package/elements/date-picker/DatePickerInput.scss +5 -5
- package/elements/date-picker/DateRangeInput.scss +1 -1
- package/elements/date-picker/MultiDateInput.scss +2 -2
- package/elements/date-time-picker/_DateTimePicker.scss +5 -5
- package/elements/divider/divider.component.scss +3 -3
- package/elements/dropdown/Dropdown.scss +4 -4
- package/elements/expansion/_expansion-theme.scss +1 -1
- package/elements/expansion/expansion-panel.scss +1 -0
- package/elements/field/error/error.scss +1 -1
- package/elements/field/field-fill.scss +4 -4
- package/elements/field/field-list.scss +4 -4
- package/elements/field/field-outline.scss +6 -6
- package/elements/field/field-standard.scss +3 -3
- package/elements/field/field.scss +14 -1
- package/elements/form/ControlGroup.scss +7 -7
- package/elements/form/Form.scss +40 -40
- package/elements/form/extras/address/Address.scss +6 -6
- package/elements/form/extras/file/FileInput.scss +4 -4
- package/elements/form/fieldset-header.scss +3 -3
- package/elements/form/index.d.ts +1 -1
- package/elements/header/Header.scss +17 -10
- package/elements/icon/Icon.scss +1 -1
- package/elements/layout/collapsible-nav/collapsible-nav.component.scss +20 -0
- package/elements/layout/index.d.ts +38 -5
- package/elements/list/list-item-content.scss +1 -1
- package/elements/list/list-item-header-avatar.scss +1 -1
- package/elements/list/list-item.scss +6 -6
- package/elements/loading/NovoSpinner.scss +1 -1
- package/elements/menu/menu-content.component.scss +7 -7
- package/elements/modal/modal.component.scss +16 -6
- package/elements/modal/notification.component.scss +26 -21
- package/elements/multi-picker/_MultiPicker.scss +2 -2
- package/elements/picker/Picker.scss +13 -13
- package/elements/picker/extras/grouped-multi-picker-results/GroupedMultiPickerResults.scss +14 -14
- package/elements/picker/extras/mixed-multi-picker-results/MixedMultiPickerResults.scss +17 -17
- package/elements/picker/extras/picker-results/PickerResult.scss +1 -1
- package/elements/picker/extras/picker-results/PickerResults.scss +25 -21
- package/elements/picker/extras/skills-picker-results/SkillsSpecialtyPickerResults.scss +3 -3
- package/elements/places/index.d.ts +24 -14
- package/elements/places/places.component.scss +3 -3
- package/elements/popover/PopOver.scss +2 -1
- package/elements/progress/Progress.scss +2 -2
- package/elements/progress/ProgressBar.scss +13 -3
- package/elements/query-builder/condition-builder/condition-builder.component.scss +1 -20
- package/elements/query-builder/index.d.ts +67 -35
- package/elements/radio/Radio.scss +8 -8
- package/elements/radio/radio-group.scss +2 -2
- package/elements/search/SearchBox.scss +8 -9
- package/elements/select/Select.scss +14 -14
- package/elements/select-search/select-search.component.scss +1 -1
- package/elements/simple-table/PaginationOld.scss +5 -5
- package/elements/simple-table/table.scss +15 -10
- package/elements/stepper/step-header.component.scss +9 -9
- package/elements/stepper/stepper.component.scss +25 -7
- package/elements/switch/Switch.scss +15 -7
- package/elements/tabbed-group-picker/TabbedGroupPicker.scss +17 -8
- package/elements/tabbed-group-picker/index.d.ts +27 -14
- package/elements/tabs/tab-nav.scss +3 -3
- package/elements/tabs/tab.scss +38 -5
- package/elements/tiles/Tiles.scss +10 -5
- package/elements/time-picker/TimePicker.scss +4 -4
- package/elements/time-picker/TimePickerInput.scss +1 -1
- package/elements/tip-well/TipWell.scss +5 -6
- package/elements/toast/Toast.scss +19 -18
- package/elements/toolbar/toolbar.component.scss +9 -6
- package/elements/tooltip/Tooltip.scss +6 -1
- package/elements/value/Value.scss +5 -4
- package/fesm2022/novo-elements-addons-ckeditor.mjs +22 -12
- package/fesm2022/novo-elements-addons-ckeditor.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-agenda.mjs +8 -8
- package/fesm2022/novo-elements-elements-agenda.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-aside.mjs +24 -9
- package/fesm2022/novo-elements-elements-aside.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-autocomplete.mjs +2 -2
- package/fesm2022/novo-elements-elements-autocomplete.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-avatar.mjs +4 -4
- package/fesm2022/novo-elements-elements-avatar.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-breadcrumbs.mjs +4 -4
- package/fesm2022/novo-elements-elements-breadcrumbs.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-button.mjs +2 -2
- package/fesm2022/novo-elements-elements-button.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-calendar.mjs +8 -8
- package/fesm2022/novo-elements-elements-calendar.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-card.mjs +8 -8
- package/fesm2022/novo-elements-elements-card.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-category-dropdown.mjs +2 -2
- package/fesm2022/novo-elements-elements-category-dropdown.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-checkbox.mjs +4 -4
- package/fesm2022/novo-elements-elements-checkbox.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-chips.mjs +12 -8
- package/fesm2022/novo-elements-elements-chips.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-color-picker.mjs +4 -4
- package/fesm2022/novo-elements-elements-color-picker.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-common.mjs +61 -21
- package/fesm2022/novo-elements-elements-common.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-data-table.mjs +4 -4
- package/fesm2022/novo-elements-elements-data-table.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-date-picker.mjs +8 -8
- package/fesm2022/novo-elements-elements-date-picker.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-date-time-picker.mjs +2 -2
- package/fesm2022/novo-elements-elements-date-time-picker.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-divider.mjs +2 -2
- package/fesm2022/novo-elements-elements-divider.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-dropdown.mjs +2 -2
- package/fesm2022/novo-elements-elements-dropdown.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-expansion.mjs +2 -2
- package/fesm2022/novo-elements-elements-expansion.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-field.mjs +6 -6
- package/fesm2022/novo-elements-elements-field.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-form.mjs +17 -15
- package/fesm2022/novo-elements-elements-form.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-header.mjs +2 -2
- package/fesm2022/novo-elements-elements-header.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-icon.mjs +2 -2
- package/fesm2022/novo-elements-elements-icon.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-layout.mjs +90 -9
- package/fesm2022/novo-elements-elements-layout.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-list.mjs +10 -10
- package/fesm2022/novo-elements-elements-list.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-loading.mjs +2 -2
- package/fesm2022/novo-elements-elements-loading.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-menu.mjs +2 -2
- package/fesm2022/novo-elements-elements-menu.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-modal.mjs +4 -4
- package/fesm2022/novo-elements-elements-modal.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-multi-picker.mjs +2 -2
- package/fesm2022/novo-elements-elements-multi-picker.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-picker.mjs +14 -14
- package/fesm2022/novo-elements-elements-picker.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-places.mjs +195 -187
- package/fesm2022/novo-elements-elements-places.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-popover.mjs +2 -2
- package/fesm2022/novo-elements-elements-popover.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-progress.mjs +4 -4
- package/fesm2022/novo-elements-elements-progress.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-query-builder.mjs +67 -19
- package/fesm2022/novo-elements-elements-query-builder.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-radio.mjs +4 -4
- package/fesm2022/novo-elements-elements-radio.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-search.mjs +2 -2
- package/fesm2022/novo-elements-elements-search.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-select.mjs +2 -2
- package/fesm2022/novo-elements-elements-select.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-simple-table.mjs +6 -6
- package/fesm2022/novo-elements-elements-simple-table.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-stepper.mjs +8 -8
- package/fesm2022/novo-elements-elements-stepper.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-switch.mjs +2 -2
- package/fesm2022/novo-elements-elements-switch.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-tabbed-group-picker.mjs +70 -10
- package/fesm2022/novo-elements-elements-tabbed-group-picker.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-tabs.mjs +6 -6
- package/fesm2022/novo-elements-elements-tabs.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-tiles.mjs +2 -2
- package/fesm2022/novo-elements-elements-tiles.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-time-picker.mjs +4 -4
- package/fesm2022/novo-elements-elements-time-picker.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-tip-well.mjs +2 -2
- package/fesm2022/novo-elements-elements-tip-well.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-toast.mjs +2 -2
- package/fesm2022/novo-elements-elements-toast.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-toolbar.mjs +2 -2
- package/fesm2022/novo-elements-elements-toolbar.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-tooltip.mjs +2 -2
- package/fesm2022/novo-elements-elements-tooltip.mjs.map +1 -1
- package/fesm2022/novo-elements-elements-value.mjs +2 -2
- package/fesm2022/novo-elements-elements-value.mjs.map +1 -1
- package/fesm2022/novo-elements-services.mjs +1 -0
- package/fesm2022/novo-elements-services.mjs.map +1 -1
- package/fesm2022/novo-elements.mjs +14 -0
- package/fesm2022/novo-elements.mjs.map +1 -1
- package/index.d.ts +14 -0
- package/novo-elements.scss +7 -7
- package/package.json +2 -2
- package/services/index.d.ts +1 -0
- package/styles/base.scss +1 -0
- package/styles/content/code.scss +2 -2
- package/styles/content/forms.scss +2 -2
- package/styles/content/misc.scss +3 -3
- package/styles/content/range.scss +3 -3
- package/styles/iconography.scss +3 -3
- package/styles/themes/bh2026.scss +106 -0
- package/styles/themes/dark.scss +6 -1
- package/styles/themes/light.scss +4 -0
- package/styles/typography.scss +3 -3
- package/styles/variables.scss +6 -6
|
@@ -31,7 +31,7 @@ class NovoToolbar extends _NovoToolbarBase {
|
|
|
31
31
|
super(elementRef);
|
|
32
32
|
}
|
|
33
33
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.19", ngImport: i0, type: NovoToolbar, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
34
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.19", type: NovoToolbar, isStandalone: false, selector: "novo-toolbar", inputs: { color: "color", gap: "gap" }, host: { properties: { "class.novo-toolbar-multiple-rows": "_toolbarRows.length > 0", "class.novo-toolbar-single-row": "_toolbarRows.length === 0" }, classAttribute: "novo-toolbar" }, queries: [{ propertyName: "_toolbarRows", predicate: NovoToolbarRow, descendants: true }], usesInheritance: true, ngImport: i0, template: "<ng-content></ng-content>\n<ng-content select=\"novo-toolbar-row\"></ng-content>", styles: [".novo-toolbar .novo-toolbar-row,.novo-toolbar.novo-toolbar-single-row{display:flex;box-sizing:border-box;background-color:var(--background-bright);color:var(--text-main);padding:0 1rem;width:100%;flex-direction:row;align-items:center;min-height:5rem;white-space:nowrap}.novo-toolbar .novo-toolbar-row .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row novo-nav,.novo-toolbar .novo-toolbar-row novo-tab,.novo-toolbar.novo-toolbar-single-row .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row novo-nav,.novo-toolbar.novo-toolbar-single-row novo-tab{height:inherit;min-height:inherit}.novo-toolbar .novo-toolbar-row.novo-color-black,.novo-toolbar .novo-toolbar-row.novo-theme-black,.novo-toolbar.novo-toolbar-single-row.novo-color-black,.novo-toolbar.novo-toolbar-single-row.novo-theme-black{color:#fff;background:#000}.novo-toolbar .novo-toolbar-row.novo-color-black>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-black>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-black>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-black novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-black>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-black>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-black>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-black novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-black>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-black>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-black>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-black novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-black>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-black>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-black>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-black novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-black novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-black novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-black .links button,.novo-toolbar .novo-toolbar-row.novo-color-black .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-black novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-black novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-black .links button,.novo-toolbar .novo-toolbar-row.novo-theme-black .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-black novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-black novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-black .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-black .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-black novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-black novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-black .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-black .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-black .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-black .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-black .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-black .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-black,.novo-toolbar.novo-toolbar-single-row.novo-accent-black{border-bottom:2px solid #000000}.novo-toolbar .novo-toolbar-row.novo-color-white,.novo-toolbar .novo-toolbar-row.novo-theme-white,.novo-toolbar.novo-toolbar-single-row.novo-color-white,.novo-toolbar.novo-toolbar-single-row.novo-theme-white{color:#3d464d;background:#fff}.novo-toolbar .novo-toolbar-row.novo-color-white>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-white>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-white>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-white novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-white>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-white>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-white>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-white novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-white>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-white>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-white>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-white novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-white>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-white>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-white>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-white novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-white novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-white novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-white .links button,.novo-toolbar .novo-toolbar-row.novo-color-white .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-white novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-white novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-white .links button,.novo-toolbar .novo-toolbar-row.novo-theme-white .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-white novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-white novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-white .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-white .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-white novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-white novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-white .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-white .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-white .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-white .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-white .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-white .novo-divider.novo-divider-vertical{border-right-color:#3d464d}.novo-toolbar .novo-toolbar-row.novo-accent-white,.novo-toolbar.novo-toolbar-single-row.novo-accent-white{border-bottom:2px solid #ffffff}.novo-toolbar .novo-toolbar-row.novo-color-gray,.novo-toolbar .novo-toolbar-row.novo-theme-gray,.novo-toolbar.novo-toolbar-single-row.novo-color-gray,.novo-toolbar.novo-toolbar-single-row.novo-theme-gray{color:#3d464d;background:#9e9e9e}.novo-toolbar .novo-toolbar-row.novo-color-gray>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-gray>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-gray>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-gray novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-gray>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-gray>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-gray>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-gray novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-gray>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-gray>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-gray>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-gray novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-gray>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-gray>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-gray>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-gray novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-gray novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-gray novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-gray .links button,.novo-toolbar .novo-toolbar-row.novo-color-gray .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-gray novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-gray novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-gray .links button,.novo-toolbar .novo-toolbar-row.novo-theme-gray .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-gray novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-gray novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-gray .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-gray .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-gray novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-gray novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-gray .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-gray .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-gray .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-gray .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-gray .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-gray .novo-divider.novo-divider-vertical{border-right-color:#3d464d}.novo-toolbar .novo-toolbar-row.novo-accent-gray,.novo-toolbar.novo-toolbar-single-row.novo-accent-gray{border-bottom:2px solid #9e9e9e}.novo-toolbar .novo-toolbar-row.novo-color-grey,.novo-toolbar .novo-toolbar-row.novo-theme-grey,.novo-toolbar.novo-toolbar-single-row.novo-color-grey,.novo-toolbar.novo-toolbar-single-row.novo-theme-grey{color:#3d464d;background:#9e9e9e}.novo-toolbar .novo-toolbar-row.novo-color-grey>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-grey>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-grey>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-grey novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-grey>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-grey>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-grey>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-grey novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-grey>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-grey>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-grey>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-grey novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-grey>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-grey>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-grey>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-grey novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-grey novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-grey novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-grey .links button,.novo-toolbar .novo-toolbar-row.novo-color-grey .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-grey novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-grey novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-grey .links button,.novo-toolbar .novo-toolbar-row.novo-theme-grey .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-grey novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-grey novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-grey .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-grey .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-grey novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-grey novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-grey .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-grey .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-grey .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-grey .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-grey .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-grey .novo-divider.novo-divider-vertical{border-right-color:#3d464d}.novo-toolbar .novo-toolbar-row.novo-accent-grey,.novo-toolbar.novo-toolbar-single-row.novo-accent-grey{border-bottom:2px solid #9e9e9e}.novo-toolbar .novo-toolbar-row.novo-color-offWhite,.novo-toolbar .novo-toolbar-row.novo-theme-offWhite,.novo-toolbar.novo-toolbar-single-row.novo-color-offWhite,.novo-toolbar.novo-toolbar-single-row.novo-theme-offWhite{color:#3d464d;background:#f7f7f7}.novo-toolbar .novo-toolbar-row.novo-color-offWhite>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-offWhite>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-offWhite>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-offWhite novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-offWhite>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-offWhite>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-offWhite>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-offWhite novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-offWhite>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-offWhite>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-offWhite>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-offWhite novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-offWhite>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-offWhite>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-offWhite>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-offWhite novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-offWhite novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-offWhite novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-offWhite .links button,.novo-toolbar .novo-toolbar-row.novo-color-offWhite .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-offWhite novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-offWhite novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-offWhite .links button,.novo-toolbar .novo-toolbar-row.novo-theme-offWhite .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-offWhite novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-offWhite novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-offWhite .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-offWhite .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-offWhite novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-offWhite novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-offWhite .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-offWhite .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-offWhite .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-offWhite .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-offWhite .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-offWhite .novo-divider.novo-divider-vertical{border-right-color:#3d464d}.novo-toolbar .novo-toolbar-row.novo-accent-offWhite,.novo-toolbar.novo-toolbar-single-row.novo-accent-offWhite{border-bottom:2px solid #f7f7f7}.novo-toolbar .novo-toolbar-row.novo-color-bright,.novo-toolbar .novo-toolbar-row.novo-theme-bright,.novo-toolbar.novo-toolbar-single-row.novo-color-bright,.novo-toolbar.novo-toolbar-single-row.novo-theme-bright{color:#3d464d;background:#f7f7f7}.novo-toolbar .novo-toolbar-row.novo-color-bright>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-bright>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-bright>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-bright novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-bright>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-bright>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-bright>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-bright novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-bright>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-bright>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-bright>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-bright novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-bright>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-bright>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-bright>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-bright novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-bright novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-bright novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-bright .links button,.novo-toolbar .novo-toolbar-row.novo-color-bright .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-bright novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-bright novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-bright .links button,.novo-toolbar .novo-toolbar-row.novo-theme-bright .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-bright novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-bright novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-bright .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-bright .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-bright novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-bright novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-bright .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-bright .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-bright .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-bright .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-bright .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-bright .novo-divider.novo-divider-vertical{border-right-color:#3d464d}.novo-toolbar .novo-toolbar-row.novo-accent-bright,.novo-toolbar.novo-toolbar-single-row.novo-accent-bright{border-bottom:2px solid #f7f7f7}.novo-toolbar .novo-toolbar-row.novo-color-light,.novo-toolbar .novo-toolbar-row.novo-theme-light,.novo-toolbar.novo-toolbar-single-row.novo-color-light,.novo-toolbar.novo-toolbar-single-row.novo-theme-light{color:#3d464d;background:#dbdbdb}.novo-toolbar .novo-toolbar-row.novo-color-light>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-light>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-light>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-light novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-light>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-light>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-light>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-light novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-light>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-light>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-light>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-light novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-light>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-light>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-light>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-light novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-light novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-light novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-light .links button,.novo-toolbar .novo-toolbar-row.novo-color-light .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-light novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-light novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-light .links button,.novo-toolbar .novo-toolbar-row.novo-theme-light .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-light novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-light novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-light .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-light .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-light novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-light novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-light .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-light .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-light .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-light .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-light .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-light .novo-divider.novo-divider-vertical{border-right-color:#3d464d}.novo-toolbar .novo-toolbar-row.novo-accent-light,.novo-toolbar.novo-toolbar-single-row.novo-accent-light{border-bottom:2px solid #dbdbdb}.novo-toolbar .novo-toolbar-row.novo-color-neutral,.novo-toolbar .novo-toolbar-row.novo-theme-neutral,.novo-toolbar.novo-toolbar-single-row.novo-color-neutral,.novo-toolbar.novo-toolbar-single-row.novo-theme-neutral{color:#fff;background:#4f5361}.novo-toolbar .novo-toolbar-row.novo-color-neutral>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-neutral>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-neutral>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-neutral novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-neutral>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-neutral>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-neutral>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-neutral novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-neutral>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-neutral>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-neutral>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-neutral novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-neutral>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-neutral>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-neutral>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-neutral novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-neutral novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-neutral novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-neutral .links button,.novo-toolbar .novo-toolbar-row.novo-color-neutral .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-neutral novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-neutral novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-neutral .links button,.novo-toolbar .novo-toolbar-row.novo-theme-neutral .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-neutral novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-neutral novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-neutral .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-neutral .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-neutral novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-neutral novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-neutral .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-neutral .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-neutral .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-neutral .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-neutral .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-neutral .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-neutral,.novo-toolbar.novo-toolbar-single-row.novo-accent-neutral{border-bottom:2px solid #4f5361}.novo-toolbar .novo-toolbar-row.novo-color-dark,.novo-toolbar .novo-toolbar-row.novo-theme-dark,.novo-toolbar.novo-toolbar-single-row.novo-color-dark,.novo-toolbar.novo-toolbar-single-row.novo-theme-dark{color:#fff;background:#3d464d}.novo-toolbar .novo-toolbar-row.novo-color-dark>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-dark>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-dark>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-dark novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-dark>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-dark>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-dark>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-dark novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-dark>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-dark>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-dark>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-dark novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-dark>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-dark>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-dark>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-dark novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-dark novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-dark novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-dark .links button,.novo-toolbar .novo-toolbar-row.novo-color-dark .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-dark novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-dark novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-dark .links button,.novo-toolbar .novo-toolbar-row.novo-theme-dark .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-dark novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-dark novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-dark .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-dark .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-dark novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-dark novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-dark .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-dark .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-dark .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-dark .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-dark .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-dark .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-dark,.novo-toolbar.novo-toolbar-single-row.novo-accent-dark{border-bottom:2px solid #3d464d}.novo-toolbar .novo-toolbar-row.novo-color-orange,.novo-toolbar .novo-toolbar-row.novo-theme-orange,.novo-toolbar.novo-toolbar-single-row.novo-color-orange,.novo-toolbar.novo-toolbar-single-row.novo-theme-orange{color:#3d464d;background:#ff6900}.novo-toolbar .novo-toolbar-row.novo-color-orange>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-orange>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-orange>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-orange novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-orange>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-orange>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-orange>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-orange novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-orange>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-orange>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-orange>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-orange novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-orange>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-orange>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-orange>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-orange novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-orange novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-orange novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-orange .links button,.novo-toolbar .novo-toolbar-row.novo-color-orange .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-orange novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-orange novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-orange .links button,.novo-toolbar .novo-toolbar-row.novo-theme-orange .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-orange novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-orange novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-orange .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-orange .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-orange novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-orange novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-orange .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-orange .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-orange .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-orange .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-orange .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-orange .novo-divider.novo-divider-vertical{border-right-color:#3d464d}.novo-toolbar .novo-toolbar-row.novo-accent-orange,.novo-toolbar.novo-toolbar-single-row.novo-accent-orange{border-bottom:2px solid #ff6900}.novo-toolbar .novo-toolbar-row.novo-color-navigation,.novo-toolbar .novo-toolbar-row.novo-theme-navigation,.novo-toolbar.novo-toolbar-single-row.novo-color-navigation,.novo-toolbar.novo-toolbar-single-row.novo-theme-navigation{color:#fff;background:#202945}.novo-toolbar .novo-toolbar-row.novo-color-navigation>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-navigation>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-navigation>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-navigation novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-navigation>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-navigation>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-navigation>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-navigation novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-navigation>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-navigation>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-navigation>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-navigation novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-navigation>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-navigation>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-navigation>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-navigation novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-navigation novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-navigation novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-navigation .links button,.novo-toolbar .novo-toolbar-row.novo-color-navigation .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-navigation novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-navigation novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-navigation .links button,.novo-toolbar .novo-toolbar-row.novo-theme-navigation .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-navigation novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-navigation novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-navigation .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-navigation .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-navigation novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-navigation novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-navigation .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-navigation .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-navigation .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-navigation .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-navigation .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-navigation .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-navigation,.novo-toolbar.novo-toolbar-single-row.novo-accent-navigation{border-bottom:2px solid #202945}.novo-toolbar .novo-toolbar-row.novo-color-skyBlue,.novo-toolbar .novo-toolbar-row.novo-theme-skyBlue,.novo-toolbar.novo-toolbar-single-row.novo-color-skyBlue,.novo-toolbar.novo-toolbar-single-row.novo-theme-skyBlue{color:#fff;background:#009bdf}.novo-toolbar .novo-toolbar-row.novo-color-skyBlue>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-skyBlue>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-skyBlue>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-skyBlue novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-skyBlue>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-skyBlue>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-skyBlue>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-skyBlue novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-skyBlue>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-skyBlue>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-skyBlue>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-skyBlue novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-skyBlue>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-skyBlue>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-skyBlue>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-skyBlue novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-skyBlue novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-skyBlue novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-skyBlue .links button,.novo-toolbar .novo-toolbar-row.novo-color-skyBlue .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-skyBlue novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-skyBlue novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-skyBlue .links button,.novo-toolbar .novo-toolbar-row.novo-theme-skyBlue .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-skyBlue novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-skyBlue novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-skyBlue .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-skyBlue .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-skyBlue novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-skyBlue novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-skyBlue .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-skyBlue .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-skyBlue .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-skyBlue .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-skyBlue .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-skyBlue .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-skyBlue,.novo-toolbar.novo-toolbar-single-row.novo-accent-skyBlue{border-bottom:2px solid #009bdf}.novo-toolbar .novo-toolbar-row.novo-color-steel,.novo-toolbar .novo-toolbar-row.novo-theme-steel,.novo-toolbar.novo-toolbar-single-row.novo-color-steel,.novo-toolbar.novo-toolbar-single-row.novo-theme-steel{color:#fff;background:#5b6770}.novo-toolbar .novo-toolbar-row.novo-color-steel>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-steel>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-steel>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-steel novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-steel>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-steel>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-steel>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-steel novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-steel>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-steel>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-steel>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-steel novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-steel>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-steel>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-steel>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-steel novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-steel novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-steel novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-steel .links button,.novo-toolbar .novo-toolbar-row.novo-color-steel .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-steel novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-steel novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-steel .links button,.novo-toolbar .novo-toolbar-row.novo-theme-steel .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-steel novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-steel novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-steel .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-steel .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-steel novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-steel novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-steel .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-steel .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-steel .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-steel .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-steel .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-steel .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-steel,.novo-toolbar.novo-toolbar-single-row.novo-accent-steel{border-bottom:2px solid #5b6770}.novo-toolbar .novo-toolbar-row.novo-color-metal,.novo-toolbar .novo-toolbar-row.novo-theme-metal,.novo-toolbar.novo-toolbar-single-row.novo-color-metal,.novo-toolbar.novo-toolbar-single-row.novo-theme-metal{color:#fff;background:#637893}.novo-toolbar .novo-toolbar-row.novo-color-metal>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-metal>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-metal>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-metal novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-metal>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-metal>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-metal>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-metal novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-metal>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-metal>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-metal>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-metal novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-metal>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-metal>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-metal>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-metal novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-metal novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-metal novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-metal .links button,.novo-toolbar .novo-toolbar-row.novo-color-metal .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-metal novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-metal novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-metal .links button,.novo-toolbar .novo-toolbar-row.novo-theme-metal .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-metal novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-metal novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-metal .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-metal .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-metal novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-metal novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-metal .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-metal .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-metal .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-metal .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-metal .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-metal .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-metal,.novo-toolbar.novo-toolbar-single-row.novo-accent-metal{border-bottom:2px solid #637893}.novo-toolbar .novo-toolbar-row.novo-color-sand,.novo-toolbar .novo-toolbar-row.novo-theme-sand,.novo-toolbar.novo-toolbar-single-row.novo-color-sand,.novo-toolbar.novo-toolbar-single-row.novo-theme-sand{color:#3d464d;background:#f4f4f4}.novo-toolbar .novo-toolbar-row.novo-color-sand>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-sand>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-sand>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-sand novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-sand>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-sand>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-sand>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-sand novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-sand>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-sand>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-sand>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-sand novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-sand>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-sand>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-sand>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-sand novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-sand novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-sand novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-sand .links button,.novo-toolbar .novo-toolbar-row.novo-color-sand .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-sand novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-sand novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-sand .links button,.novo-toolbar .novo-toolbar-row.novo-theme-sand .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-sand novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-sand novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-sand .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-sand .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-sand novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-sand novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-sand .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-sand .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-sand .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-sand .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-sand .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-sand .novo-divider.novo-divider-vertical{border-right-color:#3d464d}.novo-toolbar .novo-toolbar-row.novo-accent-sand,.novo-toolbar.novo-toolbar-single-row.novo-accent-sand{border-bottom:2px solid #f4f4f4}.novo-toolbar .novo-toolbar-row.novo-color-silver,.novo-toolbar .novo-toolbar-row.novo-theme-silver,.novo-toolbar.novo-toolbar-single-row.novo-color-silver,.novo-toolbar.novo-toolbar-single-row.novo-theme-silver{color:#3d464d;background:#e2e2e2}.novo-toolbar .novo-toolbar-row.novo-color-silver>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-silver>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-silver>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-silver novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-silver>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-silver>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-silver>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-silver novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-silver>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-silver>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-silver>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-silver novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-silver>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-silver>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-silver>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-silver novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-silver novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-silver novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-silver .links button,.novo-toolbar .novo-toolbar-row.novo-color-silver .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-silver novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-silver novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-silver .links button,.novo-toolbar .novo-toolbar-row.novo-theme-silver .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-silver novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-silver novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-silver .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-silver .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-silver novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-silver novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-silver .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-silver .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-silver .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-silver .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-silver .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-silver .novo-divider.novo-divider-vertical{border-right-color:#3d464d}.novo-toolbar .novo-toolbar-row.novo-accent-silver,.novo-toolbar.novo-toolbar-single-row.novo-accent-silver{border-bottom:2px solid #e2e2e2}.novo-toolbar .novo-toolbar-row.novo-color-stone,.novo-toolbar .novo-toolbar-row.novo-theme-stone,.novo-toolbar.novo-toolbar-single-row.novo-color-stone,.novo-toolbar.novo-toolbar-single-row.novo-theme-stone{color:#3d464d;background:#bebebe}.novo-toolbar .novo-toolbar-row.novo-color-stone>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-stone>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-stone>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-stone novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-stone>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-stone>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-stone>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-stone novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-stone>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-stone>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-stone>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-stone novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-stone>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-stone>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-stone>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-stone novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-stone novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-stone novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-stone .links button,.novo-toolbar .novo-toolbar-row.novo-color-stone .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-stone novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-stone novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-stone .links button,.novo-toolbar .novo-toolbar-row.novo-theme-stone .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-stone novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-stone novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-stone .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-stone .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-stone novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-stone novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-stone .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-stone .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-stone .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-stone .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-stone .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-stone .novo-divider.novo-divider-vertical{border-right-color:#3d464d}.novo-toolbar .novo-toolbar-row.novo-accent-stone,.novo-toolbar.novo-toolbar-single-row.novo-accent-stone{border-bottom:2px solid #bebebe}.novo-toolbar .novo-toolbar-row.novo-color-ash,.novo-toolbar .novo-toolbar-row.novo-theme-ash,.novo-toolbar.novo-toolbar-single-row.novo-color-ash,.novo-toolbar.novo-toolbar-single-row.novo-theme-ash{color:#3d464d;background:#a0a0a0}.novo-toolbar .novo-toolbar-row.novo-color-ash>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-ash>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-ash>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-ash novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-ash>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-ash>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-ash>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-ash novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-ash>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-ash>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-ash>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-ash novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-ash>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-ash>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-ash>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-ash novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-ash novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-ash novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-ash .links button,.novo-toolbar .novo-toolbar-row.novo-color-ash .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-ash novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-ash novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-ash .links button,.novo-toolbar .novo-toolbar-row.novo-theme-ash .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-ash novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-ash novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-ash .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-ash .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-ash novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-ash novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-ash .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-ash .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-ash .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-ash .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-ash .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-ash .novo-divider.novo-divider-vertical{border-right-color:#3d464d}.novo-toolbar .novo-toolbar-row.novo-accent-ash,.novo-toolbar.novo-toolbar-single-row.novo-accent-ash{border-bottom:2px solid #a0a0a0}.novo-toolbar .novo-toolbar-row.novo-color-slate,.novo-toolbar .novo-toolbar-row.novo-theme-slate,.novo-toolbar.novo-toolbar-single-row.novo-color-slate,.novo-toolbar.novo-toolbar-single-row.novo-theme-slate{color:#fff;background:#707070}.novo-toolbar .novo-toolbar-row.novo-color-slate>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-slate>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-slate>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-slate novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-slate>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-slate>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-slate>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-slate novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-slate>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-slate>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-slate>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-slate novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-slate>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-slate>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-slate>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-slate novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-slate novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-slate novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-slate .links button,.novo-toolbar .novo-toolbar-row.novo-color-slate .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-slate novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-slate novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-slate .links button,.novo-toolbar .novo-toolbar-row.novo-theme-slate .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-slate novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-slate novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-slate .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-slate .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-slate novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-slate novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-slate .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-slate .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-slate .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-slate .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-slate .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-slate .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-slate,.novo-toolbar.novo-toolbar-single-row.novo-accent-slate{border-bottom:2px solid #707070}.novo-toolbar .novo-toolbar-row.novo-color-onyx,.novo-toolbar .novo-toolbar-row.novo-theme-onyx,.novo-toolbar.novo-toolbar-single-row.novo-color-onyx,.novo-toolbar.novo-toolbar-single-row.novo-theme-onyx{color:#fff;background:#526980}.novo-toolbar .novo-toolbar-row.novo-color-onyx>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-onyx>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-onyx>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-onyx novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-onyx>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-onyx>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-onyx>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-onyx novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-onyx>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-onyx>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-onyx>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-onyx novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-onyx>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-onyx>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-onyx>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-onyx novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-onyx novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-onyx novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-onyx .links button,.novo-toolbar .novo-toolbar-row.novo-color-onyx .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-onyx novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-onyx novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-onyx .links button,.novo-toolbar .novo-toolbar-row.novo-theme-onyx .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-onyx novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-onyx novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-onyx .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-onyx .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-onyx novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-onyx novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-onyx .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-onyx .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-onyx .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-onyx .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-onyx .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-onyx .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-onyx,.novo-toolbar.novo-toolbar-single-row.novo-accent-onyx{border-bottom:2px solid #526980}.novo-toolbar .novo-toolbar-row.novo-color-charcoal,.novo-toolbar .novo-toolbar-row.novo-theme-charcoal,.novo-toolbar.novo-toolbar-single-row.novo-color-charcoal,.novo-toolbar.novo-toolbar-single-row.novo-theme-charcoal{color:#fff;background:#282828}.novo-toolbar .novo-toolbar-row.novo-color-charcoal>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-charcoal>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-charcoal>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-charcoal novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-charcoal>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-charcoal>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-charcoal>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-charcoal novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-charcoal>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-charcoal>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-charcoal>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-charcoal novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-charcoal>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-charcoal>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-charcoal>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-charcoal novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-charcoal novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-charcoal novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-charcoal .links button,.novo-toolbar .novo-toolbar-row.novo-color-charcoal .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-charcoal novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-charcoal novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-charcoal .links button,.novo-toolbar .novo-toolbar-row.novo-theme-charcoal .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-charcoal novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-charcoal novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-charcoal .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-charcoal .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-charcoal novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-charcoal novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-charcoal .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-charcoal .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-charcoal .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-charcoal .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-charcoal .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-charcoal .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-charcoal,.novo-toolbar.novo-toolbar-single-row.novo-accent-charcoal{border-bottom:2px solid #282828}.novo-toolbar .novo-toolbar-row.novo-color-moonlight,.novo-toolbar .novo-toolbar-row.novo-theme-moonlight,.novo-toolbar.novo-toolbar-single-row.novo-color-moonlight,.novo-toolbar.novo-toolbar-single-row.novo-theme-moonlight{color:#fff;background:#1a242f}.novo-toolbar .novo-toolbar-row.novo-color-moonlight>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-moonlight>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-moonlight>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-moonlight novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-moonlight>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-moonlight>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-moonlight>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-moonlight novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-moonlight>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-moonlight>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-moonlight>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-moonlight novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-moonlight>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-moonlight>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-moonlight>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-moonlight novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-moonlight novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-moonlight novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-moonlight .links button,.novo-toolbar .novo-toolbar-row.novo-color-moonlight .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-moonlight novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-moonlight novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-moonlight .links button,.novo-toolbar .novo-toolbar-row.novo-theme-moonlight .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-moonlight novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-moonlight novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-moonlight .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-moonlight .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-moonlight novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-moonlight novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-moonlight .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-moonlight .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-moonlight .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-moonlight .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-moonlight .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-moonlight .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-moonlight,.novo-toolbar.novo-toolbar-single-row.novo-accent-moonlight{border-bottom:2px solid #1a242f}.novo-toolbar .novo-toolbar-row.novo-color-midnight,.novo-toolbar .novo-toolbar-row.novo-theme-midnight,.novo-toolbar.novo-toolbar-single-row.novo-color-midnight,.novo-toolbar.novo-toolbar-single-row.novo-theme-midnight{color:#fff;background:#202945}.novo-toolbar .novo-toolbar-row.novo-color-midnight>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-midnight>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-midnight>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-midnight novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-midnight>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-midnight>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-midnight>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-midnight novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-midnight>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-midnight>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-midnight>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-midnight novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-midnight>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-midnight>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-midnight>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-midnight novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-midnight novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-midnight novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-midnight .links button,.novo-toolbar .novo-toolbar-row.novo-color-midnight .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-midnight novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-midnight novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-midnight .links button,.novo-toolbar .novo-toolbar-row.novo-theme-midnight .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-midnight novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-midnight novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-midnight .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-midnight .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-midnight novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-midnight novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-midnight .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-midnight .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-midnight .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-midnight .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-midnight .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-midnight .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-midnight,.novo-toolbar.novo-toolbar-single-row.novo-accent-midnight{border-bottom:2px solid #202945}.novo-toolbar .novo-toolbar-row.novo-color-darkness,.novo-toolbar .novo-toolbar-row.novo-theme-darkness,.novo-toolbar.novo-toolbar-single-row.novo-color-darkness,.novo-toolbar.novo-toolbar-single-row.novo-theme-darkness{color:#fff;background:#161f27}.novo-toolbar .novo-toolbar-row.novo-color-darkness>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-darkness>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-darkness>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-darkness novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-darkness>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-darkness>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-darkness>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-darkness novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-darkness>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-darkness>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-darkness>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-darkness novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-darkness>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-darkness>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-darkness>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-darkness novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-darkness novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-darkness novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-darkness .links button,.novo-toolbar .novo-toolbar-row.novo-color-darkness .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-darkness novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-darkness novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-darkness .links button,.novo-toolbar .novo-toolbar-row.novo-theme-darkness .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-darkness novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-darkness novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-darkness .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-darkness .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-darkness novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-darkness novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-darkness .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-darkness .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-darkness .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-darkness .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-darkness .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-darkness .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-darkness,.novo-toolbar.novo-toolbar-single-row.novo-accent-darkness{border-bottom:2px solid #161f27}.novo-toolbar .novo-toolbar-row.novo-color-navy,.novo-toolbar .novo-toolbar-row.novo-theme-navy,.novo-toolbar.novo-toolbar-single-row.novo-color-navy,.novo-toolbar.novo-toolbar-single-row.novo-theme-navy{color:#fff;background:#0d2d42}.novo-toolbar .novo-toolbar-row.novo-color-navy>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-navy>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-navy>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-navy novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-navy>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-navy>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-navy>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-navy novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-navy>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-navy>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-navy>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-navy novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-navy>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-navy>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-navy>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-navy novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-navy novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-navy novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-navy .links button,.novo-toolbar .novo-toolbar-row.novo-color-navy .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-navy novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-navy novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-navy .links button,.novo-toolbar .novo-toolbar-row.novo-theme-navy .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-navy novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-navy novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-navy .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-navy .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-navy novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-navy novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-navy .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-navy .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-navy .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-navy .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-navy .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-navy .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-navy,.novo-toolbar.novo-toolbar-single-row.novo-accent-navy{border-bottom:2px solid #0d2d42}.novo-toolbar .novo-toolbar-row.novo-color-aqua,.novo-toolbar .novo-toolbar-row.novo-theme-aqua,.novo-toolbar.novo-toolbar-single-row.novo-color-aqua,.novo-toolbar.novo-toolbar-single-row.novo-theme-aqua{color:#3d464d;background:#3bafda}.novo-toolbar .novo-toolbar-row.novo-color-aqua>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-aqua>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-aqua>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-aqua novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-aqua>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-aqua>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-aqua>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-aqua novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-aqua>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-aqua>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-aqua>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-aqua novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-aqua>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-aqua>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-aqua>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-aqua novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-aqua novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-aqua novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-aqua .links button,.novo-toolbar .novo-toolbar-row.novo-color-aqua .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-aqua novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-aqua novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-aqua .links button,.novo-toolbar .novo-toolbar-row.novo-theme-aqua .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-aqua novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-aqua novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-aqua .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-aqua .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-aqua novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-aqua novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-aqua .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-aqua .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-aqua .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-aqua .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-aqua .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-aqua .novo-divider.novo-divider-vertical{border-right-color:#3d464d}.novo-toolbar .novo-toolbar-row.novo-accent-aqua,.novo-toolbar.novo-toolbar-single-row.novo-accent-aqua{border-bottom:2px solid #3bafda}.novo-toolbar .novo-toolbar-row.novo-color-ocean,.novo-toolbar .novo-toolbar-row.novo-theme-ocean,.novo-toolbar.novo-toolbar-single-row.novo-color-ocean,.novo-toolbar.novo-toolbar-single-row.novo-theme-ocean{color:#fff;background:#4a89dc}.novo-toolbar .novo-toolbar-row.novo-color-ocean>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-ocean>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-ocean>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-ocean novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-ocean>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-ocean>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-ocean>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-ocean novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-ocean>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-ocean>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-ocean>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-ocean novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-ocean>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-ocean>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-ocean>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-ocean novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-ocean novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-ocean novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-ocean .links button,.novo-toolbar .novo-toolbar-row.novo-color-ocean .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-ocean novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-ocean novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-ocean .links button,.novo-toolbar .novo-toolbar-row.novo-theme-ocean .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-ocean novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-ocean novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-ocean .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-ocean .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-ocean novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-ocean novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-ocean .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-ocean .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-ocean .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-ocean .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-ocean .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-ocean .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-ocean,.novo-toolbar.novo-toolbar-single-row.novo-accent-ocean{border-bottom:2px solid #4a89dc}.novo-toolbar .novo-toolbar-row.novo-color-mint,.novo-toolbar .novo-toolbar-row.novo-theme-mint,.novo-toolbar.novo-toolbar-single-row.novo-color-mint,.novo-toolbar.novo-toolbar-single-row.novo-theme-mint{color:#3d464d;background:#37bc9b}.novo-toolbar .novo-toolbar-row.novo-color-mint>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-mint>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-mint>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-mint novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-mint>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-mint>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-mint>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-mint novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-mint>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-mint>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-mint>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-mint novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-mint>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-mint>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-mint>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-mint novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-mint novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-mint novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-mint .links button,.novo-toolbar .novo-toolbar-row.novo-color-mint .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-mint novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-mint novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-mint .links button,.novo-toolbar .novo-toolbar-row.novo-theme-mint .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-mint novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-mint novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-mint .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-mint .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-mint novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-mint novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-mint .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-mint .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-mint .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-mint .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-mint .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-mint .novo-divider.novo-divider-vertical{border-right-color:#3d464d}.novo-toolbar .novo-toolbar-row.novo-accent-mint,.novo-toolbar.novo-toolbar-single-row.novo-accent-mint{border-bottom:2px solid #37bc9b}.novo-toolbar .novo-toolbar-row.novo-color-grass,.novo-toolbar .novo-toolbar-row.novo-theme-grass,.novo-toolbar.novo-toolbar-single-row.novo-color-grass,.novo-toolbar.novo-toolbar-single-row.novo-theme-grass{color:#fff;background:#8cc152}.novo-toolbar .novo-toolbar-row.novo-color-grass>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-grass>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-grass>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-grass novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-grass>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-grass>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-grass>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-grass novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-grass>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-grass>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-grass>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-grass novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-grass>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-grass>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-grass>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-grass novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-grass novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-grass novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-grass .links button,.novo-toolbar .novo-toolbar-row.novo-color-grass .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-grass novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-grass novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-grass .links button,.novo-toolbar .novo-toolbar-row.novo-theme-grass .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-grass novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-grass novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-grass .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-grass .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-grass novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-grass novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-grass .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-grass .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-grass .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-grass .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-grass .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-grass .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-grass,.novo-toolbar.novo-toolbar-single-row.novo-accent-grass{border-bottom:2px solid #8cc152}.novo-toolbar .novo-toolbar-row.novo-color-sunflower,.novo-toolbar .novo-toolbar-row.novo-theme-sunflower,.novo-toolbar.novo-toolbar-single-row.novo-color-sunflower,.novo-toolbar.novo-toolbar-single-row.novo-theme-sunflower{color:#fff;background:#f6b042}.novo-toolbar .novo-toolbar-row.novo-color-sunflower>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-sunflower>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-sunflower>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-sunflower novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-sunflower>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-sunflower>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-sunflower>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-sunflower novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-sunflower>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-sunflower>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-sunflower>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-sunflower novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-sunflower>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-sunflower>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-sunflower>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-sunflower novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-sunflower novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-sunflower novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-sunflower .links button,.novo-toolbar .novo-toolbar-row.novo-color-sunflower .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-sunflower novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-sunflower novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-sunflower .links button,.novo-toolbar .novo-toolbar-row.novo-theme-sunflower .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-sunflower novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-sunflower novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-sunflower .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-sunflower .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-sunflower novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-sunflower novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-sunflower .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-sunflower .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-sunflower .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-sunflower .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-sunflower .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-sunflower .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-sunflower,.novo-toolbar.novo-toolbar-single-row.novo-accent-sunflower{border-bottom:2px solid #f6b042}.novo-toolbar .novo-toolbar-row.novo-color-bittersweet,.novo-toolbar .novo-toolbar-row.novo-theme-bittersweet,.novo-toolbar.novo-toolbar-single-row.novo-color-bittersweet,.novo-toolbar.novo-toolbar-single-row.novo-theme-bittersweet{color:#fff;background:#eb6845}.novo-toolbar .novo-toolbar-row.novo-color-bittersweet>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-bittersweet>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-bittersweet>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-bittersweet novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-bittersweet>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-bittersweet>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-bittersweet>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-bittersweet novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-bittersweet>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-bittersweet>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-bittersweet>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-bittersweet novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-bittersweet>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-bittersweet>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-bittersweet>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-bittersweet novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-bittersweet novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-bittersweet novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-bittersweet .links button,.novo-toolbar .novo-toolbar-row.novo-color-bittersweet .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-bittersweet novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-bittersweet novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-bittersweet .links button,.novo-toolbar .novo-toolbar-row.novo-theme-bittersweet .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-bittersweet novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-bittersweet novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-bittersweet .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-bittersweet .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-bittersweet novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-bittersweet novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-bittersweet .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-bittersweet .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-bittersweet .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-bittersweet .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-bittersweet .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-bittersweet .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-bittersweet,.novo-toolbar.novo-toolbar-single-row.novo-accent-bittersweet{border-bottom:2px solid #eb6845}.novo-toolbar .novo-toolbar-row.novo-color-grapefruit,.novo-toolbar .novo-toolbar-row.novo-theme-grapefruit,.novo-toolbar.novo-toolbar-single-row.novo-color-grapefruit,.novo-toolbar.novo-toolbar-single-row.novo-theme-grapefruit{color:#fff;background:#da4453}.novo-toolbar .novo-toolbar-row.novo-color-grapefruit>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-grapefruit>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-grapefruit>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-grapefruit novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-grapefruit>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-grapefruit>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-grapefruit>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-grapefruit novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-grapefruit>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-grapefruit>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-grapefruit>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-grapefruit novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-grapefruit>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-grapefruit>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-grapefruit>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-grapefruit novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-grapefruit novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-grapefruit novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-grapefruit .links button,.novo-toolbar .novo-toolbar-row.novo-color-grapefruit .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-grapefruit novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-grapefruit novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-grapefruit .links button,.novo-toolbar .novo-toolbar-row.novo-theme-grapefruit .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-grapefruit novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-grapefruit novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-grapefruit .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-grapefruit .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-grapefruit novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-grapefruit novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-grapefruit .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-grapefruit .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-grapefruit .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-grapefruit .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-grapefruit .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-grapefruit .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-grapefruit,.novo-toolbar.novo-toolbar-single-row.novo-accent-grapefruit{border-bottom:2px solid #da4453}.novo-toolbar .novo-toolbar-row.novo-color-carnation,.novo-toolbar .novo-toolbar-row.novo-theme-carnation,.novo-toolbar.novo-toolbar-single-row.novo-color-carnation,.novo-toolbar.novo-toolbar-single-row.novo-theme-carnation{color:#fff;background:#d770ad}.novo-toolbar .novo-toolbar-row.novo-color-carnation>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-carnation>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-carnation>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-carnation novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-carnation>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-carnation>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-carnation>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-carnation novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-carnation>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-carnation>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-carnation>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-carnation novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-carnation>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-carnation>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-carnation>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-carnation novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-carnation novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-carnation novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-carnation .links button,.novo-toolbar .novo-toolbar-row.novo-color-carnation .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-carnation novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-carnation novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-carnation .links button,.novo-toolbar .novo-toolbar-row.novo-theme-carnation .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-carnation novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-carnation novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-carnation .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-carnation .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-carnation novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-carnation novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-carnation .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-carnation .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-carnation .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-carnation .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-carnation .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-carnation .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-carnation,.novo-toolbar.novo-toolbar-single-row.novo-accent-carnation{border-bottom:2px solid #d770ad}.novo-toolbar .novo-toolbar-row.novo-color-lavender,.novo-toolbar .novo-toolbar-row.novo-theme-lavender,.novo-toolbar.novo-toolbar-single-row.novo-color-lavender,.novo-toolbar.novo-toolbar-single-row.novo-theme-lavender{color:#fff;background:#967adc}.novo-toolbar .novo-toolbar-row.novo-color-lavender>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-lavender>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-lavender>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-lavender novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-lavender>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-lavender>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-lavender>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-lavender novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-lavender>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-lavender>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-lavender>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-lavender novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-lavender>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-lavender>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-lavender>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-lavender novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-lavender novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-lavender novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-lavender .links button,.novo-toolbar .novo-toolbar-row.novo-color-lavender .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-lavender novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-lavender novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-lavender .links button,.novo-toolbar .novo-toolbar-row.novo-theme-lavender .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-lavender novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-lavender novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-lavender .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-lavender .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-lavender novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-lavender novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-lavender .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-lavender .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-lavender .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-lavender .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-lavender .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-lavender .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-lavender,.novo-toolbar.novo-toolbar-single-row.novo-accent-lavender{border-bottom:2px solid #967adc}.novo-toolbar .novo-toolbar-row.novo-color-mountain,.novo-toolbar .novo-toolbar-row.novo-theme-mountain,.novo-toolbar.novo-toolbar-single-row.novo-color-mountain,.novo-toolbar.novo-toolbar-single-row.novo-theme-mountain{color:#fff;background:#9678b6}.novo-toolbar .novo-toolbar-row.novo-color-mountain>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-mountain>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-mountain>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-mountain novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-mountain>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-mountain>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-mountain>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-mountain novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-mountain>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-mountain>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-mountain>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-mountain novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-mountain>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-mountain>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-mountain>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-mountain novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-mountain novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-mountain novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-mountain .links button,.novo-toolbar .novo-toolbar-row.novo-color-mountain .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-mountain novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-mountain novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-mountain .links button,.novo-toolbar .novo-toolbar-row.novo-theme-mountain .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-mountain novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-mountain novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-mountain .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-mountain .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-mountain novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-mountain novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-mountain .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-mountain .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-mountain .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-mountain .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-mountain .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-mountain .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-mountain,.novo-toolbar.novo-toolbar-single-row.novo-accent-mountain{border-bottom:2px solid #9678b6}.novo-toolbar .novo-toolbar-row.novo-color-info,.novo-toolbar .novo-toolbar-row.novo-theme-info,.novo-toolbar.novo-toolbar-single-row.novo-color-info,.novo-toolbar.novo-toolbar-single-row.novo-theme-info{color:#fff;background:#4a89dc}.novo-toolbar .novo-toolbar-row.novo-color-info>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-info>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-info>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-info novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-info>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-info>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-info>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-info novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-info>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-info>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-info>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-info novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-info>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-info>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-info>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-info novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-info novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-info novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-info .links button,.novo-toolbar .novo-toolbar-row.novo-color-info .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-info novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-info novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-info .links button,.novo-toolbar .novo-toolbar-row.novo-theme-info .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-info novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-info novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-info .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-info .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-info novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-info novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-info .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-info .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-info .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-info .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-info .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-info .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-info,.novo-toolbar.novo-toolbar-single-row.novo-accent-info{border-bottom:2px solid #4a89dc}.novo-toolbar .novo-toolbar-row.novo-color-positive,.novo-toolbar .novo-toolbar-row.novo-theme-positive,.novo-toolbar.novo-toolbar-single-row.novo-color-positive,.novo-toolbar.novo-toolbar-single-row.novo-theme-positive{color:#fff;background:#4a89dc}.novo-toolbar .novo-toolbar-row.novo-color-positive>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-positive>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-positive>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-positive novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-positive>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-positive>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-positive>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-positive novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-positive>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-positive>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-positive>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-positive novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-positive>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-positive>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-positive>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-positive novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-positive novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-positive novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-positive .links button,.novo-toolbar .novo-toolbar-row.novo-color-positive .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-positive novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-positive novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-positive .links button,.novo-toolbar .novo-toolbar-row.novo-theme-positive .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-positive novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-positive novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-positive .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-positive .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-positive novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-positive novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-positive .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-positive .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-positive .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-positive .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-positive .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-positive .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-positive,.novo-toolbar.novo-toolbar-single-row.novo-accent-positive{border-bottom:2px solid #4a89dc}.novo-toolbar .novo-toolbar-row.novo-color-success,.novo-toolbar .novo-toolbar-row.novo-theme-success,.novo-toolbar.novo-toolbar-single-row.novo-color-success,.novo-toolbar.novo-toolbar-single-row.novo-theme-success{color:#fff;background:#8cc152}.novo-toolbar .novo-toolbar-row.novo-color-success>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-success>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-success>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-success novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-success>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-success>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-success>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-success novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-success>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-success>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-success>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-success novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-success>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-success>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-success>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-success novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-success novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-success novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-success .links button,.novo-toolbar .novo-toolbar-row.novo-color-success .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-success novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-success novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-success .links button,.novo-toolbar .novo-toolbar-row.novo-theme-success .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-success novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-success novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-success .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-success .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-success novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-success novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-success .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-success .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-success .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-success .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-success .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-success .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-success,.novo-toolbar.novo-toolbar-single-row.novo-accent-success{border-bottom:2px solid #8cc152}.novo-toolbar .novo-toolbar-row.novo-color-negative,.novo-toolbar .novo-toolbar-row.novo-theme-negative,.novo-toolbar.novo-toolbar-single-row.novo-color-negative,.novo-toolbar.novo-toolbar-single-row.novo-theme-negative{color:#fff;background:#da4453}.novo-toolbar .novo-toolbar-row.novo-color-negative>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-negative>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-negative>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-negative novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-negative>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-negative>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-negative>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-negative novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-negative>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-negative>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-negative>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-negative novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-negative>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-negative>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-negative>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-negative novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-negative novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-negative novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-negative .links button,.novo-toolbar .novo-toolbar-row.novo-color-negative .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-negative novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-negative novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-negative .links button,.novo-toolbar .novo-toolbar-row.novo-theme-negative .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-negative novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-negative novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-negative .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-negative .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-negative novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-negative novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-negative .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-negative .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-negative .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-negative .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-negative .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-negative .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-negative,.novo-toolbar.novo-toolbar-single-row.novo-accent-negative{border-bottom:2px solid #da4453}.novo-toolbar .novo-toolbar-row.novo-color-danger,.novo-toolbar .novo-toolbar-row.novo-theme-danger,.novo-toolbar.novo-toolbar-single-row.novo-color-danger,.novo-toolbar.novo-toolbar-single-row.novo-theme-danger{color:#fff;background:#da4453}.novo-toolbar .novo-toolbar-row.novo-color-danger>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-danger>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-danger>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-danger novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-danger>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-danger>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-danger>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-danger novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-danger>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-danger>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-danger>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-danger novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-danger>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-danger>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-danger>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-danger novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-danger novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-danger novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-danger .links button,.novo-toolbar .novo-toolbar-row.novo-color-danger .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-danger novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-danger novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-danger .links button,.novo-toolbar .novo-toolbar-row.novo-theme-danger .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-danger novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-danger novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-danger .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-danger .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-danger novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-danger novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-danger .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-danger .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-danger .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-danger .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-danger .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-danger .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-danger,.novo-toolbar.novo-toolbar-single-row.novo-accent-danger{border-bottom:2px solid #da4453}.novo-toolbar .novo-toolbar-row.novo-color-error,.novo-toolbar .novo-toolbar-row.novo-theme-error,.novo-toolbar.novo-toolbar-single-row.novo-color-error,.novo-toolbar.novo-toolbar-single-row.novo-theme-error{color:#fff;background:#da4453}.novo-toolbar .novo-toolbar-row.novo-color-error>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-error>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-error>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-error novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-error>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-error>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-error>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-error novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-error>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-error>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-error>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-error novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-error>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-error>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-error>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-error novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-error novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-error novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-error .links button,.novo-toolbar .novo-toolbar-row.novo-color-error .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-error novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-error novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-error .links button,.novo-toolbar .novo-toolbar-row.novo-theme-error .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-error novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-error novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-error .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-error .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-error novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-error novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-error .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-error .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-error .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-error .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-error .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-error .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-error,.novo-toolbar.novo-toolbar-single-row.novo-accent-error{border-bottom:2px solid #da4453}.novo-toolbar .novo-toolbar-row.novo-color-warning,.novo-toolbar .novo-toolbar-row.novo-theme-warning,.novo-toolbar.novo-toolbar-single-row.novo-color-warning,.novo-toolbar.novo-toolbar-single-row.novo-theme-warning{color:#fff;background:#f6b042}.novo-toolbar .novo-toolbar-row.novo-color-warning>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-warning>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-warning>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-warning novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-warning>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-warning>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-warning>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-warning novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-warning>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-warning>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-warning>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-warning novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-warning>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-warning>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-warning>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-warning novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-warning novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-warning novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-warning .links button,.novo-toolbar .novo-toolbar-row.novo-color-warning .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-warning novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-warning novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-warning .links button,.novo-toolbar .novo-toolbar-row.novo-theme-warning .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-warning novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-warning novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-warning .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-warning .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-warning novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-warning novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-warning .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-warning .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-warning .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-warning .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-warning .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-warning .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-warning,.novo-toolbar.novo-toolbar-single-row.novo-accent-warning{border-bottom:2px solid #f6b042}.novo-toolbar .novo-toolbar-row.novo-color-empty,.novo-toolbar .novo-toolbar-row.novo-theme-empty,.novo-toolbar.novo-toolbar-single-row.novo-color-empty,.novo-toolbar.novo-toolbar-single-row.novo-theme-empty{color:#3d464d;background:#cccdcc}.novo-toolbar .novo-toolbar-row.novo-color-empty>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-empty>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-empty>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-empty novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-empty>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-empty>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-empty>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-empty novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-empty>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-empty>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-empty>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-empty novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-empty>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-empty>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-empty>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-empty novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-empty novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-empty novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-empty .links button,.novo-toolbar .novo-toolbar-row.novo-color-empty .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-empty novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-empty novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-empty .links button,.novo-toolbar .novo-toolbar-row.novo-theme-empty .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-empty novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-empty novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-empty .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-empty .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-empty novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-empty novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-empty .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-empty .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-empty .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-empty .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-empty .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-empty .novo-divider.novo-divider-vertical{border-right-color:#3d464d}.novo-toolbar .novo-toolbar-row.novo-accent-empty,.novo-toolbar.novo-toolbar-single-row.novo-accent-empty{border-bottom:2px solid #cccdcc}.novo-toolbar .novo-toolbar-row.novo-color-disabled,.novo-toolbar .novo-toolbar-row.novo-theme-disabled,.novo-toolbar.novo-toolbar-single-row.novo-color-disabled,.novo-toolbar.novo-toolbar-single-row.novo-theme-disabled{color:#3d464d;background:#bebebe}.novo-toolbar .novo-toolbar-row.novo-color-disabled>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-disabled>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-disabled>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-disabled novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-disabled>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-disabled>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-disabled>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-disabled novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-disabled>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-disabled>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-disabled>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-disabled novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-disabled>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-disabled>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-disabled>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-disabled novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-disabled novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-disabled novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-disabled .links button,.novo-toolbar .novo-toolbar-row.novo-color-disabled .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-disabled novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-disabled novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-disabled .links button,.novo-toolbar .novo-toolbar-row.novo-theme-disabled .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-disabled novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-disabled novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-disabled .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-disabled .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-disabled novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-disabled novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-disabled .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-disabled .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-disabled .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-disabled .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-disabled .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-disabled .novo-divider.novo-divider-vertical{border-right-color:#3d464d}.novo-toolbar .novo-toolbar-row.novo-accent-disabled,.novo-toolbar.novo-toolbar-single-row.novo-accent-disabled{border-bottom:2px solid #bebebe}.novo-toolbar .novo-toolbar-row.novo-color-background,.novo-toolbar .novo-toolbar-row.novo-theme-background,.novo-toolbar.novo-toolbar-single-row.novo-color-background,.novo-toolbar.novo-toolbar-single-row.novo-theme-background{color:#3d464d;background:#f7f7f7}.novo-toolbar .novo-toolbar-row.novo-color-background>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-background>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-background>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-background novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-background>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-background>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-background>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-background novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-background>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-background>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-background>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-background novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-background>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-background>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-background>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-background novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-background novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-background novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-background .links button,.novo-toolbar .novo-toolbar-row.novo-color-background .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-background novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-background novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-background .links button,.novo-toolbar .novo-toolbar-row.novo-theme-background .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-background novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-background novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-background .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-background .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-background novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-background novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-background .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-background .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-background .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-background .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-background .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-background .novo-divider.novo-divider-vertical{border-right-color:#3d464d}.novo-toolbar .novo-toolbar-row.novo-accent-background,.novo-toolbar.novo-toolbar-single-row.novo-accent-background{border-bottom:2px solid #f7f7f7}.novo-toolbar .novo-toolbar-row.novo-color-backgroundDark,.novo-toolbar .novo-toolbar-row.novo-theme-backgroundDark,.novo-toolbar.novo-toolbar-single-row.novo-color-backgroundDark,.novo-toolbar.novo-toolbar-single-row.novo-theme-backgroundDark{color:#3d464d;background:#e2e2e2}.novo-toolbar .novo-toolbar-row.novo-color-backgroundDark>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-backgroundDark>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-backgroundDark>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-backgroundDark novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-backgroundDark>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-backgroundDark>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-backgroundDark>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-backgroundDark novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-backgroundDark>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-backgroundDark>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-backgroundDark>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-backgroundDark novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-backgroundDark>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-backgroundDark>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-backgroundDark>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-backgroundDark novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-backgroundDark novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-backgroundDark novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-backgroundDark .links button,.novo-toolbar .novo-toolbar-row.novo-color-backgroundDark .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-backgroundDark novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-backgroundDark novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-backgroundDark .links button,.novo-toolbar .novo-toolbar-row.novo-theme-backgroundDark .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-backgroundDark novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-backgroundDark novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-backgroundDark .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-backgroundDark .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-backgroundDark novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-backgroundDark novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-backgroundDark .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-backgroundDark .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-backgroundDark .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-backgroundDark .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-backgroundDark .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-backgroundDark .novo-divider.novo-divider-vertical{border-right-color:#3d464d}.novo-toolbar .novo-toolbar-row.novo-accent-backgroundDark,.novo-toolbar.novo-toolbar-single-row.novo-accent-backgroundDark{border-bottom:2px solid #e2e2e2}.novo-toolbar .novo-toolbar-row.novo-color-presentation,.novo-toolbar .novo-toolbar-row.novo-theme-presentation,.novo-toolbar.novo-toolbar-single-row.novo-color-presentation,.novo-toolbar.novo-toolbar-single-row.novo-theme-presentation{color:#fff;background:#5b6770}.novo-toolbar .novo-toolbar-row.novo-color-presentation>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-presentation>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-presentation>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-presentation novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-presentation>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-presentation>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-presentation>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-presentation novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-presentation>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-presentation>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-presentation>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-presentation novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-presentation>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-presentation>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-presentation>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-presentation novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-presentation novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-presentation novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-presentation .links button,.novo-toolbar .novo-toolbar-row.novo-color-presentation .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-presentation novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-presentation novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-presentation .links button,.novo-toolbar .novo-toolbar-row.novo-theme-presentation .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-presentation novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-presentation novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-presentation .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-presentation .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-presentation novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-presentation novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-presentation .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-presentation .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-presentation .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-presentation .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-presentation .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-presentation .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-presentation,.novo-toolbar.novo-toolbar-single-row.novo-accent-presentation{border-bottom:2px solid #5b6770}.novo-toolbar .novo-toolbar-row.novo-color-bullhorn,.novo-toolbar .novo-toolbar-row.novo-theme-bullhorn,.novo-toolbar.novo-toolbar-single-row.novo-color-bullhorn,.novo-toolbar.novo-toolbar-single-row.novo-theme-bullhorn{color:#3d464d;background:#ff6900}.novo-toolbar .novo-toolbar-row.novo-color-bullhorn>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-bullhorn>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-bullhorn>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-bullhorn novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-bullhorn>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-bullhorn>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-bullhorn>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-bullhorn novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-bullhorn>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-bullhorn>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-bullhorn>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-bullhorn novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-bullhorn>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-bullhorn>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-bullhorn>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-bullhorn novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-bullhorn novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-bullhorn novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-bullhorn .links button,.novo-toolbar .novo-toolbar-row.novo-color-bullhorn .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-bullhorn novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-bullhorn novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-bullhorn .links button,.novo-toolbar .novo-toolbar-row.novo-theme-bullhorn .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-bullhorn novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-bullhorn novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-bullhorn .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-bullhorn .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-bullhorn novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-bullhorn novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-bullhorn .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-bullhorn .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-bullhorn .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-bullhorn .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-bullhorn .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-bullhorn .novo-divider.novo-divider-vertical{border-right-color:#3d464d}.novo-toolbar .novo-toolbar-row.novo-accent-bullhorn,.novo-toolbar.novo-toolbar-single-row.novo-accent-bullhorn{border-bottom:2px solid #ff6900}.novo-toolbar .novo-toolbar-row.novo-color-pulse,.novo-toolbar .novo-toolbar-row.novo-theme-pulse,.novo-toolbar.novo-toolbar-single-row.novo-color-pulse,.novo-toolbar.novo-toolbar-single-row.novo-theme-pulse{color:#3d464d;background:#3bafda}.novo-toolbar .novo-toolbar-row.novo-color-pulse>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-pulse>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-pulse>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-pulse novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-pulse>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-pulse>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-pulse>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-pulse novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-pulse>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-pulse>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-pulse>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-pulse novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-pulse>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-pulse>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-pulse>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-pulse novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-pulse novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-pulse novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-pulse .links button,.novo-toolbar .novo-toolbar-row.novo-color-pulse .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-pulse novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-pulse novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-pulse .links button,.novo-toolbar .novo-toolbar-row.novo-theme-pulse .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-pulse novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-pulse novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-pulse .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-pulse .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-pulse novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-pulse novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-pulse .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-pulse .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-pulse .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-pulse .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-pulse .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-pulse .novo-divider.novo-divider-vertical{border-right-color:#3d464d}.novo-toolbar .novo-toolbar-row.novo-accent-pulse,.novo-toolbar.novo-toolbar-single-row.novo-accent-pulse{border-bottom:2px solid #3bafda}.novo-toolbar .novo-toolbar-row.novo-color-company,.novo-toolbar .novo-toolbar-row.novo-theme-company,.novo-toolbar.novo-toolbar-single-row.novo-color-company,.novo-toolbar.novo-toolbar-single-row.novo-theme-company{color:#fff;background:#39d}.novo-toolbar .novo-toolbar-row.novo-color-company>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-company>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-company>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-company novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-company>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-company>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-company>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-company novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-company>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-company>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-company>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-company novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-company>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-company>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-company>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-company novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-company novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-company novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-company .links button,.novo-toolbar .novo-toolbar-row.novo-color-company .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-company novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-company novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-company .links button,.novo-toolbar .novo-toolbar-row.novo-theme-company .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-company novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-company novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-company .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-company .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-company novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-company novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-company .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-company .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-company .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-company .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-company .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-company .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-company,.novo-toolbar.novo-toolbar-single-row.novo-accent-company{border-bottom:2px solid #3399dd}.novo-toolbar .novo-toolbar-row.novo-color-candidate,.novo-toolbar .novo-toolbar-row.novo-theme-candidate,.novo-toolbar.novo-toolbar-single-row.novo-color-candidate,.novo-toolbar.novo-toolbar-single-row.novo-theme-candidate{color:#fff;background:#4b7}.novo-toolbar .novo-toolbar-row.novo-color-candidate>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-candidate>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-candidate>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-candidate novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-candidate>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-candidate>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-candidate>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-candidate novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-candidate>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-candidate>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-candidate>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-candidate novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-candidate>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-candidate>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-candidate>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-candidate novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-candidate novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-candidate novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-candidate .links button,.novo-toolbar .novo-toolbar-row.novo-color-candidate .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-candidate novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-candidate novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-candidate .links button,.novo-toolbar .novo-toolbar-row.novo-theme-candidate .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-candidate novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-candidate novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-candidate .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-candidate .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-candidate novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-candidate novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-candidate .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-candidate .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-candidate .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-candidate .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-candidate .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-candidate .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-candidate,.novo-toolbar.novo-toolbar-single-row.novo-accent-candidate{border-bottom:2px solid #44bb77}.novo-toolbar .novo-toolbar-row.novo-color-lead,.novo-toolbar .novo-toolbar-row.novo-theme-lead,.novo-toolbar.novo-toolbar-single-row.novo-color-lead,.novo-toolbar.novo-toolbar-single-row.novo-theme-lead{color:#fff;background:#a69}.novo-toolbar .novo-toolbar-row.novo-color-lead>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-lead>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-lead>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-lead novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-lead>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-lead>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-lead>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-lead novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-lead>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-lead>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-lead>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-lead novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-lead>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-lead>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-lead>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-lead novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-lead novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-lead novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-lead .links button,.novo-toolbar .novo-toolbar-row.novo-color-lead .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-lead novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-lead novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-lead .links button,.novo-toolbar .novo-toolbar-row.novo-theme-lead .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-lead novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-lead novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-lead .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-lead .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-lead novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-lead novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-lead .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-lead .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-lead .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-lead .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-lead .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-lead .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-lead,.novo-toolbar.novo-toolbar-single-row.novo-accent-lead{border-bottom:2px solid #aa6699}.novo-toolbar .novo-toolbar-row.novo-color-contact,.novo-toolbar .novo-toolbar-row.novo-theme-contact,.novo-toolbar.novo-toolbar-single-row.novo-color-contact,.novo-toolbar.novo-toolbar-single-row.novo-theme-contact{color:#fff;background:#fa4}.novo-toolbar .novo-toolbar-row.novo-color-contact>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-contact>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-contact>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-contact novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-contact>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-contact>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-contact>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-contact novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-contact>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-contact>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-contact>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-contact novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-contact>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-contact>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-contact>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-contact novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-contact novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-contact novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-contact .links button,.novo-toolbar .novo-toolbar-row.novo-color-contact .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-contact novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-contact novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-contact .links button,.novo-toolbar .novo-toolbar-row.novo-theme-contact .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-contact novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-contact novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-contact .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-contact .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-contact novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-contact novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-contact .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-contact .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-contact .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-contact .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-contact .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-contact .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-contact,.novo-toolbar.novo-toolbar-single-row.novo-accent-contact{border-bottom:2px solid #ffaa44}.novo-toolbar .novo-toolbar-row.novo-color-clientcontact,.novo-toolbar .novo-toolbar-row.novo-theme-clientcontact,.novo-toolbar.novo-toolbar-single-row.novo-color-clientcontact,.novo-toolbar.novo-toolbar-single-row.novo-theme-clientcontact{color:#fff;background:#fa4}.novo-toolbar .novo-toolbar-row.novo-color-clientcontact>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-clientcontact>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-clientcontact>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-clientcontact novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-clientcontact>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-clientcontact>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-clientcontact>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-clientcontact novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-clientcontact>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-clientcontact>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-clientcontact>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-clientcontact novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-clientcontact>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-clientcontact>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-clientcontact>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-clientcontact novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-clientcontact novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-clientcontact novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-clientcontact .links button,.novo-toolbar .novo-toolbar-row.novo-color-clientcontact .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-clientcontact novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-clientcontact novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-clientcontact .links button,.novo-toolbar .novo-toolbar-row.novo-theme-clientcontact .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-clientcontact novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-clientcontact novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-clientcontact .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-clientcontact .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-clientcontact novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-clientcontact novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-clientcontact .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-clientcontact .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-clientcontact .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-clientcontact .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-clientcontact .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-clientcontact .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-clientcontact,.novo-toolbar.novo-toolbar-single-row.novo-accent-clientcontact{border-bottom:2px solid #ffaa44}.novo-toolbar .novo-toolbar-row.novo-color-opportunity,.novo-toolbar .novo-toolbar-row.novo-theme-opportunity,.novo-toolbar.novo-toolbar-single-row.novo-color-opportunity,.novo-toolbar.novo-toolbar-single-row.novo-theme-opportunity{color:#fff;background:#625}.novo-toolbar .novo-toolbar-row.novo-color-opportunity>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-opportunity>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-opportunity>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-opportunity novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-opportunity>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-opportunity>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-opportunity>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-opportunity novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-opportunity>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-opportunity>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-opportunity>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-opportunity novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-opportunity>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-opportunity>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-opportunity>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-opportunity novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-opportunity novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-opportunity novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-opportunity .links button,.novo-toolbar .novo-toolbar-row.novo-color-opportunity .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-opportunity novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-opportunity novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-opportunity .links button,.novo-toolbar .novo-toolbar-row.novo-theme-opportunity .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-opportunity novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-opportunity novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-opportunity .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-opportunity .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-opportunity novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-opportunity novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-opportunity .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-opportunity .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-opportunity .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-opportunity .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-opportunity .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-opportunity .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-opportunity,.novo-toolbar.novo-toolbar-single-row.novo-accent-opportunity{border-bottom:2px solid #662255}.novo-toolbar .novo-toolbar-row.novo-color-job,.novo-toolbar .novo-toolbar-row.novo-theme-job,.novo-toolbar.novo-toolbar-single-row.novo-color-job,.novo-toolbar.novo-toolbar-single-row.novo-theme-job{color:#fff;background:#b56}.novo-toolbar .novo-toolbar-row.novo-color-job>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-job>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-job>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-job novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-job>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-job>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-job>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-job novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-job>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-job>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-job>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-job novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-job>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-job>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-job>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-job novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-job novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-job novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-job .links button,.novo-toolbar .novo-toolbar-row.novo-color-job .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-job novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-job novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-job .links button,.novo-toolbar .novo-toolbar-row.novo-theme-job .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-job novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-job novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-job .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-job .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-job novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-job novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-job .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-job .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-job .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-job .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-job .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-job .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-job,.novo-toolbar.novo-toolbar-single-row.novo-accent-job{border-bottom:2px solid #bb5566}.novo-toolbar .novo-toolbar-row.novo-color-joborder,.novo-toolbar .novo-toolbar-row.novo-theme-joborder,.novo-toolbar.novo-toolbar-single-row.novo-color-joborder,.novo-toolbar.novo-toolbar-single-row.novo-theme-joborder{color:#fff;background:#b56}.novo-toolbar .novo-toolbar-row.novo-color-joborder>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-joborder>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-joborder>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-joborder novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-joborder>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-joborder>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-joborder>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-joborder novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-joborder>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-joborder>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-joborder>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-joborder novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-joborder>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-joborder>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-joborder>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-joborder novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-joborder novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-joborder novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-joborder .links button,.novo-toolbar .novo-toolbar-row.novo-color-joborder .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-joborder novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-joborder novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-joborder .links button,.novo-toolbar .novo-toolbar-row.novo-theme-joborder .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-joborder novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-joborder novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-joborder .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-joborder .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-joborder novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-joborder novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-joborder .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-joborder .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-joborder .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-joborder .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-joborder .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-joborder .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-joborder,.novo-toolbar.novo-toolbar-single-row.novo-accent-joborder{border-bottom:2px solid #bb5566}.novo-toolbar .novo-toolbar-row.novo-color-submission,.novo-toolbar .novo-toolbar-row.novo-theme-submission,.novo-toolbar.novo-toolbar-single-row.novo-color-submission,.novo-toolbar.novo-toolbar-single-row.novo-theme-submission{color:#3d464d;background:#a9adbb}.novo-toolbar .novo-toolbar-row.novo-color-submission>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-submission>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-submission>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-submission novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-submission>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-submission>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-submission>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-submission novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-submission>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-submission>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-submission>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-submission novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-submission>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-submission>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-submission>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-submission novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-submission novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-submission novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-submission .links button,.novo-toolbar .novo-toolbar-row.novo-color-submission .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-submission novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-submission novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-submission .links button,.novo-toolbar .novo-toolbar-row.novo-theme-submission .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-submission novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-submission novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-submission .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-submission .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-submission novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-submission novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-submission .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-submission .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-submission .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-submission .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-submission .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-submission .novo-divider.novo-divider-vertical{border-right-color:#3d464d}.novo-toolbar .novo-toolbar-row.novo-accent-submission,.novo-toolbar.novo-toolbar-single-row.novo-accent-submission{border-bottom:2px solid #a9adbb}.novo-toolbar .novo-toolbar-row.novo-color-sendout,.novo-toolbar .novo-toolbar-row.novo-theme-sendout,.novo-toolbar.novo-toolbar-single-row.novo-color-sendout,.novo-toolbar.novo-toolbar-single-row.novo-theme-sendout{color:#fff;background:#747884}.novo-toolbar .novo-toolbar-row.novo-color-sendout>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-sendout>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-sendout>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-sendout novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-sendout>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-sendout>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-sendout>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-sendout novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-sendout>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-sendout>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-sendout>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-sendout novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-sendout>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-sendout>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-sendout>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-sendout novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-sendout novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-sendout novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-sendout .links button,.novo-toolbar .novo-toolbar-row.novo-color-sendout .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-sendout novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-sendout novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-sendout .links button,.novo-toolbar .novo-toolbar-row.novo-theme-sendout .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-sendout novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-sendout novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-sendout .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-sendout .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-sendout novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-sendout novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-sendout .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-sendout .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-sendout .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-sendout .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-sendout .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-sendout .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-sendout,.novo-toolbar.novo-toolbar-single-row.novo-accent-sendout{border-bottom:2px solid #747884}.novo-toolbar .novo-toolbar-row.novo-color-placement,.novo-toolbar .novo-toolbar-row.novo-theme-placement,.novo-toolbar.novo-toolbar-single-row.novo-color-placement,.novo-toolbar.novo-toolbar-single-row.novo-theme-placement{color:#fff;background:#0b344f}.novo-toolbar .novo-toolbar-row.novo-color-placement>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-placement>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-placement>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-placement novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-placement>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-placement>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-placement>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-placement novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-placement>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-placement>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-placement>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-placement novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-placement>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-placement>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-placement>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-placement novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-placement novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-placement novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-placement .links button,.novo-toolbar .novo-toolbar-row.novo-color-placement .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-placement novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-placement novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-placement .links button,.novo-toolbar .novo-toolbar-row.novo-theme-placement .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-placement novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-placement novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-placement .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-placement .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-placement novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-placement novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-placement .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-placement .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-placement .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-placement .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-placement .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-placement .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-placement,.novo-toolbar.novo-toolbar-single-row.novo-accent-placement{border-bottom:2px solid #0b344f}.novo-toolbar .novo-toolbar-row.novo-color-note,.novo-toolbar .novo-toolbar-row.novo-theme-note,.novo-toolbar.novo-toolbar-single-row.novo-color-note,.novo-toolbar.novo-toolbar-single-row.novo-theme-note{color:#fff;background:#747884}.novo-toolbar .novo-toolbar-row.novo-color-note>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-note>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-note>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-note novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-note>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-note>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-note>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-note novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-note>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-note>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-note>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-note novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-note>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-note>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-note>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-note novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-note novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-note novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-note .links button,.novo-toolbar .novo-toolbar-row.novo-color-note .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-note novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-note novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-note .links button,.novo-toolbar .novo-toolbar-row.novo-theme-note .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-note novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-note novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-note .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-note .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-note novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-note novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-note .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-note .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-note .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-note .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-note .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-note .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-note,.novo-toolbar.novo-toolbar-single-row.novo-accent-note{border-bottom:2px solid #747884}.novo-toolbar .novo-toolbar-row.novo-color-contract,.novo-toolbar .novo-toolbar-row.novo-theme-contract,.novo-toolbar.novo-toolbar-single-row.novo-color-contract,.novo-toolbar.novo-toolbar-single-row.novo-theme-contract{color:#fff;background:#454ea0}.novo-toolbar .novo-toolbar-row.novo-color-contract>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-contract>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-contract>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-contract novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-contract>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-contract>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-contract>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-contract novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-contract>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-contract>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-contract>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-contract novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-contract>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-contract>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-contract>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-contract novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-contract novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-contract novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-contract .links button,.novo-toolbar .novo-toolbar-row.novo-color-contract .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-contract novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-contract novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-contract .links button,.novo-toolbar .novo-toolbar-row.novo-theme-contract .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-contract novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-contract novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-contract .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-contract .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-contract novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-contract novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-contract .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-contract .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-contract .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-contract .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-contract .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-contract .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-contract,.novo-toolbar.novo-toolbar-single-row.novo-accent-contract{border-bottom:2px solid #454ea0}.novo-toolbar .novo-toolbar-row.novo-color-task,.novo-toolbar .novo-toolbar-row.novo-theme-task,.novo-toolbar.novo-toolbar-single-row.novo-color-task,.novo-toolbar.novo-toolbar-single-row.novo-theme-task{color:#fff;background:#4f5361}.novo-toolbar .novo-toolbar-row.novo-color-task>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-task>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-task>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-task novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-task>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-task>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-task>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-task novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-task>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-task>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-task>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-task novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-task>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-task>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-task>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-task novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-task novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-task novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-task .links button,.novo-toolbar .novo-toolbar-row.novo-color-task .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-task novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-task novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-task .links button,.novo-toolbar .novo-toolbar-row.novo-theme-task .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-task novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-task novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-task .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-task .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-task novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-task novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-task .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-task .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-task .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-task .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-task .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-task .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-task,.novo-toolbar.novo-toolbar-single-row.novo-accent-task{border-bottom:2px solid #4f5361}.novo-toolbar .novo-toolbar-row.novo-color-jobCode,.novo-toolbar .novo-toolbar-row.novo-theme-jobCode,.novo-toolbar.novo-toolbar-single-row.novo-color-jobCode,.novo-toolbar.novo-toolbar-single-row.novo-theme-jobCode{color:#fff;background:#696d79}.novo-toolbar .novo-toolbar-row.novo-color-jobCode>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-jobCode>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-jobCode>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-jobCode novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-jobCode>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-jobCode>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-jobCode>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-jobCode novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-jobCode>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-jobCode>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-jobCode>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-jobCode novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-jobCode>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-jobCode>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-jobCode>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-jobCode novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-jobCode novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-jobCode novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-jobCode .links button,.novo-toolbar .novo-toolbar-row.novo-color-jobCode .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-jobCode novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-jobCode novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-jobCode .links button,.novo-toolbar .novo-toolbar-row.novo-theme-jobCode .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-jobCode novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-jobCode novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-jobCode .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-jobCode .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-jobCode novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-jobCode novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-jobCode .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-jobCode .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-jobCode .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-jobCode .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-jobCode .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-jobCode .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-jobCode,.novo-toolbar.novo-toolbar-single-row.novo-accent-jobCode{border-bottom:2px solid #696d79}.novo-toolbar .novo-toolbar-row.novo-color-earnCode,.novo-toolbar .novo-toolbar-row.novo-theme-earnCode,.novo-toolbar.novo-toolbar-single-row.novo-color-earnCode,.novo-toolbar.novo-toolbar-single-row.novo-theme-earnCode{color:#fff;background:#696d79}.novo-toolbar .novo-toolbar-row.novo-color-earnCode>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-earnCode>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-earnCode>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-earnCode novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-earnCode>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-earnCode>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-earnCode>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-earnCode novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-earnCode>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-earnCode>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-earnCode>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-earnCode novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-earnCode>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-earnCode>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-earnCode>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-earnCode novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-earnCode novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-earnCode novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-earnCode .links button,.novo-toolbar .novo-toolbar-row.novo-color-earnCode .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-earnCode novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-earnCode novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-earnCode .links button,.novo-toolbar .novo-toolbar-row.novo-theme-earnCode .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-earnCode novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-earnCode novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-earnCode .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-earnCode .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-earnCode novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-earnCode novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-earnCode .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-earnCode .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-earnCode .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-earnCode .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-earnCode .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-earnCode .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-earnCode,.novo-toolbar.novo-toolbar-single-row.novo-accent-earnCode{border-bottom:2px solid #696d79}.novo-toolbar .novo-toolbar-row.novo-color-invoiceStatement,.novo-toolbar .novo-toolbar-row.novo-theme-invoiceStatement,.novo-toolbar.novo-toolbar-single-row.novo-color-invoiceStatement,.novo-toolbar.novo-toolbar-single-row.novo-theme-invoiceStatement{color:#fff;background:#696d79}.novo-toolbar .novo-toolbar-row.novo-color-invoiceStatement>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-invoiceStatement>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-invoiceStatement>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-invoiceStatement novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-invoiceStatement>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-invoiceStatement>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-invoiceStatement>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-invoiceStatement novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-invoiceStatement>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-invoiceStatement>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-invoiceStatement>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-invoiceStatement novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-invoiceStatement>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-invoiceStatement>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-invoiceStatement>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-invoiceStatement novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-invoiceStatement novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-invoiceStatement novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-invoiceStatement .links button,.novo-toolbar .novo-toolbar-row.novo-color-invoiceStatement .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-invoiceStatement novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-invoiceStatement novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-invoiceStatement .links button,.novo-toolbar .novo-toolbar-row.novo-theme-invoiceStatement .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-invoiceStatement novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-invoiceStatement novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-invoiceStatement .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-invoiceStatement .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-invoiceStatement novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-invoiceStatement novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-invoiceStatement .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-invoiceStatement .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-invoiceStatement .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-invoiceStatement .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-invoiceStatement .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-invoiceStatement .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-invoiceStatement,.novo-toolbar.novo-toolbar-single-row.novo-accent-invoiceStatement{border-bottom:2px solid #696d79}.novo-toolbar .novo-toolbar-row.novo-color-billableCharge,.novo-toolbar .novo-toolbar-row.novo-theme-billableCharge,.novo-toolbar.novo-toolbar-single-row.novo-color-billableCharge,.novo-toolbar.novo-toolbar-single-row.novo-theme-billableCharge{color:#fff;background:#696d79}.novo-toolbar .novo-toolbar-row.novo-color-billableCharge>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-billableCharge>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-billableCharge>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-billableCharge novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-billableCharge>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-billableCharge>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-billableCharge>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-billableCharge novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-billableCharge>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-billableCharge>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-billableCharge>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-billableCharge novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-billableCharge>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-billableCharge>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-billableCharge>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-billableCharge novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-billableCharge novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-billableCharge novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-billableCharge .links button,.novo-toolbar .novo-toolbar-row.novo-color-billableCharge .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-billableCharge novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-billableCharge novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-billableCharge .links button,.novo-toolbar .novo-toolbar-row.novo-theme-billableCharge .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-billableCharge novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-billableCharge novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-billableCharge .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-billableCharge .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-billableCharge novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-billableCharge novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-billableCharge .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-billableCharge .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-billableCharge .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-billableCharge .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-billableCharge .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-billableCharge .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-billableCharge,.novo-toolbar.novo-toolbar-single-row.novo-accent-billableCharge{border-bottom:2px solid #696d79}.novo-toolbar .novo-toolbar-row.novo-color-payableCharge,.novo-toolbar .novo-toolbar-row.novo-theme-payableCharge,.novo-toolbar.novo-toolbar-single-row.novo-color-payableCharge,.novo-toolbar.novo-toolbar-single-row.novo-theme-payableCharge{color:#fff;background:#696d79}.novo-toolbar .novo-toolbar-row.novo-color-payableCharge>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-payableCharge>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-payableCharge>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-payableCharge novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-payableCharge>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-payableCharge>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-payableCharge>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-payableCharge novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-payableCharge>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-payableCharge>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-payableCharge>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-payableCharge novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-payableCharge>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-payableCharge>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-payableCharge>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-payableCharge novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-payableCharge novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-payableCharge novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-payableCharge .links button,.novo-toolbar .novo-toolbar-row.novo-color-payableCharge .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-payableCharge novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-payableCharge novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-payableCharge .links button,.novo-toolbar .novo-toolbar-row.novo-theme-payableCharge .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-payableCharge novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-payableCharge novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-payableCharge .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-payableCharge .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-payableCharge novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-payableCharge novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-payableCharge .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-payableCharge .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-payableCharge .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-payableCharge .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-payableCharge .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-payableCharge .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-payableCharge,.novo-toolbar.novo-toolbar-single-row.novo-accent-payableCharge{border-bottom:2px solid #696d79}.novo-toolbar .novo-toolbar-row.novo-color-user,.novo-toolbar .novo-toolbar-row.novo-theme-user,.novo-toolbar.novo-toolbar-single-row.novo-color-user,.novo-toolbar.novo-toolbar-single-row.novo-theme-user{color:#fff;background:#696d79}.novo-toolbar .novo-toolbar-row.novo-color-user>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-user>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-user>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-user novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-user>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-user>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-user>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-user novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-user>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-user>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-user>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-user novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-user>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-user>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-user>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-user novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-user novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-user novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-user .links button,.novo-toolbar .novo-toolbar-row.novo-color-user .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-user novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-user novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-user .links button,.novo-toolbar .novo-toolbar-row.novo-theme-user .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-user novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-user novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-user .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-user .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-user novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-user novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-user .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-user .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-user .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-user .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-user .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-user .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-user,.novo-toolbar.novo-toolbar-single-row.novo-accent-user{border-bottom:2px solid #696d79}.novo-toolbar .novo-toolbar-row.novo-color-corporateUser,.novo-toolbar .novo-toolbar-row.novo-theme-corporateUser,.novo-toolbar.novo-toolbar-single-row.novo-color-corporateUser,.novo-toolbar.novo-toolbar-single-row.novo-theme-corporateUser{color:#fff;background:#696d79}.novo-toolbar .novo-toolbar-row.novo-color-corporateUser>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-corporateUser>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-corporateUser>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-corporateUser novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-corporateUser>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-corporateUser>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-corporateUser>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-corporateUser novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-corporateUser>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-corporateUser>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-corporateUser>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-corporateUser novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-corporateUser>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-corporateUser>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-corporateUser>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-corporateUser novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-corporateUser novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-corporateUser novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-corporateUser .links button,.novo-toolbar .novo-toolbar-row.novo-color-corporateUser .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-corporateUser novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-corporateUser novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-corporateUser .links button,.novo-toolbar .novo-toolbar-row.novo-theme-corporateUser .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-corporateUser novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-corporateUser novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-corporateUser .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-corporateUser .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-corporateUser novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-corporateUser novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-corporateUser .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-corporateUser .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-corporateUser .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-corporateUser .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-corporateUser .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-corporateUser .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-corporateUser,.novo-toolbar.novo-toolbar-single-row.novo-accent-corporateUser{border-bottom:2px solid #696d79}.novo-toolbar .novo-toolbar-row.novo-color-distributionList,.novo-toolbar .novo-toolbar-row.novo-theme-distributionList,.novo-toolbar.novo-toolbar-single-row.novo-color-distributionList,.novo-toolbar.novo-toolbar-single-row.novo-theme-distributionList{color:#fff;background:#696d79}.novo-toolbar .novo-toolbar-row.novo-color-distributionList>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-distributionList>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-distributionList>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-distributionList novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-distributionList>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-distributionList>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-distributionList>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-distributionList novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-distributionList>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-distributionList>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-distributionList>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-distributionList novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-distributionList>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-distributionList>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-distributionList>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-distributionList novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-distributionList novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-distributionList novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-distributionList .links button,.novo-toolbar .novo-toolbar-row.novo-color-distributionList .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-distributionList novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-distributionList novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-distributionList .links button,.novo-toolbar .novo-toolbar-row.novo-theme-distributionList .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-distributionList novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-distributionList novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-distributionList .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-distributionList .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-distributionList novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-distributionList novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-distributionList .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-distributionList .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-distributionList .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-distributionList .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-distributionList .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-distributionList .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-distributionList,.novo-toolbar.novo-toolbar-single-row.novo-accent-distributionList{border-bottom:2px solid #696d79}.novo-toolbar .novo-toolbar-row.novo-color-credential,.novo-toolbar .novo-toolbar-row.novo-theme-credential,.novo-toolbar.novo-toolbar-single-row.novo-color-credential,.novo-toolbar.novo-toolbar-single-row.novo-theme-credential{color:#fff;background:#696d79}.novo-toolbar .novo-toolbar-row.novo-color-credential>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-credential>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-credential>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-credential novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-credential>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-credential>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-credential>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-credential novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-credential>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-credential>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-credential>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-credential novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-credential>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-credential>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-credential>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-credential novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-credential novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-credential novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-credential .links button,.novo-toolbar .novo-toolbar-row.novo-color-credential .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-credential novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-credential novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-credential .links button,.novo-toolbar .novo-toolbar-row.novo-theme-credential .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-credential novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-credential novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-credential .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-credential .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-credential novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-credential novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-credential .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-credential .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-credential .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-credential .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-credential .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-credential .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-credential,.novo-toolbar.novo-toolbar-single-row.novo-accent-credential{border-bottom:2px solid #696d79}.novo-toolbar .novo-toolbar-row.novo-color-person,.novo-toolbar .novo-toolbar-row.novo-theme-person,.novo-toolbar.novo-toolbar-single-row.novo-color-person,.novo-toolbar.novo-toolbar-single-row.novo-theme-person{color:#fff;background:#696d79}.novo-toolbar .novo-toolbar-row.novo-color-person>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-person>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-person>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-person novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-person>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-person>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-person>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-person novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-person>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-person>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-person>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-person novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-person>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-person>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-person>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-person novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-person novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-person novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-person .links button,.novo-toolbar .novo-toolbar-row.novo-color-person .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-person novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-person novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-person .links button,.novo-toolbar .novo-toolbar-row.novo-theme-person .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-person novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-person novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-person .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-person .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-person novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-person novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-person .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-person .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-person .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-person .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-person .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-person .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-person,.novo-toolbar.novo-toolbar-single-row.novo-accent-person{border-bottom:2px solid #696d79}.novo-toolbar.novo-toolbar-multiple-rows{display:flex;box-sizing:border-box;flex-direction:column;width:100%}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
34
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.19", type: NovoToolbar, isStandalone: false, selector: "novo-toolbar", inputs: { color: "color", gap: "gap" }, host: { properties: { "class.novo-toolbar-multiple-rows": "_toolbarRows.length > 0", "class.novo-toolbar-single-row": "_toolbarRows.length === 0" }, classAttribute: "novo-toolbar" }, queries: [{ propertyName: "_toolbarRows", predicate: NovoToolbarRow, descendants: true }], usesInheritance: true, ngImport: i0, template: "<ng-content></ng-content>\n<ng-content select=\"novo-toolbar-row\"></ng-content>", styles: [".novo-toolbar .novo-toolbar-row,.novo-toolbar.novo-toolbar-single-row{display:flex;box-sizing:border-box;background-color:var(--background-bright);color:var(--text-main);padding:0 var(--spacing-md);width:100%;flex-direction:row;align-items:center;min-height:5rem;white-space:nowrap}.novo-toolbar .novo-toolbar-row .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row novo-nav,.novo-toolbar .novo-toolbar-row novo-tab,.novo-toolbar.novo-toolbar-single-row .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row novo-nav,.novo-toolbar.novo-toolbar-single-row novo-tab{height:inherit;min-height:inherit}.novo-toolbar .novo-toolbar-row.novo-color-border-default>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-border-default>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-border-default>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-border-default novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-border-default>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-border-default>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-border-default>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-border-default novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-border-default>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-border-default>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-border-default>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-border-default novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-border-default>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-border-default>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-border-default>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-border-default novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-border-default novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-border-default novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-border-default .links button,.novo-toolbar .novo-toolbar-row.novo-color-border-default .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-border-default novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-border-default novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-border-default .links button,.novo-toolbar .novo-toolbar-row.novo-theme-border-default .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-border-default novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-border-default novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-border-default .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-border-default .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-border-default novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-border-default novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-border-default .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-border-default .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-accent-border-default,.novo-toolbar.novo-toolbar-single-row.novo-accent-border-default{border-bottom:2px solid}.novo-toolbar .novo-toolbar-row.novo-color-black,.novo-toolbar .novo-toolbar-row.novo-theme-black,.novo-toolbar.novo-toolbar-single-row.novo-color-black,.novo-toolbar.novo-toolbar-single-row.novo-theme-black{color:var(--color-contrast-black);background:var(--color-black)}.novo-toolbar .novo-toolbar-row.novo-color-black>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-black>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-black>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-black novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-black>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-black>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-black>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-black novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-black>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-black>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-black>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-black novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-black>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-black>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-black>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-black novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-black novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-black novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-black .links button,.novo-toolbar .novo-toolbar-row.novo-color-black .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-black novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-black novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-black .links button,.novo-toolbar .novo-toolbar-row.novo-theme-black .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-black novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-black novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-black .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-black .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-black novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-black novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-black .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-black .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-black .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-black .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-black .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-black .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-black)}.novo-toolbar .novo-toolbar-row.novo-accent-black,.novo-toolbar.novo-toolbar-single-row.novo-accent-black{border-bottom:2px solid var(--color-black)}.novo-toolbar .novo-toolbar-row.novo-color-white,.novo-toolbar .novo-toolbar-row.novo-theme-white,.novo-toolbar.novo-toolbar-single-row.novo-color-white,.novo-toolbar.novo-toolbar-single-row.novo-theme-white{color:var(--color-contrast-white);background:var(--color-white)}.novo-toolbar .novo-toolbar-row.novo-color-white>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-white>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-white>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-white novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-white>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-white>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-white>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-white novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-white>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-white>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-white>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-white novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-white>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-white>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-white>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-white novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-white novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-white novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-white .links button,.novo-toolbar .novo-toolbar-row.novo-color-white .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-white novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-white novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-white .links button,.novo-toolbar .novo-toolbar-row.novo-theme-white .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-white novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-white novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-white .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-white .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-white novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-white novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-white .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-white .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-white .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-white .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-white .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-white .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-white)}.novo-toolbar .novo-toolbar-row.novo-accent-white,.novo-toolbar.novo-toolbar-single-row.novo-accent-white{border-bottom:2px solid var(--color-white)}.novo-toolbar .novo-toolbar-row.novo-color-gray,.novo-toolbar .novo-toolbar-row.novo-theme-gray,.novo-toolbar.novo-toolbar-single-row.novo-color-gray,.novo-toolbar.novo-toolbar-single-row.novo-theme-gray{color:var(--color-contrast-gray);background:var(--color-gray)}.novo-toolbar .novo-toolbar-row.novo-color-gray>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-gray>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-gray>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-gray novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-gray>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-gray>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-gray>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-gray novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-gray>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-gray>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-gray>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-gray novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-gray>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-gray>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-gray>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-gray novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-gray novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-gray novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-gray .links button,.novo-toolbar .novo-toolbar-row.novo-color-gray .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-gray novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-gray novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-gray .links button,.novo-toolbar .novo-toolbar-row.novo-theme-gray .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-gray novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-gray novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-gray .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-gray .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-gray novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-gray novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-gray .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-gray .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-gray .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-gray .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-gray .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-gray .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-gray)}.novo-toolbar .novo-toolbar-row.novo-accent-gray,.novo-toolbar.novo-toolbar-single-row.novo-accent-gray{border-bottom:2px solid var(--color-gray)}.novo-toolbar .novo-toolbar-row.novo-color-grey,.novo-toolbar .novo-toolbar-row.novo-theme-grey,.novo-toolbar.novo-toolbar-single-row.novo-color-grey,.novo-toolbar.novo-toolbar-single-row.novo-theme-grey{color:var(--color-contrast-grey);background:var(--color-grey)}.novo-toolbar .novo-toolbar-row.novo-color-grey>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-grey>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-grey>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-grey novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-grey>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-grey>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-grey>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-grey novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-grey>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-grey>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-grey>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-grey novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-grey>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-grey>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-grey>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-grey novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-grey novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-grey novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-grey .links button,.novo-toolbar .novo-toolbar-row.novo-color-grey .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-grey novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-grey novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-grey .links button,.novo-toolbar .novo-toolbar-row.novo-theme-grey .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-grey novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-grey novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-grey .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-grey .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-grey novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-grey novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-grey .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-grey .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-grey .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-grey .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-grey .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-grey .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-grey)}.novo-toolbar .novo-toolbar-row.novo-accent-grey,.novo-toolbar.novo-toolbar-single-row.novo-accent-grey{border-bottom:2px solid var(--color-grey)}.novo-toolbar .novo-toolbar-row.novo-color-offWhite,.novo-toolbar .novo-toolbar-row.novo-theme-offWhite,.novo-toolbar.novo-toolbar-single-row.novo-color-offWhite,.novo-toolbar.novo-toolbar-single-row.novo-theme-offWhite{color:var(--color-contrast-off-white);background:var(--color-off-white)}.novo-toolbar .novo-toolbar-row.novo-color-offWhite>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-offWhite>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-offWhite>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-offWhite novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-offWhite>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-offWhite>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-offWhite>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-offWhite novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-offWhite>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-offWhite>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-offWhite>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-offWhite novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-offWhite>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-offWhite>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-offWhite>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-offWhite novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-offWhite novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-offWhite novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-offWhite .links button,.novo-toolbar .novo-toolbar-row.novo-color-offWhite .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-offWhite novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-offWhite novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-offWhite .links button,.novo-toolbar .novo-toolbar-row.novo-theme-offWhite .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-offWhite novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-offWhite novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-offWhite .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-offWhite .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-offWhite novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-offWhite novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-offWhite .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-offWhite .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-offWhite .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-offWhite .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-offWhite .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-offWhite .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-off-white)}.novo-toolbar .novo-toolbar-row.novo-accent-offWhite,.novo-toolbar.novo-toolbar-single-row.novo-accent-offWhite{border-bottom:2px solid var(--color-off-white)}.novo-toolbar .novo-toolbar-row.novo-color-bright,.novo-toolbar .novo-toolbar-row.novo-theme-bright,.novo-toolbar.novo-toolbar-single-row.novo-color-bright,.novo-toolbar.novo-toolbar-single-row.novo-theme-bright{color:var(--color-contrast-bright);background:var(--color-bright)}.novo-toolbar .novo-toolbar-row.novo-color-bright>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-bright>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-bright>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-bright novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-bright>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-bright>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-bright>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-bright novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-bright>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-bright>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-bright>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-bright novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-bright>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-bright>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-bright>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-bright novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-bright novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-bright novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-bright .links button,.novo-toolbar .novo-toolbar-row.novo-color-bright .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-bright novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-bright novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-bright .links button,.novo-toolbar .novo-toolbar-row.novo-theme-bright .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-bright novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-bright novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-bright .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-bright .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-bright novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-bright novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-bright .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-bright .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-bright .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-bright .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-bright .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-bright .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-bright)}.novo-toolbar .novo-toolbar-row.novo-accent-bright,.novo-toolbar.novo-toolbar-single-row.novo-accent-bright{border-bottom:2px solid var(--color-bright)}.novo-toolbar .novo-toolbar-row.novo-color-light,.novo-toolbar .novo-toolbar-row.novo-theme-light,.novo-toolbar.novo-toolbar-single-row.novo-color-light,.novo-toolbar.novo-toolbar-single-row.novo-theme-light{color:var(--color-contrast-light);background:var(--color-light)}.novo-toolbar .novo-toolbar-row.novo-color-light>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-light>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-light>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-light novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-light>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-light>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-light>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-light novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-light>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-light>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-light>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-light novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-light>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-light>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-light>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-light novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-light novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-light novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-light .links button,.novo-toolbar .novo-toolbar-row.novo-color-light .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-light novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-light novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-light .links button,.novo-toolbar .novo-toolbar-row.novo-theme-light .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-light novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-light novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-light .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-light .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-light novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-light novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-light .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-light .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-light .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-light .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-light .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-light .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-light)}.novo-toolbar .novo-toolbar-row.novo-accent-light,.novo-toolbar.novo-toolbar-single-row.novo-accent-light{border-bottom:2px solid var(--color-light)}.novo-toolbar .novo-toolbar-row.novo-color-neutral,.novo-toolbar .novo-toolbar-row.novo-theme-neutral,.novo-toolbar.novo-toolbar-single-row.novo-color-neutral,.novo-toolbar.novo-toolbar-single-row.novo-theme-neutral{color:var(--color-contrast-neutral);background:var(--color-neutral)}.novo-toolbar .novo-toolbar-row.novo-color-neutral>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-neutral>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-neutral>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-neutral novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-neutral>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-neutral>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-neutral>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-neutral novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-neutral>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-neutral>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-neutral>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-neutral novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-neutral>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-neutral>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-neutral>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-neutral novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-neutral novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-neutral novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-neutral .links button,.novo-toolbar .novo-toolbar-row.novo-color-neutral .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-neutral novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-neutral novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-neutral .links button,.novo-toolbar .novo-toolbar-row.novo-theme-neutral .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-neutral novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-neutral novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-neutral .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-neutral .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-neutral novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-neutral novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-neutral .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-neutral .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-neutral .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-neutral .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-neutral .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-neutral .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-neutral)}.novo-toolbar .novo-toolbar-row.novo-accent-neutral,.novo-toolbar.novo-toolbar-single-row.novo-accent-neutral{border-bottom:2px solid var(--color-neutral)}.novo-toolbar .novo-toolbar-row.novo-color-dark,.novo-toolbar .novo-toolbar-row.novo-theme-dark,.novo-toolbar.novo-toolbar-single-row.novo-color-dark,.novo-toolbar.novo-toolbar-single-row.novo-theme-dark{color:var(--color-contrast-dark);background:var(--color-dark)}.novo-toolbar .novo-toolbar-row.novo-color-dark>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-dark>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-dark>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-dark novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-dark>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-dark>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-dark>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-dark novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-dark>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-dark>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-dark>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-dark novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-dark>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-dark>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-dark>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-dark novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-dark novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-dark novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-dark .links button,.novo-toolbar .novo-toolbar-row.novo-color-dark .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-dark novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-dark novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-dark .links button,.novo-toolbar .novo-toolbar-row.novo-theme-dark .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-dark novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-dark novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-dark .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-dark .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-dark novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-dark novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-dark .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-dark .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-dark .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-dark .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-dark .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-dark .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-dark)}.novo-toolbar .novo-toolbar-row.novo-accent-dark,.novo-toolbar.novo-toolbar-single-row.novo-accent-dark{border-bottom:2px solid var(--color-dark)}.novo-toolbar .novo-toolbar-row.novo-color-orange,.novo-toolbar .novo-toolbar-row.novo-theme-orange,.novo-toolbar.novo-toolbar-single-row.novo-color-orange,.novo-toolbar.novo-toolbar-single-row.novo-theme-orange{color:var(--color-contrast-orange);background:var(--color-orange)}.novo-toolbar .novo-toolbar-row.novo-color-orange>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-orange>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-orange>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-orange novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-orange>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-orange>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-orange>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-orange novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-orange>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-orange>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-orange>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-orange novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-orange>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-orange>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-orange>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-orange novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-orange novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-orange novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-orange .links button,.novo-toolbar .novo-toolbar-row.novo-color-orange .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-orange novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-orange novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-orange .links button,.novo-toolbar .novo-toolbar-row.novo-theme-orange .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-orange novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-orange novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-orange .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-orange .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-orange novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-orange novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-orange .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-orange .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-orange .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-orange .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-orange .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-orange .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-orange)}.novo-toolbar .novo-toolbar-row.novo-accent-orange,.novo-toolbar.novo-toolbar-single-row.novo-accent-orange{border-bottom:2px solid var(--color-orange)}.novo-toolbar .novo-toolbar-row.novo-color-navigation,.novo-toolbar .novo-toolbar-row.novo-theme-navigation,.novo-toolbar.novo-toolbar-single-row.novo-color-navigation,.novo-toolbar.novo-toolbar-single-row.novo-theme-navigation{color:var(--color-contrast-navigation);background:var(--color-navigation)}.novo-toolbar .novo-toolbar-row.novo-color-navigation>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-navigation>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-navigation>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-navigation novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-navigation>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-navigation>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-navigation>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-navigation novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-navigation>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-navigation>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-navigation>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-navigation novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-navigation>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-navigation>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-navigation>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-navigation novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-navigation novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-navigation novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-navigation .links button,.novo-toolbar .novo-toolbar-row.novo-color-navigation .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-navigation novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-navigation novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-navigation .links button,.novo-toolbar .novo-toolbar-row.novo-theme-navigation .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-navigation novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-navigation novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-navigation .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-navigation .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-navigation novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-navigation novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-navigation .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-navigation .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-navigation .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-navigation .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-navigation .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-navigation .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-navigation)}.novo-toolbar .novo-toolbar-row.novo-accent-navigation,.novo-toolbar.novo-toolbar-single-row.novo-accent-navigation{border-bottom:2px solid var(--color-navigation)}.novo-toolbar .novo-toolbar-row.novo-color-skyBlue,.novo-toolbar .novo-toolbar-row.novo-theme-skyBlue,.novo-toolbar.novo-toolbar-single-row.novo-color-skyBlue,.novo-toolbar.novo-toolbar-single-row.novo-theme-skyBlue{color:var(--color-contrast-sky-blue);background:var(--color-sky-blue)}.novo-toolbar .novo-toolbar-row.novo-color-skyBlue>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-skyBlue>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-skyBlue>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-skyBlue novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-skyBlue>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-skyBlue>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-skyBlue>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-skyBlue novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-skyBlue>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-skyBlue>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-skyBlue>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-skyBlue novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-skyBlue>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-skyBlue>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-skyBlue>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-skyBlue novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-skyBlue novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-skyBlue novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-skyBlue .links button,.novo-toolbar .novo-toolbar-row.novo-color-skyBlue .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-skyBlue novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-skyBlue novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-skyBlue .links button,.novo-toolbar .novo-toolbar-row.novo-theme-skyBlue .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-skyBlue novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-skyBlue novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-skyBlue .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-skyBlue .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-skyBlue novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-skyBlue novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-skyBlue .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-skyBlue .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-skyBlue .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-skyBlue .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-skyBlue .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-skyBlue .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-sky-blue)}.novo-toolbar .novo-toolbar-row.novo-accent-skyBlue,.novo-toolbar.novo-toolbar-single-row.novo-accent-skyBlue{border-bottom:2px solid var(--color-sky-blue)}.novo-toolbar .novo-toolbar-row.novo-color-steel,.novo-toolbar .novo-toolbar-row.novo-theme-steel,.novo-toolbar.novo-toolbar-single-row.novo-color-steel,.novo-toolbar.novo-toolbar-single-row.novo-theme-steel{color:var(--color-contrast-steel);background:var(--color-steel)}.novo-toolbar .novo-toolbar-row.novo-color-steel>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-steel>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-steel>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-steel novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-steel>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-steel>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-steel>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-steel novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-steel>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-steel>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-steel>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-steel novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-steel>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-steel>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-steel>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-steel novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-steel novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-steel novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-steel .links button,.novo-toolbar .novo-toolbar-row.novo-color-steel .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-steel novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-steel novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-steel .links button,.novo-toolbar .novo-toolbar-row.novo-theme-steel .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-steel novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-steel novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-steel .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-steel .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-steel novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-steel novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-steel .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-steel .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-steel .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-steel .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-steel .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-steel .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-steel)}.novo-toolbar .novo-toolbar-row.novo-accent-steel,.novo-toolbar.novo-toolbar-single-row.novo-accent-steel{border-bottom:2px solid var(--color-steel)}.novo-toolbar .novo-toolbar-row.novo-color-metal,.novo-toolbar .novo-toolbar-row.novo-theme-metal,.novo-toolbar.novo-toolbar-single-row.novo-color-metal,.novo-toolbar.novo-toolbar-single-row.novo-theme-metal{color:var(--color-contrast-metal);background:var(--color-metal)}.novo-toolbar .novo-toolbar-row.novo-color-metal>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-metal>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-metal>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-metal novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-metal>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-metal>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-metal>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-metal novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-metal>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-metal>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-metal>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-metal novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-metal>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-metal>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-metal>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-metal novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-metal novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-metal novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-metal .links button,.novo-toolbar .novo-toolbar-row.novo-color-metal .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-metal novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-metal novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-metal .links button,.novo-toolbar .novo-toolbar-row.novo-theme-metal .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-metal novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-metal novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-metal .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-metal .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-metal novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-metal novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-metal .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-metal .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-metal .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-metal .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-metal .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-metal .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-metal)}.novo-toolbar .novo-toolbar-row.novo-accent-metal,.novo-toolbar.novo-toolbar-single-row.novo-accent-metal{border-bottom:2px solid var(--color-metal)}.novo-toolbar .novo-toolbar-row.novo-color-sand,.novo-toolbar .novo-toolbar-row.novo-theme-sand,.novo-toolbar.novo-toolbar-single-row.novo-color-sand,.novo-toolbar.novo-toolbar-single-row.novo-theme-sand{color:var(--color-contrast-sand);background:var(--color-sand)}.novo-toolbar .novo-toolbar-row.novo-color-sand>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-sand>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-sand>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-sand novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-sand>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-sand>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-sand>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-sand novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-sand>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-sand>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-sand>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-sand novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-sand>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-sand>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-sand>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-sand novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-sand novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-sand novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-sand .links button,.novo-toolbar .novo-toolbar-row.novo-color-sand .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-sand novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-sand novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-sand .links button,.novo-toolbar .novo-toolbar-row.novo-theme-sand .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-sand novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-sand novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-sand .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-sand .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-sand novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-sand novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-sand .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-sand .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-sand .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-sand .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-sand .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-sand .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-sand)}.novo-toolbar .novo-toolbar-row.novo-accent-sand,.novo-toolbar.novo-toolbar-single-row.novo-accent-sand{border-bottom:2px solid var(--color-sand)}.novo-toolbar .novo-toolbar-row.novo-color-silver,.novo-toolbar .novo-toolbar-row.novo-theme-silver,.novo-toolbar.novo-toolbar-single-row.novo-color-silver,.novo-toolbar.novo-toolbar-single-row.novo-theme-silver{color:var(--color-contrast-silver);background:var(--color-silver)}.novo-toolbar .novo-toolbar-row.novo-color-silver>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-silver>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-silver>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-silver novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-silver>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-silver>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-silver>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-silver novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-silver>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-silver>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-silver>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-silver novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-silver>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-silver>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-silver>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-silver novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-silver novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-silver novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-silver .links button,.novo-toolbar .novo-toolbar-row.novo-color-silver .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-silver novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-silver novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-silver .links button,.novo-toolbar .novo-toolbar-row.novo-theme-silver .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-silver novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-silver novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-silver .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-silver .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-silver novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-silver novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-silver .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-silver .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-silver .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-silver .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-silver .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-silver .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-silver)}.novo-toolbar .novo-toolbar-row.novo-accent-silver,.novo-toolbar.novo-toolbar-single-row.novo-accent-silver{border-bottom:2px solid var(--color-silver)}.novo-toolbar .novo-toolbar-row.novo-color-stone,.novo-toolbar .novo-toolbar-row.novo-theme-stone,.novo-toolbar.novo-toolbar-single-row.novo-color-stone,.novo-toolbar.novo-toolbar-single-row.novo-theme-stone{color:var(--color-contrast-stone);background:var(--color-stone)}.novo-toolbar .novo-toolbar-row.novo-color-stone>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-stone>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-stone>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-stone novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-stone>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-stone>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-stone>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-stone novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-stone>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-stone>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-stone>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-stone novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-stone>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-stone>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-stone>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-stone novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-stone novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-stone novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-stone .links button,.novo-toolbar .novo-toolbar-row.novo-color-stone .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-stone novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-stone novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-stone .links button,.novo-toolbar .novo-toolbar-row.novo-theme-stone .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-stone novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-stone novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-stone .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-stone .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-stone novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-stone novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-stone .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-stone .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-stone .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-stone .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-stone .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-stone .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-stone)}.novo-toolbar .novo-toolbar-row.novo-accent-stone,.novo-toolbar.novo-toolbar-single-row.novo-accent-stone{border-bottom:2px solid var(--color-stone)}.novo-toolbar .novo-toolbar-row.novo-color-ash,.novo-toolbar .novo-toolbar-row.novo-theme-ash,.novo-toolbar.novo-toolbar-single-row.novo-color-ash,.novo-toolbar.novo-toolbar-single-row.novo-theme-ash{color:var(--color-contrast-ash);background:var(--color-ash)}.novo-toolbar .novo-toolbar-row.novo-color-ash>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-ash>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-ash>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-ash novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-ash>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-ash>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-ash>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-ash novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-ash>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-ash>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-ash>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-ash novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-ash>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-ash>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-ash>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-ash novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-ash novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-ash novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-ash .links button,.novo-toolbar .novo-toolbar-row.novo-color-ash .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-ash novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-ash novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-ash .links button,.novo-toolbar .novo-toolbar-row.novo-theme-ash .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-ash novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-ash novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-ash .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-ash .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-ash novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-ash novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-ash .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-ash .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-ash .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-ash .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-ash .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-ash .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-ash)}.novo-toolbar .novo-toolbar-row.novo-accent-ash,.novo-toolbar.novo-toolbar-single-row.novo-accent-ash{border-bottom:2px solid var(--color-ash)}.novo-toolbar .novo-toolbar-row.novo-color-anonymous,.novo-toolbar .novo-toolbar-row.novo-theme-anonymous,.novo-toolbar.novo-toolbar-single-row.novo-color-anonymous,.novo-toolbar.novo-toolbar-single-row.novo-theme-anonymous{color:var(--color-contrast-anonymous);background:var(--color-anonymous)}.novo-toolbar .novo-toolbar-row.novo-color-anonymous>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-anonymous>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-anonymous>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-anonymous novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-anonymous>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-anonymous>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-anonymous>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-anonymous novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-anonymous>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-anonymous>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-anonymous>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-anonymous novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-anonymous>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-anonymous>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-anonymous>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-anonymous novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-anonymous novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-anonymous novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-anonymous .links button,.novo-toolbar .novo-toolbar-row.novo-color-anonymous .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-anonymous novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-anonymous novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-anonymous .links button,.novo-toolbar .novo-toolbar-row.novo-theme-anonymous .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-anonymous novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-anonymous novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-anonymous .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-anonymous .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-anonymous novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-anonymous novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-anonymous .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-anonymous .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-anonymous .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-anonymous .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-anonymous .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-anonymous .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-anonymous)}.novo-toolbar .novo-toolbar-row.novo-accent-anonymous,.novo-toolbar.novo-toolbar-single-row.novo-accent-anonymous{border-bottom:2px solid var(--color-anonymous)}.novo-toolbar .novo-toolbar-row.novo-color-slate,.novo-toolbar .novo-toolbar-row.novo-theme-slate,.novo-toolbar.novo-toolbar-single-row.novo-color-slate,.novo-toolbar.novo-toolbar-single-row.novo-theme-slate{color:var(--color-contrast-slate);background:var(--color-slate)}.novo-toolbar .novo-toolbar-row.novo-color-slate>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-slate>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-slate>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-slate novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-slate>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-slate>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-slate>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-slate novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-slate>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-slate>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-slate>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-slate novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-slate>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-slate>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-slate>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-slate novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-slate novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-slate novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-slate .links button,.novo-toolbar .novo-toolbar-row.novo-color-slate .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-slate novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-slate novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-slate .links button,.novo-toolbar .novo-toolbar-row.novo-theme-slate .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-slate novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-slate novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-slate .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-slate .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-slate novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-slate novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-slate .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-slate .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-slate .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-slate .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-slate .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-slate .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-slate)}.novo-toolbar .novo-toolbar-row.novo-accent-slate,.novo-toolbar.novo-toolbar-single-row.novo-accent-slate{border-bottom:2px solid var(--color-slate)}.novo-toolbar .novo-toolbar-row.novo-color-onyx,.novo-toolbar .novo-toolbar-row.novo-theme-onyx,.novo-toolbar.novo-toolbar-single-row.novo-color-onyx,.novo-toolbar.novo-toolbar-single-row.novo-theme-onyx{color:var(--color-contrast-onyx);background:var(--color-onyx)}.novo-toolbar .novo-toolbar-row.novo-color-onyx>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-onyx>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-onyx>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-onyx novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-onyx>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-onyx>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-onyx>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-onyx novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-onyx>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-onyx>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-onyx>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-onyx novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-onyx>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-onyx>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-onyx>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-onyx novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-onyx novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-onyx novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-onyx .links button,.novo-toolbar .novo-toolbar-row.novo-color-onyx .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-onyx novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-onyx novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-onyx .links button,.novo-toolbar .novo-toolbar-row.novo-theme-onyx .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-onyx novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-onyx novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-onyx .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-onyx .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-onyx novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-onyx novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-onyx .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-onyx .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-onyx .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-onyx .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-onyx .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-onyx .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-onyx)}.novo-toolbar .novo-toolbar-row.novo-accent-onyx,.novo-toolbar.novo-toolbar-single-row.novo-accent-onyx{border-bottom:2px solid var(--color-onyx)}.novo-toolbar .novo-toolbar-row.novo-color-charcoal,.novo-toolbar .novo-toolbar-row.novo-theme-charcoal,.novo-toolbar.novo-toolbar-single-row.novo-color-charcoal,.novo-toolbar.novo-toolbar-single-row.novo-theme-charcoal{color:var(--color-contrast-charcoal);background:var(--color-charcoal)}.novo-toolbar .novo-toolbar-row.novo-color-charcoal>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-charcoal>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-charcoal>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-charcoal novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-charcoal>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-charcoal>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-charcoal>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-charcoal novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-charcoal>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-charcoal>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-charcoal>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-charcoal novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-charcoal>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-charcoal>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-charcoal>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-charcoal novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-charcoal novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-charcoal novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-charcoal .links button,.novo-toolbar .novo-toolbar-row.novo-color-charcoal .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-charcoal novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-charcoal novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-charcoal .links button,.novo-toolbar .novo-toolbar-row.novo-theme-charcoal .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-charcoal novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-charcoal novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-charcoal .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-charcoal .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-charcoal novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-charcoal novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-charcoal .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-charcoal .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-charcoal .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-charcoal .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-charcoal .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-charcoal .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-charcoal)}.novo-toolbar .novo-toolbar-row.novo-accent-charcoal,.novo-toolbar.novo-toolbar-single-row.novo-accent-charcoal{border-bottom:2px solid var(--color-charcoal)}.novo-toolbar .novo-toolbar-row.novo-color-moonlight,.novo-toolbar .novo-toolbar-row.novo-theme-moonlight,.novo-toolbar.novo-toolbar-single-row.novo-color-moonlight,.novo-toolbar.novo-toolbar-single-row.novo-theme-moonlight{color:var(--color-contrast-moonlight);background:var(--color-moonlight)}.novo-toolbar .novo-toolbar-row.novo-color-moonlight>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-moonlight>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-moonlight>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-moonlight novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-moonlight>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-moonlight>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-moonlight>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-moonlight novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-moonlight>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-moonlight>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-moonlight>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-moonlight novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-moonlight>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-moonlight>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-moonlight>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-moonlight novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-moonlight novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-moonlight novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-moonlight .links button,.novo-toolbar .novo-toolbar-row.novo-color-moonlight .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-moonlight novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-moonlight novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-moonlight .links button,.novo-toolbar .novo-toolbar-row.novo-theme-moonlight .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-moonlight novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-moonlight novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-moonlight .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-moonlight .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-moonlight novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-moonlight novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-moonlight .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-moonlight .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-moonlight .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-moonlight .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-moonlight .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-moonlight .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-moonlight)}.novo-toolbar .novo-toolbar-row.novo-accent-moonlight,.novo-toolbar.novo-toolbar-single-row.novo-accent-moonlight{border-bottom:2px solid var(--color-moonlight)}.novo-toolbar .novo-toolbar-row.novo-color-midnight,.novo-toolbar .novo-toolbar-row.novo-theme-midnight,.novo-toolbar.novo-toolbar-single-row.novo-color-midnight,.novo-toolbar.novo-toolbar-single-row.novo-theme-midnight{color:var(--color-contrast-midnight);background:var(--color-midnight)}.novo-toolbar .novo-toolbar-row.novo-color-midnight>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-midnight>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-midnight>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-midnight novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-midnight>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-midnight>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-midnight>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-midnight novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-midnight>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-midnight>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-midnight>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-midnight novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-midnight>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-midnight>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-midnight>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-midnight novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-midnight novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-midnight novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-midnight .links button,.novo-toolbar .novo-toolbar-row.novo-color-midnight .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-midnight novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-midnight novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-midnight .links button,.novo-toolbar .novo-toolbar-row.novo-theme-midnight .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-midnight novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-midnight novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-midnight .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-midnight .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-midnight novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-midnight novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-midnight .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-midnight .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-midnight .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-midnight .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-midnight .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-midnight .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-midnight)}.novo-toolbar .novo-toolbar-row.novo-accent-midnight,.novo-toolbar.novo-toolbar-single-row.novo-accent-midnight{border-bottom:2px solid var(--color-midnight)}.novo-toolbar .novo-toolbar-row.novo-color-darkness,.novo-toolbar .novo-toolbar-row.novo-theme-darkness,.novo-toolbar.novo-toolbar-single-row.novo-color-darkness,.novo-toolbar.novo-toolbar-single-row.novo-theme-darkness{color:var(--color-contrast-darkness);background:var(--color-darkness)}.novo-toolbar .novo-toolbar-row.novo-color-darkness>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-darkness>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-darkness>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-darkness novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-darkness>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-darkness>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-darkness>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-darkness novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-darkness>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-darkness>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-darkness>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-darkness novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-darkness>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-darkness>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-darkness>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-darkness novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-darkness novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-darkness novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-darkness .links button,.novo-toolbar .novo-toolbar-row.novo-color-darkness .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-darkness novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-darkness novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-darkness .links button,.novo-toolbar .novo-toolbar-row.novo-theme-darkness .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-darkness novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-darkness novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-darkness .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-darkness .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-darkness novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-darkness novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-darkness .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-darkness .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-darkness .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-darkness .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-darkness .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-darkness .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-darkness)}.novo-toolbar .novo-toolbar-row.novo-accent-darkness,.novo-toolbar.novo-toolbar-single-row.novo-accent-darkness{border-bottom:2px solid var(--color-darkness)}.novo-toolbar .novo-toolbar-row.novo-color-navy,.novo-toolbar .novo-toolbar-row.novo-theme-navy,.novo-toolbar.novo-toolbar-single-row.novo-color-navy,.novo-toolbar.novo-toolbar-single-row.novo-theme-navy{color:var(--color-contrast-navy);background:var(--color-navy)}.novo-toolbar .novo-toolbar-row.novo-color-navy>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-navy>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-navy>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-navy novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-navy>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-navy>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-navy>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-navy novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-navy>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-navy>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-navy>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-navy novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-navy>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-navy>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-navy>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-navy novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-navy novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-navy novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-navy .links button,.novo-toolbar .novo-toolbar-row.novo-color-navy .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-navy novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-navy novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-navy .links button,.novo-toolbar .novo-toolbar-row.novo-theme-navy .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-navy novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-navy novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-navy .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-navy .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-navy novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-navy novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-navy .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-navy .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-navy .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-navy .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-navy .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-navy .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-navy)}.novo-toolbar .novo-toolbar-row.novo-accent-navy,.novo-toolbar.novo-toolbar-single-row.novo-accent-navy{border-bottom:2px solid var(--color-navy)}.novo-toolbar .novo-toolbar-row.novo-color-aqua,.novo-toolbar .novo-toolbar-row.novo-theme-aqua,.novo-toolbar.novo-toolbar-single-row.novo-color-aqua,.novo-toolbar.novo-toolbar-single-row.novo-theme-aqua{color:var(--color-contrast-aqua);background:var(--color-aqua)}.novo-toolbar .novo-toolbar-row.novo-color-aqua>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-aqua>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-aqua>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-aqua novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-aqua>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-aqua>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-aqua>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-aqua novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-aqua>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-aqua>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-aqua>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-aqua novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-aqua>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-aqua>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-aqua>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-aqua novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-aqua novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-aqua novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-aqua .links button,.novo-toolbar .novo-toolbar-row.novo-color-aqua .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-aqua novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-aqua novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-aqua .links button,.novo-toolbar .novo-toolbar-row.novo-theme-aqua .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-aqua novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-aqua novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-aqua .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-aqua .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-aqua novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-aqua novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-aqua .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-aqua .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-aqua .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-aqua .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-aqua .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-aqua .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-aqua)}.novo-toolbar .novo-toolbar-row.novo-accent-aqua,.novo-toolbar.novo-toolbar-single-row.novo-accent-aqua{border-bottom:2px solid var(--color-aqua)}.novo-toolbar .novo-toolbar-row.novo-color-ocean,.novo-toolbar .novo-toolbar-row.novo-theme-ocean,.novo-toolbar.novo-toolbar-single-row.novo-color-ocean,.novo-toolbar.novo-toolbar-single-row.novo-theme-ocean{color:var(--color-contrast-ocean);background:var(--color-ocean)}.novo-toolbar .novo-toolbar-row.novo-color-ocean>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-ocean>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-ocean>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-ocean novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-ocean>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-ocean>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-ocean>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-ocean novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-ocean>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-ocean>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-ocean>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-ocean novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-ocean>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-ocean>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-ocean>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-ocean novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-ocean novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-ocean novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-ocean .links button,.novo-toolbar .novo-toolbar-row.novo-color-ocean .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-ocean novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-ocean novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-ocean .links button,.novo-toolbar .novo-toolbar-row.novo-theme-ocean .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-ocean novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-ocean novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-ocean .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-ocean .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-ocean novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-ocean novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-ocean .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-ocean .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-ocean .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-ocean .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-ocean .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-ocean .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-ocean)}.novo-toolbar .novo-toolbar-row.novo-accent-ocean,.novo-toolbar.novo-toolbar-single-row.novo-accent-ocean{border-bottom:2px solid var(--color-ocean)}.novo-toolbar .novo-toolbar-row.novo-color-mint,.novo-toolbar .novo-toolbar-row.novo-theme-mint,.novo-toolbar.novo-toolbar-single-row.novo-color-mint,.novo-toolbar.novo-toolbar-single-row.novo-theme-mint{color:var(--color-contrast-mint);background:var(--color-mint)}.novo-toolbar .novo-toolbar-row.novo-color-mint>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-mint>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-mint>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-mint novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-mint>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-mint>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-mint>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-mint novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-mint>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-mint>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-mint>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-mint novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-mint>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-mint>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-mint>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-mint novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-mint novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-mint novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-mint .links button,.novo-toolbar .novo-toolbar-row.novo-color-mint .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-mint novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-mint novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-mint .links button,.novo-toolbar .novo-toolbar-row.novo-theme-mint .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-mint novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-mint novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-mint .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-mint .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-mint novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-mint novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-mint .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-mint .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-mint .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-mint .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-mint .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-mint .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-mint)}.novo-toolbar .novo-toolbar-row.novo-accent-mint,.novo-toolbar.novo-toolbar-single-row.novo-accent-mint{border-bottom:2px solid var(--color-mint)}.novo-toolbar .novo-toolbar-row.novo-color-grass,.novo-toolbar .novo-toolbar-row.novo-theme-grass,.novo-toolbar.novo-toolbar-single-row.novo-color-grass,.novo-toolbar.novo-toolbar-single-row.novo-theme-grass{color:var(--color-contrast-grass);background:var(--color-grass)}.novo-toolbar .novo-toolbar-row.novo-color-grass>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-grass>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-grass>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-grass novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-grass>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-grass>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-grass>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-grass novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-grass>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-grass>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-grass>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-grass novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-grass>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-grass>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-grass>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-grass novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-grass novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-grass novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-grass .links button,.novo-toolbar .novo-toolbar-row.novo-color-grass .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-grass novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-grass novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-grass .links button,.novo-toolbar .novo-toolbar-row.novo-theme-grass .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-grass novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-grass novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-grass .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-grass .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-grass novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-grass novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-grass .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-grass .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-grass .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-grass .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-grass .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-grass .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-grass)}.novo-toolbar .novo-toolbar-row.novo-accent-grass,.novo-toolbar.novo-toolbar-single-row.novo-accent-grass{border-bottom:2px solid var(--color-grass)}.novo-toolbar .novo-toolbar-row.novo-color-sunflower,.novo-toolbar .novo-toolbar-row.novo-theme-sunflower,.novo-toolbar.novo-toolbar-single-row.novo-color-sunflower,.novo-toolbar.novo-toolbar-single-row.novo-theme-sunflower{color:var(--color-contrast-sunflower);background:var(--color-sunflower)}.novo-toolbar .novo-toolbar-row.novo-color-sunflower>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-sunflower>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-sunflower>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-sunflower novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-sunflower>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-sunflower>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-sunflower>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-sunflower novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-sunflower>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-sunflower>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-sunflower>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-sunflower novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-sunflower>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-sunflower>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-sunflower>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-sunflower novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-sunflower novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-sunflower novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-sunflower .links button,.novo-toolbar .novo-toolbar-row.novo-color-sunflower .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-sunflower novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-sunflower novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-sunflower .links button,.novo-toolbar .novo-toolbar-row.novo-theme-sunflower .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-sunflower novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-sunflower novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-sunflower .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-sunflower .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-sunflower novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-sunflower novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-sunflower .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-sunflower .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-sunflower .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-sunflower .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-sunflower .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-sunflower .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-sunflower)}.novo-toolbar .novo-toolbar-row.novo-accent-sunflower,.novo-toolbar.novo-toolbar-single-row.novo-accent-sunflower{border-bottom:2px solid var(--color-sunflower)}.novo-toolbar .novo-toolbar-row.novo-color-bittersweet,.novo-toolbar .novo-toolbar-row.novo-theme-bittersweet,.novo-toolbar.novo-toolbar-single-row.novo-color-bittersweet,.novo-toolbar.novo-toolbar-single-row.novo-theme-bittersweet{color:var(--color-contrast-bittersweet);background:var(--color-bittersweet)}.novo-toolbar .novo-toolbar-row.novo-color-bittersweet>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-bittersweet>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-bittersweet>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-bittersweet novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-bittersweet>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-bittersweet>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-bittersweet>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-bittersweet novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-bittersweet>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-bittersweet>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-bittersweet>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-bittersweet novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-bittersweet>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-bittersweet>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-bittersweet>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-bittersweet novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-bittersweet novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-bittersweet novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-bittersweet .links button,.novo-toolbar .novo-toolbar-row.novo-color-bittersweet .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-bittersweet novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-bittersweet novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-bittersweet .links button,.novo-toolbar .novo-toolbar-row.novo-theme-bittersweet .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-bittersweet novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-bittersweet novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-bittersweet .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-bittersweet .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-bittersweet novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-bittersweet novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-bittersweet .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-bittersweet .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-bittersweet .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-bittersweet .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-bittersweet .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-bittersweet .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-bittersweet)}.novo-toolbar .novo-toolbar-row.novo-accent-bittersweet,.novo-toolbar.novo-toolbar-single-row.novo-accent-bittersweet{border-bottom:2px solid var(--color-bittersweet)}.novo-toolbar .novo-toolbar-row.novo-color-grapefruit,.novo-toolbar .novo-toolbar-row.novo-theme-grapefruit,.novo-toolbar.novo-toolbar-single-row.novo-color-grapefruit,.novo-toolbar.novo-toolbar-single-row.novo-theme-grapefruit{color:var(--color-contrast-grapefruit);background:var(--color-grapefruit)}.novo-toolbar .novo-toolbar-row.novo-color-grapefruit>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-grapefruit>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-grapefruit>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-grapefruit novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-grapefruit>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-grapefruit>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-grapefruit>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-grapefruit novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-grapefruit>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-grapefruit>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-grapefruit>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-grapefruit novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-grapefruit>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-grapefruit>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-grapefruit>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-grapefruit novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-grapefruit novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-grapefruit novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-grapefruit .links button,.novo-toolbar .novo-toolbar-row.novo-color-grapefruit .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-grapefruit novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-grapefruit novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-grapefruit .links button,.novo-toolbar .novo-toolbar-row.novo-theme-grapefruit .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-grapefruit novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-grapefruit novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-grapefruit .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-grapefruit .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-grapefruit novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-grapefruit novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-grapefruit .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-grapefruit .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-grapefruit .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-grapefruit .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-grapefruit .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-grapefruit .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-grapefruit)}.novo-toolbar .novo-toolbar-row.novo-accent-grapefruit,.novo-toolbar.novo-toolbar-single-row.novo-accent-grapefruit{border-bottom:2px solid var(--color-grapefruit)}.novo-toolbar .novo-toolbar-row.novo-color-carnation,.novo-toolbar .novo-toolbar-row.novo-theme-carnation,.novo-toolbar.novo-toolbar-single-row.novo-color-carnation,.novo-toolbar.novo-toolbar-single-row.novo-theme-carnation{color:var(--color-contrast-carnation);background:var(--color-carnation)}.novo-toolbar .novo-toolbar-row.novo-color-carnation>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-carnation>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-carnation>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-carnation novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-carnation>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-carnation>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-carnation>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-carnation novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-carnation>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-carnation>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-carnation>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-carnation novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-carnation>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-carnation>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-carnation>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-carnation novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-carnation novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-carnation novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-carnation .links button,.novo-toolbar .novo-toolbar-row.novo-color-carnation .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-carnation novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-carnation novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-carnation .links button,.novo-toolbar .novo-toolbar-row.novo-theme-carnation .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-carnation novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-carnation novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-carnation .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-carnation .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-carnation novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-carnation novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-carnation .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-carnation .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-carnation .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-carnation .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-carnation .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-carnation .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-carnation)}.novo-toolbar .novo-toolbar-row.novo-accent-carnation,.novo-toolbar.novo-toolbar-single-row.novo-accent-carnation{border-bottom:2px solid var(--color-carnation)}.novo-toolbar .novo-toolbar-row.novo-color-lavender,.novo-toolbar .novo-toolbar-row.novo-theme-lavender,.novo-toolbar.novo-toolbar-single-row.novo-color-lavender,.novo-toolbar.novo-toolbar-single-row.novo-theme-lavender{color:var(--color-contrast-lavender);background:var(--color-lavender)}.novo-toolbar .novo-toolbar-row.novo-color-lavender>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-lavender>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-lavender>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-lavender novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-lavender>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-lavender>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-lavender>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-lavender novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-lavender>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-lavender>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-lavender>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-lavender novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-lavender>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-lavender>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-lavender>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-lavender novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-lavender novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-lavender novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-lavender .links button,.novo-toolbar .novo-toolbar-row.novo-color-lavender .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-lavender novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-lavender novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-lavender .links button,.novo-toolbar .novo-toolbar-row.novo-theme-lavender .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-lavender novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-lavender novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-lavender .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-lavender .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-lavender novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-lavender novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-lavender .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-lavender .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-lavender .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-lavender .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-lavender .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-lavender .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-lavender)}.novo-toolbar .novo-toolbar-row.novo-accent-lavender,.novo-toolbar.novo-toolbar-single-row.novo-accent-lavender{border-bottom:2px solid var(--color-lavender)}.novo-toolbar .novo-toolbar-row.novo-color-mountain,.novo-toolbar .novo-toolbar-row.novo-theme-mountain,.novo-toolbar.novo-toolbar-single-row.novo-color-mountain,.novo-toolbar.novo-toolbar-single-row.novo-theme-mountain{color:var(--color-contrast-mountain);background:var(--color-mountain)}.novo-toolbar .novo-toolbar-row.novo-color-mountain>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-mountain>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-mountain>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-mountain novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-mountain>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-mountain>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-mountain>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-mountain novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-mountain>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-mountain>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-mountain>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-mountain novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-mountain>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-mountain>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-mountain>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-mountain novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-mountain novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-mountain novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-mountain .links button,.novo-toolbar .novo-toolbar-row.novo-color-mountain .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-mountain novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-mountain novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-mountain .links button,.novo-toolbar .novo-toolbar-row.novo-theme-mountain .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-mountain novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-mountain novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-mountain .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-mountain .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-mountain novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-mountain novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-mountain .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-mountain .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-mountain .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-mountain .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-mountain .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-mountain .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-mountain)}.novo-toolbar .novo-toolbar-row.novo-accent-mountain,.novo-toolbar.novo-toolbar-single-row.novo-accent-mountain{border-bottom:2px solid var(--color-mountain)}.novo-toolbar .novo-toolbar-row.novo-color-info,.novo-toolbar .novo-toolbar-row.novo-theme-info,.novo-toolbar.novo-toolbar-single-row.novo-color-info,.novo-toolbar.novo-toolbar-single-row.novo-theme-info{color:var(--color-contrast-info);background:var(--color-info)}.novo-toolbar .novo-toolbar-row.novo-color-info>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-info>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-info>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-info novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-info>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-info>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-info>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-info novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-info>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-info>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-info>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-info novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-info>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-info>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-info>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-info novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-info novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-info novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-info .links button,.novo-toolbar .novo-toolbar-row.novo-color-info .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-info novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-info novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-info .links button,.novo-toolbar .novo-toolbar-row.novo-theme-info .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-info novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-info novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-info .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-info .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-info novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-info novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-info .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-info .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-info .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-info .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-info .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-info .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-info)}.novo-toolbar .novo-toolbar-row.novo-accent-info,.novo-toolbar.novo-toolbar-single-row.novo-accent-info{border-bottom:2px solid var(--color-info)}.novo-toolbar .novo-toolbar-row.novo-color-positive,.novo-toolbar .novo-toolbar-row.novo-theme-positive,.novo-toolbar.novo-toolbar-single-row.novo-color-positive,.novo-toolbar.novo-toolbar-single-row.novo-theme-positive{color:var(--color-contrast-positive);background:var(--color-positive)}.novo-toolbar .novo-toolbar-row.novo-color-positive>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-positive>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-positive>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-positive novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-positive>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-positive>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-positive>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-positive novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-positive>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-positive>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-positive>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-positive novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-positive>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-positive>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-positive>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-positive novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-positive novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-positive novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-positive .links button,.novo-toolbar .novo-toolbar-row.novo-color-positive .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-positive novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-positive novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-positive .links button,.novo-toolbar .novo-toolbar-row.novo-theme-positive .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-positive novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-positive novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-positive .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-positive .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-positive novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-positive novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-positive .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-positive .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-positive .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-positive .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-positive .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-positive .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-positive)}.novo-toolbar .novo-toolbar-row.novo-accent-positive,.novo-toolbar.novo-toolbar-single-row.novo-accent-positive{border-bottom:2px solid var(--color-positive)}.novo-toolbar .novo-toolbar-row.novo-color-success,.novo-toolbar .novo-toolbar-row.novo-theme-success,.novo-toolbar.novo-toolbar-single-row.novo-color-success,.novo-toolbar.novo-toolbar-single-row.novo-theme-success{color:var(--color-contrast-success);background:var(--color-success)}.novo-toolbar .novo-toolbar-row.novo-color-success>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-success>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-success>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-success novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-success>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-success>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-success>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-success novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-success>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-success>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-success>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-success novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-success>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-success>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-success>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-success novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-success novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-success novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-success .links button,.novo-toolbar .novo-toolbar-row.novo-color-success .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-success novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-success novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-success .links button,.novo-toolbar .novo-toolbar-row.novo-theme-success .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-success novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-success novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-success .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-success .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-success novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-success novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-success .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-success .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-success .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-success .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-success .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-success .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-success)}.novo-toolbar .novo-toolbar-row.novo-accent-success,.novo-toolbar.novo-toolbar-single-row.novo-accent-success{border-bottom:2px solid var(--color-success)}.novo-toolbar .novo-toolbar-row.novo-color-negative,.novo-toolbar .novo-toolbar-row.novo-theme-negative,.novo-toolbar.novo-toolbar-single-row.novo-color-negative,.novo-toolbar.novo-toolbar-single-row.novo-theme-negative{color:var(--color-contrast-negative);background:var(--color-negative)}.novo-toolbar .novo-toolbar-row.novo-color-negative>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-negative>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-negative>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-negative novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-negative>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-negative>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-negative>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-negative novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-negative>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-negative>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-negative>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-negative novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-negative>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-negative>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-negative>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-negative novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-negative novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-negative novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-negative .links button,.novo-toolbar .novo-toolbar-row.novo-color-negative .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-negative novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-negative novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-negative .links button,.novo-toolbar .novo-toolbar-row.novo-theme-negative .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-negative novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-negative novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-negative .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-negative .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-negative novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-negative novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-negative .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-negative .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-negative .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-negative .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-negative .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-negative .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-negative)}.novo-toolbar .novo-toolbar-row.novo-accent-negative,.novo-toolbar.novo-toolbar-single-row.novo-accent-negative{border-bottom:2px solid var(--color-negative)}.novo-toolbar .novo-toolbar-row.novo-color-danger,.novo-toolbar .novo-toolbar-row.novo-theme-danger,.novo-toolbar.novo-toolbar-single-row.novo-color-danger,.novo-toolbar.novo-toolbar-single-row.novo-theme-danger{color:var(--color-contrast-danger);background:var(--color-danger)}.novo-toolbar .novo-toolbar-row.novo-color-danger>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-danger>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-danger>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-danger novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-danger>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-danger>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-danger>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-danger novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-danger>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-danger>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-danger>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-danger novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-danger>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-danger>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-danger>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-danger novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-danger novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-danger novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-danger .links button,.novo-toolbar .novo-toolbar-row.novo-color-danger .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-danger novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-danger novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-danger .links button,.novo-toolbar .novo-toolbar-row.novo-theme-danger .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-danger novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-danger novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-danger .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-danger .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-danger novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-danger novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-danger .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-danger .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-danger .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-danger .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-danger .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-danger .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-danger)}.novo-toolbar .novo-toolbar-row.novo-accent-danger,.novo-toolbar.novo-toolbar-single-row.novo-accent-danger{border-bottom:2px solid var(--color-danger)}.novo-toolbar .novo-toolbar-row.novo-color-error,.novo-toolbar .novo-toolbar-row.novo-theme-error,.novo-toolbar.novo-toolbar-single-row.novo-color-error,.novo-toolbar.novo-toolbar-single-row.novo-theme-error{color:var(--color-contrast-error);background:var(--color-error)}.novo-toolbar .novo-toolbar-row.novo-color-error>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-error>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-error>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-error novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-error>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-error>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-error>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-error novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-error>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-error>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-error>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-error novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-error>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-error>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-error>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-error novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-error novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-error novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-error .links button,.novo-toolbar .novo-toolbar-row.novo-color-error .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-error novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-error novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-error .links button,.novo-toolbar .novo-toolbar-row.novo-theme-error .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-error novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-error novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-error .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-error .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-error novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-error novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-error .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-error .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-error .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-error .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-error .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-error .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-error)}.novo-toolbar .novo-toolbar-row.novo-accent-error,.novo-toolbar.novo-toolbar-single-row.novo-accent-error{border-bottom:2px solid var(--color-error)}.novo-toolbar .novo-toolbar-row.novo-color-warning,.novo-toolbar .novo-toolbar-row.novo-theme-warning,.novo-toolbar.novo-toolbar-single-row.novo-color-warning,.novo-toolbar.novo-toolbar-single-row.novo-theme-warning{color:var(--color-contrast-warning);background:var(--color-warning)}.novo-toolbar .novo-toolbar-row.novo-color-warning>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-warning>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-warning>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-warning novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-warning>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-warning>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-warning>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-warning novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-warning>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-warning>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-warning>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-warning novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-warning>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-warning>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-warning>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-warning novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-warning novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-warning novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-warning .links button,.novo-toolbar .novo-toolbar-row.novo-color-warning .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-warning novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-warning novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-warning .links button,.novo-toolbar .novo-toolbar-row.novo-theme-warning .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-warning novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-warning novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-warning .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-warning .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-warning novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-warning novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-warning .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-warning .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-warning .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-warning .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-warning .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-warning .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-warning)}.novo-toolbar .novo-toolbar-row.novo-accent-warning,.novo-toolbar.novo-toolbar-single-row.novo-accent-warning{border-bottom:2px solid var(--color-warning)}.novo-toolbar .novo-toolbar-row.novo-color-empty,.novo-toolbar .novo-toolbar-row.novo-theme-empty,.novo-toolbar.novo-toolbar-single-row.novo-color-empty,.novo-toolbar.novo-toolbar-single-row.novo-theme-empty{color:var(--color-contrast-empty);background:var(--color-empty)}.novo-toolbar .novo-toolbar-row.novo-color-empty>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-empty>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-empty>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-empty novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-empty>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-empty>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-empty>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-empty novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-empty>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-empty>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-empty>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-empty novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-empty>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-empty>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-empty>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-empty novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-empty novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-empty novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-empty .links button,.novo-toolbar .novo-toolbar-row.novo-color-empty .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-empty novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-empty novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-empty .links button,.novo-toolbar .novo-toolbar-row.novo-theme-empty .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-empty novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-empty novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-empty .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-empty .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-empty novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-empty novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-empty .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-empty .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-empty .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-empty .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-empty .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-empty .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-empty)}.novo-toolbar .novo-toolbar-row.novo-accent-empty,.novo-toolbar.novo-toolbar-single-row.novo-accent-empty{border-bottom:2px solid var(--color-empty)}.novo-toolbar .novo-toolbar-row.novo-color-disabled,.novo-toolbar .novo-toolbar-row.novo-theme-disabled,.novo-toolbar.novo-toolbar-single-row.novo-color-disabled,.novo-toolbar.novo-toolbar-single-row.novo-theme-disabled{color:var(--color-contrast-disabled);background:var(--color-disabled)}.novo-toolbar .novo-toolbar-row.novo-color-disabled>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-disabled>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-disabled>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-disabled novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-disabled>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-disabled>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-disabled>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-disabled novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-disabled>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-disabled>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-disabled>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-disabled novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-disabled>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-disabled>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-disabled>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-disabled novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-disabled novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-disabled novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-disabled .links button,.novo-toolbar .novo-toolbar-row.novo-color-disabled .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-disabled novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-disabled novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-disabled .links button,.novo-toolbar .novo-toolbar-row.novo-theme-disabled .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-disabled novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-disabled novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-disabled .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-disabled .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-disabled novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-disabled novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-disabled .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-disabled .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-disabled .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-disabled .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-disabled .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-disabled .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-disabled)}.novo-toolbar .novo-toolbar-row.novo-accent-disabled,.novo-toolbar.novo-toolbar-single-row.novo-accent-disabled{border-bottom:2px solid var(--color-disabled)}.novo-toolbar .novo-toolbar-row.novo-color-background,.novo-toolbar .novo-toolbar-row.novo-theme-background,.novo-toolbar.novo-toolbar-single-row.novo-color-background,.novo-toolbar.novo-toolbar-single-row.novo-theme-background{color:var(--color-contrast-background);background:var(--color-background)}.novo-toolbar .novo-toolbar-row.novo-color-background>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-background>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-background>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-background novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-background>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-background>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-background>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-background novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-background>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-background>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-background>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-background novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-background>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-background>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-background>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-background novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-background novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-background novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-background .links button,.novo-toolbar .novo-toolbar-row.novo-color-background .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-background novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-background novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-background .links button,.novo-toolbar .novo-toolbar-row.novo-theme-background .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-background novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-background novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-background .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-background .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-background novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-background novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-background .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-background .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-background .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-background .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-background .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-background .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-background)}.novo-toolbar .novo-toolbar-row.novo-accent-background,.novo-toolbar.novo-toolbar-single-row.novo-accent-background{border-bottom:2px solid var(--color-background)}.novo-toolbar .novo-toolbar-row.novo-color-backgroundDark,.novo-toolbar .novo-toolbar-row.novo-theme-backgroundDark,.novo-toolbar.novo-toolbar-single-row.novo-color-backgroundDark,.novo-toolbar.novo-toolbar-single-row.novo-theme-backgroundDark{color:var(--color-contrast-background-dark);background:var(--color-background-dark)}.novo-toolbar .novo-toolbar-row.novo-color-backgroundDark>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-backgroundDark>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-backgroundDark>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-backgroundDark novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-backgroundDark>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-backgroundDark>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-backgroundDark>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-backgroundDark novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-backgroundDark>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-backgroundDark>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-backgroundDark>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-backgroundDark novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-backgroundDark>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-backgroundDark>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-backgroundDark>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-backgroundDark novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-backgroundDark novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-backgroundDark novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-backgroundDark .links button,.novo-toolbar .novo-toolbar-row.novo-color-backgroundDark .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-backgroundDark novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-backgroundDark novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-backgroundDark .links button,.novo-toolbar .novo-toolbar-row.novo-theme-backgroundDark .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-backgroundDark novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-backgroundDark novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-backgroundDark .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-backgroundDark .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-backgroundDark novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-backgroundDark novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-backgroundDark .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-backgroundDark .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-backgroundDark .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-backgroundDark .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-backgroundDark .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-backgroundDark .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-background-dark)}.novo-toolbar .novo-toolbar-row.novo-accent-backgroundDark,.novo-toolbar.novo-toolbar-single-row.novo-accent-backgroundDark{border-bottom:2px solid var(--color-background-dark)}.novo-toolbar .novo-toolbar-row.novo-color-border,.novo-toolbar .novo-toolbar-row.novo-theme-border,.novo-toolbar.novo-toolbar-single-row.novo-color-border,.novo-toolbar.novo-toolbar-single-row.novo-theme-border{color:var(--color-contrast-border);background:var(--color-border)}.novo-toolbar .novo-toolbar-row.novo-color-border>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-border>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-border>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-border novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-border>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-border>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-border>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-border novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-border>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-border>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-border>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-border novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-border>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-border>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-border>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-border novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-border novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-border novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-border .links button,.novo-toolbar .novo-toolbar-row.novo-color-border .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-border novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-border novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-border .links button,.novo-toolbar .novo-toolbar-row.novo-theme-border .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-border novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-border novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-border .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-border .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-border novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-border novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-border .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-border .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-border .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-border .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-border .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-border .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-border)}.novo-toolbar .novo-toolbar-row.novo-accent-border,.novo-toolbar.novo-toolbar-single-row.novo-accent-border{border-bottom:2px solid var(--color-border)}.novo-toolbar .novo-toolbar-row.novo-color-border2,.novo-toolbar .novo-toolbar-row.novo-theme-border2,.novo-toolbar.novo-toolbar-single-row.novo-color-border2,.novo-toolbar.novo-toolbar-single-row.novo-theme-border2{color:var(--color-contrast-border2);background:var(--color-border2)}.novo-toolbar .novo-toolbar-row.novo-color-border2>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-border2>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-border2>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-border2 novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-border2>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-border2>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-border2>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-border2 novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-border2>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-border2>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-border2>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-border2 novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-border2>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-border2>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-border2>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-border2 novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-border2 novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-border2 novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-border2 .links button,.novo-toolbar .novo-toolbar-row.novo-color-border2 .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-border2 novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-border2 novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-border2 .links button,.novo-toolbar .novo-toolbar-row.novo-theme-border2 .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-border2 novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-border2 novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-border2 .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-border2 .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-border2 novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-border2 novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-border2 .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-border2 .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-border2 .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-border2 .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-border2 .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-border2 .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-border2)}.novo-toolbar .novo-toolbar-row.novo-accent-border2,.novo-toolbar.novo-toolbar-single-row.novo-accent-border2{border-bottom:2px solid var(--color-border2)}.novo-toolbar .novo-toolbar-row.novo-color-text,.novo-toolbar .novo-toolbar-row.novo-theme-text,.novo-toolbar.novo-toolbar-single-row.novo-color-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-text{color:var(--color-contrast-text);background:var(--color-text)}.novo-toolbar .novo-toolbar-row.novo-color-text>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-text>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-text>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-text novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-text>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-text>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-text>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-text novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-text>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-text>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-text>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-text novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-text>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-text>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-text>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-text novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-text novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-text novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-text .links button,.novo-toolbar .novo-toolbar-row.novo-color-text .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-text novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-text novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-text .links button,.novo-toolbar .novo-toolbar-row.novo-theme-text .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-text novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-text novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-text .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-text .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-text novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-text novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-text .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-text .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-text .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-text .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-text .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-text .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-text)}.novo-toolbar .novo-toolbar-row.novo-accent-text,.novo-toolbar.novo-toolbar-single-row.novo-accent-text{border-bottom:2px solid var(--color-text)}.novo-toolbar .novo-toolbar-row.novo-color-presentation,.novo-toolbar .novo-toolbar-row.novo-theme-presentation,.novo-toolbar.novo-toolbar-single-row.novo-color-presentation,.novo-toolbar.novo-toolbar-single-row.novo-theme-presentation{color:var(--color-contrast-presentation);background:var(--color-presentation)}.novo-toolbar .novo-toolbar-row.novo-color-presentation>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-presentation>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-presentation>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-presentation novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-presentation>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-presentation>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-presentation>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-presentation novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-presentation>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-presentation>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-presentation>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-presentation novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-presentation>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-presentation>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-presentation>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-presentation novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-presentation novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-presentation novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-presentation .links button,.novo-toolbar .novo-toolbar-row.novo-color-presentation .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-presentation novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-presentation novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-presentation .links button,.novo-toolbar .novo-toolbar-row.novo-theme-presentation .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-presentation novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-presentation novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-presentation .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-presentation .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-presentation novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-presentation novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-presentation .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-presentation .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-presentation .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-presentation .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-presentation .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-presentation .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-presentation)}.novo-toolbar .novo-toolbar-row.novo-accent-presentation,.novo-toolbar.novo-toolbar-single-row.novo-accent-presentation{border-bottom:2px solid var(--color-presentation)}.novo-toolbar .novo-toolbar-row.novo-color-bullhorn,.novo-toolbar .novo-toolbar-row.novo-theme-bullhorn,.novo-toolbar.novo-toolbar-single-row.novo-color-bullhorn,.novo-toolbar.novo-toolbar-single-row.novo-theme-bullhorn{color:var(--color-contrast-bullhorn);background:var(--color-bullhorn)}.novo-toolbar .novo-toolbar-row.novo-color-bullhorn>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-bullhorn>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-bullhorn>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-bullhorn novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-bullhorn>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-bullhorn>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-bullhorn>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-bullhorn novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-bullhorn>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-bullhorn>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-bullhorn>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-bullhorn novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-bullhorn>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-bullhorn>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-bullhorn>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-bullhorn novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-bullhorn novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-bullhorn novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-bullhorn .links button,.novo-toolbar .novo-toolbar-row.novo-color-bullhorn .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-bullhorn novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-bullhorn novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-bullhorn .links button,.novo-toolbar .novo-toolbar-row.novo-theme-bullhorn .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-bullhorn novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-bullhorn novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-bullhorn .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-bullhorn .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-bullhorn novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-bullhorn novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-bullhorn .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-bullhorn .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-bullhorn .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-bullhorn .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-bullhorn .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-bullhorn .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-bullhorn)}.novo-toolbar .novo-toolbar-row.novo-accent-bullhorn,.novo-toolbar.novo-toolbar-single-row.novo-accent-bullhorn{border-bottom:2px solid var(--color-bullhorn)}.novo-toolbar .novo-toolbar-row.novo-color-pulse,.novo-toolbar .novo-toolbar-row.novo-theme-pulse,.novo-toolbar.novo-toolbar-single-row.novo-color-pulse,.novo-toolbar.novo-toolbar-single-row.novo-theme-pulse{color:var(--color-contrast-pulse);background:var(--color-pulse)}.novo-toolbar .novo-toolbar-row.novo-color-pulse>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-pulse>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-pulse>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-pulse novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-pulse>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-pulse>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-pulse>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-pulse novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-pulse>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-pulse>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-pulse>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-pulse novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-pulse>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-pulse>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-pulse>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-pulse novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-pulse novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-pulse novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-pulse .links button,.novo-toolbar .novo-toolbar-row.novo-color-pulse .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-pulse novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-pulse novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-pulse .links button,.novo-toolbar .novo-toolbar-row.novo-theme-pulse .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-pulse novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-pulse novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-pulse .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-pulse .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-pulse novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-pulse novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-pulse .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-pulse .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-pulse .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-pulse .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-pulse .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-pulse .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-pulse)}.novo-toolbar .novo-toolbar-row.novo-accent-pulse,.novo-toolbar.novo-toolbar-single-row.novo-accent-pulse{border-bottom:2px solid var(--color-pulse)}.novo-toolbar .novo-toolbar-row.novo-color-fastFind,.novo-toolbar .novo-toolbar-row.novo-theme-fastFind,.novo-toolbar.novo-toolbar-single-row.novo-color-fastFind,.novo-toolbar.novo-toolbar-single-row.novo-theme-fastFind{color:var(--color-contrast-fast-find);background:var(--color-fast-find)}.novo-toolbar .novo-toolbar-row.novo-color-fastFind>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-fastFind>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-fastFind>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-fastFind novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-fastFind>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-fastFind>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-fastFind>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-fastFind novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-fastFind>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-fastFind>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-fastFind>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-fastFind novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-fastFind>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-fastFind>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-fastFind>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-fastFind novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-fastFind novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-fastFind novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-fastFind .links button,.novo-toolbar .novo-toolbar-row.novo-color-fastFind .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-fastFind novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-fastFind novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-fastFind .links button,.novo-toolbar .novo-toolbar-row.novo-theme-fastFind .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-fastFind novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-fastFind novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-fastFind .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-fastFind .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-fastFind novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-fastFind novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-fastFind .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-fastFind .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-fastFind .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-fastFind .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-fastFind .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-fastFind .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-fast-find)}.novo-toolbar .novo-toolbar-row.novo-accent-fastFind,.novo-toolbar.novo-toolbar-single-row.novo-accent-fastFind{border-bottom:2px solid var(--color-fast-find)}.novo-toolbar .novo-toolbar-row.novo-color-toast,.novo-toolbar .novo-toolbar-row.novo-theme-toast,.novo-toolbar.novo-toolbar-single-row.novo-color-toast,.novo-toolbar.novo-toolbar-single-row.novo-theme-toast{color:var(--color-contrast-toast);background:var(--color-toast)}.novo-toolbar .novo-toolbar-row.novo-color-toast>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-toast>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-toast>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-toast novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-toast>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-toast>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-toast>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-toast novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-toast>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-toast>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-toast>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-toast novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-toast>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-toast>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-toast>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-toast novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-toast novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-toast novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-toast .links button,.novo-toolbar .novo-toolbar-row.novo-color-toast .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-toast novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-toast novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-toast .links button,.novo-toolbar .novo-toolbar-row.novo-theme-toast .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-toast novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-toast novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-toast .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-toast .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-toast novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-toast novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-toast .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-toast .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-toast .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-toast .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-toast .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-toast .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-toast)}.novo-toolbar .novo-toolbar-row.novo-accent-toast,.novo-toolbar.novo-toolbar-single-row.novo-accent-toast{border-bottom:2px solid var(--color-toast)}.novo-toolbar .novo-toolbar-row.novo-color-company,.novo-toolbar .novo-toolbar-row.novo-theme-company,.novo-toolbar.novo-toolbar-single-row.novo-color-company,.novo-toolbar.novo-toolbar-single-row.novo-theme-company{color:var(--color-contrast-company);background:var(--color-company)}.novo-toolbar .novo-toolbar-row.novo-color-company>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-company>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-company>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-company novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-company>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-company>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-company>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-company novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-company>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-company>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-company>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-company novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-company>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-company>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-company>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-company novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-company novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-company novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-company .links button,.novo-toolbar .novo-toolbar-row.novo-color-company .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-company novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-company novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-company .links button,.novo-toolbar .novo-toolbar-row.novo-theme-company .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-company novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-company novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-company .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-company .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-company novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-company novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-company .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-company .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-company .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-company .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-company .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-company .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-company)}.novo-toolbar .novo-toolbar-row.novo-accent-company,.novo-toolbar.novo-toolbar-single-row.novo-accent-company{border-bottom:2px solid var(--color-company)}.novo-toolbar .novo-toolbar-row.novo-color-candidate,.novo-toolbar .novo-toolbar-row.novo-theme-candidate,.novo-toolbar.novo-toolbar-single-row.novo-color-candidate,.novo-toolbar.novo-toolbar-single-row.novo-theme-candidate{color:var(--color-contrast-candidate);background:var(--color-candidate)}.novo-toolbar .novo-toolbar-row.novo-color-candidate>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-candidate>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-candidate>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-candidate novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-candidate>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-candidate>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-candidate>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-candidate novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-candidate>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-candidate>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-candidate>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-candidate novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-candidate>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-candidate>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-candidate>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-candidate novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-candidate novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-candidate novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-candidate .links button,.novo-toolbar .novo-toolbar-row.novo-color-candidate .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-candidate novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-candidate novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-candidate .links button,.novo-toolbar .novo-toolbar-row.novo-theme-candidate .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-candidate novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-candidate novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-candidate .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-candidate .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-candidate novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-candidate novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-candidate .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-candidate .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-candidate .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-candidate .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-candidate .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-candidate .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-candidate)}.novo-toolbar .novo-toolbar-row.novo-accent-candidate,.novo-toolbar.novo-toolbar-single-row.novo-accent-candidate{border-bottom:2px solid var(--color-candidate)}.novo-toolbar .novo-toolbar-row.novo-color-lead,.novo-toolbar .novo-toolbar-row.novo-theme-lead,.novo-toolbar.novo-toolbar-single-row.novo-color-lead,.novo-toolbar.novo-toolbar-single-row.novo-theme-lead{color:var(--color-contrast-lead);background:var(--color-lead)}.novo-toolbar .novo-toolbar-row.novo-color-lead>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-lead>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-lead>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-lead novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-lead>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-lead>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-lead>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-lead novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-lead>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-lead>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-lead>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-lead novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-lead>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-lead>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-lead>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-lead novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-lead novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-lead novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-lead .links button,.novo-toolbar .novo-toolbar-row.novo-color-lead .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-lead novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-lead novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-lead .links button,.novo-toolbar .novo-toolbar-row.novo-theme-lead .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-lead novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-lead novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-lead .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-lead .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-lead novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-lead novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-lead .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-lead .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-lead .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-lead .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-lead .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-lead .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-lead)}.novo-toolbar .novo-toolbar-row.novo-accent-lead,.novo-toolbar.novo-toolbar-single-row.novo-accent-lead{border-bottom:2px solid var(--color-lead)}.novo-toolbar .novo-toolbar-row.novo-color-contact,.novo-toolbar .novo-toolbar-row.novo-theme-contact,.novo-toolbar.novo-toolbar-single-row.novo-color-contact,.novo-toolbar.novo-toolbar-single-row.novo-theme-contact{color:var(--color-contrast-contact);background:var(--color-contact)}.novo-toolbar .novo-toolbar-row.novo-color-contact>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-contact>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-contact>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-contact novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-contact>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-contact>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-contact>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-contact novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-contact>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-contact>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-contact>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-contact novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-contact>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-contact>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-contact>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-contact novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-contact novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-contact novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-contact .links button,.novo-toolbar .novo-toolbar-row.novo-color-contact .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-contact novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-contact novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-contact .links button,.novo-toolbar .novo-toolbar-row.novo-theme-contact .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-contact novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-contact novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-contact .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-contact .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-contact novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-contact novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-contact .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-contact .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-contact .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-contact .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-contact .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-contact .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-contact)}.novo-toolbar .novo-toolbar-row.novo-accent-contact,.novo-toolbar.novo-toolbar-single-row.novo-accent-contact{border-bottom:2px solid var(--color-contact)}.novo-toolbar .novo-toolbar-row.novo-color-clientcontact,.novo-toolbar .novo-toolbar-row.novo-theme-clientcontact,.novo-toolbar.novo-toolbar-single-row.novo-color-clientcontact,.novo-toolbar.novo-toolbar-single-row.novo-theme-clientcontact{color:var(--color-contrast-clientcontact);background:var(--color-clientcontact)}.novo-toolbar .novo-toolbar-row.novo-color-clientcontact>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-clientcontact>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-clientcontact>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-clientcontact novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-clientcontact>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-clientcontact>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-clientcontact>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-clientcontact novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-clientcontact>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-clientcontact>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-clientcontact>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-clientcontact novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-clientcontact>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-clientcontact>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-clientcontact>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-clientcontact novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-clientcontact novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-clientcontact novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-clientcontact .links button,.novo-toolbar .novo-toolbar-row.novo-color-clientcontact .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-clientcontact novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-clientcontact novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-clientcontact .links button,.novo-toolbar .novo-toolbar-row.novo-theme-clientcontact .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-clientcontact novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-clientcontact novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-clientcontact .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-clientcontact .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-clientcontact novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-clientcontact novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-clientcontact .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-clientcontact .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-clientcontact .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-clientcontact .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-clientcontact .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-clientcontact .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-clientcontact)}.novo-toolbar .novo-toolbar-row.novo-accent-clientcontact,.novo-toolbar.novo-toolbar-single-row.novo-accent-clientcontact{border-bottom:2px solid var(--color-clientcontact)}.novo-toolbar .novo-toolbar-row.novo-color-opportunity,.novo-toolbar .novo-toolbar-row.novo-theme-opportunity,.novo-toolbar.novo-toolbar-single-row.novo-color-opportunity,.novo-toolbar.novo-toolbar-single-row.novo-theme-opportunity{color:var(--color-contrast-opportunity);background:var(--color-opportunity)}.novo-toolbar .novo-toolbar-row.novo-color-opportunity>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-opportunity>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-opportunity>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-opportunity novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-opportunity>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-opportunity>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-opportunity>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-opportunity novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-opportunity>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-opportunity>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-opportunity>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-opportunity novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-opportunity>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-opportunity>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-opportunity>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-opportunity novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-opportunity novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-opportunity novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-opportunity .links button,.novo-toolbar .novo-toolbar-row.novo-color-opportunity .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-opportunity novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-opportunity novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-opportunity .links button,.novo-toolbar .novo-toolbar-row.novo-theme-opportunity .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-opportunity novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-opportunity novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-opportunity .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-opportunity .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-opportunity novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-opportunity novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-opportunity .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-opportunity .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-opportunity .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-opportunity .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-opportunity .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-opportunity .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-opportunity)}.novo-toolbar .novo-toolbar-row.novo-accent-opportunity,.novo-toolbar.novo-toolbar-single-row.novo-accent-opportunity{border-bottom:2px solid var(--color-opportunity)}.novo-toolbar .novo-toolbar-row.novo-color-job,.novo-toolbar .novo-toolbar-row.novo-theme-job,.novo-toolbar.novo-toolbar-single-row.novo-color-job,.novo-toolbar.novo-toolbar-single-row.novo-theme-job{color:var(--color-contrast-job);background:var(--color-job)}.novo-toolbar .novo-toolbar-row.novo-color-job>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-job>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-job>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-job novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-job>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-job>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-job>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-job novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-job>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-job>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-job>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-job novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-job>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-job>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-job>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-job novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-job novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-job novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-job .links button,.novo-toolbar .novo-toolbar-row.novo-color-job .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-job novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-job novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-job .links button,.novo-toolbar .novo-toolbar-row.novo-theme-job .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-job novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-job novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-job .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-job .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-job novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-job novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-job .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-job .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-job .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-job .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-job .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-job .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-job)}.novo-toolbar .novo-toolbar-row.novo-accent-job,.novo-toolbar.novo-toolbar-single-row.novo-accent-job{border-bottom:2px solid var(--color-job)}.novo-toolbar .novo-toolbar-row.novo-color-joborder,.novo-toolbar .novo-toolbar-row.novo-theme-joborder,.novo-toolbar.novo-toolbar-single-row.novo-color-joborder,.novo-toolbar.novo-toolbar-single-row.novo-theme-joborder{color:var(--color-contrast-joborder);background:var(--color-joborder)}.novo-toolbar .novo-toolbar-row.novo-color-joborder>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-joborder>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-joborder>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-joborder novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-joborder>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-joborder>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-joborder>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-joborder novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-joborder>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-joborder>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-joborder>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-joborder novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-joborder>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-joborder>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-joborder>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-joborder novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-joborder novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-joborder novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-joborder .links button,.novo-toolbar .novo-toolbar-row.novo-color-joborder .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-joborder novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-joborder novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-joborder .links button,.novo-toolbar .novo-toolbar-row.novo-theme-joborder .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-joborder novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-joborder novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-joborder .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-joborder .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-joborder novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-joborder novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-joborder .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-joborder .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-joborder .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-joborder .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-joborder .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-joborder .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-joborder)}.novo-toolbar .novo-toolbar-row.novo-accent-joborder,.novo-toolbar.novo-toolbar-single-row.novo-accent-joborder{border-bottom:2px solid var(--color-joborder)}.novo-toolbar .novo-toolbar-row.novo-color-submission,.novo-toolbar .novo-toolbar-row.novo-theme-submission,.novo-toolbar.novo-toolbar-single-row.novo-color-submission,.novo-toolbar.novo-toolbar-single-row.novo-theme-submission{color:var(--color-contrast-submission);background:var(--color-submission)}.novo-toolbar .novo-toolbar-row.novo-color-submission>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-submission>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-submission>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-submission novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-submission>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-submission>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-submission>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-submission novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-submission>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-submission>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-submission>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-submission novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-submission>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-submission>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-submission>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-submission novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-submission novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-submission novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-submission .links button,.novo-toolbar .novo-toolbar-row.novo-color-submission .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-submission novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-submission novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-submission .links button,.novo-toolbar .novo-toolbar-row.novo-theme-submission .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-submission novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-submission novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-submission .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-submission .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-submission novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-submission novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-submission .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-submission .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-submission .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-submission .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-submission .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-submission .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-submission)}.novo-toolbar .novo-toolbar-row.novo-accent-submission,.novo-toolbar.novo-toolbar-single-row.novo-accent-submission{border-bottom:2px solid var(--color-submission)}.novo-toolbar .novo-toolbar-row.novo-color-sendout,.novo-toolbar .novo-toolbar-row.novo-theme-sendout,.novo-toolbar.novo-toolbar-single-row.novo-color-sendout,.novo-toolbar.novo-toolbar-single-row.novo-theme-sendout{color:var(--color-contrast-sendout);background:var(--color-sendout)}.novo-toolbar .novo-toolbar-row.novo-color-sendout>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-sendout>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-sendout>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-sendout novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-sendout>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-sendout>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-sendout>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-sendout novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-sendout>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-sendout>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-sendout>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-sendout novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-sendout>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-sendout>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-sendout>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-sendout novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-sendout novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-sendout novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-sendout .links button,.novo-toolbar .novo-toolbar-row.novo-color-sendout .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-sendout novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-sendout novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-sendout .links button,.novo-toolbar .novo-toolbar-row.novo-theme-sendout .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-sendout novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-sendout novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-sendout .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-sendout .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-sendout novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-sendout novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-sendout .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-sendout .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-sendout .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-sendout .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-sendout .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-sendout .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-sendout)}.novo-toolbar .novo-toolbar-row.novo-accent-sendout,.novo-toolbar.novo-toolbar-single-row.novo-accent-sendout{border-bottom:2px solid var(--color-sendout)}.novo-toolbar .novo-toolbar-row.novo-color-placement,.novo-toolbar .novo-toolbar-row.novo-theme-placement,.novo-toolbar.novo-toolbar-single-row.novo-color-placement,.novo-toolbar.novo-toolbar-single-row.novo-theme-placement{color:var(--color-contrast-placement);background:var(--color-placement)}.novo-toolbar .novo-toolbar-row.novo-color-placement>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-placement>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-placement>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-placement novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-placement>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-placement>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-placement>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-placement novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-placement>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-placement>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-placement>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-placement novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-placement>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-placement>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-placement>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-placement novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-placement novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-placement novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-placement .links button,.novo-toolbar .novo-toolbar-row.novo-color-placement .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-placement novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-placement novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-placement .links button,.novo-toolbar .novo-toolbar-row.novo-theme-placement .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-placement novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-placement novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-placement .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-placement .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-placement novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-placement novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-placement .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-placement .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-placement .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-placement .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-placement .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-placement .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-placement)}.novo-toolbar .novo-toolbar-row.novo-accent-placement,.novo-toolbar.novo-toolbar-single-row.novo-accent-placement{border-bottom:2px solid var(--color-placement)}.novo-toolbar .novo-toolbar-row.novo-color-note,.novo-toolbar .novo-toolbar-row.novo-theme-note,.novo-toolbar.novo-toolbar-single-row.novo-color-note,.novo-toolbar.novo-toolbar-single-row.novo-theme-note{color:var(--color-contrast-note);background:var(--color-note)}.novo-toolbar .novo-toolbar-row.novo-color-note>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-note>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-note>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-note novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-note>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-note>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-note>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-note novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-note>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-note>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-note>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-note novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-note>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-note>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-note>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-note novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-note novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-note novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-note .links button,.novo-toolbar .novo-toolbar-row.novo-color-note .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-note novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-note novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-note .links button,.novo-toolbar .novo-toolbar-row.novo-theme-note .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-note novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-note novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-note .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-note .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-note novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-note novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-note .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-note .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-note .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-note .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-note .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-note .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-note)}.novo-toolbar .novo-toolbar-row.novo-accent-note,.novo-toolbar.novo-toolbar-single-row.novo-accent-note{border-bottom:2px solid var(--color-note)}.novo-toolbar .novo-toolbar-row.novo-color-contract,.novo-toolbar .novo-toolbar-row.novo-theme-contract,.novo-toolbar.novo-toolbar-single-row.novo-color-contract,.novo-toolbar.novo-toolbar-single-row.novo-theme-contract{color:var(--color-contrast-contract);background:var(--color-contract)}.novo-toolbar .novo-toolbar-row.novo-color-contract>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-contract>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-contract>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-contract novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-contract>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-contract>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-contract>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-contract novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-contract>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-contract>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-contract>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-contract novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-contract>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-contract>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-contract>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-contract novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-contract novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-contract novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-contract .links button,.novo-toolbar .novo-toolbar-row.novo-color-contract .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-contract novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-contract novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-contract .links button,.novo-toolbar .novo-toolbar-row.novo-theme-contract .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-contract novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-contract novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-contract .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-contract .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-contract novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-contract novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-contract .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-contract .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-contract .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-contract .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-contract .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-contract .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-contract)}.novo-toolbar .novo-toolbar-row.novo-accent-contract,.novo-toolbar.novo-toolbar-single-row.novo-accent-contract{border-bottom:2px solid var(--color-contract)}.novo-toolbar .novo-toolbar-row.novo-color-task,.novo-toolbar .novo-toolbar-row.novo-theme-task,.novo-toolbar.novo-toolbar-single-row.novo-color-task,.novo-toolbar.novo-toolbar-single-row.novo-theme-task{color:var(--color-contrast-task);background:var(--color-task)}.novo-toolbar .novo-toolbar-row.novo-color-task>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-task>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-task>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-task novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-task>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-task>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-task>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-task novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-task>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-task>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-task>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-task novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-task>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-task>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-task>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-task novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-task novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-task novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-task .links button,.novo-toolbar .novo-toolbar-row.novo-color-task .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-task novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-task novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-task .links button,.novo-toolbar .novo-toolbar-row.novo-theme-task .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-task novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-task novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-task .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-task .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-task novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-task novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-task .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-task .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-task .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-task .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-task .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-task .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-task)}.novo-toolbar .novo-toolbar-row.novo-accent-task,.novo-toolbar.novo-toolbar-single-row.novo-accent-task{border-bottom:2px solid var(--color-task)}.novo-toolbar .novo-toolbar-row.novo-color-jobCode,.novo-toolbar .novo-toolbar-row.novo-theme-jobCode,.novo-toolbar.novo-toolbar-single-row.novo-color-jobCode,.novo-toolbar.novo-toolbar-single-row.novo-theme-jobCode{color:var(--color-contrast-job-code);background:var(--color-job-code)}.novo-toolbar .novo-toolbar-row.novo-color-jobCode>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-jobCode>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-jobCode>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-jobCode novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-jobCode>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-jobCode>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-jobCode>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-jobCode novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-jobCode>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-jobCode>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-jobCode>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-jobCode novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-jobCode>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-jobCode>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-jobCode>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-jobCode novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-jobCode novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-jobCode novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-jobCode .links button,.novo-toolbar .novo-toolbar-row.novo-color-jobCode .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-jobCode novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-jobCode novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-jobCode .links button,.novo-toolbar .novo-toolbar-row.novo-theme-jobCode .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-jobCode novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-jobCode novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-jobCode .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-jobCode .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-jobCode novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-jobCode novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-jobCode .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-jobCode .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-jobCode .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-jobCode .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-jobCode .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-jobCode .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-job-code)}.novo-toolbar .novo-toolbar-row.novo-accent-jobCode,.novo-toolbar.novo-toolbar-single-row.novo-accent-jobCode{border-bottom:2px solid var(--color-job-code)}.novo-toolbar .novo-toolbar-row.novo-color-earnCode,.novo-toolbar .novo-toolbar-row.novo-theme-earnCode,.novo-toolbar.novo-toolbar-single-row.novo-color-earnCode,.novo-toolbar.novo-toolbar-single-row.novo-theme-earnCode{color:var(--color-contrast-earn-code);background:var(--color-earn-code)}.novo-toolbar .novo-toolbar-row.novo-color-earnCode>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-earnCode>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-earnCode>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-earnCode novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-earnCode>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-earnCode>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-earnCode>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-earnCode novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-earnCode>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-earnCode>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-earnCode>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-earnCode novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-earnCode>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-earnCode>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-earnCode>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-earnCode novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-earnCode novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-earnCode novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-earnCode .links button,.novo-toolbar .novo-toolbar-row.novo-color-earnCode .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-earnCode novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-earnCode novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-earnCode .links button,.novo-toolbar .novo-toolbar-row.novo-theme-earnCode .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-earnCode novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-earnCode novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-earnCode .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-earnCode .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-earnCode novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-earnCode novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-earnCode .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-earnCode .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-earnCode .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-earnCode .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-earnCode .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-earnCode .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-earn-code)}.novo-toolbar .novo-toolbar-row.novo-accent-earnCode,.novo-toolbar.novo-toolbar-single-row.novo-accent-earnCode{border-bottom:2px solid var(--color-earn-code)}.novo-toolbar .novo-toolbar-row.novo-color-invoiceStatement,.novo-toolbar .novo-toolbar-row.novo-theme-invoiceStatement,.novo-toolbar.novo-toolbar-single-row.novo-color-invoiceStatement,.novo-toolbar.novo-toolbar-single-row.novo-theme-invoiceStatement{color:var(--color-contrast-invoice-statement);background:var(--color-invoice-statement)}.novo-toolbar .novo-toolbar-row.novo-color-invoiceStatement>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-invoiceStatement>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-invoiceStatement>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-invoiceStatement novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-invoiceStatement>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-invoiceStatement>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-invoiceStatement>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-invoiceStatement novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-invoiceStatement>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-invoiceStatement>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-invoiceStatement>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-invoiceStatement novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-invoiceStatement>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-invoiceStatement>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-invoiceStatement>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-invoiceStatement novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-invoiceStatement novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-invoiceStatement novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-invoiceStatement .links button,.novo-toolbar .novo-toolbar-row.novo-color-invoiceStatement .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-invoiceStatement novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-invoiceStatement novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-invoiceStatement .links button,.novo-toolbar .novo-toolbar-row.novo-theme-invoiceStatement .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-invoiceStatement novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-invoiceStatement novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-invoiceStatement .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-invoiceStatement .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-invoiceStatement novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-invoiceStatement novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-invoiceStatement .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-invoiceStatement .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-invoiceStatement .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-invoiceStatement .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-invoiceStatement .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-invoiceStatement .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-invoice-statement)}.novo-toolbar .novo-toolbar-row.novo-accent-invoiceStatement,.novo-toolbar.novo-toolbar-single-row.novo-accent-invoiceStatement{border-bottom:2px solid var(--color-invoice-statement)}.novo-toolbar .novo-toolbar-row.novo-color-billableCharge,.novo-toolbar .novo-toolbar-row.novo-theme-billableCharge,.novo-toolbar.novo-toolbar-single-row.novo-color-billableCharge,.novo-toolbar.novo-toolbar-single-row.novo-theme-billableCharge{color:var(--color-contrast-billable-charge);background:var(--color-billable-charge)}.novo-toolbar .novo-toolbar-row.novo-color-billableCharge>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-billableCharge>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-billableCharge>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-billableCharge novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-billableCharge>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-billableCharge>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-billableCharge>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-billableCharge novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-billableCharge>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-billableCharge>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-billableCharge>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-billableCharge novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-billableCharge>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-billableCharge>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-billableCharge>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-billableCharge novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-billableCharge novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-billableCharge novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-billableCharge .links button,.novo-toolbar .novo-toolbar-row.novo-color-billableCharge .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-billableCharge novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-billableCharge novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-billableCharge .links button,.novo-toolbar .novo-toolbar-row.novo-theme-billableCharge .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-billableCharge novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-billableCharge novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-billableCharge .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-billableCharge .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-billableCharge novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-billableCharge novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-billableCharge .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-billableCharge .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-billableCharge .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-billableCharge .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-billableCharge .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-billableCharge .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-billable-charge)}.novo-toolbar .novo-toolbar-row.novo-accent-billableCharge,.novo-toolbar.novo-toolbar-single-row.novo-accent-billableCharge{border-bottom:2px solid var(--color-billable-charge)}.novo-toolbar .novo-toolbar-row.novo-color-payableCharge,.novo-toolbar .novo-toolbar-row.novo-theme-payableCharge,.novo-toolbar.novo-toolbar-single-row.novo-color-payableCharge,.novo-toolbar.novo-toolbar-single-row.novo-theme-payableCharge{color:var(--color-contrast-payable-charge);background:var(--color-payable-charge)}.novo-toolbar .novo-toolbar-row.novo-color-payableCharge>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-payableCharge>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-payableCharge>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-payableCharge novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-payableCharge>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-payableCharge>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-payableCharge>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-payableCharge novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-payableCharge>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-payableCharge>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-payableCharge>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-payableCharge novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-payableCharge>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-payableCharge>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-payableCharge>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-payableCharge novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-payableCharge novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-payableCharge novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-payableCharge .links button,.novo-toolbar .novo-toolbar-row.novo-color-payableCharge .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-payableCharge novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-payableCharge novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-payableCharge .links button,.novo-toolbar .novo-toolbar-row.novo-theme-payableCharge .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-payableCharge novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-payableCharge novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-payableCharge .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-payableCharge .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-payableCharge novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-payableCharge novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-payableCharge .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-payableCharge .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-payableCharge .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-payableCharge .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-payableCharge .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-payableCharge .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-payable-charge)}.novo-toolbar .novo-toolbar-row.novo-accent-payableCharge,.novo-toolbar.novo-toolbar-single-row.novo-accent-payableCharge{border-bottom:2px solid var(--color-payable-charge)}.novo-toolbar .novo-toolbar-row.novo-color-user,.novo-toolbar .novo-toolbar-row.novo-theme-user,.novo-toolbar.novo-toolbar-single-row.novo-color-user,.novo-toolbar.novo-toolbar-single-row.novo-theme-user{color:var(--color-contrast-user);background:var(--color-user)}.novo-toolbar .novo-toolbar-row.novo-color-user>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-user>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-user>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-user novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-user>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-user>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-user>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-user novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-user>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-user>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-user>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-user novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-user>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-user>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-user>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-user novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-user novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-user novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-user .links button,.novo-toolbar .novo-toolbar-row.novo-color-user .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-user novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-user novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-user .links button,.novo-toolbar .novo-toolbar-row.novo-theme-user .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-user novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-user novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-user .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-user .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-user novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-user novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-user .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-user .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-user .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-user .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-user .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-user .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-user)}.novo-toolbar .novo-toolbar-row.novo-accent-user,.novo-toolbar.novo-toolbar-single-row.novo-accent-user{border-bottom:2px solid var(--color-user)}.novo-toolbar .novo-toolbar-row.novo-color-corporateUser,.novo-toolbar .novo-toolbar-row.novo-theme-corporateUser,.novo-toolbar.novo-toolbar-single-row.novo-color-corporateUser,.novo-toolbar.novo-toolbar-single-row.novo-theme-corporateUser{color:var(--color-contrast-corporate-user);background:var(--color-corporate-user)}.novo-toolbar .novo-toolbar-row.novo-color-corporateUser>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-corporateUser>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-corporateUser>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-corporateUser novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-corporateUser>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-corporateUser>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-corporateUser>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-corporateUser novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-corporateUser>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-corporateUser>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-corporateUser>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-corporateUser novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-corporateUser>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-corporateUser>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-corporateUser>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-corporateUser novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-corporateUser novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-corporateUser novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-corporateUser .links button,.novo-toolbar .novo-toolbar-row.novo-color-corporateUser .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-corporateUser novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-corporateUser novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-corporateUser .links button,.novo-toolbar .novo-toolbar-row.novo-theme-corporateUser .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-corporateUser novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-corporateUser novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-corporateUser .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-corporateUser .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-corporateUser novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-corporateUser novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-corporateUser .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-corporateUser .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-corporateUser .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-corporateUser .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-corporateUser .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-corporateUser .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-corporate-user)}.novo-toolbar .novo-toolbar-row.novo-accent-corporateUser,.novo-toolbar.novo-toolbar-single-row.novo-accent-corporateUser{border-bottom:2px solid var(--color-corporate-user)}.novo-toolbar .novo-toolbar-row.novo-color-distributionList,.novo-toolbar .novo-toolbar-row.novo-theme-distributionList,.novo-toolbar.novo-toolbar-single-row.novo-color-distributionList,.novo-toolbar.novo-toolbar-single-row.novo-theme-distributionList{color:var(--color-contrast-distribution-list);background:var(--color-distribution-list)}.novo-toolbar .novo-toolbar-row.novo-color-distributionList>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-distributionList>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-distributionList>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-distributionList novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-distributionList>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-distributionList>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-distributionList>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-distributionList novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-distributionList>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-distributionList>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-distributionList>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-distributionList novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-distributionList>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-distributionList>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-distributionList>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-distributionList novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-distributionList novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-distributionList novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-distributionList .links button,.novo-toolbar .novo-toolbar-row.novo-color-distributionList .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-distributionList novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-distributionList novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-distributionList .links button,.novo-toolbar .novo-toolbar-row.novo-theme-distributionList .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-distributionList novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-distributionList novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-distributionList .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-distributionList .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-distributionList novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-distributionList novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-distributionList .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-distributionList .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-distributionList .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-distributionList .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-distributionList .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-distributionList .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-distribution-list)}.novo-toolbar .novo-toolbar-row.novo-accent-distributionList,.novo-toolbar.novo-toolbar-single-row.novo-accent-distributionList{border-bottom:2px solid var(--color-distribution-list)}.novo-toolbar .novo-toolbar-row.novo-color-credential,.novo-toolbar .novo-toolbar-row.novo-theme-credential,.novo-toolbar.novo-toolbar-single-row.novo-color-credential,.novo-toolbar.novo-toolbar-single-row.novo-theme-credential{color:var(--color-contrast-credential);background:var(--color-credential)}.novo-toolbar .novo-toolbar-row.novo-color-credential>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-credential>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-credential>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-credential novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-credential>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-credential>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-credential>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-credential novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-credential>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-credential>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-credential>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-credential novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-credential>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-credential>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-credential>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-credential novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-credential novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-credential novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-credential .links button,.novo-toolbar .novo-toolbar-row.novo-color-credential .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-credential novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-credential novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-credential .links button,.novo-toolbar .novo-toolbar-row.novo-theme-credential .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-credential novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-credential novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-credential .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-credential .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-credential novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-credential novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-credential .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-credential .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-credential .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-credential .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-credential .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-credential .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-credential)}.novo-toolbar .novo-toolbar-row.novo-accent-credential,.novo-toolbar.novo-toolbar-single-row.novo-accent-credential{border-bottom:2px solid var(--color-credential)}.novo-toolbar .novo-toolbar-row.novo-color-person,.novo-toolbar .novo-toolbar-row.novo-theme-person,.novo-toolbar.novo-toolbar-single-row.novo-color-person,.novo-toolbar.novo-toolbar-single-row.novo-theme-person{color:var(--color-contrast-person);background:var(--color-person)}.novo-toolbar .novo-toolbar-row.novo-color-person>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-person>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-person>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-person novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-person>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-person>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-person>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-person novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-person>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-person>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-person>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-person novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-person>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-person>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-person>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-person novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-person novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-person novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-person .links button,.novo-toolbar .novo-toolbar-row.novo-color-person .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-person novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-person novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-person .links button,.novo-toolbar .novo-toolbar-row.novo-theme-person .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-person novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-person novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-person .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-person .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-person novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-person novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-person .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-person .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-person .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-person .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-person .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-person .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-person)}.novo-toolbar .novo-toolbar-row.novo-accent-person,.novo-toolbar.novo-toolbar-single-row.novo-accent-person{border-bottom:2px solid var(--color-person)}.novo-toolbar.novo-toolbar-multiple-rows{display:flex;box-sizing:border-box;flex-direction:column;width:100%}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
35
35
|
}
|
|
36
36
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImport: i0, type: NovoToolbar, decorators: [{
|
|
37
37
|
type: Component,
|
|
@@ -39,7 +39,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
|
|
|
39
39
|
class: 'novo-toolbar',
|
|
40
40
|
'[class.novo-toolbar-multiple-rows]': '_toolbarRows.length > 0',
|
|
41
41
|
'[class.novo-toolbar-single-row]': '_toolbarRows.length === 0',
|
|
42
|
-
}, changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, standalone: false, template: "<ng-content></ng-content>\n<ng-content select=\"novo-toolbar-row\"></ng-content>", styles: [".novo-toolbar .novo-toolbar-row,.novo-toolbar.novo-toolbar-single-row{display:flex;box-sizing:border-box;background-color:var(--background-bright);color:var(--text-main);padding:0 1rem;width:100%;flex-direction:row;align-items:center;min-height:5rem;white-space:nowrap}.novo-toolbar .novo-toolbar-row .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row novo-nav,.novo-toolbar .novo-toolbar-row novo-tab,.novo-toolbar.novo-toolbar-single-row .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row novo-nav,.novo-toolbar.novo-toolbar-single-row novo-tab{height:inherit;min-height:inherit}.novo-toolbar .novo-toolbar-row.novo-color-black,.novo-toolbar .novo-toolbar-row.novo-theme-black,.novo-toolbar.novo-toolbar-single-row.novo-color-black,.novo-toolbar.novo-toolbar-single-row.novo-theme-black{color:#fff;background:#000}.novo-toolbar .novo-toolbar-row.novo-color-black>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-black>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-black>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-black novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-black>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-black>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-black>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-black novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-black>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-black>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-black>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-black novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-black>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-black>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-black>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-black novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-black novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-black novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-black .links button,.novo-toolbar .novo-toolbar-row.novo-color-black .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-black novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-black novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-black .links button,.novo-toolbar .novo-toolbar-row.novo-theme-black .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-black novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-black novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-black .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-black .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-black novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-black novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-black .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-black .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-black .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-black .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-black .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-black .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-black,.novo-toolbar.novo-toolbar-single-row.novo-accent-black{border-bottom:2px solid #000000}.novo-toolbar .novo-toolbar-row.novo-color-white,.novo-toolbar .novo-toolbar-row.novo-theme-white,.novo-toolbar.novo-toolbar-single-row.novo-color-white,.novo-toolbar.novo-toolbar-single-row.novo-theme-white{color:#3d464d;background:#fff}.novo-toolbar .novo-toolbar-row.novo-color-white>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-white>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-white>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-white novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-white>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-white>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-white>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-white novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-white>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-white>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-white>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-white novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-white>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-white>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-white>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-white novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-white novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-white novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-white .links button,.novo-toolbar .novo-toolbar-row.novo-color-white .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-white novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-white novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-white .links button,.novo-toolbar .novo-toolbar-row.novo-theme-white .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-white novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-white novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-white .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-white .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-white novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-white novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-white .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-white .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-white .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-white .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-white .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-white .novo-divider.novo-divider-vertical{border-right-color:#3d464d}.novo-toolbar .novo-toolbar-row.novo-accent-white,.novo-toolbar.novo-toolbar-single-row.novo-accent-white{border-bottom:2px solid #ffffff}.novo-toolbar .novo-toolbar-row.novo-color-gray,.novo-toolbar .novo-toolbar-row.novo-theme-gray,.novo-toolbar.novo-toolbar-single-row.novo-color-gray,.novo-toolbar.novo-toolbar-single-row.novo-theme-gray{color:#3d464d;background:#9e9e9e}.novo-toolbar .novo-toolbar-row.novo-color-gray>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-gray>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-gray>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-gray novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-gray>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-gray>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-gray>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-gray novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-gray>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-gray>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-gray>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-gray novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-gray>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-gray>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-gray>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-gray novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-gray novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-gray novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-gray .links button,.novo-toolbar .novo-toolbar-row.novo-color-gray .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-gray novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-gray novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-gray .links button,.novo-toolbar .novo-toolbar-row.novo-theme-gray .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-gray novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-gray novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-gray .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-gray .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-gray novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-gray novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-gray .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-gray .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-gray .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-gray .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-gray .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-gray .novo-divider.novo-divider-vertical{border-right-color:#3d464d}.novo-toolbar .novo-toolbar-row.novo-accent-gray,.novo-toolbar.novo-toolbar-single-row.novo-accent-gray{border-bottom:2px solid #9e9e9e}.novo-toolbar .novo-toolbar-row.novo-color-grey,.novo-toolbar .novo-toolbar-row.novo-theme-grey,.novo-toolbar.novo-toolbar-single-row.novo-color-grey,.novo-toolbar.novo-toolbar-single-row.novo-theme-grey{color:#3d464d;background:#9e9e9e}.novo-toolbar .novo-toolbar-row.novo-color-grey>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-grey>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-grey>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-grey novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-grey>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-grey>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-grey>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-grey novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-grey>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-grey>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-grey>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-grey novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-grey>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-grey>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-grey>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-grey novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-grey novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-grey novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-grey .links button,.novo-toolbar .novo-toolbar-row.novo-color-grey .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-grey novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-grey novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-grey .links button,.novo-toolbar .novo-toolbar-row.novo-theme-grey .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-grey novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-grey novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-grey .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-grey .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-grey novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-grey novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-grey .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-grey .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-grey .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-grey .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-grey .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-grey .novo-divider.novo-divider-vertical{border-right-color:#3d464d}.novo-toolbar .novo-toolbar-row.novo-accent-grey,.novo-toolbar.novo-toolbar-single-row.novo-accent-grey{border-bottom:2px solid #9e9e9e}.novo-toolbar .novo-toolbar-row.novo-color-offWhite,.novo-toolbar .novo-toolbar-row.novo-theme-offWhite,.novo-toolbar.novo-toolbar-single-row.novo-color-offWhite,.novo-toolbar.novo-toolbar-single-row.novo-theme-offWhite{color:#3d464d;background:#f7f7f7}.novo-toolbar .novo-toolbar-row.novo-color-offWhite>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-offWhite>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-offWhite>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-offWhite novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-offWhite>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-offWhite>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-offWhite>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-offWhite novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-offWhite>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-offWhite>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-offWhite>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-offWhite novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-offWhite>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-offWhite>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-offWhite>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-offWhite novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-offWhite novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-offWhite novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-offWhite .links button,.novo-toolbar .novo-toolbar-row.novo-color-offWhite .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-offWhite novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-offWhite novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-offWhite .links button,.novo-toolbar .novo-toolbar-row.novo-theme-offWhite .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-offWhite novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-offWhite novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-offWhite .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-offWhite .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-offWhite novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-offWhite novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-offWhite .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-offWhite .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-offWhite .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-offWhite .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-offWhite .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-offWhite .novo-divider.novo-divider-vertical{border-right-color:#3d464d}.novo-toolbar .novo-toolbar-row.novo-accent-offWhite,.novo-toolbar.novo-toolbar-single-row.novo-accent-offWhite{border-bottom:2px solid #f7f7f7}.novo-toolbar .novo-toolbar-row.novo-color-bright,.novo-toolbar .novo-toolbar-row.novo-theme-bright,.novo-toolbar.novo-toolbar-single-row.novo-color-bright,.novo-toolbar.novo-toolbar-single-row.novo-theme-bright{color:#3d464d;background:#f7f7f7}.novo-toolbar .novo-toolbar-row.novo-color-bright>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-bright>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-bright>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-bright novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-bright>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-bright>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-bright>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-bright novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-bright>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-bright>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-bright>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-bright novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-bright>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-bright>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-bright>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-bright novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-bright novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-bright novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-bright .links button,.novo-toolbar .novo-toolbar-row.novo-color-bright .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-bright novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-bright novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-bright .links button,.novo-toolbar .novo-toolbar-row.novo-theme-bright .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-bright novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-bright novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-bright .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-bright .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-bright novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-bright novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-bright .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-bright .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-bright .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-bright .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-bright .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-bright .novo-divider.novo-divider-vertical{border-right-color:#3d464d}.novo-toolbar .novo-toolbar-row.novo-accent-bright,.novo-toolbar.novo-toolbar-single-row.novo-accent-bright{border-bottom:2px solid #f7f7f7}.novo-toolbar .novo-toolbar-row.novo-color-light,.novo-toolbar .novo-toolbar-row.novo-theme-light,.novo-toolbar.novo-toolbar-single-row.novo-color-light,.novo-toolbar.novo-toolbar-single-row.novo-theme-light{color:#3d464d;background:#dbdbdb}.novo-toolbar .novo-toolbar-row.novo-color-light>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-light>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-light>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-light novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-light>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-light>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-light>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-light novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-light>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-light>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-light>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-light novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-light>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-light>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-light>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-light novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-light novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-light novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-light .links button,.novo-toolbar .novo-toolbar-row.novo-color-light .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-light novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-light novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-light .links button,.novo-toolbar .novo-toolbar-row.novo-theme-light .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-light novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-light novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-light .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-light .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-light novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-light novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-light .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-light .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-light .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-light .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-light .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-light .novo-divider.novo-divider-vertical{border-right-color:#3d464d}.novo-toolbar .novo-toolbar-row.novo-accent-light,.novo-toolbar.novo-toolbar-single-row.novo-accent-light{border-bottom:2px solid #dbdbdb}.novo-toolbar .novo-toolbar-row.novo-color-neutral,.novo-toolbar .novo-toolbar-row.novo-theme-neutral,.novo-toolbar.novo-toolbar-single-row.novo-color-neutral,.novo-toolbar.novo-toolbar-single-row.novo-theme-neutral{color:#fff;background:#4f5361}.novo-toolbar .novo-toolbar-row.novo-color-neutral>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-neutral>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-neutral>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-neutral novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-neutral>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-neutral>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-neutral>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-neutral novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-neutral>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-neutral>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-neutral>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-neutral novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-neutral>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-neutral>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-neutral>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-neutral novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-neutral novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-neutral novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-neutral .links button,.novo-toolbar .novo-toolbar-row.novo-color-neutral .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-neutral novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-neutral novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-neutral .links button,.novo-toolbar .novo-toolbar-row.novo-theme-neutral .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-neutral novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-neutral novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-neutral .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-neutral .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-neutral novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-neutral novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-neutral .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-neutral .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-neutral .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-neutral .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-neutral .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-neutral .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-neutral,.novo-toolbar.novo-toolbar-single-row.novo-accent-neutral{border-bottom:2px solid #4f5361}.novo-toolbar .novo-toolbar-row.novo-color-dark,.novo-toolbar .novo-toolbar-row.novo-theme-dark,.novo-toolbar.novo-toolbar-single-row.novo-color-dark,.novo-toolbar.novo-toolbar-single-row.novo-theme-dark{color:#fff;background:#3d464d}.novo-toolbar .novo-toolbar-row.novo-color-dark>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-dark>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-dark>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-dark novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-dark>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-dark>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-dark>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-dark novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-dark>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-dark>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-dark>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-dark novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-dark>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-dark>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-dark>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-dark novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-dark novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-dark novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-dark .links button,.novo-toolbar .novo-toolbar-row.novo-color-dark .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-dark novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-dark novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-dark .links button,.novo-toolbar .novo-toolbar-row.novo-theme-dark .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-dark novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-dark novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-dark .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-dark .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-dark novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-dark novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-dark .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-dark .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-dark .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-dark .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-dark .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-dark .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-dark,.novo-toolbar.novo-toolbar-single-row.novo-accent-dark{border-bottom:2px solid #3d464d}.novo-toolbar .novo-toolbar-row.novo-color-orange,.novo-toolbar .novo-toolbar-row.novo-theme-orange,.novo-toolbar.novo-toolbar-single-row.novo-color-orange,.novo-toolbar.novo-toolbar-single-row.novo-theme-orange{color:#3d464d;background:#ff6900}.novo-toolbar .novo-toolbar-row.novo-color-orange>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-orange>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-orange>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-orange novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-orange>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-orange>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-orange>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-orange novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-orange>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-orange>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-orange>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-orange novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-orange>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-orange>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-orange>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-orange novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-orange novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-orange novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-orange .links button,.novo-toolbar .novo-toolbar-row.novo-color-orange .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-orange novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-orange novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-orange .links button,.novo-toolbar .novo-toolbar-row.novo-theme-orange .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-orange novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-orange novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-orange .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-orange .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-orange novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-orange novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-orange .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-orange .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-orange .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-orange .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-orange .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-orange .novo-divider.novo-divider-vertical{border-right-color:#3d464d}.novo-toolbar .novo-toolbar-row.novo-accent-orange,.novo-toolbar.novo-toolbar-single-row.novo-accent-orange{border-bottom:2px solid #ff6900}.novo-toolbar .novo-toolbar-row.novo-color-navigation,.novo-toolbar .novo-toolbar-row.novo-theme-navigation,.novo-toolbar.novo-toolbar-single-row.novo-color-navigation,.novo-toolbar.novo-toolbar-single-row.novo-theme-navigation{color:#fff;background:#202945}.novo-toolbar .novo-toolbar-row.novo-color-navigation>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-navigation>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-navigation>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-navigation novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-navigation>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-navigation>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-navigation>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-navigation novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-navigation>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-navigation>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-navigation>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-navigation novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-navigation>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-navigation>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-navigation>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-navigation novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-navigation novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-navigation novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-navigation .links button,.novo-toolbar .novo-toolbar-row.novo-color-navigation .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-navigation novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-navigation novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-navigation .links button,.novo-toolbar .novo-toolbar-row.novo-theme-navigation .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-navigation novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-navigation novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-navigation .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-navigation .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-navigation novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-navigation novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-navigation .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-navigation .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-navigation .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-navigation .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-navigation .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-navigation .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-navigation,.novo-toolbar.novo-toolbar-single-row.novo-accent-navigation{border-bottom:2px solid #202945}.novo-toolbar .novo-toolbar-row.novo-color-skyBlue,.novo-toolbar .novo-toolbar-row.novo-theme-skyBlue,.novo-toolbar.novo-toolbar-single-row.novo-color-skyBlue,.novo-toolbar.novo-toolbar-single-row.novo-theme-skyBlue{color:#fff;background:#009bdf}.novo-toolbar .novo-toolbar-row.novo-color-skyBlue>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-skyBlue>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-skyBlue>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-skyBlue novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-skyBlue>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-skyBlue>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-skyBlue>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-skyBlue novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-skyBlue>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-skyBlue>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-skyBlue>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-skyBlue novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-skyBlue>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-skyBlue>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-skyBlue>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-skyBlue novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-skyBlue novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-skyBlue novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-skyBlue .links button,.novo-toolbar .novo-toolbar-row.novo-color-skyBlue .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-skyBlue novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-skyBlue novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-skyBlue .links button,.novo-toolbar .novo-toolbar-row.novo-theme-skyBlue .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-skyBlue novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-skyBlue novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-skyBlue .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-skyBlue .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-skyBlue novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-skyBlue novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-skyBlue .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-skyBlue .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-skyBlue .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-skyBlue .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-skyBlue .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-skyBlue .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-skyBlue,.novo-toolbar.novo-toolbar-single-row.novo-accent-skyBlue{border-bottom:2px solid #009bdf}.novo-toolbar .novo-toolbar-row.novo-color-steel,.novo-toolbar .novo-toolbar-row.novo-theme-steel,.novo-toolbar.novo-toolbar-single-row.novo-color-steel,.novo-toolbar.novo-toolbar-single-row.novo-theme-steel{color:#fff;background:#5b6770}.novo-toolbar .novo-toolbar-row.novo-color-steel>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-steel>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-steel>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-steel novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-steel>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-steel>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-steel>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-steel novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-steel>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-steel>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-steel>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-steel novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-steel>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-steel>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-steel>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-steel novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-steel novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-steel novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-steel .links button,.novo-toolbar .novo-toolbar-row.novo-color-steel .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-steel novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-steel novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-steel .links button,.novo-toolbar .novo-toolbar-row.novo-theme-steel .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-steel novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-steel novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-steel .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-steel .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-steel novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-steel novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-steel .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-steel .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-steel .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-steel .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-steel .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-steel .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-steel,.novo-toolbar.novo-toolbar-single-row.novo-accent-steel{border-bottom:2px solid #5b6770}.novo-toolbar .novo-toolbar-row.novo-color-metal,.novo-toolbar .novo-toolbar-row.novo-theme-metal,.novo-toolbar.novo-toolbar-single-row.novo-color-metal,.novo-toolbar.novo-toolbar-single-row.novo-theme-metal{color:#fff;background:#637893}.novo-toolbar .novo-toolbar-row.novo-color-metal>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-metal>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-metal>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-metal novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-metal>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-metal>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-metal>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-metal novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-metal>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-metal>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-metal>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-metal novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-metal>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-metal>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-metal>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-metal novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-metal novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-metal novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-metal .links button,.novo-toolbar .novo-toolbar-row.novo-color-metal .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-metal novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-metal novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-metal .links button,.novo-toolbar .novo-toolbar-row.novo-theme-metal .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-metal novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-metal novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-metal .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-metal .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-metal novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-metal novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-metal .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-metal .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-metal .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-metal .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-metal .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-metal .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-metal,.novo-toolbar.novo-toolbar-single-row.novo-accent-metal{border-bottom:2px solid #637893}.novo-toolbar .novo-toolbar-row.novo-color-sand,.novo-toolbar .novo-toolbar-row.novo-theme-sand,.novo-toolbar.novo-toolbar-single-row.novo-color-sand,.novo-toolbar.novo-toolbar-single-row.novo-theme-sand{color:#3d464d;background:#f4f4f4}.novo-toolbar .novo-toolbar-row.novo-color-sand>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-sand>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-sand>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-sand novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-sand>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-sand>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-sand>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-sand novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-sand>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-sand>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-sand>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-sand novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-sand>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-sand>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-sand>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-sand novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-sand novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-sand novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-sand .links button,.novo-toolbar .novo-toolbar-row.novo-color-sand .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-sand novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-sand novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-sand .links button,.novo-toolbar .novo-toolbar-row.novo-theme-sand .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-sand novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-sand novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-sand .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-sand .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-sand novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-sand novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-sand .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-sand .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-sand .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-sand .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-sand .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-sand .novo-divider.novo-divider-vertical{border-right-color:#3d464d}.novo-toolbar .novo-toolbar-row.novo-accent-sand,.novo-toolbar.novo-toolbar-single-row.novo-accent-sand{border-bottom:2px solid #f4f4f4}.novo-toolbar .novo-toolbar-row.novo-color-silver,.novo-toolbar .novo-toolbar-row.novo-theme-silver,.novo-toolbar.novo-toolbar-single-row.novo-color-silver,.novo-toolbar.novo-toolbar-single-row.novo-theme-silver{color:#3d464d;background:#e2e2e2}.novo-toolbar .novo-toolbar-row.novo-color-silver>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-silver>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-silver>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-silver novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-silver>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-silver>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-silver>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-silver novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-silver>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-silver>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-silver>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-silver novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-silver>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-silver>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-silver>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-silver novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-silver novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-silver novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-silver .links button,.novo-toolbar .novo-toolbar-row.novo-color-silver .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-silver novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-silver novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-silver .links button,.novo-toolbar .novo-toolbar-row.novo-theme-silver .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-silver novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-silver novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-silver .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-silver .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-silver novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-silver novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-silver .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-silver .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-silver .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-silver .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-silver .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-silver .novo-divider.novo-divider-vertical{border-right-color:#3d464d}.novo-toolbar .novo-toolbar-row.novo-accent-silver,.novo-toolbar.novo-toolbar-single-row.novo-accent-silver{border-bottom:2px solid #e2e2e2}.novo-toolbar .novo-toolbar-row.novo-color-stone,.novo-toolbar .novo-toolbar-row.novo-theme-stone,.novo-toolbar.novo-toolbar-single-row.novo-color-stone,.novo-toolbar.novo-toolbar-single-row.novo-theme-stone{color:#3d464d;background:#bebebe}.novo-toolbar .novo-toolbar-row.novo-color-stone>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-stone>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-stone>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-stone novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-stone>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-stone>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-stone>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-stone novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-stone>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-stone>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-stone>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-stone novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-stone>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-stone>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-stone>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-stone novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-stone novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-stone novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-stone .links button,.novo-toolbar .novo-toolbar-row.novo-color-stone .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-stone novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-stone novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-stone .links button,.novo-toolbar .novo-toolbar-row.novo-theme-stone .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-stone novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-stone novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-stone .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-stone .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-stone novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-stone novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-stone .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-stone .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-stone .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-stone .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-stone .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-stone .novo-divider.novo-divider-vertical{border-right-color:#3d464d}.novo-toolbar .novo-toolbar-row.novo-accent-stone,.novo-toolbar.novo-toolbar-single-row.novo-accent-stone{border-bottom:2px solid #bebebe}.novo-toolbar .novo-toolbar-row.novo-color-ash,.novo-toolbar .novo-toolbar-row.novo-theme-ash,.novo-toolbar.novo-toolbar-single-row.novo-color-ash,.novo-toolbar.novo-toolbar-single-row.novo-theme-ash{color:#3d464d;background:#a0a0a0}.novo-toolbar .novo-toolbar-row.novo-color-ash>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-ash>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-ash>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-ash novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-ash>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-ash>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-ash>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-ash novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-ash>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-ash>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-ash>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-ash novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-ash>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-ash>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-ash>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-ash novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-ash novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-ash novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-ash .links button,.novo-toolbar .novo-toolbar-row.novo-color-ash .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-ash novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-ash novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-ash .links button,.novo-toolbar .novo-toolbar-row.novo-theme-ash .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-ash novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-ash novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-ash .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-ash .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-ash novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-ash novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-ash .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-ash .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-ash .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-ash .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-ash .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-ash .novo-divider.novo-divider-vertical{border-right-color:#3d464d}.novo-toolbar .novo-toolbar-row.novo-accent-ash,.novo-toolbar.novo-toolbar-single-row.novo-accent-ash{border-bottom:2px solid #a0a0a0}.novo-toolbar .novo-toolbar-row.novo-color-slate,.novo-toolbar .novo-toolbar-row.novo-theme-slate,.novo-toolbar.novo-toolbar-single-row.novo-color-slate,.novo-toolbar.novo-toolbar-single-row.novo-theme-slate{color:#fff;background:#707070}.novo-toolbar .novo-toolbar-row.novo-color-slate>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-slate>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-slate>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-slate novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-slate>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-slate>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-slate>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-slate novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-slate>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-slate>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-slate>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-slate novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-slate>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-slate>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-slate>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-slate novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-slate novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-slate novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-slate .links button,.novo-toolbar .novo-toolbar-row.novo-color-slate .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-slate novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-slate novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-slate .links button,.novo-toolbar .novo-toolbar-row.novo-theme-slate .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-slate novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-slate novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-slate .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-slate .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-slate novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-slate novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-slate .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-slate .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-slate .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-slate .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-slate .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-slate .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-slate,.novo-toolbar.novo-toolbar-single-row.novo-accent-slate{border-bottom:2px solid #707070}.novo-toolbar .novo-toolbar-row.novo-color-onyx,.novo-toolbar .novo-toolbar-row.novo-theme-onyx,.novo-toolbar.novo-toolbar-single-row.novo-color-onyx,.novo-toolbar.novo-toolbar-single-row.novo-theme-onyx{color:#fff;background:#526980}.novo-toolbar .novo-toolbar-row.novo-color-onyx>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-onyx>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-onyx>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-onyx novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-onyx>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-onyx>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-onyx>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-onyx novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-onyx>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-onyx>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-onyx>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-onyx novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-onyx>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-onyx>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-onyx>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-onyx novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-onyx novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-onyx novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-onyx .links button,.novo-toolbar .novo-toolbar-row.novo-color-onyx .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-onyx novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-onyx novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-onyx .links button,.novo-toolbar .novo-toolbar-row.novo-theme-onyx .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-onyx novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-onyx novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-onyx .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-onyx .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-onyx novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-onyx novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-onyx .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-onyx .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-onyx .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-onyx .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-onyx .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-onyx .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-onyx,.novo-toolbar.novo-toolbar-single-row.novo-accent-onyx{border-bottom:2px solid #526980}.novo-toolbar .novo-toolbar-row.novo-color-charcoal,.novo-toolbar .novo-toolbar-row.novo-theme-charcoal,.novo-toolbar.novo-toolbar-single-row.novo-color-charcoal,.novo-toolbar.novo-toolbar-single-row.novo-theme-charcoal{color:#fff;background:#282828}.novo-toolbar .novo-toolbar-row.novo-color-charcoal>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-charcoal>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-charcoal>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-charcoal novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-charcoal>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-charcoal>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-charcoal>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-charcoal novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-charcoal>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-charcoal>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-charcoal>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-charcoal novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-charcoal>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-charcoal>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-charcoal>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-charcoal novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-charcoal novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-charcoal novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-charcoal .links button,.novo-toolbar .novo-toolbar-row.novo-color-charcoal .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-charcoal novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-charcoal novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-charcoal .links button,.novo-toolbar .novo-toolbar-row.novo-theme-charcoal .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-charcoal novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-charcoal novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-charcoal .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-charcoal .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-charcoal novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-charcoal novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-charcoal .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-charcoal .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-charcoal .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-charcoal .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-charcoal .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-charcoal .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-charcoal,.novo-toolbar.novo-toolbar-single-row.novo-accent-charcoal{border-bottom:2px solid #282828}.novo-toolbar .novo-toolbar-row.novo-color-moonlight,.novo-toolbar .novo-toolbar-row.novo-theme-moonlight,.novo-toolbar.novo-toolbar-single-row.novo-color-moonlight,.novo-toolbar.novo-toolbar-single-row.novo-theme-moonlight{color:#fff;background:#1a242f}.novo-toolbar .novo-toolbar-row.novo-color-moonlight>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-moonlight>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-moonlight>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-moonlight novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-moonlight>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-moonlight>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-moonlight>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-moonlight novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-moonlight>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-moonlight>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-moonlight>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-moonlight novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-moonlight>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-moonlight>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-moonlight>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-moonlight novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-moonlight novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-moonlight novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-moonlight .links button,.novo-toolbar .novo-toolbar-row.novo-color-moonlight .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-moonlight novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-moonlight novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-moonlight .links button,.novo-toolbar .novo-toolbar-row.novo-theme-moonlight .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-moonlight novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-moonlight novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-moonlight .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-moonlight .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-moonlight novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-moonlight novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-moonlight .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-moonlight .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-moonlight .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-moonlight .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-moonlight .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-moonlight .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-moonlight,.novo-toolbar.novo-toolbar-single-row.novo-accent-moonlight{border-bottom:2px solid #1a242f}.novo-toolbar .novo-toolbar-row.novo-color-midnight,.novo-toolbar .novo-toolbar-row.novo-theme-midnight,.novo-toolbar.novo-toolbar-single-row.novo-color-midnight,.novo-toolbar.novo-toolbar-single-row.novo-theme-midnight{color:#fff;background:#202945}.novo-toolbar .novo-toolbar-row.novo-color-midnight>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-midnight>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-midnight>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-midnight novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-midnight>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-midnight>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-midnight>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-midnight novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-midnight>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-midnight>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-midnight>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-midnight novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-midnight>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-midnight>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-midnight>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-midnight novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-midnight novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-midnight novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-midnight .links button,.novo-toolbar .novo-toolbar-row.novo-color-midnight .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-midnight novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-midnight novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-midnight .links button,.novo-toolbar .novo-toolbar-row.novo-theme-midnight .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-midnight novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-midnight novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-midnight .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-midnight .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-midnight novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-midnight novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-midnight .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-midnight .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-midnight .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-midnight .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-midnight .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-midnight .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-midnight,.novo-toolbar.novo-toolbar-single-row.novo-accent-midnight{border-bottom:2px solid #202945}.novo-toolbar .novo-toolbar-row.novo-color-darkness,.novo-toolbar .novo-toolbar-row.novo-theme-darkness,.novo-toolbar.novo-toolbar-single-row.novo-color-darkness,.novo-toolbar.novo-toolbar-single-row.novo-theme-darkness{color:#fff;background:#161f27}.novo-toolbar .novo-toolbar-row.novo-color-darkness>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-darkness>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-darkness>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-darkness novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-darkness>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-darkness>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-darkness>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-darkness novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-darkness>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-darkness>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-darkness>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-darkness novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-darkness>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-darkness>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-darkness>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-darkness novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-darkness novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-darkness novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-darkness .links button,.novo-toolbar .novo-toolbar-row.novo-color-darkness .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-darkness novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-darkness novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-darkness .links button,.novo-toolbar .novo-toolbar-row.novo-theme-darkness .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-darkness novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-darkness novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-darkness .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-darkness .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-darkness novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-darkness novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-darkness .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-darkness .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-darkness .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-darkness .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-darkness .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-darkness .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-darkness,.novo-toolbar.novo-toolbar-single-row.novo-accent-darkness{border-bottom:2px solid #161f27}.novo-toolbar .novo-toolbar-row.novo-color-navy,.novo-toolbar .novo-toolbar-row.novo-theme-navy,.novo-toolbar.novo-toolbar-single-row.novo-color-navy,.novo-toolbar.novo-toolbar-single-row.novo-theme-navy{color:#fff;background:#0d2d42}.novo-toolbar .novo-toolbar-row.novo-color-navy>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-navy>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-navy>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-navy novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-navy>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-navy>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-navy>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-navy novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-navy>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-navy>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-navy>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-navy novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-navy>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-navy>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-navy>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-navy novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-navy novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-navy novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-navy .links button,.novo-toolbar .novo-toolbar-row.novo-color-navy .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-navy novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-navy novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-navy .links button,.novo-toolbar .novo-toolbar-row.novo-theme-navy .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-navy novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-navy novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-navy .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-navy .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-navy novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-navy novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-navy .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-navy .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-navy .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-navy .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-navy .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-navy .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-navy,.novo-toolbar.novo-toolbar-single-row.novo-accent-navy{border-bottom:2px solid #0d2d42}.novo-toolbar .novo-toolbar-row.novo-color-aqua,.novo-toolbar .novo-toolbar-row.novo-theme-aqua,.novo-toolbar.novo-toolbar-single-row.novo-color-aqua,.novo-toolbar.novo-toolbar-single-row.novo-theme-aqua{color:#3d464d;background:#3bafda}.novo-toolbar .novo-toolbar-row.novo-color-aqua>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-aqua>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-aqua>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-aqua novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-aqua>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-aqua>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-aqua>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-aqua novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-aqua>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-aqua>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-aqua>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-aqua novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-aqua>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-aqua>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-aqua>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-aqua novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-aqua novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-aqua novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-aqua .links button,.novo-toolbar .novo-toolbar-row.novo-color-aqua .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-aqua novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-aqua novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-aqua .links button,.novo-toolbar .novo-toolbar-row.novo-theme-aqua .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-aqua novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-aqua novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-aqua .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-aqua .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-aqua novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-aqua novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-aqua .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-aqua .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-aqua .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-aqua .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-aqua .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-aqua .novo-divider.novo-divider-vertical{border-right-color:#3d464d}.novo-toolbar .novo-toolbar-row.novo-accent-aqua,.novo-toolbar.novo-toolbar-single-row.novo-accent-aqua{border-bottom:2px solid #3bafda}.novo-toolbar .novo-toolbar-row.novo-color-ocean,.novo-toolbar .novo-toolbar-row.novo-theme-ocean,.novo-toolbar.novo-toolbar-single-row.novo-color-ocean,.novo-toolbar.novo-toolbar-single-row.novo-theme-ocean{color:#fff;background:#4a89dc}.novo-toolbar .novo-toolbar-row.novo-color-ocean>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-ocean>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-ocean>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-ocean novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-ocean>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-ocean>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-ocean>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-ocean novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-ocean>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-ocean>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-ocean>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-ocean novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-ocean>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-ocean>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-ocean>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-ocean novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-ocean novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-ocean novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-ocean .links button,.novo-toolbar .novo-toolbar-row.novo-color-ocean .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-ocean novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-ocean novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-ocean .links button,.novo-toolbar .novo-toolbar-row.novo-theme-ocean .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-ocean novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-ocean novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-ocean .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-ocean .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-ocean novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-ocean novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-ocean .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-ocean .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-ocean .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-ocean .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-ocean .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-ocean .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-ocean,.novo-toolbar.novo-toolbar-single-row.novo-accent-ocean{border-bottom:2px solid #4a89dc}.novo-toolbar .novo-toolbar-row.novo-color-mint,.novo-toolbar .novo-toolbar-row.novo-theme-mint,.novo-toolbar.novo-toolbar-single-row.novo-color-mint,.novo-toolbar.novo-toolbar-single-row.novo-theme-mint{color:#3d464d;background:#37bc9b}.novo-toolbar .novo-toolbar-row.novo-color-mint>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-mint>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-mint>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-mint novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-mint>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-mint>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-mint>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-mint novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-mint>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-mint>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-mint>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-mint novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-mint>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-mint>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-mint>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-mint novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-mint novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-mint novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-mint .links button,.novo-toolbar .novo-toolbar-row.novo-color-mint .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-mint novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-mint novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-mint .links button,.novo-toolbar .novo-toolbar-row.novo-theme-mint .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-mint novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-mint novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-mint .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-mint .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-mint novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-mint novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-mint .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-mint .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-mint .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-mint .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-mint .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-mint .novo-divider.novo-divider-vertical{border-right-color:#3d464d}.novo-toolbar .novo-toolbar-row.novo-accent-mint,.novo-toolbar.novo-toolbar-single-row.novo-accent-mint{border-bottom:2px solid #37bc9b}.novo-toolbar .novo-toolbar-row.novo-color-grass,.novo-toolbar .novo-toolbar-row.novo-theme-grass,.novo-toolbar.novo-toolbar-single-row.novo-color-grass,.novo-toolbar.novo-toolbar-single-row.novo-theme-grass{color:#fff;background:#8cc152}.novo-toolbar .novo-toolbar-row.novo-color-grass>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-grass>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-grass>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-grass novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-grass>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-grass>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-grass>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-grass novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-grass>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-grass>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-grass>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-grass novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-grass>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-grass>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-grass>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-grass novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-grass novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-grass novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-grass .links button,.novo-toolbar .novo-toolbar-row.novo-color-grass .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-grass novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-grass novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-grass .links button,.novo-toolbar .novo-toolbar-row.novo-theme-grass .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-grass novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-grass novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-grass .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-grass .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-grass novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-grass novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-grass .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-grass .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-grass .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-grass .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-grass .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-grass .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-grass,.novo-toolbar.novo-toolbar-single-row.novo-accent-grass{border-bottom:2px solid #8cc152}.novo-toolbar .novo-toolbar-row.novo-color-sunflower,.novo-toolbar .novo-toolbar-row.novo-theme-sunflower,.novo-toolbar.novo-toolbar-single-row.novo-color-sunflower,.novo-toolbar.novo-toolbar-single-row.novo-theme-sunflower{color:#fff;background:#f6b042}.novo-toolbar .novo-toolbar-row.novo-color-sunflower>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-sunflower>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-sunflower>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-sunflower novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-sunflower>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-sunflower>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-sunflower>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-sunflower novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-sunflower>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-sunflower>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-sunflower>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-sunflower novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-sunflower>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-sunflower>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-sunflower>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-sunflower novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-sunflower novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-sunflower novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-sunflower .links button,.novo-toolbar .novo-toolbar-row.novo-color-sunflower .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-sunflower novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-sunflower novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-sunflower .links button,.novo-toolbar .novo-toolbar-row.novo-theme-sunflower .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-sunflower novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-sunflower novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-sunflower .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-sunflower .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-sunflower novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-sunflower novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-sunflower .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-sunflower .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-sunflower .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-sunflower .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-sunflower .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-sunflower .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-sunflower,.novo-toolbar.novo-toolbar-single-row.novo-accent-sunflower{border-bottom:2px solid #f6b042}.novo-toolbar .novo-toolbar-row.novo-color-bittersweet,.novo-toolbar .novo-toolbar-row.novo-theme-bittersweet,.novo-toolbar.novo-toolbar-single-row.novo-color-bittersweet,.novo-toolbar.novo-toolbar-single-row.novo-theme-bittersweet{color:#fff;background:#eb6845}.novo-toolbar .novo-toolbar-row.novo-color-bittersweet>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-bittersweet>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-bittersweet>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-bittersweet novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-bittersweet>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-bittersweet>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-bittersweet>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-bittersweet novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-bittersweet>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-bittersweet>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-bittersweet>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-bittersweet novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-bittersweet>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-bittersweet>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-bittersweet>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-bittersweet novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-bittersweet novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-bittersweet novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-bittersweet .links button,.novo-toolbar .novo-toolbar-row.novo-color-bittersweet .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-bittersweet novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-bittersweet novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-bittersweet .links button,.novo-toolbar .novo-toolbar-row.novo-theme-bittersweet .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-bittersweet novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-bittersweet novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-bittersweet .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-bittersweet .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-bittersweet novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-bittersweet novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-bittersweet .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-bittersweet .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-bittersweet .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-bittersweet .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-bittersweet .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-bittersweet .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-bittersweet,.novo-toolbar.novo-toolbar-single-row.novo-accent-bittersweet{border-bottom:2px solid #eb6845}.novo-toolbar .novo-toolbar-row.novo-color-grapefruit,.novo-toolbar .novo-toolbar-row.novo-theme-grapefruit,.novo-toolbar.novo-toolbar-single-row.novo-color-grapefruit,.novo-toolbar.novo-toolbar-single-row.novo-theme-grapefruit{color:#fff;background:#da4453}.novo-toolbar .novo-toolbar-row.novo-color-grapefruit>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-grapefruit>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-grapefruit>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-grapefruit novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-grapefruit>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-grapefruit>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-grapefruit>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-grapefruit novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-grapefruit>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-grapefruit>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-grapefruit>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-grapefruit novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-grapefruit>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-grapefruit>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-grapefruit>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-grapefruit novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-grapefruit novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-grapefruit novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-grapefruit .links button,.novo-toolbar .novo-toolbar-row.novo-color-grapefruit .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-grapefruit novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-grapefruit novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-grapefruit .links button,.novo-toolbar .novo-toolbar-row.novo-theme-grapefruit .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-grapefruit novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-grapefruit novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-grapefruit .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-grapefruit .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-grapefruit novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-grapefruit novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-grapefruit .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-grapefruit .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-grapefruit .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-grapefruit .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-grapefruit .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-grapefruit .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-grapefruit,.novo-toolbar.novo-toolbar-single-row.novo-accent-grapefruit{border-bottom:2px solid #da4453}.novo-toolbar .novo-toolbar-row.novo-color-carnation,.novo-toolbar .novo-toolbar-row.novo-theme-carnation,.novo-toolbar.novo-toolbar-single-row.novo-color-carnation,.novo-toolbar.novo-toolbar-single-row.novo-theme-carnation{color:#fff;background:#d770ad}.novo-toolbar .novo-toolbar-row.novo-color-carnation>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-carnation>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-carnation>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-carnation novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-carnation>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-carnation>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-carnation>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-carnation novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-carnation>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-carnation>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-carnation>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-carnation novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-carnation>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-carnation>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-carnation>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-carnation novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-carnation novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-carnation novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-carnation .links button,.novo-toolbar .novo-toolbar-row.novo-color-carnation .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-carnation novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-carnation novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-carnation .links button,.novo-toolbar .novo-toolbar-row.novo-theme-carnation .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-carnation novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-carnation novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-carnation .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-carnation .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-carnation novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-carnation novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-carnation .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-carnation .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-carnation .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-carnation .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-carnation .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-carnation .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-carnation,.novo-toolbar.novo-toolbar-single-row.novo-accent-carnation{border-bottom:2px solid #d770ad}.novo-toolbar .novo-toolbar-row.novo-color-lavender,.novo-toolbar .novo-toolbar-row.novo-theme-lavender,.novo-toolbar.novo-toolbar-single-row.novo-color-lavender,.novo-toolbar.novo-toolbar-single-row.novo-theme-lavender{color:#fff;background:#967adc}.novo-toolbar .novo-toolbar-row.novo-color-lavender>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-lavender>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-lavender>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-lavender novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-lavender>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-lavender>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-lavender>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-lavender novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-lavender>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-lavender>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-lavender>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-lavender novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-lavender>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-lavender>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-lavender>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-lavender novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-lavender novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-lavender novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-lavender .links button,.novo-toolbar .novo-toolbar-row.novo-color-lavender .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-lavender novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-lavender novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-lavender .links button,.novo-toolbar .novo-toolbar-row.novo-theme-lavender .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-lavender novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-lavender novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-lavender .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-lavender .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-lavender novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-lavender novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-lavender .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-lavender .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-lavender .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-lavender .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-lavender .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-lavender .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-lavender,.novo-toolbar.novo-toolbar-single-row.novo-accent-lavender{border-bottom:2px solid #967adc}.novo-toolbar .novo-toolbar-row.novo-color-mountain,.novo-toolbar .novo-toolbar-row.novo-theme-mountain,.novo-toolbar.novo-toolbar-single-row.novo-color-mountain,.novo-toolbar.novo-toolbar-single-row.novo-theme-mountain{color:#fff;background:#9678b6}.novo-toolbar .novo-toolbar-row.novo-color-mountain>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-mountain>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-mountain>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-mountain novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-mountain>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-mountain>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-mountain>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-mountain novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-mountain>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-mountain>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-mountain>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-mountain novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-mountain>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-mountain>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-mountain>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-mountain novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-mountain novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-mountain novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-mountain .links button,.novo-toolbar .novo-toolbar-row.novo-color-mountain .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-mountain novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-mountain novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-mountain .links button,.novo-toolbar .novo-toolbar-row.novo-theme-mountain .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-mountain novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-mountain novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-mountain .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-mountain .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-mountain novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-mountain novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-mountain .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-mountain .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-mountain .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-mountain .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-mountain .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-mountain .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-mountain,.novo-toolbar.novo-toolbar-single-row.novo-accent-mountain{border-bottom:2px solid #9678b6}.novo-toolbar .novo-toolbar-row.novo-color-info,.novo-toolbar .novo-toolbar-row.novo-theme-info,.novo-toolbar.novo-toolbar-single-row.novo-color-info,.novo-toolbar.novo-toolbar-single-row.novo-theme-info{color:#fff;background:#4a89dc}.novo-toolbar .novo-toolbar-row.novo-color-info>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-info>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-info>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-info novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-info>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-info>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-info>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-info novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-info>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-info>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-info>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-info novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-info>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-info>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-info>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-info novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-info novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-info novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-info .links button,.novo-toolbar .novo-toolbar-row.novo-color-info .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-info novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-info novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-info .links button,.novo-toolbar .novo-toolbar-row.novo-theme-info .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-info novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-info novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-info .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-info .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-info novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-info novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-info .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-info .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-info .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-info .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-info .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-info .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-info,.novo-toolbar.novo-toolbar-single-row.novo-accent-info{border-bottom:2px solid #4a89dc}.novo-toolbar .novo-toolbar-row.novo-color-positive,.novo-toolbar .novo-toolbar-row.novo-theme-positive,.novo-toolbar.novo-toolbar-single-row.novo-color-positive,.novo-toolbar.novo-toolbar-single-row.novo-theme-positive{color:#fff;background:#4a89dc}.novo-toolbar .novo-toolbar-row.novo-color-positive>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-positive>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-positive>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-positive novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-positive>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-positive>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-positive>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-positive novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-positive>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-positive>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-positive>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-positive novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-positive>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-positive>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-positive>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-positive novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-positive novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-positive novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-positive .links button,.novo-toolbar .novo-toolbar-row.novo-color-positive .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-positive novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-positive novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-positive .links button,.novo-toolbar .novo-toolbar-row.novo-theme-positive .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-positive novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-positive novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-positive .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-positive .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-positive novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-positive novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-positive .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-positive .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-positive .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-positive .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-positive .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-positive .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-positive,.novo-toolbar.novo-toolbar-single-row.novo-accent-positive{border-bottom:2px solid #4a89dc}.novo-toolbar .novo-toolbar-row.novo-color-success,.novo-toolbar .novo-toolbar-row.novo-theme-success,.novo-toolbar.novo-toolbar-single-row.novo-color-success,.novo-toolbar.novo-toolbar-single-row.novo-theme-success{color:#fff;background:#8cc152}.novo-toolbar .novo-toolbar-row.novo-color-success>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-success>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-success>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-success novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-success>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-success>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-success>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-success novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-success>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-success>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-success>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-success novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-success>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-success>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-success>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-success novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-success novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-success novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-success .links button,.novo-toolbar .novo-toolbar-row.novo-color-success .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-success novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-success novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-success .links button,.novo-toolbar .novo-toolbar-row.novo-theme-success .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-success novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-success novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-success .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-success .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-success novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-success novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-success .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-success .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-success .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-success .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-success .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-success .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-success,.novo-toolbar.novo-toolbar-single-row.novo-accent-success{border-bottom:2px solid #8cc152}.novo-toolbar .novo-toolbar-row.novo-color-negative,.novo-toolbar .novo-toolbar-row.novo-theme-negative,.novo-toolbar.novo-toolbar-single-row.novo-color-negative,.novo-toolbar.novo-toolbar-single-row.novo-theme-negative{color:#fff;background:#da4453}.novo-toolbar .novo-toolbar-row.novo-color-negative>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-negative>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-negative>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-negative novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-negative>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-negative>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-negative>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-negative novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-negative>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-negative>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-negative>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-negative novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-negative>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-negative>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-negative>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-negative novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-negative novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-negative novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-negative .links button,.novo-toolbar .novo-toolbar-row.novo-color-negative .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-negative novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-negative novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-negative .links button,.novo-toolbar .novo-toolbar-row.novo-theme-negative .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-negative novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-negative novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-negative .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-negative .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-negative novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-negative novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-negative .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-negative .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-negative .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-negative .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-negative .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-negative .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-negative,.novo-toolbar.novo-toolbar-single-row.novo-accent-negative{border-bottom:2px solid #da4453}.novo-toolbar .novo-toolbar-row.novo-color-danger,.novo-toolbar .novo-toolbar-row.novo-theme-danger,.novo-toolbar.novo-toolbar-single-row.novo-color-danger,.novo-toolbar.novo-toolbar-single-row.novo-theme-danger{color:#fff;background:#da4453}.novo-toolbar .novo-toolbar-row.novo-color-danger>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-danger>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-danger>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-danger novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-danger>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-danger>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-danger>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-danger novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-danger>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-danger>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-danger>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-danger novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-danger>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-danger>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-danger>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-danger novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-danger novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-danger novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-danger .links button,.novo-toolbar .novo-toolbar-row.novo-color-danger .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-danger novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-danger novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-danger .links button,.novo-toolbar .novo-toolbar-row.novo-theme-danger .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-danger novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-danger novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-danger .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-danger .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-danger novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-danger novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-danger .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-danger .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-danger .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-danger .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-danger .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-danger .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-danger,.novo-toolbar.novo-toolbar-single-row.novo-accent-danger{border-bottom:2px solid #da4453}.novo-toolbar .novo-toolbar-row.novo-color-error,.novo-toolbar .novo-toolbar-row.novo-theme-error,.novo-toolbar.novo-toolbar-single-row.novo-color-error,.novo-toolbar.novo-toolbar-single-row.novo-theme-error{color:#fff;background:#da4453}.novo-toolbar .novo-toolbar-row.novo-color-error>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-error>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-error>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-error novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-error>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-error>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-error>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-error novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-error>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-error>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-error>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-error novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-error>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-error>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-error>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-error novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-error novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-error novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-error .links button,.novo-toolbar .novo-toolbar-row.novo-color-error .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-error novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-error novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-error .links button,.novo-toolbar .novo-toolbar-row.novo-theme-error .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-error novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-error novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-error .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-error .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-error novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-error novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-error .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-error .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-error .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-error .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-error .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-error .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-error,.novo-toolbar.novo-toolbar-single-row.novo-accent-error{border-bottom:2px solid #da4453}.novo-toolbar .novo-toolbar-row.novo-color-warning,.novo-toolbar .novo-toolbar-row.novo-theme-warning,.novo-toolbar.novo-toolbar-single-row.novo-color-warning,.novo-toolbar.novo-toolbar-single-row.novo-theme-warning{color:#fff;background:#f6b042}.novo-toolbar .novo-toolbar-row.novo-color-warning>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-warning>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-warning>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-warning novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-warning>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-warning>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-warning>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-warning novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-warning>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-warning>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-warning>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-warning novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-warning>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-warning>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-warning>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-warning novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-warning novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-warning novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-warning .links button,.novo-toolbar .novo-toolbar-row.novo-color-warning .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-warning novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-warning novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-warning .links button,.novo-toolbar .novo-toolbar-row.novo-theme-warning .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-warning novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-warning novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-warning .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-warning .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-warning novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-warning novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-warning .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-warning .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-warning .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-warning .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-warning .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-warning .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-warning,.novo-toolbar.novo-toolbar-single-row.novo-accent-warning{border-bottom:2px solid #f6b042}.novo-toolbar .novo-toolbar-row.novo-color-empty,.novo-toolbar .novo-toolbar-row.novo-theme-empty,.novo-toolbar.novo-toolbar-single-row.novo-color-empty,.novo-toolbar.novo-toolbar-single-row.novo-theme-empty{color:#3d464d;background:#cccdcc}.novo-toolbar .novo-toolbar-row.novo-color-empty>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-empty>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-empty>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-empty novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-empty>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-empty>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-empty>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-empty novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-empty>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-empty>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-empty>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-empty novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-empty>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-empty>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-empty>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-empty novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-empty novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-empty novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-empty .links button,.novo-toolbar .novo-toolbar-row.novo-color-empty .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-empty novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-empty novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-empty .links button,.novo-toolbar .novo-toolbar-row.novo-theme-empty .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-empty novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-empty novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-empty .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-empty .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-empty novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-empty novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-empty .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-empty .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-empty .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-empty .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-empty .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-empty .novo-divider.novo-divider-vertical{border-right-color:#3d464d}.novo-toolbar .novo-toolbar-row.novo-accent-empty,.novo-toolbar.novo-toolbar-single-row.novo-accent-empty{border-bottom:2px solid #cccdcc}.novo-toolbar .novo-toolbar-row.novo-color-disabled,.novo-toolbar .novo-toolbar-row.novo-theme-disabled,.novo-toolbar.novo-toolbar-single-row.novo-color-disabled,.novo-toolbar.novo-toolbar-single-row.novo-theme-disabled{color:#3d464d;background:#bebebe}.novo-toolbar .novo-toolbar-row.novo-color-disabled>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-disabled>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-disabled>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-disabled novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-disabled>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-disabled>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-disabled>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-disabled novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-disabled>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-disabled>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-disabled>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-disabled novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-disabled>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-disabled>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-disabled>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-disabled novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-disabled novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-disabled novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-disabled .links button,.novo-toolbar .novo-toolbar-row.novo-color-disabled .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-disabled novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-disabled novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-disabled .links button,.novo-toolbar .novo-toolbar-row.novo-theme-disabled .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-disabled novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-disabled novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-disabled .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-disabled .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-disabled novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-disabled novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-disabled .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-disabled .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-disabled .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-disabled .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-disabled .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-disabled .novo-divider.novo-divider-vertical{border-right-color:#3d464d}.novo-toolbar .novo-toolbar-row.novo-accent-disabled,.novo-toolbar.novo-toolbar-single-row.novo-accent-disabled{border-bottom:2px solid #bebebe}.novo-toolbar .novo-toolbar-row.novo-color-background,.novo-toolbar .novo-toolbar-row.novo-theme-background,.novo-toolbar.novo-toolbar-single-row.novo-color-background,.novo-toolbar.novo-toolbar-single-row.novo-theme-background{color:#3d464d;background:#f7f7f7}.novo-toolbar .novo-toolbar-row.novo-color-background>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-background>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-background>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-background novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-background>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-background>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-background>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-background novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-background>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-background>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-background>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-background novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-background>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-background>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-background>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-background novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-background novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-background novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-background .links button,.novo-toolbar .novo-toolbar-row.novo-color-background .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-background novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-background novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-background .links button,.novo-toolbar .novo-toolbar-row.novo-theme-background .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-background novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-background novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-background .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-background .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-background novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-background novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-background .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-background .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-background .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-background .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-background .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-background .novo-divider.novo-divider-vertical{border-right-color:#3d464d}.novo-toolbar .novo-toolbar-row.novo-accent-background,.novo-toolbar.novo-toolbar-single-row.novo-accent-background{border-bottom:2px solid #f7f7f7}.novo-toolbar .novo-toolbar-row.novo-color-backgroundDark,.novo-toolbar .novo-toolbar-row.novo-theme-backgroundDark,.novo-toolbar.novo-toolbar-single-row.novo-color-backgroundDark,.novo-toolbar.novo-toolbar-single-row.novo-theme-backgroundDark{color:#3d464d;background:#e2e2e2}.novo-toolbar .novo-toolbar-row.novo-color-backgroundDark>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-backgroundDark>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-backgroundDark>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-backgroundDark novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-backgroundDark>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-backgroundDark>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-backgroundDark>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-backgroundDark novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-backgroundDark>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-backgroundDark>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-backgroundDark>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-backgroundDark novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-backgroundDark>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-backgroundDark>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-backgroundDark>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-backgroundDark novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-backgroundDark novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-backgroundDark novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-backgroundDark .links button,.novo-toolbar .novo-toolbar-row.novo-color-backgroundDark .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-backgroundDark novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-backgroundDark novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-backgroundDark .links button,.novo-toolbar .novo-toolbar-row.novo-theme-backgroundDark .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-backgroundDark novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-backgroundDark novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-backgroundDark .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-backgroundDark .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-backgroundDark novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-backgroundDark novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-backgroundDark .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-backgroundDark .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-backgroundDark .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-backgroundDark .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-backgroundDark .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-backgroundDark .novo-divider.novo-divider-vertical{border-right-color:#3d464d}.novo-toolbar .novo-toolbar-row.novo-accent-backgroundDark,.novo-toolbar.novo-toolbar-single-row.novo-accent-backgroundDark{border-bottom:2px solid #e2e2e2}.novo-toolbar .novo-toolbar-row.novo-color-presentation,.novo-toolbar .novo-toolbar-row.novo-theme-presentation,.novo-toolbar.novo-toolbar-single-row.novo-color-presentation,.novo-toolbar.novo-toolbar-single-row.novo-theme-presentation{color:#fff;background:#5b6770}.novo-toolbar .novo-toolbar-row.novo-color-presentation>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-presentation>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-presentation>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-presentation novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-presentation>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-presentation>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-presentation>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-presentation novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-presentation>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-presentation>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-presentation>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-presentation novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-presentation>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-presentation>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-presentation>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-presentation novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-presentation novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-presentation novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-presentation .links button,.novo-toolbar .novo-toolbar-row.novo-color-presentation .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-presentation novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-presentation novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-presentation .links button,.novo-toolbar .novo-toolbar-row.novo-theme-presentation .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-presentation novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-presentation novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-presentation .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-presentation .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-presentation novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-presentation novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-presentation .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-presentation .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-presentation .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-presentation .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-presentation .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-presentation .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-presentation,.novo-toolbar.novo-toolbar-single-row.novo-accent-presentation{border-bottom:2px solid #5b6770}.novo-toolbar .novo-toolbar-row.novo-color-bullhorn,.novo-toolbar .novo-toolbar-row.novo-theme-bullhorn,.novo-toolbar.novo-toolbar-single-row.novo-color-bullhorn,.novo-toolbar.novo-toolbar-single-row.novo-theme-bullhorn{color:#3d464d;background:#ff6900}.novo-toolbar .novo-toolbar-row.novo-color-bullhorn>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-bullhorn>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-bullhorn>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-bullhorn novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-bullhorn>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-bullhorn>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-bullhorn>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-bullhorn novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-bullhorn>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-bullhorn>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-bullhorn>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-bullhorn novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-bullhorn>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-bullhorn>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-bullhorn>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-bullhorn novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-bullhorn novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-bullhorn novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-bullhorn .links button,.novo-toolbar .novo-toolbar-row.novo-color-bullhorn .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-bullhorn novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-bullhorn novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-bullhorn .links button,.novo-toolbar .novo-toolbar-row.novo-theme-bullhorn .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-bullhorn novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-bullhorn novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-bullhorn .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-bullhorn .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-bullhorn novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-bullhorn novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-bullhorn .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-bullhorn .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-bullhorn .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-bullhorn .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-bullhorn .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-bullhorn .novo-divider.novo-divider-vertical{border-right-color:#3d464d}.novo-toolbar .novo-toolbar-row.novo-accent-bullhorn,.novo-toolbar.novo-toolbar-single-row.novo-accent-bullhorn{border-bottom:2px solid #ff6900}.novo-toolbar .novo-toolbar-row.novo-color-pulse,.novo-toolbar .novo-toolbar-row.novo-theme-pulse,.novo-toolbar.novo-toolbar-single-row.novo-color-pulse,.novo-toolbar.novo-toolbar-single-row.novo-theme-pulse{color:#3d464d;background:#3bafda}.novo-toolbar .novo-toolbar-row.novo-color-pulse>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-pulse>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-pulse>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-pulse novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-pulse>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-pulse>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-pulse>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-pulse novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-pulse>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-pulse>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-pulse>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-pulse novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-pulse>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-pulse>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-pulse>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-pulse novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-pulse novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-pulse novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-pulse .links button,.novo-toolbar .novo-toolbar-row.novo-color-pulse .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-pulse novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-pulse novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-pulse .links button,.novo-toolbar .novo-toolbar-row.novo-theme-pulse .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-pulse novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-pulse novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-pulse .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-pulse .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-pulse novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-pulse novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-pulse .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-pulse .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-pulse .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-pulse .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-pulse .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-pulse .novo-divider.novo-divider-vertical{border-right-color:#3d464d}.novo-toolbar .novo-toolbar-row.novo-accent-pulse,.novo-toolbar.novo-toolbar-single-row.novo-accent-pulse{border-bottom:2px solid #3bafda}.novo-toolbar .novo-toolbar-row.novo-color-company,.novo-toolbar .novo-toolbar-row.novo-theme-company,.novo-toolbar.novo-toolbar-single-row.novo-color-company,.novo-toolbar.novo-toolbar-single-row.novo-theme-company{color:#fff;background:#39d}.novo-toolbar .novo-toolbar-row.novo-color-company>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-company>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-company>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-company novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-company>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-company>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-company>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-company novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-company>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-company>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-company>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-company novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-company>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-company>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-company>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-company novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-company novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-company novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-company .links button,.novo-toolbar .novo-toolbar-row.novo-color-company .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-company novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-company novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-company .links button,.novo-toolbar .novo-toolbar-row.novo-theme-company .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-company novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-company novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-company .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-company .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-company novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-company novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-company .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-company .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-company .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-company .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-company .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-company .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-company,.novo-toolbar.novo-toolbar-single-row.novo-accent-company{border-bottom:2px solid #3399dd}.novo-toolbar .novo-toolbar-row.novo-color-candidate,.novo-toolbar .novo-toolbar-row.novo-theme-candidate,.novo-toolbar.novo-toolbar-single-row.novo-color-candidate,.novo-toolbar.novo-toolbar-single-row.novo-theme-candidate{color:#fff;background:#4b7}.novo-toolbar .novo-toolbar-row.novo-color-candidate>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-candidate>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-candidate>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-candidate novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-candidate>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-candidate>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-candidate>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-candidate novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-candidate>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-candidate>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-candidate>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-candidate novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-candidate>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-candidate>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-candidate>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-candidate novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-candidate novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-candidate novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-candidate .links button,.novo-toolbar .novo-toolbar-row.novo-color-candidate .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-candidate novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-candidate novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-candidate .links button,.novo-toolbar .novo-toolbar-row.novo-theme-candidate .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-candidate novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-candidate novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-candidate .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-candidate .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-candidate novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-candidate novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-candidate .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-candidate .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-candidate .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-candidate .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-candidate .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-candidate .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-candidate,.novo-toolbar.novo-toolbar-single-row.novo-accent-candidate{border-bottom:2px solid #44bb77}.novo-toolbar .novo-toolbar-row.novo-color-lead,.novo-toolbar .novo-toolbar-row.novo-theme-lead,.novo-toolbar.novo-toolbar-single-row.novo-color-lead,.novo-toolbar.novo-toolbar-single-row.novo-theme-lead{color:#fff;background:#a69}.novo-toolbar .novo-toolbar-row.novo-color-lead>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-lead>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-lead>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-lead novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-lead>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-lead>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-lead>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-lead novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-lead>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-lead>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-lead>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-lead novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-lead>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-lead>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-lead>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-lead novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-lead novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-lead novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-lead .links button,.novo-toolbar .novo-toolbar-row.novo-color-lead .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-lead novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-lead novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-lead .links button,.novo-toolbar .novo-toolbar-row.novo-theme-lead .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-lead novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-lead novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-lead .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-lead .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-lead novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-lead novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-lead .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-lead .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-lead .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-lead .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-lead .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-lead .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-lead,.novo-toolbar.novo-toolbar-single-row.novo-accent-lead{border-bottom:2px solid #aa6699}.novo-toolbar .novo-toolbar-row.novo-color-contact,.novo-toolbar .novo-toolbar-row.novo-theme-contact,.novo-toolbar.novo-toolbar-single-row.novo-color-contact,.novo-toolbar.novo-toolbar-single-row.novo-theme-contact{color:#fff;background:#fa4}.novo-toolbar .novo-toolbar-row.novo-color-contact>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-contact>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-contact>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-contact novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-contact>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-contact>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-contact>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-contact novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-contact>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-contact>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-contact>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-contact novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-contact>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-contact>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-contact>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-contact novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-contact novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-contact novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-contact .links button,.novo-toolbar .novo-toolbar-row.novo-color-contact .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-contact novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-contact novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-contact .links button,.novo-toolbar .novo-toolbar-row.novo-theme-contact .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-contact novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-contact novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-contact .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-contact .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-contact novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-contact novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-contact .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-contact .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-contact .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-contact .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-contact .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-contact .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-contact,.novo-toolbar.novo-toolbar-single-row.novo-accent-contact{border-bottom:2px solid #ffaa44}.novo-toolbar .novo-toolbar-row.novo-color-clientcontact,.novo-toolbar .novo-toolbar-row.novo-theme-clientcontact,.novo-toolbar.novo-toolbar-single-row.novo-color-clientcontact,.novo-toolbar.novo-toolbar-single-row.novo-theme-clientcontact{color:#fff;background:#fa4}.novo-toolbar .novo-toolbar-row.novo-color-clientcontact>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-clientcontact>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-clientcontact>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-clientcontact novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-clientcontact>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-clientcontact>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-clientcontact>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-clientcontact novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-clientcontact>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-clientcontact>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-clientcontact>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-clientcontact novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-clientcontact>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-clientcontact>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-clientcontact>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-clientcontact novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-clientcontact novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-clientcontact novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-clientcontact .links button,.novo-toolbar .novo-toolbar-row.novo-color-clientcontact .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-clientcontact novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-clientcontact novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-clientcontact .links button,.novo-toolbar .novo-toolbar-row.novo-theme-clientcontact .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-clientcontact novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-clientcontact novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-clientcontact .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-clientcontact .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-clientcontact novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-clientcontact novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-clientcontact .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-clientcontact .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-clientcontact .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-clientcontact .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-clientcontact .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-clientcontact .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-clientcontact,.novo-toolbar.novo-toolbar-single-row.novo-accent-clientcontact{border-bottom:2px solid #ffaa44}.novo-toolbar .novo-toolbar-row.novo-color-opportunity,.novo-toolbar .novo-toolbar-row.novo-theme-opportunity,.novo-toolbar.novo-toolbar-single-row.novo-color-opportunity,.novo-toolbar.novo-toolbar-single-row.novo-theme-opportunity{color:#fff;background:#625}.novo-toolbar .novo-toolbar-row.novo-color-opportunity>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-opportunity>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-opportunity>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-opportunity novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-opportunity>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-opportunity>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-opportunity>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-opportunity novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-opportunity>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-opportunity>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-opportunity>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-opportunity novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-opportunity>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-opportunity>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-opportunity>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-opportunity novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-opportunity novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-opportunity novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-opportunity .links button,.novo-toolbar .novo-toolbar-row.novo-color-opportunity .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-opportunity novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-opportunity novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-opportunity .links button,.novo-toolbar .novo-toolbar-row.novo-theme-opportunity .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-opportunity novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-opportunity novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-opportunity .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-opportunity .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-opportunity novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-opportunity novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-opportunity .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-opportunity .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-opportunity .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-opportunity .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-opportunity .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-opportunity .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-opportunity,.novo-toolbar.novo-toolbar-single-row.novo-accent-opportunity{border-bottom:2px solid #662255}.novo-toolbar .novo-toolbar-row.novo-color-job,.novo-toolbar .novo-toolbar-row.novo-theme-job,.novo-toolbar.novo-toolbar-single-row.novo-color-job,.novo-toolbar.novo-toolbar-single-row.novo-theme-job{color:#fff;background:#b56}.novo-toolbar .novo-toolbar-row.novo-color-job>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-job>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-job>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-job novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-job>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-job>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-job>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-job novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-job>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-job>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-job>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-job novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-job>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-job>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-job>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-job novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-job novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-job novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-job .links button,.novo-toolbar .novo-toolbar-row.novo-color-job .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-job novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-job novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-job .links button,.novo-toolbar .novo-toolbar-row.novo-theme-job .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-job novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-job novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-job .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-job .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-job novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-job novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-job .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-job .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-job .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-job .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-job .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-job .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-job,.novo-toolbar.novo-toolbar-single-row.novo-accent-job{border-bottom:2px solid #bb5566}.novo-toolbar .novo-toolbar-row.novo-color-joborder,.novo-toolbar .novo-toolbar-row.novo-theme-joborder,.novo-toolbar.novo-toolbar-single-row.novo-color-joborder,.novo-toolbar.novo-toolbar-single-row.novo-theme-joborder{color:#fff;background:#b56}.novo-toolbar .novo-toolbar-row.novo-color-joborder>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-joborder>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-joborder>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-joborder novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-joborder>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-joborder>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-joborder>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-joborder novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-joborder>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-joborder>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-joborder>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-joborder novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-joborder>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-joborder>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-joborder>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-joborder novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-joborder novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-joborder novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-joborder .links button,.novo-toolbar .novo-toolbar-row.novo-color-joborder .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-joborder novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-joborder novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-joborder .links button,.novo-toolbar .novo-toolbar-row.novo-theme-joborder .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-joborder novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-joborder novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-joborder .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-joborder .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-joborder novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-joborder novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-joborder .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-joborder .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-joborder .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-joborder .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-joborder .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-joborder .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-joborder,.novo-toolbar.novo-toolbar-single-row.novo-accent-joborder{border-bottom:2px solid #bb5566}.novo-toolbar .novo-toolbar-row.novo-color-submission,.novo-toolbar .novo-toolbar-row.novo-theme-submission,.novo-toolbar.novo-toolbar-single-row.novo-color-submission,.novo-toolbar.novo-toolbar-single-row.novo-theme-submission{color:#3d464d;background:#a9adbb}.novo-toolbar .novo-toolbar-row.novo-color-submission>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-submission>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-submission>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-submission novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-submission>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-submission>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-submission>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-submission novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-submission>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-submission>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-submission>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-submission novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-submission>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-submission>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-submission>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-submission novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-submission novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-submission novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-submission .links button,.novo-toolbar .novo-toolbar-row.novo-color-submission .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-submission novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-submission novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-submission .links button,.novo-toolbar .novo-toolbar-row.novo-theme-submission .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-submission novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-submission novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-submission .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-submission .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-submission novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-submission novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-submission .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-submission .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-submission .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-submission .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-submission .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-submission .novo-divider.novo-divider-vertical{border-right-color:#3d464d}.novo-toolbar .novo-toolbar-row.novo-accent-submission,.novo-toolbar.novo-toolbar-single-row.novo-accent-submission{border-bottom:2px solid #a9adbb}.novo-toolbar .novo-toolbar-row.novo-color-sendout,.novo-toolbar .novo-toolbar-row.novo-theme-sendout,.novo-toolbar.novo-toolbar-single-row.novo-color-sendout,.novo-toolbar.novo-toolbar-single-row.novo-theme-sendout{color:#fff;background:#747884}.novo-toolbar .novo-toolbar-row.novo-color-sendout>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-sendout>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-sendout>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-sendout novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-sendout>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-sendout>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-sendout>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-sendout novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-sendout>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-sendout>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-sendout>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-sendout novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-sendout>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-sendout>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-sendout>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-sendout novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-sendout novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-sendout novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-sendout .links button,.novo-toolbar .novo-toolbar-row.novo-color-sendout .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-sendout novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-sendout novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-sendout .links button,.novo-toolbar .novo-toolbar-row.novo-theme-sendout .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-sendout novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-sendout novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-sendout .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-sendout .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-sendout novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-sendout novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-sendout .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-sendout .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-sendout .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-sendout .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-sendout .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-sendout .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-sendout,.novo-toolbar.novo-toolbar-single-row.novo-accent-sendout{border-bottom:2px solid #747884}.novo-toolbar .novo-toolbar-row.novo-color-placement,.novo-toolbar .novo-toolbar-row.novo-theme-placement,.novo-toolbar.novo-toolbar-single-row.novo-color-placement,.novo-toolbar.novo-toolbar-single-row.novo-theme-placement{color:#fff;background:#0b344f}.novo-toolbar .novo-toolbar-row.novo-color-placement>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-placement>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-placement>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-placement novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-placement>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-placement>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-placement>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-placement novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-placement>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-placement>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-placement>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-placement novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-placement>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-placement>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-placement>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-placement novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-placement novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-placement novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-placement .links button,.novo-toolbar .novo-toolbar-row.novo-color-placement .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-placement novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-placement novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-placement .links button,.novo-toolbar .novo-toolbar-row.novo-theme-placement .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-placement novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-placement novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-placement .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-placement .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-placement novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-placement novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-placement .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-placement .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-placement .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-placement .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-placement .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-placement .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-placement,.novo-toolbar.novo-toolbar-single-row.novo-accent-placement{border-bottom:2px solid #0b344f}.novo-toolbar .novo-toolbar-row.novo-color-note,.novo-toolbar .novo-toolbar-row.novo-theme-note,.novo-toolbar.novo-toolbar-single-row.novo-color-note,.novo-toolbar.novo-toolbar-single-row.novo-theme-note{color:#fff;background:#747884}.novo-toolbar .novo-toolbar-row.novo-color-note>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-note>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-note>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-note novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-note>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-note>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-note>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-note novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-note>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-note>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-note>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-note novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-note>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-note>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-note>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-note novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-note novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-note novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-note .links button,.novo-toolbar .novo-toolbar-row.novo-color-note .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-note novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-note novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-note .links button,.novo-toolbar .novo-toolbar-row.novo-theme-note .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-note novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-note novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-note .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-note .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-note novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-note novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-note .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-note .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-note .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-note .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-note .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-note .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-note,.novo-toolbar.novo-toolbar-single-row.novo-accent-note{border-bottom:2px solid #747884}.novo-toolbar .novo-toolbar-row.novo-color-contract,.novo-toolbar .novo-toolbar-row.novo-theme-contract,.novo-toolbar.novo-toolbar-single-row.novo-color-contract,.novo-toolbar.novo-toolbar-single-row.novo-theme-contract{color:#fff;background:#454ea0}.novo-toolbar .novo-toolbar-row.novo-color-contract>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-contract>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-contract>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-contract novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-contract>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-contract>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-contract>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-contract novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-contract>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-contract>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-contract>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-contract novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-contract>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-contract>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-contract>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-contract novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-contract novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-contract novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-contract .links button,.novo-toolbar .novo-toolbar-row.novo-color-contract .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-contract novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-contract novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-contract .links button,.novo-toolbar .novo-toolbar-row.novo-theme-contract .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-contract novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-contract novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-contract .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-contract .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-contract novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-contract novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-contract .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-contract .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-contract .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-contract .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-contract .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-contract .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-contract,.novo-toolbar.novo-toolbar-single-row.novo-accent-contract{border-bottom:2px solid #454ea0}.novo-toolbar .novo-toolbar-row.novo-color-task,.novo-toolbar .novo-toolbar-row.novo-theme-task,.novo-toolbar.novo-toolbar-single-row.novo-color-task,.novo-toolbar.novo-toolbar-single-row.novo-theme-task{color:#fff;background:#4f5361}.novo-toolbar .novo-toolbar-row.novo-color-task>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-task>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-task>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-task novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-task>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-task>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-task>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-task novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-task>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-task>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-task>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-task novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-task>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-task>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-task>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-task novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-task novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-task novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-task .links button,.novo-toolbar .novo-toolbar-row.novo-color-task .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-task novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-task novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-task .links button,.novo-toolbar .novo-toolbar-row.novo-theme-task .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-task novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-task novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-task .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-task .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-task novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-task novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-task .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-task .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-task .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-task .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-task .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-task .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-task,.novo-toolbar.novo-toolbar-single-row.novo-accent-task{border-bottom:2px solid #4f5361}.novo-toolbar .novo-toolbar-row.novo-color-jobCode,.novo-toolbar .novo-toolbar-row.novo-theme-jobCode,.novo-toolbar.novo-toolbar-single-row.novo-color-jobCode,.novo-toolbar.novo-toolbar-single-row.novo-theme-jobCode{color:#fff;background:#696d79}.novo-toolbar .novo-toolbar-row.novo-color-jobCode>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-jobCode>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-jobCode>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-jobCode novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-jobCode>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-jobCode>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-jobCode>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-jobCode novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-jobCode>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-jobCode>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-jobCode>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-jobCode novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-jobCode>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-jobCode>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-jobCode>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-jobCode novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-jobCode novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-jobCode novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-jobCode .links button,.novo-toolbar .novo-toolbar-row.novo-color-jobCode .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-jobCode novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-jobCode novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-jobCode .links button,.novo-toolbar .novo-toolbar-row.novo-theme-jobCode .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-jobCode novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-jobCode novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-jobCode .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-jobCode .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-jobCode novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-jobCode novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-jobCode .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-jobCode .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-jobCode .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-jobCode .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-jobCode .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-jobCode .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-jobCode,.novo-toolbar.novo-toolbar-single-row.novo-accent-jobCode{border-bottom:2px solid #696d79}.novo-toolbar .novo-toolbar-row.novo-color-earnCode,.novo-toolbar .novo-toolbar-row.novo-theme-earnCode,.novo-toolbar.novo-toolbar-single-row.novo-color-earnCode,.novo-toolbar.novo-toolbar-single-row.novo-theme-earnCode{color:#fff;background:#696d79}.novo-toolbar .novo-toolbar-row.novo-color-earnCode>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-earnCode>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-earnCode>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-earnCode novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-earnCode>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-earnCode>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-earnCode>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-earnCode novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-earnCode>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-earnCode>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-earnCode>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-earnCode novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-earnCode>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-earnCode>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-earnCode>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-earnCode novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-earnCode novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-earnCode novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-earnCode .links button,.novo-toolbar .novo-toolbar-row.novo-color-earnCode .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-earnCode novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-earnCode novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-earnCode .links button,.novo-toolbar .novo-toolbar-row.novo-theme-earnCode .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-earnCode novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-earnCode novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-earnCode .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-earnCode .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-earnCode novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-earnCode novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-earnCode .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-earnCode .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-earnCode .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-earnCode .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-earnCode .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-earnCode .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-earnCode,.novo-toolbar.novo-toolbar-single-row.novo-accent-earnCode{border-bottom:2px solid #696d79}.novo-toolbar .novo-toolbar-row.novo-color-invoiceStatement,.novo-toolbar .novo-toolbar-row.novo-theme-invoiceStatement,.novo-toolbar.novo-toolbar-single-row.novo-color-invoiceStatement,.novo-toolbar.novo-toolbar-single-row.novo-theme-invoiceStatement{color:#fff;background:#696d79}.novo-toolbar .novo-toolbar-row.novo-color-invoiceStatement>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-invoiceStatement>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-invoiceStatement>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-invoiceStatement novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-invoiceStatement>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-invoiceStatement>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-invoiceStatement>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-invoiceStatement novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-invoiceStatement>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-invoiceStatement>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-invoiceStatement>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-invoiceStatement novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-invoiceStatement>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-invoiceStatement>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-invoiceStatement>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-invoiceStatement novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-invoiceStatement novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-invoiceStatement novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-invoiceStatement .links button,.novo-toolbar .novo-toolbar-row.novo-color-invoiceStatement .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-invoiceStatement novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-invoiceStatement novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-invoiceStatement .links button,.novo-toolbar .novo-toolbar-row.novo-theme-invoiceStatement .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-invoiceStatement novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-invoiceStatement novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-invoiceStatement .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-invoiceStatement .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-invoiceStatement novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-invoiceStatement novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-invoiceStatement .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-invoiceStatement .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-invoiceStatement .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-invoiceStatement .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-invoiceStatement .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-invoiceStatement .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-invoiceStatement,.novo-toolbar.novo-toolbar-single-row.novo-accent-invoiceStatement{border-bottom:2px solid #696d79}.novo-toolbar .novo-toolbar-row.novo-color-billableCharge,.novo-toolbar .novo-toolbar-row.novo-theme-billableCharge,.novo-toolbar.novo-toolbar-single-row.novo-color-billableCharge,.novo-toolbar.novo-toolbar-single-row.novo-theme-billableCharge{color:#fff;background:#696d79}.novo-toolbar .novo-toolbar-row.novo-color-billableCharge>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-billableCharge>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-billableCharge>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-billableCharge novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-billableCharge>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-billableCharge>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-billableCharge>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-billableCharge novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-billableCharge>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-billableCharge>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-billableCharge>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-billableCharge novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-billableCharge>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-billableCharge>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-billableCharge>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-billableCharge novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-billableCharge novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-billableCharge novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-billableCharge .links button,.novo-toolbar .novo-toolbar-row.novo-color-billableCharge .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-billableCharge novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-billableCharge novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-billableCharge .links button,.novo-toolbar .novo-toolbar-row.novo-theme-billableCharge .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-billableCharge novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-billableCharge novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-billableCharge .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-billableCharge .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-billableCharge novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-billableCharge novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-billableCharge .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-billableCharge .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-billableCharge .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-billableCharge .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-billableCharge .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-billableCharge .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-billableCharge,.novo-toolbar.novo-toolbar-single-row.novo-accent-billableCharge{border-bottom:2px solid #696d79}.novo-toolbar .novo-toolbar-row.novo-color-payableCharge,.novo-toolbar .novo-toolbar-row.novo-theme-payableCharge,.novo-toolbar.novo-toolbar-single-row.novo-color-payableCharge,.novo-toolbar.novo-toolbar-single-row.novo-theme-payableCharge{color:#fff;background:#696d79}.novo-toolbar .novo-toolbar-row.novo-color-payableCharge>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-payableCharge>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-payableCharge>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-payableCharge novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-payableCharge>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-payableCharge>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-payableCharge>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-payableCharge novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-payableCharge>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-payableCharge>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-payableCharge>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-payableCharge novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-payableCharge>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-payableCharge>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-payableCharge>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-payableCharge novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-payableCharge novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-payableCharge novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-payableCharge .links button,.novo-toolbar .novo-toolbar-row.novo-color-payableCharge .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-payableCharge novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-payableCharge novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-payableCharge .links button,.novo-toolbar .novo-toolbar-row.novo-theme-payableCharge .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-payableCharge novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-payableCharge novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-payableCharge .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-payableCharge .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-payableCharge novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-payableCharge novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-payableCharge .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-payableCharge .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-payableCharge .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-payableCharge .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-payableCharge .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-payableCharge .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-payableCharge,.novo-toolbar.novo-toolbar-single-row.novo-accent-payableCharge{border-bottom:2px solid #696d79}.novo-toolbar .novo-toolbar-row.novo-color-user,.novo-toolbar .novo-toolbar-row.novo-theme-user,.novo-toolbar.novo-toolbar-single-row.novo-color-user,.novo-toolbar.novo-toolbar-single-row.novo-theme-user{color:#fff;background:#696d79}.novo-toolbar .novo-toolbar-row.novo-color-user>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-user>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-user>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-user novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-user>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-user>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-user>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-user novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-user>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-user>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-user>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-user novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-user>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-user>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-user>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-user novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-user novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-user novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-user .links button,.novo-toolbar .novo-toolbar-row.novo-color-user .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-user novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-user novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-user .links button,.novo-toolbar .novo-toolbar-row.novo-theme-user .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-user novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-user novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-user .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-user .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-user novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-user novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-user .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-user .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-user .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-user .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-user .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-user .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-user,.novo-toolbar.novo-toolbar-single-row.novo-accent-user{border-bottom:2px solid #696d79}.novo-toolbar .novo-toolbar-row.novo-color-corporateUser,.novo-toolbar .novo-toolbar-row.novo-theme-corporateUser,.novo-toolbar.novo-toolbar-single-row.novo-color-corporateUser,.novo-toolbar.novo-toolbar-single-row.novo-theme-corporateUser{color:#fff;background:#696d79}.novo-toolbar .novo-toolbar-row.novo-color-corporateUser>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-corporateUser>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-corporateUser>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-corporateUser novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-corporateUser>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-corporateUser>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-corporateUser>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-corporateUser novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-corporateUser>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-corporateUser>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-corporateUser>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-corporateUser novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-corporateUser>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-corporateUser>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-corporateUser>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-corporateUser novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-corporateUser novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-corporateUser novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-corporateUser .links button,.novo-toolbar .novo-toolbar-row.novo-color-corporateUser .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-corporateUser novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-corporateUser novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-corporateUser .links button,.novo-toolbar .novo-toolbar-row.novo-theme-corporateUser .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-corporateUser novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-corporateUser novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-corporateUser .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-corporateUser .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-corporateUser novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-corporateUser novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-corporateUser .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-corporateUser .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-corporateUser .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-corporateUser .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-corporateUser .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-corporateUser .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-corporateUser,.novo-toolbar.novo-toolbar-single-row.novo-accent-corporateUser{border-bottom:2px solid #696d79}.novo-toolbar .novo-toolbar-row.novo-color-distributionList,.novo-toolbar .novo-toolbar-row.novo-theme-distributionList,.novo-toolbar.novo-toolbar-single-row.novo-color-distributionList,.novo-toolbar.novo-toolbar-single-row.novo-theme-distributionList{color:#fff;background:#696d79}.novo-toolbar .novo-toolbar-row.novo-color-distributionList>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-distributionList>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-distributionList>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-distributionList novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-distributionList>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-distributionList>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-distributionList>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-distributionList novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-distributionList>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-distributionList>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-distributionList>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-distributionList novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-distributionList>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-distributionList>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-distributionList>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-distributionList novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-distributionList novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-distributionList novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-distributionList .links button,.novo-toolbar .novo-toolbar-row.novo-color-distributionList .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-distributionList novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-distributionList novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-distributionList .links button,.novo-toolbar .novo-toolbar-row.novo-theme-distributionList .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-distributionList novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-distributionList novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-distributionList .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-distributionList .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-distributionList novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-distributionList novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-distributionList .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-distributionList .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-distributionList .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-distributionList .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-distributionList .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-distributionList .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-distributionList,.novo-toolbar.novo-toolbar-single-row.novo-accent-distributionList{border-bottom:2px solid #696d79}.novo-toolbar .novo-toolbar-row.novo-color-credential,.novo-toolbar .novo-toolbar-row.novo-theme-credential,.novo-toolbar.novo-toolbar-single-row.novo-color-credential,.novo-toolbar.novo-toolbar-single-row.novo-theme-credential{color:#fff;background:#696d79}.novo-toolbar .novo-toolbar-row.novo-color-credential>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-credential>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-credential>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-credential novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-credential>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-credential>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-credential>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-credential novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-credential>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-credential>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-credential>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-credential novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-credential>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-credential>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-credential>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-credential novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-credential novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-credential novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-credential .links button,.novo-toolbar .novo-toolbar-row.novo-color-credential .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-credential novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-credential novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-credential .links button,.novo-toolbar .novo-toolbar-row.novo-theme-credential .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-credential novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-credential novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-credential .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-credential .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-credential novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-credential novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-credential .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-credential .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-credential .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-credential .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-credential .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-credential .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-credential,.novo-toolbar.novo-toolbar-single-row.novo-accent-credential{border-bottom:2px solid #696d79}.novo-toolbar .novo-toolbar-row.novo-color-person,.novo-toolbar .novo-toolbar-row.novo-theme-person,.novo-toolbar.novo-toolbar-single-row.novo-color-person,.novo-toolbar.novo-toolbar-single-row.novo-theme-person{color:#fff;background:#696d79}.novo-toolbar .novo-toolbar-row.novo-color-person>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-person>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-person>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-person novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-person>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-person>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-person>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-person novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-person>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-person>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-person>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-person novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-person>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-person>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-person>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-person novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-person novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-person novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-person .links button,.novo-toolbar .novo-toolbar-row.novo-color-person .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-person novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-person novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-person .links button,.novo-toolbar .novo-toolbar-row.novo-theme-person .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-person novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-person novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-person .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-person .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-person novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-person novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-person .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-person .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-person .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-person .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-person .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-person .novo-divider.novo-divider-vertical{border-right-color:#fff}.novo-toolbar .novo-toolbar-row.novo-accent-person,.novo-toolbar.novo-toolbar-single-row.novo-accent-person{border-bottom:2px solid #696d79}.novo-toolbar.novo-toolbar-multiple-rows{display:flex;box-sizing:border-box;flex-direction:column;width:100%}\n"] }]
|
|
42
|
+
}, changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, standalone: false, template: "<ng-content></ng-content>\n<ng-content select=\"novo-toolbar-row\"></ng-content>", styles: [".novo-toolbar .novo-toolbar-row,.novo-toolbar.novo-toolbar-single-row{display:flex;box-sizing:border-box;background-color:var(--background-bright);color:var(--text-main);padding:0 var(--spacing-md);width:100%;flex-direction:row;align-items:center;min-height:5rem;white-space:nowrap}.novo-toolbar .novo-toolbar-row .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row novo-nav,.novo-toolbar .novo-toolbar-row novo-tab,.novo-toolbar.novo-toolbar-single-row .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row novo-nav,.novo-toolbar.novo-toolbar-single-row novo-tab{height:inherit;min-height:inherit}.novo-toolbar .novo-toolbar-row.novo-color-border-default>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-border-default>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-border-default>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-border-default novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-border-default>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-border-default>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-border-default>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-border-default novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-border-default>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-border-default>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-border-default>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-border-default novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-border-default>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-border-default>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-border-default>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-border-default novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-border-default novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-border-default novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-border-default .links button,.novo-toolbar .novo-toolbar-row.novo-color-border-default .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-border-default novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-border-default novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-border-default .links button,.novo-toolbar .novo-toolbar-row.novo-theme-border-default .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-border-default novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-border-default novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-border-default .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-border-default .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-border-default novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-border-default novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-border-default .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-border-default .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-accent-border-default,.novo-toolbar.novo-toolbar-single-row.novo-accent-border-default{border-bottom:2px solid}.novo-toolbar .novo-toolbar-row.novo-color-black,.novo-toolbar .novo-toolbar-row.novo-theme-black,.novo-toolbar.novo-toolbar-single-row.novo-color-black,.novo-toolbar.novo-toolbar-single-row.novo-theme-black{color:var(--color-contrast-black);background:var(--color-black)}.novo-toolbar .novo-toolbar-row.novo-color-black>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-black>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-black>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-black novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-black>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-black>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-black>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-black novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-black>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-black>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-black>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-black novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-black>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-black>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-black>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-black novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-black novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-black novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-black .links button,.novo-toolbar .novo-toolbar-row.novo-color-black .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-black novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-black novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-black .links button,.novo-toolbar .novo-toolbar-row.novo-theme-black .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-black novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-black novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-black .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-black .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-black novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-black novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-black .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-black .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-black .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-black .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-black .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-black .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-black)}.novo-toolbar .novo-toolbar-row.novo-accent-black,.novo-toolbar.novo-toolbar-single-row.novo-accent-black{border-bottom:2px solid var(--color-black)}.novo-toolbar .novo-toolbar-row.novo-color-white,.novo-toolbar .novo-toolbar-row.novo-theme-white,.novo-toolbar.novo-toolbar-single-row.novo-color-white,.novo-toolbar.novo-toolbar-single-row.novo-theme-white{color:var(--color-contrast-white);background:var(--color-white)}.novo-toolbar .novo-toolbar-row.novo-color-white>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-white>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-white>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-white novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-white>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-white>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-white>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-white novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-white>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-white>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-white>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-white novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-white>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-white>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-white>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-white novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-white novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-white novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-white .links button,.novo-toolbar .novo-toolbar-row.novo-color-white .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-white novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-white novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-white .links button,.novo-toolbar .novo-toolbar-row.novo-theme-white .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-white novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-white novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-white .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-white .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-white novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-white novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-white .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-white .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-white .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-white .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-white .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-white .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-white)}.novo-toolbar .novo-toolbar-row.novo-accent-white,.novo-toolbar.novo-toolbar-single-row.novo-accent-white{border-bottom:2px solid var(--color-white)}.novo-toolbar .novo-toolbar-row.novo-color-gray,.novo-toolbar .novo-toolbar-row.novo-theme-gray,.novo-toolbar.novo-toolbar-single-row.novo-color-gray,.novo-toolbar.novo-toolbar-single-row.novo-theme-gray{color:var(--color-contrast-gray);background:var(--color-gray)}.novo-toolbar .novo-toolbar-row.novo-color-gray>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-gray>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-gray>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-gray novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-gray>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-gray>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-gray>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-gray novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-gray>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-gray>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-gray>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-gray novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-gray>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-gray>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-gray>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-gray novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-gray novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-gray novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-gray .links button,.novo-toolbar .novo-toolbar-row.novo-color-gray .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-gray novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-gray novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-gray .links button,.novo-toolbar .novo-toolbar-row.novo-theme-gray .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-gray novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-gray novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-gray .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-gray .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-gray novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-gray novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-gray .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-gray .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-gray .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-gray .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-gray .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-gray .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-gray)}.novo-toolbar .novo-toolbar-row.novo-accent-gray,.novo-toolbar.novo-toolbar-single-row.novo-accent-gray{border-bottom:2px solid var(--color-gray)}.novo-toolbar .novo-toolbar-row.novo-color-grey,.novo-toolbar .novo-toolbar-row.novo-theme-grey,.novo-toolbar.novo-toolbar-single-row.novo-color-grey,.novo-toolbar.novo-toolbar-single-row.novo-theme-grey{color:var(--color-contrast-grey);background:var(--color-grey)}.novo-toolbar .novo-toolbar-row.novo-color-grey>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-grey>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-grey>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-grey novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-grey>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-grey>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-grey>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-grey novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-grey>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-grey>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-grey>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-grey novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-grey>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-grey>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-grey>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-grey novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-grey novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-grey novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-grey .links button,.novo-toolbar .novo-toolbar-row.novo-color-grey .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-grey novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-grey novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-grey .links button,.novo-toolbar .novo-toolbar-row.novo-theme-grey .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-grey novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-grey novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-grey .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-grey .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-grey novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-grey novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-grey .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-grey .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-grey .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-grey .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-grey .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-grey .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-grey)}.novo-toolbar .novo-toolbar-row.novo-accent-grey,.novo-toolbar.novo-toolbar-single-row.novo-accent-grey{border-bottom:2px solid var(--color-grey)}.novo-toolbar .novo-toolbar-row.novo-color-offWhite,.novo-toolbar .novo-toolbar-row.novo-theme-offWhite,.novo-toolbar.novo-toolbar-single-row.novo-color-offWhite,.novo-toolbar.novo-toolbar-single-row.novo-theme-offWhite{color:var(--color-contrast-off-white);background:var(--color-off-white)}.novo-toolbar .novo-toolbar-row.novo-color-offWhite>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-offWhite>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-offWhite>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-offWhite novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-offWhite>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-offWhite>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-offWhite>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-offWhite novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-offWhite>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-offWhite>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-offWhite>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-offWhite novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-offWhite>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-offWhite>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-offWhite>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-offWhite novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-offWhite novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-offWhite novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-offWhite .links button,.novo-toolbar .novo-toolbar-row.novo-color-offWhite .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-offWhite novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-offWhite novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-offWhite .links button,.novo-toolbar .novo-toolbar-row.novo-theme-offWhite .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-offWhite novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-offWhite novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-offWhite .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-offWhite .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-offWhite novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-offWhite novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-offWhite .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-offWhite .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-offWhite .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-offWhite .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-offWhite .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-offWhite .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-off-white)}.novo-toolbar .novo-toolbar-row.novo-accent-offWhite,.novo-toolbar.novo-toolbar-single-row.novo-accent-offWhite{border-bottom:2px solid var(--color-off-white)}.novo-toolbar .novo-toolbar-row.novo-color-bright,.novo-toolbar .novo-toolbar-row.novo-theme-bright,.novo-toolbar.novo-toolbar-single-row.novo-color-bright,.novo-toolbar.novo-toolbar-single-row.novo-theme-bright{color:var(--color-contrast-bright);background:var(--color-bright)}.novo-toolbar .novo-toolbar-row.novo-color-bright>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-bright>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-bright>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-bright novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-bright>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-bright>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-bright>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-bright novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-bright>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-bright>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-bright>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-bright novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-bright>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-bright>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-bright>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-bright novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-bright novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-bright novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-bright .links button,.novo-toolbar .novo-toolbar-row.novo-color-bright .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-bright novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-bright novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-bright .links button,.novo-toolbar .novo-toolbar-row.novo-theme-bright .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-bright novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-bright novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-bright .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-bright .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-bright novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-bright novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-bright .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-bright .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-bright .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-bright .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-bright .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-bright .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-bright)}.novo-toolbar .novo-toolbar-row.novo-accent-bright,.novo-toolbar.novo-toolbar-single-row.novo-accent-bright{border-bottom:2px solid var(--color-bright)}.novo-toolbar .novo-toolbar-row.novo-color-light,.novo-toolbar .novo-toolbar-row.novo-theme-light,.novo-toolbar.novo-toolbar-single-row.novo-color-light,.novo-toolbar.novo-toolbar-single-row.novo-theme-light{color:var(--color-contrast-light);background:var(--color-light)}.novo-toolbar .novo-toolbar-row.novo-color-light>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-light>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-light>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-light novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-light>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-light>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-light>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-light novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-light>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-light>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-light>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-light novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-light>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-light>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-light>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-light novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-light novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-light novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-light .links button,.novo-toolbar .novo-toolbar-row.novo-color-light .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-light novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-light novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-light .links button,.novo-toolbar .novo-toolbar-row.novo-theme-light .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-light novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-light novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-light .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-light .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-light novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-light novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-light .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-light .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-light .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-light .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-light .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-light .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-light)}.novo-toolbar .novo-toolbar-row.novo-accent-light,.novo-toolbar.novo-toolbar-single-row.novo-accent-light{border-bottom:2px solid var(--color-light)}.novo-toolbar .novo-toolbar-row.novo-color-neutral,.novo-toolbar .novo-toolbar-row.novo-theme-neutral,.novo-toolbar.novo-toolbar-single-row.novo-color-neutral,.novo-toolbar.novo-toolbar-single-row.novo-theme-neutral{color:var(--color-contrast-neutral);background:var(--color-neutral)}.novo-toolbar .novo-toolbar-row.novo-color-neutral>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-neutral>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-neutral>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-neutral novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-neutral>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-neutral>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-neutral>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-neutral novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-neutral>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-neutral>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-neutral>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-neutral novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-neutral>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-neutral>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-neutral>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-neutral novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-neutral novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-neutral novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-neutral .links button,.novo-toolbar .novo-toolbar-row.novo-color-neutral .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-neutral novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-neutral novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-neutral .links button,.novo-toolbar .novo-toolbar-row.novo-theme-neutral .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-neutral novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-neutral novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-neutral .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-neutral .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-neutral novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-neutral novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-neutral .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-neutral .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-neutral .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-neutral .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-neutral .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-neutral .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-neutral)}.novo-toolbar .novo-toolbar-row.novo-accent-neutral,.novo-toolbar.novo-toolbar-single-row.novo-accent-neutral{border-bottom:2px solid var(--color-neutral)}.novo-toolbar .novo-toolbar-row.novo-color-dark,.novo-toolbar .novo-toolbar-row.novo-theme-dark,.novo-toolbar.novo-toolbar-single-row.novo-color-dark,.novo-toolbar.novo-toolbar-single-row.novo-theme-dark{color:var(--color-contrast-dark);background:var(--color-dark)}.novo-toolbar .novo-toolbar-row.novo-color-dark>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-dark>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-dark>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-dark novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-dark>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-dark>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-dark>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-dark novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-dark>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-dark>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-dark>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-dark novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-dark>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-dark>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-dark>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-dark novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-dark novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-dark novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-dark .links button,.novo-toolbar .novo-toolbar-row.novo-color-dark .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-dark novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-dark novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-dark .links button,.novo-toolbar .novo-toolbar-row.novo-theme-dark .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-dark novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-dark novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-dark .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-dark .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-dark novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-dark novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-dark .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-dark .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-dark .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-dark .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-dark .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-dark .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-dark)}.novo-toolbar .novo-toolbar-row.novo-accent-dark,.novo-toolbar.novo-toolbar-single-row.novo-accent-dark{border-bottom:2px solid var(--color-dark)}.novo-toolbar .novo-toolbar-row.novo-color-orange,.novo-toolbar .novo-toolbar-row.novo-theme-orange,.novo-toolbar.novo-toolbar-single-row.novo-color-orange,.novo-toolbar.novo-toolbar-single-row.novo-theme-orange{color:var(--color-contrast-orange);background:var(--color-orange)}.novo-toolbar .novo-toolbar-row.novo-color-orange>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-orange>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-orange>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-orange novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-orange>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-orange>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-orange>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-orange novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-orange>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-orange>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-orange>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-orange novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-orange>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-orange>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-orange>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-orange novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-orange novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-orange novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-orange .links button,.novo-toolbar .novo-toolbar-row.novo-color-orange .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-orange novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-orange novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-orange .links button,.novo-toolbar .novo-toolbar-row.novo-theme-orange .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-orange novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-orange novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-orange .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-orange .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-orange novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-orange novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-orange .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-orange .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-orange .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-orange .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-orange .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-orange .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-orange)}.novo-toolbar .novo-toolbar-row.novo-accent-orange,.novo-toolbar.novo-toolbar-single-row.novo-accent-orange{border-bottom:2px solid var(--color-orange)}.novo-toolbar .novo-toolbar-row.novo-color-navigation,.novo-toolbar .novo-toolbar-row.novo-theme-navigation,.novo-toolbar.novo-toolbar-single-row.novo-color-navigation,.novo-toolbar.novo-toolbar-single-row.novo-theme-navigation{color:var(--color-contrast-navigation);background:var(--color-navigation)}.novo-toolbar .novo-toolbar-row.novo-color-navigation>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-navigation>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-navigation>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-navigation novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-navigation>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-navigation>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-navigation>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-navigation novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-navigation>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-navigation>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-navigation>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-navigation novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-navigation>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-navigation>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-navigation>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-navigation novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-navigation novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-navigation novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-navigation .links button,.novo-toolbar .novo-toolbar-row.novo-color-navigation .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-navigation novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-navigation novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-navigation .links button,.novo-toolbar .novo-toolbar-row.novo-theme-navigation .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-navigation novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-navigation novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-navigation .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-navigation .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-navigation novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-navigation novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-navigation .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-navigation .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-navigation .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-navigation .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-navigation .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-navigation .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-navigation)}.novo-toolbar .novo-toolbar-row.novo-accent-navigation,.novo-toolbar.novo-toolbar-single-row.novo-accent-navigation{border-bottom:2px solid var(--color-navigation)}.novo-toolbar .novo-toolbar-row.novo-color-skyBlue,.novo-toolbar .novo-toolbar-row.novo-theme-skyBlue,.novo-toolbar.novo-toolbar-single-row.novo-color-skyBlue,.novo-toolbar.novo-toolbar-single-row.novo-theme-skyBlue{color:var(--color-contrast-sky-blue);background:var(--color-sky-blue)}.novo-toolbar .novo-toolbar-row.novo-color-skyBlue>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-skyBlue>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-skyBlue>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-skyBlue novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-skyBlue>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-skyBlue>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-skyBlue>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-skyBlue novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-skyBlue>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-skyBlue>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-skyBlue>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-skyBlue novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-skyBlue>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-skyBlue>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-skyBlue>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-skyBlue novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-skyBlue novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-skyBlue novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-skyBlue .links button,.novo-toolbar .novo-toolbar-row.novo-color-skyBlue .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-skyBlue novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-skyBlue novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-skyBlue .links button,.novo-toolbar .novo-toolbar-row.novo-theme-skyBlue .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-skyBlue novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-skyBlue novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-skyBlue .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-skyBlue .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-skyBlue novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-skyBlue novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-skyBlue .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-skyBlue .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-skyBlue .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-skyBlue .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-skyBlue .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-skyBlue .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-sky-blue)}.novo-toolbar .novo-toolbar-row.novo-accent-skyBlue,.novo-toolbar.novo-toolbar-single-row.novo-accent-skyBlue{border-bottom:2px solid var(--color-sky-blue)}.novo-toolbar .novo-toolbar-row.novo-color-steel,.novo-toolbar .novo-toolbar-row.novo-theme-steel,.novo-toolbar.novo-toolbar-single-row.novo-color-steel,.novo-toolbar.novo-toolbar-single-row.novo-theme-steel{color:var(--color-contrast-steel);background:var(--color-steel)}.novo-toolbar .novo-toolbar-row.novo-color-steel>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-steel>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-steel>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-steel novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-steel>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-steel>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-steel>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-steel novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-steel>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-steel>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-steel>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-steel novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-steel>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-steel>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-steel>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-steel novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-steel novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-steel novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-steel .links button,.novo-toolbar .novo-toolbar-row.novo-color-steel .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-steel novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-steel novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-steel .links button,.novo-toolbar .novo-toolbar-row.novo-theme-steel .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-steel novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-steel novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-steel .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-steel .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-steel novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-steel novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-steel .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-steel .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-steel .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-steel .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-steel .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-steel .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-steel)}.novo-toolbar .novo-toolbar-row.novo-accent-steel,.novo-toolbar.novo-toolbar-single-row.novo-accent-steel{border-bottom:2px solid var(--color-steel)}.novo-toolbar .novo-toolbar-row.novo-color-metal,.novo-toolbar .novo-toolbar-row.novo-theme-metal,.novo-toolbar.novo-toolbar-single-row.novo-color-metal,.novo-toolbar.novo-toolbar-single-row.novo-theme-metal{color:var(--color-contrast-metal);background:var(--color-metal)}.novo-toolbar .novo-toolbar-row.novo-color-metal>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-metal>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-metal>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-metal novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-metal>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-metal>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-metal>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-metal novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-metal>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-metal>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-metal>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-metal novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-metal>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-metal>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-metal>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-metal novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-metal novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-metal novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-metal .links button,.novo-toolbar .novo-toolbar-row.novo-color-metal .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-metal novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-metal novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-metal .links button,.novo-toolbar .novo-toolbar-row.novo-theme-metal .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-metal novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-metal novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-metal .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-metal .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-metal novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-metal novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-metal .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-metal .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-metal .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-metal .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-metal .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-metal .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-metal)}.novo-toolbar .novo-toolbar-row.novo-accent-metal,.novo-toolbar.novo-toolbar-single-row.novo-accent-metal{border-bottom:2px solid var(--color-metal)}.novo-toolbar .novo-toolbar-row.novo-color-sand,.novo-toolbar .novo-toolbar-row.novo-theme-sand,.novo-toolbar.novo-toolbar-single-row.novo-color-sand,.novo-toolbar.novo-toolbar-single-row.novo-theme-sand{color:var(--color-contrast-sand);background:var(--color-sand)}.novo-toolbar .novo-toolbar-row.novo-color-sand>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-sand>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-sand>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-sand novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-sand>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-sand>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-sand>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-sand novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-sand>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-sand>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-sand>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-sand novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-sand>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-sand>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-sand>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-sand novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-sand novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-sand novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-sand .links button,.novo-toolbar .novo-toolbar-row.novo-color-sand .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-sand novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-sand novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-sand .links button,.novo-toolbar .novo-toolbar-row.novo-theme-sand .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-sand novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-sand novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-sand .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-sand .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-sand novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-sand novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-sand .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-sand .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-sand .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-sand .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-sand .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-sand .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-sand)}.novo-toolbar .novo-toolbar-row.novo-accent-sand,.novo-toolbar.novo-toolbar-single-row.novo-accent-sand{border-bottom:2px solid var(--color-sand)}.novo-toolbar .novo-toolbar-row.novo-color-silver,.novo-toolbar .novo-toolbar-row.novo-theme-silver,.novo-toolbar.novo-toolbar-single-row.novo-color-silver,.novo-toolbar.novo-toolbar-single-row.novo-theme-silver{color:var(--color-contrast-silver);background:var(--color-silver)}.novo-toolbar .novo-toolbar-row.novo-color-silver>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-silver>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-silver>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-silver novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-silver>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-silver>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-silver>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-silver novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-silver>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-silver>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-silver>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-silver novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-silver>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-silver>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-silver>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-silver novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-silver novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-silver novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-silver .links button,.novo-toolbar .novo-toolbar-row.novo-color-silver .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-silver novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-silver novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-silver .links button,.novo-toolbar .novo-toolbar-row.novo-theme-silver .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-silver novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-silver novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-silver .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-silver .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-silver novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-silver novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-silver .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-silver .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-silver .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-silver .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-silver .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-silver .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-silver)}.novo-toolbar .novo-toolbar-row.novo-accent-silver,.novo-toolbar.novo-toolbar-single-row.novo-accent-silver{border-bottom:2px solid var(--color-silver)}.novo-toolbar .novo-toolbar-row.novo-color-stone,.novo-toolbar .novo-toolbar-row.novo-theme-stone,.novo-toolbar.novo-toolbar-single-row.novo-color-stone,.novo-toolbar.novo-toolbar-single-row.novo-theme-stone{color:var(--color-contrast-stone);background:var(--color-stone)}.novo-toolbar .novo-toolbar-row.novo-color-stone>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-stone>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-stone>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-stone novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-stone>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-stone>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-stone>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-stone novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-stone>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-stone>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-stone>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-stone novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-stone>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-stone>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-stone>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-stone novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-stone novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-stone novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-stone .links button,.novo-toolbar .novo-toolbar-row.novo-color-stone .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-stone novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-stone novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-stone .links button,.novo-toolbar .novo-toolbar-row.novo-theme-stone .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-stone novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-stone novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-stone .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-stone .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-stone novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-stone novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-stone .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-stone .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-stone .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-stone .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-stone .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-stone .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-stone)}.novo-toolbar .novo-toolbar-row.novo-accent-stone,.novo-toolbar.novo-toolbar-single-row.novo-accent-stone{border-bottom:2px solid var(--color-stone)}.novo-toolbar .novo-toolbar-row.novo-color-ash,.novo-toolbar .novo-toolbar-row.novo-theme-ash,.novo-toolbar.novo-toolbar-single-row.novo-color-ash,.novo-toolbar.novo-toolbar-single-row.novo-theme-ash{color:var(--color-contrast-ash);background:var(--color-ash)}.novo-toolbar .novo-toolbar-row.novo-color-ash>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-ash>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-ash>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-ash novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-ash>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-ash>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-ash>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-ash novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-ash>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-ash>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-ash>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-ash novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-ash>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-ash>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-ash>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-ash novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-ash novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-ash novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-ash .links button,.novo-toolbar .novo-toolbar-row.novo-color-ash .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-ash novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-ash novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-ash .links button,.novo-toolbar .novo-toolbar-row.novo-theme-ash .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-ash novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-ash novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-ash .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-ash .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-ash novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-ash novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-ash .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-ash .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-ash .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-ash .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-ash .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-ash .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-ash)}.novo-toolbar .novo-toolbar-row.novo-accent-ash,.novo-toolbar.novo-toolbar-single-row.novo-accent-ash{border-bottom:2px solid var(--color-ash)}.novo-toolbar .novo-toolbar-row.novo-color-anonymous,.novo-toolbar .novo-toolbar-row.novo-theme-anonymous,.novo-toolbar.novo-toolbar-single-row.novo-color-anonymous,.novo-toolbar.novo-toolbar-single-row.novo-theme-anonymous{color:var(--color-contrast-anonymous);background:var(--color-anonymous)}.novo-toolbar .novo-toolbar-row.novo-color-anonymous>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-anonymous>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-anonymous>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-anonymous novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-anonymous>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-anonymous>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-anonymous>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-anonymous novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-anonymous>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-anonymous>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-anonymous>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-anonymous novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-anonymous>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-anonymous>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-anonymous>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-anonymous novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-anonymous novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-anonymous novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-anonymous .links button,.novo-toolbar .novo-toolbar-row.novo-color-anonymous .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-anonymous novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-anonymous novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-anonymous .links button,.novo-toolbar .novo-toolbar-row.novo-theme-anonymous .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-anonymous novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-anonymous novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-anonymous .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-anonymous .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-anonymous novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-anonymous novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-anonymous .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-anonymous .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-anonymous .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-anonymous .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-anonymous .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-anonymous .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-anonymous)}.novo-toolbar .novo-toolbar-row.novo-accent-anonymous,.novo-toolbar.novo-toolbar-single-row.novo-accent-anonymous{border-bottom:2px solid var(--color-anonymous)}.novo-toolbar .novo-toolbar-row.novo-color-slate,.novo-toolbar .novo-toolbar-row.novo-theme-slate,.novo-toolbar.novo-toolbar-single-row.novo-color-slate,.novo-toolbar.novo-toolbar-single-row.novo-theme-slate{color:var(--color-contrast-slate);background:var(--color-slate)}.novo-toolbar .novo-toolbar-row.novo-color-slate>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-slate>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-slate>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-slate novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-slate>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-slate>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-slate>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-slate novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-slate>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-slate>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-slate>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-slate novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-slate>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-slate>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-slate>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-slate novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-slate novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-slate novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-slate .links button,.novo-toolbar .novo-toolbar-row.novo-color-slate .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-slate novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-slate novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-slate .links button,.novo-toolbar .novo-toolbar-row.novo-theme-slate .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-slate novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-slate novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-slate .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-slate .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-slate novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-slate novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-slate .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-slate .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-slate .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-slate .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-slate .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-slate .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-slate)}.novo-toolbar .novo-toolbar-row.novo-accent-slate,.novo-toolbar.novo-toolbar-single-row.novo-accent-slate{border-bottom:2px solid var(--color-slate)}.novo-toolbar .novo-toolbar-row.novo-color-onyx,.novo-toolbar .novo-toolbar-row.novo-theme-onyx,.novo-toolbar.novo-toolbar-single-row.novo-color-onyx,.novo-toolbar.novo-toolbar-single-row.novo-theme-onyx{color:var(--color-contrast-onyx);background:var(--color-onyx)}.novo-toolbar .novo-toolbar-row.novo-color-onyx>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-onyx>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-onyx>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-onyx novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-onyx>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-onyx>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-onyx>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-onyx novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-onyx>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-onyx>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-onyx>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-onyx novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-onyx>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-onyx>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-onyx>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-onyx novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-onyx novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-onyx novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-onyx .links button,.novo-toolbar .novo-toolbar-row.novo-color-onyx .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-onyx novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-onyx novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-onyx .links button,.novo-toolbar .novo-toolbar-row.novo-theme-onyx .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-onyx novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-onyx novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-onyx .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-onyx .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-onyx novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-onyx novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-onyx .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-onyx .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-onyx .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-onyx .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-onyx .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-onyx .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-onyx)}.novo-toolbar .novo-toolbar-row.novo-accent-onyx,.novo-toolbar.novo-toolbar-single-row.novo-accent-onyx{border-bottom:2px solid var(--color-onyx)}.novo-toolbar .novo-toolbar-row.novo-color-charcoal,.novo-toolbar .novo-toolbar-row.novo-theme-charcoal,.novo-toolbar.novo-toolbar-single-row.novo-color-charcoal,.novo-toolbar.novo-toolbar-single-row.novo-theme-charcoal{color:var(--color-contrast-charcoal);background:var(--color-charcoal)}.novo-toolbar .novo-toolbar-row.novo-color-charcoal>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-charcoal>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-charcoal>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-charcoal novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-charcoal>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-charcoal>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-charcoal>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-charcoal novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-charcoal>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-charcoal>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-charcoal>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-charcoal novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-charcoal>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-charcoal>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-charcoal>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-charcoal novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-charcoal novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-charcoal novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-charcoal .links button,.novo-toolbar .novo-toolbar-row.novo-color-charcoal .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-charcoal novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-charcoal novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-charcoal .links button,.novo-toolbar .novo-toolbar-row.novo-theme-charcoal .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-charcoal novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-charcoal novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-charcoal .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-charcoal .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-charcoal novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-charcoal novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-charcoal .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-charcoal .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-charcoal .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-charcoal .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-charcoal .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-charcoal .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-charcoal)}.novo-toolbar .novo-toolbar-row.novo-accent-charcoal,.novo-toolbar.novo-toolbar-single-row.novo-accent-charcoal{border-bottom:2px solid var(--color-charcoal)}.novo-toolbar .novo-toolbar-row.novo-color-moonlight,.novo-toolbar .novo-toolbar-row.novo-theme-moonlight,.novo-toolbar.novo-toolbar-single-row.novo-color-moonlight,.novo-toolbar.novo-toolbar-single-row.novo-theme-moonlight{color:var(--color-contrast-moonlight);background:var(--color-moonlight)}.novo-toolbar .novo-toolbar-row.novo-color-moonlight>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-moonlight>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-moonlight>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-moonlight novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-moonlight>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-moonlight>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-moonlight>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-moonlight novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-moonlight>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-moonlight>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-moonlight>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-moonlight novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-moonlight>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-moonlight>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-moonlight>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-moonlight novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-moonlight novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-moonlight novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-moonlight .links button,.novo-toolbar .novo-toolbar-row.novo-color-moonlight .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-moonlight novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-moonlight novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-moonlight .links button,.novo-toolbar .novo-toolbar-row.novo-theme-moonlight .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-moonlight novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-moonlight novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-moonlight .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-moonlight .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-moonlight novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-moonlight novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-moonlight .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-moonlight .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-moonlight .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-moonlight .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-moonlight .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-moonlight .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-moonlight)}.novo-toolbar .novo-toolbar-row.novo-accent-moonlight,.novo-toolbar.novo-toolbar-single-row.novo-accent-moonlight{border-bottom:2px solid var(--color-moonlight)}.novo-toolbar .novo-toolbar-row.novo-color-midnight,.novo-toolbar .novo-toolbar-row.novo-theme-midnight,.novo-toolbar.novo-toolbar-single-row.novo-color-midnight,.novo-toolbar.novo-toolbar-single-row.novo-theme-midnight{color:var(--color-contrast-midnight);background:var(--color-midnight)}.novo-toolbar .novo-toolbar-row.novo-color-midnight>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-midnight>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-midnight>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-midnight novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-midnight>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-midnight>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-midnight>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-midnight novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-midnight>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-midnight>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-midnight>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-midnight novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-midnight>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-midnight>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-midnight>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-midnight novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-midnight novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-midnight novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-midnight .links button,.novo-toolbar .novo-toolbar-row.novo-color-midnight .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-midnight novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-midnight novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-midnight .links button,.novo-toolbar .novo-toolbar-row.novo-theme-midnight .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-midnight novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-midnight novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-midnight .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-midnight .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-midnight novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-midnight novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-midnight .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-midnight .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-midnight .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-midnight .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-midnight .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-midnight .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-midnight)}.novo-toolbar .novo-toolbar-row.novo-accent-midnight,.novo-toolbar.novo-toolbar-single-row.novo-accent-midnight{border-bottom:2px solid var(--color-midnight)}.novo-toolbar .novo-toolbar-row.novo-color-darkness,.novo-toolbar .novo-toolbar-row.novo-theme-darkness,.novo-toolbar.novo-toolbar-single-row.novo-color-darkness,.novo-toolbar.novo-toolbar-single-row.novo-theme-darkness{color:var(--color-contrast-darkness);background:var(--color-darkness)}.novo-toolbar .novo-toolbar-row.novo-color-darkness>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-darkness>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-darkness>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-darkness novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-darkness>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-darkness>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-darkness>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-darkness novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-darkness>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-darkness>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-darkness>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-darkness novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-darkness>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-darkness>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-darkness>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-darkness novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-darkness novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-darkness novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-darkness .links button,.novo-toolbar .novo-toolbar-row.novo-color-darkness .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-darkness novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-darkness novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-darkness .links button,.novo-toolbar .novo-toolbar-row.novo-theme-darkness .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-darkness novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-darkness novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-darkness .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-darkness .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-darkness novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-darkness novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-darkness .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-darkness .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-darkness .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-darkness .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-darkness .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-darkness .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-darkness)}.novo-toolbar .novo-toolbar-row.novo-accent-darkness,.novo-toolbar.novo-toolbar-single-row.novo-accent-darkness{border-bottom:2px solid var(--color-darkness)}.novo-toolbar .novo-toolbar-row.novo-color-navy,.novo-toolbar .novo-toolbar-row.novo-theme-navy,.novo-toolbar.novo-toolbar-single-row.novo-color-navy,.novo-toolbar.novo-toolbar-single-row.novo-theme-navy{color:var(--color-contrast-navy);background:var(--color-navy)}.novo-toolbar .novo-toolbar-row.novo-color-navy>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-navy>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-navy>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-navy novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-navy>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-navy>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-navy>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-navy novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-navy>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-navy>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-navy>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-navy novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-navy>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-navy>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-navy>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-navy novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-navy novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-navy novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-navy .links button,.novo-toolbar .novo-toolbar-row.novo-color-navy .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-navy novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-navy novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-navy .links button,.novo-toolbar .novo-toolbar-row.novo-theme-navy .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-navy novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-navy novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-navy .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-navy .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-navy novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-navy novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-navy .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-navy .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-navy .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-navy .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-navy .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-navy .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-navy)}.novo-toolbar .novo-toolbar-row.novo-accent-navy,.novo-toolbar.novo-toolbar-single-row.novo-accent-navy{border-bottom:2px solid var(--color-navy)}.novo-toolbar .novo-toolbar-row.novo-color-aqua,.novo-toolbar .novo-toolbar-row.novo-theme-aqua,.novo-toolbar.novo-toolbar-single-row.novo-color-aqua,.novo-toolbar.novo-toolbar-single-row.novo-theme-aqua{color:var(--color-contrast-aqua);background:var(--color-aqua)}.novo-toolbar .novo-toolbar-row.novo-color-aqua>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-aqua>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-aqua>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-aqua novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-aqua>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-aqua>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-aqua>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-aqua novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-aqua>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-aqua>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-aqua>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-aqua novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-aqua>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-aqua>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-aqua>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-aqua novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-aqua novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-aqua novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-aqua .links button,.novo-toolbar .novo-toolbar-row.novo-color-aqua .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-aqua novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-aqua novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-aqua .links button,.novo-toolbar .novo-toolbar-row.novo-theme-aqua .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-aqua novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-aqua novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-aqua .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-aqua .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-aqua novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-aqua novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-aqua .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-aqua .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-aqua .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-aqua .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-aqua .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-aqua .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-aqua)}.novo-toolbar .novo-toolbar-row.novo-accent-aqua,.novo-toolbar.novo-toolbar-single-row.novo-accent-aqua{border-bottom:2px solid var(--color-aqua)}.novo-toolbar .novo-toolbar-row.novo-color-ocean,.novo-toolbar .novo-toolbar-row.novo-theme-ocean,.novo-toolbar.novo-toolbar-single-row.novo-color-ocean,.novo-toolbar.novo-toolbar-single-row.novo-theme-ocean{color:var(--color-contrast-ocean);background:var(--color-ocean)}.novo-toolbar .novo-toolbar-row.novo-color-ocean>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-ocean>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-ocean>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-ocean novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-ocean>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-ocean>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-ocean>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-ocean novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-ocean>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-ocean>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-ocean>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-ocean novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-ocean>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-ocean>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-ocean>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-ocean novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-ocean novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-ocean novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-ocean .links button,.novo-toolbar .novo-toolbar-row.novo-color-ocean .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-ocean novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-ocean novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-ocean .links button,.novo-toolbar .novo-toolbar-row.novo-theme-ocean .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-ocean novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-ocean novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-ocean .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-ocean .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-ocean novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-ocean novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-ocean .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-ocean .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-ocean .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-ocean .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-ocean .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-ocean .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-ocean)}.novo-toolbar .novo-toolbar-row.novo-accent-ocean,.novo-toolbar.novo-toolbar-single-row.novo-accent-ocean{border-bottom:2px solid var(--color-ocean)}.novo-toolbar .novo-toolbar-row.novo-color-mint,.novo-toolbar .novo-toolbar-row.novo-theme-mint,.novo-toolbar.novo-toolbar-single-row.novo-color-mint,.novo-toolbar.novo-toolbar-single-row.novo-theme-mint{color:var(--color-contrast-mint);background:var(--color-mint)}.novo-toolbar .novo-toolbar-row.novo-color-mint>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-mint>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-mint>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-mint novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-mint>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-mint>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-mint>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-mint novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-mint>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-mint>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-mint>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-mint novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-mint>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-mint>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-mint>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-mint novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-mint novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-mint novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-mint .links button,.novo-toolbar .novo-toolbar-row.novo-color-mint .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-mint novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-mint novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-mint .links button,.novo-toolbar .novo-toolbar-row.novo-theme-mint .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-mint novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-mint novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-mint .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-mint .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-mint novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-mint novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-mint .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-mint .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-mint .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-mint .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-mint .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-mint .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-mint)}.novo-toolbar .novo-toolbar-row.novo-accent-mint,.novo-toolbar.novo-toolbar-single-row.novo-accent-mint{border-bottom:2px solid var(--color-mint)}.novo-toolbar .novo-toolbar-row.novo-color-grass,.novo-toolbar .novo-toolbar-row.novo-theme-grass,.novo-toolbar.novo-toolbar-single-row.novo-color-grass,.novo-toolbar.novo-toolbar-single-row.novo-theme-grass{color:var(--color-contrast-grass);background:var(--color-grass)}.novo-toolbar .novo-toolbar-row.novo-color-grass>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-grass>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-grass>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-grass novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-grass>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-grass>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-grass>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-grass novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-grass>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-grass>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-grass>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-grass novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-grass>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-grass>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-grass>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-grass novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-grass novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-grass novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-grass .links button,.novo-toolbar .novo-toolbar-row.novo-color-grass .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-grass novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-grass novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-grass .links button,.novo-toolbar .novo-toolbar-row.novo-theme-grass .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-grass novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-grass novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-grass .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-grass .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-grass novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-grass novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-grass .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-grass .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-grass .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-grass .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-grass .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-grass .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-grass)}.novo-toolbar .novo-toolbar-row.novo-accent-grass,.novo-toolbar.novo-toolbar-single-row.novo-accent-grass{border-bottom:2px solid var(--color-grass)}.novo-toolbar .novo-toolbar-row.novo-color-sunflower,.novo-toolbar .novo-toolbar-row.novo-theme-sunflower,.novo-toolbar.novo-toolbar-single-row.novo-color-sunflower,.novo-toolbar.novo-toolbar-single-row.novo-theme-sunflower{color:var(--color-contrast-sunflower);background:var(--color-sunflower)}.novo-toolbar .novo-toolbar-row.novo-color-sunflower>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-sunflower>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-sunflower>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-sunflower novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-sunflower>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-sunflower>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-sunflower>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-sunflower novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-sunflower>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-sunflower>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-sunflower>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-sunflower novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-sunflower>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-sunflower>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-sunflower>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-sunflower novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-sunflower novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-sunflower novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-sunflower .links button,.novo-toolbar .novo-toolbar-row.novo-color-sunflower .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-sunflower novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-sunflower novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-sunflower .links button,.novo-toolbar .novo-toolbar-row.novo-theme-sunflower .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-sunflower novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-sunflower novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-sunflower .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-sunflower .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-sunflower novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-sunflower novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-sunflower .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-sunflower .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-sunflower .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-sunflower .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-sunflower .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-sunflower .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-sunflower)}.novo-toolbar .novo-toolbar-row.novo-accent-sunflower,.novo-toolbar.novo-toolbar-single-row.novo-accent-sunflower{border-bottom:2px solid var(--color-sunflower)}.novo-toolbar .novo-toolbar-row.novo-color-bittersweet,.novo-toolbar .novo-toolbar-row.novo-theme-bittersweet,.novo-toolbar.novo-toolbar-single-row.novo-color-bittersweet,.novo-toolbar.novo-toolbar-single-row.novo-theme-bittersweet{color:var(--color-contrast-bittersweet);background:var(--color-bittersweet)}.novo-toolbar .novo-toolbar-row.novo-color-bittersweet>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-bittersweet>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-bittersweet>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-bittersweet novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-bittersweet>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-bittersweet>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-bittersweet>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-bittersweet novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-bittersweet>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-bittersweet>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-bittersweet>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-bittersweet novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-bittersweet>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-bittersweet>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-bittersweet>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-bittersweet novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-bittersweet novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-bittersweet novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-bittersweet .links button,.novo-toolbar .novo-toolbar-row.novo-color-bittersweet .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-bittersweet novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-bittersweet novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-bittersweet .links button,.novo-toolbar .novo-toolbar-row.novo-theme-bittersweet .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-bittersweet novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-bittersweet novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-bittersweet .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-bittersweet .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-bittersweet novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-bittersweet novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-bittersweet .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-bittersweet .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-bittersweet .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-bittersweet .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-bittersweet .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-bittersweet .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-bittersweet)}.novo-toolbar .novo-toolbar-row.novo-accent-bittersweet,.novo-toolbar.novo-toolbar-single-row.novo-accent-bittersweet{border-bottom:2px solid var(--color-bittersweet)}.novo-toolbar .novo-toolbar-row.novo-color-grapefruit,.novo-toolbar .novo-toolbar-row.novo-theme-grapefruit,.novo-toolbar.novo-toolbar-single-row.novo-color-grapefruit,.novo-toolbar.novo-toolbar-single-row.novo-theme-grapefruit{color:var(--color-contrast-grapefruit);background:var(--color-grapefruit)}.novo-toolbar .novo-toolbar-row.novo-color-grapefruit>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-grapefruit>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-grapefruit>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-grapefruit novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-grapefruit>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-grapefruit>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-grapefruit>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-grapefruit novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-grapefruit>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-grapefruit>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-grapefruit>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-grapefruit novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-grapefruit>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-grapefruit>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-grapefruit>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-grapefruit novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-grapefruit novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-grapefruit novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-grapefruit .links button,.novo-toolbar .novo-toolbar-row.novo-color-grapefruit .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-grapefruit novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-grapefruit novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-grapefruit .links button,.novo-toolbar .novo-toolbar-row.novo-theme-grapefruit .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-grapefruit novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-grapefruit novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-grapefruit .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-grapefruit .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-grapefruit novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-grapefruit novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-grapefruit .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-grapefruit .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-grapefruit .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-grapefruit .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-grapefruit .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-grapefruit .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-grapefruit)}.novo-toolbar .novo-toolbar-row.novo-accent-grapefruit,.novo-toolbar.novo-toolbar-single-row.novo-accent-grapefruit{border-bottom:2px solid var(--color-grapefruit)}.novo-toolbar .novo-toolbar-row.novo-color-carnation,.novo-toolbar .novo-toolbar-row.novo-theme-carnation,.novo-toolbar.novo-toolbar-single-row.novo-color-carnation,.novo-toolbar.novo-toolbar-single-row.novo-theme-carnation{color:var(--color-contrast-carnation);background:var(--color-carnation)}.novo-toolbar .novo-toolbar-row.novo-color-carnation>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-carnation>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-carnation>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-carnation novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-carnation>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-carnation>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-carnation>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-carnation novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-carnation>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-carnation>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-carnation>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-carnation novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-carnation>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-carnation>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-carnation>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-carnation novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-carnation novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-carnation novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-carnation .links button,.novo-toolbar .novo-toolbar-row.novo-color-carnation .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-carnation novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-carnation novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-carnation .links button,.novo-toolbar .novo-toolbar-row.novo-theme-carnation .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-carnation novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-carnation novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-carnation .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-carnation .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-carnation novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-carnation novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-carnation .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-carnation .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-carnation .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-carnation .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-carnation .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-carnation .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-carnation)}.novo-toolbar .novo-toolbar-row.novo-accent-carnation,.novo-toolbar.novo-toolbar-single-row.novo-accent-carnation{border-bottom:2px solid var(--color-carnation)}.novo-toolbar .novo-toolbar-row.novo-color-lavender,.novo-toolbar .novo-toolbar-row.novo-theme-lavender,.novo-toolbar.novo-toolbar-single-row.novo-color-lavender,.novo-toolbar.novo-toolbar-single-row.novo-theme-lavender{color:var(--color-contrast-lavender);background:var(--color-lavender)}.novo-toolbar .novo-toolbar-row.novo-color-lavender>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-lavender>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-lavender>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-lavender novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-lavender>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-lavender>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-lavender>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-lavender novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-lavender>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-lavender>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-lavender>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-lavender novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-lavender>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-lavender>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-lavender>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-lavender novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-lavender novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-lavender novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-lavender .links button,.novo-toolbar .novo-toolbar-row.novo-color-lavender .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-lavender novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-lavender novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-lavender .links button,.novo-toolbar .novo-toolbar-row.novo-theme-lavender .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-lavender novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-lavender novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-lavender .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-lavender .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-lavender novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-lavender novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-lavender .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-lavender .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-lavender .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-lavender .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-lavender .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-lavender .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-lavender)}.novo-toolbar .novo-toolbar-row.novo-accent-lavender,.novo-toolbar.novo-toolbar-single-row.novo-accent-lavender{border-bottom:2px solid var(--color-lavender)}.novo-toolbar .novo-toolbar-row.novo-color-mountain,.novo-toolbar .novo-toolbar-row.novo-theme-mountain,.novo-toolbar.novo-toolbar-single-row.novo-color-mountain,.novo-toolbar.novo-toolbar-single-row.novo-theme-mountain{color:var(--color-contrast-mountain);background:var(--color-mountain)}.novo-toolbar .novo-toolbar-row.novo-color-mountain>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-mountain>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-mountain>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-mountain novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-mountain>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-mountain>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-mountain>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-mountain novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-mountain>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-mountain>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-mountain>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-mountain novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-mountain>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-mountain>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-mountain>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-mountain novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-mountain novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-mountain novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-mountain .links button,.novo-toolbar .novo-toolbar-row.novo-color-mountain .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-mountain novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-mountain novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-mountain .links button,.novo-toolbar .novo-toolbar-row.novo-theme-mountain .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-mountain novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-mountain novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-mountain .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-mountain .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-mountain novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-mountain novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-mountain .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-mountain .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-mountain .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-mountain .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-mountain .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-mountain .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-mountain)}.novo-toolbar .novo-toolbar-row.novo-accent-mountain,.novo-toolbar.novo-toolbar-single-row.novo-accent-mountain{border-bottom:2px solid var(--color-mountain)}.novo-toolbar .novo-toolbar-row.novo-color-info,.novo-toolbar .novo-toolbar-row.novo-theme-info,.novo-toolbar.novo-toolbar-single-row.novo-color-info,.novo-toolbar.novo-toolbar-single-row.novo-theme-info{color:var(--color-contrast-info);background:var(--color-info)}.novo-toolbar .novo-toolbar-row.novo-color-info>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-info>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-info>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-info novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-info>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-info>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-info>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-info novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-info>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-info>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-info>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-info novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-info>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-info>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-info>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-info novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-info novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-info novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-info .links button,.novo-toolbar .novo-toolbar-row.novo-color-info .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-info novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-info novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-info .links button,.novo-toolbar .novo-toolbar-row.novo-theme-info .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-info novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-info novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-info .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-info .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-info novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-info novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-info .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-info .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-info .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-info .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-info .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-info .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-info)}.novo-toolbar .novo-toolbar-row.novo-accent-info,.novo-toolbar.novo-toolbar-single-row.novo-accent-info{border-bottom:2px solid var(--color-info)}.novo-toolbar .novo-toolbar-row.novo-color-positive,.novo-toolbar .novo-toolbar-row.novo-theme-positive,.novo-toolbar.novo-toolbar-single-row.novo-color-positive,.novo-toolbar.novo-toolbar-single-row.novo-theme-positive{color:var(--color-contrast-positive);background:var(--color-positive)}.novo-toolbar .novo-toolbar-row.novo-color-positive>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-positive>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-positive>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-positive novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-positive>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-positive>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-positive>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-positive novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-positive>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-positive>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-positive>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-positive novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-positive>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-positive>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-positive>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-positive novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-positive novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-positive novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-positive .links button,.novo-toolbar .novo-toolbar-row.novo-color-positive .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-positive novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-positive novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-positive .links button,.novo-toolbar .novo-toolbar-row.novo-theme-positive .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-positive novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-positive novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-positive .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-positive .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-positive novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-positive novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-positive .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-positive .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-positive .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-positive .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-positive .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-positive .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-positive)}.novo-toolbar .novo-toolbar-row.novo-accent-positive,.novo-toolbar.novo-toolbar-single-row.novo-accent-positive{border-bottom:2px solid var(--color-positive)}.novo-toolbar .novo-toolbar-row.novo-color-success,.novo-toolbar .novo-toolbar-row.novo-theme-success,.novo-toolbar.novo-toolbar-single-row.novo-color-success,.novo-toolbar.novo-toolbar-single-row.novo-theme-success{color:var(--color-contrast-success);background:var(--color-success)}.novo-toolbar .novo-toolbar-row.novo-color-success>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-success>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-success>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-success novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-success>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-success>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-success>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-success novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-success>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-success>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-success>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-success novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-success>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-success>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-success>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-success novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-success novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-success novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-success .links button,.novo-toolbar .novo-toolbar-row.novo-color-success .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-success novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-success novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-success .links button,.novo-toolbar .novo-toolbar-row.novo-theme-success .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-success novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-success novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-success .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-success .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-success novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-success novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-success .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-success .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-success .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-success .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-success .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-success .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-success)}.novo-toolbar .novo-toolbar-row.novo-accent-success,.novo-toolbar.novo-toolbar-single-row.novo-accent-success{border-bottom:2px solid var(--color-success)}.novo-toolbar .novo-toolbar-row.novo-color-negative,.novo-toolbar .novo-toolbar-row.novo-theme-negative,.novo-toolbar.novo-toolbar-single-row.novo-color-negative,.novo-toolbar.novo-toolbar-single-row.novo-theme-negative{color:var(--color-contrast-negative);background:var(--color-negative)}.novo-toolbar .novo-toolbar-row.novo-color-negative>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-negative>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-negative>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-negative novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-negative>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-negative>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-negative>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-negative novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-negative>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-negative>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-negative>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-negative novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-negative>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-negative>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-negative>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-negative novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-negative novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-negative novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-negative .links button,.novo-toolbar .novo-toolbar-row.novo-color-negative .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-negative novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-negative novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-negative .links button,.novo-toolbar .novo-toolbar-row.novo-theme-negative .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-negative novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-negative novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-negative .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-negative .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-negative novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-negative novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-negative .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-negative .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-negative .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-negative .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-negative .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-negative .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-negative)}.novo-toolbar .novo-toolbar-row.novo-accent-negative,.novo-toolbar.novo-toolbar-single-row.novo-accent-negative{border-bottom:2px solid var(--color-negative)}.novo-toolbar .novo-toolbar-row.novo-color-danger,.novo-toolbar .novo-toolbar-row.novo-theme-danger,.novo-toolbar.novo-toolbar-single-row.novo-color-danger,.novo-toolbar.novo-toolbar-single-row.novo-theme-danger{color:var(--color-contrast-danger);background:var(--color-danger)}.novo-toolbar .novo-toolbar-row.novo-color-danger>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-danger>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-danger>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-danger novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-danger>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-danger>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-danger>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-danger novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-danger>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-danger>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-danger>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-danger novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-danger>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-danger>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-danger>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-danger novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-danger novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-danger novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-danger .links button,.novo-toolbar .novo-toolbar-row.novo-color-danger .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-danger novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-danger novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-danger .links button,.novo-toolbar .novo-toolbar-row.novo-theme-danger .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-danger novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-danger novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-danger .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-danger .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-danger novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-danger novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-danger .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-danger .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-danger .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-danger .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-danger .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-danger .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-danger)}.novo-toolbar .novo-toolbar-row.novo-accent-danger,.novo-toolbar.novo-toolbar-single-row.novo-accent-danger{border-bottom:2px solid var(--color-danger)}.novo-toolbar .novo-toolbar-row.novo-color-error,.novo-toolbar .novo-toolbar-row.novo-theme-error,.novo-toolbar.novo-toolbar-single-row.novo-color-error,.novo-toolbar.novo-toolbar-single-row.novo-theme-error{color:var(--color-contrast-error);background:var(--color-error)}.novo-toolbar .novo-toolbar-row.novo-color-error>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-error>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-error>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-error novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-error>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-error>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-error>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-error novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-error>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-error>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-error>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-error novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-error>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-error>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-error>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-error novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-error novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-error novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-error .links button,.novo-toolbar .novo-toolbar-row.novo-color-error .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-error novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-error novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-error .links button,.novo-toolbar .novo-toolbar-row.novo-theme-error .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-error novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-error novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-error .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-error .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-error novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-error novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-error .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-error .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-error .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-error .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-error .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-error .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-error)}.novo-toolbar .novo-toolbar-row.novo-accent-error,.novo-toolbar.novo-toolbar-single-row.novo-accent-error{border-bottom:2px solid var(--color-error)}.novo-toolbar .novo-toolbar-row.novo-color-warning,.novo-toolbar .novo-toolbar-row.novo-theme-warning,.novo-toolbar.novo-toolbar-single-row.novo-color-warning,.novo-toolbar.novo-toolbar-single-row.novo-theme-warning{color:var(--color-contrast-warning);background:var(--color-warning)}.novo-toolbar .novo-toolbar-row.novo-color-warning>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-warning>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-warning>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-warning novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-warning>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-warning>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-warning>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-warning novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-warning>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-warning>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-warning>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-warning novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-warning>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-warning>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-warning>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-warning novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-warning novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-warning novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-warning .links button,.novo-toolbar .novo-toolbar-row.novo-color-warning .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-warning novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-warning novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-warning .links button,.novo-toolbar .novo-toolbar-row.novo-theme-warning .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-warning novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-warning novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-warning .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-warning .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-warning novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-warning novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-warning .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-warning .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-warning .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-warning .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-warning .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-warning .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-warning)}.novo-toolbar .novo-toolbar-row.novo-accent-warning,.novo-toolbar.novo-toolbar-single-row.novo-accent-warning{border-bottom:2px solid var(--color-warning)}.novo-toolbar .novo-toolbar-row.novo-color-empty,.novo-toolbar .novo-toolbar-row.novo-theme-empty,.novo-toolbar.novo-toolbar-single-row.novo-color-empty,.novo-toolbar.novo-toolbar-single-row.novo-theme-empty{color:var(--color-contrast-empty);background:var(--color-empty)}.novo-toolbar .novo-toolbar-row.novo-color-empty>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-empty>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-empty>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-empty novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-empty>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-empty>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-empty>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-empty novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-empty>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-empty>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-empty>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-empty novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-empty>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-empty>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-empty>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-empty novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-empty novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-empty novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-empty .links button,.novo-toolbar .novo-toolbar-row.novo-color-empty .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-empty novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-empty novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-empty .links button,.novo-toolbar .novo-toolbar-row.novo-theme-empty .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-empty novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-empty novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-empty .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-empty .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-empty novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-empty novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-empty .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-empty .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-empty .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-empty .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-empty .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-empty .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-empty)}.novo-toolbar .novo-toolbar-row.novo-accent-empty,.novo-toolbar.novo-toolbar-single-row.novo-accent-empty{border-bottom:2px solid var(--color-empty)}.novo-toolbar .novo-toolbar-row.novo-color-disabled,.novo-toolbar .novo-toolbar-row.novo-theme-disabled,.novo-toolbar.novo-toolbar-single-row.novo-color-disabled,.novo-toolbar.novo-toolbar-single-row.novo-theme-disabled{color:var(--color-contrast-disabled);background:var(--color-disabled)}.novo-toolbar .novo-toolbar-row.novo-color-disabled>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-disabled>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-disabled>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-disabled novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-disabled>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-disabled>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-disabled>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-disabled novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-disabled>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-disabled>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-disabled>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-disabled novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-disabled>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-disabled>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-disabled>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-disabled novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-disabled novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-disabled novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-disabled .links button,.novo-toolbar .novo-toolbar-row.novo-color-disabled .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-disabled novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-disabled novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-disabled .links button,.novo-toolbar .novo-toolbar-row.novo-theme-disabled .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-disabled novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-disabled novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-disabled .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-disabled .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-disabled novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-disabled novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-disabled .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-disabled .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-disabled .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-disabled .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-disabled .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-disabled .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-disabled)}.novo-toolbar .novo-toolbar-row.novo-accent-disabled,.novo-toolbar.novo-toolbar-single-row.novo-accent-disabled{border-bottom:2px solid var(--color-disabled)}.novo-toolbar .novo-toolbar-row.novo-color-background,.novo-toolbar .novo-toolbar-row.novo-theme-background,.novo-toolbar.novo-toolbar-single-row.novo-color-background,.novo-toolbar.novo-toolbar-single-row.novo-theme-background{color:var(--color-contrast-background);background:var(--color-background)}.novo-toolbar .novo-toolbar-row.novo-color-background>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-background>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-background>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-background novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-background>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-background>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-background>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-background novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-background>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-background>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-background>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-background novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-background>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-background>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-background>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-background novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-background novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-background novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-background .links button,.novo-toolbar .novo-toolbar-row.novo-color-background .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-background novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-background novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-background .links button,.novo-toolbar .novo-toolbar-row.novo-theme-background .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-background novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-background novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-background .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-background .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-background novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-background novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-background .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-background .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-background .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-background .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-background .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-background .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-background)}.novo-toolbar .novo-toolbar-row.novo-accent-background,.novo-toolbar.novo-toolbar-single-row.novo-accent-background{border-bottom:2px solid var(--color-background)}.novo-toolbar .novo-toolbar-row.novo-color-backgroundDark,.novo-toolbar .novo-toolbar-row.novo-theme-backgroundDark,.novo-toolbar.novo-toolbar-single-row.novo-color-backgroundDark,.novo-toolbar.novo-toolbar-single-row.novo-theme-backgroundDark{color:var(--color-contrast-background-dark);background:var(--color-background-dark)}.novo-toolbar .novo-toolbar-row.novo-color-backgroundDark>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-backgroundDark>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-backgroundDark>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-backgroundDark novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-backgroundDark>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-backgroundDark>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-backgroundDark>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-backgroundDark novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-backgroundDark>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-backgroundDark>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-backgroundDark>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-backgroundDark novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-backgroundDark>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-backgroundDark>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-backgroundDark>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-backgroundDark novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-backgroundDark novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-backgroundDark novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-backgroundDark .links button,.novo-toolbar .novo-toolbar-row.novo-color-backgroundDark .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-backgroundDark novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-backgroundDark novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-backgroundDark .links button,.novo-toolbar .novo-toolbar-row.novo-theme-backgroundDark .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-backgroundDark novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-backgroundDark novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-backgroundDark .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-backgroundDark .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-backgroundDark novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-backgroundDark novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-backgroundDark .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-backgroundDark .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-backgroundDark .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-backgroundDark .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-backgroundDark .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-backgroundDark .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-background-dark)}.novo-toolbar .novo-toolbar-row.novo-accent-backgroundDark,.novo-toolbar.novo-toolbar-single-row.novo-accent-backgroundDark{border-bottom:2px solid var(--color-background-dark)}.novo-toolbar .novo-toolbar-row.novo-color-border,.novo-toolbar .novo-toolbar-row.novo-theme-border,.novo-toolbar.novo-toolbar-single-row.novo-color-border,.novo-toolbar.novo-toolbar-single-row.novo-theme-border{color:var(--color-contrast-border);background:var(--color-border)}.novo-toolbar .novo-toolbar-row.novo-color-border>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-border>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-border>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-border novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-border>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-border>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-border>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-border novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-border>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-border>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-border>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-border novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-border>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-border>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-border>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-border novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-border novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-border novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-border .links button,.novo-toolbar .novo-toolbar-row.novo-color-border .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-border novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-border novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-border .links button,.novo-toolbar .novo-toolbar-row.novo-theme-border .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-border novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-border novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-border .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-border .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-border novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-border novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-border .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-border .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-border .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-border .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-border .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-border .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-border)}.novo-toolbar .novo-toolbar-row.novo-accent-border,.novo-toolbar.novo-toolbar-single-row.novo-accent-border{border-bottom:2px solid var(--color-border)}.novo-toolbar .novo-toolbar-row.novo-color-border2,.novo-toolbar .novo-toolbar-row.novo-theme-border2,.novo-toolbar.novo-toolbar-single-row.novo-color-border2,.novo-toolbar.novo-toolbar-single-row.novo-theme-border2{color:var(--color-contrast-border2);background:var(--color-border2)}.novo-toolbar .novo-toolbar-row.novo-color-border2>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-border2>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-border2>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-border2 novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-border2>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-border2>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-border2>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-border2 novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-border2>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-border2>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-border2>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-border2 novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-border2>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-border2>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-border2>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-border2 novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-border2 novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-border2 novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-border2 .links button,.novo-toolbar .novo-toolbar-row.novo-color-border2 .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-border2 novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-border2 novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-border2 .links button,.novo-toolbar .novo-toolbar-row.novo-theme-border2 .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-border2 novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-border2 novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-border2 .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-border2 .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-border2 novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-border2 novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-border2 .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-border2 .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-border2 .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-border2 .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-border2 .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-border2 .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-border2)}.novo-toolbar .novo-toolbar-row.novo-accent-border2,.novo-toolbar.novo-toolbar-single-row.novo-accent-border2{border-bottom:2px solid var(--color-border2)}.novo-toolbar .novo-toolbar-row.novo-color-text,.novo-toolbar .novo-toolbar-row.novo-theme-text,.novo-toolbar.novo-toolbar-single-row.novo-color-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-text{color:var(--color-contrast-text);background:var(--color-text)}.novo-toolbar .novo-toolbar-row.novo-color-text>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-text>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-text>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-text novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-text>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-text>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-text>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-text novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-text>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-text>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-text>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-text novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-text>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-text>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-text>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-text novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-text novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-text novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-text .links button,.novo-toolbar .novo-toolbar-row.novo-color-text .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-text novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-text novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-text .links button,.novo-toolbar .novo-toolbar-row.novo-theme-text .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-text novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-text novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-text .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-text .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-text novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-text novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-text .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-text .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-text .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-text .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-text .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-text .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-text)}.novo-toolbar .novo-toolbar-row.novo-accent-text,.novo-toolbar.novo-toolbar-single-row.novo-accent-text{border-bottom:2px solid var(--color-text)}.novo-toolbar .novo-toolbar-row.novo-color-presentation,.novo-toolbar .novo-toolbar-row.novo-theme-presentation,.novo-toolbar.novo-toolbar-single-row.novo-color-presentation,.novo-toolbar.novo-toolbar-single-row.novo-theme-presentation{color:var(--color-contrast-presentation);background:var(--color-presentation)}.novo-toolbar .novo-toolbar-row.novo-color-presentation>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-presentation>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-presentation>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-presentation novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-presentation>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-presentation>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-presentation>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-presentation novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-presentation>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-presentation>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-presentation>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-presentation novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-presentation>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-presentation>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-presentation>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-presentation novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-presentation novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-presentation novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-presentation .links button,.novo-toolbar .novo-toolbar-row.novo-color-presentation .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-presentation novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-presentation novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-presentation .links button,.novo-toolbar .novo-toolbar-row.novo-theme-presentation .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-presentation novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-presentation novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-presentation .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-presentation .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-presentation novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-presentation novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-presentation .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-presentation .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-presentation .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-presentation .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-presentation .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-presentation .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-presentation)}.novo-toolbar .novo-toolbar-row.novo-accent-presentation,.novo-toolbar.novo-toolbar-single-row.novo-accent-presentation{border-bottom:2px solid var(--color-presentation)}.novo-toolbar .novo-toolbar-row.novo-color-bullhorn,.novo-toolbar .novo-toolbar-row.novo-theme-bullhorn,.novo-toolbar.novo-toolbar-single-row.novo-color-bullhorn,.novo-toolbar.novo-toolbar-single-row.novo-theme-bullhorn{color:var(--color-contrast-bullhorn);background:var(--color-bullhorn)}.novo-toolbar .novo-toolbar-row.novo-color-bullhorn>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-bullhorn>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-bullhorn>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-bullhorn novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-bullhorn>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-bullhorn>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-bullhorn>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-bullhorn novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-bullhorn>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-bullhorn>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-bullhorn>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-bullhorn novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-bullhorn>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-bullhorn>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-bullhorn>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-bullhorn novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-bullhorn novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-bullhorn novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-bullhorn .links button,.novo-toolbar .novo-toolbar-row.novo-color-bullhorn .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-bullhorn novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-bullhorn novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-bullhorn .links button,.novo-toolbar .novo-toolbar-row.novo-theme-bullhorn .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-bullhorn novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-bullhorn novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-bullhorn .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-bullhorn .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-bullhorn novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-bullhorn novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-bullhorn .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-bullhorn .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-bullhorn .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-bullhorn .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-bullhorn .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-bullhorn .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-bullhorn)}.novo-toolbar .novo-toolbar-row.novo-accent-bullhorn,.novo-toolbar.novo-toolbar-single-row.novo-accent-bullhorn{border-bottom:2px solid var(--color-bullhorn)}.novo-toolbar .novo-toolbar-row.novo-color-pulse,.novo-toolbar .novo-toolbar-row.novo-theme-pulse,.novo-toolbar.novo-toolbar-single-row.novo-color-pulse,.novo-toolbar.novo-toolbar-single-row.novo-theme-pulse{color:var(--color-contrast-pulse);background:var(--color-pulse)}.novo-toolbar .novo-toolbar-row.novo-color-pulse>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-pulse>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-pulse>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-pulse novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-pulse>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-pulse>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-pulse>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-pulse novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-pulse>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-pulse>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-pulse>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-pulse novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-pulse>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-pulse>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-pulse>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-pulse novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-pulse novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-pulse novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-pulse .links button,.novo-toolbar .novo-toolbar-row.novo-color-pulse .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-pulse novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-pulse novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-pulse .links button,.novo-toolbar .novo-toolbar-row.novo-theme-pulse .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-pulse novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-pulse novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-pulse .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-pulse .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-pulse novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-pulse novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-pulse .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-pulse .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-pulse .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-pulse .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-pulse .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-pulse .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-pulse)}.novo-toolbar .novo-toolbar-row.novo-accent-pulse,.novo-toolbar.novo-toolbar-single-row.novo-accent-pulse{border-bottom:2px solid var(--color-pulse)}.novo-toolbar .novo-toolbar-row.novo-color-fastFind,.novo-toolbar .novo-toolbar-row.novo-theme-fastFind,.novo-toolbar.novo-toolbar-single-row.novo-color-fastFind,.novo-toolbar.novo-toolbar-single-row.novo-theme-fastFind{color:var(--color-contrast-fast-find);background:var(--color-fast-find)}.novo-toolbar .novo-toolbar-row.novo-color-fastFind>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-fastFind>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-fastFind>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-fastFind novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-fastFind>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-fastFind>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-fastFind>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-fastFind novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-fastFind>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-fastFind>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-fastFind>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-fastFind novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-fastFind>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-fastFind>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-fastFind>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-fastFind novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-fastFind novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-fastFind novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-fastFind .links button,.novo-toolbar .novo-toolbar-row.novo-color-fastFind .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-fastFind novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-fastFind novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-fastFind .links button,.novo-toolbar .novo-toolbar-row.novo-theme-fastFind .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-fastFind novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-fastFind novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-fastFind .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-fastFind .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-fastFind novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-fastFind novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-fastFind .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-fastFind .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-fastFind .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-fastFind .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-fastFind .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-fastFind .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-fast-find)}.novo-toolbar .novo-toolbar-row.novo-accent-fastFind,.novo-toolbar.novo-toolbar-single-row.novo-accent-fastFind{border-bottom:2px solid var(--color-fast-find)}.novo-toolbar .novo-toolbar-row.novo-color-toast,.novo-toolbar .novo-toolbar-row.novo-theme-toast,.novo-toolbar.novo-toolbar-single-row.novo-color-toast,.novo-toolbar.novo-toolbar-single-row.novo-theme-toast{color:var(--color-contrast-toast);background:var(--color-toast)}.novo-toolbar .novo-toolbar-row.novo-color-toast>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-toast>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-toast>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-toast novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-toast>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-toast>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-toast>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-toast novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-toast>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-toast>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-toast>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-toast novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-toast>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-toast>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-toast>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-toast novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-toast novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-toast novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-toast .links button,.novo-toolbar .novo-toolbar-row.novo-color-toast .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-toast novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-toast novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-toast .links button,.novo-toolbar .novo-toolbar-row.novo-theme-toast .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-toast novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-toast novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-toast .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-toast .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-toast novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-toast novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-toast .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-toast .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-toast .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-toast .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-toast .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-toast .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-toast)}.novo-toolbar .novo-toolbar-row.novo-accent-toast,.novo-toolbar.novo-toolbar-single-row.novo-accent-toast{border-bottom:2px solid var(--color-toast)}.novo-toolbar .novo-toolbar-row.novo-color-company,.novo-toolbar .novo-toolbar-row.novo-theme-company,.novo-toolbar.novo-toolbar-single-row.novo-color-company,.novo-toolbar.novo-toolbar-single-row.novo-theme-company{color:var(--color-contrast-company);background:var(--color-company)}.novo-toolbar .novo-toolbar-row.novo-color-company>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-company>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-company>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-company novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-company>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-company>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-company>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-company novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-company>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-company>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-company>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-company novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-company>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-company>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-company>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-company novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-company novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-company novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-company .links button,.novo-toolbar .novo-toolbar-row.novo-color-company .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-company novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-company novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-company .links button,.novo-toolbar .novo-toolbar-row.novo-theme-company .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-company novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-company novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-company .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-company .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-company novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-company novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-company .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-company .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-company .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-company .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-company .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-company .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-company)}.novo-toolbar .novo-toolbar-row.novo-accent-company,.novo-toolbar.novo-toolbar-single-row.novo-accent-company{border-bottom:2px solid var(--color-company)}.novo-toolbar .novo-toolbar-row.novo-color-candidate,.novo-toolbar .novo-toolbar-row.novo-theme-candidate,.novo-toolbar.novo-toolbar-single-row.novo-color-candidate,.novo-toolbar.novo-toolbar-single-row.novo-theme-candidate{color:var(--color-contrast-candidate);background:var(--color-candidate)}.novo-toolbar .novo-toolbar-row.novo-color-candidate>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-candidate>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-candidate>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-candidate novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-candidate>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-candidate>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-candidate>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-candidate novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-candidate>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-candidate>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-candidate>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-candidate novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-candidate>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-candidate>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-candidate>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-candidate novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-candidate novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-candidate novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-candidate .links button,.novo-toolbar .novo-toolbar-row.novo-color-candidate .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-candidate novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-candidate novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-candidate .links button,.novo-toolbar .novo-toolbar-row.novo-theme-candidate .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-candidate novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-candidate novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-candidate .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-candidate .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-candidate novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-candidate novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-candidate .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-candidate .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-candidate .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-candidate .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-candidate .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-candidate .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-candidate)}.novo-toolbar .novo-toolbar-row.novo-accent-candidate,.novo-toolbar.novo-toolbar-single-row.novo-accent-candidate{border-bottom:2px solid var(--color-candidate)}.novo-toolbar .novo-toolbar-row.novo-color-lead,.novo-toolbar .novo-toolbar-row.novo-theme-lead,.novo-toolbar.novo-toolbar-single-row.novo-color-lead,.novo-toolbar.novo-toolbar-single-row.novo-theme-lead{color:var(--color-contrast-lead);background:var(--color-lead)}.novo-toolbar .novo-toolbar-row.novo-color-lead>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-lead>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-lead>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-lead novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-lead>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-lead>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-lead>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-lead novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-lead>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-lead>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-lead>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-lead novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-lead>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-lead>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-lead>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-lead novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-lead novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-lead novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-lead .links button,.novo-toolbar .novo-toolbar-row.novo-color-lead .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-lead novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-lead novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-lead .links button,.novo-toolbar .novo-toolbar-row.novo-theme-lead .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-lead novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-lead novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-lead .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-lead .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-lead novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-lead novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-lead .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-lead .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-lead .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-lead .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-lead .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-lead .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-lead)}.novo-toolbar .novo-toolbar-row.novo-accent-lead,.novo-toolbar.novo-toolbar-single-row.novo-accent-lead{border-bottom:2px solid var(--color-lead)}.novo-toolbar .novo-toolbar-row.novo-color-contact,.novo-toolbar .novo-toolbar-row.novo-theme-contact,.novo-toolbar.novo-toolbar-single-row.novo-color-contact,.novo-toolbar.novo-toolbar-single-row.novo-theme-contact{color:var(--color-contrast-contact);background:var(--color-contact)}.novo-toolbar .novo-toolbar-row.novo-color-contact>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-contact>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-contact>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-contact novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-contact>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-contact>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-contact>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-contact novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-contact>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-contact>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-contact>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-contact novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-contact>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-contact>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-contact>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-contact novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-contact novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-contact novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-contact .links button,.novo-toolbar .novo-toolbar-row.novo-color-contact .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-contact novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-contact novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-contact .links button,.novo-toolbar .novo-toolbar-row.novo-theme-contact .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-contact novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-contact novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-contact .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-contact .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-contact novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-contact novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-contact .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-contact .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-contact .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-contact .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-contact .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-contact .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-contact)}.novo-toolbar .novo-toolbar-row.novo-accent-contact,.novo-toolbar.novo-toolbar-single-row.novo-accent-contact{border-bottom:2px solid var(--color-contact)}.novo-toolbar .novo-toolbar-row.novo-color-clientcontact,.novo-toolbar .novo-toolbar-row.novo-theme-clientcontact,.novo-toolbar.novo-toolbar-single-row.novo-color-clientcontact,.novo-toolbar.novo-toolbar-single-row.novo-theme-clientcontact{color:var(--color-contrast-clientcontact);background:var(--color-clientcontact)}.novo-toolbar .novo-toolbar-row.novo-color-clientcontact>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-clientcontact>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-clientcontact>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-clientcontact novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-clientcontact>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-clientcontact>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-clientcontact>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-clientcontact novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-clientcontact>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-clientcontact>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-clientcontact>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-clientcontact novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-clientcontact>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-clientcontact>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-clientcontact>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-clientcontact novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-clientcontact novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-clientcontact novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-clientcontact .links button,.novo-toolbar .novo-toolbar-row.novo-color-clientcontact .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-clientcontact novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-clientcontact novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-clientcontact .links button,.novo-toolbar .novo-toolbar-row.novo-theme-clientcontact .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-clientcontact novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-clientcontact novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-clientcontact .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-clientcontact .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-clientcontact novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-clientcontact novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-clientcontact .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-clientcontact .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-clientcontact .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-clientcontact .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-clientcontact .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-clientcontact .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-clientcontact)}.novo-toolbar .novo-toolbar-row.novo-accent-clientcontact,.novo-toolbar.novo-toolbar-single-row.novo-accent-clientcontact{border-bottom:2px solid var(--color-clientcontact)}.novo-toolbar .novo-toolbar-row.novo-color-opportunity,.novo-toolbar .novo-toolbar-row.novo-theme-opportunity,.novo-toolbar.novo-toolbar-single-row.novo-color-opportunity,.novo-toolbar.novo-toolbar-single-row.novo-theme-opportunity{color:var(--color-contrast-opportunity);background:var(--color-opportunity)}.novo-toolbar .novo-toolbar-row.novo-color-opportunity>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-opportunity>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-opportunity>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-opportunity novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-opportunity>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-opportunity>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-opportunity>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-opportunity novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-opportunity>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-opportunity>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-opportunity>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-opportunity novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-opportunity>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-opportunity>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-opportunity>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-opportunity novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-opportunity novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-opportunity novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-opportunity .links button,.novo-toolbar .novo-toolbar-row.novo-color-opportunity .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-opportunity novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-opportunity novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-opportunity .links button,.novo-toolbar .novo-toolbar-row.novo-theme-opportunity .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-opportunity novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-opportunity novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-opportunity .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-opportunity .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-opportunity novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-opportunity novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-opportunity .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-opportunity .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-opportunity .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-opportunity .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-opportunity .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-opportunity .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-opportunity)}.novo-toolbar .novo-toolbar-row.novo-accent-opportunity,.novo-toolbar.novo-toolbar-single-row.novo-accent-opportunity{border-bottom:2px solid var(--color-opportunity)}.novo-toolbar .novo-toolbar-row.novo-color-job,.novo-toolbar .novo-toolbar-row.novo-theme-job,.novo-toolbar.novo-toolbar-single-row.novo-color-job,.novo-toolbar.novo-toolbar-single-row.novo-theme-job{color:var(--color-contrast-job);background:var(--color-job)}.novo-toolbar .novo-toolbar-row.novo-color-job>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-job>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-job>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-job novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-job>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-job>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-job>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-job novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-job>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-job>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-job>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-job novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-job>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-job>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-job>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-job novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-job novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-job novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-job .links button,.novo-toolbar .novo-toolbar-row.novo-color-job .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-job novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-job novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-job .links button,.novo-toolbar .novo-toolbar-row.novo-theme-job .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-job novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-job novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-job .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-job .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-job novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-job novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-job .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-job .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-job .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-job .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-job .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-job .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-job)}.novo-toolbar .novo-toolbar-row.novo-accent-job,.novo-toolbar.novo-toolbar-single-row.novo-accent-job{border-bottom:2px solid var(--color-job)}.novo-toolbar .novo-toolbar-row.novo-color-joborder,.novo-toolbar .novo-toolbar-row.novo-theme-joborder,.novo-toolbar.novo-toolbar-single-row.novo-color-joborder,.novo-toolbar.novo-toolbar-single-row.novo-theme-joborder{color:var(--color-contrast-joborder);background:var(--color-joborder)}.novo-toolbar .novo-toolbar-row.novo-color-joborder>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-joborder>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-joborder>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-joborder novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-joborder>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-joborder>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-joborder>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-joborder novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-joborder>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-joborder>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-joborder>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-joborder novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-joborder>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-joborder>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-joborder>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-joborder novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-joborder novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-joborder novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-joborder .links button,.novo-toolbar .novo-toolbar-row.novo-color-joborder .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-joborder novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-joborder novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-joborder .links button,.novo-toolbar .novo-toolbar-row.novo-theme-joborder .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-joborder novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-joborder novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-joborder .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-joborder .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-joborder novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-joborder novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-joborder .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-joborder .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-joborder .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-joborder .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-joborder .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-joborder .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-joborder)}.novo-toolbar .novo-toolbar-row.novo-accent-joborder,.novo-toolbar.novo-toolbar-single-row.novo-accent-joborder{border-bottom:2px solid var(--color-joborder)}.novo-toolbar .novo-toolbar-row.novo-color-submission,.novo-toolbar .novo-toolbar-row.novo-theme-submission,.novo-toolbar.novo-toolbar-single-row.novo-color-submission,.novo-toolbar.novo-toolbar-single-row.novo-theme-submission{color:var(--color-contrast-submission);background:var(--color-submission)}.novo-toolbar .novo-toolbar-row.novo-color-submission>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-submission>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-submission>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-submission novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-submission>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-submission>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-submission>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-submission novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-submission>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-submission>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-submission>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-submission novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-submission>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-submission>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-submission>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-submission novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-submission novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-submission novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-submission .links button,.novo-toolbar .novo-toolbar-row.novo-color-submission .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-submission novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-submission novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-submission .links button,.novo-toolbar .novo-toolbar-row.novo-theme-submission .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-submission novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-submission novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-submission .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-submission .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-submission novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-submission novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-submission .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-submission .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-submission .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-submission .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-submission .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-submission .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-submission)}.novo-toolbar .novo-toolbar-row.novo-accent-submission,.novo-toolbar.novo-toolbar-single-row.novo-accent-submission{border-bottom:2px solid var(--color-submission)}.novo-toolbar .novo-toolbar-row.novo-color-sendout,.novo-toolbar .novo-toolbar-row.novo-theme-sendout,.novo-toolbar.novo-toolbar-single-row.novo-color-sendout,.novo-toolbar.novo-toolbar-single-row.novo-theme-sendout{color:var(--color-contrast-sendout);background:var(--color-sendout)}.novo-toolbar .novo-toolbar-row.novo-color-sendout>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-sendout>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-sendout>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-sendout novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-sendout>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-sendout>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-sendout>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-sendout novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-sendout>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-sendout>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-sendout>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-sendout novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-sendout>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-sendout>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-sendout>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-sendout novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-sendout novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-sendout novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-sendout .links button,.novo-toolbar .novo-toolbar-row.novo-color-sendout .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-sendout novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-sendout novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-sendout .links button,.novo-toolbar .novo-toolbar-row.novo-theme-sendout .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-sendout novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-sendout novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-sendout .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-sendout .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-sendout novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-sendout novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-sendout .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-sendout .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-sendout .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-sendout .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-sendout .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-sendout .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-sendout)}.novo-toolbar .novo-toolbar-row.novo-accent-sendout,.novo-toolbar.novo-toolbar-single-row.novo-accent-sendout{border-bottom:2px solid var(--color-sendout)}.novo-toolbar .novo-toolbar-row.novo-color-placement,.novo-toolbar .novo-toolbar-row.novo-theme-placement,.novo-toolbar.novo-toolbar-single-row.novo-color-placement,.novo-toolbar.novo-toolbar-single-row.novo-theme-placement{color:var(--color-contrast-placement);background:var(--color-placement)}.novo-toolbar .novo-toolbar-row.novo-color-placement>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-placement>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-placement>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-placement novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-placement>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-placement>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-placement>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-placement novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-placement>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-placement>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-placement>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-placement novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-placement>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-placement>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-placement>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-placement novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-placement novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-placement novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-placement .links button,.novo-toolbar .novo-toolbar-row.novo-color-placement .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-placement novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-placement novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-placement .links button,.novo-toolbar .novo-toolbar-row.novo-theme-placement .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-placement novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-placement novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-placement .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-placement .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-placement novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-placement novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-placement .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-placement .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-placement .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-placement .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-placement .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-placement .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-placement)}.novo-toolbar .novo-toolbar-row.novo-accent-placement,.novo-toolbar.novo-toolbar-single-row.novo-accent-placement{border-bottom:2px solid var(--color-placement)}.novo-toolbar .novo-toolbar-row.novo-color-note,.novo-toolbar .novo-toolbar-row.novo-theme-note,.novo-toolbar.novo-toolbar-single-row.novo-color-note,.novo-toolbar.novo-toolbar-single-row.novo-theme-note{color:var(--color-contrast-note);background:var(--color-note)}.novo-toolbar .novo-toolbar-row.novo-color-note>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-note>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-note>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-note novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-note>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-note>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-note>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-note novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-note>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-note>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-note>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-note novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-note>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-note>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-note>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-note novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-note novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-note novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-note .links button,.novo-toolbar .novo-toolbar-row.novo-color-note .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-note novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-note novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-note .links button,.novo-toolbar .novo-toolbar-row.novo-theme-note .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-note novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-note novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-note .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-note .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-note novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-note novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-note .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-note .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-note .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-note .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-note .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-note .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-note)}.novo-toolbar .novo-toolbar-row.novo-accent-note,.novo-toolbar.novo-toolbar-single-row.novo-accent-note{border-bottom:2px solid var(--color-note)}.novo-toolbar .novo-toolbar-row.novo-color-contract,.novo-toolbar .novo-toolbar-row.novo-theme-contract,.novo-toolbar.novo-toolbar-single-row.novo-color-contract,.novo-toolbar.novo-toolbar-single-row.novo-theme-contract{color:var(--color-contrast-contract);background:var(--color-contract)}.novo-toolbar .novo-toolbar-row.novo-color-contract>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-contract>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-contract>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-contract novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-contract>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-contract>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-contract>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-contract novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-contract>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-contract>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-contract>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-contract novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-contract>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-contract>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-contract>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-contract novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-contract novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-contract novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-contract .links button,.novo-toolbar .novo-toolbar-row.novo-color-contract .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-contract novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-contract novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-contract .links button,.novo-toolbar .novo-toolbar-row.novo-theme-contract .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-contract novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-contract novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-contract .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-contract .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-contract novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-contract novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-contract .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-contract .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-contract .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-contract .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-contract .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-contract .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-contract)}.novo-toolbar .novo-toolbar-row.novo-accent-contract,.novo-toolbar.novo-toolbar-single-row.novo-accent-contract{border-bottom:2px solid var(--color-contract)}.novo-toolbar .novo-toolbar-row.novo-color-task,.novo-toolbar .novo-toolbar-row.novo-theme-task,.novo-toolbar.novo-toolbar-single-row.novo-color-task,.novo-toolbar.novo-toolbar-single-row.novo-theme-task{color:var(--color-contrast-task);background:var(--color-task)}.novo-toolbar .novo-toolbar-row.novo-color-task>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-task>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-task>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-task novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-task>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-task>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-task>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-task novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-task>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-task>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-task>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-task novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-task>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-task>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-task>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-task novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-task novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-task novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-task .links button,.novo-toolbar .novo-toolbar-row.novo-color-task .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-task novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-task novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-task .links button,.novo-toolbar .novo-toolbar-row.novo-theme-task .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-task novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-task novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-task .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-task .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-task novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-task novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-task .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-task .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-task .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-task .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-task .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-task .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-task)}.novo-toolbar .novo-toolbar-row.novo-accent-task,.novo-toolbar.novo-toolbar-single-row.novo-accent-task{border-bottom:2px solid var(--color-task)}.novo-toolbar .novo-toolbar-row.novo-color-jobCode,.novo-toolbar .novo-toolbar-row.novo-theme-jobCode,.novo-toolbar.novo-toolbar-single-row.novo-color-jobCode,.novo-toolbar.novo-toolbar-single-row.novo-theme-jobCode{color:var(--color-contrast-job-code);background:var(--color-job-code)}.novo-toolbar .novo-toolbar-row.novo-color-jobCode>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-jobCode>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-jobCode>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-jobCode novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-jobCode>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-jobCode>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-jobCode>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-jobCode novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-jobCode>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-jobCode>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-jobCode>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-jobCode novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-jobCode>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-jobCode>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-jobCode>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-jobCode novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-jobCode novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-jobCode novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-jobCode .links button,.novo-toolbar .novo-toolbar-row.novo-color-jobCode .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-jobCode novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-jobCode novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-jobCode .links button,.novo-toolbar .novo-toolbar-row.novo-theme-jobCode .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-jobCode novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-jobCode novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-jobCode .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-jobCode .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-jobCode novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-jobCode novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-jobCode .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-jobCode .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-jobCode .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-jobCode .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-jobCode .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-jobCode .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-job-code)}.novo-toolbar .novo-toolbar-row.novo-accent-jobCode,.novo-toolbar.novo-toolbar-single-row.novo-accent-jobCode{border-bottom:2px solid var(--color-job-code)}.novo-toolbar .novo-toolbar-row.novo-color-earnCode,.novo-toolbar .novo-toolbar-row.novo-theme-earnCode,.novo-toolbar.novo-toolbar-single-row.novo-color-earnCode,.novo-toolbar.novo-toolbar-single-row.novo-theme-earnCode{color:var(--color-contrast-earn-code);background:var(--color-earn-code)}.novo-toolbar .novo-toolbar-row.novo-color-earnCode>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-earnCode>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-earnCode>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-earnCode novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-earnCode>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-earnCode>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-earnCode>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-earnCode novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-earnCode>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-earnCode>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-earnCode>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-earnCode novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-earnCode>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-earnCode>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-earnCode>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-earnCode novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-earnCode novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-earnCode novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-earnCode .links button,.novo-toolbar .novo-toolbar-row.novo-color-earnCode .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-earnCode novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-earnCode novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-earnCode .links button,.novo-toolbar .novo-toolbar-row.novo-theme-earnCode .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-earnCode novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-earnCode novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-earnCode .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-earnCode .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-earnCode novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-earnCode novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-earnCode .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-earnCode .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-earnCode .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-earnCode .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-earnCode .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-earnCode .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-earn-code)}.novo-toolbar .novo-toolbar-row.novo-accent-earnCode,.novo-toolbar.novo-toolbar-single-row.novo-accent-earnCode{border-bottom:2px solid var(--color-earn-code)}.novo-toolbar .novo-toolbar-row.novo-color-invoiceStatement,.novo-toolbar .novo-toolbar-row.novo-theme-invoiceStatement,.novo-toolbar.novo-toolbar-single-row.novo-color-invoiceStatement,.novo-toolbar.novo-toolbar-single-row.novo-theme-invoiceStatement{color:var(--color-contrast-invoice-statement);background:var(--color-invoice-statement)}.novo-toolbar .novo-toolbar-row.novo-color-invoiceStatement>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-invoiceStatement>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-invoiceStatement>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-invoiceStatement novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-invoiceStatement>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-invoiceStatement>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-invoiceStatement>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-invoiceStatement novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-invoiceStatement>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-invoiceStatement>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-invoiceStatement>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-invoiceStatement novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-invoiceStatement>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-invoiceStatement>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-invoiceStatement>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-invoiceStatement novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-invoiceStatement novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-invoiceStatement novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-invoiceStatement .links button,.novo-toolbar .novo-toolbar-row.novo-color-invoiceStatement .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-invoiceStatement novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-invoiceStatement novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-invoiceStatement .links button,.novo-toolbar .novo-toolbar-row.novo-theme-invoiceStatement .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-invoiceStatement novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-invoiceStatement novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-invoiceStatement .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-invoiceStatement .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-invoiceStatement novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-invoiceStatement novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-invoiceStatement .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-invoiceStatement .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-invoiceStatement .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-invoiceStatement .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-invoiceStatement .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-invoiceStatement .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-invoice-statement)}.novo-toolbar .novo-toolbar-row.novo-accent-invoiceStatement,.novo-toolbar.novo-toolbar-single-row.novo-accent-invoiceStatement{border-bottom:2px solid var(--color-invoice-statement)}.novo-toolbar .novo-toolbar-row.novo-color-billableCharge,.novo-toolbar .novo-toolbar-row.novo-theme-billableCharge,.novo-toolbar.novo-toolbar-single-row.novo-color-billableCharge,.novo-toolbar.novo-toolbar-single-row.novo-theme-billableCharge{color:var(--color-contrast-billable-charge);background:var(--color-billable-charge)}.novo-toolbar .novo-toolbar-row.novo-color-billableCharge>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-billableCharge>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-billableCharge>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-billableCharge novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-billableCharge>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-billableCharge>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-billableCharge>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-billableCharge novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-billableCharge>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-billableCharge>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-billableCharge>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-billableCharge novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-billableCharge>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-billableCharge>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-billableCharge>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-billableCharge novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-billableCharge novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-billableCharge novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-billableCharge .links button,.novo-toolbar .novo-toolbar-row.novo-color-billableCharge .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-billableCharge novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-billableCharge novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-billableCharge .links button,.novo-toolbar .novo-toolbar-row.novo-theme-billableCharge .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-billableCharge novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-billableCharge novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-billableCharge .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-billableCharge .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-billableCharge novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-billableCharge novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-billableCharge .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-billableCharge .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-billableCharge .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-billableCharge .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-billableCharge .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-billableCharge .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-billable-charge)}.novo-toolbar .novo-toolbar-row.novo-accent-billableCharge,.novo-toolbar.novo-toolbar-single-row.novo-accent-billableCharge{border-bottom:2px solid var(--color-billable-charge)}.novo-toolbar .novo-toolbar-row.novo-color-payableCharge,.novo-toolbar .novo-toolbar-row.novo-theme-payableCharge,.novo-toolbar.novo-toolbar-single-row.novo-color-payableCharge,.novo-toolbar.novo-toolbar-single-row.novo-theme-payableCharge{color:var(--color-contrast-payable-charge);background:var(--color-payable-charge)}.novo-toolbar .novo-toolbar-row.novo-color-payableCharge>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-payableCharge>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-payableCharge>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-payableCharge novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-payableCharge>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-payableCharge>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-payableCharge>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-payableCharge novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-payableCharge>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-payableCharge>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-payableCharge>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-payableCharge novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-payableCharge>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-payableCharge>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-payableCharge>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-payableCharge novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-payableCharge novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-payableCharge novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-payableCharge .links button,.novo-toolbar .novo-toolbar-row.novo-color-payableCharge .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-payableCharge novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-payableCharge novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-payableCharge .links button,.novo-toolbar .novo-toolbar-row.novo-theme-payableCharge .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-payableCharge novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-payableCharge novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-payableCharge .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-payableCharge .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-payableCharge novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-payableCharge novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-payableCharge .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-payableCharge .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-payableCharge .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-payableCharge .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-payableCharge .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-payableCharge .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-payable-charge)}.novo-toolbar .novo-toolbar-row.novo-accent-payableCharge,.novo-toolbar.novo-toolbar-single-row.novo-accent-payableCharge{border-bottom:2px solid var(--color-payable-charge)}.novo-toolbar .novo-toolbar-row.novo-color-user,.novo-toolbar .novo-toolbar-row.novo-theme-user,.novo-toolbar.novo-toolbar-single-row.novo-color-user,.novo-toolbar.novo-toolbar-single-row.novo-theme-user{color:var(--color-contrast-user);background:var(--color-user)}.novo-toolbar .novo-toolbar-row.novo-color-user>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-user>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-user>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-user novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-user>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-user>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-user>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-user novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-user>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-user>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-user>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-user novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-user>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-user>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-user>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-user novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-user novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-user novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-user .links button,.novo-toolbar .novo-toolbar-row.novo-color-user .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-user novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-user novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-user .links button,.novo-toolbar .novo-toolbar-row.novo-theme-user .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-user novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-user novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-user .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-user .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-user novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-user novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-user .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-user .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-user .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-user .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-user .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-user .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-user)}.novo-toolbar .novo-toolbar-row.novo-accent-user,.novo-toolbar.novo-toolbar-single-row.novo-accent-user{border-bottom:2px solid var(--color-user)}.novo-toolbar .novo-toolbar-row.novo-color-corporateUser,.novo-toolbar .novo-toolbar-row.novo-theme-corporateUser,.novo-toolbar.novo-toolbar-single-row.novo-color-corporateUser,.novo-toolbar.novo-toolbar-single-row.novo-theme-corporateUser{color:var(--color-contrast-corporate-user);background:var(--color-corporate-user)}.novo-toolbar .novo-toolbar-row.novo-color-corporateUser>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-corporateUser>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-corporateUser>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-corporateUser novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-corporateUser>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-corporateUser>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-corporateUser>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-corporateUser novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-corporateUser>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-corporateUser>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-corporateUser>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-corporateUser novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-corporateUser>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-corporateUser>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-corporateUser>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-corporateUser novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-corporateUser novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-corporateUser novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-corporateUser .links button,.novo-toolbar .novo-toolbar-row.novo-color-corporateUser .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-corporateUser novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-corporateUser novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-corporateUser .links button,.novo-toolbar .novo-toolbar-row.novo-theme-corporateUser .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-corporateUser novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-corporateUser novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-corporateUser .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-corporateUser .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-corporateUser novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-corporateUser novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-corporateUser .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-corporateUser .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-corporateUser .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-corporateUser .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-corporateUser .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-corporateUser .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-corporate-user)}.novo-toolbar .novo-toolbar-row.novo-accent-corporateUser,.novo-toolbar.novo-toolbar-single-row.novo-accent-corporateUser{border-bottom:2px solid var(--color-corporate-user)}.novo-toolbar .novo-toolbar-row.novo-color-distributionList,.novo-toolbar .novo-toolbar-row.novo-theme-distributionList,.novo-toolbar.novo-toolbar-single-row.novo-color-distributionList,.novo-toolbar.novo-toolbar-single-row.novo-theme-distributionList{color:var(--color-contrast-distribution-list);background:var(--color-distribution-list)}.novo-toolbar .novo-toolbar-row.novo-color-distributionList>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-distributionList>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-distributionList>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-distributionList novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-distributionList>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-distributionList>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-distributionList>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-distributionList novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-distributionList>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-distributionList>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-distributionList>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-distributionList novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-distributionList>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-distributionList>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-distributionList>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-distributionList novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-distributionList novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-distributionList novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-distributionList .links button,.novo-toolbar .novo-toolbar-row.novo-color-distributionList .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-distributionList novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-distributionList novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-distributionList .links button,.novo-toolbar .novo-toolbar-row.novo-theme-distributionList .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-distributionList novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-distributionList novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-distributionList .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-distributionList .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-distributionList novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-distributionList novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-distributionList .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-distributionList .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-distributionList .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-distributionList .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-distributionList .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-distributionList .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-distribution-list)}.novo-toolbar .novo-toolbar-row.novo-accent-distributionList,.novo-toolbar.novo-toolbar-single-row.novo-accent-distributionList{border-bottom:2px solid var(--color-distribution-list)}.novo-toolbar .novo-toolbar-row.novo-color-credential,.novo-toolbar .novo-toolbar-row.novo-theme-credential,.novo-toolbar.novo-toolbar-single-row.novo-color-credential,.novo-toolbar.novo-toolbar-single-row.novo-theme-credential{color:var(--color-contrast-credential);background:var(--color-credential)}.novo-toolbar .novo-toolbar-row.novo-color-credential>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-credential>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-credential>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-credential novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-credential>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-credential>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-credential>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-credential novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-credential>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-credential>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-credential>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-credential novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-credential>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-credential>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-credential>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-credential novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-credential novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-credential novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-credential .links button,.novo-toolbar .novo-toolbar-row.novo-color-credential .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-credential novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-credential novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-credential .links button,.novo-toolbar .novo-toolbar-row.novo-theme-credential .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-credential novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-credential novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-credential .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-credential .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-credential novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-credential novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-credential .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-credential .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-credential .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-credential .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-credential .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-credential .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-credential)}.novo-toolbar .novo-toolbar-row.novo-accent-credential,.novo-toolbar.novo-toolbar-single-row.novo-accent-credential{border-bottom:2px solid var(--color-credential)}.novo-toolbar .novo-toolbar-row.novo-color-person,.novo-toolbar .novo-toolbar-row.novo-theme-person,.novo-toolbar.novo-toolbar-single-row.novo-color-person,.novo-toolbar.novo-toolbar-single-row.novo-theme-person{color:var(--color-contrast-person);background:var(--color-person)}.novo-toolbar .novo-toolbar-row.novo-color-person>novo-text,.novo-toolbar .novo-toolbar-row.novo-color-person>novo-label,.novo-toolbar .novo-toolbar-row.novo-color-person>novo-icon,.novo-toolbar .novo-toolbar-row.novo-color-person novo-title,.novo-toolbar .novo-toolbar-row.novo-theme-person>novo-text,.novo-toolbar .novo-toolbar-row.novo-theme-person>novo-label,.novo-toolbar .novo-toolbar-row.novo-theme-person>novo-icon,.novo-toolbar .novo-toolbar-row.novo-theme-person novo-title,.novo-toolbar.novo-toolbar-single-row.novo-color-person>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-color-person>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-color-person>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-color-person novo-title,.novo-toolbar.novo-toolbar-single-row.novo-theme-person>novo-text,.novo-toolbar.novo-toolbar-single-row.novo-theme-person>novo-label,.novo-toolbar.novo-toolbar-single-row.novo-theme-person>novo-icon,.novo-toolbar.novo-toolbar-single-row.novo-theme-person novo-title{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-person novo-action button,.novo-toolbar .novo-toolbar-row.novo-color-person novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-color-person .links button,.novo-toolbar .novo-toolbar-row.novo-color-person .links novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-person novo-action button,.novo-toolbar .novo-toolbar-row.novo-theme-person novo-action novo-button,.novo-toolbar .novo-toolbar-row.novo-theme-person .links button,.novo-toolbar .novo-toolbar-row.novo-theme-person .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-person novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-color-person novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-color-person .links button,.novo-toolbar.novo-toolbar-single-row.novo-color-person .links novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-person novo-action button,.novo-toolbar.novo-toolbar-single-row.novo-theme-person novo-action novo-button,.novo-toolbar.novo-toolbar-single-row.novo-theme-person .links button,.novo-toolbar.novo-toolbar-single-row.novo-theme-person .links novo-button{color:inherit}.novo-toolbar .novo-toolbar-row.novo-color-person .novo-divider.novo-divider-vertical,.novo-toolbar .novo-toolbar-row.novo-theme-person .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-color-person .novo-divider.novo-divider-vertical,.novo-toolbar.novo-toolbar-single-row.novo-theme-person .novo-divider.novo-divider-vertical{border-right-color:var(--color-tint-person)}.novo-toolbar .novo-toolbar-row.novo-accent-person,.novo-toolbar.novo-toolbar-single-row.novo-accent-person{border-bottom:2px solid var(--color-person)}.novo-toolbar.novo-toolbar-multiple-rows{display:flex;box-sizing:border-box;flex-direction:column;width:100%}\n"] }]
|
|
43
43
|
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { _toolbarRows: [{
|
|
44
44
|
type: ContentChildren,
|
|
45
45
|
args: [NovoToolbarRow, { descendants: true }]
|