cronapp-framework-js 2.9.2-SP.9 → 2.9.3
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/components/crn-component.components.json +18 -3
- package/components/crn-dynamic-image.components.json +38 -2
- package/components/crn-enterprise-checkbox.components.json +2 -0
- package/components/crn-enterprise-dynamic-combobox.components.json +12 -2
- package/components/crn-text-component.components.json +15 -3
- package/components/crn-textinputicon.components.json +26 -0
- package/components/templates/cron-dashboard-viewer.designtime.html +4 -2
- package/components/templates/cron-grid.designtime.html +3 -2
- package/components/templates/dynamicimage.designtime.html +19 -0
- package/components/templates/textinputicon.template.html +1 -1
- package/css/app.css +0 -10
- package/css/themes/custom/cosmo/button-cosmo.css +8 -0
- package/css/themes/custom/cosmo/custom-cosmo.css +1 -5
- package/css/themes/custom/cyborg/custom-cyborg.css +4 -26
- package/css/themes/custom/darkly/custom-darkly.css +7 -2
- package/css/themes/custom/flatly/custom-flatly.css +0 -12
- package/css/themes/custom/journal/custom-journal.css +24 -24
- package/css/themes/custom/lumen/button-lumen.css +16 -0
- package/css/themes/custom/lumen/custom-lumen.css +0 -26
- package/css/themes/custom/paper/custom-paper.css +0 -26
- package/css/themes/custom/readable/custom-readable.css +0 -26
- package/css/themes/custom/sandstone/custom-sandstone.css +0 -26
- package/css/themes/custom/simplex/button-simplex.css +20 -0
- package/css/themes/custom/simplex/custom-simplex.css +0 -24
- package/css/themes/custom/slate/button-slate.css +20 -0
- package/css/themes/custom/slate/custom-slate.css +6 -33
- package/css/themes/custom/spacelab/button-spacelab.css +20 -0
- package/css/themes/custom/spacelab/custom-spacelab.css +0 -24
- package/css/themes/custom/superhero/button-superhero.css +16 -0
- package/css/themes/custom/superhero/custom-superhero.css +12 -34
- package/css/themes/custom/theme-general/button.css +10 -0
- package/css/themes/custom/theme-general/scheduler.css +18 -6
- package/css/themes/custom/theme-general/theme-general.css +22 -0
- package/css/themes/custom/united/custom-united.css +0 -26
- package/css/themes/custom/yeti/custom-yeti.css +0 -26
- package/deprecated/css/animate.css +433 -0
- package/deprecated/css/app.css +433 -0
- package/deprecated/css/cronos-template.css +0 -0
- package/deprecated/css/cronos.css +263 -0
- package/deprecated/css/fonts/glyphicons-halflings-regular.eot +0 -0
- package/deprecated/css/fonts/glyphicons-halflings-regular.svg +288 -0
- package/deprecated/css/fonts/glyphicons-halflings-regular.ttf +0 -0
- package/deprecated/css/fonts/glyphicons-halflings-regular.woff +0 -0
- package/deprecated/css/fonts/glyphicons-halflings-regular.woff2 +0 -0
- package/deprecated/css/modalTemplate.css +37 -0
- package/deprecated/css/themes/cerulean.min.css +7 -0
- package/deprecated/css/themes/cosmo.min.css +7 -0
- package/deprecated/css/themes/custom/fuse/custom-fuse.min.css +4179 -0
- package/deprecated/css/themes/cyborg.min.css +7 -0
- package/deprecated/css/themes/darkly.min.css +7 -0
- package/deprecated/css/themes/flatly.min.css +7 -0
- package/deprecated/css/themes/fuse.min.css +7 -0
- package/deprecated/css/themes/journal.min.css +7 -0
- package/deprecated/css/themes/lumen.min.css +7 -0
- package/deprecated/css/themes/material.min.css +4 -0
- package/deprecated/css/themes/paper.min.css +7 -0
- package/deprecated/css/themes/readable.min.css +7 -0
- package/deprecated/css/themes/sandstone.min.css +7 -0
- package/deprecated/css/themes/simplex.min.css +7 -0
- package/deprecated/css/themes/slate.min.css +7 -0
- package/deprecated/css/themes/spacelab.min.css +7 -0
- package/deprecated/css/themes/superhero.min.css +7 -0
- package/deprecated/css/themes/united.min.css +7 -0
- package/deprecated/css/themes/yeti.min.css +7 -0
- package/deprecated/dist/components/css/font-size.css +1 -0
- package/deprecated/dist/components/css/image.css +1 -0
- package/deprecated/dist/components/js/format.min.js +1 -0
- package/deprecated/dist/components/js/jquery.inputmask.bundle.js +1 -0
- package/deprecated/dist/components/js/jquery.mask.min.js +1 -0
- package/deprecated/dist/components/js/qrcode.js +1 -0
- package/deprecated/dist/components/reports/BOOLEAN.parameter.html +1 -0
- package/deprecated/dist/components/reports/DATE.parameter.html +1 -0
- package/deprecated/dist/components/reports/DOUBLE.parameter.html +1 -0
- package/deprecated/dist/components/reports/FLOAT.parameter.html +1 -0
- package/deprecated/dist/components/reports/INTEGER.parameter.html +1 -0
- package/deprecated/dist/components/reports/LONG.parameter.html +1 -0
- package/deprecated/dist/components/reports/STRING.parameter.html +1 -0
- package/deprecated/dist/components/reports/reports.parameters.html +1 -0
- package/deprecated/dist/components/reports/reports.view.html +1 -0
- package/deprecated/dist/components/templates/Component_Container/crn-eight-four-container.template.html +1 -0
- package/deprecated/dist/components/templates/Component_Container/crn-four-eight-container.template.html +1 -0
- package/deprecated/dist/components/templates/Component_Container/crn-one-container.template.html +1 -0
- package/deprecated/dist/components/templates/Component_Container/crn-three-container.template.html +1 -0
- package/deprecated/dist/components/templates/Component_Container/crn-three-six-three-container.template.html +1 -0
- package/deprecated/dist/components/templates/Component_Container/crn-two-container.template.html +1 -0
- package/deprecated/dist/components/templates/accordion.template.html +1 -0
- package/deprecated/dist/components/templates/anchor.template.html +1 -0
- package/deprecated/dist/components/templates/angular-ui-notification.template.html +1 -0
- package/deprecated/dist/components/templates/banner.template.html +1 -0
- package/deprecated/dist/components/templates/button-report.template.html +1 -0
- package/deprecated/dist/components/templates/button.oauth2.template.html +1 -0
- package/deprecated/dist/components/templates/button.template.html +1 -0
- package/deprecated/dist/components/templates/buttonfilter.template.html +1 -0
- package/deprecated/dist/components/templates/carousel.template.html +1 -0
- package/deprecated/dist/components/templates/cell.template.html +1 -0
- package/deprecated/dist/components/templates/chart.template.html +1 -0
- package/deprecated/dist/components/templates/checkbox.template.html +1 -0
- package/deprecated/dist/components/templates/combobox-dynamic.template.html +1 -0
- package/deprecated/dist/components/templates/combobox.template.html +1 -0
- package/deprecated/dist/components/templates/crn-carousel-item.tempate.html +1 -0
- package/deprecated/dist/components/templates/crn-input-password.designtime.html +1 -0
- package/deprecated/dist/components/templates/crn-input-password.template.html +1 -0
- package/deprecated/dist/components/templates/crn-list-item.template.html +1 -0
- package/deprecated/dist/components/templates/crn-ordered-list.template.html +1 -0
- package/deprecated/dist/components/templates/crn-ordered-sub-list.template.html +1 -0
- package/deprecated/dist/components/templates/crn-unordered-list.template.html +1 -0
- package/deprecated/dist/components/templates/crn-unordered-sub-list.template.html +1 -0
- package/deprecated/dist/components/templates/cron-autocomplete.designtime.html +26 -0
- package/deprecated/dist/components/templates/cron-autocomplete.template.html +1 -0
- package/deprecated/dist/components/templates/cron-barcode.template.html +1 -0
- package/deprecated/dist/components/templates/cron-breadcrumbs.designtime.html +1 -0
- package/deprecated/dist/components/templates/cron-breadcrumbs.template.html +1 -0
- package/deprecated/dist/components/templates/cron-calendar.designtime.html +1 -0
- package/deprecated/dist/components/templates/cron-calendar.template.html +1 -0
- package/deprecated/dist/components/templates/cron-captcha.designtime.html +6 -0
- package/deprecated/dist/components/templates/cron-captcha.template.html +1 -0
- package/deprecated/dist/components/templates/cron-chat.designtime.html +17 -0
- package/deprecated/dist/components/templates/cron-chat.template.html +1 -0
- package/deprecated/dist/components/templates/cron-checkbox.template.html +1 -0
- package/deprecated/dist/components/templates/cron-combobox-multiple.designtime.html +1 -0
- package/deprecated/dist/components/templates/cron-combobox-multiple.template.html +1 -0
- package/deprecated/dist/components/templates/cron-combobox.designtime.html +1 -0
- package/deprecated/dist/components/templates/cron-combobox.template.html +1 -0
- package/deprecated/dist/components/templates/cron-crud.template.html +1 -0
- package/deprecated/dist/components/templates/cron-date.template.html +1 -0
- package/deprecated/dist/components/templates/cron-dynamic-autocomplete.template.html +1 -0
- package/deprecated/dist/components/templates/cron-dynamic-combobox.designtime.html +1 -0
- package/deprecated/dist/components/templates/cron-dynamic-combobox.template.html +1 -0
- package/deprecated/dist/components/templates/cron-dynamic-menu.designtime.html +1 -0
- package/deprecated/dist/components/templates/cron-dynamic-menu.template.html +1 -0
- package/deprecated/dist/components/templates/cron-grid.designtime.html +1 -0
- package/deprecated/dist/components/templates/cron-grid.template.html +1 -0
- package/deprecated/dist/components/templates/cron-ordered-list.template.html +1 -0
- package/deprecated/dist/components/templates/cron-qrcode.template.html +1 -0
- package/deprecated/dist/components/templates/cron-radio.template.html +1 -0
- package/deprecated/dist/components/templates/cron-report-viewer.designtime.html +1 -0
- package/deprecated/dist/components/templates/cron-report-viewer.template.html +1 -0
- package/deprecated/dist/components/templates/cron-rich-editor.template.html +1 -0
- package/deprecated/dist/components/templates/cron-scheduler.designtime.html +2 -0
- package/deprecated/dist/components/templates/cron-scheduler.template.html +1 -0
- package/deprecated/dist/components/templates/cron-slider.template.html +1 -0
- package/deprecated/dist/components/templates/cron-switch.template.html +1 -0
- package/deprecated/dist/components/templates/cron-tree-view.designtime.html +1 -0
- package/deprecated/dist/components/templates/cron-tree-view.template.html +1 -0
- package/deprecated/dist/components/templates/datasource.template.html +1 -0
- package/deprecated/dist/components/templates/datasourcefilter.template.html +1 -0
- package/deprecated/dist/components/templates/datasourcefiltercomplex.template.html +1 -0
- package/deprecated/dist/components/templates/date.template.html +1 -0
- package/deprecated/dist/components/templates/datetime.template.html +1 -0
- package/deprecated/dist/components/templates/div.template.html +1 -0
- package/deprecated/dist/components/templates/dynamicfile.template.html +1 -0
- package/deprecated/dist/components/templates/dynamicimage.template.html +1 -0
- package/deprecated/dist/components/templates/dynamictitle.template.html +1 -0
- package/deprecated/dist/components/templates/evaluation.template.html +1 -0
- package/deprecated/dist/components/templates/fileupload-button.template.html +1 -0
- package/deprecated/dist/components/templates/fileupload.template.html +1 -0
- package/deprecated/dist/components/templates/foot-cell.template.html +1 -0
- package/deprecated/dist/components/templates/foot-row.template.html +1 -0
- package/deprecated/dist/components/templates/form.template.html +1 -0
- package/deprecated/dist/components/templates/grid-horizontal.template.html +1 -0
- package/deprecated/dist/components/templates/grid-vertical.template.html +1 -0
- package/deprecated/dist/components/templates/grid.template.html +1 -0
- package/deprecated/dist/components/templates/head-cell.template.html +1 -0
- package/deprecated/dist/components/templates/head-row.template.html +1 -0
- package/deprecated/dist/components/templates/head.template.html +1 -0
- package/deprecated/dist/components/templates/header.template.html +1 -0
- package/deprecated/dist/components/templates/icon.template.html +1 -0
- package/deprecated/dist/components/templates/image-menu.template.html +1 -0
- package/deprecated/dist/components/templates/image.default.template.html +1 -0
- package/deprecated/dist/components/templates/image.template.html +1 -0
- package/deprecated/dist/components/templates/list.template.html +1 -0
- package/deprecated/dist/components/templates/multiselect.template.html +1 -0
- package/deprecated/dist/components/templates/navbar.template.html +1 -0
- package/deprecated/dist/components/templates/panel.template.html +1 -0
- package/deprecated/dist/components/templates/qrcode.template.html +1 -0
- package/deprecated/dist/components/templates/radiogroup.template.html +1 -0
- package/deprecated/dist/components/templates/rating.template.html +1 -0
- package/deprecated/dist/components/templates/row.template.html +1 -0
- package/deprecated/dist/components/templates/sidebar.template.html +1 -0
- package/deprecated/dist/components/templates/social-button-bar.template.html +1 -0
- package/deprecated/dist/components/templates/sub-form.template.html +1 -0
- package/deprecated/dist/components/templates/subtitle.template.html +1 -0
- package/deprecated/dist/components/templates/table.template.html +1 -0
- package/deprecated/dist/components/templates/tabs.template.html +1 -0
- package/deprecated/dist/components/templates/text.template.html +1 -0
- package/deprecated/dist/components/templates/textarea.template.html +1 -0
- package/deprecated/dist/components/templates/textinput.template.html +1 -0
- package/deprecated/dist/components/templates/textinputbutton.html +1 -0
- package/deprecated/dist/components/templates/textinputbutton.template.html +1 -0
- package/deprecated/dist/components/templates/textinputicon.template.html +1 -0
- package/deprecated/dist/components/templates/time.template.html +1 -0
- package/deprecated/dist/components/templates/title-default.template.html +1 -0
- package/deprecated/dist/components/templates/title.template.html +1 -0
- package/deprecated/dist/components/templates/treeview.template.html +1 -0
- package/deprecated/dist/css/animate.css +1 -0
- package/deprecated/dist/css/app.css +1 -0
- package/deprecated/dist/css/cronos-template.css +0 -0
- package/deprecated/dist/css/cronos.css +1 -0
- package/deprecated/dist/css/fonts/glyphicons-halflings-regular.eot +0 -0
- package/deprecated/dist/css/fonts/glyphicons-halflings-regular.svg +1 -0
- package/deprecated/dist/css/fonts/glyphicons-halflings-regular.ttf +0 -0
- package/deprecated/dist/css/fonts/glyphicons-halflings-regular.woff +0 -0
- package/deprecated/dist/css/fonts/glyphicons-halflings-regular.woff2 +0 -0
- package/deprecated/dist/css/modalTemplate.css +1 -0
- package/deprecated/dist/css/themes/cerulean.min.css +1 -0
- package/deprecated/dist/css/themes/cosmo.min.css +1 -0
- package/deprecated/dist/css/themes/custom/fuse/custom-fuse.min.css +1 -0
- package/deprecated/dist/css/themes/cyborg.min.css +1 -0
- package/deprecated/dist/css/themes/darkly.min.css +1 -0
- package/deprecated/dist/css/themes/flatly.min.css +1 -0
- package/deprecated/dist/css/themes/fuse.min.css +1 -0
- package/deprecated/dist/css/themes/journal.min.css +1 -0
- package/deprecated/dist/css/themes/lumen.min.css +1 -0
- package/deprecated/dist/css/themes/material.min.css +1 -0
- package/deprecated/dist/css/themes/paper.min.css +1 -0
- package/deprecated/dist/css/themes/readable.min.css +1 -0
- package/deprecated/dist/css/themes/sandstone.min.css +1 -0
- package/deprecated/dist/css/themes/simplex.min.css +1 -0
- package/deprecated/dist/css/themes/slate.min.css +1 -0
- package/deprecated/dist/css/themes/spacelab.min.css +1 -0
- package/deprecated/dist/css/themes/superhero.min.css +1 -0
- package/deprecated/dist/css/themes/united.min.css +1 -0
- package/deprecated/dist/css/themes/yeti.min.css +1 -0
- package/deprecated/dist/i18n/locale_en_us.json +143 -0
- package/deprecated/dist/i18n/locale_pt_br.json +143 -0
- package/deprecated/dist/img/ballon_icon.svg +1 -0
- package/deprecated/dist/img/barcode.png +0 -0
- package/deprecated/dist/img/cron-icon/crn-QRCode.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-accordion.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-anchor.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-button.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-calendar.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-captcha.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-carousel.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-chart.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-checkbox.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-combobox-dynamic.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-combobox.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-cron-crud.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-cron-dashboard-viewer.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-datasource.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-datepicker.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-datetimepicker.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-dynamic-file.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-dynamic-image.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-dynamic-menu.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-eight-four-container.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-enterprise-autocomplete.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-enterprise-combobox-multiple.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-enterprise-combobox.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-enterprise-dynamic-autocomplete.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-enterprise-dynamic-combobox.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-form.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-four-eight-container.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-grid-table.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-grid.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-header.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-horizontal-container.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-icon.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-image.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-input-password.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-jumbotron.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-list.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-navbar.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-one-container.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-ordered-list.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-ordered-sub-list.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-panel.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-radiogroup.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-rating.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-report-viewer.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-rich-editor.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-scheduler.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-simple-text.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-slider.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-social-login.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-sub-form.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-table.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-tabs.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-text-component.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-textarea.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-textinput.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-textinputbutton.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-textinputicon.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-three-container.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-three-six-three-container.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-timepicker.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-tree-view.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-two-container.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-unordered-list.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-unordered-sub-list.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-upload.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-vertical-container.svg +1 -0
- package/deprecated/dist/img/cron-icon/cron-breadrumb.svg +1 -0
- package/deprecated/dist/img/cronGrid.png +0 -0
- package/deprecated/dist/img/cronRichEditor.png +0 -0
- package/deprecated/dist/img/cronapp-logo-login.png +0 -0
- package/deprecated/dist/img/img-user.svg +1 -0
- package/deprecated/dist/img/logo-cronapp-negativa.svg +1 -0
- package/deprecated/dist/img/logo.png +0 -0
- package/deprecated/dist/img/logo.svg +1 -0
- package/deprecated/dist/img/nophoto.png +0 -0
- package/deprecated/dist/img/placehold-100x100.png +0 -0
- package/deprecated/dist/img/placehold-900x500.png +0 -0
- package/deprecated/dist/img/qrcode.png +0 -0
- package/deprecated/dist/img/recaptcha-logo.svg +1 -0
- package/deprecated/dist/img/selectFile.png +0 -0
- package/deprecated/dist/img/selectImg.svg +1 -0
- package/deprecated/dist/img/svg-charts.svg +1 -0
- package/deprecated/dist/img/switch.png +0 -0
- package/deprecated/dist/js/LanguageSelectDirective.js +1 -0
- package/deprecated/dist/js/LocaleService.js +1 -0
- package/deprecated/dist/js/app.authentication.js +1 -0
- package/deprecated/dist/js/app.js +1 -0
- package/deprecated/dist/js/controllers.authentication.js +1 -0
- package/deprecated/dist/js/controllers.js +1 -0
- package/deprecated/dist/js/custom.controllers.js +1 -0
- package/deprecated/dist/js/customModules.js +1 -0
- package/deprecated/dist/js/customStateProvider.js +0 -0
- package/deprecated/dist/js/directives.js +14 -0
- package/deprecated/dist/js/filters.js +1 -0
- package/deprecated/dist/js/local-dateformat.directive.js +1 -0
- package/deprecated/dist/js/reports/parameters.controller.js +1 -0
- package/deprecated/dist/js/reports/reports.service.js +1 -0
- package/deprecated/dist/js/services.js +1 -0
- package/deprecated/dist/js/stateProvider.js +1 -0
- package/deprecated/dist/js/upload.service.js +1 -0
- package/deprecated/img/ballon_icon.svg +3 -0
- package/deprecated/img/barcode.png +0 -0
- package/deprecated/img/cron-icon/crn-QRCode.svg +38 -0
- package/deprecated/img/cron-icon/crn-accordion.svg +25 -0
- package/deprecated/img/cron-icon/crn-anchor.svg +29 -0
- package/deprecated/img/cron-icon/crn-button.svg +24 -0
- package/deprecated/img/cron-icon/crn-calendar.svg +23 -0
- package/deprecated/img/cron-icon/crn-captcha.svg +36 -0
- package/deprecated/img/cron-icon/crn-carousel.svg +26 -0
- package/deprecated/img/cron-icon/crn-chart.svg +19 -0
- package/deprecated/img/cron-icon/crn-checkbox.svg +21 -0
- package/deprecated/img/cron-icon/crn-combobox-dynamic.svg +27 -0
- package/deprecated/img/cron-icon/crn-combobox.svg +24 -0
- package/deprecated/img/cron-icon/crn-cron-crud.svg +28 -0
- package/deprecated/img/cron-icon/crn-cron-dashboard-viewer.svg +18 -0
- package/deprecated/img/cron-icon/crn-datasource.svg +27 -0
- package/deprecated/img/cron-icon/crn-datepicker.svg +35 -0
- package/deprecated/img/cron-icon/crn-datetimepicker.svg +41 -0
- package/deprecated/img/cron-icon/crn-dynamic-file.svg +26 -0
- package/deprecated/img/cron-icon/crn-dynamic-image.svg +25 -0
- package/deprecated/img/cron-icon/crn-dynamic-menu.svg +28 -0
- package/deprecated/img/cron-icon/crn-eight-four-container.svg +18 -0
- package/deprecated/img/cron-icon/crn-enterprise-autocomplete.svg +26 -0
- package/deprecated/img/cron-icon/crn-enterprise-combobox-multiple.svg +21 -0
- package/deprecated/img/cron-icon/crn-enterprise-combobox.svg +24 -0
- package/deprecated/img/cron-icon/crn-enterprise-dynamic-autocomplete.svg +29 -0
- package/deprecated/img/cron-icon/crn-enterprise-dynamic-combobox.svg +27 -0
- package/deprecated/img/cron-icon/crn-form.svg +24 -0
- package/deprecated/img/cron-icon/crn-four-eight-container.svg +20 -0
- package/deprecated/img/cron-icon/crn-grid-table.svg +21 -0
- package/deprecated/img/cron-icon/crn-grid.svg +27 -0
- package/deprecated/img/cron-icon/crn-header.svg +18 -0
- package/deprecated/img/cron-icon/crn-horizontal-container.svg +19 -0
- package/deprecated/img/cron-icon/crn-icon.svg +23 -0
- package/deprecated/img/cron-icon/crn-image.svg +20 -0
- package/deprecated/img/cron-icon/crn-input-password.svg +24 -0
- package/deprecated/img/cron-icon/crn-jumbotron.svg +24 -0
- package/deprecated/img/cron-icon/crn-list.svg +24 -0
- package/deprecated/img/cron-icon/crn-navbar.svg +25 -0
- package/deprecated/img/cron-icon/crn-one-container.svg +17 -0
- package/deprecated/img/cron-icon/crn-ordered-list.svg +44 -0
- package/deprecated/img/cron-icon/crn-ordered-sub-list.svg +42 -0
- package/deprecated/img/cron-icon/crn-panel.svg +21 -0
- package/deprecated/img/cron-icon/crn-radiogroup.svg +25 -0
- package/deprecated/img/cron-icon/crn-rating.svg +20 -0
- package/deprecated/img/cron-icon/crn-report-viewer.svg +24 -0
- package/deprecated/img/cron-icon/crn-rich-editor.svg +22 -0
- package/deprecated/img/cron-icon/crn-scheduler.svg +27 -0
- package/deprecated/img/cron-icon/crn-simple-text.svg +18 -0
- package/deprecated/img/cron-icon/crn-slider.svg +19 -0
- package/deprecated/img/cron-icon/crn-social-login.svg +29 -0
- package/deprecated/img/cron-icon/crn-sub-form.svg +27 -0
- package/deprecated/img/cron-icon/crn-table.svg +20 -0
- package/deprecated/img/cron-icon/crn-tabs.svg +22 -0
- package/deprecated/img/cron-icon/crn-text-component.svg +22 -0
- package/deprecated/img/cron-icon/crn-textarea.svg +22 -0
- package/deprecated/img/cron-icon/crn-textinput.svg +23 -0
- package/deprecated/img/cron-icon/crn-textinputbutton.svg +33 -0
- package/deprecated/img/cron-icon/crn-textinputicon.svg +29 -0
- package/deprecated/img/cron-icon/crn-three-container.svg +21 -0
- package/deprecated/img/cron-icon/crn-three-six-three-container.svg +19 -0
- package/deprecated/img/cron-icon/crn-timepicker.svg +20 -0
- package/deprecated/img/cron-icon/crn-tree-view.svg +19 -0
- package/deprecated/img/cron-icon/crn-two-container.svg +18 -0
- package/deprecated/img/cron-icon/crn-unordered-list.svg +24 -0
- package/deprecated/img/cron-icon/crn-unordered-sub-list.svg +28 -0
- package/deprecated/img/cron-icon/crn-upload.svg +20 -0
- package/deprecated/img/cron-icon/crn-vertical-container.svg +19 -0
- package/deprecated/img/cron-icon/cron-breadrumb.svg +638 -0
- package/deprecated/img/cronGrid.png +0 -0
- package/deprecated/img/cronRichEditor.png +0 -0
- package/deprecated/img/cronapp-logo-login.png +0 -0
- package/deprecated/img/img-user.svg +1 -0
- package/deprecated/img/logo-cronapp-negativa.svg +1 -0
- package/deprecated/img/logo.png +0 -0
- package/deprecated/img/logo.svg +1 -0
- package/deprecated/img/nophoto.png +0 -0
- package/deprecated/img/placehold-100x100.png +0 -0
- package/deprecated/img/placehold-900x500.png +0 -0
- package/deprecated/img/qrcode.png +0 -0
- package/deprecated/img/recaptcha-logo.svg +1 -0
- package/deprecated/img/selectFile.png +0 -0
- package/deprecated/img/selectImg.svg +44 -0
- package/deprecated/img/svg-charts.svg +1 -0
- package/dist/components/templates/cron-dashboard-viewer.designtime.html +1 -1
- package/dist/components/templates/cron-grid.designtime.html +1 -1
- package/dist/components/templates/dynamicimage.designtime.html +2 -0
- package/dist/components/templates/textinputicon.template.html +1 -1
- package/dist/css/app.css +1 -1
- package/dist/css/themes/custom/cosmo/button-cosmo.css +1 -1
- package/dist/css/themes/custom/cosmo/custom-cosmo.css +1 -1
- package/dist/css/themes/custom/cyborg/custom-cyborg.css +1 -1
- package/dist/css/themes/custom/darkly/custom-darkly.css +1 -1
- package/dist/css/themes/custom/flatly/custom-flatly.css +1 -1
- package/dist/css/themes/custom/journal/custom-journal.css +1 -1
- package/dist/css/themes/custom/lumen/button-lumen.css +1 -1
- package/dist/css/themes/custom/lumen/custom-lumen.css +1 -1
- package/dist/css/themes/custom/paper/custom-paper.css +1 -1
- package/dist/css/themes/custom/readable/custom-readable.css +1 -1
- package/dist/css/themes/custom/sandstone/custom-sandstone.css +1 -1
- package/dist/css/themes/custom/simplex/button-simplex.css +1 -1
- package/dist/css/themes/custom/simplex/custom-simplex.css +1 -1
- package/dist/css/themes/custom/slate/button-slate.css +1 -1
- package/dist/css/themes/custom/slate/custom-slate.css +1 -1
- package/dist/css/themes/custom/spacelab/button-spacelab.css +1 -1
- package/dist/css/themes/custom/spacelab/custom-spacelab.css +1 -1
- package/dist/css/themes/custom/superhero/button-superhero.css +1 -1
- package/dist/css/themes/custom/superhero/custom-superhero.css +1 -1
- package/dist/css/themes/custom/theme-general/button.css +1 -1
- package/dist/css/themes/custom/theme-general/scheduler.css +1 -1
- package/dist/css/themes/custom/theme-general/theme-general.css +1 -1
- package/dist/css/themes/custom/united/custom-united.css +1 -1
- package/dist/css/themes/custom/yeti/custom-yeti.css +1 -1
- package/dist/js/app.js +1 -1
- package/dist/js/dashboard/dashboard.service.js +1 -1
- package/dist/js/directives.js +26 -6
- package/dist/js/reports/parameters.controller.js +1 -1
- package/dist/js/reports/reports.service.js +1 -1
- package/dist/js/stateProvider.js +1 -1
- package/js/app.js +7 -4
- package/js/customStateProvider.js +0 -2
- package/js/dashboard/dashboard.service.js +2 -0
- package/js/directives.js +115 -85
- package/js/reports/parameters.controller.js +2 -2
- package/js/reports/reports.service.js +31 -2
- package/js/stateProvider.js +0 -4
- package/package.json +1 -1
- package/css/themes/deprecated/aquamarine.min.css +0 -6
- package/css/themes/deprecated/cerulean.min.css +0 -7
- package/css/themes/deprecated/cosmo.min.css +0 -7
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/_media-print.css +0 -71
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/badge.css +0 -47
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/basics.css +0 -620
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/blockquote.css +0 -54
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/breadcrumb.css +0 -21
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn-group.css +0 -169
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn-toolbar.css +0 -15
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn.css +0 -158
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/caret.css +0 -24
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/close.css +0 -27
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/container.css +0 -49
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/dropdown.css +0 -133
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/form.css +0 -401
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/has.css +0 -172
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/import_bootswatch.css +0 -46
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/input-group.css +0 -184
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/input.css +0 -39
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/jumbotron.css +0 -44
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/kbd.css +0 -17
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/label.css +0 -33
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/list-group.css +0 -75
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/modal.css +0 -143
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-justified.css +0 -27
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-pills.css +0 -11
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-stacked.css +0 -8
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-tabs.css +0 -78
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav.css +0 -27
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/navbar.css +0 -351
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/pager.css +0 -27
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/pagination.css +0 -71
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/panel.css +0 -264
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/popover.css +0 -149
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/pre.css +0 -22
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/progress.css +0 -63
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/table.css +0 -268
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/thumbnail.css +0 -41
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/tooltip.css +0 -129
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/visible.css +0 -261
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/well.css +0 -25
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/_media-print.css +0 -71
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/alert.css +0 -48
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/animations.css +0 -26
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/badge.css +0 -58
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/basics.css +0 -725
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/blockquote.css +0 -54
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/breadcrumb.css +0 -21
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/btn.css +0 -491
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/carousel.css +0 -261
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/close.css +0 -37
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/col.css +0 -787
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/collapse.css +0 -30
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/container.css +0 -31
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/dropdown.css +0 -158
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/embed-responsive.css +0 -29
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/fade.css +0 -10
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/form_input.css +0 -782
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/glyphicon.css +0 -1066
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/img_figure.css +0 -39
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/import_bootswatch.css +0 -38
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/input-group.css +0 -184
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/jumbotron.css +0 -49
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/label.css +0 -35
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/list-group.css +0 -133
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/media.css +0 -60
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/modal.css +0 -143
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/nav.css +0 -276
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/navbar.css +0 -408
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/pager.css +0 -44
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/pagination.css +0 -109
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/panel.css +0 -288
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/popover.css +0 -154
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/progress.css +0 -95
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/table.css +0 -171
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/text.css +0 -31
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/thumbnail.css +0 -29
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/tooltip.css +0 -129
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/visible.css +0 -269
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/well.css +0 -31
- package/css/themes/deprecated/custom/_bootswatch-v3.3.7/alert.css +0 -37
- package/css/themes/deprecated/custom/_bootswatch-v3.3.7/col.css +0 -787
- package/css/themes/deprecated/custom/_bootswatch-v3.3.7/collapse.css +0 -30
- package/css/themes/deprecated/custom/_bootswatch-v3.3.7/embed-responsive.css +0 -29
- package/css/themes/deprecated/custom/_bootswatch-v3.3.7/glyphicon.css +0 -1066
- package/css/themes/deprecated/custom/_bootswatch-v3.3.7/navbar.css +0 -619
- package/css/themes/deprecated/custom/_bootswatch-v3.3.7/text.css +0 -31
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/_media-print.css +0 -79
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/accordion.css +0 -19
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/alert.css +0 -27
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/align.css +0 -393
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/badge.css +0 -26
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/basics.css +0 -706
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/blockquote.css +0 -14
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/border.css +0 -75
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/breadcrumb.css +0 -35
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/btn.css +0 -244
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/card.css +0 -260
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/carousel.css +0 -251
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/close.css +0 -27
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/col.css +0 -1125
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/container.css +0 -39
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/custom.css +0 -413
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/display.css +0 -209
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/dropdown.css +0 -176
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/embed-responsive.css +0 -42
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/flex.css +0 -318
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/float.css +0 -59
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/form.css +0 -294
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/img_figure.css +0 -27
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/import_bootswatch.css +0 -43
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/input-group.css +0 -178
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/jumbotron.css +0 -18
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/justify.css +0 -136
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/list-group.css +0 -218
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/margin.css +0 -711
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/modal.css +0 -182
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/nav.css +0 -45
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/navbar.css +0 -353
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/padding.css +0 -611
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/page.css +0 -55
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/pagination.css +0 -44
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/popover.css +0 -199
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/position.css +0 -20
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/progress.css +0 -46
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/rounded.css +0 -31
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/shadow.css +0 -19
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/table.css +0 -96
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/text.css +0 -113
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/tooltip.css +0 -122
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/validated.css +0 -239
- package/css/themes/deprecated/custom/aquamarine/custom-aquamarine.min.css +0 -3085
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Black.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Black.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-BlackItalic.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-BlackItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Bold.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Bold.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-BoldItalic.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-BoldItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBold.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBold.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLight.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLight.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Italic.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Italic.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Light.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Light.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-LightItalic.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-LightItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Medium.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Medium.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-MediumItalic.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-MediumItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Regular.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Regular.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBold.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBold.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Thin.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Thin.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ThinItalic.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ThinItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/img/arrow-gray.svg +0 -3
- package/css/themes/deprecated/custom/aquamarine/img/arrow-white.svg +0 -3
- package/css/themes/deprecated/custom/cerulean/img/arrow-gray.svg +0 -10
- package/css/themes/deprecated/custom/cerulean/img/arrow-white.svg +0 -10
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/_media-print.css +0 -73
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/alert.css +0 -37
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/animations.css +0 -26
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/badge.css +0 -48
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/basics.css +0 -734
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/blockquote.css +0 -54
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/breadcrumb.css +0 -30
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/btn.css +0 -391
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/carousel.css +0 -252
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/close.css +0 -27
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/col.css +0 -787
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/collapse.css +0 -30
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/container.css +0 -31
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/dropdown.css +0 -157
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/embed-responsive.css +0 -29
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/fade.css +0 -10
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/figure_img.css +0 -39
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/form-control.css +0 -310
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/glyphicon.css +0 -1066
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/import_bootswatch.css +0 -40
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/input-group.css +0 -184
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/input.css +0 -144
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/jumbotron.css +0 -49
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/label.css +0 -35
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/list-group.css +0 -129
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/media.css +0 -60
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/modal.css +0 -142
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/nav.css +0 -271
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/pager.css +0 -52
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/pagination.css +0 -113
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/panel.css +0 -295
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/popover.css +0 -148
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/progress.css +0 -65
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/table.css +0 -268
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/text.css +0 -31
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/thumbnail.css +0 -29
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/tooltip.css +0 -129
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/visible.css +0 -269
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/well.css +0 -25
- package/css/themes/deprecated/custom/dsgov/custom-dsgov.min.css +0 -3246
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Black.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Black.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-BlackItalic.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-BlackItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Bold.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Bold.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-BoldItalic.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-BoldItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBold.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBold.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLight.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLight.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLightItalic.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLightItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Italic.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Italic.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Light.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Light.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-LightItalic.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-LightItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Medium.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Medium.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-MediumItalic.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-MediumItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Regular.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Regular.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBold.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBold.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBoldItalic.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBoldItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Thin.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Thin.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-ThinItalic.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-ThinItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/fonts.css +0 -162
- package/css/themes/deprecated/custom/dsgov/font2/fonts.css +0 -144
- package/css/themes/deprecated/custom/dsgov/font2/rawline-100.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-100i.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-200.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-200i.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-300.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-300i.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-400.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-400i.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-500.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-500i.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-600.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-600i.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-700.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-700i.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-800.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-800i.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-900.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-900i.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/img/arrow-blue.svg +0 -9
- package/css/themes/deprecated/custom/dsgov/img/cover.jpg +0 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/_media-print.css +0 -73
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/alert.css +0 -37
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/animations.css +0 -26
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/badge.css +0 -48
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/basics.css +0 -734
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/blockquote.css +0 -54
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/breadcrumb.css +0 -30
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/btn.css +0 -391
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/carousel.css +0 -252
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/close.css +0 -27
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/col.css +0 -787
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/collapse.css +0 -30
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/container.css +0 -31
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/dropdown.css +0 -157
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/embed-responsive.css +0 -29
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/fade.css +0 -10
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/figure_img.css +0 -39
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/form-control.css +0 -310
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/glyphicon.css +0 -1066
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/import_bootswatch.css +0 -40
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/input-group.css +0 -184
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/input.css +0 -144
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/jumbotron.css +0 -49
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/label.css +0 -35
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/list-group.css +0 -129
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/media.css +0 -60
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/modal.css +0 -142
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/nav.css +0 -271
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/navbar.css +0 -617
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/pager.css +0 -52
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/pagination.css +0 -113
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/panel.css +0 -295
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/popover.css +0 -148
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/progress.css +0 -65
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/table.css +0 -268
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/text.css +0 -31
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/thumbnail.css +0 -29
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/tooltip.css +0 -129
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/visible.css +0 -269
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/well.css +0 -25
- package/css/themes/deprecated/custom/fuse/components_css/carousel.css +0 -252
- package/css/themes/deprecated/custom/fuse/components_css/media.css +0 -60
- package/css/themes/deprecated/custom/fuse/custom-fuse.min.css +0 -4179
- package/css/themes/deprecated/custom/fuse/font/fonts.css +0 -8
- package/css/themes/deprecated/custom/fuse/img/arrow-gray.svg +0 -9
- package/css/themes/deprecated/custom/fuse/img/arrow-white.svg +0 -9
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Black.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Black.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-BlackIt.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-BlackIt.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Bold.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Bold.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-BoldIt.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-BoldIt.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLight.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLight.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLightIt.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLightIt.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-It.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-It.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Light.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Light.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-LightIt.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-LightIt.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Regular.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Regular.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Semibold.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Semibold.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-SemiboldIt.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-SemiboldIt.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/fonts.css +0 -108
- package/css/themes/deprecated/custom/lumen/img/arrow-gray.svg +0 -11
- package/css/themes/deprecated/custom/lumen/img/arrow-white.svg +0 -11
- package/css/themes/deprecated/custom/material/font/Roboto-Black.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Black.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-BlackItalic.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-BlackItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Bold.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Bold.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-BoldItalic.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-BoldItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Italic.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Italic.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Light.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Light.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-LightItalic.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-LightItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Medium.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Medium.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-MediumItalic.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-MediumItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Regular.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Regular.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Thin.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Thin.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-ThinItalic.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-ThinItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/fonts.css +0 -108
- package/css/themes/deprecated/custom/material/img/arrow-gray.svg +0 -11
- package/css/themes/deprecated/custom/material/img/arrow-white.svg +0 -11
- package/css/themes/deprecated/custom/material_raiz/components_css/crn-button.css +0 -174
- package/css/themes/deprecated/custom/material_raiz/components_css/crn-carousel.css +0 -11
- package/css/themes/deprecated/custom/material_raiz/components_css/crn-cron-calendar.css +0 -176
- package/css/themes/deprecated/custom/material_raiz/components_css/crn-cron-grid.css +0 -241
- package/css/themes/deprecated/custom/material_raiz/components_css/crn-enterprise.css +0 -58
- package/css/themes/deprecated/custom/material_raiz/components_css/crn-navbar.css +0 -185
- package/css/themes/deprecated/custom/material_raiz/components_css/crn-scheduler.css +0 -98
- package/css/themes/deprecated/custom/material_raiz/components_css/login.css +0 -38
- package/css/themes/deprecated/custom/material_raiz/components_css/ui-notification.css +0 -27
- package/css/themes/deprecated/custom/material_raiz/custom-material_raiz.css +0 -363
- package/css/themes/deprecated/cyborg.min.css +0 -7
- package/css/themes/deprecated/darkly.min.css +0 -7
- package/css/themes/deprecated/dsgov.min.css +0 -6
- package/css/themes/deprecated/flatly.min.css +0 -7
- package/css/themes/deprecated/fuse.min.css +0 -7
- package/css/themes/deprecated/journal.min.css +0 -7
- package/css/themes/deprecated/lumen.min.css +0 -7
- package/css/themes/deprecated/material.min.css +0 -4
- package/css/themes/deprecated/material_raiz.min.css +0 -3
- package/css/themes/deprecated/paper.min.css +0 -7
- package/css/themes/deprecated/readable.min.css +0 -7
- package/css/themes/deprecated/sandstone.min.css +0 -7
- package/css/themes/deprecated/simplex.min.css +0 -7
- package/css/themes/deprecated/slate.min.css +0 -7
- package/css/themes/deprecated/spacelab.min.css +0 -7
- package/css/themes/deprecated/superhero.min.css +0 -7
- package/css/themes/deprecated/united.min.css +0 -7
- package/css/themes/deprecated/yeti.min.css +0 -7
- package/dist/css/themes/deprecated/aquamarine.min.css +0 -1
- package/dist/css/themes/deprecated/cerulean.min.css +0 -1
- package/dist/css/themes/deprecated/cosmo.min.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/_media-print.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/badge.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/basics.css +0 -11
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/blockquote.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/breadcrumb.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn-group.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn-toolbar.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/caret.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/close.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/container.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/dropdown.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/form.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/has.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/import_bootswatch.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/input-group.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/input.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/jumbotron.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/kbd.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/label.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/list-group.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/modal.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-justified.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-pills.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-stacked.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-tabs.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/navbar.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/pager.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/pagination.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/panel.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/popover.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/pre.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/progress.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/table.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/thumbnail.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/tooltip.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/visible.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/well.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/_media-print.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/alert.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/badge.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/basics.css +0 -11
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/blockquote.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/breadcrumb.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/btn.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/carousel.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/close.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/col.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/collapse.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/dropdown.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/embed-responsive.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/form_input.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/glyphicon.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/img_figure.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/import_bootswatch.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/input-group.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/jumbotron.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/label.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/list-group.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/modal.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/nav.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/navbar.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/pager.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/pagination.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/panel.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/popover.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/progress.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/table.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/text.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/thumbnail.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/tooltip.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/well.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/alert.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/animations.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/col.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/collapse.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/container.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/embed-responsive.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/fade.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/glyphicon.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/media.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/navbar.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/text.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/visible.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/_media-print.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/accordion.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/alert.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/align.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/badge.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/basics.css +0 -12
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/blockquote.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/border.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/breadcrumb.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/btn.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/card.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/carousel.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/close.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/col.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/container.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/custom.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/display.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/dropdown.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/embed-responsive.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/flex.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/float.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/form.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/img_figure.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/import_bootswatch.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/input-group.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/jumbotron.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/justify.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/list-group.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/margin.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/modal.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/nav.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/navbar.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/padding.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/page.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/pagination.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/popover.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/position.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/progress.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/rounded.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/shadow.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/table.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/text.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/tooltip.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/validated.css +0 -1
- package/dist/css/themes/deprecated/custom/aquamarine/custom-aquamarine.min.css +0 -1
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Black.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Black.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-BlackItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-BlackItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Bold.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Bold.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-BoldItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-BoldItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBold.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBold.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLight.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLight.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Italic.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Italic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Light.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Light.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-LightItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-LightItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Medium.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Medium.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-MediumItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-MediumItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Regular.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Regular.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBold.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBold.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Thin.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Thin.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ThinItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ThinItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/img/arrow-gray.svg +0 -1
- package/dist/css/themes/deprecated/custom/aquamarine/img/arrow-white.svg +0 -1
- package/dist/css/themes/deprecated/custom/cerulean/img/arrow-gray.svg +0 -1
- package/dist/css/themes/deprecated/custom/cerulean/img/arrow-white.svg +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/_media-print.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/alert.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/animations.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/badge.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/basics.css +0 -11
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/blockquote.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/breadcrumb.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/btn.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/carousel.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/close.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/col.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/collapse.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/container.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/dropdown.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/embed-responsive.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/fade.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/figure_img.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/form-control.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/glyphicon.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/import_bootswatch.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/input-group.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/input.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/jumbotron.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/label.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/list-group.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/media.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/modal.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/nav.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/pager.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/pagination.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/panel.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/popover.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/progress.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/table.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/text.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/thumbnail.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/tooltip.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/visible.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/well.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/custom-dsgov.min.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Black.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Black.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-BlackItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-BlackItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Bold.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Bold.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-BoldItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-BoldItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBold.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBold.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLight.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLight.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLightItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLightItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Italic.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Italic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Light.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Light.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-LightItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-LightItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Medium.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Medium.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-MediumItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-MediumItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Regular.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Regular.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBold.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBold.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBoldItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBoldItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Thin.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Thin.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ThinItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ThinItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/fonts.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/font2/fonts.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-100.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-100i.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-200.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-200i.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-300.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-300i.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-400.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-400i.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-500.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-500i.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-600.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-600i.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-700.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-700i.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-800.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-800i.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-900.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-900i.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/img/arrow-blue.svg +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/img/cover.jpg +0 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/_media-print.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/alert.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/animations.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/badge.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/basics.css +0 -11
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/blockquote.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/breadcrumb.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/btn.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/carousel.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/close.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/col.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/collapse.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/container.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/dropdown.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/embed-responsive.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/fade.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/figure_img.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/form-control.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/glyphicon.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/import_bootswatch.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/input-group.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/input.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/jumbotron.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/label.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/list-group.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/media.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/modal.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/nav.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/navbar.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/pager.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/pagination.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/panel.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/popover.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/progress.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/table.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/text.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/thumbnail.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/tooltip.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/visible.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/well.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/components_css/carousel.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/components_css/media.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/custom-fuse.min.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/font/fonts.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/img/arrow-gray.svg +0 -1
- package/dist/css/themes/deprecated/custom/fuse/img/arrow-white.svg +0 -1
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Black.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Black.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-BlackIt.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-BlackIt.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Bold.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Bold.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-BoldIt.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-BoldIt.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLight.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLight.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLightIt.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLightIt.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-It.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-It.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Light.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Light.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-LightIt.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-LightIt.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Regular.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Regular.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Semibold.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Semibold.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-SemiboldIt.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-SemiboldIt.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/fonts.css +0 -1
- package/dist/css/themes/deprecated/custom/lumen/img/arrow-gray.svg +0 -1
- package/dist/css/themes/deprecated/custom/lumen/img/arrow-white.svg +0 -1
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Black.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Black.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-BlackItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-BlackItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Bold.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Bold.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-BoldItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-BoldItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Italic.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Italic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Light.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Light.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-LightItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-LightItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Medium.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Medium.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-MediumItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-MediumItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Regular.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Regular.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Thin.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Thin.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-ThinItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-ThinItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/fonts.css +0 -1
- package/dist/css/themes/deprecated/custom/material/img/arrow-gray.svg +0 -1
- package/dist/css/themes/deprecated/custom/material/img/arrow-white.svg +0 -1
- package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-button.css +0 -1
- package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-carousel.css +0 -1
- package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-cron-calendar.css +0 -1
- package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-cron-grid.css +0 -1
- package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-enterprise.css +0 -1
- package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-navbar.css +0 -1
- package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-scheduler.css +0 -1
- package/dist/css/themes/deprecated/custom/material_raiz/components_css/login.css +0 -1
- package/dist/css/themes/deprecated/custom/material_raiz/components_css/ui-notification.css +0 -1
- package/dist/css/themes/deprecated/custom/material_raiz/custom-material_raiz.css +0 -1
- package/dist/css/themes/deprecated/cyborg.min.css +0 -1
- package/dist/css/themes/deprecated/darkly.min.css +0 -1
- package/dist/css/themes/deprecated/dsgov.min.css +0 -1
- package/dist/css/themes/deprecated/flatly.min.css +0 -1
- package/dist/css/themes/deprecated/fuse.min.css +0 -1
- package/dist/css/themes/deprecated/journal.min.css +0 -1
- package/dist/css/themes/deprecated/lumen.min.css +0 -1
- package/dist/css/themes/deprecated/material.min.css +0 -1
- package/dist/css/themes/deprecated/material_raiz.min.css +0 -1
- package/dist/css/themes/deprecated/paper.min.css +0 -1
- package/dist/css/themes/deprecated/readable.min.css +0 -1
- package/dist/css/themes/deprecated/sandstone.min.css +0 -1
- package/dist/css/themes/deprecated/simplex.min.css +0 -1
- package/dist/css/themes/deprecated/slate.min.css +0 -1
- package/dist/css/themes/deprecated/spacelab.min.css +0 -1
- package/dist/css/themes/deprecated/superhero.min.css +0 -1
- package/dist/css/themes/deprecated/united.min.css +0 -1
- package/dist/css/themes/deprecated/yeti.min.css +0 -1
- /package/{components/css/deprecated → deprecated/components/css}/checkbox-color.css +0 -0
- /package/{components/css/deprecated → deprecated/components/css}/color-default.css +0 -0
- /package/{components/css/deprecated → deprecated/components/css}/combobox-color.css +0 -0
- /package/{components/css/deprecated → deprecated/components/css}/multiselect-editor.css +0 -0
- /package/{components/css/deprecated → deprecated/components/css}/option-color.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/cerulean/custom-cerulean.min.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/cosmo/custom-cosmo.min.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/cyborg/custom-cyborg.min.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/darkly/custom-darkly.min.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/flatly/custom-flatly.min.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/_media-print.css +0 -0
- /package/{css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/alert.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/animations.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/badge.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/basics.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/blockquote.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/breadcrumb.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/btn.css +0 -0
- /package/{css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/carousel.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/close.css +0 -0
- /package/{css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/col.css +0 -0
- /package/{css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/collapse.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/container.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/dropdown.css +0 -0
- /package/{css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/embed-responsive.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/fade.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/figure_img.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/form-control.css +0 -0
- /package/{css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/glyphicon.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/import_bootswatch.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/input-group.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/input.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/jumbotron.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/label.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/list-group.css +0 -0
- /package/{css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/media.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/modal.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/nav.css +0 -0
- /package/{css/themes/deprecated/custom/dsgov → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/navbar.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/pager.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/pagination.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/panel.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/popover.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/progress.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/table.css +0 -0
- /package/{css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/text.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/thumbnail.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/tooltip.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/visible.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/well.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/alert.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/badge.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/blockquote.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/breadcrumb.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/btn.css +0 -0
- /package/{css/themes/deprecated/custom/_bootswatch-v3.3.7 → deprecated/css/themes/custom/fuse/components_css}/carousel.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/close.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/embed-responsive.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/form.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/glyphicon.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/hidden.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/import_components_css.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/list-group.css +0 -0
- /package/{css/themes/deprecated/custom/_bootswatch-v3.3.7 → deprecated/css/themes/custom/fuse/components_css}/media.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/modal.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/navbar.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/pager.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/pagination.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/panel.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/popover.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/progress.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/table.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/thumbnail.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/tooltip.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/type_bootstrap.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/visible.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/well.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/font/Inter-roman.var.woff2 +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/font/font.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/journal/custom-journal.min.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/lumen/custom-lumen.min.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/components_css/crn-button.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/components_css/crn-carousel.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/components_css/crn-cron-calendar.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/components_css/crn-cron-grid.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/components_css/crn-enterprise.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/components_css/crn-navbar.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/components_css/crn-scheduler.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/components_css/login.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/components_css/ui-notification.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/custom-material.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/navigator/custom-navigator.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/paper/custom-paper.min.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/readable/custom-readable.min.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/sandstone/custom-sandstone.min.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/simplex/custom-simplex.min.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/slate/custom-slate.min.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/spacelab/custom-spacelab.min.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/superhero/custom-superhero.min.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/united/custom-united.min.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/yeti/custom-yeti.min.css +0 -0
- /package/{dist/components/css/deprecated → deprecated/dist/components/css}/checkbox-color.css +0 -0
- /package/{dist/components/css/deprecated → deprecated/dist/components/css}/color-default.css +0 -0
- /package/{dist/components/css/deprecated → deprecated/dist/components/css}/combobox-color.css +0 -0
- /package/{dist/components/css/deprecated → deprecated/dist/components/css}/multiselect-editor.css +0 -0
- /package/{dist/components/css/deprecated → deprecated/dist/components/css}/option-color.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/cerulean/custom-cerulean.min.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/cosmo/custom-cosmo.min.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/cyborg/custom-cyborg.min.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/darkly/custom-darkly.min.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/flatly/custom-flatly.min.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/_media-print.css +0 -0
- /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/alert.css +0 -0
- /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.6 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/animations.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/badge.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/basics.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/blockquote.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/breadcrumb.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/btn.css +0 -0
- /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/carousel.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/close.css +0 -0
- /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/col.css +0 -0
- /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/collapse.css +0 -0
- /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.6 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/container.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/dropdown.css +0 -0
- /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/embed-responsive.css +0 -0
- /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.6 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/fade.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/figure_img.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/form-control.css +0 -0
- /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/glyphicon.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/import_bootswatch.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/input-group.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/input.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/jumbotron.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/label.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/list-group.css +0 -0
- /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/media.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/modal.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/nav.css +0 -0
- /package/{dist/css/themes/deprecated/custom/dsgov → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/navbar.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/pager.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/pagination.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/panel.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/popover.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/progress.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/table.css +0 -0
- /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/text.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/thumbnail.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/tooltip.css +0 -0
- /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.6 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/visible.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/well.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/alert.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/badge.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/blockquote.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/breadcrumb.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/btn.css +0 -0
- /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.7 → deprecated/dist/css/themes/custom/fuse/components_css}/carousel.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/close.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/embed-responsive.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/form.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/glyphicon.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/hidden.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/import_components_css.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/list-group.css +0 -0
- /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.6 → deprecated/dist/css/themes/custom/fuse/components_css}/media.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/modal.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/navbar.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/pager.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/pagination.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/panel.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/popover.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/progress.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/table.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/thumbnail.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/tooltip.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/type_bootstrap.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/visible.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/well.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/font/Inter-roman.var.woff2 +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/font/font.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/journal/custom-journal.min.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/lumen/custom-lumen.min.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/components_css/crn-button.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/components_css/crn-carousel.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/components_css/crn-cron-calendar.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/components_css/crn-cron-grid.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/components_css/crn-enterprise.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/components_css/crn-navbar.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/components_css/crn-scheduler.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/components_css/login.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/components_css/ui-notification.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/custom-material.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/navigator/custom-navigator.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/paper/custom-paper.min.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/readable/custom-readable.min.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/sandstone/custom-sandstone.min.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/simplex/custom-simplex.min.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/slate/custom-slate.min.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/spacelab/custom-spacelab.min.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/superhero/custom-superhero.min.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/united/custom-united.min.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/yeti/custom-yeti.min.css +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
@import 'panel-yeti.css';@import 'navbar-yeti.css';@import 'button-yeti.css';@import '../../../fonts/open-sans/OpenSans.css';@import '../../../fonts/helvetica-neue/HelveticaNeue.css';:root{--fontFamily:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;--textColor:#222;--backgroundColor:#fff;--textSmallSize:13px;--textNormalSize:15px;--textMediumSize:19px;--textBigSize:26px;--textExtraBigSize:32px;--textFullSize:39px;--textColor10:#d6d6d6;--textColor20:#afafaf;--textColor30:#7f7f7f;--textColor40:#222;--textColor50:#1e1e1e;--textColor60:#191919;--textColor70:#131313;--iconSizeDefault:28px;--iconSizeSmall:calc(var(--iconSizeDefault) - 3px);--iconSizeBig:calc(var(--iconSizeDefault) + 3px);--iconSizeExtraBig:calc(var(--iconSizeDefault) + 6px);--menuVerticalWidth:270px;--menuSideSize:20px;--menuItemBarSize:6px;--menuElementOverallPadding:10px;--menuItemPaddingSize:calc(var(--menuElementOverallPadding) + 5px);--menuItemIconWidth:25px;--backgroundColor10:#fff;--backgroundColor20:#fff;--backgroundColor30:#fff;--backgroundColor40:#fff;--backgroundColor50:#dfdfdf;--backgroundColor60:#bbb;--backgroundColor70:#8c8c8c;--backgroundLogin10:#fff;--backgroundLogin20:#fff;--backgroundLogin30:#fff;--backgroundLogin40:#fff;--backgroundLogin50:#dfdfdf;--backgroundLogin60:#bbb;--backgroundLogin70:#8c8c8c;--distanceNone:0;--distanceSmallest:5px;--distanceExtraSmall:10px;--distanceSmall:15px;--distanceMedium:20px;--distanceBig:30px;--distanceGiant:40px;--distanceTitan:60px;--borderRadiusNone:0;--borderRadiusSmallest:5px;--borderRadiusExtraSmall:10px;--borderRadiusSmall:15px;--borderRadiusBig:30px;--borderRadiusGiant:40px;--borderRadiusTitan:60px;--borderRadiusFull:99999px;--colorDefault10:#f8f8f8;--colorDefault20:#f2f2f2;--colorDefault30:#ededed;--colorDefault40:#e7e7e7;--colorDefault50:#cacaca;--colorDefault60:#a9a9a9;--colorDefault70:#7f7f7f;--textColorDefault10:#1c1c1c;--textColorDefault20:#272727;--textColorDefault30:#2d2d2d;--textColorDefault40:#333;--textColorDefault50:#838383;--textColorDefault60:#b2b2b2;--textColorDefault70:#d7d7d7;--colorPrimary10:#d5e3ec;--colorPrimary20:#aecadd;--colorPrimary30:#7baecc;--colorPrimary40:#008cba;--colorPrimary50:#007ba3;--colorPrimary60:#006788;--colorPrimary70:#004d66;--textColorPrimary10:#8c8c8c;--textColorPrimary20:#bbb;--textColorPrimary30:#dfdfdf;--textColorPrimary40:#fff;--textColorPrimary50:#fff;--textColorPrimary60:#fff;--textColorPrimary70:#fff;--colorSuccess10:#d8e9dd;--colorSuccess20:#b4d6be;--colorSuccess30:#88c39a;--colorSuccess40:#43ac6a;--colorSuccess50:#3b975d;--colorSuccess60:#317e4e;--colorSuccess70:#255e3a;--textColorSuccess10:#8c8c8c;--textColorSuccess20:#bbb;--textColorSuccess30:#dfdfdf;--textColorSuccess40:#fff;--textColorSuccess50:#fff;--textColorSuccess60:#fff;--textColorSuccess70:#fff;--colorWarning10:#f9e3d5;--colorWarning20:#f3cbae;--colorWarning30:#eeb07b;--colorWarning40:#e99002;--colorWarning50:#cc7e02;--colorWarning60:#ab6901;--colorWarning70:#804f01;--textColorWarning10:#8c8c8c;--textColorWarning20:#bbb;--textColorWarning30:#dfdfdf;--textColorWarning40:#fff;--textColorWarning50:#fff;--textColorWarning60:#fff;--textColorWarning70:#fff;--colorDanger10:#fbd8d6;--colorDanger20:#f7b4b0;--colorDanger30:#f4887f;--colorDanger40:#f04124;--colorDanger50:#d23920;--colorDanger60:#b0301a;--colorDanger70:#832414;--textColorDanger10:#8c8c8c;--textColorDanger20:#bbb;--textColorDanger30:#dfdfdf;--textColorDanger40:#fff;--textColorDanger50:#fff;--textColorDanger60:#fff;--textColorDanger70:#fff;--colorRoyal10:#e2ddf9;--colorRoyal20:#c8bef4;--colorRoyal30:#ab9aef;--colorRoyal40:#886aea;--colorRoyal50:#775dcd;--colorRoyal60:#644eab;--colorRoyal70:#4a3a80;--textColorRoyal10:#8c8c8c;--textColorRoyal20:#bbb;--textColorRoyal30:#dfdfdf;--textColorRoyal40:#fff;--textColorRoyal50:#fff;--textColorRoyal60:#fff;--textColorRoyal70:#fff;--colorCalm10:#dbeef6;--colorCalm20:#badfee;--colorCalm30:#93d0e6;--colorCalm40:#5bc0de;--colorCalm50:#50a8c2;--colorCalm60:#438da3;--colorCalm70:#32697a;--textColorCalm10:#8c8c8c;--textColorCalm20:#bbb;--textColorCalm30:#dfdfdf;--textColorCalm40:#fff;--textColorCalm50:#fff;--textColorCalm60:#fff;--textColorCalm70:#fff;--colorLight10:#fafafa;--colorLight20:#f6f6f6;--colorLight30:#f2f2f2;--colorLight40:#eee;--colorLight50:#d0d0d0;--colorLight60:#aeaeae;--colorLight70:#828282;--textColorLight10:#1c1c1c;--textColorLight20:#252525;--textColorLight30:#2d2d2d;--textColorLight40:#333;--textColorLight50:#838383;--textColorLight60:#b2b2b2;--textColorLight70:#d7d7d7;--colorStable10:#fdfdfd;--colorStable20:#fbfbfb;--colorStable30:#fafafa;--colorStable40:#f8f8f8;--colorStable50:#d9d9d9;--colorStable60:#b6b6b6;--colorStable70:#888;--textColorStable10:#252525;--textColorStable20:#323232;--textColorStable30:#3c3c3c;--textColorStable40:#444;--textColorStable50:#898989;--textColorStable60:#b5b5b5;--textColorStable70:#d9d9d9;--colorDark10:#d6d6d6;--colorDark20:#afafaf;--colorDark30:#7f7f7f;--colorDark40:#222;--colorDark50:#1e1e1e;--colorDark60:#191919;--colorDark70:#131313;--textColorDark10:#8c8c8c;--textColorDark20:#bbb;--textColorDark30:#dfdfdf;--textColorDark40:#fff;--textColorDark50:#fff;--textColorDark60:#fff;--textColorDark70:#fff;--colorNeutral00:#fff;--colorNeutral10:#f1f1f1;--colorNeutral20:#e3e3e3;--colorNeutral30:#d5d5d5;--colorNeutral40:#c7c7c7;--colorNeutral50:#b9b9b9;--colorNeutral60:#acacac;--colorNeutral70:#9e9e9e;--colorNeutral80:#909090;--colorNeutral90:#828282;--colorNeutral100:#747474;--colorNeutral110:#666;--colorNeutral120:#5d5d5d;--colorNeutral130:#535353;--colorNeutral140:#4a4a4a;--colorNeutral150:#414141;--colorNeutral160:#383838;--colorNeutral170:#2e2e2e;--colorNeutral180:#252525;--colorNeutral190:#1c1c1c;--colorNeutral200:#131313;--colorNeutral210:#090909;--colorNeutral220:#000;--btnLink:var(--colorCalm40,#5bc0de);--btnDefault:var(--colorDefault40,#e7e7e7);--btnPrimary:var(--colorPrimary40,#008cba);--btnSuccess:var(--colorSuccess40,#43ac6a);--btnCalm:var(--colorCalm40,#5bc0de);--btnWarning:var(--colorWarning40,#e99002);--btnDanger:var(--colorDanger40,#f04124);--btnLight:var(--colorLight40,#eee);--btnStable:var(--colorStable40,#f8f8f8);--btnRoyal:var(--colorRoyal40,#886aea);--btnDark:var(--colorDark40,#222);--textColorDefault:var(--textColorDefault40,#fff);--textColorPrimary:var(--textColorPrimary40,#fff);--textColorSuccess:var(--textColorSuccess40,#fff);--textColorCalm:var(--textColorCalm40,#fff);--textColorWarning:var(--textColorWarning40,#fff);--textColorDanger:var(--textColorDanger40,#fff);--textColorLight:var(--textColorLight40,#000);--textColorStable:var(--textColorStable40,#444);--textColorRoyal:var(--textColorRoyal40,#fff);--textColorDark:var(--textColorDark40,#fff);--borderBtnLink:transparent;--borderBtnDefault:var(--colorDefault50,#cacaca);--borderBtnPrimary:var(--colorPrimary50,#007ba3);--borderBtnSuccess:var(--colorSuccess50,#3b975d);--borderBtnCalm:var(--colorCalm50,#50a8c2);--borderBtnWarning:var(--colorWarning50,#cc7e02);--borderBtnDanger:var(--colorDanger50,#d23920);--borderBtnLight:var(--colorLight50,#d0d0d0);--borderBtnStable:var(--colorStable50,#d9d9d9);--borderBtnRoyal:var(--colorRoyal50,#775dcd);--borderBtnDark:var(--colorDark50,#1e1e1e);--colorDefault:var(--colorDefault50,#cacaca);--colorPrimary:var(--colorPrimary40,#008cba);--colorSuccess:var(--colorSuccess40,#43ac6a);--colorCalm:var(--colorCalm40,#5bc0de);--colorWarning:var(--colorWarning40,#e99002);--colorDanger:var(--colorDanger40,#f04124);--colorLight:var(--colorLight50,#d0d0d0);--colorStable:var(--colorStable50,#d9d9d9);--colorRoyal:var(--colorRoyal40,#886aea);--colorDark:var(--colorDark40,#222);--checkboxDefault:var(--colorDefault50,#cacaca);--checkboxPrimary:var(--colorPrimary40,#008cba);--checkboxSuccess:var(--colorSuccess40,#43ac6a);--checkboxCalm:var(--colorCalm40,#5bc0de);--checkboxWarning:var(--colorWarning40,#e99002);--checkboxDanger:var(--colorDanger40,#f04124);--checkboxLight:var(--colorLight50,#d0d0d0);--checkboxStable:var(--colorStable50,#d9d9d9);--checkboxRoyal:var(--colorRoyal40,#886aea);--checkboxDark:var(--colorDark40,#222);--borderCheckboxDefault:var(--colorDefault50,#cacaca);--borderCheckboxPrimary:var(--colorPrimary40,#008cba);--borderCheckboxSuccess:var(--colorSuccess40,#43ac6a);--borderCheckboxCalm:var(--colorCalm40,#5bc0de);--borderCheckboxWarning:var(--colorWarning40,#e99002);--borderCheckboxDanger:var(--colorDanger40,#f04124);--borderCheckboxLight:var(--colorLight50,#dfdfdf);--borderCheckboxStable:var(--colorStable50,#d9d9d9);--borderCheckboxRoyal:var(--colorRoyal40,#886aea);--borderCheckboxDark:var(--colorDark40,#222);--comboboxDefault:var(--colorDefault40,#3b448e);--comboboxPrimary:var(--colorPrimary40,#008cba);--comboboxSuccess:var(--colorSuccess40,#43ac6a);--comboboxCalm:var(--colorCalm40,#5bc0de);--comboboxWarning:var(--colorWarning40,#e99002);--comboboxDanger:var(--colorDanger40,#f04124);--comboboxLight:var(--colorLight40,#eee);--comboboxStable:var(--colorStable40,#f8f8f8);--comboboxRoyal:var(--colorRoyal40,#886aea);--comboboxDark:var(--colorDark40,#222);--borderComboboxDefault:var(--colorDefault50,#cacaca);--borderComboboxPrimary:var(--colorPrimary50,#007ba3);--borderComboboxSuccess:var(--colorSuccess50,#3b975d);--borderComboboxCalm:var(--colorCalm50,#50a8c2);--borderComboboxWarning:var(--colorWarning50,#cc7e02);--borderComboboxDanger:var(--colorDanger50,#d23920);--borderComboboxLight:var(--colorLight50,#d0d0d0);--borderComboboxStable:var(--colorStable50,#d9d9d9);--borderComboboxRoyal:var(--colorRoyal50,#775dcd);--borderComboboxDark:var(--colorDark50,#1e1e1e);--optionDefault:var(--colorDefault50,#cacaca);--optionPrimary:var(--colorPrimary40,#008cba);--optionSuccess:var(--colorSuccess40,#43ac6a);--optionCalm:var(--colorCalm40,#5bc0de);--optionWarning:var(--colorWarning40,#e99002);--optionDanger:var(--colorDanger40,#f04124);--optionLight:var(--colorLight50,#d0d0d0);--optionStable:var(--colorStable50,#d9d9d9);--optionRoyal:var(--colorRoyal40,#886aea);--optionDark:var(--colorDark40,#222);--borderOptionDefault:var(--colorDefault50,#cacaca);--borderOptionPrimary:var(--colorPrimary40,#4582ec);--borderOptionSuccess:var(--colorSuccess40,#3fad46);--borderOptionCalm:var(--colorCalm40,#11c1f3);--borderOptionWarning:var(--colorWarning40,#f0ad4e);--borderOptionDanger:var(--colorDanger40,#d9534f);--borderOptionLight:var(--colorLight50,#dfdfdf);--borderOptionStable:var(--colorStable50,#d9d9d9);--borderOptionRoyal:var(--colorRoyal40,#886aea);--borderOptionDark:var(--colorDark40,#444);--panelDefault:var(--colorPrimary40,#008cba);--panelPrimary:var(--colorDefault40,#2c72a8);--panelSuccess:var(--colorSuccess40,#43ac6a);--panelCalm:var(--colorCalm40,#5bc0de);--panelWarning:var(--colorWarning40,#daa31f);--panelDanger:var(--colorDanger40,#f04124);--panelLight:var(--colorLight40,#eee);--panelStable:var(--colorStable40,#f8f8f8);--panelRoyal:var(--colorRoyal40,#886aea);--panelDark:var(--colorDark40,#222);--borderPanelDefault:var(--colorPrimary50,#cacaca);--borderPanelPrimary:var(--colorDefault50,#007ba3);--borderPanelSuccess:var(--colorSuccess50,#3b975d);--borderPanelCalm:var(--colorCalm50,#50a8c2);--borderPanelWarning:var(--colorWarning50,#cc7e02);--borderPanelDanger:var(--colorDanger50,#d23920);--borderPanelLight:var(--colorLight50,#d0d0d0);--borderPanelStable:var(--colorStable50,#d9d9d9);--borderPanelRoyal:var(--colorRoyal50,#775dcd);--borderPanelDark:var(--colorDark50,#1e1e1e)}.color-default{color:var(--colorDefault50,#cacaca)}.color-light{color:var(--colorLight50,#d0d0d0)}.color-stable{color:var(--colorStable50,#d9d9d9)}a,a:focus,a:active{color:var(--colorPrimary40,#008cba)}a:hover{color:var(--colorPrimary40,#006788)}.option-default .k-radio:checked+.k-radio-label:before,.option-default .k-radio-label:before{border-color:var(--colorDefault50,#cacaca)}.option-light .k-radio:checked+.k-radio-label:before,.option-light .k-radio-label:before{border-color:var(--colorLight50,#d0d0d0)}.option-default .k-radio-label:after,.option-default .k-radio:checked+.k-radio-label:after{background:var(--colorDefault50,#cacaca);border-color:var(--colorDefault50,#cacaca)}.option-light .k-radio-label:after,.option-light .k-radio:checked+.k-radio-label:after{background:var(--colorLight50,#d0d0d0);border-color:var(--colorLight50,#d0d0d0)}.option-default .k-radio:focus+.k-radio-label::before,.option-default .k-radio:hover+.k-radio-label::before{box-shadow:0 0 5px 0 var(--colorDefault50,#cacaca);border-color:var(--colorDefault50,#cacaca)}.option-light .k-radio:focus+.k-radio-label::before,.option-light .k-radio:hover+.k-radio-label::before{box-shadow:0 0 5px 0 var(--colorLight50,#d0d0d0);border-color:var(--colorLight50,#d0d0d0)}.option-stable .k-radio-label:before{border-color:var(--colorStable50,#d9d9d9)}.option-stable .k-radio-label:after,.option-stable .k-radio:checked+.k-radio-label:after{background-color:var(--colorStable50,#d9d9d9);border-color:var(--colorStable50,#d9d9d9)}.option-stable .k-radio:checked+.k-radio-label:before{border-color:var(--colorStable50,#d9d9d9)}.option-stable .k-radio:focus+.k-radio-label::before,.option-stable .k-radio:hover+.k-radio-label::before{box-shadow:0 0 5px 0 var(--colorStable50,#d9d9d9);border-color:var(--colorStable50,#d9d9d9)}.k-radio:focus+.k-radio-label:before,.k-radio:hover+.k-radio-label:before{box-shadow:0 0 5px 0 var(--colorDefault50,#cacaca);border-color:var(--colorDefault50,#cacaca)}.k-checkbox:checked+.k-checkbox-label:before,.k-checkbox:indeterminate+.k-checkbox-label:before,.k-checkbox-label:hover:before,.k-checkbox:checked+.k-checkbox-label:hover:before,.k-checkbox:checked:hover+.k-checkbox-label:before,.k-checkbox:hover+.k-checkbox-label:before,.k-checkbox-label:active:before,.k-checkbox:active+.k-checkbox-label:before,.k-checkbox:focus+.k-checkbox-label:before,.k-checkbox:hover+.k-checkbox-label:before,.k-checkbox:checked+.k-checkbox-label:after,.k-checkbox:indeterminate+.k-checkbox-label:after,.k-checkbox-label:before,.checkbox-default .k-checkbox:checked+.k-checkbox-label:before,.checkbox-default .k-checkbox:indeterminate+.k-checkbox-label:before,.checkbox-default .k-checkbox-label:hover:before,.checkbox-default .k-checkbox:checked+.k-checkbox-label:hover:before,.checkbox-default .k-checkbox:checked:hover+.k-checkbox-label:before,.checkbox-default .k-checkbox:hover+.k-checkbox-label:before,.checkbox-default .k-checkbox-label:active:before,.checkbox-default .k-checkbox:active+.k-checkbox-label:before,.checkbox-default .k-checkbox:focus+.k-checkbox-label:before,.checkbox-default .k-checkbox:hover+.k-checkbox-label:before,.checkbox-default .k-checkbox:checked+.k-checkbox-label:after,.checkbox-default .k-checkbox:indeterminate+.k-checkbox-label:after,.checkbox-default .k-checkbox-label:before{border-color:var(--colorDefault50,#cacaca)}.k-checkbox-label:hover:before,.k-checkbox:checked+.k-checkbox-label:hover:before,.k-checkbox:checked:hover+.k-checkbox-label:before,.k-checkbox:hover+.k-checkbox-label:before,.k-checkbox:focus+.k-checkbox-label:before,.k-checkbox:hover+.k-checkbox-label:before,.checkbox-default .k-checkbox-label:hover:before,.checkbox-default .k-checkbox:checked+.k-checkbox-label:hover:before,.checkbox-default .k-checkbox:checked:hover+.k-checkbox-label:before,.checkbox-default .k-checkbox:hover+.k-checkbox-label:before,.checkbox-default .k-checkbox:focus+.k-checkbox-label:before,.checkbox-default .k-checkbox:hover+.k-checkbox-label:before{box-shadow:0 0 5px 0 var(--colorDefault60,#a9a9a9)}.k-checkbox:checked+.k-checkbox-label:before,.k-checkbox:indeterminate+.k-checkbox-label:before,.k-checkbox:checked+.k-checkbox-label:after,.k-checkbox:indeterminate+.k-checkbox-label:after,.checkbox-default .k-checkbox:checked+.k-checkbox-label:before,.checkbox-default .k-checkbox:indeterminate+.k-checkbox-label:before,.checkbox-default .k-checkbox:checked+.k-checkbox-label:after,.checkbox-default .k-checkbox:indeterminate+.k-checkbox-label:after{background:var(--colorDefault50,#cacaca);color:var(--textColorDefault40,#333)}.checkbox-light .k-checkbox:checked+.k-checkbox-label:before,.checkbox-light .k-checkbox:indeterminate+.k-checkbox-label:before,.checkbox-light .k-checkbox-label:hover:before,.checkbox-light .k-checkbox:checked+.k-checkbox-label:hover:before,.checkbox-light .k-checkbox:checked:hover+.k-checkbox-label:before,.checkbox-light .k-checkbox:hover+.k-checkbox-label:before,.checkbox-light .k-checkbox-label:active:before,.checkbox-light .k-checkbox:active+.k-checkbox-label:before,.checkbox-light .k-checkbox:focus+.k-checkbox-label:before,.checkbox-light .k-checkbox:hover+.k-checkbox-label:before,.checkbox-light .k-checkbox:checked+.k-checkbox-label:after,.checkbox-light .k-checkbox:indeterminate+.k-checkbox-label:after,.checkbox-light .k-checkbox-label:before{border-color:var(--colorLight50,#d0d0d0)}.checkbox-light .k-checkbox-label:hover:before,.checkbox-light .k-checkbox:checked+.k-checkbox-label:hover:before,.checkbox-light .k-checkbox:checked:hover+.k-checkbox-label:before,.checkbox-light .k-checkbox:hover+.k-checkbox-label:before,.checkbox-light .k-checkbox:focus+.k-checkbox-label:before,.checkbox-light .k-checkbox:hover+.k-checkbox-label:before{box-shadow:0 0 5px 0 var(--colorLight60,#aeaeae)}.checkbox-light .k-checkbox:checked+.k-checkbox-label:before,.checkbox-light .k-checkbox:indeterminate+.k-checkbox-label:before,.checkbox-light .k-checkbox:checked+.k-checkbox-label:after,.checkbox-light .k-checkbox:indeterminate+.k-checkbox-label:after{background:var(--colorLight50,#d0d0d0);color:var(--textColorLight40,#333)}.checkbox-stable .k-checkbox:checked+.k-checkbox-label:before,.checkbox-stable .k-checkbox:indeterminate+.k-checkbox-label:before,.checkbox-stable .k-checkbox-label:hover:before,.checkbox-stable .k-checkbox:checked+.k-checkbox-label:hover:before,.checkbox-stable .k-checkbox:checked:hover+.k-checkbox-label:before,.checkbox-stable .k-checkbox:hover+.k-checkbox-label:before,.checkbox-stable .k-checkbox-label:active:before,.checkbox-stable .k-checkbox:active+.k-checkbox-label:before,.checkbox-stable .k-checkbox:focus+.k-checkbox-label:before,.checkbox-stable .k-checkbox:hover+.k-checkbox-label:before,.checkbox-stable .k-checkbox:checked+.k-checkbox-label:after,.checkbox-stable .k-checkbox:indeterminate+.k-checkbox-label:after,.checkbox-stable .k-checkbox-label:before{border-color:var(--colorStable50,#d9d9d9)}.checkbox-stable .k-checkbox-label:hover:before,.checkbox-stable .k-checkbox:checked+.k-checkbox-label:hover:before,.checkbox-stable .k-checkbox:checked:hover+.k-checkbox-label:before,.checkbox-stable .k-checkbox:hover+.k-checkbox-label:before,.checkbox-stable .k-checkbox:focus+.k-checkbox-label:before,.checkbox-stable .k-checkbox:hover+.k-checkbox-label:before{box-shadow:0 0 5px 0 var(--colorStable60,#b6b6b6)}.checkbox-stable .k-checkbox:checked+.k-checkbox-label:before,.checkbox-stable .k-checkbox:indeterminate+.k-checkbox-label:before,.checkbox-stable .k-checkbox:checked+.k-checkbox-label:after,.checkbox-stable .k-checkbox:indeterminate+.k-checkbox-label:after{background:var(--colorStable50,#d9d9d9);color:var(--textColorStable40,#444)}h1,.h1{color:var(--textColor40,#222)}.k-button.k-state-focused,.k-button.k-state-focused.k-state-disabled,.k-button:focus,.k-button:focus:hover,.k-state-disabled .k-button.k-state-focused{border-color:var(--colorDefault60,#a9a9a9)}.k-state-selected,.k-state-selected:link,.k-state-selected:visited,.k-tool.k-state-selected,.k-grid td.k-state-selected:hover,.k-grid tr.k-state-selected:hover td{background:var(--colorPrimary40,#008cba);color:var(--textColorPrimary40,#fff)}.k-autocomplete .k-input,.k-multiselect-wrap,.k-textbox>input,.form-control{border-radius:var(--borderRadiusNone,0)}.bg,.siginPanel,.login-view{background:var(--backgroundLogin40,#fff)}.bg-login #container-first .btn-login-mutual,.bg-login #container-first .btn-login,.login-view .crn-button-signup-register,.login-view .btn.btn-default{background:var(--colorPrimary40,#3b448e);border-color:var(--colorPrimary50,#007ba3);color:var(--textColorPrimary40,#fff)}.bg-login #container-first .btn-login-mutual:hover,.bg-login #container-first .btn-login:hover,.login-view .crn-button-signup-register:hover,.login-view .btn.btn-default:hover{color:var(--textColorPrimary40,#fff);background:var(--colorPrimary50,#343c7c);border-color:transparent;outline:0}.bg-login #container-second{background:linear-gradient(-140deg,var(--colorPrimary20,#aecadd),var(--colorPrimary30,#7baecc),var(--colorPrimary40,#008cba),var(--colorPrimary50,#007ba3),var(--colorPrimary60,#006788))}.bg-login #container-first #crn-botao-signup{color:var(--colorPrimary40,#e95420)}.bg-login #container-first #crn-botao-signup:hover{color:var(--colorPrimary50,#c34113)}.bg-login #container-first{background:transparent;border-style:solid;border-width:1px 0 1px 1px;border-color:var(--colorDefault10,#f8f8f8)}.bg-login2 #container-first{border-width:0}#bg-signup1.bg-login1 #container-first,#bg-signup1.bg-login1 #container-second,.bg-login1 #container-first,.bg-login1 #container-second{border-radius:0}.ctn-tab .nav-tabs li a:hover{color:var(--textColorDefault40,#333);background:var(--colorDefault30,#ededed);border:1px solid transparent}.ctn-tab .nav-tabs li a{color:var(--textColorDefault40,#333);background:var(--colorDefault40,#f8f5f0);border:1px solid transparent;margin-top:2px;bottom:1px}.ctn-tab .nav-tabs li{margin-right:2px}.ctn-tab .nav-tabs li.active{border:1px solid var(--colorDefault40,#f8f5f0);background:var(--backgroundColor40,#fff);bottom:-1px;border-bottom:1px solid var(--backgroundColor40,#fff);border-radius:var(--borderRadiusNone,0)}.ctn-tab .nav-tabs{border-bottom:1px solid var(--colorDefault40,#f8f5f0)}.ctn-tab .nav-tabs li.active a,.ctn-tab .nav-tabs li.active a:hover{background:var(--backgroundColor40,#fff);color:var(--textColorLight30,#98978b);border:0;margin-top:0}.jumbotron{background:var(--colorDefault10,#f8f8f8)}.jumbotron .h1,.jumbotron h1,.jumbotron .h2,.jumbotron h2{color:var(--textColor40,#222)}.k-slider .k-slider-selection{background:var(--colorPrimary40,#008cba)}.k-treeview .k-in.k-state-selected{color:var(--textColor40,#222);background:var(--colorDefault60,#a9a9a9)}.k-treeview .k-item{color:var(--textColor40,#222);background:var(--colorDefault40,#e7e7e7)}.k-treeview .k-in.k-state-hover{color:var(--textColor40,#222);background:var(--colorDefault50,#cacaca)}.dynamic-image-container{border:2px dashed var(--colorDefault70,#7f7f7f);padding:10px}.dynamic-image-container .btn{background:var(--colorDefault40,#e7e7e7);border-color:var(--colorDefault50,#cacaca);color:var(--textColorDefault40,#fff);margin:0;padding:9px 16px}.dynamic-image-container .btn:hover{color:var(--textColorDefault40,#fff);background:var(--colorDefault50,#cacaca);border-color:transparent;outline:0}.k-grid-toolbar .k-button{border:1px solid var(--colorDefault60,#a9a9a9);border-radius:0}.k-grid table .k-button{border-radius:var(--borderRadiusNone,0);min-width:49px;border:1px solid var(--colorDefault60,#a9a9a9)}.k-pager-wrap .k-pager-refresh,.k-dropdown-wrap.k-state-default,.k-header,.k-pager-wrap,.k-grid-toolbar{background:var(--colorStable40,#fbfbfb)}.k-pager-wrap .k-link.k-pager-last,.k-pager-nav.k-pager-first+.k-link,.k-pager-wrap .k-link{border-color:var(--colorDefault50,#cacaca)}.k-grid .k-pager-numbers .k-link:link,.k-grid .k-pager-numbers .k-link:visited,.k-grid .k-pager-numbers .k-nav-current.k-state-hover .k-link,.k-pager-wrap>.k-link>.k-icon{color:var(--textColor40,#222)}.k-grid .k-pager-numbers .k-state-selected{background:var(--colorPrimary40,#008cba);color:var(--textColorPrimary40,#fff);border-color:var(--colorPrimary40,#008cba)}#forgotPasswordModal .modal-footer .k-button.k-success,#forgotPasswordModal .modal-footer .btn.btn-success,#modalPassword .modal-footer .k-button.k-success,#modalPassword .modal-footer .btn.btn-success{background:var(--colorPrimary40,#008cba);border-color:var(--colorPrimary50,#007ba3);color:var(--textColorPrimary40,#fff)}#forgotPasswordModal .modal-footer .k-button.k-success:hover,#forgotPasswordModal .modal-footer .btn.btn-success:hover,#modalPassword .modal-footer .k-button.k-success:hover,#modalPassword .modal-footer .btn.btn-success:hover{color:var(--textColorPrimary40,#fff);background:var(--colorPrimary50,#007ba3);border-color:transparent}#forgotPasswordModal .modal-footer .k-button.k-danger,#forgotPasswordModal .modal-footer .btn.btn-danger,#modalPassword .modal-footer .k-button.k-danger,#modalPassword .modal-footer .btn.btn-danger{background:var(--colorDefault40,#e7e7e7);border-color:var(--colorDefault50,#cacaca);color:var(--textColorDefault40,#fff)}#forgotPasswordModal .modal-footer .k-button.k-danger:hover,#forgotPasswordModal .modal-footer .btn.btn-danger:hover,#modalPassword .modal-footer .k-button.k-danger:hover,#modalPassword .modal-footer .btn.btn-danger:hover{color:var(--textColorDefault40,#fff);background:var(--colorDefault50,#cacaca);border-color:transparent}.active-bar .k-button.k-default,.active-bar .btn.btn-default{background:var(--colorSuccess40,#43ac6a);border-color:var(--colorSuccess50,#3b975d);color:var(--textColorSuccess40,#fff)}.active-bar .k-button.k-default:hover,.active-bar .btn.btn-default:hover{background:var(--colorSuccess50,#3b975d);border-color:transparent;color:var(--textColorSuccess40,#fff)}div[data-component="crn-textinputbutton"] div[data-component="crn-textinput"] input{border-top-right-radius:0;border-bottom-right-radius:0}div[data-component="crn-textinputbutton"] div[data-component="crn-button"] button{margin-left:0;border-top-left-radius:0;border-bottom-left-radius:0;padding:6px 12px}.k-autocomplete,.k-block,.k-calendar .k-link,.k-calendar td,.k-calendar-container,.k-colorpicker,.k-combobox,.k-datepicker,.k-datetimepicker,.k-drag-clue,.k-dropdown,.k-dropdown-wrap,.k-editor-inline,.k-grid .k-filter-options,.k-grouping-header .k-group-indicator,.k-inline-block,.k-list-container,.k-multiselect,.k-notification,.k-numeric-wrap,.k-numerictextbox,.k-picker-wrap,.k-slider-selection,.k-slider-track,.k-split-button,.k-textbox,.k-tile,.k-timepicker,.k-tooltip,.k-touch-scrollbar,.k-treeview .k-in,.k-upload,.k-window,.k-window-titleless .k-window-content,.cardinput{border-radius:var(--borderRadiusNone,0)}.k-autocomplete.k-state-focused,.k-dropdown-wrap.k-state-focused,.k-multiselect.k-header.k-state-focused,.k-numeric-wrap.k-state-focused,.k-picker-wrap.k-state-focused,.k-textbox:focus,.k-multiselect-wrap.k-state-focused,.k-state-focused>.k-multiselect-wrap,.cardinput:focus-within{border-color:var(--colorPrimary40,#008cba);box-shadow:none}.bootstrap-datetimepicker-widget.dropdown-menu{background:var(--backgroundColor40,#fff);color:var(--textColor40,#222)}.bootstrap-datetimepicker-widget a[data-action]{color:var(--colorPrimary40,#008cba)}cron-calendar.k-calendar .k-footer,cron-calendar.k-calendar .k-header,.k-calendar .k-footer .k-nav-today{background:var(--textColorDefault40,#333);color:var(--colorDefault40,#e7e7e7)}cron-calendar.k-widget{border-color:var(--colorDefault40,#e7e7e7)}.k-calendar td.k-state-hover,.k-calendar .k-link.k-nav-fast,.k-calendar .k-header .k-link.k-nav-next,.k-calendar .k-header .k-link.k-nav-prev,.k-calendar .k-header .k-icon{color:var(--colorDefault40,#e7e7e7)}.k-widget.k-calendar .k-nav-next.k-state-hover,.k-widget.k-calendar .k-nav-prev.k-state-hover,.k-calendar .k-nav-fast.k-state-hover,.k-calendar .k-footer .k-nav-today.k-state-hover,.k-calendar .k-footer .k-nav-today:hover{background:var(--textColorDefault50,#838383);box-shadow:none}.k-calendar td.k-state-hover .k-link,.k-calendar .k-content .k-link{color:var(--textColor40,#666)}.k-calendar th{background:var(--backgroundColor50,#dfdfdf)}.k-calendar td.k-state-hover,.k-calendar td.k-state-focused.k-state-selected.k-state-hover,.k-calendar .k-state-selected.k-state-hover,.k-listview>.k-state-focused.k-state-selected,.k-state-selected td.k-state-focused,td.k-state-focused.k-state-selected{box-shadow:inset 0 0 10px 3px var(--textColorDefault40,#333)}.k-calendar .k-today.k-state-selected.k-state-hover{background:var(--colorDefault10,#f8f8f8)}.k-calendar .k-content .k-other-month .k-link{color:var(--textColor30,#7f7f7f)}.k-calendar td.k-state-selected{background:transparent}.bootstrap-datetimepicker-widget table td.active,.bootstrap-datetimepicker-widget table td.active:hover{background:var(--textColorDefault40,#333);color:var(--colorDefault40,#e7e7e7)}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after{border-bottom-color:var(--backgroundColor40,#fff)}.bootstrap-datetimepicker-widget.dropdown-menu.top:after{border-top-color:var(--backgroundColor40,#fff)}.cardinput button i{color:var(--textColor40,#222)}.cardinput button:hover i{color:var(--colorPrimary40,#008cba)}.k-multiselect-wrap.k-state-hover,.k-state-hover>.k-multiselect-wrap,.k-multiselect,.k-autocomplete.k-state-focused,.k-dropdown-wrap.k-state-focused,.k-multiselect.k-header.k-state-focused,.k-numeric-wrap.k-state-focused,.k-picker-wrap.k-state-focused,.k-textbox:focus,.k-input,.k-multiselect-wrap,.k-textbox>input,input.k-textbox,input.k-textbox:hover,textarea.k-textbox,textarea.k-textbox:hover,.k-dropdown .k-state-focused,.k-filebrowser-dropzone,.k-list>.k-state-hover,.k-listbox .k-item:hover:not(.k-state-disabled),.k-mobile-list .k-edit-label.k-check:active,.k-mobile-list .k-item>.k-label:active,.k-mobile-list .k-item>.k-link:active,.k-mobile-list .k-recur-view .k-check:active,.k-pager-wrap .k-link:hover,.k-scheduler .k-scheduler-toolbar ul li.k-state-hover,.k-splitbar-horizontal-hover:hover,.k-splitbar-vertical-hover:hover,.k-state-hover,.k-state-hover:hover,.cardinput{border-color:var(--textColor20,#afafaf)}.k-calendar .k-state-selected.k-state-hover .k-link,.k-calendar .k-today.k-state-selected.k-state-hover,.k-calendar .k-today.k-state-selected{background:transparent;color:var(--textColor40,#222)}.k-grid-header:first-child,.k-grid-toolbar:first-child,.k-grid>.k-grouping-header,.k-scheduler>.k-scheduler-toolbar:first-child,.k-scheduler,.k-scheduler-toolbar .k-nav-next,.k-scheduler-toolbar .k-nav-next .k-link,.k-scheduler-toolbar ul+ul li:last-child,.k-scheduler-toolbar ul+ul li:last-child .k-link,.k-scheduler-toolbar>ul li:first-child,.k-scheduler-toolbar>ul li:first-child .k-link,.k-scheduler-toolbar>ul.k-scheduler-views li:first-child+li,.k-scheduler-toolbar>ul.k-scheduler-views li:first-child+li .k-link,.k-scheduler-navigation .k-nav-next .k-link,.k-scheduler .k-header,.k-edit-form-container .k-edit-buttons .k-button,.k-scheduler-edit-form .k-edit-field .k-button{border-radius:0}.k-edit-form-container .k-edit-buttons .k-scheduler-cancel{background:var(--colorDanger40,#f04124);border-color:transparent;color:var(--textColorDanger40,#fff)}.k-edit-form-container .k-edit-buttons .k-scheduler-cancel:hover{color:var(--textColorDanger40,#fff);background:var(--colorDanger50,#d23920);border-color:transparent;outline:0}.k-edit-form-container .k-edit-buttons .k-primary{background:var(--colorSuccess40,#43ac6a);border-color:transparent;color:var(--textColorSuccess40,#fff)}.k-edit-form-container .k-edit-buttons .k-primary:hover{color:var(--textColorSuccess40,#fff);background:var(--colorSuccess50,#3b975d);border-color:transparent;outline:0}.k-scheduler-navigation .k-nav-today.k-state-hover .k-link,.k-scheduler-navigation .k-nav-next.k-state-hover .k-link,.k-scheduler-navigation .k-nav-prev.k-state-hover .k-link{background:var(--colorPrimary60,#2e3b85);color:var(--textColorPrimary40,#fff)}.k-scheduler-navigation .k-nav-prev .k-link span,.k-scheduler-navigation .k-nav-next.k-state-hover .k-link span,.k-scheduler-navigation .k-nav-prev.k-state-hover .k-link span{color:var(--textColorPrimary40,#fff)}.k-scheduler-footer .k-icon,.k-scheduler-toolbar .k-i-calendar{color:var(--textColorPrimary40,#fff)}.layout-template-modern{background:var(--backgroundColor40,#fff);color:var(--textColor40,#333);border-radius:0;padding:0;border:1px solid var(--backgroundColor50,#dfdfdf)}.layout-template-modern:focus-within{background:var(--backgroundColor40,#fff);outline:0;border-color:var(--colorCalm30,#5bc0de);box-shadow:inset 0 1px 1px rgb(0 0 0 / 8%),0 0 8px var(--colorCalm30,#5bc0de)}.layout-template-modern input.k-textbox:hover,.layout-template-modern input.k-textbox{padding-left:0;box-shadow:none}.layout-template-modern .k-button,.layout-template-modern .k-button:hover{color:var(--textColor40,#222);border:0}
|
|
1
|
+
@import 'panel-yeti.css';@import 'navbar-yeti.css';@import 'button-yeti.css';@import '../../../fonts/open-sans/OpenSans.css';@import '../../../fonts/helvetica-neue/HelveticaNeue.css';:root{--fontFamily:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;--textColor:#222;--backgroundColor:#fff;--textSmallSize:13px;--textNormalSize:15px;--textMediumSize:19px;--textBigSize:26px;--textExtraBigSize:32px;--textFullSize:39px;--textColor10:#d6d6d6;--textColor20:#afafaf;--textColor30:#7f7f7f;--textColor40:#222;--textColor50:#1e1e1e;--textColor60:#191919;--textColor70:#131313;--iconSizeDefault:28px;--iconSizeSmall:calc(var(--iconSizeDefault) - 3px);--iconSizeBig:calc(var(--iconSizeDefault) + 3px);--iconSizeExtraBig:calc(var(--iconSizeDefault) + 6px);--menuVerticalWidth:270px;--menuSideSize:20px;--menuItemBarSize:6px;--menuElementOverallPadding:10px;--menuItemPaddingSize:calc(var(--menuElementOverallPadding) + 5px);--menuItemIconWidth:25px;--backgroundColor10:#fff;--backgroundColor20:#fff;--backgroundColor30:#fff;--backgroundColor40:#fff;--backgroundColor50:#dfdfdf;--backgroundColor60:#bbb;--backgroundColor70:#8c8c8c;--backgroundLogin10:#fff;--backgroundLogin20:#fff;--backgroundLogin30:#fff;--backgroundLogin40:#fff;--backgroundLogin50:#dfdfdf;--backgroundLogin60:#bbb;--backgroundLogin70:#8c8c8c;--distanceNone:0;--distanceSmallest:5px;--distanceExtraSmall:10px;--distanceSmall:15px;--distanceMedium:20px;--distanceBig:30px;--distanceGiant:40px;--distanceTitan:60px;--borderRadiusNone:0;--borderRadiusSmallest:5px;--borderRadiusExtraSmall:10px;--borderRadiusSmall:15px;--borderRadiusBig:30px;--borderRadiusGiant:40px;--borderRadiusTitan:60px;--borderRadiusFull:99999px;--colorDefault10:#f8f8f8;--colorDefault20:#f2f2f2;--colorDefault30:#ededed;--colorDefault40:#e7e7e7;--colorDefault50:#cacaca;--colorDefault60:#a9a9a9;--colorDefault70:#7f7f7f;--textColorDefault10:#1c1c1c;--textColorDefault20:#272727;--textColorDefault30:#2d2d2d;--textColorDefault40:#333;--textColorDefault50:#838383;--textColorDefault60:#b2b2b2;--textColorDefault70:#d7d7d7;--colorPrimary10:#d5e3ec;--colorPrimary20:#aecadd;--colorPrimary30:#7baecc;--colorPrimary40:#008cba;--colorPrimary50:#007ba3;--colorPrimary60:#006788;--colorPrimary70:#004d66;--textColorPrimary10:#8c8c8c;--textColorPrimary20:#bbb;--textColorPrimary30:#dfdfdf;--textColorPrimary40:#fff;--textColorPrimary50:#fff;--textColorPrimary60:#fff;--textColorPrimary70:#fff;--colorSuccess10:#d8e9dd;--colorSuccess20:#b4d6be;--colorSuccess30:#88c39a;--colorSuccess40:#43ac6a;--colorSuccess50:#3b975d;--colorSuccess60:#317e4e;--colorSuccess70:#255e3a;--textColorSuccess10:#8c8c8c;--textColorSuccess20:#bbb;--textColorSuccess30:#dfdfdf;--textColorSuccess40:#fff;--textColorSuccess50:#fff;--textColorSuccess60:#fff;--textColorSuccess70:#fff;--colorWarning10:#f9e3d5;--colorWarning20:#f3cbae;--colorWarning30:#eeb07b;--colorWarning40:#e99002;--colorWarning50:#cc7e02;--colorWarning60:#ab6901;--colorWarning70:#804f01;--textColorWarning10:#8c8c8c;--textColorWarning20:#bbb;--textColorWarning30:#dfdfdf;--textColorWarning40:#fff;--textColorWarning50:#fff;--textColorWarning60:#fff;--textColorWarning70:#fff;--colorDanger10:#fbd8d6;--colorDanger20:#f7b4b0;--colorDanger30:#f4887f;--colorDanger40:#f04124;--colorDanger50:#d23920;--colorDanger60:#b0301a;--colorDanger70:#832414;--textColorDanger10:#8c8c8c;--textColorDanger20:#bbb;--textColorDanger30:#dfdfdf;--textColorDanger40:#fff;--textColorDanger50:#fff;--textColorDanger60:#fff;--textColorDanger70:#fff;--colorRoyal10:#e2ddf9;--colorRoyal20:#c8bef4;--colorRoyal30:#ab9aef;--colorRoyal40:#886aea;--colorRoyal50:#775dcd;--colorRoyal60:#644eab;--colorRoyal70:#4a3a80;--textColorRoyal10:#8c8c8c;--textColorRoyal20:#bbb;--textColorRoyal30:#dfdfdf;--textColorRoyal40:#fff;--textColorRoyal50:#fff;--textColorRoyal60:#fff;--textColorRoyal70:#fff;--colorCalm10:#dbeef6;--colorCalm20:#badfee;--colorCalm30:#93d0e6;--colorCalm40:#5bc0de;--colorCalm50:#50a8c2;--colorCalm60:#438da3;--colorCalm70:#32697a;--textColorCalm10:#8c8c8c;--textColorCalm20:#bbb;--textColorCalm30:#dfdfdf;--textColorCalm40:#fff;--textColorCalm50:#fff;--textColorCalm60:#fff;--textColorCalm70:#fff;--colorLight10:#fafafa;--colorLight20:#f6f6f6;--colorLight30:#f2f2f2;--colorLight40:#eee;--colorLight50:#d0d0d0;--colorLight60:#aeaeae;--colorLight70:#828282;--textColorLight10:#1c1c1c;--textColorLight20:#252525;--textColorLight30:#2d2d2d;--textColorLight40:#333;--textColorLight50:#838383;--textColorLight60:#b2b2b2;--textColorLight70:#d7d7d7;--colorStable10:#fdfdfd;--colorStable20:#fbfbfb;--colorStable30:#fafafa;--colorStable40:#f8f8f8;--colorStable50:#d9d9d9;--colorStable60:#b6b6b6;--colorStable70:#888;--textColorStable10:#252525;--textColorStable20:#323232;--textColorStable30:#3c3c3c;--textColorStable40:#444;--textColorStable50:#898989;--textColorStable60:#b5b5b5;--textColorStable70:#d9d9d9;--colorDark10:#d6d6d6;--colorDark20:#afafaf;--colorDark30:#7f7f7f;--colorDark40:#222;--colorDark50:#1e1e1e;--colorDark60:#191919;--colorDark70:#131313;--textColorDark10:#8c8c8c;--textColorDark20:#bbb;--textColorDark30:#dfdfdf;--textColorDark40:#fff;--textColorDark50:#fff;--textColorDark60:#fff;--textColorDark70:#fff;--colorNeutral00:#fff;--colorNeutral10:#f1f1f1;--colorNeutral20:#e3e3e3;--colorNeutral30:#d5d5d5;--colorNeutral40:#c7c7c7;--colorNeutral50:#b9b9b9;--colorNeutral60:#acacac;--colorNeutral70:#9e9e9e;--colorNeutral80:#909090;--colorNeutral90:#828282;--colorNeutral100:#747474;--colorNeutral110:#666;--colorNeutral120:#5d5d5d;--colorNeutral130:#535353;--colorNeutral140:#4a4a4a;--colorNeutral150:#414141;--colorNeutral160:#383838;--colorNeutral170:#2e2e2e;--colorNeutral180:#252525;--colorNeutral190:#1c1c1c;--colorNeutral200:#131313;--colorNeutral210:#090909;--colorNeutral220:#000;--btnLink:var(--colorCalm40,#5bc0de);--btnDefault:var(--colorDefault40,#e7e7e7);--btnPrimary:var(--colorPrimary40,#008cba);--btnSuccess:var(--colorSuccess40,#43ac6a);--btnCalm:var(--colorCalm40,#5bc0de);--btnWarning:var(--colorWarning40,#e99002);--btnDanger:var(--colorDanger40,#f04124);--btnLight:var(--colorLight40,#eee);--btnStable:var(--colorStable40,#f8f8f8);--btnRoyal:var(--colorRoyal40,#886aea);--btnDark:var(--colorDark40,#222);--textColorDefault:var(--textColorDefault40,#fff);--textColorPrimary:var(--textColorPrimary40,#fff);--textColorSuccess:var(--textColorSuccess40,#fff);--textColorCalm:var(--textColorCalm40,#fff);--textColorWarning:var(--textColorWarning40,#fff);--textColorDanger:var(--textColorDanger40,#fff);--textColorLight:var(--textColorLight40,#000);--textColorStable:var(--textColorStable40,#444);--textColorRoyal:var(--textColorRoyal40,#fff);--textColorDark:var(--textColorDark40,#fff);--borderBtnLink:transparent;--borderBtnDefault:var(--colorDefault50,#cacaca);--borderBtnPrimary:var(--colorPrimary50,#007ba3);--borderBtnSuccess:var(--colorSuccess50,#3b975d);--borderBtnCalm:var(--colorCalm50,#50a8c2);--borderBtnWarning:var(--colorWarning50,#cc7e02);--borderBtnDanger:var(--colorDanger50,#d23920);--borderBtnLight:var(--colorLight50,#d0d0d0);--borderBtnStable:var(--colorStable50,#d9d9d9);--borderBtnRoyal:var(--colorRoyal50,#775dcd);--borderBtnDark:var(--colorDark50,#1e1e1e);--colorDefault:var(--colorDefault50,#cacaca);--colorPrimary:var(--colorPrimary40,#008cba);--colorSuccess:var(--colorSuccess40,#43ac6a);--colorCalm:var(--colorCalm40,#5bc0de);--colorWarning:var(--colorWarning40,#e99002);--colorDanger:var(--colorDanger40,#f04124);--colorLight:var(--colorLight50,#d0d0d0);--colorStable:var(--colorStable50,#d9d9d9);--colorRoyal:var(--colorRoyal40,#886aea);--colorDark:var(--colorDark40,#222);--checkboxDefault:var(--colorDefault50,#cacaca);--checkboxPrimary:var(--colorPrimary40,#008cba);--checkboxSuccess:var(--colorSuccess40,#43ac6a);--checkboxCalm:var(--colorCalm40,#5bc0de);--checkboxWarning:var(--colorWarning40,#e99002);--checkboxDanger:var(--colorDanger40,#f04124);--checkboxLight:var(--colorLight50,#d0d0d0);--checkboxStable:var(--colorStable50,#d9d9d9);--checkboxRoyal:var(--colorRoyal40,#886aea);--checkboxDark:var(--colorDark40,#222);--borderCheckboxDefault:var(--colorDefault50,#cacaca);--borderCheckboxPrimary:var(--colorPrimary40,#008cba);--borderCheckboxSuccess:var(--colorSuccess40,#43ac6a);--borderCheckboxCalm:var(--colorCalm40,#5bc0de);--borderCheckboxWarning:var(--colorWarning40,#e99002);--borderCheckboxDanger:var(--colorDanger40,#f04124);--borderCheckboxLight:var(--colorLight50,#dfdfdf);--borderCheckboxStable:var(--colorStable50,#d9d9d9);--borderCheckboxRoyal:var(--colorRoyal40,#886aea);--borderCheckboxDark:var(--colorDark40,#222);--comboboxDefault:var(--colorDefault40,#3b448e);--comboboxPrimary:var(--colorPrimary40,#008cba);--comboboxSuccess:var(--colorSuccess40,#43ac6a);--comboboxCalm:var(--colorCalm40,#5bc0de);--comboboxWarning:var(--colorWarning40,#e99002);--comboboxDanger:var(--colorDanger40,#f04124);--comboboxLight:var(--colorLight40,#eee);--comboboxStable:var(--colorStable40,#f8f8f8);--comboboxRoyal:var(--colorRoyal40,#886aea);--comboboxDark:var(--colorDark40,#222);--borderComboboxDefault:var(--colorDefault50,#cacaca);--borderComboboxPrimary:var(--colorPrimary50,#007ba3);--borderComboboxSuccess:var(--colorSuccess50,#3b975d);--borderComboboxCalm:var(--colorCalm50,#50a8c2);--borderComboboxWarning:var(--colorWarning50,#cc7e02);--borderComboboxDanger:var(--colorDanger50,#d23920);--borderComboboxLight:var(--colorLight50,#d0d0d0);--borderComboboxStable:var(--colorStable50,#d9d9d9);--borderComboboxRoyal:var(--colorRoyal50,#775dcd);--borderComboboxDark:var(--colorDark50,#1e1e1e);--optionDefault:var(--colorDefault50,#cacaca);--optionPrimary:var(--colorPrimary40,#008cba);--optionSuccess:var(--colorSuccess40,#43ac6a);--optionCalm:var(--colorCalm40,#5bc0de);--optionWarning:var(--colorWarning40,#e99002);--optionDanger:var(--colorDanger40,#f04124);--optionLight:var(--colorLight50,#d0d0d0);--optionStable:var(--colorStable50,#d9d9d9);--optionRoyal:var(--colorRoyal40,#886aea);--optionDark:var(--colorDark40,#222);--borderOptionDefault:var(--colorDefault50,#cacaca);--borderOptionPrimary:var(--colorPrimary40,#4582ec);--borderOptionSuccess:var(--colorSuccess40,#3fad46);--borderOptionCalm:var(--colorCalm40,#11c1f3);--borderOptionWarning:var(--colorWarning40,#f0ad4e);--borderOptionDanger:var(--colorDanger40,#d9534f);--borderOptionLight:var(--colorLight50,#dfdfdf);--borderOptionStable:var(--colorStable50,#d9d9d9);--borderOptionRoyal:var(--colorRoyal40,#886aea);--borderOptionDark:var(--colorDark40,#444);--panelDefault:var(--colorPrimary40,#008cba);--panelPrimary:var(--colorDefault40,#2c72a8);--panelSuccess:var(--colorSuccess40,#43ac6a);--panelCalm:var(--colorCalm40,#5bc0de);--panelWarning:var(--colorWarning40,#daa31f);--panelDanger:var(--colorDanger40,#f04124);--panelLight:var(--colorLight40,#eee);--panelStable:var(--colorStable40,#f8f8f8);--panelRoyal:var(--colorRoyal40,#886aea);--panelDark:var(--colorDark40,#222);--borderPanelDefault:var(--colorPrimary50,#cacaca);--borderPanelPrimary:var(--colorDefault50,#007ba3);--borderPanelSuccess:var(--colorSuccess50,#3b975d);--borderPanelCalm:var(--colorCalm50,#50a8c2);--borderPanelWarning:var(--colorWarning50,#cc7e02);--borderPanelDanger:var(--colorDanger50,#d23920);--borderPanelLight:var(--colorLight50,#d0d0d0);--borderPanelStable:var(--colorStable50,#d9d9d9);--borderPanelRoyal:var(--colorRoyal50,#775dcd);--borderPanelDark:var(--colorDark50,#1e1e1e)}.color-default{color:var(--colorDefault50,#cacaca)}.color-light{color:var(--colorLight50,#d0d0d0)}.color-stable{color:var(--colorStable50,#d9d9d9)}a,a:focus,a:active{color:var(--colorPrimary40,#008cba)}a:hover{color:var(--colorPrimary40,#006788)}.option-default .k-radio:checked+.k-radio-label:before,.option-default .k-radio-label:before{border-color:var(--colorDefault50,#cacaca)}.option-light .k-radio:checked+.k-radio-label:before,.option-light .k-radio-label:before{border-color:var(--colorLight50,#d0d0d0)}.option-default .k-radio-label:after,.option-default .k-radio:checked+.k-radio-label:after{background:var(--colorDefault50,#cacaca);border-color:var(--colorDefault50,#cacaca)}.option-light .k-radio-label:after,.option-light .k-radio:checked+.k-radio-label:after{background:var(--colorLight50,#d0d0d0);border-color:var(--colorLight50,#d0d0d0)}.option-default .k-radio:focus+.k-radio-label::before,.option-default .k-radio:hover+.k-radio-label::before{box-shadow:0 0 5px 0 var(--colorDefault50,#cacaca);border-color:var(--colorDefault50,#cacaca)}.option-light .k-radio:focus+.k-radio-label::before,.option-light .k-radio:hover+.k-radio-label::before{box-shadow:0 0 5px 0 var(--colorLight50,#d0d0d0);border-color:var(--colorLight50,#d0d0d0)}.option-stable .k-radio-label:before{border-color:var(--colorStable50,#d9d9d9)}.option-stable .k-radio-label:after,.option-stable .k-radio:checked+.k-radio-label:after{background-color:var(--colorStable50,#d9d9d9);border-color:var(--colorStable50,#d9d9d9)}.option-stable .k-radio:checked+.k-radio-label:before{border-color:var(--colorStable50,#d9d9d9)}.option-stable .k-radio:focus+.k-radio-label::before,.option-stable .k-radio:hover+.k-radio-label::before{box-shadow:0 0 5px 0 var(--colorStable50,#d9d9d9);border-color:var(--colorStable50,#d9d9d9)}.k-radio:focus+.k-radio-label:before,.k-radio:hover+.k-radio-label:before{box-shadow:0 0 5px 0 var(--colorDefault50,#cacaca);border-color:var(--colorDefault50,#cacaca)}.k-checkbox:checked+.k-checkbox-label:before,.k-checkbox:indeterminate+.k-checkbox-label:before,.k-checkbox-label:hover:before,.k-checkbox:checked+.k-checkbox-label:hover:before,.k-checkbox:checked:hover+.k-checkbox-label:before,.k-checkbox:hover+.k-checkbox-label:before,.k-checkbox-label:active:before,.k-checkbox:active+.k-checkbox-label:before,.k-checkbox:focus+.k-checkbox-label:before,.k-checkbox:hover+.k-checkbox-label:before,.k-checkbox:checked+.k-checkbox-label:after,.k-checkbox:indeterminate+.k-checkbox-label:after,.k-checkbox-label:before,.checkbox-default .k-checkbox:checked+.k-checkbox-label:before,.checkbox-default .k-checkbox:indeterminate+.k-checkbox-label:before,.checkbox-default .k-checkbox-label:hover:before,.checkbox-default .k-checkbox:checked+.k-checkbox-label:hover:before,.checkbox-default .k-checkbox:checked:hover+.k-checkbox-label:before,.checkbox-default .k-checkbox:hover+.k-checkbox-label:before,.checkbox-default .k-checkbox-label:active:before,.checkbox-default .k-checkbox:active+.k-checkbox-label:before,.checkbox-default .k-checkbox:focus+.k-checkbox-label:before,.checkbox-default .k-checkbox:hover+.k-checkbox-label:before,.checkbox-default .k-checkbox:checked+.k-checkbox-label:after,.checkbox-default .k-checkbox:indeterminate+.k-checkbox-label:after,.checkbox-default .k-checkbox-label:before{border-color:var(--colorDefault50,#cacaca)}.k-checkbox-label:hover:before,.k-checkbox:checked+.k-checkbox-label:hover:before,.k-checkbox:checked:hover+.k-checkbox-label:before,.k-checkbox:hover+.k-checkbox-label:before,.k-checkbox:focus+.k-checkbox-label:before,.k-checkbox:hover+.k-checkbox-label:before,.checkbox-default .k-checkbox-label:hover:before,.checkbox-default .k-checkbox:checked+.k-checkbox-label:hover:before,.checkbox-default .k-checkbox:checked:hover+.k-checkbox-label:before,.checkbox-default .k-checkbox:hover+.k-checkbox-label:before,.checkbox-default .k-checkbox:focus+.k-checkbox-label:before,.checkbox-default .k-checkbox:hover+.k-checkbox-label:before{box-shadow:0 0 5px 0 var(--colorDefault60,#a9a9a9)}.k-checkbox:checked+.k-checkbox-label:before,.k-checkbox:indeterminate+.k-checkbox-label:before,.k-checkbox:checked+.k-checkbox-label:after,.k-checkbox:indeterminate+.k-checkbox-label:after,.checkbox-default .k-checkbox:checked+.k-checkbox-label:before,.checkbox-default .k-checkbox:indeterminate+.k-checkbox-label:before,.checkbox-default .k-checkbox:checked+.k-checkbox-label:after,.checkbox-default .k-checkbox:indeterminate+.k-checkbox-label:after{background:var(--colorDefault50,#cacaca);color:var(--textColorDefault40,#333)}.checkbox-light .k-checkbox:checked+.k-checkbox-label:before,.checkbox-light .k-checkbox:indeterminate+.k-checkbox-label:before,.checkbox-light .k-checkbox-label:hover:before,.checkbox-light .k-checkbox:checked+.k-checkbox-label:hover:before,.checkbox-light .k-checkbox:checked:hover+.k-checkbox-label:before,.checkbox-light .k-checkbox:hover+.k-checkbox-label:before,.checkbox-light .k-checkbox-label:active:before,.checkbox-light .k-checkbox:active+.k-checkbox-label:before,.checkbox-light .k-checkbox:focus+.k-checkbox-label:before,.checkbox-light .k-checkbox:hover+.k-checkbox-label:before,.checkbox-light .k-checkbox:checked+.k-checkbox-label:after,.checkbox-light .k-checkbox:indeterminate+.k-checkbox-label:after,.checkbox-light .k-checkbox-label:before{border-color:var(--colorLight50,#d0d0d0)}.checkbox-light .k-checkbox-label:hover:before,.checkbox-light .k-checkbox:checked+.k-checkbox-label:hover:before,.checkbox-light .k-checkbox:checked:hover+.k-checkbox-label:before,.checkbox-light .k-checkbox:hover+.k-checkbox-label:before,.checkbox-light .k-checkbox:focus+.k-checkbox-label:before,.checkbox-light .k-checkbox:hover+.k-checkbox-label:before{box-shadow:0 0 5px 0 var(--colorLight60,#aeaeae)}.checkbox-light .k-checkbox:checked+.k-checkbox-label:before,.checkbox-light .k-checkbox:indeterminate+.k-checkbox-label:before,.checkbox-light .k-checkbox:checked+.k-checkbox-label:after,.checkbox-light .k-checkbox:indeterminate+.k-checkbox-label:after{background:var(--colorLight50,#d0d0d0);color:var(--textColorLight40,#333)}.checkbox-stable .k-checkbox:checked+.k-checkbox-label:before,.checkbox-stable .k-checkbox:indeterminate+.k-checkbox-label:before,.checkbox-stable .k-checkbox-label:hover:before,.checkbox-stable .k-checkbox:checked+.k-checkbox-label:hover:before,.checkbox-stable .k-checkbox:checked:hover+.k-checkbox-label:before,.checkbox-stable .k-checkbox:hover+.k-checkbox-label:before,.checkbox-stable .k-checkbox-label:active:before,.checkbox-stable .k-checkbox:active+.k-checkbox-label:before,.checkbox-stable .k-checkbox:focus+.k-checkbox-label:before,.checkbox-stable .k-checkbox:hover+.k-checkbox-label:before,.checkbox-stable .k-checkbox:checked+.k-checkbox-label:after,.checkbox-stable .k-checkbox:indeterminate+.k-checkbox-label:after,.checkbox-stable .k-checkbox-label:before{border-color:var(--colorStable50,#d9d9d9)}.checkbox-stable .k-checkbox-label:hover:before,.checkbox-stable .k-checkbox:checked+.k-checkbox-label:hover:before,.checkbox-stable .k-checkbox:checked:hover+.k-checkbox-label:before,.checkbox-stable .k-checkbox:hover+.k-checkbox-label:before,.checkbox-stable .k-checkbox:focus+.k-checkbox-label:before,.checkbox-stable .k-checkbox:hover+.k-checkbox-label:before{box-shadow:0 0 5px 0 var(--colorStable60,#b6b6b6)}.checkbox-stable .k-checkbox:checked+.k-checkbox-label:before,.checkbox-stable .k-checkbox:indeterminate+.k-checkbox-label:before,.checkbox-stable .k-checkbox:checked+.k-checkbox-label:after,.checkbox-stable .k-checkbox:indeterminate+.k-checkbox-label:after{background:var(--colorStable50,#d9d9d9);color:var(--textColorStable40,#444)}h1,.h1{color:var(--textColor40,#222)}.k-button.k-state-focused,.k-button.k-state-focused.k-state-disabled,.k-button:focus,.k-button:focus:hover,.k-state-disabled .k-button.k-state-focused{border-color:var(--colorDefault60,#a9a9a9)}.k-state-selected,.k-state-selected:link,.k-state-selected:visited,.k-tool.k-state-selected,.k-grid td.k-state-selected:hover,.k-grid tr.k-state-selected:hover td{background:var(--colorPrimary40,#008cba);color:var(--textColorPrimary40,#fff)}.k-autocomplete .k-input,.k-multiselect-wrap,.k-textbox>input,.form-control{border-radius:var(--borderRadiusNone,0)}.bg,.siginPanel,.login-view{background:var(--backgroundLogin40,#fff)}.bg-login #container-first .btn-login-mutual,.bg-login #container-first .btn-login,.login-view .crn-button-signup-register,.login-view .btn.btn-default{background:var(--colorPrimary40,#3b448e);border-color:var(--colorPrimary50,#007ba3);color:var(--textColorPrimary40,#fff)}.bg-login #container-first .btn-login-mutual:hover,.bg-login #container-first .btn-login:hover,.login-view .crn-button-signup-register:hover,.login-view .btn.btn-default:hover{color:var(--textColorPrimary40,#fff);background:var(--colorPrimary50,#343c7c);border-color:transparent;outline:0}.bg-login #container-second{background:linear-gradient(-140deg,var(--colorPrimary20,#aecadd),var(--colorPrimary30,#7baecc),var(--colorPrimary40,#008cba),var(--colorPrimary50,#007ba3),var(--colorPrimary60,#006788))}.bg-login #container-first #crn-botao-signup{color:var(--colorPrimary40,#e95420)}.bg-login #container-first #crn-botao-signup:hover{color:var(--colorPrimary50,#c34113)}.bg-login #container-first{background:transparent;border-style:solid;border-width:1px 0 1px 1px;border-color:var(--colorDefault10,#f8f8f8)}.bg-login2 #container-first{border-width:0}#bg-signup1.bg-login1 #container-first,#bg-signup1.bg-login1 #container-second,.bg-login1 #container-first,.bg-login1 #container-second{border-radius:0}.ctn-tab .nav-tabs li a:hover{color:var(--textColorDefault40,#333);background:var(--colorDefault30,#ededed);border:1px solid transparent}.ctn-tab .nav-tabs li a{color:var(--textColorDefault40,#333);background:var(--colorDefault40,#f8f5f0);border:1px solid transparent;margin-top:2px;bottom:1px}.ctn-tab .nav-tabs li{margin-right:2px}.ctn-tab .nav-tabs li.active{border:1px solid var(--colorDefault40,#f8f5f0);background:var(--backgroundColor40,#fff);bottom:-1px;border-bottom:1px solid var(--backgroundColor40,#fff);border-radius:var(--borderRadiusNone,0)}.ctn-tab .nav-tabs{border-bottom:1px solid var(--colorDefault40,#f8f5f0)}.ctn-tab .nav-tabs li.active a,.ctn-tab .nav-tabs li.active a:hover{background:var(--backgroundColor40,#fff);color:var(--textColorLight30,#98978b);border:0;margin-top:0}.jumbotron{background:var(--colorDefault10,#f8f8f8)}.jumbotron .h1,.jumbotron h1,.jumbotron .h2,.jumbotron h2{color:var(--textColor40,#222)}.k-slider .k-slider-selection{background:var(--colorPrimary40,#008cba)}.k-treeview .k-in.k-state-selected{color:var(--textColor40,#222);background:var(--colorDefault60,#a9a9a9)}.k-treeview .k-item{color:var(--textColor40,#222);background:var(--colorDefault40,#e7e7e7)}.k-treeview .k-in.k-state-hover{color:var(--textColor40,#222);background:var(--colorDefault50,#cacaca)}.dynamic-image-container{border:2px dashed var(--colorDefault70,#7f7f7f);padding:10px}.dynamic-image-container .btn{background:var(--colorDefault40,#e7e7e7);border-color:var(--colorDefault50,#cacaca);color:var(--textColorDefault40,#fff);margin:0;padding:9px 16px}.dynamic-image-container .btn:hover{color:var(--textColorDefault40,#fff);background:var(--colorDefault50,#cacaca);border-color:transparent;outline:0}.k-grid-toolbar .k-button{border:1px solid var(--colorDefault60,#a9a9a9);border-radius:0}.k-grid table .k-button{border-radius:var(--borderRadiusNone,0);min-width:49px;border:1px solid var(--colorDefault60,#a9a9a9)}.k-pager-wrap .k-pager-refresh,.k-dropdown-wrap.k-state-default,.k-header,.k-pager-wrap,.k-grid-toolbar{background:var(--colorStable40,#fbfbfb)}.k-pager-wrap .k-link.k-pager-last,.k-pager-nav.k-pager-first+.k-link,.k-pager-wrap .k-link{border-color:var(--colorDefault50,#cacaca)}.k-grid .k-pager-numbers .k-link:link,.k-grid .k-pager-numbers .k-link:visited,.k-grid .k-pager-numbers .k-nav-current.k-state-hover .k-link,.k-pager-wrap>.k-link>.k-icon{color:var(--textColor40,#222)}.k-grid .k-pager-numbers .k-state-selected{background:var(--colorPrimary40,#008cba);color:var(--textColorPrimary40,#fff);border-color:var(--colorPrimary40,#008cba)}#forgotPasswordModal .modal-footer .k-button.k-success,#forgotPasswordModal .modal-footer .btn.btn-success,#modalPassword .modal-footer .k-button.k-success,#modalPassword .modal-footer .btn.btn-success{background:var(--colorPrimary40,#008cba);border-color:var(--colorPrimary50,#007ba3);color:var(--textColorPrimary40,#fff)}#forgotPasswordModal .modal-footer .k-button.k-success:hover,#forgotPasswordModal .modal-footer .btn.btn-success:hover,#modalPassword .modal-footer .k-button.k-success:hover,#modalPassword .modal-footer .btn.btn-success:hover{color:var(--textColorPrimary40,#fff);background:var(--colorPrimary50,#007ba3);border-color:transparent}#forgotPasswordModal .modal-footer .k-button.k-danger,#forgotPasswordModal .modal-footer .btn.btn-danger,#modalPassword .modal-footer .k-button.k-danger,#modalPassword .modal-footer .btn.btn-danger{background:var(--colorDefault40,#e7e7e7);border-color:var(--colorDefault50,#cacaca);color:var(--textColorDefault40,#fff)}#forgotPasswordModal .modal-footer .k-button.k-danger:hover,#forgotPasswordModal .modal-footer .btn.btn-danger:hover,#modalPassword .modal-footer .k-button.k-danger:hover,#modalPassword .modal-footer .btn.btn-danger:hover{color:var(--textColorDefault40,#fff);background:var(--colorDefault50,#cacaca);border-color:transparent}.active-bar .k-button.k-default,.active-bar .btn.btn-default{background:var(--colorSuccess40,#43ac6a);border-color:var(--colorSuccess50,#3b975d);color:var(--textColorSuccess40,#fff)}.active-bar .k-button.k-default:hover,.active-bar .btn.btn-default:hover{background:var(--colorSuccess50,#3b975d);border-color:transparent;color:var(--textColorSuccess40,#fff)}div[data-component="crn-textinputbutton"] div[data-component="crn-textinput"] input{border-top-right-radius:0;border-bottom-right-radius:0}div[data-component="crn-textinputbutton"] div[data-component="crn-button"] button{margin-left:0;border-top-left-radius:0;border-bottom-left-radius:0;padding:6px 12px}.k-autocomplete,.k-block,.k-calendar .k-link,.k-calendar td,.k-calendar-container,.k-colorpicker,.k-combobox,.k-datepicker,.k-datetimepicker,.k-drag-clue,.k-dropdown,.k-dropdown-wrap,.k-editor-inline,.k-grid .k-filter-options,.k-grouping-header .k-group-indicator,.k-inline-block,.k-list-container,.k-multiselect,.k-notification,.k-numeric-wrap,.k-numerictextbox,.k-picker-wrap,.k-slider-selection,.k-slider-track,.k-split-button,.k-textbox,.k-tile,.k-timepicker,.k-tooltip,.k-touch-scrollbar,.k-treeview .k-in,.k-upload,.k-window,.k-window-titleless .k-window-content,.cardinput{border-radius:var(--borderRadiusNone,0)}.k-autocomplete.k-state-focused,.k-dropdown-wrap.k-state-focused,.k-multiselect.k-header.k-state-focused,.k-numeric-wrap.k-state-focused,.k-picker-wrap.k-state-focused,.k-textbox:focus,.k-multiselect-wrap.k-state-focused,.k-state-focused>.k-multiselect-wrap,.cardinput:focus-within{border-color:var(--colorPrimary40,#008cba);box-shadow:none}.bootstrap-datetimepicker-widget.dropdown-menu{background:var(--backgroundColor40,#fff);color:var(--textColor40,#222)}.bootstrap-datetimepicker-widget a[data-action]{color:var(--colorPrimary40,#008cba)}cron-calendar.k-calendar .k-footer,cron-calendar.k-calendar .k-header,.k-calendar .k-footer .k-nav-today{background:var(--textColorDefault40,#333);color:var(--colorDefault40,#e7e7e7)}cron-calendar.k-widget{border-color:var(--colorDefault40,#e7e7e7)}.k-calendar td.k-state-hover,.k-calendar .k-link.k-nav-fast,.k-calendar .k-header .k-link.k-nav-next,.k-calendar .k-header .k-link.k-nav-prev,.k-calendar .k-header .k-icon{color:var(--colorDefault40,#e7e7e7)}.k-widget.k-calendar .k-nav-next.k-state-hover,.k-widget.k-calendar .k-nav-prev.k-state-hover,.k-calendar .k-nav-fast.k-state-hover,.k-calendar .k-footer .k-nav-today.k-state-hover,.k-calendar .k-footer .k-nav-today:hover{background:var(--textColorDefault50,#838383);box-shadow:none}.k-calendar td.k-state-hover .k-link,.k-calendar .k-content .k-link{color:var(--textColor40,#666)}.k-calendar th{background:var(--backgroundColor50,#dfdfdf)}.k-calendar td.k-state-hover,.k-calendar td.k-state-focused.k-state-selected.k-state-hover,.k-calendar .k-state-selected.k-state-hover,.k-listview>.k-state-focused.k-state-selected,.k-state-selected td.k-state-focused,td.k-state-focused.k-state-selected{box-shadow:inset 0 0 10px 3px var(--textColorDefault40,#333)}.k-calendar .k-today.k-state-selected.k-state-hover{background:var(--colorDefault10,#f8f8f8)}.k-calendar .k-content .k-other-month .k-link{color:var(--textColor30,#7f7f7f)}.k-calendar td.k-state-selected{background:transparent}.bootstrap-datetimepicker-widget table td.active,.bootstrap-datetimepicker-widget table td.active:hover{background:var(--textColorDefault40,#333);color:var(--colorDefault40,#e7e7e7)}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after{border-bottom-color:var(--backgroundColor40,#fff)}.bootstrap-datetimepicker-widget.dropdown-menu.top:after{border-top-color:var(--backgroundColor40,#fff)}.cardinput button i{color:var(--textColor40,#222)}.cardinput button:hover i{color:var(--colorPrimary40,#008cba)}.k-multiselect-wrap.k-state-hover,.k-state-hover>.k-multiselect-wrap,.k-multiselect,.k-autocomplete.k-state-focused,.k-dropdown-wrap.k-state-focused,.k-multiselect.k-header.k-state-focused,.k-numeric-wrap.k-state-focused,.k-picker-wrap.k-state-focused,.k-textbox:focus,.k-input,.k-multiselect-wrap,.k-textbox>input,input.k-textbox,input.k-textbox:hover,textarea.k-textbox,textarea.k-textbox:hover,.k-dropdown .k-state-focused,.k-filebrowser-dropzone,.k-list>.k-state-hover,.k-listbox .k-item:hover:not(.k-state-disabled),.k-mobile-list .k-edit-label.k-check:active,.k-mobile-list .k-item>.k-label:active,.k-mobile-list .k-item>.k-link:active,.k-mobile-list .k-recur-view .k-check:active,.k-pager-wrap .k-link:hover,.k-scheduler .k-scheduler-toolbar ul li.k-state-hover,.k-splitbar-horizontal-hover:hover,.k-splitbar-vertical-hover:hover,.k-state-hover,.k-state-hover:hover,.cardinput{border-color:var(--textColor20,#afafaf)}.k-calendar .k-state-selected.k-state-hover .k-link,.k-calendar .k-today.k-state-selected.k-state-hover,.k-calendar .k-today.k-state-selected{background:transparent;color:var(--textColor40,#222)}.k-grid-header:first-child,.k-grid-toolbar:first-child,.k-grid>.k-grouping-header,.k-scheduler>.k-scheduler-toolbar:first-child,.k-scheduler,.k-scheduler-toolbar .k-nav-next,.k-scheduler-toolbar .k-nav-next .k-link,.k-scheduler-toolbar ul+ul li:last-child,.k-scheduler-toolbar ul+ul li:last-child .k-link,.k-scheduler-toolbar>ul li:first-child,.k-scheduler-toolbar>ul li:first-child .k-link,.k-scheduler-toolbar>ul.k-scheduler-views li:first-child+li,.k-scheduler-toolbar>ul.k-scheduler-views li:first-child+li .k-link,.k-scheduler-navigation .k-nav-next .k-link,.k-scheduler .k-header,.k-edit-form-container .k-edit-buttons .k-button,.k-scheduler-edit-form .k-edit-field .k-button{border-radius:0}.k-scheduler-navigation .k-nav-today.k-state-hover .k-link,.k-scheduler-navigation .k-nav-next.k-state-hover .k-link,.k-scheduler-navigation .k-nav-prev.k-state-hover .k-link{background:var(--colorPrimary60,#2e3b85);color:var(--textColorPrimary40,#fff)}.k-scheduler-navigation .k-nav-prev .k-link span,.k-scheduler-navigation .k-nav-next.k-state-hover .k-link span,.k-scheduler-navigation .k-nav-prev.k-state-hover .k-link span{color:var(--textColorPrimary40,#fff)}.k-scheduler-footer .k-icon,.k-scheduler-toolbar .k-i-calendar{color:var(--textColorPrimary40,#fff)}.layout-template-modern{background:var(--backgroundColor40,#fff);color:var(--textColor40,#333);border-radius:0;padding:0;border:1px solid var(--backgroundColor50,#dfdfdf)}.layout-template-modern:focus-within{background:var(--backgroundColor40,#fff);outline:0;border-color:var(--colorCalm30,#5bc0de);box-shadow:inset 0 1px 1px rgb(0 0 0 / 8%),0 0 8px var(--colorCalm30,#5bc0de)}.layout-template-modern input.k-textbox:hover,.layout-template-modern input.k-textbox{padding-left:0;box-shadow:none}.layout-template-modern .k-button,.layout-template-modern .k-button:hover{color:var(--textColor40,#222);border:0}
|
package/dist/js/app.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
var cronappModules=["ui.router","ui-select-infinity","ui.select","ngResource","ngSanitize","custom.controllers","custom.services","datasourcejs","chart.js","pascalprecht.translate","tmh.dynamicLocale","ui-notification","ui.bootstrap","ngFileUpload","report.services","dashboard.services","upload.services","ui.tinymce","ngCookies","kendo.directives"];window.customModules&&(cronappModules=cronappModules.concat(window.customModules));var onloadCallback=function(){window.grecaptcha.render("loginRecaptcha"),window.grecaptcha.reset()},getRequestData=a=>{let b=a||{};return a.data&&"object"==typeof a.data&&(b=a.data),b},customizeRoute=()=>{window.mainRoute="views/login.view.html";var a=$.get({url:"cronapp.json",async:!1}),b=a.responseJSON,c=b["cronapp.framework.web.mainroute"];c&&(window.mainRoute=c)},app=function(){return customizeRoute(),angular.module("MyApp",cronappModules).constant("LOCALES",{locales:{pt_br:"Portugues (Brasil)",en_us:"English"},preferredLocale:"pt_br",urlPrefix:""}).config(["$locationProvider",function(a){a.hashPrefix("")}]).config(["$httpProvider",function(a){a.interceptors.push(["$q","$rootScope",function(){return{request:function(a){var b=JSON.parse(localStorage.getItem("_u"));return b&&b.token&&(a.headers["X-AUTH-TOKEN"]=b.token,window.uToken=b.token),a}}}])}]).config(["$compileProvider",function(a){a.aHrefSanitizationWhitelist(/^\s*(https?|ftp|mailto|javascript|chrome-extension):/)}]).config(["$stateProvider","$urlRouterProvider","NotificationProvider",function(a,b,c){c.setOptions({delay:5e3,startTop:20,startRight:10,verticalSpacing:20,horizontalSpacing:20,positionX:"right",positionY:"top",templateUrl:"node_modules/cronapp-framework-js/components/templates/angular-ui-notification.template.html"}),window.NotificationProviderOptions=c.options,window.stateProviderDefine.handle(a),b.otherwise("/error/404")}]).factory("originPath",["$location",function(a){return{request:function(b){return b.headers["origin-path"]=a.path(),b}}}]).config(["$logProvider",function(a){a.debugEnabled(!1)}]).config(["$httpProvider",function(a){a.interceptors.push("originPath")}]).config(["$translateProvider","tmhDynamicLocaleProvider",function(a,b){a.uniformLanguageTag("bcp47"),a.useLoader("customTranslateLoader",{files:[{prefix:"i18n/locale_",suffix:".json"},{prefix:"node_modules/cronapp-framework-js/i18n/locale_",suffix:".json"},{prefix:"node_modules/cronapi-js/i18n/locale_",suffix:".json"}]}),a.registerAvailableLanguageKeys(window.translations.localesKeys,window.translations.localesRef).determinePreferredLanguage();var c=(window.navigator.userLanguage||window.navigator.language).replace("-","_").toLowerCase();a.use(c),a.preferredLanguage(c),a.fallbackLanguage("en_us"),a.useSanitizeValueStrategy("escaped"),b.localeLocationPattern("node_modules/angular-i18n/angular-locale_{{locale}}.js"),moment&&moment.locale(c)}]).config(["$sceProvider",function(a){a.enabled(!1)}]).directive("crnValue",["$parse",function(a){return{restrict:"A",require:"^ngModel",link:function(b,c,d,e){var f;f=d.value?d.value:a(d.crnValue)(b),c.attr("data-evaluated",JSON.stringify(f)),c.bind("click",function(){b.$apply(function(){e.$setViewValue(f),$(c).data("changed",!0)}.bind(c))}),b.$watch(function(){return e.$modelValue},function(a,b){if(a!==b){var d=c.attr("data-evaluated"),e=$(c).data("changed");$(c).data("changed",!1),e||(a&&JSON.stringify(""+a)===d?$(c)[0].checked=!0:$(c)[0].checked=!1)}})}}}]).decorator("$xhrFactory",["$delegate","$injector",function(a,b){return function(c,d){var e=a(c,d),f=b.get("$http"),g=f.pendingRequests[f.pendingRequests.length-1];return angular.isFunction(g.onProgress)&&e.upload.addEventListener("progress",g.onProgress),e}}]).controller("PageController",["$controller","$scope","$stateParams","$location","$http","$rootScope","$translate","Notification","UploadService","$timeout","$state","ReportService","DashboardService",function(a,b,c,d,e,f,g,h,i,j,k,l,n){b.params=c,b.$http=e,b.Notification=h,b.UploadService=i,b.$state=k,app.registerEventsCronapi(b,g,d),$("form").kendoValidator({errorTemplate:"<span class=\"k-widget k-tooltip-validation k-x-invalid-msg-block\">#=message#</span>",messages:{required:""}}),f.getReport=function(a,b,c){l.openReport(a,b,c)},f.getDashboard=function(a,b,c){n.openDashboard(a,b,c)};var o=d.search();for(var p in o)o.hasOwnProperty(p)&&(b.params[p]=o[p]);try{var q=a("AfterPageController",{$scope:b});app.copyContext(q,this,"AfterPageController")}catch(a){}j(function(){b.blockly&&b.blockly.events&&b.blockly.events.afterPageRender&&b.blockly.events.afterPageRender instanceof Function&&b.blockly.events.afterPageRender()})}]).run(["$rootScope","$state","$stateParams","$timeout","$transitions",function(a,b,c,d,e){a.$state=b,a.$stateParams=c;const f=function(a){if(a){const c=a.toString();c.includes("=404")?b.go("404"):c.includes("=403")?b.go("403"):c.includes("=401")?(localStorage.removeItem("_u"),b.go("loginReturnUrl",{returnUrl:window.location.hash})):b.go("404")}else b.go("404")},g=function(b){d(()=>{let c=$("#projectName").length?$("#projectName").val():$("h1:first").length&&$("h1:first").text().trim().length?$("h1:first").text().trim():"";let d,e=window.location.hash;null===(m=/\/(?:.(?!\/))+$/gm.exec(e))?d=b.name:m.forEach(a=>d=a);let f=window.camelCaseToSentenceCase(window.toCamelCase(d.split("?")[0].replace("/","")))
|
|
1
|
+
var cronappModules=["ui.router","ui-select-infinity","ui.select","ngResource","ngSanitize","custom.controllers","custom.services","datasourcejs","chart.js","pascalprecht.translate","tmh.dynamicLocale","ui-notification","ui.bootstrap","ngFileUpload","report.services","dashboard.services","upload.services","ui.tinymce","ngCookies","kendo.directives"];window.customModules&&(cronappModules=cronappModules.concat(window.customModules));var onloadCallback=function(){window.grecaptcha.render("loginRecaptcha"),window.grecaptcha.reset()},getRequestData=a=>{let b=a||{};return a.data&&"object"==typeof a.data&&(b=a.data),b},customizeRoute=()=>{window.mainRoute="views/login.view.html";var a=$.get({url:"cronapp.json",async:!1}),b=a.responseJSON,c=b["cronapp.framework.web.mainroute"];c&&(window.mainRoute=c)},app=function(){return customizeRoute(),angular.module("MyApp",cronappModules).constant("LOCALES",{locales:{pt_br:"Portugues (Brasil)",en_us:"English"},preferredLocale:"pt_br",urlPrefix:""}).config(["$locationProvider",function(a){a.hashPrefix("")}]).config(["$httpProvider",function(a){a.interceptors.push(["$q","$rootScope",function(){return{request:function(a){var b=JSON.parse(localStorage.getItem("_u"));return b&&b.token&&(a.headers["X-AUTH-TOKEN"]=b.token,window.uToken=b.token),a}}}])}]).config(["$compileProvider",function(a){a.aHrefSanitizationWhitelist(/^\s*(https?|ftp|mailto|javascript|chrome-extension):/)}]).config(["$stateProvider","$urlRouterProvider","NotificationProvider",function(a,b,c){c.setOptions({delay:5e3,startTop:20,startRight:10,verticalSpacing:20,horizontalSpacing:20,positionX:"right",positionY:"top",templateUrl:"node_modules/cronapp-framework-js/components/templates/angular-ui-notification.template.html"}),window.NotificationProviderOptions=c.options,window.stateProviderDefine.handle(a),b.otherwise("/error/404")}]).factory("originPath",["$location",function(a){return{request:function(b){return b.headers["origin-path"]=a.path(),b}}}]).config(["$logProvider",function(a){a.debugEnabled(!1)}]).config(["$httpProvider",function(a){a.interceptors.push("originPath")}]).config(["$translateProvider","tmhDynamicLocaleProvider",function(a,b){a.uniformLanguageTag("bcp47"),a.useLoader("customTranslateLoader",{files:[{prefix:"i18n/locale_",suffix:".json"},{prefix:"node_modules/cronapp-framework-js/i18n/locale_",suffix:".json"},{prefix:"node_modules/cronapi-js/i18n/locale_",suffix:".json"}]}),a.registerAvailableLanguageKeys(window.translations.localesKeys,window.translations.localesRef).determinePreferredLanguage();var c=(window.navigator.userLanguage||window.navigator.language).replace("-","_").toLowerCase();a.use(c),a.preferredLanguage(c),a.fallbackLanguage("en_us"),a.useSanitizeValueStrategy("escaped"),b.localeLocationPattern("node_modules/angular-i18n/angular-locale_{{locale}}.js"),moment&&moment.locale(c)}]).config(["$sceProvider",function(a){a.enabled(!1)}]).directive("crnValue",["$parse",function(a){return{restrict:"A",require:"^ngModel",link:function(b,c,d,e){var f;f=d.value?d.value:a(d.crnValue)(b),c.attr("data-evaluated",JSON.stringify(f)),c.bind("click",function(){b.$apply(function(){e.$setViewValue(f),$(c).data("changed",!0)}.bind(c))}),b.$watch(function(){return e.$modelValue},function(a,b){if(a!==b){var d=c.attr("data-evaluated"),e=$(c).data("changed");$(c).data("changed",!1),e||(a&&JSON.stringify(""+a)===d?$(c)[0].checked=!0:$(c)[0].checked=!1)}})}}}]).decorator("$xhrFactory",["$delegate","$injector",function(a,b){return function(c,d){var e=a(c,d),f=b.get("$http"),g=f.pendingRequests[f.pendingRequests.length-1];return angular.isFunction(g.onProgress)&&e.upload.addEventListener("progress",g.onProgress),e}}]).controller("PageController",["$controller","$scope","$stateParams","$location","$http","$rootScope","$translate","Notification","UploadService","$timeout","$state","ReportService","DashboardService",function(a,b,c,d,e,f,g,h,i,j,k,l,n){b.params=c,b.$http=e,b.Notification=h,b.UploadService=i,b.$state=k,app.registerEventsCronapi(b,g,d),$("form").kendoValidator({errorTemplate:"<span class=\"k-widget k-tooltip-validation k-x-invalid-msg-block\">#=message#</span>",messages:{required:""}}),f.getReport=function(a,b,c){l.openReport(a,b,c)},f.getDashboard=function(a,b,c){n.openDashboard(a,b,c)};var o=d.search();for(var p in o)o.hasOwnProperty(p)&&(b.params[p]=o[p]);try{var q=a("AfterPageController",{$scope:b});app.copyContext(q,this,"AfterPageController")}catch(a){}j(function(){b.blockly&&b.blockly.events&&b.blockly.events.afterPageRender&&b.blockly.events.afterPageRender instanceof Function&&b.blockly.events.afterPageRender()})}]).run(["$rootScope","$state","$stateParams","$timeout","$transitions",function(a,b,c,d,e){a.$state=b,a.$stateParams=c;const f=function(a){if(a){const c=a.toString();c.includes("=404")?b.go("404"):c.includes("=403")?b.go("403"):c.includes("=401")?(localStorage.removeItem("_u"),b.go("loginReturnUrl",{returnUrl:window.location.hash})):b.go("404")}else b.go("404")},g=function(b){d(()=>{let c=$("#projectName").length?$("#projectName").val():$("h1:first").length&&$("h1:first").text().trim().length?$("h1:first").text().trim():"";let d,e=window.location.hash;null===(m=/\/(?:.(?!\/))+$/gm.exec(e))?d=b.name:m.forEach(a=>d=a);let f=$("form[crn-datasource]").length,g=window.camelCaseToSentenceCase(window.toCamelCase(d.split("?")[0].replace("/","")));f&&($("h1.title").length?g=$("h1.title").text():$("h2.title").length&&(g=$("h2.title").text()));let h="";h=g+(c.length?" - "+c:""),a.viewTitle=h||b.name,a.viewTitleOnly=g||b.name,a.systemName=c;let i=$(".main-nav-link");if(i&&i.length&&$($(".main-nav-link").get(0)).is(":visible"))$(".main-access").focus();else{let a=$("[role=main]").find("input");if(a&&a.length){let b=$(a[0]);["date","datetime","time"].includes(b.data("type"))||b.focus()}}a.renderFinished=!0,registerComponentScripts()})};e.onSuccess({},a=>g(a.to())),b.defaultErrorHandler(a=>f(a))}])}(window);app.userEvents={},app.config={},app.config.datasourceApiVersion=2,app.bindScope=function(a,b){var c={};for(var d in b)c[d]="string"==typeof b[d]||"boolean"==typeof b[d]?b[d]:"function"==typeof b[d]?b[d].bind(a):app.bindScope(a,b[d]);return c},app.registerEventsCronapi=function(a,b,c){let d=a.params||{},e=c&&c.search()||{};a.params={};let f=(a,b)=>{for(let c in a)a.hasOwnProperty(c)&&(b[c]=a[c])};for(var g in f(d,a.params),f(e,a.params),app.userEvents)a[g]=app.userEvents[g].bind(a);a.vars={},a.$evt=$evt;try{cronapi&&(a.cronapi=app.bindScope(a,cronapi),a.cronapi.$scope=a,a.safeApply=safeApply,b&&(a.cronapi.$translate=b))}catch(a){console.info("Not loaded cronapi functions"),console.info(a)}try{blockly&&(blockly.cronapi=cronapi,a.blockly=app.bindScope(a,blockly))}catch(a){console.info("Not loaded blockly functions"),console.info(a)}},app.copyContext=function(a,b,c){if(a)for(var d in a)b[d]?b[d+c]=a[d]:b[d]=a[d]},app.factory("customTranslateLoader",["$http","$q",function(a,b){return function(c){if(!c||!angular.isArray(c.files)&&(!angular.isString(c.prefix)||!angular.isString(c.suffix)))throw new Error("Couldn't load static files, no files and prefix or suffix specified!");c.files||(c.files=[{prefix:c.prefix,suffix:c.suffix}]);for(var d=function(d){if(!d||!angular.isString(d.prefix)||!angular.isString(d.suffix))throw new Error("Couldn't load static file, no prefix or suffix specified!");var e=b.defer();return a(angular.extend({url:[d.prefix,c.key,d.suffix].join(""),method:"GET",params:""},c.$http)).then(function(a){e.resolve(getRequestData(a))}).catch(function(){e.resolve({})}),e.promise},e=b.defer(),f=[],g=c.files.length,h=0;h<g;h++)f.push(d({prefix:c.files[h].prefix,key:c.key,suffix:c.files[h].suffix}));return b.all(f).then(function(a){for(var b=a.length,c={},d=0;d<b;d++)for(var f in a[d])c[f]=a[d][f];e.resolve(c)},function(a){e.reject(a)}),e.promise}}]),window.safeApply=function(a){var b=this.$root.$$phase;"$apply"===b||"$digest"===b?a&&"function"==typeof a&&a():this.$apply(a)},window.toCamelCase=function(a){return null===a?a:a.toLowerCase().replace(/[-_\.]+/g," ").replace(/[^\w\s]/g,"").replace(/ (.)/g,function(a){return a.toUpperCase()}).replace(/ /g,"")},window.camelCaseToSentenceCase=function(a){if(null!==a){let b=a.replace(/([A-Z])/g," $1");return b.charAt(0).toUpperCase()+b.slice(1)}return a};const keyCodeFormActions={initialize:()=>$(document).on("keypress","form[crn-datasource]",keyCodeFormActions.handle),handle:a=>!keyCodeFormActions[a.keyCode||a.which]||keyCodeFormActions[a.keyCode||a.which](a),13:a=>a.preventDefault()};keyCodeFormActions.initialize();var registerComponentScripts=function(){$(".carousel-indicators li").on("click",function(){var a="#"+$(this).parent().parent().parent().attr("id"),b=$(a+" .carousel-indicators li").index(this);$(a+" > div").carousel(b)})};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(){angular.module("dashboard.services",[]).service("DashboardService",["$http","$compile","$modal","$translate","$window","$rootScope",function(a,b,c,d){function e(){return navigator.userAgent.match(/Android/i)||navigator.userAgent.match(/webOS/i)||navigator.userAgent.match(/iPhone/i)||navigator.userAgent.match(/iPad/i)||navigator.userAgent.match(/iPod/i)||navigator.userAgent.match(/BlackBerry/i)||navigator.userAgent.match(/Windows Phone/i)}function f(a){window.open(a,"_blank")}var g=$("body"),h=angular.element(g.get(0)).scope(),i=["node_modules/cronapp-lib-js/dist/js/stimulsoft/stimulsoft.vendor.css","node_modules/cronapp-lib-js/dist/js/stimulsoft/stimulsoft.vendor.js","node_modules/cronapp-lib-js/dist/js/stimulsoft/stimulsoft-helper.js"],j=[];this.getDashboard=function(b){var c={url:"api/rest/dashboard",method:"POST",data:angular.toJson({dashboardName:b})};return a(c)},this.getContentAsString=function(b){var c={url:"api/rest/dashboard/contentasstring",method:"POST",data:angular.toJson(b)};return a(c)},this.openURLContent=function(a){if(a&&e())return void f(a);var b=function(){var c=$("<iframe/>");c.attr("frameborder",0);var d=parseInt($(window).height());c.attr("height",d-200),c.attr("width","100%"),c.attr("src",a+"?download=false");var e=$("#reportView .modal-body");e.get(0)?(e.html(c),$("#dashboardViewContext .modal-dialog").css("width","95%"),setTimeout(function(){console.log("open[#dashboardViewContext]"),$("body").append(context),$("#reportView").modal()},100)):(console.log("wait[#dashboardViewContext]"),setTimeout(b,200))};setTimeout(b,200)},this.initializeStimulsoft=function(a){if(!Stimulsoft.Base.StiLicense.Key){stimulsoftHelper.setLanguage(a);var b=stimulsoftHelper.getLocalization();Stimulsoft.Base.Localization.StiLocalization.loadLocalization(b.xml),Stimulsoft.Base.Localization.StiLocalization.cultureName=b.cultureName,Stimulsoft.Base.StiLicense.Key=stimulsoftHelper.getKey()}},this.openStimulsoftDashboard=function(a,c,d,i){var j=$("#dashboardViewContext");if(!j.get(0)){var k=$("<div id=\"dashboardViewContext\" ng-include=\"'node_modules/cronapp-framework-js/components/dashboard/dashboard.view.html'\"></div>");$(g).append(k),b(k)(h),j=$("#dashboardViewContext")}var l=parseInt($(window).height()),m="StiViewer"+app.common.generateId(),n=Stimulsoft.Report.StiReport.createNewDashboard();n.load(a);var o=()=>{var a=new Stimulsoft.Viewer.StiViewerOptions;a.toolbar.showAboutButton=!1,a.appearance.showTooltipsHelp=!1,i?(a.toolbar.visible=i.showToolbar,a.appearance.scrollbarsMode=i.showScrollbar,null!=i.height&&(a.height=i.height+"px")):(a.appearance.scrollbarsMode=!0,a.height=l-200+"px");var b=new Stimulsoft.Viewer.StiViewer(a,m,!1);return b.report=n,Stimulsoft.Viewer.StiJsViewer.prototype.IsTouchDevice()&&(b.options.appearance.interfaceType=Stimulsoft.Viewer.StiInterfaceType.Touch),b};if(i&&i.$element)o(i).renderHtml(i.$element[0]);else{function a(){var a,b,c,d,e,f=setInterval(function(){var g=$("#"+m);g.length?!a&&(a=g.parent(),b=a.parent(),c=b.parent(),d=c.parent(),e=d.parent()):(console.log("cleared interval: "+m),clearInterval(f))},100)}(function(b){if(b&&e())return void f(b);var c=setInterval(function(){var b=$("<div/>");b.attr("id","contentDashboard"),b.attr("width","100%");var d=$("#dashboardView .modal-body");d.get(0)&&(d.html(b),$("#dashboardViewContext .modal-dialog").css("width","95%"),setTimeout(function(){console.log("open[#dashboardViewContext]"),$("body").append(j),cronapi.screen.showModal("dashboardView"),o(i).renderHtml("contentDashboard"),setTimeout(function(){a()},100)},100),clearInterval(c))},200)})(null)}$(`#${m}`).find("img").attr("alt",""),$(`#${m}`).find("input").attr("aria-label",m)},this.loadSriptsStimulsoft=function(a){var b=!0,c=i.length,d=0;Pace.options.initialRate=.7,Pace.options.minTime=1750,Pace.options.maxProgressPerFrame=1,Pace.options.ghostTime=12e4;let e=setInterval(()=>Pace.restart(),2500);i.forEach(function(f){this.loadScript(f,function(f){d++,f||(b=!1),d==c&&(clearInterval(e),Pace.options.initialRate=.03,Pace.options.minTime=250,Pace.options.maxProgressPerFrame=20,Pace.options.ghostTime=10,Pace.stop(),a(b))})}.bind(this))},this.loadScript=function(a,b){if(0<=$.inArray(a,j))return void(b&&b(!0));if(-1!=a.indexOf(".css")){var c=document.createElement("link");c.rel="stylesheet",c.type="text/css",c.href=a,c.media="all",c.onload=function(){j.push(a),b&&b(!0)},c.onerror=function(){b&&b(!1)};try{document.getElementsByTagName("head")[0].appendChild(c)}catch(a){console.log(a)}}else{var d=document.createElement("script");d.type="text/javascript",d.readyState?d.onreadystatechange=function(){("loaded"==d.readyState||"complete"==d.readyState)&&(d.onreadystatechange=null,j.push(a),b&&b(!0))}:d.onload=function(){j.push(a),b&&b(!0)},d.src=a,document.getElementsByTagName("head")[0].appendChild(d)}},this.openDashboard=function(a,b,c){this.getDashboard(a).then(function(a){a&&a.data&&a.data.dashboardName.endsWith(".dashboard")&&this.loadSriptsStimulsoft(function(b){b?(this.initializeStimulsoft(d.use()),this.getContentAsString(a.data).then(function(b){this.openStimulsoftDashboard(b.data,a.data.parameters,a.data.datasourcesInBand,c)}.bind(this),function(a){var b=cronapi.internal.getErrorMessage(a,a.statusText);h.Notification.error(b)}.bind(this))):h.Notification.error("Error loading report script")}.bind(this))}.bind(this))}}])})(app);
|
|
1
|
+
(function(){angular.module("dashboard.services",[]).service("DashboardService",["$http","$compile","$modal","$translate","$window","$rootScope",function(a,b,c,d){function e(){return navigator.userAgent.match(/Android/i)||navigator.userAgent.match(/webOS/i)||navigator.userAgent.match(/iPhone/i)||navigator.userAgent.match(/iPad/i)||navigator.userAgent.match(/iPod/i)||navigator.userAgent.match(/BlackBerry/i)||navigator.userAgent.match(/Windows Phone/i)}function f(a){window.open(a,"_blank")}var g=$("body"),h=angular.element(g.get(0)).scope(),i=["node_modules/cronapp-lib-js/dist/js/stimulsoft/stimulsoft.vendor.css","node_modules/cronapp-lib-js/dist/js/stimulsoft/stimulsoft.vendor.js","node_modules/cronapp-lib-js/dist/js/stimulsoft/stimulsoft-helper.js"],j=[];this.getDashboard=function(b){var c={url:"api/rest/dashboard",method:"POST",data:angular.toJson({dashboardName:b})};return a(c)},this.getContentAsString=function(b){var c={url:"api/rest/dashboard/contentasstring",method:"POST",data:angular.toJson(b)};return a(c)},this.openURLContent=function(a){if(a&&e())return void f(a);var b=function(){var c=$("<iframe/>");c.attr("frameborder",0);var d=parseInt($(window).height());c.attr("height",d-200),c.attr("width","100%"),c.attr("src",a+"?download=false");var e=$("#reportView .modal-body");e.get(0)?(e.html(c),$("#dashboardViewContext .modal-dialog").css("width","95%"),setTimeout(function(){console.log("open[#dashboardViewContext]"),$("body").append(context),$("#reportView").modal()},100)):(console.log("wait[#dashboardViewContext]"),setTimeout(b,200))};setTimeout(b,200)},this.initializeStimulsoft=function(a){if(!Stimulsoft.Base.StiLicense.Key){stimulsoftHelper.setLanguage(a);var b=stimulsoftHelper.getLocalization();Stimulsoft.Base.Localization.StiLocalization.loadLocalization(b.xml),Stimulsoft.Base.Localization.StiLocalization.cultureName=b.cultureName,Stimulsoft.Base.StiLicense.Key=stimulsoftHelper.getKey()}},this.openStimulsoftDashboard=function(a,c,d,i){var j=$("#dashboardViewContext");if(!j.get(0)){var k=$("<div id=\"dashboardViewContext\" ng-include=\"'node_modules/cronapp-framework-js/components/dashboard/dashboard.view.html'\"></div>");$(g).append(k),b(k)(h),j=$("#dashboardViewContext")}var l=parseInt($(window).height()),m="StiViewer"+app.common.generateId(),n=Stimulsoft.Report.StiReport.createNewDashboard();n.load(a);var o=()=>{var a=new Stimulsoft.Viewer.StiViewerOptions;a.toolbar.showAboutButton=!1,a.appearance.showTooltipsHelp=!1,i?(a.toolbar.showOpenButton=!1,a.exports.showExportToDocument=!1,a.toolbar.visible=i.showToolbar,a.appearance.scrollbarsMode=i.showScrollbar,null!=i.height&&(a.height=i.height+"px")):(a.appearance.scrollbarsMode=!0,a.height=l-200+"px");var b=new Stimulsoft.Viewer.StiViewer(a,m,!1);return b.report=n,Stimulsoft.Viewer.StiJsViewer.prototype.IsTouchDevice()&&(b.options.appearance.interfaceType=Stimulsoft.Viewer.StiInterfaceType.Touch),b};if(i&&i.$element)o(i).renderHtml(i.$element[0]);else{function a(){var a,b,c,d,e,f=setInterval(function(){var g=$("#"+m);g.length?!a&&(a=g.parent(),b=a.parent(),c=b.parent(),d=c.parent(),e=d.parent()):(console.log("cleared interval: "+m),clearInterval(f))},100)}(function(b){if(b&&e())return void f(b);var c=setInterval(function(){var b=$("<div/>");b.attr("id","contentDashboard"),b.attr("width","100%");var d=$("#dashboardView .modal-body");d.get(0)&&(d.html(b),$("#dashboardViewContext .modal-dialog").css("width","95%"),setTimeout(function(){console.log("open[#dashboardViewContext]"),$("body").append(j),cronapi.screen.showModal("dashboardView"),o(i).renderHtml("contentDashboard"),setTimeout(function(){a()},100)},100),clearInterval(c))},200)})(null)}$(`#${m}`).find("img").attr("alt",""),$(`#${m}`).find("input").attr("aria-label",m)},this.loadSriptsStimulsoft=function(a){var b=!0,c=i.length,d=0;Pace.options.initialRate=.7,Pace.options.minTime=1750,Pace.options.maxProgressPerFrame=1,Pace.options.ghostTime=12e4;let e=setInterval(()=>Pace.restart(),2500);i.forEach(function(f){this.loadScript(f,function(f){d++,f||(b=!1),d==c&&(clearInterval(e),Pace.options.initialRate=.03,Pace.options.minTime=250,Pace.options.maxProgressPerFrame=20,Pace.options.ghostTime=10,Pace.stop(),a(b))})}.bind(this))},this.loadScript=function(a,b){if(0<=$.inArray(a,j))return void(b&&b(!0));if(-1!=a.indexOf(".css")){var c=document.createElement("link");c.rel="stylesheet",c.type="text/css",c.href=a,c.media="all",c.onload=function(){j.push(a),b&&b(!0)},c.onerror=function(){b&&b(!1)};try{document.getElementsByTagName("head")[0].appendChild(c)}catch(a){console.log(a)}}else{var d=document.createElement("script");d.type="text/javascript",d.readyState?d.onreadystatechange=function(){("loaded"==d.readyState||"complete"==d.readyState)&&(d.onreadystatechange=null,j.push(a),b&&b(!0))}:d.onload=function(){j.push(a),b&&b(!0)},d.src=a,document.getElementsByTagName("head")[0].appendChild(d)}},this.openDashboard=function(a,b,c){this.getDashboard(a).then(function(a){a&&a.data&&a.data.dashboardName.endsWith(".dashboard")&&this.loadSriptsStimulsoft(function(b){b?(this.initializeStimulsoft(d.use()),this.getContentAsString(a.data).then(function(b){this.openStimulsoftDashboard(b.data,a.data.parameters,a.data.datasourcesInBand,c)}.bind(this),function(a){var b=cronapi.internal.getErrorMessage(a,a.statusText);h.Notification.error(b)}.bind(this))):h.Notification.error("Error loading report script")}.bind(this))}.bind(this))}}])})(app);
|