cronapp-framework-js 2.9.1-SP.9 → 2.9.2
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-accordion.components.json +1 -1
- package/components/crn-button-filter.components.json +23 -12
- package/components/crn-button.components.json +22 -11
- package/components/crn-enterprise-autocomplete.components.json +1 -1
- package/components/crn-enterprise-checkbox.components.json +20 -10
- package/components/crn-enterprise-combobox-multiple.components.json +20 -10
- package/components/crn-panel.components.json +20 -10
- package/components/crn-radiogroup.components.json +20 -10
- package/components/crn-signature-pad.components.json +1 -1
- package/components/crn-upload-file.components.json +25 -14
- package/components/crn-upload.components.json +27 -15
- package/{deprecated/components/css → components/css/deprecated}/checkbox-color.css +0 -0
- package/{deprecated/components/css → components/css/deprecated}/color-default.css +0 -0
- package/{deprecated/components/css → components/css/deprecated}/combobox-color.css +0 -0
- package/{deprecated/components/css → components/css/deprecated}/multiselect-editor.css +0 -0
- package/{deprecated/components/css → components/css/deprecated}/option-color.css +0 -0
- package/components/templates/accordion.template.html +2 -2
- package/components/templates/cron-autocomplete.designtime.html +4 -38
- package/components/templates/cron-calendar.designtime.html +74 -169
- package/css/animate.css +2 -2
- package/css/app.css +9 -0
- package/css/themes/custom/aquamarine/button-aquamarine.css +35 -10
- package/css/themes/custom/aquamarine/custom-aquamarine.css +112 -51
- package/css/themes/custom/cerulean/button-cerulean.css +20 -1
- package/css/themes/custom/cerulean/custom-cerulean.css +87 -12
- package/css/themes/custom/cosmo/custom-cosmo.css +124 -5
- package/css/themes/custom/cosmo/panel-cosmo.css +7 -8
- package/css/themes/custom/cyborg/custom-cyborg.css +79 -1
- package/css/themes/custom/cyborg/panel-cyborg.css +11 -8
- package/css/themes/custom/darkly/custom-darkly.css +113 -10
- package/css/themes/custom/darkly/panel-darkly.css +3 -7
- package/css/themes/custom/dsgov/button-dsgov.css +11 -1
- package/css/themes/custom/dsgov/custom-dsgov.css +75 -14
- package/css/themes/custom/dsgov/form-dsgov.css +2 -2
- package/css/themes/custom/flatly/custom-flatly.css +70 -0
- package/css/themes/custom/flatly/panel-flatly.css +11 -16
- package/css/themes/custom/fuse/custom-fuse.css +169 -9
- package/css/themes/custom/fuse/panel-fuse.css +5 -5
- package/css/themes/custom/journal/custom-journal.css +70 -0
- package/css/themes/custom/journal/panel-journal.css +3 -6
- package/css/themes/custom/material/custom-material.css +132 -28
- package/css/themes/custom/theme-general/button.css +20 -0
- package/css/themes/custom/theme-general/forms.css +6 -1
- package/css/themes/custom/theme-general/notification.css +16 -0
- package/css/themes/custom/theme-general/scheduler.css +17 -25
- package/css/themes/custom/theme-general/table-grid.css +6 -8
- package/css/themes/custom/theme-general/theme-general.css +7 -6
- package/css/themes/deprecated/aquamarine.min.css +6 -0
- package/css/themes/deprecated/cerulean.min.css +7 -0
- package/css/themes/deprecated/cosmo.min.css +7 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/_media-print.css +71 -0
- package/{deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7 → css/themes/deprecated/custom/_bootswatch-v3.3.3}/alert.css +0 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/badge.css +47 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/basics.css +620 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/blockquote.css +54 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/breadcrumb.css +21 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn-group.css +169 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn-toolbar.css +15 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn.css +158 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/caret.css +24 -0
- package/{deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7 → css/themes/deprecated/custom/_bootswatch-v3.3.3}/carousel.css +0 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/close.css +27 -0
- package/{deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7 → css/themes/deprecated/custom/_bootswatch-v3.3.3}/col.css +0 -0
- package/{deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7 → css/themes/deprecated/custom/_bootswatch-v3.3.3}/collapse.css +0 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/container.css +49 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/dropdown.css +133 -0
- package/{deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7 → css/themes/deprecated/custom/_bootswatch-v3.3.3}/embed-responsive.css +0 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/form.css +401 -0
- package/{deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7 → css/themes/deprecated/custom/_bootswatch-v3.3.3}/glyphicon.css +0 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/has.css +172 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/import_bootswatch.css +46 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/input-group.css +184 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/input.css +39 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/jumbotron.css +44 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/kbd.css +17 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/label.css +33 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/list-group.css +75 -0
- package/{deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7 → css/themes/deprecated/custom/_bootswatch-v3.3.3}/media.css +0 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/modal.css +143 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-justified.css +27 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-pills.css +11 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-stacked.css +8 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-tabs.css +78 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav.css +27 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/navbar.css +351 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/pager.css +27 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/pagination.css +71 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/panel.css +264 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/popover.css +149 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/pre.css +22 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/progress.css +63 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/table.css +268 -0
- package/{deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7 → css/themes/deprecated/custom/_bootswatch-v3.3.3}/text.css +0 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/thumbnail.css +41 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/tooltip.css +129 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/visible.css +261 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/well.css +25 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/_media-print.css +71 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/alert.css +48 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/animations.css +26 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/badge.css +58 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/basics.css +725 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/blockquote.css +54 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/breadcrumb.css +21 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/btn.css +491 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/carousel.css +261 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/close.css +37 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/col.css +787 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/collapse.css +30 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/container.css +31 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/dropdown.css +158 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/embed-responsive.css +29 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/fade.css +10 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/form_input.css +782 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/glyphicon.css +1066 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/img_figure.css +39 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/import_bootswatch.css +38 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/input-group.css +184 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/jumbotron.css +49 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/label.css +35 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/list-group.css +133 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/media.css +60 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/modal.css +143 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/nav.css +276 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/navbar.css +408 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/pager.css +44 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/pagination.css +109 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/panel.css +288 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/popover.css +154 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/progress.css +95 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/table.css +171 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/text.css +31 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/thumbnail.css +29 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/tooltip.css +129 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/visible.css +269 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/well.css +31 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/_media-print.css +0 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.7/alert.css +37 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/animations.css +0 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/badge.css +0 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/basics.css +0 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/blockquote.css +0 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/breadcrumb.css +0 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/btn.css +0 -0
- package/{deprecated/css/themes/custom/fuse/components_css → css/themes/deprecated/custom/_bootswatch-v3.3.7}/carousel.css +0 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/close.css +0 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.7/col.css +787 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.7/collapse.css +30 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/container.css +0 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/dropdown.css +0 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.7/embed-responsive.css +29 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/fade.css +0 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/figure_img.css +0 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/form-control.css +0 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.7/glyphicon.css +1066 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/import_bootswatch.css +0 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/input-group.css +0 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/input.css +0 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/jumbotron.css +0 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/label.css +0 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/list-group.css +0 -0
- package/{deprecated/css/themes/custom/fuse/components_css → css/themes/deprecated/custom/_bootswatch-v3.3.7}/media.css +0 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/modal.css +0 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/nav.css +0 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.7/navbar.css +619 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/pager.css +0 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/pagination.css +0 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/panel.css +0 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/popover.css +0 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/progress.css +0 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/table.css +0 -0
- package/css/themes/deprecated/custom/_bootswatch-v3.3.7/text.css +31 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/thumbnail.css +0 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/tooltip.css +0 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/visible.css +0 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/well.css +0 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/_media-print.css +79 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/accordion.css +19 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/alert.css +27 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/align.css +393 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/badge.css +26 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/basics.css +706 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/blockquote.css +14 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/border.css +75 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/breadcrumb.css +35 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/btn.css +244 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/card.css +260 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/carousel.css +251 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/close.css +27 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/col.css +1125 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/container.css +39 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/custom.css +413 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/display.css +209 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/dropdown.css +176 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/embed-responsive.css +42 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/flex.css +318 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/float.css +59 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/form.css +294 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/img_figure.css +27 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/import_bootswatch.css +43 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/input-group.css +178 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/jumbotron.css +18 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/justify.css +136 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/list-group.css +218 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/margin.css +711 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/modal.css +182 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/nav.css +45 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/navbar.css +353 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/padding.css +611 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/page.css +55 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/pagination.css +44 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/popover.css +199 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/position.css +20 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/progress.css +46 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/rounded.css +31 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/shadow.css +19 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/table.css +96 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/text.css +113 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/tooltip.css +122 -0
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/validated.css +239 -0
- package/css/themes/deprecated/custom/aquamarine/custom-aquamarine.min.css +3085 -0
- 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/font/fonts.css +162 -0
- package/css/themes/deprecated/custom/aquamarine/img/arrow-gray.svg +3 -0
- package/css/themes/deprecated/custom/aquamarine/img/arrow-white.svg +3 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/cerulean/custom-cerulean.min.css +0 -0
- package/css/themes/deprecated/custom/cerulean/img/arrow-gray.svg +10 -0
- package/css/themes/deprecated/custom/cerulean/img/arrow-white.svg +10 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/cosmo/custom-cosmo.min.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/cyborg/custom-cyborg.min.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/darkly/custom-darkly.min.css +0 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/_media-print.css +73 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/alert.css +37 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/animations.css +26 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/badge.css +48 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/basics.css +734 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/blockquote.css +54 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/breadcrumb.css +30 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/btn.css +391 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/carousel.css +252 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/close.css +27 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/col.css +787 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/collapse.css +30 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/container.css +31 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/dropdown.css +157 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/embed-responsive.css +29 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/fade.css +10 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/figure_img.css +39 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/form-control.css +310 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/glyphicon.css +1066 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/import_bootswatch.css +40 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/input-group.css +184 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/input.css +144 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/jumbotron.css +49 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/label.css +35 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/list-group.css +129 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/media.css +60 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/modal.css +142 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/nav.css +271 -0
- package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom/dsgov}/_bootswatch-v3.3.7/navbar.css +0 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/pager.css +52 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/pagination.css +113 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/panel.css +295 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/popover.css +148 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/progress.css +65 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/table.css +268 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/text.css +31 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/thumbnail.css +29 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/tooltip.css +129 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/visible.css +269 -0
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/well.css +25 -0
- package/css/themes/deprecated/custom/dsgov/custom-dsgov.min.css +3246 -0
- 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 +162 -0
- package/css/themes/deprecated/custom/dsgov/font2/fonts.css +144 -0
- 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 +9 -0
- package/css/themes/deprecated/custom/dsgov/img/cover.jpg +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/flatly/custom-flatly.min.css +0 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/_media-print.css +73 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/alert.css +37 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/animations.css +26 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/badge.css +48 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/basics.css +734 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/blockquote.css +54 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/breadcrumb.css +30 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/btn.css +391 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/carousel.css +252 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/close.css +27 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/col.css +787 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/collapse.css +30 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/container.css +31 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/dropdown.css +157 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/embed-responsive.css +29 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/fade.css +10 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/figure_img.css +39 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/form-control.css +310 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/glyphicon.css +1066 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/import_bootswatch.css +40 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/input-group.css +184 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/input.css +144 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/jumbotron.css +49 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/label.css +35 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/list-group.css +129 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/media.css +60 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/modal.css +142 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/nav.css +271 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/navbar.css +617 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/pager.css +52 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/pagination.css +113 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/panel.css +295 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/popover.css +148 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/progress.css +65 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/table.css +268 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/text.css +31 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/thumbnail.css +29 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/tooltip.css +129 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/visible.css +269 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/well.css +25 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/alert.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/badge.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/blockquote.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/breadcrumb.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/btn.css +0 -0
- package/css/themes/deprecated/custom/fuse/components_css/carousel.css +252 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/close.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/embed-responsive.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/form.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/glyphicon.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/hidden.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/import_components_css.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/list-group.css +0 -0
- package/css/themes/deprecated/custom/fuse/components_css/media.css +60 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/modal.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/navbar.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/pager.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/pagination.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/panel.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/popover.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/progress.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/table.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/thumbnail.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/tooltip.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/type_bootstrap.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/visible.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/well.css +0 -0
- package/css/themes/deprecated/custom/fuse/custom-fuse.min.css +4179 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/font/Inter-roman.var.woff2 +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/font/font.css +0 -0
- package/css/themes/deprecated/custom/fuse/font/fonts.css +8 -0
- package/css/themes/deprecated/custom/fuse/img/arrow-gray.svg +9 -0
- package/css/themes/deprecated/custom/fuse/img/arrow-white.svg +9 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/journal/custom-journal.min.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/lumen/custom-lumen.min.css +0 -0
- 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 +108 -0
- package/css/themes/deprecated/custom/lumen/img/arrow-gray.svg +11 -0
- package/css/themes/deprecated/custom/lumen/img/arrow-white.svg +11 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/material/components_css/crn-button.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/material/components_css/crn-carousel.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/material/components_css/crn-cron-calendar.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/material/components_css/crn-cron-grid.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/material/components_css/crn-enterprise.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/material/components_css/crn-navbar.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/material/components_css/crn-scheduler.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/material/components_css/login.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/material/components_css/ui-notification.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/material/custom-material.css +0 -0
- 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 +108 -0
- package/css/themes/deprecated/custom/material/img/arrow-gray.svg +11 -0
- package/css/themes/deprecated/custom/material/img/arrow-white.svg +11 -0
- package/css/themes/deprecated/custom/material_raiz/components_css/crn-button.css +174 -0
- package/css/themes/deprecated/custom/material_raiz/components_css/crn-carousel.css +11 -0
- package/css/themes/deprecated/custom/material_raiz/components_css/crn-cron-calendar.css +176 -0
- package/css/themes/deprecated/custom/material_raiz/components_css/crn-cron-grid.css +241 -0
- package/css/themes/deprecated/custom/material_raiz/components_css/crn-enterprise.css +58 -0
- package/css/themes/deprecated/custom/material_raiz/components_css/crn-navbar.css +185 -0
- package/css/themes/deprecated/custom/material_raiz/components_css/crn-scheduler.css +98 -0
- package/css/themes/deprecated/custom/material_raiz/components_css/login.css +38 -0
- package/css/themes/deprecated/custom/material_raiz/components_css/ui-notification.css +27 -0
- package/css/themes/deprecated/custom/material_raiz/custom-material_raiz.css +363 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/navigator/custom-navigator.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/paper/custom-paper.min.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/readable/custom-readable.min.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/sandstone/custom-sandstone.min.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/simplex/custom-simplex.min.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/slate/custom-slate.min.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/spacelab/custom-spacelab.min.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/superhero/custom-superhero.min.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/united/custom-united.min.css +0 -0
- package/{deprecated/css/themes → css/themes/deprecated}/custom/yeti/custom-yeti.min.css +0 -0
- package/css/themes/deprecated/cyborg.min.css +7 -0
- package/css/themes/deprecated/darkly.min.css +7 -0
- package/css/themes/deprecated/dsgov.min.css +6 -0
- package/css/themes/deprecated/flatly.min.css +7 -0
- package/css/themes/deprecated/fuse.min.css +7 -0
- package/css/themes/deprecated/journal.min.css +7 -0
- package/css/themes/deprecated/lumen.min.css +7 -0
- package/css/themes/deprecated/material.min.css +4 -0
- package/css/themes/deprecated/material_raiz.min.css +3 -0
- package/css/themes/deprecated/paper.min.css +7 -0
- package/css/themes/deprecated/readable.min.css +7 -0
- package/css/themes/deprecated/sandstone.min.css +7 -0
- package/css/themes/deprecated/simplex.min.css +7 -0
- package/css/themes/deprecated/slate.min.css +7 -0
- package/css/themes/deprecated/spacelab.min.css +7 -0
- package/css/themes/deprecated/superhero.min.css +7 -0
- package/css/themes/deprecated/united.min.css +7 -0
- package/css/themes/deprecated/yeti.min.css +7 -0
- package/{deprecated/dist/components/css → dist/components/css/deprecated}/checkbox-color.css +0 -0
- package/{deprecated/dist/components/css → dist/components/css/deprecated}/color-default.css +0 -0
- package/{deprecated/dist/components/css → dist/components/css/deprecated}/combobox-color.css +0 -0
- package/{deprecated/dist/components/css → dist/components/css/deprecated}/multiselect-editor.css +0 -0
- package/{deprecated/dist/components/css → dist/components/css/deprecated}/option-color.css +0 -0
- package/dist/components/js/jquery.inputmask.bundle.js +1 -1
- package/dist/components/js/jquery.mask.min.js +1 -1
- package/dist/components/js/qrcode.js +1 -1
- package/dist/components/templates/accordion.template.html +1 -1
- package/dist/components/templates/cron-autocomplete.designtime.html +1 -26
- package/dist/components/templates/cron-calendar.designtime.html +1 -1
- package/dist/css/animate.css +1 -1
- package/dist/css/app.css +1 -1
- package/dist/css/themes/custom/aquamarine/button-aquamarine.css +1 -1
- package/dist/css/themes/custom/aquamarine/custom-aquamarine.css +1 -1
- package/dist/css/themes/custom/cerulean/button-cerulean.css +1 -1
- package/dist/css/themes/custom/cerulean/custom-cerulean.css +1 -1
- package/dist/css/themes/custom/cosmo/custom-cosmo.css +1 -1
- package/dist/css/themes/custom/cosmo/panel-cosmo.css +1 -1
- package/dist/css/themes/custom/cyborg/custom-cyborg.css +1 -1
- package/dist/css/themes/custom/cyborg/panel-cyborg.css +1 -1
- package/dist/css/themes/custom/darkly/custom-darkly.css +1 -1
- package/dist/css/themes/custom/darkly/panel-darkly.css +1 -1
- package/dist/css/themes/custom/dsgov/button-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/custom-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/form-dsgov.css +1 -1
- package/dist/css/themes/custom/flatly/custom-flatly.css +1 -1
- package/dist/css/themes/custom/flatly/panel-flatly.css +1 -1
- package/dist/css/themes/custom/fuse/custom-fuse.css +1 -1
- package/dist/css/themes/custom/fuse/panel-fuse.css +1 -1
- package/dist/css/themes/custom/journal/custom-journal.css +1 -1
- package/dist/css/themes/custom/journal/panel-journal.css +1 -1
- package/dist/css/themes/custom/material/custom-material.css +1 -1
- package/dist/css/themes/custom/theme-general/button.css +1 -1
- package/dist/css/themes/custom/theme-general/forms.css +1 -1
- package/dist/css/themes/custom/theme-general/notification.css +1 -1
- package/dist/css/themes/custom/theme-general/scheduler.css +1 -1
- package/dist/css/themes/custom/theme-general/table-grid.css +1 -1
- package/dist/css/themes/custom/theme-general/theme-general.css +1 -1
- package/dist/css/themes/deprecated/aquamarine.min.css +1 -0
- package/dist/css/themes/deprecated/cerulean.min.css +1 -0
- package/dist/css/themes/deprecated/cosmo.min.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/_media-print.css +1 -0
- package/{deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7 → dist/css/themes/deprecated/custom/_bootswatch-v3.3.3}/alert.css +0 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/badge.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/basics.css +11 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/blockquote.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/breadcrumb.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn-group.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn-toolbar.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/caret.css +1 -0
- package/{deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7 → dist/css/themes/deprecated/custom/_bootswatch-v3.3.3}/carousel.css +0 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/close.css +1 -0
- package/{deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7 → dist/css/themes/deprecated/custom/_bootswatch-v3.3.3}/col.css +0 -0
- package/{deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7 → dist/css/themes/deprecated/custom/_bootswatch-v3.3.3}/collapse.css +0 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/container.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/dropdown.css +1 -0
- package/{deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7 → dist/css/themes/deprecated/custom/_bootswatch-v3.3.3}/embed-responsive.css +0 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/form.css +1 -0
- package/{deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7 → dist/css/themes/deprecated/custom/_bootswatch-v3.3.3}/glyphicon.css +0 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/has.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/import_bootswatch.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/input-group.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/input.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/jumbotron.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/kbd.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/label.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/list-group.css +1 -0
- package/{deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7 → dist/css/themes/deprecated/custom/_bootswatch-v3.3.3}/media.css +0 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/modal.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-justified.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-pills.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-stacked.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-tabs.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/navbar.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/pager.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/pagination.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/panel.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/popover.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/pre.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/progress.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/table.css +1 -0
- package/{deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7 → dist/css/themes/deprecated/custom/_bootswatch-v3.3.3}/text.css +0 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/thumbnail.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/tooltip.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/visible.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/well.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/_media-print.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/alert.css +1 -0
- package/{deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7 → dist/css/themes/deprecated/custom/_bootswatch-v3.3.6}/animations.css +0 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/badge.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/basics.css +11 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/blockquote.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/breadcrumb.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/btn.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/carousel.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/close.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/col.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/collapse.css +1 -0
- package/{deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7 → dist/css/themes/deprecated/custom/_bootswatch-v3.3.6}/container.css +0 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/dropdown.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/embed-responsive.css +1 -0
- package/{deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7 → dist/css/themes/deprecated/custom/_bootswatch-v3.3.6}/fade.css +0 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/form_input.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/glyphicon.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/img_figure.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/import_bootswatch.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/input-group.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/jumbotron.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/label.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/list-group.css +1 -0
- package/{deprecated/dist/css/themes/custom/fuse/components_css → dist/css/themes/deprecated/custom/_bootswatch-v3.3.6}/media.css +0 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/modal.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/nav.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/navbar.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/pager.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/pagination.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/panel.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/popover.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/progress.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/table.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/text.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/thumbnail.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/tooltip.css +1 -0
- package/{deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7 → dist/css/themes/deprecated/custom/_bootswatch-v3.3.6}/visible.css +0 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/well.css +1 -0
- package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/_media-print.css +0 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/alert.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/animations.css +1 -0
- package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/badge.css +0 -0
- package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/basics.css +0 -0
- package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/blockquote.css +0 -0
- package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/breadcrumb.css +0 -0
- package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/btn.css +0 -0
- package/{deprecated/dist/css/themes/custom/fuse/components_css → dist/css/themes/deprecated/custom/_bootswatch-v3.3.7}/carousel.css +0 -0
- package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/close.css +0 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/col.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/collapse.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/container.css +1 -0
- package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/dropdown.css +0 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/embed-responsive.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/fade.css +1 -0
- package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/figure_img.css +0 -0
- package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/form-control.css +0 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/glyphicon.css +1 -0
- package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/import_bootswatch.css +0 -0
- package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/input-group.css +0 -0
- package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/input.css +0 -0
- package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/jumbotron.css +0 -0
- package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/label.css +0 -0
- package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/list-group.css +0 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/media.css +1 -0
- package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/modal.css +0 -0
- package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/nav.css +0 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/navbar.css +1 -0
- package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/pager.css +0 -0
- package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/pagination.css +0 -0
- package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/panel.css +0 -0
- package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/popover.css +0 -0
- package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/progress.css +0 -0
- package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/table.css +0 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/text.css +1 -0
- package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/thumbnail.css +0 -0
- package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/tooltip.css +0 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/visible.css +1 -0
- package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/well.css +0 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/_media-print.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/accordion.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/alert.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/align.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/badge.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/basics.css +12 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/blockquote.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/border.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/breadcrumb.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/btn.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/card.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/carousel.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/close.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/col.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/container.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/custom.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/display.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/dropdown.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/embed-responsive.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/flex.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/float.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/form.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/img_figure.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/import_bootswatch.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/input-group.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/jumbotron.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/justify.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/list-group.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/margin.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/modal.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/nav.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/navbar.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/padding.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/page.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/pagination.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/popover.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/position.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/progress.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/rounded.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/shadow.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/table.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/text.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/tooltip.css +1 -0
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/validated.css +1 -0
- package/dist/css/themes/deprecated/custom/aquamarine/custom-aquamarine.min.css +1 -0
- 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/font/fonts.css +1 -0
- package/dist/css/themes/deprecated/custom/aquamarine/img/arrow-gray.svg +1 -0
- package/dist/css/themes/deprecated/custom/aquamarine/img/arrow-white.svg +1 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/cerulean/custom-cerulean.min.css +0 -0
- package/dist/css/themes/deprecated/custom/cerulean/img/arrow-gray.svg +1 -0
- package/dist/css/themes/deprecated/custom/cerulean/img/arrow-white.svg +1 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/cosmo/custom-cosmo.min.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/cyborg/custom-cyborg.min.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/darkly/custom-darkly.min.css +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/_media-print.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/alert.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/animations.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/badge.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/basics.css +11 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/blockquote.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/breadcrumb.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/btn.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/carousel.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/close.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/col.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/collapse.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/container.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/dropdown.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/embed-responsive.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/fade.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/figure_img.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/form-control.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/glyphicon.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/import_bootswatch.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/input-group.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/input.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/jumbotron.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/label.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/list-group.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/media.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/modal.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/nav.css +1 -0
- package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom/dsgov}/_bootswatch-v3.3.7/navbar.css +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/pager.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/pagination.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/panel.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/popover.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/progress.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/table.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/text.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/thumbnail.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/tooltip.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/visible.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/well.css +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/custom-dsgov.min.css +1 -0
- 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 +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/fonts.css +1 -0
- 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 +1 -0
- package/dist/css/themes/deprecated/custom/dsgov/img/cover.jpg +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/flatly/custom-flatly.min.css +0 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/_media-print.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/alert.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/animations.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/badge.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/basics.css +11 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/blockquote.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/breadcrumb.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/btn.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/carousel.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/close.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/col.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/collapse.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/container.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/dropdown.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/embed-responsive.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/fade.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/figure_img.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/form-control.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/glyphicon.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/import_bootswatch.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/input-group.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/input.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/jumbotron.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/label.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/list-group.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/media.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/modal.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/nav.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/navbar.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/pager.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/pagination.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/panel.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/popover.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/progress.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/table.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/text.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/thumbnail.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/tooltip.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/visible.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/well.css +1 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/alert.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/badge.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/blockquote.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/breadcrumb.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/btn.css +0 -0
- package/dist/css/themes/deprecated/custom/fuse/components_css/carousel.css +1 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/close.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/embed-responsive.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/form.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/glyphicon.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/hidden.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/import_components_css.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/list-group.css +0 -0
- package/dist/css/themes/deprecated/custom/fuse/components_css/media.css +1 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/modal.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/navbar.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/pager.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/pagination.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/panel.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/popover.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/progress.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/table.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/thumbnail.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/tooltip.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/type_bootstrap.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/visible.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/well.css +0 -0
- package/dist/css/themes/deprecated/custom/fuse/custom-fuse.min.css +1 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/font/Inter-roman.var.woff2 +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/font/font.css +0 -0
- package/dist/css/themes/deprecated/custom/fuse/font/fonts.css +1 -0
- package/dist/css/themes/deprecated/custom/fuse/img/arrow-gray.svg +1 -0
- package/dist/css/themes/deprecated/custom/fuse/img/arrow-white.svg +1 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/journal/custom-journal.min.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/lumen/custom-lumen.min.css +0 -0
- 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 +1 -0
- package/dist/css/themes/deprecated/custom/lumen/img/arrow-gray.svg +1 -0
- package/dist/css/themes/deprecated/custom/lumen/img/arrow-white.svg +1 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/material/components_css/crn-button.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/material/components_css/crn-carousel.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/material/components_css/crn-cron-calendar.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/material/components_css/crn-cron-grid.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/material/components_css/crn-enterprise.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/material/components_css/crn-navbar.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/material/components_css/crn-scheduler.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/material/components_css/login.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/material/components_css/ui-notification.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/material/custom-material.css +0 -0
- 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 +1 -0
- package/dist/css/themes/deprecated/custom/material/img/arrow-gray.svg +1 -0
- package/dist/css/themes/deprecated/custom/material/img/arrow-white.svg +1 -0
- package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-button.css +1 -0
- package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-carousel.css +1 -0
- package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-cron-calendar.css +1 -0
- package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-cron-grid.css +1 -0
- package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-enterprise.css +1 -0
- package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-navbar.css +1 -0
- package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-scheduler.css +1 -0
- package/dist/css/themes/deprecated/custom/material_raiz/components_css/login.css +1 -0
- package/dist/css/themes/deprecated/custom/material_raiz/components_css/ui-notification.css +1 -0
- package/dist/css/themes/deprecated/custom/material_raiz/custom-material_raiz.css +1 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/navigator/custom-navigator.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/paper/custom-paper.min.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/readable/custom-readable.min.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/sandstone/custom-sandstone.min.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/simplex/custom-simplex.min.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/slate/custom-slate.min.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/spacelab/custom-spacelab.min.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/superhero/custom-superhero.min.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/united/custom-united.min.css +0 -0
- package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/yeti/custom-yeti.min.css +0 -0
- package/dist/css/themes/deprecated/cyborg.min.css +1 -0
- package/dist/css/themes/deprecated/darkly.min.css +1 -0
- package/dist/css/themes/deprecated/dsgov.min.css +1 -0
- package/dist/css/themes/deprecated/flatly.min.css +1 -0
- package/dist/css/themes/deprecated/fuse.min.css +1 -0
- package/dist/css/themes/deprecated/journal.min.css +1 -0
- package/dist/css/themes/deprecated/lumen.min.css +1 -0
- package/dist/css/themes/deprecated/material.min.css +1 -0
- package/dist/css/themes/deprecated/material_raiz.min.css +1 -0
- package/dist/css/themes/deprecated/paper.min.css +1 -0
- package/dist/css/themes/deprecated/readable.min.css +1 -0
- package/dist/css/themes/deprecated/sandstone.min.css +1 -0
- package/dist/css/themes/deprecated/simplex.min.css +1 -0
- package/dist/css/themes/deprecated/slate.min.css +1 -0
- package/dist/css/themes/deprecated/spacelab.min.css +1 -0
- package/dist/css/themes/deprecated/superhero.min.css +1 -0
- package/dist/css/themes/deprecated/united.min.css +1 -0
- package/dist/css/themes/deprecated/yeti.min.css +1 -0
- package/dist/js/directives.js +2 -2
- package/dist/js/reports/reports.service.js +1 -1
- package/js/directives.js +89 -57
- package/js/reports/reports.service.js +14 -3
- package/package.json +1 -1
- package/deprecated/css/animate.css +0 -433
- package/deprecated/css/app.css +0 -427
- package/deprecated/css/cronos-template.css +0 -0
- package/deprecated/css/cronos.css +0 -263
- package/deprecated/css/fonts/glyphicons-halflings-regular.eot +0 -0
- package/deprecated/css/fonts/glyphicons-halflings-regular.svg +0 -288
- 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 +0 -37
- package/deprecated/css/themes/cerulean.min.css +0 -7
- package/deprecated/css/themes/cosmo.min.css +0 -7
- package/deprecated/css/themes/custom/fuse/custom-fuse.min.css +0 -4179
- package/deprecated/css/themes/cyborg.min.css +0 -7
- package/deprecated/css/themes/darkly.min.css +0 -7
- package/deprecated/css/themes/flatly.min.css +0 -7
- package/deprecated/css/themes/fuse.min.css +0 -7
- package/deprecated/css/themes/journal.min.css +0 -7
- package/deprecated/css/themes/lumen.min.css +0 -7
- package/deprecated/css/themes/material.min.css +0 -4
- package/deprecated/css/themes/paper.min.css +0 -7
- package/deprecated/css/themes/readable.min.css +0 -7
- package/deprecated/css/themes/sandstone.min.css +0 -7
- package/deprecated/css/themes/simplex.min.css +0 -7
- package/deprecated/css/themes/slate.min.css +0 -7
- package/deprecated/css/themes/spacelab.min.css +0 -7
- package/deprecated/css/themes/superhero.min.css +0 -7
- package/deprecated/css/themes/united.min.css +0 -7
- package/deprecated/css/themes/yeti.min.css +0 -7
- package/deprecated/dist/components/css/font-size.css +0 -1
- package/deprecated/dist/components/css/image.css +0 -1
- package/deprecated/dist/components/js/format.min.js +0 -1
- package/deprecated/dist/components/js/jquery.inputmask.bundle.js +0 -1
- package/deprecated/dist/components/js/jquery.mask.min.js +0 -1
- package/deprecated/dist/components/js/qrcode.js +0 -1
- package/deprecated/dist/components/reports/BOOLEAN.parameter.html +0 -1
- package/deprecated/dist/components/reports/DATE.parameter.html +0 -1
- package/deprecated/dist/components/reports/DOUBLE.parameter.html +0 -1
- package/deprecated/dist/components/reports/FLOAT.parameter.html +0 -1
- package/deprecated/dist/components/reports/INTEGER.parameter.html +0 -1
- package/deprecated/dist/components/reports/LONG.parameter.html +0 -1
- package/deprecated/dist/components/reports/STRING.parameter.html +0 -1
- package/deprecated/dist/components/reports/reports.parameters.html +0 -1
- package/deprecated/dist/components/reports/reports.view.html +0 -1
- package/deprecated/dist/components/templates/Component_Container/crn-eight-four-container.template.html +0 -1
- package/deprecated/dist/components/templates/Component_Container/crn-four-eight-container.template.html +0 -1
- package/deprecated/dist/components/templates/Component_Container/crn-one-container.template.html +0 -1
- package/deprecated/dist/components/templates/Component_Container/crn-three-container.template.html +0 -1
- package/deprecated/dist/components/templates/Component_Container/crn-three-six-three-container.template.html +0 -1
- package/deprecated/dist/components/templates/Component_Container/crn-two-container.template.html +0 -1
- package/deprecated/dist/components/templates/accordion.template.html +0 -1
- package/deprecated/dist/components/templates/anchor.template.html +0 -1
- package/deprecated/dist/components/templates/angular-ui-notification.template.html +0 -1
- package/deprecated/dist/components/templates/banner.template.html +0 -1
- package/deprecated/dist/components/templates/button-report.template.html +0 -1
- package/deprecated/dist/components/templates/button.oauth2.template.html +0 -1
- package/deprecated/dist/components/templates/button.template.html +0 -1
- package/deprecated/dist/components/templates/buttonfilter.template.html +0 -1
- package/deprecated/dist/components/templates/carousel.template.html +0 -1
- package/deprecated/dist/components/templates/cell.template.html +0 -1
- package/deprecated/dist/components/templates/chart.template.html +0 -1
- package/deprecated/dist/components/templates/checkbox.template.html +0 -1
- package/deprecated/dist/components/templates/combobox-dynamic.template.html +0 -1
- package/deprecated/dist/components/templates/combobox.template.html +0 -1
- package/deprecated/dist/components/templates/crn-carousel-item.tempate.html +0 -1
- package/deprecated/dist/components/templates/crn-input-password.designtime.html +0 -1
- package/deprecated/dist/components/templates/crn-input-password.template.html +0 -1
- package/deprecated/dist/components/templates/crn-list-item.template.html +0 -1
- package/deprecated/dist/components/templates/crn-ordered-list.template.html +0 -1
- package/deprecated/dist/components/templates/crn-ordered-sub-list.template.html +0 -1
- package/deprecated/dist/components/templates/crn-unordered-list.template.html +0 -1
- package/deprecated/dist/components/templates/crn-unordered-sub-list.template.html +0 -1
- package/deprecated/dist/components/templates/cron-autocomplete.designtime.html +0 -26
- package/deprecated/dist/components/templates/cron-autocomplete.template.html +0 -1
- package/deprecated/dist/components/templates/cron-barcode.template.html +0 -1
- package/deprecated/dist/components/templates/cron-breadcrumbs.designtime.html +0 -1
- package/deprecated/dist/components/templates/cron-breadcrumbs.template.html +0 -1
- package/deprecated/dist/components/templates/cron-calendar.designtime.html +0 -1
- package/deprecated/dist/components/templates/cron-calendar.template.html +0 -1
- package/deprecated/dist/components/templates/cron-captcha.designtime.html +0 -6
- package/deprecated/dist/components/templates/cron-captcha.template.html +0 -1
- package/deprecated/dist/components/templates/cron-chat.designtime.html +0 -17
- package/deprecated/dist/components/templates/cron-chat.template.html +0 -1
- package/deprecated/dist/components/templates/cron-checkbox.template.html +0 -1
- package/deprecated/dist/components/templates/cron-combobox-multiple.designtime.html +0 -1
- package/deprecated/dist/components/templates/cron-combobox-multiple.template.html +0 -1
- package/deprecated/dist/components/templates/cron-combobox.designtime.html +0 -1
- package/deprecated/dist/components/templates/cron-combobox.template.html +0 -1
- package/deprecated/dist/components/templates/cron-crud.template.html +0 -1
- package/deprecated/dist/components/templates/cron-date.template.html +0 -1
- package/deprecated/dist/components/templates/cron-dynamic-autocomplete.template.html +0 -1
- package/deprecated/dist/components/templates/cron-dynamic-combobox.designtime.html +0 -1
- package/deprecated/dist/components/templates/cron-dynamic-combobox.template.html +0 -1
- package/deprecated/dist/components/templates/cron-dynamic-menu.designtime.html +0 -1
- package/deprecated/dist/components/templates/cron-dynamic-menu.template.html +0 -1
- package/deprecated/dist/components/templates/cron-grid.designtime.html +0 -1
- package/deprecated/dist/components/templates/cron-grid.template.html +0 -1
- package/deprecated/dist/components/templates/cron-ordered-list.template.html +0 -1
- package/deprecated/dist/components/templates/cron-qrcode.template.html +0 -1
- package/deprecated/dist/components/templates/cron-radio.template.html +0 -1
- package/deprecated/dist/components/templates/cron-report-viewer.designtime.html +0 -1
- package/deprecated/dist/components/templates/cron-report-viewer.template.html +0 -1
- package/deprecated/dist/components/templates/cron-rich-editor.template.html +0 -1
- package/deprecated/dist/components/templates/cron-scheduler.designtime.html +0 -2
- package/deprecated/dist/components/templates/cron-scheduler.template.html +0 -1
- package/deprecated/dist/components/templates/cron-slider.template.html +0 -1
- package/deprecated/dist/components/templates/cron-switch.template.html +0 -1
- package/deprecated/dist/components/templates/cron-tree-view.designtime.html +0 -1
- package/deprecated/dist/components/templates/cron-tree-view.template.html +0 -1
- package/deprecated/dist/components/templates/datasource.template.html +0 -1
- package/deprecated/dist/components/templates/datasourcefilter.template.html +0 -1
- package/deprecated/dist/components/templates/datasourcefiltercomplex.template.html +0 -1
- package/deprecated/dist/components/templates/date.template.html +0 -1
- package/deprecated/dist/components/templates/datetime.template.html +0 -1
- package/deprecated/dist/components/templates/div.template.html +0 -1
- package/deprecated/dist/components/templates/dynamicfile.template.html +0 -1
- package/deprecated/dist/components/templates/dynamicimage.template.html +0 -1
- package/deprecated/dist/components/templates/dynamictitle.template.html +0 -1
- package/deprecated/dist/components/templates/evaluation.template.html +0 -1
- package/deprecated/dist/components/templates/fileupload-button.template.html +0 -1
- package/deprecated/dist/components/templates/fileupload.template.html +0 -1
- package/deprecated/dist/components/templates/foot-cell.template.html +0 -1
- package/deprecated/dist/components/templates/foot-row.template.html +0 -1
- package/deprecated/dist/components/templates/form.template.html +0 -1
- package/deprecated/dist/components/templates/grid-horizontal.template.html +0 -1
- package/deprecated/dist/components/templates/grid-vertical.template.html +0 -1
- package/deprecated/dist/components/templates/grid.template.html +0 -1
- package/deprecated/dist/components/templates/head-cell.template.html +0 -1
- package/deprecated/dist/components/templates/head-row.template.html +0 -1
- package/deprecated/dist/components/templates/head.template.html +0 -1
- package/deprecated/dist/components/templates/header.template.html +0 -1
- package/deprecated/dist/components/templates/icon.template.html +0 -1
- package/deprecated/dist/components/templates/image-menu.template.html +0 -1
- package/deprecated/dist/components/templates/image.default.template.html +0 -1
- package/deprecated/dist/components/templates/image.template.html +0 -1
- package/deprecated/dist/components/templates/list.template.html +0 -1
- package/deprecated/dist/components/templates/multiselect.template.html +0 -1
- package/deprecated/dist/components/templates/navbar.template.html +0 -1
- package/deprecated/dist/components/templates/panel.template.html +0 -1
- package/deprecated/dist/components/templates/qrcode.template.html +0 -1
- package/deprecated/dist/components/templates/radiogroup.template.html +0 -1
- package/deprecated/dist/components/templates/rating.template.html +0 -1
- package/deprecated/dist/components/templates/row.template.html +0 -1
- package/deprecated/dist/components/templates/sidebar.template.html +0 -1
- package/deprecated/dist/components/templates/social-button-bar.template.html +0 -1
- package/deprecated/dist/components/templates/sub-form.template.html +0 -1
- package/deprecated/dist/components/templates/subtitle.template.html +0 -1
- package/deprecated/dist/components/templates/table.template.html +0 -1
- package/deprecated/dist/components/templates/tabs.template.html +0 -1
- package/deprecated/dist/components/templates/text.template.html +0 -1
- package/deprecated/dist/components/templates/textarea.template.html +0 -1
- package/deprecated/dist/components/templates/textinput.template.html +0 -1
- package/deprecated/dist/components/templates/textinputbutton.html +0 -1
- package/deprecated/dist/components/templates/textinputbutton.template.html +0 -1
- package/deprecated/dist/components/templates/textinputicon.template.html +0 -1
- package/deprecated/dist/components/templates/time.template.html +0 -1
- package/deprecated/dist/components/templates/title-default.template.html +0 -1
- package/deprecated/dist/components/templates/title.template.html +0 -1
- package/deprecated/dist/components/templates/treeview.template.html +0 -1
- package/deprecated/dist/css/animate.css +0 -1
- package/deprecated/dist/css/app.css +0 -1
- package/deprecated/dist/css/cronos-template.css +0 -0
- package/deprecated/dist/css/cronos.css +0 -1
- package/deprecated/dist/css/fonts/glyphicons-halflings-regular.eot +0 -0
- package/deprecated/dist/css/fonts/glyphicons-halflings-regular.svg +0 -1
- 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 +0 -1
- package/deprecated/dist/css/themes/cerulean.min.css +0 -1
- package/deprecated/dist/css/themes/cosmo.min.css +0 -1
- package/deprecated/dist/css/themes/custom/fuse/custom-fuse.min.css +0 -1
- package/deprecated/dist/css/themes/cyborg.min.css +0 -1
- package/deprecated/dist/css/themes/darkly.min.css +0 -1
- package/deprecated/dist/css/themes/flatly.min.css +0 -1
- package/deprecated/dist/css/themes/fuse.min.css +0 -1
- package/deprecated/dist/css/themes/journal.min.css +0 -1
- package/deprecated/dist/css/themes/lumen.min.css +0 -1
- package/deprecated/dist/css/themes/material.min.css +0 -1
- package/deprecated/dist/css/themes/paper.min.css +0 -1
- package/deprecated/dist/css/themes/readable.min.css +0 -1
- package/deprecated/dist/css/themes/sandstone.min.css +0 -1
- package/deprecated/dist/css/themes/simplex.min.css +0 -1
- package/deprecated/dist/css/themes/slate.min.css +0 -1
- package/deprecated/dist/css/themes/spacelab.min.css +0 -1
- package/deprecated/dist/css/themes/superhero.min.css +0 -1
- package/deprecated/dist/css/themes/united.min.css +0 -1
- package/deprecated/dist/css/themes/yeti.min.css +0 -1
- package/deprecated/dist/i18n/locale_en_us.json +0 -143
- package/deprecated/dist/i18n/locale_pt_br.json +0 -143
- package/deprecated/dist/img/ballon_icon.svg +0 -1
- package/deprecated/dist/img/barcode.png +0 -0
- package/deprecated/dist/img/cron-icon/crn-QRCode.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-accordion.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-anchor.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-button.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-calendar.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-captcha.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-carousel.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-chart.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-checkbox.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-combobox-dynamic.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-combobox.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-cron-crud.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-cron-dashboard-viewer.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-datasource.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-datepicker.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-datetimepicker.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-dynamic-file.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-dynamic-image.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-dynamic-menu.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-eight-four-container.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-enterprise-autocomplete.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-enterprise-combobox-multiple.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-enterprise-combobox.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-enterprise-dynamic-autocomplete.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-enterprise-dynamic-combobox.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-form.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-four-eight-container.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-grid-table.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-grid.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-header.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-horizontal-container.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-icon.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-image.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-input-password.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-jumbotron.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-list.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-navbar.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-one-container.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-ordered-list.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-ordered-sub-list.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-panel.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-radiogroup.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-rating.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-report-viewer.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-rich-editor.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-scheduler.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-simple-text.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-slider.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-social-login.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-sub-form.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-table.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-tabs.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-text-component.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-textarea.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-textinput.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-textinputbutton.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-textinputicon.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-three-container.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-three-six-three-container.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-timepicker.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-tree-view.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-two-container.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-unordered-list.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-unordered-sub-list.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-upload.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-vertical-container.svg +0 -1
- package/deprecated/dist/img/cron-icon/cron-breadrumb.svg +0 -1
- 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 +0 -1
- package/deprecated/dist/img/logo-cronapp-negativa.svg +0 -1
- package/deprecated/dist/img/logo.png +0 -0
- package/deprecated/dist/img/logo.svg +0 -1
- 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 +0 -1
- package/deprecated/dist/img/selectFile.png +0 -0
- package/deprecated/dist/img/selectImg.svg +0 -1
- package/deprecated/dist/img/svg-charts.svg +0 -1
- package/deprecated/dist/img/switch.png +0 -0
- package/deprecated/dist/js/LanguageSelectDirective.js +0 -1
- package/deprecated/dist/js/LocaleService.js +0 -1
- package/deprecated/dist/js/app.authentication.js +0 -1
- package/deprecated/dist/js/app.js +0 -1
- package/deprecated/dist/js/controllers.authentication.js +0 -1
- package/deprecated/dist/js/controllers.js +0 -1
- package/deprecated/dist/js/custom.controllers.js +0 -1
- package/deprecated/dist/js/customModules.js +0 -1
- package/deprecated/dist/js/customStateProvider.js +0 -0
- package/deprecated/dist/js/directives.js +0 -14
- package/deprecated/dist/js/filters.js +0 -1
- package/deprecated/dist/js/local-dateformat.directive.js +0 -1
- package/deprecated/dist/js/reports/parameters.controller.js +0 -1
- package/deprecated/dist/js/reports/reports.service.js +0 -1
- package/deprecated/dist/js/services.js +0 -1
- package/deprecated/dist/js/stateProvider.js +0 -1
- package/deprecated/dist/js/upload.service.js +0 -1
- package/deprecated/img/ballon_icon.svg +0 -3
- package/deprecated/img/barcode.png +0 -0
- package/deprecated/img/cron-icon/crn-QRCode.svg +0 -38
- package/deprecated/img/cron-icon/crn-accordion.svg +0 -25
- package/deprecated/img/cron-icon/crn-anchor.svg +0 -29
- package/deprecated/img/cron-icon/crn-button.svg +0 -24
- package/deprecated/img/cron-icon/crn-calendar.svg +0 -23
- package/deprecated/img/cron-icon/crn-captcha.svg +0 -36
- package/deprecated/img/cron-icon/crn-carousel.svg +0 -26
- package/deprecated/img/cron-icon/crn-chart.svg +0 -19
- package/deprecated/img/cron-icon/crn-checkbox.svg +0 -21
- package/deprecated/img/cron-icon/crn-combobox-dynamic.svg +0 -27
- package/deprecated/img/cron-icon/crn-combobox.svg +0 -24
- package/deprecated/img/cron-icon/crn-cron-crud.svg +0 -28
- package/deprecated/img/cron-icon/crn-cron-dashboard-viewer.svg +0 -18
- package/deprecated/img/cron-icon/crn-datasource.svg +0 -27
- package/deprecated/img/cron-icon/crn-datepicker.svg +0 -35
- package/deprecated/img/cron-icon/crn-datetimepicker.svg +0 -41
- package/deprecated/img/cron-icon/crn-dynamic-file.svg +0 -26
- package/deprecated/img/cron-icon/crn-dynamic-image.svg +0 -25
- package/deprecated/img/cron-icon/crn-dynamic-menu.svg +0 -28
- package/deprecated/img/cron-icon/crn-eight-four-container.svg +0 -18
- package/deprecated/img/cron-icon/crn-enterprise-autocomplete.svg +0 -26
- package/deprecated/img/cron-icon/crn-enterprise-combobox-multiple.svg +0 -21
- package/deprecated/img/cron-icon/crn-enterprise-combobox.svg +0 -24
- package/deprecated/img/cron-icon/crn-enterprise-dynamic-autocomplete.svg +0 -29
- package/deprecated/img/cron-icon/crn-enterprise-dynamic-combobox.svg +0 -27
- package/deprecated/img/cron-icon/crn-form.svg +0 -24
- package/deprecated/img/cron-icon/crn-four-eight-container.svg +0 -20
- package/deprecated/img/cron-icon/crn-grid-table.svg +0 -21
- package/deprecated/img/cron-icon/crn-grid.svg +0 -27
- package/deprecated/img/cron-icon/crn-header.svg +0 -18
- package/deprecated/img/cron-icon/crn-horizontal-container.svg +0 -19
- package/deprecated/img/cron-icon/crn-icon.svg +0 -23
- package/deprecated/img/cron-icon/crn-image.svg +0 -20
- package/deprecated/img/cron-icon/crn-input-password.svg +0 -24
- package/deprecated/img/cron-icon/crn-jumbotron.svg +0 -24
- package/deprecated/img/cron-icon/crn-list.svg +0 -24
- package/deprecated/img/cron-icon/crn-navbar.svg +0 -25
- package/deprecated/img/cron-icon/crn-one-container.svg +0 -17
- package/deprecated/img/cron-icon/crn-ordered-list.svg +0 -44
- package/deprecated/img/cron-icon/crn-ordered-sub-list.svg +0 -42
- package/deprecated/img/cron-icon/crn-panel.svg +0 -21
- package/deprecated/img/cron-icon/crn-radiogroup.svg +0 -25
- package/deprecated/img/cron-icon/crn-rating.svg +0 -20
- package/deprecated/img/cron-icon/crn-report-viewer.svg +0 -24
- package/deprecated/img/cron-icon/crn-rich-editor.svg +0 -22
- package/deprecated/img/cron-icon/crn-scheduler.svg +0 -27
- package/deprecated/img/cron-icon/crn-simple-text.svg +0 -18
- package/deprecated/img/cron-icon/crn-slider.svg +0 -19
- package/deprecated/img/cron-icon/crn-social-login.svg +0 -29
- package/deprecated/img/cron-icon/crn-sub-form.svg +0 -27
- package/deprecated/img/cron-icon/crn-table.svg +0 -20
- package/deprecated/img/cron-icon/crn-tabs.svg +0 -22
- package/deprecated/img/cron-icon/crn-text-component.svg +0 -22
- package/deprecated/img/cron-icon/crn-textarea.svg +0 -22
- package/deprecated/img/cron-icon/crn-textinput.svg +0 -23
- package/deprecated/img/cron-icon/crn-textinputbutton.svg +0 -33
- package/deprecated/img/cron-icon/crn-textinputicon.svg +0 -29
- package/deprecated/img/cron-icon/crn-three-container.svg +0 -21
- package/deprecated/img/cron-icon/crn-three-six-three-container.svg +0 -19
- package/deprecated/img/cron-icon/crn-timepicker.svg +0 -20
- package/deprecated/img/cron-icon/crn-tree-view.svg +0 -19
- package/deprecated/img/cron-icon/crn-two-container.svg +0 -18
- package/deprecated/img/cron-icon/crn-unordered-list.svg +0 -24
- package/deprecated/img/cron-icon/crn-unordered-sub-list.svg +0 -28
- package/deprecated/img/cron-icon/crn-upload.svg +0 -20
- package/deprecated/img/cron-icon/crn-vertical-container.svg +0 -19
- package/deprecated/img/cron-icon/cron-breadrumb.svg +0 -638
- 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 +0 -1
- package/deprecated/img/logo-cronapp-negativa.svg +0 -1
- package/deprecated/img/logo.png +0 -0
- package/deprecated/img/logo.svg +0 -1
- 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 +0 -1
- package/deprecated/img/selectFile.png +0 -0
- package/deprecated/img/selectImg.svg +0 -44
- package/deprecated/img/svg-charts.svg +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
<div class="panel-group" id="accordion-${RANDOM}" role="tablist" aria-multiselectable="true"><div class="panel panel-default"><div class="panel-heading" role="tab" id="headingOne" data-toggle="collapse" data-parent="#accordion-${RANDOM}" href="#collapseOne-${RANDOM}" aria-expanded="true" aria-controls="collapseOne-${RANDOM}"><div class="lead text-center" data-component="crn-title" xattr-position="text-center"><h1 class="text-center title component-holder h3" xattr-position="h1 text-center" xattr-type="h3" data-component="crn-text-component">Ungroup and change the component</h1></div></div><div id="collapseOne-${RANDOM}" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="headingOne"><div class="panel-body" data-container="true"><div class="lead text-center" data-component="crn-subtitle" xattr-position="text-center"><h1 class="text-center title component-holder h3" xattr-position="h3 text-center" xattr-type="h3" data-component="crn-text-component">Ungroup and insert component</h1></div></div></div></div><div class="panel panel-default"><div class="panel-heading" role="tab" id="headingTwo" data-toggle="collapse" data-parent="#accordion-${RANDOM}" href="#collapseTwo-${RANDOM}" aria-expanded="false" aria-controls="collapseTwo-${RANDOM}"><div class="lead text-center" data-component="crn-title" xattr-position="text-center"><h1 class="text-center title component-holder h3" xattr-position="h1 text-center" xattr-type="h3" data-component="crn-text-component">Ungroup and change the component</h1></div></div><div id="collapseTwo-${RANDOM}" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo"><div class="panel-body" data-container="true"><div class="lead text-center" data-component="crn-subtitle" xattr-position="text-center"><h1 class="text-center title component-holder h3" xattr-position="h3 text-center" xattr-type="h3" data-component="crn-text-component">Ungroup and insert component</h1></div></div></div></div><div class="panel panel-default"><div class="panel-heading" role="tab" id="headingThree" data-toggle="collapse" data-parent="#accordion-${RANDOM}" href="#collapseThree-${RANDOM}" aria-expanded="false" aria-controls="collapseThree-${RANDOM}"><div class="lead text-center" data-component="crn-title" xattr-position="text-center"><h1 class="text-center title component-holder h3" xattr-position="h1 text-center" xattr-type="h3" data-component="crn-text-component">Ungroup and change the component</h1></div></div><div id="collapseThree-${RANDOM}" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingThree"><div class="panel-body" data-container="true"><div class="lead text-center" data-component="crn-subtitle" xattr-position="text-center"><h1 class="text-center title component-holder h3" xattr-position="h3 text-center" xattr-type="h3" data-component="crn-text-component">Ungroup and insert component</h1></div></div></div></div></div>
|
|
1
|
+
<div class="panel-group" id="accordion-${RANDOM}" role="tablist" aria-multiselectable="true"><div class="panel panel-default"><div class="panel-heading" role="tab" id="headingOne" data-toggle="collapse" data-parent="#accordion-${RANDOM}" href="#collapseOne-${RANDOM}" aria-expanded="true" aria-controls="collapseOne-${RANDOM}"><div class="lead text-center" data-component="crn-title" xattr-position="text-center"><h1 class="text-center title component-holder h3" xattr-position="h1 text-center" xattr-type="h3" data-component="crn-text-component">Ungroup and change the component</h1></div></div><div id="collapseOne-${RANDOM}" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="headingOne"><div class="panel-body" data-container="true"><div class="lead text-center" data-component="crn-subtitle" xattr-position="text-center"><h1 class="text-center title component-holder h3" xattr-position="h3 text-center" xattr-type="h3" data-component="crn-text-component">Ungroup and insert component</h1></div></div></div></div><div class="panel panel-default"><div class="panel-heading collapsed" role="tab" id="headingTwo" data-toggle="collapse" data-parent="#accordion-${RANDOM}" href="#collapseTwo-${RANDOM}" aria-expanded="false" aria-controls="collapseTwo-${RANDOM}"><div class="lead text-center" data-component="crn-title" xattr-position="text-center"><h1 class="text-center title component-holder h3" xattr-position="h1 text-center" xattr-type="h3" data-component="crn-text-component">Ungroup and change the component</h1></div></div><div id="collapseTwo-${RANDOM}" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo"><div class="panel-body" data-container="true"><div class="lead text-center" data-component="crn-subtitle" xattr-position="text-center"><h1 class="text-center title component-holder h3" xattr-position="h3 text-center" xattr-type="h3" data-component="crn-text-component">Ungroup and insert component</h1></div></div></div></div><div class="panel panel-default"><div class="panel-heading collapsed" role="tab" id="headingThree" data-toggle="collapse" data-parent="#accordion-${RANDOM}" href="#collapseThree-${RANDOM}" aria-expanded="false" aria-controls="collapseThree-${RANDOM}"><div class="lead text-center" data-component="crn-title" xattr-position="text-center"><h1 class="text-center title component-holder h3" xattr-position="h1 text-center" xattr-type="h3" data-component="crn-text-component">Ungroup and change the component</h1></div></div><div id="collapseThree-${RANDOM}" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingThree"><div class="panel-body" data-container="true"><div class="lead text-center" data-component="crn-subtitle" xattr-position="text-center"><h1 class="text-center title component-holder h3" xattr-position="h3 text-center" xattr-type="h3" data-component="crn-text-component">Ungroup and insert component</h1></div></div></div></div></div>
|
|
@@ -1,26 +1 @@
|
|
|
1
|
-
<
|
|
2
|
-
let wait = setInterval(()=> {
|
|
3
|
-
|
|
4
|
-
let $element = $documentDesignTime.find('[id=cron-autocomplete-designtime]')
|
|
5
|
-
if ($element.length) {
|
|
6
|
-
clearInterval(wait);
|
|
7
|
-
|
|
8
|
-
$element.each((idx, c) => {
|
|
9
|
-
|
|
10
|
-
let $current = $(c);
|
|
11
|
-
let attrs = $current.data('attrs');
|
|
12
|
-
let $label = $documentDesignTime.find(`#${attrs.id}`).find('label');
|
|
13
|
-
let $labelDesignTime = $documentDesignTime.find(`#${attrs.id}-designtime`).find('label');
|
|
14
|
-
if (!$label.data('synchronize-started')) {
|
|
15
|
-
$label.data('synchronize-started', true);
|
|
16
|
-
let synchronize = setInterval(() => {
|
|
17
|
-
if ($label.html() !== $labelDesignTime.html()) {
|
|
18
|
-
$labelDesignTime.html($label.html());
|
|
19
|
-
}
|
|
20
|
-
}, 500);
|
|
21
|
-
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
});
|
|
25
|
-
}
|
|
26
|
-
});</script></span><span class="k-widget k-autocomplete cronAutoComplete" style="width: 100%"><input class="cronAutoComplete k-input" type="text"></span></div>
|
|
1
|
+
<span tabindex="-1" role="presentation" class="k-widget k-autocomplete cronAutoComplete k-autocomplete-clearable k-state-default" style="width: 100%"><input style="" id="cron-crn-enterprise-autocomplete-169514" required="" class="cronAutoComplete k-input" placeholder="Select an item" type="text" autocomplete="off"> <span unselectable="on" class="k-icon k-clear-value k-i-close" title="clear" role="button" tabindex="-1"></span> </span>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<div class="ng-pristine ng-untouched ng-valid k-widget k-calendar ng-empty" data-role="calendar"><div class="k-header"><a href="#" role="button" class="k-link k-nav-prev" aria-label="Previous" aria-disabled="false"><span class="k-icon k-i-arrow-60-left"></span></a
|
|
1
|
+
<div class="component-holder ng-scope" data-component="crn-cron-calendar"><cron-calendar class="ng-pristine ng-untouched ng-valid k-widget k-calendar ng-empty" data-role="calendar"><div class="k-header"><a href="#" role="button" class="k-link k-nav-prev" aria-label="Previous" aria-disabled="false"><span class="k-icon k-i-arrow-60-left"></span></a><a href="#" role="button" aria-live="assertive" aria-atomic="true" class="k-link k-nav-fast" aria-disabled="false">August 2022</a><a href="#" role="button" class="k-link k-nav-next" aria-label="Next" aria-disabled="false"><span class="k-icon k-i-arrow-60-right"></span></a></div><div class="k-calendar-view"><table tabindex="0" role="grid" class="k-content k-month" cellspacing="0" data-start="2022/6/31"><thead><tr role="row"><th scope="col" title="Sunday">Su</th><th scope="col" title="Monday">Mo</th><th scope="col" title="Tuesday">Tu</th><th scope="col" title="Wednesday">We</th><th scope="col" title="Thursday">Th</th><th scope="col" title="Friday">Fr</th><th scope="col" title="Saturday">Sa</th></tr></thead><tbody><tr role="row"><td class="k-other-month k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/6/31" title="Sunday, July 31, 2022">31</a></td><td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/1" title="Monday, August 01, 2022">1</a></td><td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/2" title="Tuesday, August 02, 2022">2</a></td><td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/3" title="Wednesday, August 03, 2022">3</a></td><td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/4" title="Thursday, August 04, 2022">4</a></td><td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/5" title="Friday, August 05, 2022">5</a></td><td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/6" title="Saturday, August 06, 2022">6</a></td></tr><tr role="row"><td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/7" title="Sunday, August 07, 2022">7</a></td><td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/8" title="Monday, August 08, 2022">8</a></td><td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/9" title="Tuesday, August 09, 2022">9</a></td><td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/10" title="Wednesday, August 10, 2022">10</a></td><td class="k-today k-state-selected" role="gridcell" aria-selected="true"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/11" title="Thursday, August 11, 2022">11</a></td><td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/12" title="Friday, August 12, 2022">12</a></td><td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/13" title="Saturday, August 13, 2022">13</a></td></tr><tr role="row"><td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/14" title="Sunday, August 14, 2022">14</a></td><td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/15" title="Monday, August 15, 2022">15</a></td><td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/16" title="Tuesday, August 16, 2022">16</a></td><td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/17" title="Wednesday, August 17, 2022">17</a></td><td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/18" title="Thursday, August 18, 2022">18</a></td><td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/19" title="Friday, August 19, 2022">19</a></td><td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/20" title="Saturday, August 20, 2022">20</a></td></tr><tr role="row"><td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/21" title="Sunday, August 21, 2022">21</a></td><td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/22" title="Monday, August 22, 2022">22</a></td><td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/23" title="Tuesday, August 23, 2022">23</a></td><td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/24" title="Wednesday, August 24, 2022">24</a></td><td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/25" title="Thursday, August 25, 2022">25</a></td><td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/26" title="Friday, August 26, 2022">26</a></td><td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/27" title="Saturday, August 27, 2022">27</a></td></tr><tr role="row"><td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/28" title="Sunday, August 28, 2022">28</a></td><td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/29" title="Monday, August 29, 2022">29</a></td><td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/30" title="Tuesday, August 30, 2022">30</a></td><td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/31" title="Wednesday, August 31, 2022">31</a></td><td class="k-other-month" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/8/1" title="Thursday, September 01, 2022">1</a></td><td class="k-other-month" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/8/2" title="Friday, September 02, 2022">2</a></td><td class="k-other-month k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/8/3" title="Saturday, September 03, 2022">3</a></td></tr><tr role="row"><td class="k-other-month k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/8/4" title="Sunday, September 04, 2022">4</a></td><td class="k-other-month" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/8/5" title="Monday, September 05, 2022">5</a></td><td class="k-other-month" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/8/6" title="Tuesday, September 06, 2022">6</a></td><td class="k-other-month" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/8/7" title="Wednesday, September 07, 2022">7</a></td><td class="k-other-month" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/8/8" title="Thursday, September 08, 2022">8</a></td><td class="k-other-month" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/8/9" title="Friday, September 09, 2022">9</a></td><td class="k-other-month k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/8/10" title="Saturday, September 10, 2022">10</a></td></tr></tbody></table></div><div class="k-footer"><a href="#" class="k-link k-nav-today" title="Thursday, August 11, 2022">Thursday, August 11, 2022</a></div></cron-calendar></div>
|
package/dist/css/animate.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.cronapp-icon{position:relative;box-sizing:content-box;justify-content:center;width:5em;height:5em;margin:1.25em auto 1.875em;border:.25em solid transparent;border-radius:50%;border-color:#000;font-family:inherit;line-height:5em;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cronapp-icon.cronapp-error{border-color:var(--colorDanger40,#ce3a36);color:var(--colorDanger40,#ce3a36);display:flex}.cronapp-icon.cronapp-error .cronapp-x-mark{position:relative;flex-grow:1}.cronapp-icon.cronapp-error [class^=cronapp-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:var(--colorDanger40,#ce3a36)}.cronapp-icon.cronapp-error [class^=cronapp-x-mark-line][class$=left]{left:1.0625em;transform:rotate(45deg)}.cronapp-icon.cronapp-error [class^=cronapp-x-mark-line][class$=right]{right:1em;transform:rotate(-45deg)}.cronapp-icon.cronapp-error{-webkit-animation:cronapp-animate-error-icon .5s;animation:cronapp-animate-error-icon .5s}.cronapp-icon.cronapp-error .cronapp-x-mark{-webkit-animation:cronapp-animate-error-x-mark .5s;animation:cronapp-animate-error-x-mark .5s}.cronapp-icon.cronapp-success{border-color:var(--colorSuccess40,#257d25);color:var(--colorSuccess40,#257d25)}.cronapp-icon.cronapp-success [class^=cronapp-success-circular-line]{position:absolute;width:3.75em;height:7.5em;transform:rotate(45deg);border-radius:50%}.cronapp-icon.cronapp-success [class^=cronapp-success-circular-line][class$=left]{top:-.4375em;left:-2.0635em;transform:rotate(-45deg);transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}.cronapp-icon.cronapp-success [class^=cronapp-success-circular-line][class$=right]{top:-.6875em;left:1.875em;transform:rotate(-45deg);transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}.cronapp-icon.cronapp-success .cronapp-success-ring{position:absolute;z-index:2;top:-.25em;left:-.25em;box-sizing:content-box;width:100%;height:100%;border-radius:50%}.cronapp-icon.cronapp-success .cronapp-success-fix{position:absolute;z-index:1;top:.5em;left:1.625em;width:.4375em;height:5.625em;transform:rotate(-45deg)}.cronapp-icon.cronapp-success [class^=cronapp-success-line]{display:block;position:absolute;z-index:2;height:.3125em;border-radius:.125em;background-color:var(--colorSuccess40,#257d25)}.cronapp-icon.cronapp-success [class^=cronapp-success-line][class$=tip]{top:2.875em;left:.8125em;width:1.5625em;transform:rotate(45deg)}.cronapp-icon.cronapp-success [class^=cronapp-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;transform:rotate(-45deg)}.cronapp-icon.cronapp-success .cronapp-success-line-tip{-webkit-animation:cronapp-animate-success-line-tip .75s;animation:cronapp-animate-success-line-tip .75s}.cronapp-icon.cronapp-success .cronapp-success-line-long{-webkit-animation:cronapp-animate-success-line-long .75s;animation:cronapp-animate-success-line-long .75s}.cronapp-icon.cronapp-success .cronapp-success-circular-line-right{-webkit-animation:cronapp-rotate-success-circular-line 4.25s ease-in;animation:cronapp-rotate-success-circular-line 4.25s ease-in}.cronapp-icon.cronapp-warning{border-color:var(--colorWarning40,#f0ad4e);color:var(--
|
|
1
|
+
.cronapp-icon{position:relative;box-sizing:content-box;justify-content:center;width:5em;height:5em;margin:1.25em auto 1.875em;border:.25em solid transparent;border-radius:50%;border-color:#000;font-family:inherit;line-height:5em;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cronapp-icon.cronapp-error{border-color:var(--colorDanger40,#ce3a36);color:var(--colorDanger40,#ce3a36);display:flex}.cronapp-icon.cronapp-error .cronapp-x-mark{position:relative;flex-grow:1}.cronapp-icon.cronapp-error [class^=cronapp-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:var(--colorDanger40,#ce3a36)}.cronapp-icon.cronapp-error [class^=cronapp-x-mark-line][class$=left]{left:1.0625em;transform:rotate(45deg)}.cronapp-icon.cronapp-error [class^=cronapp-x-mark-line][class$=right]{right:1em;transform:rotate(-45deg)}.cronapp-icon.cronapp-error{-webkit-animation:cronapp-animate-error-icon .5s;animation:cronapp-animate-error-icon .5s}.cronapp-icon.cronapp-error .cronapp-x-mark{-webkit-animation:cronapp-animate-error-x-mark .5s;animation:cronapp-animate-error-x-mark .5s}.cronapp-icon.cronapp-success{border-color:var(--colorSuccess40,#257d25);color:var(--colorSuccess40,#257d25)}.cronapp-icon.cronapp-success [class^=cronapp-success-circular-line]{position:absolute;width:3.75em;height:7.5em;transform:rotate(45deg);border-radius:50%}.cronapp-icon.cronapp-success [class^=cronapp-success-circular-line][class$=left]{top:-.4375em;left:-2.0635em;transform:rotate(-45deg);transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}.cronapp-icon.cronapp-success [class^=cronapp-success-circular-line][class$=right]{top:-.6875em;left:1.875em;transform:rotate(-45deg);transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}.cronapp-icon.cronapp-success .cronapp-success-ring{position:absolute;z-index:2;top:-.25em;left:-.25em;box-sizing:content-box;width:100%;height:100%;border-radius:50%}.cronapp-icon.cronapp-success .cronapp-success-fix{position:absolute;z-index:1;top:.5em;left:1.625em;width:.4375em;height:5.625em;transform:rotate(-45deg)}.cronapp-icon.cronapp-success [class^=cronapp-success-line]{display:block;position:absolute;z-index:2;height:.3125em;border-radius:.125em;background-color:var(--colorSuccess40,#257d25)}.cronapp-icon.cronapp-success [class^=cronapp-success-line][class$=tip]{top:2.875em;left:.8125em;width:1.5625em;transform:rotate(45deg)}.cronapp-icon.cronapp-success [class^=cronapp-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;transform:rotate(-45deg)}.cronapp-icon.cronapp-success .cronapp-success-line-tip{-webkit-animation:cronapp-animate-success-line-tip .75s;animation:cronapp-animate-success-line-tip .75s}.cronapp-icon.cronapp-success .cronapp-success-line-long{-webkit-animation:cronapp-animate-success-line-long .75s;animation:cronapp-animate-success-line-long .75s}.cronapp-icon.cronapp-success .cronapp-success-circular-line-right{-webkit-animation:cronapp-rotate-success-circular-line 4.25s ease-in;animation:cronapp-rotate-success-circular-line 4.25s ease-in}.cronapp-icon.cronapp-warning{border-color:var(--colorWarning40,#f0ad4e);color:var(--colorWarning40,#f0ad4e)}.cronapp-icon.cronapp-info{border-color:var(--colorCalm40,#3b448e);color:var(--colorCalm40,#3b448e)}.cronapp-icon .cronapp-icon-content{display:flex;align-items:center;font-size:3.75em;justify-content:center;-webkit-animation:cronapp-hide .75s;animation:cronapp-hide .75s}@-webkit-keyframes cronapp-show{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}100%{transform:scale(1)}}@keyframes cronapp-show{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}100%{transform:scale(1)}}@-webkit-keyframes cronapp-hide{0%{transform:scale(1);opacity:1}100%{transform:scale(.5);opacity:0}}@keyframes cronapp-hide{0%{transform:scale(1);opacity:1}100%{transform:scale(.5);opacity:0}}@-webkit-keyframes cronapp-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.8125em;width:1.5625em}}@keyframes cronapp-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.8125em;width:1.5625em}}@-webkit-keyframes cronapp-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@keyframes cronapp-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@-webkit-keyframes cronapp-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}100%{transform:rotate(-405deg)}}@keyframes cronapp-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}100%{transform:rotate(-405deg)}}@-webkit-keyframes cronapp-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(.4);opacity:0}50%{margin-top:1.625em;transform:scale(.4);opacity:0}80%{margin-top:-.375em;transform:scale(1.15)}100%{margin-top:0;transform:scale(1);opacity:1}}@keyframes cronapp-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(.4);opacity:0}50%{margin-top:1.625em;transform:scale(.4);opacity:0}80%{margin-top:-.375em;transform:scale(1.15)}100%{margin-top:0;transform:scale(1);opacity:1}}@-webkit-keyframes cronapp-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0);opacity:1}}@keyframes cronapp-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0);opacity:1}}
|
package/dist/css/app.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@import 'animate.css';@import './privacy/privacy.css';@import 'fonts/material-icons/font-material-icon.css';@import '../components/css/crn-input-password.css';.table.table-borderless>thead>tr>td,.table.table-borderless>thead>tr>th,.table.table-borderless>tfoot>tr>td,.table.table-borderless>tfoot>tr>th,.table.table-borderless>tbody>tr>td,.table.table-borderless>tbody>tr>th{border-top:0 none transparent;border-bottom:0 none transparent}.login-panel{margin:11% auto 0 auto}.social-button-face:hover{background:#3b5998 !important;color:#fff}.social-button-google:hover{background:#d81c1c !important;color:#fff}.upload-image-component{padding:8px}.upload-image-component{max-height:128px;max-width:128px;background:#ccc;display:table}.upload-image-component .remove{position:absolute;margin-top:-8px;margin-left:-18px}.upload-image-component .remove span{margin-top:3px}.upload-image-component-attribute{width:100%;background:#ccc;display:table}.upload-image-component-attribute .remove{position:absolute;margin-top:-8px;margin-left:-18px}.upload-image-component-attribute .remove span{margin-top:3px}.start-camera-button{position:absolute;margin-left:-17px;margin-top:-8px}.start-camera-button-attribute{right:1px;bottom:1px}.remove-image-button{position:relative;margin-top:-22px;float:right}.dynamic-image-container{border-style:dashed}.camera-container{position:fixed;z-index:999998;top:50%;left:50%}.crn-grid-title{float:left;color:var(--textColor40,#393939);font-size:var(--textBigSize,18px);font-family:sans-serif;margin:0;padding:0;padding-left:7px;margin-top:6px}.k-grid-toolbar{text-align:right}.k-footer-template td{border-width:0}.cron-select-offscreen{clip:rect(0 0 0 0) !important;width:1px !important;height:1px !important;border:0 !important;margin:0 !important;padding:0 !important;overflow:hidden !important;position:absolute !important;outline:0 !important;left:50% !important;top:100% !important}.right-block{display:block;margin-left:auto}.left-block{display:block;margin-right:auto}li[data-component="crn-menu-item"] ul li a.bg-primary{color:white !important}li[data-component="crn-menu-item"] ul li a.bg-primary:hover{color:#333 !important}.k-grid-header .k-header,.k-grid-header .k-header a.k-link{text-transform:uppercase;font-weight:normal;font-size:var(--textNormalSize,14px);text-decoration:none !important}.modal{z-index:10020}a{cursor:pointer;color:#034d8c}.main-access{list-style:none;position:absolute}.main-nav-link{text-decoration:none;color:#fff;position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.main-nav-link:focus,.main-nav-link:active{width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;z-index:2000;top:1em;left:1em;padding:.5em;background:#fff}.nav.nav-tabs li.active{background:#3b448e}.float-left-desktop{float:left}.form-control[ng-readonly=true]{background:#eee;opacity:1}#crn-button-846239{display:none}.dynamic-image-container{width:fit-content}.k-treeview .k-i-collapse,.k-treeview .k-i-expand{height:auto}.k-treeview .k-in{font-family:var(--font-family,"Arial",sans-serif)}.page-header{border-bottom:1px solid #eee;display:flex;align-items:center}.crn-radiogroup .k-content{background:transparent}img.crn-image{max-width:100%}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background:#d0d0d0;color:#454545}.header{background:#d1d1d1}.k-list .k-item.k-state-selected,.k-list-container .k-button.k-state-active,.k-list-container .k-button:active,.k-list-optionlabel.k-state-selected,.k-menu-group .k-item.k-state-selected,.k-menu.k-context-menu .k-item.k-state-selected,.k-spreadsheet-popup .k-button.k-state-active,.k-spreadsheet-popup .k-button.k-state-selected,.k-spreadsheet-popup .k-button:active{color:#000}.center-content{height:100vh;display:flex;align-items:center}@font-face{font-family:"Arial-Report";src:url('../../../../node_modules/cronapp-lib-js/dist/js/kendo-ui/styles/fonts/arial-report/arial-report.ttf')}.k-pdf-export,.k-pdf-export *{font-family:"Arial-Report"}.k-invalid-msg{color:red !important;border:none !important}.displayBlock{display:block !important}.crn-timeline-container{margin:30px;overflow:hidden;overflow-y:auto}.panel-group .panel-heading.heading-arrow{display:grid;grid-template-columns:auto 33px;align-items:center}.panel-group .heading-arrow.panel-heading::after{font-family:FontAwesome;content:"\f077";float:right;color:#fff}.panel-group .heading-arrow.collapsed.panel-heading::after{content:"\f078"}.crn-textinputbutton{display:flex;align-items:flex-end}.crn-textinputbutton-button{display:inherit}.crn-textinputbutton-button button{margin:0;margin-left:10px}#cron-breadcrumbs .k-breadcrumb-container,#cron-breadcrumbs .k-breadcrumb-root-item-container{padding:3px 10px;position:relative}#cron-breadcrumbs .k-breadcrumb-item a .k-icon{margin-right:4px}.k-button.btn-fab i{margin:0 auto;display:flex;align-items:center;justify-content:center}.active-bar,.tool-bar{display:flex;gap:6px}label{font-weight:normal}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 calc(var(--textBigSize, 18px) * 2) var(--backgroundColor10, #ffffff) inset !important;-webkit-text-fill-color:var(--textColor60,#2a2a2a) !important}input[type=checkbox].k-checkbox{clip:rect(0,0,0,0);overflow:hidden;position:absolute;opacity:0;-webkit-appearance:none;width:var(--textBigSize,18px);height:var(--textBigSize,18px)}#auditDetail .modal-content .list-group .form-group{margin-right:10px}
|
|
1
|
+
@import 'animate.css';@import './privacy/privacy.css';@import 'fonts/material-icons/font-material-icon.css';@import '../components/css/crn-input-password.css';.table.table-borderless>thead>tr>td,.table.table-borderless>thead>tr>th,.table.table-borderless>tfoot>tr>td,.table.table-borderless>tfoot>tr>th,.table.table-borderless>tbody>tr>td,.table.table-borderless>tbody>tr>th{border-top:0 none transparent;border-bottom:0 none transparent}.login-panel{margin:11% auto 0 auto}.social-button-face:hover{background:#3b5998 !important;color:#fff}.social-button-google:hover{background:#d81c1c !important;color:#fff}.upload-image-component{padding:8px}.upload-image-component{max-height:128px;max-width:128px;background:#ccc;display:table}.upload-image-component .remove{position:absolute;margin-top:-8px;margin-left:-18px}.upload-image-component .remove span{margin-top:3px}.upload-image-component-attribute{width:100%;background:#ccc;display:table}.upload-image-component-attribute .remove{position:absolute;margin-top:-8px;margin-left:-18px}.upload-image-component-attribute .remove span{margin-top:3px}.start-camera-button{position:absolute;margin-left:-17px;margin-top:-8px}.start-camera-button-attribute{right:1px;bottom:1px}.remove-image-button{position:relative;margin-top:-22px;float:right}.dynamic-image-container{border-style:dashed}.camera-container{position:fixed;z-index:999998;top:50%;left:50%}.crn-grid-title{float:left;color:var(--textColor40,#393939);font-size:var(--textBigSize,18px);font-family:sans-serif;margin:0;padding:0;padding-left:7px;margin-top:6px}.k-grid-toolbar{text-align:right}.k-footer-template td{border-width:0}.cron-select-offscreen{clip:rect(0 0 0 0) !important;width:1px !important;height:1px !important;border:0 !important;margin:0 !important;padding:0 !important;overflow:hidden !important;position:absolute !important;outline:0 !important;left:50% !important;top:100% !important}.right-block{display:block;margin-left:auto}.left-block{display:block;margin-right:auto}li[data-component="crn-menu-item"] ul li a.bg-primary{color:white !important}li[data-component="crn-menu-item"] ul li a.bg-primary:hover{color:#333 !important}.k-grid-header .k-header,.k-grid-header .k-header a.k-link{text-transform:uppercase;font-weight:normal;font-size:var(--textNormalSize,14px);text-decoration:none !important}.modal{z-index:10020}a{cursor:pointer;color:#034d8c}.main-access{list-style:none;position:absolute}.main-nav-link{text-decoration:none;color:#fff;position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.main-nav-link:focus,.main-nav-link:active{width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;z-index:2000;top:1em;left:1em;padding:.5em;background:#fff}.nav.nav-tabs li.active{background:#3b448e}.float-left-desktop{float:left}.form-control[ng-readonly=true]{background:#eee;opacity:1}#crn-button-846239{display:none}.dynamic-image-container{width:fit-content}.k-treeview .k-i-collapse,.k-treeview .k-i-expand{height:auto}.k-treeview .k-in{font-family:var(--font-family,"Arial",sans-serif)}.page-header{border-bottom:1px solid #eee;display:flex;align-items:center}.crn-radiogroup .k-content{background:transparent}img.crn-image{max-width:100%}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background:#d0d0d0;color:#454545}.header{background:#d1d1d1}.k-list .k-item.k-state-selected,.k-list-container .k-button.k-state-active,.k-list-container .k-button:active,.k-list-optionlabel.k-state-selected,.k-menu-group .k-item.k-state-selected,.k-menu.k-context-menu .k-item.k-state-selected,.k-spreadsheet-popup .k-button.k-state-active,.k-spreadsheet-popup .k-button.k-state-selected,.k-spreadsheet-popup .k-button:active{color:#000}.center-content{height:100vh;display:flex;align-items:center}@font-face{font-family:"Arial-Report";src:url('../../../../node_modules/cronapp-lib-js/dist/js/kendo-ui/styles/fonts/arial-report/arial-report.ttf')}.k-pdf-export,.k-pdf-export *{font-family:"Arial-Report"}.k-invalid-msg{color:red !important;border:none !important}.displayBlock{display:block !important}.crn-timeline-container{margin:30px;overflow:hidden;overflow-y:auto}.panel-group .panel-heading.heading-arrow{display:grid;grid-template-columns:auto 33px;align-items:center}.panel-group .heading-arrow.panel-heading::after{font-family:FontAwesome;content:"\f077";float:right;color:#fff}.panel-group .heading-arrow.collapsed.panel-heading::after{content:"\f078"}.crn-textinputbutton{display:flex;align-items:flex-end}.crn-textinputbutton-button{display:inherit}.crn-textinputbutton-button button{margin:0;margin-left:10px}#cron-breadcrumbs .k-breadcrumb-container,#cron-breadcrumbs .k-breadcrumb-root-item-container{padding:3px 10px;position:relative}#cron-breadcrumbs .k-breadcrumb-item a .k-icon{margin-right:4px}.k-button.btn-fab i{margin:0 auto;display:flex;align-items:center;justify-content:center}.active-bar,.tool-bar{display:flex;gap:6px}label{font-weight:normal}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 calc(var(--textBigSize, 18px) * 2) var(--backgroundColor10, #ffffff) inset !important;-webkit-text-fill-color:var(--textColor60,#2a2a2a) !important}input[type=checkbox].k-checkbox{clip:rect(0,0,0,0);overflow:hidden;position:absolute;opacity:0;-webkit-appearance:none;width:var(--textBigSize,18px);height:var(--textBigSize,18px)}#auditDetail .modal-content .list-group .form-group{margin-right:10px}img[src='undefined']{display:none}.timeline{clear:both}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.btn,.k-button{border-radius:var(--borderRadiusSmall,15px);padding:12px 35px;border:0;color:var(--colorNeutral00,#fff);min-height:calc(var(--textNormalSize, 16px) * 3.5);outline:0;font-size:var(--textNormalSize,16px);box-shadow:none;display:inline-flex;background:var(--colorDefault40,#2ca4a8)}.btn:focus:hover,.k-button:focus:hover{box-shadow:none}.btn,.k-button,.k-button.k-default,.btn.btn-default{background:linear-gradient(90deg,var(--colorDefault40,#2ca4a8) 40%,var(--colorDefault30,#81bdc0) 100%);color:var(--textColorDefault40,#fff)}.k-button:focus,.k-button:hover,.btn:focus,.btn:hover,.k-button.k-default:focus,.k-button.k-default:hover,.btn.btn-default:focus,.btn.btn-default:hover{color:var(--colorDefault40,#2ca4a8);box-shadow:none;background:var(--colorDefault20,#b1d3d5)}.btn.active,.btn:active,.k-button.active,.k-button:active,.btn.btn-default.active,.btn.btn-default:active,.k-button.k-default.active,.k-button.k-default:active{background:var(--colorDefault40,#2ca4a8);color:var(--textColorDefault40,#fff)}.k-dialog-buttongroup .k-button.k-primary,.k-button.k-primary,.btn.btn-primary{background:linear-gradient(90deg,var(--colorPrimary40,#2c72a8) 40%,var(--colorPrimary30,#819fc0) 100%);color:var(--textColorPrimary40,#fff)}.k-dialog-buttongroup .k-button.k-primary:focus,.k-dialog-buttongroup .k-button.k-primary:hover,.k-button.k-primary:focus,.k-button.k-primary:hover,.btn.btn-primary:focus,.btn.btn-primary:hover{color:var(--colorPrimary40,#2c72a8);box-shadow:none;background:var(--colorPrimary20,#b1c1d5)}.k-dialog-buttongroup .k-button.k-primary.active,.k-dialog-buttongroup .k-button.k-primary:active,.btn.btn-primary.active,.btn.btn-primary:active,.k-button.k-primary.active,.k-button.k-primary:active{background:var(--colorPrimary40,#2c72a8);color:var(--textColorPrimary40,#fff)}.k-button.k-success,.btn.btn-success{background:linear-gradient(90deg,var(--colorSuccess40,#38a82c) 40%,var(--colorSuccess30,#85c081) 100%);color:var(--textColorSuccess40,#fff)}.k-button.k-success:focus,.k-button.k-success:hover,.btn.btn-success:focus,.btn.btn-success:hover{color:var(--colorSuccess40,#38a82c);box-shadow:none;background:var(--colorSuccess20,#b2d5b1)}.btn.btn-success.active,.btn.btn-success:active,.k-button.k-success.active,.k-button.k-success:active{background:var(--colorSuccess40,#38a82c);color:var(--textColorSuccess40,#fff)}.k-button.k-warning,.btn.btn-warning{background:linear-gradient(90deg,var(--colorWarning40,#daa31f) 40%,var(--colorWarning30,#e3bd7e) 100%);color:var(--textColorWarning40,#fff)}.k-button.k-warning:focus,.k-button.k-warning:hover,.btn.btn-warning:focus,.btn.btn-warning:hover{color:var(--colorWarning40,#daa31f);box-shadow:none;background:var(--colorWarning20,#ecd3af)}.btn.btn-warning.active,.btn.btn-warning:active,.k-button.k-warning.active,.k-button.k-warning:active{background:var(--colorWarning40,#daa31f);color:var(--textColorWarning40,#fff)}.k-button.k-danger,.btn.btn-danger{background:linear-gradient(90deg,var(--colorDanger40,#a82c2c) 40%,var(--colorDanger30,#c08181) 100%);color:var(--textColorDanger40,#fff)}.k-button.k-danger:focus,.k-button.k-danger:hover,.btn.btn-danger:focus,.btn.btn-danger:hover{color:var(--colorDanger40,#a82c2c);box-shadow:none;background:var(--colorDanger20,#d5b1b1)}.btn.btn-danger.active,.btn.btn-danger:active,.k-button.k-danger.active,.k-button.k-danger:active{background:var(--colorDanger40,#a82c2c);color:var(--textColorDanger40,#fff)}.k-button.k-info,.btn.btn-info{background:transparent;border:2px solid var(--colorCalm40,#11c1f3);color:var(--colorCalm40,#11c1f3)}.k-button.k-info:focus,.k-button.k-info:hover,.btn.btn-info:focus,.btn.btn-info:hover{border:2px solid var(--colorCalm20,#aee0f9);color:var(--colorCalm20,#aee0f9);background:transparent}.btn.btn-info.active,.btn.btn-info:active,.k-button.k-info.active,.k-button.k-info:active{background:var(--colorCalm20,#aee0f9);color:var(--colorCalm40,#11c1f3)}.btn.btn-light{background:transparent;border:2px solid var(--textColorLight40,#444);color:var(--textColorLight40,#444)}.k-button.k-light:focus,.k-button.k-light:hover,.btn.btn-light:focus,.btn.btn-light:hover{border:2px solid var(--textColorLight60,#b5b5b5);color:var(--textColorLight60,#b5b5b5);background:transparent}.btn.btn-light.active,.btn.btn-light:active,.k-button.k-light.active,.k-button.k-light:active{background:var(--colorLight40,#ddd);color:var(--textColorLight40,#444)}.k-button.k-stable,.btn.btn-stable{background:linear-gradient(90deg,var(--colorStable40,#b2b2b2) 40%,var(--colorStable30,#c7c7c7) 100%);color:var(--textColorStable40,#444)}.k-button.k-stable:focus,.k-button.k-stable:hover,.btn.btn-stable:focus,.btn.btn-stable:hover{color:var(--colorStable40,#b2b2b2);box-shadow:none;background:var(--colorStable20,#d9d9d9)}.btn.btn-stable.active,.btn.btn-stable:active,.k-button.k-stable.active,.k-button.k-stable:active{background:var(--colorStable40,#b2b2b2);color:var(--textColorStable40,#444)}.k-button.k-royal,.btn.btn-royal{background:linear-gradient(90deg,var(--colorRoyal40,#7e5ee8) 40%,var(--colorRoyal30,#a594ee) 100%);color:var(--textColorRoyal40,#fff)}.k-button.k-royal:focus,.k-button.k-royal:hover,.btn.btn-royal:focus,.btn.btn-royal:hover{color:var(--colorRoyal40,#7e5ee8);box-shadow:none;background:var(--colorRoyal20,#d5b1b1)}.btn.btn-royal.active,.btn.btn-royal:active,.k-button.k-royal.active,.k-button.k-royal:active{background:var(--colorRoyal40,#7e5ee8);color:var(--textColorRoyal40,#fff)}.k-button.k-
|
|
1
|
+
.btn,.k-button{border-radius:var(--borderRadiusSmall,15px);padding:12px 35px;border:0;color:var(--colorNeutral00,#fff);min-height:calc(var(--textNormalSize, 16px) * 3.5);outline:0;font-size:var(--textNormalSize,16px);box-shadow:none;display:inline-flex;background:var(--colorDefault40,#2ca4a8)}.btn:focus:hover,.k-button:focus:hover{box-shadow:none}.btn,.k-button,.k-button.k-default,.btn.btn-default{background:linear-gradient(90deg,var(--colorDefault40,#2ca4a8) 40%,var(--colorDefault30,#81bdc0) 100%);color:var(--textColorDefault40,#fff)}.k-button:focus,.k-button:hover,.btn:focus,.btn:hover,.k-button.k-default:focus,.k-button.k-default:hover,.btn.btn-default:focus,.btn.btn-default:hover{color:var(--colorDefault40,#2ca4a8);box-shadow:none;background:var(--colorDefault20,#b1d3d5)}.btn.active,.btn:active,.k-button.active,.k-button:active,.btn.btn-default.active,.btn.btn-default:active,.k-button.k-default.active,.k-button.k-default:active{background:var(--colorDefault40,#2ca4a8);color:var(--textColorDefault40,#fff)}.k-edit-form-container .k-edit-buttons .k-primary,.k-dialog-buttongroup .k-button.k-primary,.k-button.k-primary,.btn.btn-primary{background:linear-gradient(90deg,var(--colorPrimary40,#2c72a8) 40%,var(--colorPrimary30,#819fc0) 100%);color:var(--textColorPrimary40,#fff)}.k-edit-form-container .k-edit-buttons .k-primary:hover,.k-edit-form-container .k-edit-buttons .k-primary:focus,.k-dialog-buttongroup .k-button.k-primary:focus,.k-dialog-buttongroup .k-button.k-primary:hover,.k-button.k-primary:focus,.k-button.k-primary:hover,.btn.btn-primary:focus,.btn.btn-primary:hover{color:var(--colorPrimary40,#2c72a8);box-shadow:none;background:var(--colorPrimary20,#b1c1d5)}.k-edit-form-container .k-edit-buttons .k-primary:active,.k-edit-form-container .k-edit-buttons .k-primary.active,.k-dialog-buttongroup .k-button.k-primary.active,.k-dialog-buttongroup .k-button.k-primary:active,.btn.btn-primary.active,.btn.btn-primary:active,.k-button.k-primary.active,.k-button.k-primary:active{background:var(--colorPrimary40,#2c72a8);color:var(--textColorPrimary40,#fff)}.k-button.k-success,.btn.btn-success{background:linear-gradient(90deg,var(--colorSuccess40,#38a82c) 40%,var(--colorSuccess30,#85c081) 100%);color:var(--textColorSuccess40,#fff)}.k-button.k-success:focus,.k-button.k-success:hover,.btn.btn-success:focus,.btn.btn-success:hover{color:var(--colorSuccess40,#38a82c);box-shadow:none;background:var(--colorSuccess20,#b2d5b1)}.btn.btn-success.active,.btn.btn-success:active,.k-button.k-success.active,.k-button.k-success:active{background:var(--colorSuccess40,#38a82c);color:var(--textColorSuccess40,#fff)}.k-button.k-warning,.btn.btn-warning{background:linear-gradient(90deg,var(--colorWarning40,#daa31f) 40%,var(--colorWarning30,#e3bd7e) 100%);color:var(--textColorWarning40,#fff)}.k-button.k-warning:focus,.k-button.k-warning:hover,.btn.btn-warning:focus,.btn.btn-warning:hover{color:var(--colorWarning40,#daa31f);box-shadow:none;background:var(--colorWarning20,#ecd3af)}.btn.btn-warning.active,.btn.btn-warning:active,.k-button.k-warning.active,.k-button.k-warning:active{background:var(--colorWarning40,#daa31f);color:var(--textColorWarning40,#fff)}.k-edit-form-container .k-edit-buttons .k-scheduler-canceltimezone,.k-edit-form-container .k-edit-buttons .k-scheduler-cancel,.k-button.k-danger,.btn.btn-danger{background:linear-gradient(90deg,var(--colorDanger40,#a82c2c) 40%,var(--colorDanger30,#c08181) 100%);color:var(--textColorDanger40,#fff)}.k-edit-form-container .k-edit-buttons .k-scheduler-canceltimezone:focus,.k-edit-form-container .k-edit-buttons .k-scheduler-cancel:focus,.k-edit-form-container .k-edit-buttons .k-scheduler-canceltimezone:hover,.k-edit-form-container .k-edit-buttons .k-scheduler-cancel:hover,.k-button.k-danger:focus,.k-button.k-danger:hover,.btn.btn-danger:focus,.btn.btn-danger:hover{color:var(--colorDanger40,#a82c2c);box-shadow:none;background:var(--colorDanger20,#d5b1b1)}.k-edit-form-container .k-edit-buttons .k-scheduler-canceltimezone:active,.k-edit-form-container .k-edit-buttons .k-scheduler-cancel:active,.k-edit-form-container .k-edit-buttons .k-scheduler-canceltimezone.active,.k-edit-form-container .k-edit-buttons .k-scheduler-cancel.active,.btn.btn-danger.active,.btn.btn-danger:active,.k-button.k-danger.active,.k-button.k-danger:active{background:var(--colorDanger40,#a82c2c);color:var(--textColorDanger40,#fff)}.k-button.k-info,.btn.btn-info{background:transparent;border:2px solid var(--colorCalm40,#11c1f3);color:var(--colorCalm40,#11c1f3)}.k-button.k-info:focus,.k-button.k-info:hover,.btn.btn-info:focus,.btn.btn-info:hover{border:2px solid var(--colorCalm20,#aee0f9);color:var(--colorCalm20,#aee0f9);background:transparent}.btn.btn-info:focus .text-color-info,.btn.btn-info:hover .text-color-info{color:var(--colorCalm20,#aee0f9)}.btn.btn-info.active,.btn.btn-info:active,.k-button.k-info.active,.k-button.k-info:active{background:var(--colorCalm20,#aee0f9);color:var(--colorCalm40,#11c1f3)}.btn.btn-light{background:transparent;border:2px solid var(--textColorLight40,#444);color:var(--textColorLight40,#444)}.k-button.k-light:focus,.k-button.k-light:hover,.btn.btn-light:focus,.btn.btn-light:hover{border:2px solid var(--textColorLight60,#b5b5b5);color:var(--textColorLight60,#b5b5b5);background:transparent}.btn.btn-light:focus .text-color-light,.btn.btn-light:hover .text-color-light{color:var(--textColorLight60,#b5b5b5)}.btn.btn-light.active,.btn.btn-light:active,.k-button.k-light.active,.k-button.k-light:active{background:var(--colorLight40,#ddd);color:var(--textColorLight40,#444)}.k-button.k-stable,.btn.btn-stable{background:linear-gradient(90deg,var(--colorStable40,#b2b2b2) 40%,var(--colorStable30,#c7c7c7) 100%);color:var(--textColorStable40,#444)}.k-button.k-stable:focus,.k-button.k-stable:hover,.btn.btn-stable:focus,.btn.btn-stable:hover{color:var(--colorStable40,#b2b2b2);box-shadow:none;background:var(--colorStable20,#d9d9d9)}.btn.btn-stable.active,.btn.btn-stable:active,.k-button.k-stable.active,.k-button.k-stable:active{background:var(--colorStable40,#b2b2b2);color:var(--textColorStable40,#444)}.k-button.k-royal,.btn.btn-royal{background:linear-gradient(90deg,var(--colorRoyal40,#7e5ee8) 40%,var(--colorRoyal30,#a594ee) 100%);color:var(--textColorRoyal40,#fff)}.k-button.k-royal:focus,.k-button.k-royal:hover,.btn.btn-royal:focus,.btn.btn-royal:hover{color:var(--colorRoyal40,#7e5ee8);box-shadow:none;background:var(--colorRoyal20,#d5b1b1)}.btn.btn-royal.active,.btn.btn-royal:active,.k-button.k-royal.active,.k-button.k-royal:active{background:var(--colorRoyal40,#7e5ee8);color:var(--textColorRoyal40,#fff)}.k-button.k-dark,.btn.btn-dark{background:linear-gradient(90deg,var(--colorDark40,#444) 40%,var(--colorDark30,#898989) 100%);color:var(--textColorDark40,#fff)}.k-button.k-dark:focus,.k-button.k-dark:hover,.btn.btn-dark:focus,.btn.btn-dark:hover{color:var(--colorDark40,#444);box-shadow:none;background:var(--colorDark20,#b5b5b5)}.btn.btn-dark.active,.btn.btn-dark:active,.k-button.k-dark.active,.k-button.k-dark:active{background:var(--colorDark40,#444);color:var(--textColorDark40,#fff)}.btn.btn-link{background:transparent;border:2px solid var(--colorPrimary40,#2c72a8)}.btn.btn-link i,.btn.btn-link span{color:var(--colorPrimary40,#2c72a8)}.btn.btn-link.active,.btn.btn-link:active,.btn.btn-link:focus,.btn.btn-link:hover{border:2px solid var(--colorPrimary20,#b1c1d5);color:var(--colorPrimary20,#b1c1d5);background:transparent}.btn.btn-link:focus i,.btn.btn-link:focus span,.btn.btn-link:hover i,.btn.btn-link:hover span{color:var(--colorPrimary20,#b1c1d5)}.btn.btn-link:focus,.btn.btn-link:hover{text-decoration:none}.btn.btn-fab,.btn-fab{padding:3px 28px;display:inline-grid}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import 'button-aquamarine.css';@import 'navbar-aquamarine.css';@import 'checkbox-aquamarine.css';@import 'panel-aquamarine.css';@import '../../../fonts/WorkSans/WorkSans.css';@import '../../../fonts/helvetica-neue/HelveticaNeue.css';:root{--fontFamily:"Work Sans","Helvetica Neue",Arial,sans-serif;--textColor:#111;--backgroundColor:#fff;--textSmallSize:13px;--textNormalSize:15px;--textMediumSize:19px;--textBigSize:26px;--textExtraBigSize:32px;--textFullSize:39px;--textColor10:#d6d6d6;--textColor20:#aeaeae;--textColor30:#7c7c7c;--textColor40:#111;--textColor50:#0f0f0f;--textColor60:#0c0c0c;--textColor70:#090909;--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:#fbfbfb;--backgroundColor20:#f8f8f8;--backgroundColor30:#f4f4f4;--backgroundColor40:#f1f1f1;--backgroundColor50:#d3d3d3;--backgroundColor60:#b1b1b1;--backgroundColor70:#848484;--backgroundLogin10:#fbfbfb;--backgroundLogin20:#f8f8f8;--backgroundLogin30:#f4f4f4;--backgroundLogin40:#f1f1f1;--backgroundLogin50:#d3d3d3;--backgroundLogin60:#b1b1b1;--backgroundLogin70:#848484;--distanceNone:0;--distanceSmallest:5px;--distanceExtraSmall:10px;--distanceSmall:15px;--distanceMedium:20px;--distanceBig:30px;--distanceGiant:40px;--distanceTitan:60px;--borderRadiusNone:0;--borderRadiusSmallest:5px;--borderRadiusExtraSmall:10px;--borderRadiusSmall:15px;--borderRadiusMedium:20px;--borderRadiusBig:30px;--borderRadiusGiant:40px;--borderRadiusTitan:60px;--borderRadiusFull:99999px;--colorDefault10:#d7e7e8;--colorDefault20:#b1d3d5;--colorDefault30:#81bdc0;--colorDefault40:#2ca4a8;--colorDefault50:#279093;--colorDefault60:#20787b;--colorDefault70:#185a5c;--textColorDefault10:#8c8c8c;--textColorDefault20:#bbb;--textColorDefault30:#dfdfdf;--textColorDefault40:#fff;--textColorDefault50:#fff;--textColorDefault60:#fff;--textColorDefault70:#fff;--colorPrimary10:#d7dee8;--colorPrimary20:#b1c1d5;--colorPrimary30:#819fc0;--colorPrimary40:#2c72a8;--colorPrimary50:#276493;--colorPrimary60:#20547b;--colorPrimary70:#183e5c;--textColorPrimary10:#8c8c8c;--textColorPrimary20:#bbb;--textColorPrimary30:#dfdfdf;--textColorPrimary40:#fff;--textColorPrimary50:#fff;--textColorPrimary60:#fff;--textColorPrimary70:#fff;--colorSuccess10:#d8e8d7;--colorSuccess20:#b2d5b1;--colorSuccess30:#85c081;--colorSuccess40:#38a82c;--colorSuccess50:#319327;--colorSuccess60:#297b20;--colorSuccess70:#1f5c18;--textColorSuccess10:#8c8c8c;--textColorSuccess20:#bbb;--textColorSuccess30:#dfdfdf;--textColorSuccess40:#fff;--textColorSuccess50:#fff;--textColorSuccess60:#fff;--textColorSuccess70:#fff;--colorWarning10:#f4e7d6;--colorWarning20:#ecd3af;--colorWarning30:#e3bd7e;--colorWarning40:#daa31f;--colorWarning50:#bf8f1b;--colorWarning60:#a07717;--colorWarning70:#775911;--textColorWarning10:#8c8c8c;--textColorWarning20:#bbb;--textColorWarning30:#dfdfdf;--textColorWarning40:#fff;--textColorWarning50:#fff;--textColorWarning60:#fff;--textColorWarning70:#fff;--colorDanger10:#e8d7d7;--colorDanger20:#d5b1b1;--colorDanger30:#c08181;--colorDanger40:#a82c2c;--colorDanger50:#932727;--colorDanger60:#7b2020;--colorDanger70:#5c1818;--textColorDanger10:#8c8c8c;--textColorDanger20:#bbb;--textColorDanger30:#dfdfdf;--textColorDanger40:#fff;--textColorDanger50:#fff;--textColorDanger60:#fff;--textColorDanger70:#fff;--colorRoyal10:#e0dbf8;--colorRoyal20:#c5bbf3;--colorRoyal30:#a594ee;--colorRoyal40:#7e5ee8;--colorRoyal50:#6e52cb;--colorRoyal60:#5c45aa;--colorRoyal70:#45337f;--textColorRoyal10:#8c8c8c;--textColorRoyal20:#bbb;--textColorRoyal30:#dfdfdf;--textColorRoyal40:#fff;--textColorRoyal50:#fff;--textColorRoyal60:#fff;--textColorRoyal70:#fff;--colorCalm10:#d6eefb;--colorCalm20:#aee0f9;--colorCalm30:#7cd1f6;--colorCalm40:#11c1f3;--colorCalm50:#0fa9d5;--colorCalm60:#0c8db2;--colorCalm70:#096a85;--textColorCalm10:#8c8c8c;--textColorCalm20:#bbb;--textColorCalm30:#dfdfdf;--textColorCalm40:#fff;--textColorCalm50:#fff;--textColorCalm60:#fff;--textColorCalm70:#fff;--colorLight10:#f5f5f5;--colorLight20:#ededed;--colorLight30:#e5e5e5;--colorLight40:#ddd;--colorLight50:#c2c2c2;--colorLight60:#a2a2a2;--colorLight70:#797979;--textColorLight10:#252525;--textColorLight20:#323232;--textColorLight30:#3c3c3c;--textColorLight40:#444;--textColorLight50:#898989;--textColorLight60:#b5b5b5;--textColorLight70:#d9d9d9;--colorStable10:#ebebeb;--colorStable20:#d9d9d9;--colorStable30:#c7c7c7;--colorStable40:#b2b2b2;--colorStable50:#9c9c9c;--colorStable60:#828282;--colorStable70:#616161;--textColorStable10:#252525;--textColorStable20:#323232;--textColorStable30:#3c3c3c;--textColorStable40:#444;--textColorStable50:#898989;--textColorStable60:#b5b5b5;--textColorStable70:#d9d9d9;--colorDark10:#d9d9d9;--colorDark20:#b5b5b5;--colorDark30:#898989;--colorDark40:#444;--colorDark50:#3c3c3c;--colorDark60:#323232;--colorDark70:#252525;--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(--colorPrimary40,#2c72a8);--btnDefault:var(--colorDefault40,#2ca4a8);--btnPrimary:var(--colorPrimary40,#2c72a8);--btnSuccess:var(--colorSuccess40,#38a82c);--btnCalm:var(--colorCalm40,#11c1f3);--btnWarning:var(--colorWarning40,#daa31f);--btnDanger:var(--colorDanger40,#a82c2c);--btnLight:var(--textColorLight40,#444);--btnStable:var(--colorStable40,#b2b2b2);--btnRoyal:var(--colorRoyal40,#7e5ee8);--btnDark:var(--colorDark40,#444);--textColorDefault:var(--textColorDefault40,#fff);--textColorPrimary:var(--textColorPrimary40,#fff);--textColorSuccess:var(--textColorSuccess40,#fff);--textColorCalm:var(--colorCalm40,#11c1f3);--textColorWarning:var(--textColorWarning40,#fff);--textColorDanger:var(--textColorDanger40,#fff);--textColorLight:var(--textColorLight40,#fff);--textColorStable:var(--textColorStable40,#444);--textColorRoyal:var(--textColorRoyal40,#fff);--textColorDark:var(--textColorDark40,#fff);--colorDefault:var(--colorDefault40,#3b448e);--colorPrimary:var(--colorPrimary40,#5665be);--colorSuccess:var(--colorSuccess40,#257d25);--colorCalm:var(--colorDefault40,#3b448e);--colorWarning:var(--colorWarning40,#f0ad4e);--colorDanger:var(--colorDanger40,#ce3a36);--colorLight:var(--colorLight50,#c2c2c2);--colorStable:var(--colorStable40,#ffc900);--colorRoyal:var(--colorRoyal40,#886aea);--colorDark:var(--colorDark40,#444);--checkboxDefault:var(--colorDefault40,#3b448e);--checkboxPrimary:var(--colorPrimary40,#5665be);--checkboxSuccess:var(--colorSuccess40,#257d25);--checkboxCalm:var(--colorCalm40,#11c1f3);--checkboxWarning:var(--colorWarning40,#f0ad4e);--checkboxDanger:var(--colorDanger40,#ce3a36);--checkboxLight:var(--colorLight40,#ddd);--checkboxStable:var(--colorStable40,#b2b2b2);--checkboxRoyal:var(--colorRoyal40,#886aea);--checkboxDark:var(--colorDark40,#444);--comboboxDefault:var(--colorDefault40,#3b448e);--comboboxPrimary:var(--colorPrimary40,#5665be);--comboboxSuccess:var(--colorSuccess40,#257d25);--comboboxCalm:var(--colorCalm40,#11c1f3);--comboboxWarning:var(--colorWarning40,#f0ad4e);--comboboxDanger:var(--colorDanger40,#ce3a36);--comboboxLight:var(--colorLight40,#ddd);--comboboxStable:var(--colorStable40,#b2b2b2);--comboboxRoyal:var(--colorRoyal40,#886aea);--comboboxDark:var(--colorDark40,#444);--optionDefault:var(--colorDefault40,#3b448e);--optionPrimary:var(--colorPrimary40,#5665be);--optionSuccess:var(--colorSuccess40,#257d25);--optionCalm:var(--colorCalm40,#11c1f3);--optionWarning:var(--colorWarning40,#f0ad4e);--optionDanger:var(--colorDanger40,#ce3a36);--optionLight:var(--colorLight40,#fff);--optionStable:var(--colorStable40,#f8f8f8);--optionRoyal:var(--colorRoyal40,#886aea);--optionDark:var(--colorDark40,#444);--panelDefault:var(--colorDefault40,#2ca4a8);--panelPrimary:var(--colorPrimary40,#2c72a8);--panelSuccess:var(--colorSuccess40,#38a82c);--panelCalm:var(--colorCalm40,#11c1f3);--panelWarning:var(--colorWarning40,#daa31f);--panelDanger:var(--colorDanger40,#a82c2c);--panelLight:var(--colorLight40,#ddd);--panelStable:var(--colorStable40,#b2b2b2);--panelRoyal:var(--colorRoyal40,#7e5ee8);--panelDark:var(--colorDark40,#444)}.text-color-info{color:var(--colorCalm40,#11c1f3)}body{background:var(--backgroundColor40,#f1f1f1);font-family:var(--fontFamily,"Work Sans",Helvetica,Arial,sans-serif);font-weight:400;font-size:var(--textNormalSize,16px);color:var(--textColor40,#111)}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{color:var(--textColor40,#111);font-weight:500}label{font-weight:400}.h1{margin-left:20px}.h1::before{content:'';height:40px;background:linear-gradient(180deg,var(--colorDefault40,#2ca4a8) 0,var(--colorPrimary40,#2c72a8) 100%);border-radius:var(--borderRadiusSmallest,5px);margin-left:calc(var(--distanceExtraSmall, 10px) * 2);width:12px;position:absolute;margin-left:-16px}.btn.btn-fab,.btn-fab{border-radius:var(--borderRadiusSmall,15px)}.color-light{color:var(--colorLight50,#c2c2c2)}.k-button.disabled,.k-button.disabled span,.k-button.disabled i,.k-button.disabled.active,.k-button.disabled.focus,.k-button.disabled:active,.k-button.disabled:focus,.k-button.disabled:hover,.btn.disabled,.btn.disabled span,.btn.disabled i,.btn.disabled.active,.btn.disabled.focus,.btn.disabled:active,.btn.disabled:focus,.btn.disabled:hover{background:var(--colorNeutral80,#909090);border-color:var(--colorNeutral80,#909090);color:var(--colorNeutral150,#414141)}a,a:focus,a:active{color:var(--colorPrimary40,#2c72a8)}a:hover{color:var(--colorPrimary30,#819fc0)}.siginPanel{background:var(--backgroundLogin40,#f1f1f1)}.login-view{flex-direction:column-reverse;background:var(--textColorDefault40,#fff);border-radius:var(--borderRadiusMedium,20px);padding:var(--distanceSmall,15px);margin-top:20px}#crn-botao-cadastre,.login-view .sign-up,.crn-anchor-signup-back{color:var(--textColor40,#111)}.k-checkbox-label:before{border-radius:var(--borderRadiusSmallest,5px)}.form-control,.form-control.k-textbox,.input-group .form-control:last-child,.k-textbox,input.k-textbox,textarea.k-textbox,.k-multiselect,.k-combobox .k-dropdown-wrap,.k-autocomplete,.k-autocomplete.k-state-default,.mce-tinymce.mce-panel,.cronDynamicSelect .k-dropdown-wrap,.k-animation-container .k-dropdown .k-dropdown-wrap{background:var(--textColorDefault40,#fff);color:var(--textColor40,#111);border-radius:var(--borderRadiusSmall,15px);padding:var(--distanceExtraSmall,10px) var(--distanceMedium,20px);box-shadow:none;height:auto;text-indent:0;font-size:var(--textMediumSize,18px);border:1px solid var(--colorLight50,#c2c2c2)}.form-control,.form-control.k-textbox,.input-group .form-control:last-child,.k-textbox,input.k-textbox,textarea.k-textbox{min-height:calc(var(--textNormalSize, 16px) * 3.5)}.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-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{background:var(--textColorDefault40,#fff);box-shadow:none;color:var(--textColor40,#111)}.k-multiselect{border:1px solid var(--colorLight50,#c2c2c2);border-radius:var(--borderRadiusMedium,20px);width:auto !important}.k-multiselect .k-multiselect-wrap{border-color:transparent}.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-dropdown .k-state-focused,.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{border-color:var(--colorDefault40,#2ca4a8)}.k-draghandle.k-state-selected:hover,.k-ghost-splitbar-horizontal,.k-ghost-splitbar-vertical,.k-list>.k-state-highlight,.k-list>.k-state-selected,.k-marquee-color,.k-panel>.k-state-selected,.k-scheduler .k-scheduler-toolbar .k-state-selected,.k-scheduler .k-today.k-state-selected,.k-state-selected,.k-state-selected:link,.k-state-selected:visited,.k-tool.k-state-selected{background:var(--colorDefault40,#2ca4a8);color:var(--textColorDefault40,#fff)}.k-scheduler .k-scheduler-toolbar .k-state-selected,.k-scheduler .k-today.k-state-selected{border-color:var(--colorDefault40,#2ca4a8)}.k-scheduler-footer .k-link,.k-scheduler-toolbar .k-link{padding-top:5px;padding-bottom:5px}.k-popup .k-list .k-state-hover,.k-listbox .k-item{padding:10px}.k-list .k-state-hover,.k-list .k-state-hover:hover{background:var(--colorDefault10,#d7e7e8);padding:10px;border-radius:var(--borderRadiusMedium,20px)}.k-list .k-state-selected,.k-list .k-item.k-state-hover.k-state-selected,.k-list .k-item:hover.k-state-selected,.k-popup .k-list .k-state-focused{border-radius:var(--borderRadiusMedium,20px)}.k-popup .k-list .k-item,.k-popup .k-list .k-item.k-state-hover,.k-popup .k-list .k-item.k-state-hover:hover{padding:0 10px}.k-list-optionlabel:hover.k-state-selected,.cardinput:focus-within{border:1px solid var(--colorDefault40,#2ca4a8)}.cronSelect .k-icon,.cronSelect .k-tool-icon{height:4em}.cronMultiSelect .k-icon,.cronMultiSelect .k-tool-icon{height:27px}.k-multiselect-wrap.k-state-focused,.k-state-focused>.k-multiselect-wrap{box-shadow:none}.k-multiselect .k-multiselect-wrap,span.k-dropdown,.k-combobox{background:transparent}.k-multiselect-wrap .k-input{min-height:auto}.k-multiselect .k-multiselect-wrap li{padding:4px 41px 4px 12px;margin-right:5px}.k-multiselect-wrap .k-select{padding:4px 10px}.k-button:before{background:var(--colorDefault40,#2ca4a8)}.k-multiselect .k-button.k-state-hover,.k-multiselect .k-button{border-color:var(--colorDefault50,#279093);background:var(--colorDefault40,#2ca4a8);color:var(--textColorDefault40,#fff)}.k-multiselect-wrap .k-button.k-state-hover .k-select,.k-multiselect-wrap .k-button:hover{background:var(--colorDefault60,#20787b);color:var(--textColorDefault40,#fff)}.k-multiselect .k-button:active{color:var(--textColorDefault40,#fff);box-shadow:inset 0 0 10px 3px var(--colorDefault50,#279093)}.input-group .k-button{background:linear-gradient(90deg,var(--colorDefault50,#279093) 0,var(--colorDefault30,#81bdc0) 100%);color:var(--textColorDefault40,#fff)}.input-group .k-button.active,.input-group .k-button:active,.input-group .k-button:focus,.input-group .k-button:hover{color:var(--colorDefault40,#2ca4a8);box-shadow:none;background:var(--colorDefault20,#d7d7d7)}.k-dropdown .k-state-hover .k-input,.k-dropdown .k-input,.k-dropdown .k-state-focused .k-input,.k-menu .k-popup{color:var(--textColor40,#111)}.cardinput{background:var(--textColorDefault40,#fff);border-radius:var(--borderRadiusSmall,15px);padding:0;border-color:var(--colorLight50,#c2c2c2)}cron-calendar.k-calendar .k-footer,cron-calendar.k-calendar .k-header,.k-calendar .k-footer .k-nav-today{background:var(--colorDefault40,#2f2f2f);color:var(--textColorDefault40,#fff)}cron-calendar.k-widget{border-color:var(--colorDefault40,#2f2f2f)}.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(--colorDefault60,#3e3e3e);box-shadow:none}.k-calendar th{background:var(--colorDefault10,#3e3e3e)}.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,.k-state-selected{box-shadow:inset 0 0 10px 3px var(--colorDefault40,#5665be)}.k-calendar .k-today.k-state-selected.k-state-hover{background-color:var(--colorDefault60,#3e3e3e)}.bootstrap-datetimepicker-widget.dropdown-menu{color:var(--textColor40,#111);background:var(--textColorDefault40,#fff)}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after{border-bottom-color:var(--textColorDefault40,#fff)}.bootstrap-datetimepicker-widget.dropdown-menu.top:after{border-top-color:var(--textColorDefault40,#fff)}.dynamic-image-container{border-radius:var(--borderRadiusMedium,20px);padding:12px;border-width:3px;border-color:var(--textColor40,#111)}.dynamic-image-container .btn{background:linear-gradient(90deg,var(--colorDefault50,#279093) 0,var(--colorDefault30,#81bdc0) 100%);color:var(--textColorDefault40,#fff);border:0;display:initial;padding:3px 28px}.dynamic-image-container .btn.btn-info{padding:3px 24px;margin-left:0}.dynamic-image-container .btn.btn-info.active,.dynamic-image-container .btn.btn-info:active,.dynamic-image-container .btn.btn-info:focus,.dynamic-image-container .btn.btn-info:hover{border:0}.dynamic-image-container .btn.active,.dynamic-image-container .btn:active,.dynamic-image-container .btn:focus,.dynamic-image-container .btn:hover{color:var(--colorDefault40,#2ca4a8);box-shadow:none;background:var(--colorDefault20,#b1d3d5)}.k-autocomplete.k-state-default .k-input,.k-combobox .k-state-default .k-input,.k-multiselect-wrap,.k-numeric-wrap.k-state-default .k-input,.k-picker-wrap.k-state-default .k-input,.k-progress-status-wrap,.k-slider-selection,.k-slider-track{box-shadow:none}*[id^='crn-upload'] .btn,*[id^='crn-upload'] .k-button{display:inline-flex}.k-grid .k-grid-header .k-header .k-checkbox-label:before{border-color:var(--textColorDefault40,#fff);color:var(--textColorDefault40,#fff)}.k-widget{box-shadow:none}.k-grid{border:0;background:transparent;box-shadow:none}.k-grid .k-header.k-grid-toolbar{background:var(--colorLight30,#e5e5e5);border-radius:var(--borderRadiusMedium,20px);margin-bottom:var(--distanceSmall,15px);padding:var(--distanceMedium,20px);border:0}.k-grid table thead th.k-header,table.table thead th{background:var(--colorDefault40,#2ca4a8)}.k-grid table{border:1px solid #ccc;overflow:hidden;border-radius:var(--borderRadiusMedium,20px)}.k-grid-toolbar .k-button{background:linear-gradient(90deg,var(--colorDefault50,#279093) 0,var(--colorDefault30,#81bdc0) 100%);color:var(--textColorDefault40,#fff);display:inline-flex}.k-grid-toolbar .k-button:focus,.k-grid-toolbar .k-button:hover{color:var(--colorDefault40,#2ca4a8);box-shadow:none;background:var(--colorDefault20,#b1d3d5)}.k-grid-toolbar .k-button.active,.k-grid-toolbar .k-button:active{background:var(--colorDefault40,#2ca4a8);color:var(--textColorDefault40,#fff)}.k-grid table thead th.k-header,.k-grid table thead th.k-header a.k-link,table.table thead th{color:var(--textColorDefault40,#fff);font-weight:500;font-size:16px;text-transform:initial}.k-grid table thead th.k-header,table.table thead th{background:var(--colorDefault40,#2ca4a8);padding:var(--distanceSmall,15px) var(--distanceMedium,20px)}.k-grid .k-grid-pager .k-pager-nav.k-pager-first{border-radius:var(--borderRadiusMedium,20px) 0 0 var(--borderRadiusMedium,20px)}.k-grid .k-grid-pager .k-pager-nav.k-pager-first+.k-link+ul{border-left:0;position:static}.k-grid .k-grid-pager .k-pager-nav.k-pager-first+.k-link+ul .k-pager-nav{border-radius:var(--borderRadiusNone,0);border-right:0;border-left:0}.k-grid .k-grid-pager .k-pager-nav.k-pager-last{border-radius:0 var(--borderRadiusMedium,20px) var(--borderRadiusMedium,20px) 0}.k-grid .k-grid-pager .k-link,.k-grid .k-grid-pager .k-pager-nav.k-pager-first+.k-link{border-radius:var(--borderRadiusNone,0)}.k-grid .k-grid-pager .k-link{border-color:var(--colorDefault20,#b1d3d5);color:var(--colorDefault20,#b1d3d5);margin:0}.k-grid .k-grid-pager .k-link:hover{background:var(--backgroundColor40,#f1f1f1)}.k-grid .k-grid-pager .k-link .k-icon{font-size:var(--menuItemIconWidth,25px)}.k-grid .k-grid-pager .k-link.k-pager-refresh{border-color:var(--colorDefault20,#b1d3d5);border-radius:var(--borderRadiusFull,99999px);background:transparent;color:var(--colorDefault40,#2ca4a8)}.k-grid .k-grid-pager .k-link.k-pager-refresh:hover{background:var(--colorDefault10,#d7e7e8)}.k-grid .k-grid-pager ul .k-link{border-left:0}.k-grid .k-grid-pager .k-pager-numbers a{color:var(--colorDefault40,#2ca4a8)}.k-grid .k-dropdown .k-dropdown-wrap{border-radius:var(--borderRadiusMedium,20px);background:var(--textColorDefault40,#fff)}.k-pager-sizes .k-widget.k-dropdown{background:transparent}.k-grid .k-widget{background:transparent;border:0}.k-grid table .k-button{background:linear-gradient(90deg,var(--colorDefault50,#279093) 0,var(--colorDefault30,#81bdc0) 100%);color:var(--textColorDefault40,#fff);display:inherit;height:33px;width:33px;border:0;margin-right:10px}.k-grid table .k-button.active,.k-grid table .k-button:active,.k-grid table .k-button:focus,.k-grid table .k-button:hover{color:var(--colorDefault40,#2ca4a8);box-shadow:none;background:var(--colorDefault20,#b1d3d5)}.k-grid table .k-button,.k-grid table .k-button:focus:active{padding:5px;min-height:0;min-width:0;margin:0;margin-right:5px;display:inline-flex}.k-grid table .k-button.k-custom-command{width:inherit;min-width:64px}.k-grid-header th.k-header>.k-link{display:inline-block}.k-grid .k-grid-header th .k-i-sort-asc-sm,.k-grid .k-grid-header th .k-i-sort-desc-sm,.k-grid .k-grid-header th .k-sort-order{color:var(--textColorDefault40,#fff)}.k-grid table thead th.k-header:hover,table.table thead th:hover,.k-grid table thead th.k-header:hover a.k-link,.k-grid .k-grid-header th:hover .k-i-sort-asc-sm,.k-grid .k-grid-header th:hover .k-i-sort-desc-sm,.k-grid .k-grid-header th:hover .k-sort-order{color:yellow}.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(--colorDefault20,#b1d3d5);color:var(--coloNeutral160,#383838);box-shadow:none}.k-grid tr.k-state-selected:hover td{border-color:#ccc}.k-state-selected .k-button:hover,.k-state-selected:link .k-button:hover,.k-state-selected:visited .k-button:hover,.k-tool.k-state-selected .k-button:hover,.k-grid td.k-state-selected .k-button{border:1px solid var(--colorDefault50,#279093)}.k-grid .k-grid-pager .k-link .k-icon.k-i-reload{font-size:inherit}.crn-grid-title{line-height:36px;color:var(--textColor40,#111)}.container .jumbotron,.container-fluid .jumbotron{background:var(--colorDefault20,#b1d3d5);border-radius:var(--borderRadiusMedium,20px)}.ctn-tab .nav-tabs{background:var(--colorDefault20,#b1d3d5);color:var(--textColorDefault40,#fff);padding:var(--distanceExtraSmall,10px);border-radius:var(--borderRadiusMedium,20px)}.ctn-tab .nav-tabs li.active{background:var(--colorDefault50,#279093);border-radius:var(--borderRadiusSmall,15px);border:0}.ctn-tab .nav-tabs li.active a,.ctn-tab .nav-tabs li.active a:hover{color:var(--textColorDefault40,#fff)}.ctn-tab .nav-tabs li a{color:var(--colorDefault50,#279093)}.ctn-tab .nav-tabs li a:hover{background:var(--colorDefault30,#81bdc0);color:var(--textColorDefault40,#fff);border-radius:var(--borderRadiusSmall,15px);border:0}.table-bordered>thead>tr>td:first-child{border-top-left-radius:var(--borderRadiusMedium,20px);border-top-right-radius:var(--borderRadiusMedium,20px)}.table-bordered>thead>tr>td:last-child{border-bottom-right-radius:var(--borderRadiusMedium,20px);border-bottom-left-radius:var(--borderRadiusMedium,20px)}.table thead th:first-child{border-top-left-radius:var(--borderRadiusMedium,20px);border-left:0}.table thead th:last-child{border-top-right-radius:var(--borderRadiusMedium,20px);border-right:0}.table tbody tr:last-child td:first-child{border-bottom-left-radius:var(--borderRadiusMedium,20px);display:block}.table tbody tr:last-child td:last-child{border-bottom-right-radius:var(--borderRadiusMedium,20px);display:block}.k-grid table thead th.k-header,.k-grid table tbody td,table.table thead th,table.table tbody td{padding:var(--distanceSmall,15px) var(--distanceMedium,20px)}.table-bordered{border:0}.table tr.table-content{background:var(--textColorDefault40,#fff)}.k-grid table tbody tr:nth-child(odd),table.table tbody tr:nth-child(odd){background:var(--backgroundColor40,#f1f1f1)}.k-grid table tbody tr:nth-child(even),table.table tbody tr:nth-child(even){background:var(--colorLight30,#e5e5e5)}.k-grid table tbody tr.k-state-selected{background:var(--colorDefault20,#b1d3d5);color:var(--coloNeutral160,#383838);box-shadow:none}.k-grid table tbody tr:hover{background:var(--colorDefault10,#d7e7e8)}.k-filter-menu-container .k-dropdown .k-dropdown-wrap,.k-filter-menu-container .k-textbox{padding:0}.k-grid-header:first-child th.k-header:first-child,.k-rtl thead.k-grid-header th.k-header:last-child,thead.k-grid-header th.k-header:first-child{border-top-left-radius:var(--borderRadiusMedium,20px)}.k-rtl .k-grid-header:first-child th.k-header:first-child,.k-rtl thead.k-grid-header th.k-header:first-child,thead.k-grid-header th.k-header:last-child{border-top-right-radius:var(--borderRadiusMedium,20px)}.k-grid tr:last-child td:first-child{border-bottom-left-radius:var(--borderRadiusMedium,20px)}.k-grid tr:last-child td:last-child{border-bottom-right-radius:var(--borderRadiusMedium,20px)}.k-scheduler{background:var(--textColorDefault40,#fff);border-radius:var(--borderRadiusMedium,20px);border-color:var(--backgroundColor60,#bbb);overflow:hidden}.k-scheduler .k-header{background:var(--textColorDefault40,#fff)}.k-scheduler-edit-form .k-edit-field .k-button,.k-edit-form-container .k-edit-buttons .k-primary,.k-scheduler .k-state-selected>.k-link,.k-scheduler .k-scheduler-toolbar .k-state-selected,.k-scheduler .k-today.k-state-selected,.k-scheduler-navigation .k-nav-prev .k-link,.k-scheduler div.k-scheduler-footer .k-link,.k-scheduler div.k-scheduler-footer ul li{border-radius:var(--borderRadiusMedium,20px);background:linear-gradient(90deg,var(--colorDefault40,#2ca4a8) 40%,var(--colorDefault30,#81bdc0) 100%);color:var(--textColorDefault40,#fff);border-color:transparent}.k-scheduler-navigation .k-nav-prev{border-color:transparent}.k-scheduler-navigation .k-nav-prev .k-link:hover,.k-scheduler div.k-scheduler-footer .k-link:hover,.k-scheduler div.k-scheduler-footer ul li:hover,.k-scheduler-edit-form .k-edit-field .k-button:hover,.k-edit-form-container .k-edit-buttons .k-primary:hover{color:var(--colorDefault40,#2ca4a8);box-shadow:none;background:var(--colorDefault20,#b1d3d5)}.k-scheduler div.k-scheduler-footer .k-link:hover .k-icon,.k-scheduler div.k-scheduler-footer ul li:hover .k-icon{color:var(--colorDefault40,#2ca4a8)}.k-scheduler div.k-scheduler-footer .k-link .k-icon,.k-scheduler div.k-scheduler-footer ul li .k-icon{color:var(--textColorPrimary40,#fff)}.k-scheduler .k-scheduler-toolbar ul.k-scheduler-views li.k-state-hover a,.k-scheduler .k-scheduler-toolbar ul.k-scheduler-views li.k-state-hover,.k-gantt-toolbar ul.k-gantt-views li:last-child,.k-gantt-toolbar ul.k-gantt-views li:last-child .k-link,.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>li,.k-scheduler-toolbar ul+ul li:last-child .k-link,.k-gantt-toolbar>ul.k-gantt-views li:first-child+li,.k-gantt-toolbar>ul.k-gantt-views li:first-child+li .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{border-radius:var(--borderRadiusMedium,20px)}.k-edit-form-container .k-edit-buttons .k-scheduler-cancel{background:linear-gradient(90deg,var(--colorDanger40,#a82c2c) 40%,var(--colorDanger30,#c08181) 100%);color:var(--textColorDanger40,#fff);border-radius:var(--borderRadiusMedium,20px)}.k-edit-form-container .k-edit-buttons .k-scheduler-cancel:hover{color:var(--colorDanger40,#a82c2c);box-shadow:none;background:var(--colorDanger20,#d5b1b1)}.k-calendar .k-today.k-state-selected,.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{background:transparent;box-shadow:inset 0 0 10px 3px var(--colorDefault40,#5665be)}.k-window-titlebar .k-window-action{min-height:30px}.k-scheduler .k-scheduler-layout.k-scheduler-monthview .k-state-selected>.k-link,.k-scheduler .k-scheduler-layout.k-scheduler-monthview .k-today.k-state-selected{border-radius:var(--borderRadiusNone,0)}.k-scheduler .k-scheduler-layout.k-scheduler-monthview .k-state-selected>.k-link{background:transparent;background:0}.k-scheduler .k-scheduler-toolbar ul li.k-state-hover,.k-scheduler .k-scheduler-toolbar ul.k-scheduler-views li.k-state-hover a,.k-scheduler .k-scheduler-toolbar ul.k-scheduler-views li.k-state-hover{color:var(--colorDefault40,#2ca4a8);background:var(--colorDefault20,#b1d3d5);border-color:transparent}.k-scheduler-footer>ul>li,.k-scheduler-toolbar>ul>li{border-width:1px}.k-scheduler-navigation .k-nav-next,.k-scheduler-navigation .k-nav-today{background:transparent;border-color:var(--colorDefault40,#2ca4a8);color:var(--colorDefault40,#2ca4a8)}.k-scheduler-navigation .k-nav-next .k-link span{color:var(--colorDefault40,#2ca4a8)}.k-scheduler-navigation .k-nav-prev .k-icon{color:var(--textColorDefault40,#fff)}.k-scheduler-toolbar>ul>li{background:transparent;border-color:var(--colorDefault40,#2ca4a8);margin-left:1px}.k-scheduler-toolbar>ul>li .k-link{color:var(--colorDefault40,#2ca4a8)}.k-scheduler-toolbar .k-nav-current .k-lg-date-format,.k-scheduler-toolbar .k-nav-current .k-sm-date-format{color:var(--textColor40,#393939)}.k-scheduler-toolbar .k-nav-current.k-state-hover .k-icon,.k-scheduler-toolbar .k-nav-current.k-state-hover .k-lg-date-format,.k-scheduler-toolbar .k-nav-current.k-state-hover .k-sm-date-format{color:var(--colorDefault40,#2a9fd6)}.k-slider-buttons .k-slider-items{display:flex;margin-top:17px}.k-slider-wrap{margin-top:24px}.k-slider .k-button{min-height:auto}.k-slider-horizontal .k-tick{margin-top:32px}.k-slider-horizontal .k-label{top:10px}div[data-component^='crn-slider'] .form-control{display:block;height:max-content;margin-bottom:28px}#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:linear-gradient(90deg,var(--colorPrimary40,#2c72a8) 40%,var(--colorPrimary30,#819fc0) 100%);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(--colorPrimary40,#2c72a8);box-shadow:none;background:var(--colorPrimary20,#b1c1d5)}#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:linear-gradient(90deg,var(--colorDefault40,#2ca4a8) 40%,var(--colorDefault30,#81bdc0) 100%);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(--colorDefault40,#2ca4a8);box-shadow:none;background:var(--colorDefault20,#b1d3d5)}.combobox-light .k-button:before{background:transparent}.combobox-light .k-multiselect .k-button.k-state-hover,.combobox-light .k-multiselect .k-button{border:1.8px solid;border-color:var(--textColorLight40,#444);background:transparent;color:var(--textColorLight40,#444)}.combobox-light .k-multiselect-wrap .k-button.k-state-hover .k-select,.combobox-light .k-multiselect-wrap .k-button:hover{background:transparent;color:var(--textColorLight60,#b5b5b5);border-color:var(--textColorLight60,#b5b5b5)}.option-light .k-radio-label:before{border-color:var(--textColorLight40,#444)}.option-light .k-radio-label:after,.option-light .k-radio:checked+.k-radio-label:after{background:var(--textColorLight40,#444);border-color:var(--textColorLight40,#444)}.option-light .k-radio:checked+.k-radio-label:before{border-color:var(--textColorLight40,#444)}.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(--textColorLight40,#444);border-color:var(--textColorLight40,#444)}
|
|
1
|
+
@import 'button-aquamarine.css';@import 'navbar-aquamarine.css';@import 'checkbox-aquamarine.css';@import 'panel-aquamarine.css';@import '../../../fonts/WorkSans/WorkSans.css';@import '../../../fonts/helvetica-neue/HelveticaNeue.css';:root{--fontFamily:"Work Sans","Helvetica Neue",Arial,sans-serif;--textColor:#111;--backgroundColor:#fff;--textSmallSize:13px;--textNormalSize:15px;--textMediumSize:19px;--textBigSize:26px;--textExtraBigSize:32px;--textFullSize:39px;--textColor10:#d6d6d6;--textColor20:#aeaeae;--textColor30:#7c7c7c;--textColor40:#111;--textColor50:#0f0f0f;--textColor60:#0c0c0c;--textColor70:#090909;--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:#fbfbfb;--backgroundColor20:#f8f8f8;--backgroundColor30:#f4f4f4;--backgroundColor40:#f1f1f1;--backgroundColor50:#d3d3d3;--backgroundColor60:#b1b1b1;--backgroundColor70:#848484;--backgroundLogin10:#fbfbfb;--backgroundLogin20:#f8f8f8;--backgroundLogin30:#f4f4f4;--backgroundLogin40:#f1f1f1;--backgroundLogin50:#d3d3d3;--backgroundLogin60:#b1b1b1;--backgroundLogin70:#848484;--distanceNone:0;--distanceSmallest:5px;--distanceExtraSmall:10px;--distanceSmall:15px;--distanceMedium:20px;--distanceBig:30px;--distanceGiant:40px;--distanceTitan:60px;--borderRadiusNone:0;--borderRadiusSmallest:5px;--borderRadiusExtraSmall:10px;--borderRadiusSmall:15px;--borderRadiusMedium:20px;--borderRadiusBig:30px;--borderRadiusGiant:40px;--borderRadiusTitan:60px;--borderRadiusFull:99999px;--colorDefault10:#d7e7e8;--colorDefault20:#b1d3d5;--colorDefault30:#81bdc0;--colorDefault40:#2ca4a8;--colorDefault50:#279093;--colorDefault60:#20787b;--colorDefault70:#185a5c;--textColorDefault10:#8c8c8c;--textColorDefault20:#bbb;--textColorDefault30:#dfdfdf;--textColorDefault40:#fff;--textColorDefault50:#fff;--textColorDefault60:#fff;--textColorDefault70:#fff;--colorPrimary10:#d7dee8;--colorPrimary20:#b1c1d5;--colorPrimary30:#819fc0;--colorPrimary40:#2c72a8;--colorPrimary50:#276493;--colorPrimary60:#20547b;--colorPrimary70:#183e5c;--textColorPrimary10:#8c8c8c;--textColorPrimary20:#bbb;--textColorPrimary30:#dfdfdf;--textColorPrimary40:#fff;--textColorPrimary50:#fff;--textColorPrimary60:#fff;--textColorPrimary70:#fff;--colorSuccess10:#d8e8d7;--colorSuccess20:#b2d5b1;--colorSuccess30:#85c081;--colorSuccess40:#38a82c;--colorSuccess50:#319327;--colorSuccess60:#297b20;--colorSuccess70:#1f5c18;--textColorSuccess10:#8c8c8c;--textColorSuccess20:#bbb;--textColorSuccess30:#dfdfdf;--textColorSuccess40:#fff;--textColorSuccess50:#fff;--textColorSuccess60:#fff;--textColorSuccess70:#fff;--colorWarning10:#f4e7d6;--colorWarning20:#ecd3af;--colorWarning30:#e3bd7e;--colorWarning40:#daa31f;--colorWarning50:#bf8f1b;--colorWarning60:#a07717;--colorWarning70:#775911;--textColorWarning10:#8c8c8c;--textColorWarning20:#bbb;--textColorWarning30:#dfdfdf;--textColorWarning40:#fff;--textColorWarning50:#fff;--textColorWarning60:#fff;--textColorWarning70:#fff;--colorDanger10:#e8d7d7;--colorDanger20:#d5b1b1;--colorDanger30:#c08181;--colorDanger40:#a82c2c;--colorDanger50:#932727;--colorDanger60:#7b2020;--colorDanger70:#5c1818;--textColorDanger10:#8c8c8c;--textColorDanger20:#bbb;--textColorDanger30:#dfdfdf;--textColorDanger40:#fff;--textColorDanger50:#fff;--textColorDanger60:#fff;--textColorDanger70:#fff;--colorRoyal10:#e0dbf8;--colorRoyal20:#c5bbf3;--colorRoyal30:#a594ee;--colorRoyal40:#7e5ee8;--colorRoyal50:#6e52cb;--colorRoyal60:#5c45aa;--colorRoyal70:#45337f;--textColorRoyal10:#8c8c8c;--textColorRoyal20:#bbb;--textColorRoyal30:#dfdfdf;--textColorRoyal40:#fff;--textColorRoyal50:#fff;--textColorRoyal60:#fff;--textColorRoyal70:#fff;--colorCalm10:#d6eefb;--colorCalm20:#aee0f9;--colorCalm30:#7cd1f6;--colorCalm40:#11c1f3;--colorCalm50:#0fa9d5;--colorCalm60:#0c8db2;--colorCalm70:#096a85;--textColorCalm10:#8c8c8c;--textColorCalm20:#bbb;--textColorCalm30:#dfdfdf;--textColorCalm40:#fff;--textColorCalm50:#fff;--textColorCalm60:#fff;--textColorCalm70:#fff;--colorLight10:#f5f5f5;--colorLight20:#ededed;--colorLight30:#e5e5e5;--colorLight40:#ddd;--colorLight50:#c2c2c2;--colorLight60:#a2a2a2;--colorLight70:#797979;--textColorLight10:#252525;--textColorLight20:#323232;--textColorLight30:#3c3c3c;--textColorLight40:#444;--textColorLight50:#898989;--textColorLight60:#b5b5b5;--textColorLight70:#d9d9d9;--colorStable10:#ebebeb;--colorStable20:#d9d9d9;--colorStable30:#c7c7c7;--colorStable40:#b2b2b2;--colorStable50:#9c9c9c;--colorStable60:#828282;--colorStable70:#616161;--textColorStable10:#252525;--textColorStable20:#323232;--textColorStable30:#3c3c3c;--textColorStable40:#444;--textColorStable50:#898989;--textColorStable60:#b5b5b5;--textColorStable70:#d9d9d9;--colorDark10:#d9d9d9;--colorDark20:#b5b5b5;--colorDark30:#898989;--colorDark40:#444;--colorDark50:#3c3c3c;--colorDark60:#323232;--colorDark70:#252525;--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:transparent;--btnDefault:linear-gradient(90deg,var(--colorDefault40,#2ca4a8) 40%,var(--colorDefault30,#81bdc0) 100%);--btnPrimary:linear-gradient(90deg,var(--colorPrimary40,#2c72a8) 40%,var(--colorPrimary30,#819fc0) 100%);--btnSuccess:linear-gradient(90deg,var(--colorSuccess40,#38a82c) 40%,var(--colorSuccess30,#85c081) 100%);--btnCalm:transparent;--btnWarning:linear-gradient(90deg,var(--colorWarning40,#daa31f) 40%,var(--colorWarning30,#e3bd7e) 100%);--btnDanger:linear-gradient(90deg,var(--colorDanger40,#a82c2c) 40%,var(--colorDanger30,#c08181) 100%);--btnLight:transparent;--btnStable:linear-gradient(90deg,var(--colorStable40,#b2b2b2) 40%,var(--colorStable30,#c7c7c7) 100%);--btnRoyal:linear-gradient(90deg,var(--colorRoyal40,#7e5ee8) 40%,var(--colorRoyal30,#a594ee) 100%);--btnDark:linear-gradient(90deg,var(--colorDark40,#444) 40%,var(--colorDark30,#898989) 100%);--textColorDefault:var(--textColorDefault40,#fff);--textColorPrimary:var(--textColorPrimary40,#fff);--textColorSuccess:var(--textColorSuccess40,#fff);--textColorCalm:var(--colorCalm40,#11c1f3);--textColorWarning:var(--textColorWarning40,#fff);--textColorDanger:var(--textColorDanger40,#fff);--textColorLight:var(--textColorLight40,#444);--textColorStable:var(--textColorStable40,#444);--textColorRoyal:var(--textColorRoyal40,#fff);--textColorDark:var(--textColorDark40,#fff);--borderBtnLink:var(--colorPrimary40,#2c72a8);--borderBtnDefault:transparent;--borderBtnPrimary:transparent;--borderBtnSuccess:transparent;--borderBtnCalm:var(--colorCalm40,#11c1f3);--borderBtnWarning:transparent;--borderBtnDanger:transparent;--borderBtnLight:var(--textColorLight40,#444);--borderBtnStable:transparent;--borderBtnRoyal:transparent;--borderBtnDark:transparent;--colorDefault:var(--colorDefault40,#2ca4a8);--colorPrimary:var(--colorPrimary40,#2c72a8);--colorSuccess:var(--colorSuccess40,#38a82c);--colorCalm:var(--colorDefault40,#2ca4a8);--colorWarning:var(--colorWarning40,#daa31f);--colorDanger:var(--colorDanger40,#ce3a36);--colorLight:var(--colorLight50,#c2c2c2);--colorStable:var(--colorStable40,#b2b2b2);--colorRoyal:var(--colorRoyal40,#7e5ee8);--colorDark:var(--colorDark40,#444);--checkboxDefault:var(--colorDefault40,#2ca4a8);--checkboxPrimary:var(--colorPrimary40,#2c72a8);--checkboxSuccess:var(--colorSuccess40,#38a82c);--checkboxCalm:var(--colorCalm40,#11c1f3);--checkboxWarning:var(--colorWarning40,#daa31f);--checkboxDanger:var(--colorDanger40,#ce3a36);--checkboxLight:var(--colorLight40,#ddd);--checkboxStable:var(--colorStable40,#b2b2b2);--checkboxRoyal:var(--colorRoyal40,#7e5ee8);--checkboxDark:var(--colorDark40,#444);--borderCheckboxDefault:transparent;--borderCheckboxPrimary:transparent;--borderCheckboxSuccess:transparent;--borderCheckboxCalm:transparent;--borderCheckboxWarning:transparent;--borderCheckboxDanger:transparent;--borderCheckboxLight:transparent;--borderCheckboxStable:transparent;--borderCheckboxRoyal:transparent;--borderCheckboxDark:transparent;--comboboxDefault:var(--colorDefault40,#2ca4a8);--comboboxPrimary:var(--colorPrimary40,#2c72a8);--comboboxSuccess:var(--colorSuccess40,#38a82c);--comboboxCalm:var(--colorCalm40,#11c1f3);--comboboxWarning:var(--colorWarning40,#daa31f);--comboboxDanger:var(--colorDanger40,#ce3a36);--comboboxLight:transparent;--comboboxStable:var(--colorStable40,#b2b2b2);--comboboxRoyal:var(--colorRoyal40,#7e5ee8);--comboboxDark:var(--colorDark40,#444);--borderComboboxDefault:var(--colorDefault50,#3b448e);--borderComboboxPrimary:var(--colorPrimary50,#5665be);--borderComboboxSuccess:var(--colorSuccess50,#257d25);--borderComboboxCalm:var(--colorCalm50,#11c1f3);--borderComboboxWarning:var(--colorWarning50,#f0ad4e);--borderComboboxDanger:var(--colorDanger50,#ce3a36);--borderComboboxLight:var(--textColorLight40,#444);--borderComboboxStable:var(--colorStable50,#b2b2b2);--borderComboboxRoyal:var(--colorRoyal50,#886aea);--borderComboboxDark:var(--colorDark50,#444);--optionDefault:var(--colorDefault40,#2ca4a8);--optionPrimary:var(--colorPrimary40,#2c72a8);--optionSuccess:var(--colorSuccess40,#38a82c);--optionCalm:var(--colorCalm40,#11c1f3);--optionWarning:var(--colorWarning40,#daa31f);--optionDanger:var(--colorDanger40,#ce3a36);--optionLight:var(--colorLight40,#ddd);--optionStable:var(--colorStable40,#b2b2b2);--optionRoyal:var(--colorRoyal40,#7e5ee8);--optionDark:var(--colorDark40,#444);--borderOptionDefault:transparent;--borderOptionPrimary:transparent;--borderOptionSuccess:transparent;--borderOptionCalm:transparent;--borderOptionWarning:transparent;--borderOptionDanger:transparent;--borderOptionLight:transparent;--borderOptionStable:transparent;--borderOptionRoyal:transparent;--borderOptionDark:transparent;--panelDefault:linear-gradient(90deg,var(--colorDefault70,#185a5c) 0,var(--colorPrimary60,#20547b) 100%);--panelPrimary:linear-gradient(90deg,var(--colorPrimary40,#2c72a8) 40%,var(--colorPrimary30,#819fc0) 100%);--panelSuccess:linear-gradient(90deg,var(--colorSuccess40,#38a82c) 40%,var(--colorSuccess30,#85c081) 100%);--panelCalm:var(--colorCalm40,#11c1f3);--panelWarning:linear-gradient(90deg,var(--colorWarning40,#daa31f) 40%,var(--colorWarning30,#e3bd7e) 100%);--panelDanger:linear-gradient(90deg,var(--colorDanger40,#a82c2c) 40%,var(--colorDanger30,#c08181) 100%);--panelLight:transparent;--panelStable:linear-gradient(90deg,var(--colorStable40,#b2b2b2) 40%,var(--colorStable30,#c7c7c7) 100%);--panelRoyal:linear-gradient(90deg,var(--colorRoyal40,#7e5ee8) 40%,var(--colorRoyal30,#a594ee) 100%);--panelDark:linear-gradient(90deg,var(--colorDark40,#444) 40%,var(--colorDark30,#898989) 100%);--borderPanelDefault:transparent;--borderPanelPrimary:transparent;--borderPanelSuccess:transparent;--borderPanelCalm:transparent;--borderPanelWarning:transparent;--borderPanelDanger:transparent;--borderPanelLight:transparent;--borderPanelStable:transparent;--borderPanelRoyal:transparent;--borderPanelDark:transparent}.text-color-info{color:var(--colorCalm40,#11c1f3)}body{background:var(--backgroundColor40,#f1f1f1);font-family:var(--fontFamily,"Work Sans",Helvetica,Arial,sans-serif);font-weight:400;font-size:var(--textNormalSize,16px);color:var(--textColor40,#111)}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{color:var(--textColor40,#111);font-weight:500}label{font-weight:400}.h1{margin-left:20px}.h1::before{content:'';height:40px;background:linear-gradient(180deg,var(--colorDefault40,#2ca4a8) 0,var(--colorPrimary40,#2c72a8) 100%);border-radius:var(--borderRadiusSmallest,5px);margin-left:calc(var(--distanceExtraSmall, 10px) * 2);width:12px;position:absolute;margin-left:-16px}.btn.btn-fab,.btn-fab{border-radius:var(--borderRadiusSmall,15px)}.color-light{color:var(--colorLight50,#c2c2c2)}.k-button.disabled,.k-button.disabled span,.k-button.disabled i,.k-button.disabled.active,.k-button.disabled.focus,.k-button.disabled:active,.k-button.disabled:focus,.k-button.disabled:hover,.btn.disabled,.btn.disabled span,.btn.disabled i,.btn.disabled.active,.btn.disabled.focus,.btn.disabled:active,.btn.disabled:focus,.btn.disabled:hover{background:var(--colorNeutral80,#909090);border-color:var(--colorNeutral80,#909090);color:var(--colorNeutral150,#414141)}a,a:focus,a:active{color:var(--colorPrimary40,#2c72a8)}a:hover{color:var(--colorPrimary30,#819fc0)}.siginPanel{background:var(--backgroundLogin40,#f1f1f1)}.login-view{flex-direction:column-reverse;background:var(--textColorDefault40,#fff);border-radius:var(--borderRadiusMedium,20px);padding:var(--distanceSmall,15px);margin-top:20px}#crn-botao-cadastre,.login-view .sign-up,.crn-anchor-signup-back{color:var(--textColor40,#111)}.k-checkbox-label:before{border-radius:var(--borderRadiusSmallest,5px)}.form-control,.form-control.k-textbox,.input-group .form-control:last-child,.k-textbox,input.k-textbox,textarea.k-textbox,.k-multiselect,.k-combobox .k-dropdown-wrap,.k-autocomplete,.k-autocomplete.k-state-default,.mce-tinymce.mce-panel,.cronDynamicSelect .k-dropdown-wrap,.k-animation-container .k-dropdown .k-dropdown-wrap{background:var(--textColorDefault40,#fff);color:var(--textColor40,#111);border-radius:var(--borderRadiusSmall,15px);padding:var(--distanceExtraSmall,10px) var(--distanceMedium,20px);box-shadow:none;height:auto;text-indent:0;font-size:var(--textMediumSize,18px);border:1px solid var(--colorLight50,#c2c2c2)}.form-control,.form-control.k-textbox,.input-group .form-control:last-child,.k-textbox,input.k-textbox,textarea.k-textbox{min-height:calc(var(--textNormalSize, 16px) * 3.5)}.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-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{background:var(--textColorDefault40,#fff);box-shadow:none;color:var(--textColor40,#111)}.k-multiselect{border:1px solid var(--colorLight50,#c2c2c2);border-radius:var(--borderRadiusMedium,20px);width:auto !important}.k-multiselect .k-multiselect-wrap{border-color:transparent}.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-dropdown .k-state-focused,.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{border-color:var(--colorDefault40,#2ca4a8)}.k-draghandle.k-state-selected:hover,.k-ghost-splitbar-horizontal,.k-ghost-splitbar-vertical,.k-list>.k-state-highlight,.k-list>.k-state-selected,.k-marquee-color,.k-panel>.k-state-selected,.k-scheduler .k-scheduler-toolbar .k-state-selected,.k-scheduler .k-today.k-state-selected,.k-state-selected,.k-state-selected:link,.k-state-selected:visited,.k-tool.k-state-selected{background:var(--colorDefault40,#2ca4a8);color:var(--textColorDefault40,#fff)}.k-scheduler .k-scheduler-toolbar .k-state-selected,.k-scheduler .k-today.k-state-selected{border-color:var(--colorDefault40,#2ca4a8)}.k-scheduler-footer .k-link,.k-scheduler-toolbar .k-link{padding-top:5px;padding-bottom:5px}.k-popup .k-list .k-state-hover,.k-listbox .k-item{padding:10px}.k-list .k-state-hover,.k-list .k-state-hover:hover{background:var(--colorDefault10,#d7e7e8);padding:10px;border-radius:var(--borderRadiusMedium,20px)}.k-list .k-state-selected,.k-list .k-item.k-state-hover.k-state-selected,.k-list .k-item:hover.k-state-selected,.k-popup .k-list .k-state-focused{border-radius:var(--borderRadiusMedium,20px)}.k-popup .k-list .k-item,.k-popup .k-list .k-item.k-state-hover,.k-popup .k-list .k-item.k-state-hover:hover{padding:0 10px}.k-list-optionlabel:hover.k-state-selected,.cardinput:focus-within{border:1px solid var(--colorDefault40,#2ca4a8)}.cronSelect .k-icon,.cronSelect .k-tool-icon{height:4em}.cronMultiSelect .k-icon,.cronMultiSelect .k-tool-icon{height:27px}.k-multiselect-wrap.k-state-focused,.k-state-focused>.k-multiselect-wrap{box-shadow:none}.k-multiselect .k-multiselect-wrap,span.k-dropdown,.k-combobox{background:transparent}.k-multiselect-wrap .k-input{min-height:auto}.k-multiselect .k-multiselect-wrap li{padding:4px 41px 4px 12px;margin-right:5px}.k-multiselect-wrap .k-select{padding:4px 10px}.k-button:before{background:var(--colorDefault40,#2ca4a8)}.k-multiselect .k-button.k-state-hover,.k-multiselect .k-button{border-color:var(--colorDefault50,#279093);background:var(--colorDefault40,#2ca4a8);color:var(--textColorDefault40,#fff)}.k-multiselect-wrap .k-button.k-state-hover .k-select,.k-multiselect-wrap .k-button:hover{background:var(--colorDefault60,#20787b);color:var(--textColorDefault40,#fff)}.k-multiselect .k-button:active{color:var(--textColorDefault40,#fff);box-shadow:inset 0 0 10px 3px var(--colorDefault50,#279093)}.input-group .k-button{background:linear-gradient(90deg,var(--colorDefault50,#279093) 0,var(--colorDefault30,#81bdc0) 100%);color:var(--textColorDefault40,#fff)}.input-group .k-button.active,.input-group .k-button:active,.input-group .k-button:focus,.input-group .k-button:hover{color:var(--colorDefault40,#2ca4a8);box-shadow:none;background:var(--colorDefault20,#d7d7d7)}.k-dropdown .k-state-hover .k-input,.k-dropdown .k-input,.k-dropdown .k-state-focused .k-input,.k-menu .k-popup{color:var(--textColor40,#111)}.cardinput{background:var(--textColorDefault40,#fff);border-radius:var(--borderRadiusSmall,15px);padding:0;border-color:var(--colorLight50,#c2c2c2)}cron-calendar.k-calendar .k-footer,cron-calendar.k-calendar .k-header,.k-calendar .k-footer .k-nav-today{background:var(--colorDefault40,#2f2f2f);color:var(--textColorDefault40,#fff)}cron-calendar.k-widget{border-color:var(--colorDefault40,#2f2f2f)}.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(--colorDefault60,#3e3e3e);box-shadow:none}.k-calendar th{background:var(--colorDefault10,#3e3e3e)}.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,.k-state-selected{box-shadow:inset 0 0 10px 3px var(--colorDefault40,#5665be)}.k-calendar .k-today.k-state-selected.k-state-hover{background-color:var(--colorDefault60,#3e3e3e)}.bootstrap-datetimepicker-widget.dropdown-menu{color:var(--textColor40,#111);background:var(--textColorDefault40,#fff)}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after{border-bottom-color:var(--textColorDefault40,#fff)}.bootstrap-datetimepicker-widget.dropdown-menu.top:after{border-top-color:var(--textColorDefault40,#fff)}.dynamic-image-container{border-radius:var(--borderRadiusMedium,20px);padding:12px;border-width:3px;border-color:var(--textColor40,#111)}.dynamic-image-container .btn{background:linear-gradient(90deg,var(--colorDefault50,#279093) 0,var(--colorDefault30,#81bdc0) 100%);color:var(--textColorDefault40,#fff);border:0;display:initial;padding:3px 28px}.dynamic-image-container .btn.btn-info{padding:3px 24px;margin-left:0}.dynamic-image-container .btn.btn-info.active,.dynamic-image-container .btn.btn-info:active,.dynamic-image-container .btn.btn-info:focus,.dynamic-image-container .btn.btn-info:hover{border:0}.dynamic-image-container .btn.active,.dynamic-image-container .btn:active,.dynamic-image-container .btn:focus,.dynamic-image-container .btn:hover{color:var(--colorDefault40,#2ca4a8);box-shadow:none;background:var(--colorDefault20,#b1d3d5)}.k-autocomplete.k-state-default .k-input,.k-combobox .k-state-default .k-input,.k-multiselect-wrap,.k-numeric-wrap.k-state-default .k-input,.k-picker-wrap.k-state-default .k-input,.k-progress-status-wrap,.k-slider-selection,.k-slider-track{box-shadow:none}*[id^='crn-upload'] .btn,*[id^='crn-upload'] .k-button{display:inline-flex}.k-grid .k-grid-header .k-header .k-checkbox-label:before{border-color:var(--textColorDefault40,#fff);color:var(--textColorDefault40,#fff)}.k-widget{box-shadow:none}.k-grid{border:0;background:transparent;box-shadow:none}.k-grid .k-header.k-grid-toolbar{background:var(--colorLight30,#e5e5e5);border-radius:var(--borderRadiusMedium,20px);margin-bottom:var(--distanceSmall,15px);padding:var(--distanceMedium,20px);border:0}.k-grid table thead th.k-header,table.table thead th{background:var(--colorDefault40,#2ca4a8)}.k-grid table{border:1px solid #ccc;overflow:hidden;border-radius:var(--borderRadiusMedium,20px)}.k-grid-toolbar .k-button{background:linear-gradient(90deg,var(--colorDefault50,#279093) 0,var(--colorDefault30,#81bdc0) 100%);color:var(--textColorDefault40,#fff);display:inline-flex}.k-grid-toolbar .k-button:focus,.k-grid-toolbar .k-button:hover{color:var(--colorDefault40,#2ca4a8);box-shadow:none;background:var(--colorDefault20,#b1d3d5)}.k-grid-toolbar .k-button.active,.k-grid-toolbar .k-button:active{background:var(--colorDefault40,#2ca4a8);color:var(--textColorDefault40,#fff)}.k-grid table thead th.k-header,.k-grid table thead th.k-header a.k-link,table.table thead th{color:var(--textColorDefault40,#fff);font-weight:500;font-size:16px;text-transform:initial}.k-grid table thead th.k-header,table.table thead th{background:var(--colorDefault40,#2ca4a8);padding:var(--distanceSmall,15px) var(--distanceMedium,20px)}.k-grid .k-grid-pager .k-pager-nav.k-pager-first{border-radius:var(--borderRadiusMedium,20px) 0 0 var(--borderRadiusMedium,20px)}.k-grid .k-grid-pager .k-pager-nav.k-pager-first+.k-link+ul{border-left:0;position:static}.k-grid .k-grid-pager .k-pager-nav.k-pager-first+.k-link+ul .k-pager-nav{border-radius:var(--borderRadiusNone,0);border-right:0;border-left:0}.k-grid .k-grid-pager .k-pager-nav.k-pager-last{border-radius:0 var(--borderRadiusMedium,20px) var(--borderRadiusMedium,20px) 0}.k-grid .k-grid-pager .k-link,.k-grid .k-grid-pager .k-pager-nav.k-pager-first+.k-link{border-radius:var(--borderRadiusNone,0)}.k-grid .k-grid-pager .k-link{border-color:var(--colorDefault20,#b1d3d5);color:var(--colorDefault20,#b1d3d5);margin:0}.k-grid .k-grid-pager .k-link:hover{background:var(--backgroundColor40,#f1f1f1)}.k-grid .k-grid-pager .k-link .k-icon{font-size:var(--menuItemIconWidth,25px)}.k-grid .k-grid-pager .k-link.k-pager-refresh{border-color:var(--colorDefault20,#b1d3d5);border-radius:var(--borderRadiusFull,99999px);background:transparent;color:var(--colorDefault40,#2ca4a8)}.k-grid .k-grid-pager .k-link.k-pager-refresh:hover{background:var(--colorDefault10,#d7e7e8)}.k-grid .k-grid-pager ul .k-link{border-left:0}.k-grid .k-grid-pager .k-pager-numbers a{color:var(--colorDefault40,#2ca4a8)}.k-grid .k-dropdown .k-dropdown-wrap{border-radius:var(--borderRadiusMedium,20px);background:var(--textColorDefault40,#fff)}.k-pager-sizes .k-widget.k-dropdown{background:transparent}.k-grid .k-widget{background:transparent;border:0}.k-grid table .k-button{background:linear-gradient(90deg,var(--colorDefault50,#279093) 0,var(--colorDefault30,#81bdc0) 100%);color:var(--textColorDefault40,#fff);display:inherit;height:33px;width:33px;border:0;margin-right:10px}.k-grid table .k-button.active,.k-grid table .k-button:active,.k-grid table .k-button:focus,.k-grid table .k-button:hover{color:var(--colorDefault40,#2ca4a8);box-shadow:none;background:var(--colorDefault20,#b1d3d5)}.k-grid table .k-button,.k-grid table .k-button:focus:active{padding:5px;min-height:0;min-width:0;margin:0;margin-right:5px;display:inline-flex}.k-grid table .k-button.k-custom-command{width:inherit;min-width:64px}.k-grid-header th.k-header>.k-link{display:inline-block}.k-grid .k-grid-header th .k-i-sort-asc-sm,.k-grid .k-grid-header th .k-i-sort-desc-sm,.k-grid .k-grid-header th .k-sort-order{color:var(--textColorDefault40,#fff)}.k-grid table thead th.k-header:hover,table.table thead th:hover,.k-grid table thead th.k-header:hover a.k-link,.k-grid .k-grid-header th:hover .k-i-sort-asc-sm,.k-grid .k-grid-header th:hover .k-i-sort-desc-sm,.k-grid .k-grid-header th:hover .k-sort-order{color:yellow}.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(--colorDefault20,#b1d3d5);color:var(--coloNeutral160,#383838);box-shadow:none}.k-grid tr.k-state-selected:hover td{border-color:#ccc}.k-state-selected .k-button:hover,.k-state-selected:link .k-button:hover,.k-state-selected:visited .k-button:hover,.k-tool.k-state-selected .k-button:hover,.k-grid td.k-state-selected .k-button{border:1px solid var(--colorDefault50,#279093)}.k-grid .k-grid-pager .k-link .k-icon.k-i-reload{font-size:inherit}.crn-grid-title{line-height:36px;color:var(--textColor40,#111)}.container .jumbotron,.container-fluid .jumbotron{background:var(--colorDefault20,#b1d3d5);border-radius:var(--borderRadiusMedium,20px)}.ctn-tab .nav-tabs{background:var(--colorDefault20,#b1d3d5);color:var(--textColorDefault40,#fff);padding:var(--distanceExtraSmall,10px);border-radius:var(--borderRadiusMedium,20px)}.ctn-tab .nav-tabs li.active{background:var(--colorDefault50,#279093);border-radius:var(--borderRadiusSmall,15px);border:0}.ctn-tab .nav-tabs li.active a,.ctn-tab .nav-tabs li.active a:hover{color:var(--textColorDefault40,#fff)}.ctn-tab .nav-tabs li a{color:var(--colorDefault50,#279093)}.ctn-tab .nav-tabs li a:hover{background:var(--colorDefault30,#81bdc0);color:var(--textColorDefault40,#fff);border-radius:var(--borderRadiusSmall,15px);border:0}.table-bordered>thead>tr>td:first-child{border-top-left-radius:var(--borderRadiusMedium,20px);border-top-right-radius:var(--borderRadiusMedium,20px)}.table-bordered>thead>tr>td:last-child{border-bottom-right-radius:var(--borderRadiusMedium,20px);border-bottom-left-radius:var(--borderRadiusMedium,20px)}.table thead th:first-child{border-top-left-radius:var(--borderRadiusMedium,20px);border-left:0}.table thead th:last-child{border-top-right-radius:var(--borderRadiusMedium,20px);border-right:0}.table tbody tr:last-child td:first-child{border-bottom-left-radius:var(--borderRadiusMedium,20px);display:block}.table tbody tr:last-child td:last-child{border-bottom-right-radius:var(--borderRadiusMedium,20px);display:block}.k-grid table thead th.k-header,.k-grid table tbody td,table.table thead th,table.table tbody td{padding:var(--distanceSmall,15px) var(--distanceMedium,20px)}.table-bordered{border:0}.table tr.table-content{background:var(--textColorDefault40,#fff)}.k-grid table tbody tr:nth-child(odd),table.table tbody tr:nth-child(odd){background:var(--backgroundColor40,#f1f1f1)}.k-grid table tbody tr:nth-child(even),table.table tbody tr:nth-child(even){background:var(--colorLight30,#e5e5e5)}.k-grid table tbody tr.k-state-selected{background:var(--colorDefault20,#b1d3d5);color:var(--coloNeutral160,#383838);box-shadow:none}.k-grid table tbody tr:hover{background:var(--colorDefault10,#d7e7e8)}.k-filter-menu-container .k-dropdown .k-dropdown-wrap,.k-filter-menu-container .k-textbox{padding:0}.k-grid-header:first-child th.k-header:first-child,.k-rtl thead.k-grid-header th.k-header:last-child,thead.k-grid-header th.k-header:first-child{border-top-left-radius:var(--borderRadiusMedium,20px)}.k-rtl .k-grid-header:first-child th.k-header:first-child,.k-rtl thead.k-grid-header th.k-header:first-child,thead.k-grid-header th.k-header:last-child{border-top-right-radius:var(--borderRadiusMedium,20px)}.k-grid tr:last-child td:first-child{border-bottom-left-radius:var(--borderRadiusMedium,20px)}.k-grid tr:last-child td:last-child{border-bottom-right-radius:var(--borderRadiusMedium,20px)}.k-scheduler{background:var(--textColorDefault40,#fff);border-radius:var(--borderRadiusMedium,20px);border-color:var(--backgroundColor60,#bbb);overflow:hidden}.k-scheduler .k-header{background:var(--textColorDefault40,#fff)}.k-scheduler-edit-form .k-edit-field .k-button,.k-scheduler .k-state-selected>.k-link,.k-scheduler .k-scheduler-toolbar .k-state-selected,.k-scheduler .k-today.k-state-selected,.k-scheduler-navigation .k-nav-prev .k-link,.k-scheduler div.k-scheduler-footer .k-link,.k-scheduler div.k-scheduler-footer ul li{border-radius:var(--borderRadiusMedium,20px);background:linear-gradient(90deg,var(--colorDefault40,#2ca4a8) 40%,var(--colorDefault30,#81bdc0) 100%);color:var(--textColorDefault40,#fff);border-color:transparent}.k-scheduler-navigation .k-nav-prev{border-color:transparent}.k-scheduler-navigation .k-nav-prev .k-link:hover,.k-scheduler div.k-scheduler-footer .k-link:hover,.k-scheduler div.k-scheduler-footer ul li:hover,.k-scheduler-edit-form .k-edit-field .k-button:hover{color:var(--colorDefault40,#2ca4a8);box-shadow:none;background:var(--colorDefault20,#b1d3d5)}.k-scheduler div.k-scheduler-footer .k-link:hover .k-icon,.k-scheduler div.k-scheduler-footer ul li:hover .k-icon{color:var(--colorDefault40,#2ca4a8)}.k-scheduler div.k-scheduler-footer .k-link .k-icon,.k-scheduler div.k-scheduler-footer ul li .k-icon{color:var(--textColorPrimary40,#fff)}.k-scheduler .k-scheduler-toolbar ul.k-scheduler-views li.k-state-hover a,.k-scheduler .k-scheduler-toolbar ul.k-scheduler-views li.k-state-hover,.k-gantt-toolbar ul.k-gantt-views li:last-child,.k-gantt-toolbar ul.k-gantt-views li:last-child .k-link,.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>li,.k-scheduler-toolbar ul+ul li:last-child .k-link,.k-gantt-toolbar>ul.k-gantt-views li:first-child+li,.k-gantt-toolbar>ul.k-gantt-views li:first-child+li .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{border-radius:var(--borderRadiusMedium,20px)}.k-edit-form-container .k-edit-buttons .k-scheduler-cancel{background:linear-gradient(90deg,var(--colorDanger40,#a82c2c) 40%,var(--colorDanger30,#c08181) 100%);color:var(--textColorDanger40,#fff);border-radius:var(--borderRadiusMedium,20px)}.k-edit-form-container .k-edit-buttons .k-scheduler-cancel:hover{color:var(--colorDanger40,#a82c2c);box-shadow:none;background:var(--colorDanger20,#d5b1b1)}.k-calendar .k-today.k-state-selected,.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{background:transparent;box-shadow:inset 0 0 10px 3px var(--colorDefault40,#5665be)}.k-window-titlebar .k-window-action{min-height:30px}.k-scheduler .k-scheduler-layout.k-scheduler-monthview .k-state-selected>.k-link,.k-scheduler .k-scheduler-layout.k-scheduler-monthview .k-today.k-state-selected{border-radius:var(--borderRadiusNone,0)}.k-scheduler .k-scheduler-layout.k-scheduler-monthview .k-state-selected>.k-link{background:transparent;background:0}.k-scheduler .k-scheduler-toolbar ul li.k-state-hover,.k-scheduler .k-scheduler-toolbar ul.k-scheduler-views li.k-state-hover a,.k-scheduler .k-scheduler-toolbar ul.k-scheduler-views li.k-state-hover{color:var(--colorDefault40,#2ca4a8);background:var(--colorDefault20,#b1d3d5);border-color:transparent}.k-scheduler-footer>ul>li,.k-scheduler-toolbar>ul>li{border-width:1px}.k-scheduler-navigation .k-nav-next,.k-scheduler-navigation .k-nav-today{background:transparent;border-color:var(--colorDefault40,#2ca4a8);color:var(--colorDefault40,#2ca4a8)}.k-scheduler-navigation .k-nav-next .k-link span{color:var(--colorDefault40,#2ca4a8)}.k-scheduler-navigation .k-nav-prev .k-icon{color:var(--textColorDefault40,#fff)}.k-scheduler-toolbar>ul>li{background:transparent;border-color:var(--colorDefault40,#2ca4a8);margin-left:1px}.k-scheduler-toolbar>ul>li .k-link{color:var(--colorDefault40,#2ca4a8)}.k-scheduler-toolbar .k-nav-current .k-lg-date-format,.k-scheduler-toolbar .k-nav-current .k-sm-date-format{color:var(--textColor40,#393939)}.k-scheduler-toolbar .k-nav-current.k-state-hover .k-icon,.k-scheduler-toolbar .k-nav-current.k-state-hover .k-lg-date-format,.k-scheduler-toolbar .k-nav-current.k-state-hover .k-sm-date-format{color:var(--colorDefault40,#2a9fd6)}.k-window-titlebar{background:transparent}.k-slider-buttons .k-slider-items{display:flex;margin-top:17px}.k-slider-wrap{margin-top:24px}.k-slider .k-button{min-height:auto}.k-slider-horizontal .k-tick{margin-top:32px}.k-slider-horizontal .k-label{top:10px}div[data-component^='crn-slider'] .form-control{display:block;height:max-content;margin-bottom:28px}#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:linear-gradient(90deg,var(--colorPrimary40,#2c72a8) 40%,var(--colorPrimary30,#819fc0) 100%);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(--colorPrimary40,#2c72a8);box-shadow:none;background:var(--colorPrimary20,#b1c1d5)}#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:linear-gradient(90deg,var(--colorDefault40,#2ca4a8) 40%,var(--colorDefault30,#81bdc0) 100%);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(--colorDefault40,#2ca4a8);box-shadow:none;background:var(--colorDefault20,#b1d3d5)}.combobox-light .k-button:before{background:transparent}.combobox-light .k-multiselect .k-button.k-state-hover,.combobox-light .k-multiselect .k-button{border:1.8px solid;border-color:var(--textColorLight40,#444);background:transparent;color:var(--textColorLight40,#444)}.combobox-light .k-multiselect-wrap .k-button.k-state-hover .k-select,.combobox-light .k-multiselect-wrap .k-button:hover{background:transparent;color:var(--textColorLight60,#b5b5b5);border-color:var(--textColorLight60,#b5b5b5)}.option-light .k-radio-label:before{border-color:var(--textColorLight40,#444)}.option-light .k-radio-label:after,.option-light .k-radio:checked+.k-radio-label:after{background:var(--textColorLight40,#444);border-color:var(--textColorLight40,#444)}.option-light .k-radio:checked+.k-radio-label:before{border-color:var(--textColorLight40,#444)}.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(--textColorLight40,#444);border-color:var(--textColorLight40,#444)}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.btn,.k-button{background:var(--colorDefault40,#f5f5f5);text-align:center;color:var(--textColorDefault40,#444);border:1px solid}.btn:focus:hover,.k-button:focus:hover{box-shadow:none}.btn,.k-button,.btn.btn-default{background:linear-gradient(var(--colorDefault10,#fcfcfc),var(--colorDefault10,#fcfcfc) 60%,var(--colorDefault40,#f5f5f5));border-color:var(--colorDefault50,#d7d7d7);color:var(--textColorDefault40,#444)}.k-button:focus,.btn:focus,.k-button:hover,.btn:hover,.btn.btn-default:focus,.btn.btn-default:hover{color:var(--textColorDefault40,#444);background:linear-gradient(var(--colorDefault30,#f7f7f7),var(--colorDefault50,#d7d7d7) 60%,var(--colorDefault60,#b3b3b3));border-color:var(--colorDefault50,#d7d7d7)}.k-button.active,.btn.active,.k-button:active,.btn:active,.btn.btn-default.active,.btn.btn-default:active{color:var(--textColorDefault40,#444);box-shadow:none;background:var(--colorDefault50,#d7d7d7);border-color:var(--colorDefault50,#d7d7d7)}.k-dialog-buttongroup .k-button.k-primary,.k-button.k-primary,.btn.btn-primary{background:linear-gradient(var(--colorPrimary30,#82bded),var(--colorPrimary40,#2fa4e7) 60%,var(--colorPrimary50,#3c6088));border-color:var(--colorPrimary40,#2fa4e7);color:var(--textColorPrimary40,#fff)}.k-dialog-buttongroup .k-button.k-primary:focus,.k-dialog-buttongroup .k-button.k-primary:hover,.k-button.k-primary:focus,.k-button.k-primary:hover,.btn.btn-primary:focus,.btn.btn-primary:hover{color:var(--textColorPrimary40,#fff);background:linear-gradient(var(--colorPrimary30,#82bded),var(--colorPrimary50,#2990ca) 60%,var(--colorPrimary60,#2278a9));border-color:var(--colorPrimary40,#2fa4e7)}.k-dialog-buttongroup .k-button.k-primary.active,.k-dialog-buttongroup .k-button.k-primary:active,.k-button.k-primary.active,.k-button.k-primary:active,.btn.btn-primary.active,.btn.btn-primary:active{color:var(--textColorPrimary40,#fff);box-shadow:inset 0 3px 5px rgb(0 0 0 / 13%);background:var(--colorPrimary60,#2278a9);border-color:var(--colorPrimary70,#1a5a7f)}.k-button.k-success,.btn.btn-success{background:linear-gradient(var(--colorSuccess30,#9fc085),var(--colorSuccess40,#73a839) 60%,var(--colorSuccess50,#359e1d));border-color:var(--colorSuccess40,#73a839);color:var(--textColorSuccess40,#fff)}.k-button.k-success:focus,.k-button.k-success:hover,.btn.btn-success:focus,.btn.btn-success:hover{color:var(--textColorSuccess40,#fff);background:linear-gradient(var(--colorSuccess30,#9fc085),var(--colorSuccess50,#659332) 60%,var(--colorSuccess60,#547b2a));border-color:var(--colorSuccess40,#73a839)}.k-button.k-success.active,.k-button.k-success:active,.btn.btn-success.active,.btn.btn-success:active{color:var(--textColorSuccess40,#fff);box-shadow:inset 0 3px 5px rgb(0 0 0 / 13%);background:var(--colorSuccess60,#547b2a);border-color:var(--colorSuccess70,#216312)}.k-button.k-warning,.btn.btn-warning{background:linear-gradient(var(--colorWarning30,#e5907b),var(--colorWarning40,#dd5600) 60%,var(--colorWarning50,#c24b00));border-color:var(--colorWarning40,#dd5600);color:var(--textColorWarning40,#fff)}.k-button.k-warning:focus,.k-button.k-warning:hover,.btn.btn-warning:focus,.btn.btn-warning:hover{color:var(--textColorWarning40,#fff);background:linear-gradient(var(--colorWarning30,#e5907b),var(--colorWarning50,#c24b00) 60%,var(--colorWarning60,#a23f00));border-color:var(--colorWarning40,#dd5600)}.k-button.k-warning.active,.k-button.k-warning:active,.btn.btn-warning.active,.btn.btn-warning:active{color:var(--textColorWarning40,#fff);box-shadow:inset 0 3px 5px rgb(0 0 0 / 13%);background:var(--colorWarning60,#a23f00);border-color:var(--colorWarning70,#792f00)}.k-button.k-danger,.btn.btn-danger{background:linear-gradient(var(--colorDanger30,#d57e7f),var(--colorDanger40,#c71c22) 60%,var(--colorDanger50,#ae191e));border-color:var(--colorDanger40,#c71c22);color:var(--textColorDanger40,#fff)}.k-button.k-danger:focus,.k-button.k-danger:hover,.btn.btn-danger:focus,.btn.btn-danger:hover{color:var(--textColorDanger40,#fff);background:linear-gradient(var(--colorDanger30,#d57e7f),var(--colorDanger50,#ae191e) 60%,var(--colorDanger60,#921519));border-color:var(--colorDanger40,#c71c22)}.k-button.k-danger.active,.k-button.k-danger:active,.btn.btn-danger.active,.btn.btn-danger:active{color:var(--textColorDanger40,#fff);box-shadow:inset 0 3px 5px rgb(0 0 0 / 13%);background:var(--colorDanger60,#921519);border-color:var(--colorDanger70,#6d0f13)}.k-button.k-info,.btn.btn-info{background:linear-gradient(var(--colorCalm30,#7b869f),var(--colorCalm40,#033c73) 60%,var(--colorCalm50,#033565));border-color:var(--colorCalm40,#033c73);color:var(--textColorCalm40,#fff)}.k-button.k-info:focus,.k-button.k-info:hover,.btn.btn-info:focus,.btn.btn-info:hover{color:var(--textColorCalm40,#fff);background:linear-gradient(var(--colorCalm30,#7b869f),var(--colorCalm50,#033565) 60%,var(--colorCalm60,#022c54));border-color:var(--colorCalm40,#033c73)}.k-button.k-info.active,.k-button.k-info:active,.btn.btn-info.active,.btn.btn-info:active{color:var(--textColorCalm40,#fff);box-shadow:inset 0 3px 5px rgb(0 0 0 / 13%);background:var(--colorCalm60,#022c54);border-color:var(--colorCalm70,#02213f)}.btn.btn-light{background:var(--colorLight40,#fff);border-color:var(--colorLight40,#fff);color:var(--textColorLight40,#444)}.btn.btn-light:focus,.btn.btn-light:hover{color:var(--textColorLight40,#444);background:var(--colorLight50,#dfdfdf);border-color:var(--colorLight70,#fff)}.btn.btn-light.active,.btn.btn-light:active{color:var(--textColorLight40,#444);box-shadow:inset 0 3px 5px rgb(0 0 0 / 13%);background:var(--colorLight60,#bbb);border-color:var(--colorLight70,#8c8c8c)}.btn.btn-link{background:transparent;border:0}.btn.btn-link i,.btn.btn-link span{color:var(--colorPrimary40,#2fa4e7)}.btn.btn-link.active,.btn.btn-link:active{box-shadow:inset 0 3px 5px rgb(0 0 0 / 13%)}.btn.btn-link:focus,.btn.btn-link:hover{color:var(--colorPrimary40,#2fa4e7);text-decoration:underline;background:transparent}.btn.btn-link:focus i,.btn.btn-link:hover i{text-decoration:none}.k-button.k-stable,.btn.btn-stable{background:linear-gradient(var(--colorStable30,#fafafa),var(--colorStable40,#f8f8f8) 60%,var(--colorStable50,#d9d9d9));border-color:var(--colorStable40,#f8f8f8);color:var(--textColorStable40,#444)}.k-button.k-stable:focus,.k-button.k-stable:hover,.btn.btn-stable:focus,.btn.btn-stable:hover{color:var(--textColorStable40,#444);background:linear-gradient(var(--colorStable30,#fafafa),var(--colorStable50,#d9d9d9) 60%,var(--colorStable60,#b6b6b6));border-color:var(--colorStable40,#f8f8f8)}.k-button.k-stable.active,.k-button.k-stable:active,.btn.btn-stable.active,.btn.btn-stable:active{color:var(--textColorStable40,#444);box-shadow:inset 0 3px 5px rgb(0 0 0 / 13%);background:var(--colorStable60,#b6b6b6);border-color:var(--colorStable70,#888)}.k-button.k-royal,.btn.btn-royal{background:linear-gradient(var(--colorRoyal30,#ab9aef),var(--colorRoyal40,#886aea) 60%,var(--colorRoyal50,#775dcd));border-color:var(--colorRoyal40,#886aea);color:var(--textColorRoyal40,#fff)}.k-button.k-royal:focus,.k-button.k-royal:hover,.btn.btn-royal:focus,.btn.btn-royal:hover{color:var(--textColorRoyal40,#fff);background:linear-gradient(var(--colorRoyal30,#ab9aef),var(--colorRoyal50,#775dcd) 60%,var(--colorRoyal60,#644eab));border-color:var(--colorRoyal40,#886aea)}.k-button.k-royal.active,.k-button.k-royal:active,.btn.btn-royal.active,.btn.btn-royal:active{color:var(--textColorRoyal40,#fff);box-shadow:inset 0 3px 5px rgb(0 0 0 / 13%);background:var(--colorRoyal60,#644eab);border-color:var(--colorRoyal70,#4a3a80)}.k-button.k-dark,.btn.btn-dark{background:linear-gradient(var(--colorDark30,#898989),var(--colorDark40,#444) 60%,var(--colorDark50,#3c3c3c));border-color:var(--colorDark40,#444);color:var(--textColorDark40,#fff)}.k-button.k-dark:focus,.k-button.k-dark:hover,.btn.btn-dark:focus,.btn.btn-dark:hover{color:var(--textColorDark40,#fff);background:linear-gradient(var(--colorDark30,#898989),var(--colorDark50,#3c3c3c) 60%,var(--colorDark60,#323232));border-color:var(--colorDark40,#444)}.k-button.k-dark.active,.k-button.k-dark:active,.btn.btn-dark.active,.btn.btn-dark:active{color:var(--textColorDark40,#fff);box-shadow:inset 0 3px 5px rgb(0 0 0 / 13%);background:var(--colorDark60,#323232);border-color:var(--colorDark70,#252525)}
|
|
1
|
+
.btn,.k-button{background:var(--colorDefault40,#f5f5f5);text-align:center;color:var(--textColorDefault40,#444);border:1px solid}.btn:focus:hover,.k-button:focus:hover{box-shadow:none}.btn,.k-button,.btn.btn-default{background:linear-gradient(var(--colorDefault10,#fcfcfc),var(--colorDefault10,#fcfcfc) 60%,var(--colorDefault40,#f5f5f5));border-color:var(--colorDefault50,#d7d7d7);color:var(--textColorDefault40,#444)}.k-button:focus,.btn:focus,.k-button:hover,.btn:hover,.btn.btn-default:focus,.btn.btn-default:hover{color:var(--textColorDefault40,#444);background:linear-gradient(var(--colorDefault30,#f7f7f7),var(--colorDefault50,#d7d7d7) 60%,var(--colorDefault60,#b3b3b3));border-color:var(--colorDefault50,#d7d7d7)}.k-button.active,.btn.active,.k-button:active,.btn:active,.btn.btn-default.active,.btn.btn-default:active{color:var(--textColorDefault40,#444);box-shadow:none;background:var(--colorDefault50,#d7d7d7);border-color:var(--colorDefault50,#d7d7d7)}.k-scheduler-edit-form .k-edit-field .k-button,.k-edit-form-container .k-edit-buttons .k-primary,.k-dialog-buttongroup .k-button.k-primary,.k-button.k-primary,.btn.btn-primary{background:linear-gradient(var(--colorPrimary30,#82bded),var(--colorPrimary40,#2fa4e7) 60%,var(--colorPrimary50,#3c6088));border-color:var(--colorPrimary40,#2fa4e7);color:var(--textColorPrimary40,#fff)}.k-scheduler-edit-form .k-edit-field .k-button:focus,.k-edit-form-container .k-edit-buttons .k-primary:focus,.k-scheduler-edit-form .k-edit-field .k-button:hover,.k-edit-form-container .k-edit-buttons .k-primary:hover,.k-dialog-buttongroup .k-button.k-primary:focus,.k-dialog-buttongroup .k-button.k-primary:hover,.k-button.k-primary:focus,.k-button.k-primary:hover,.btn.btn-primary:focus,.btn.btn-primary:hover{color:var(--textColorPrimary40,#fff);background:linear-gradient(var(--colorPrimary30,#82bded),var(--colorPrimary50,#2990ca) 60%,var(--colorPrimary60,#2278a9));border-color:var(--colorPrimary40,#2fa4e7)}.k-scheduler-edit-form .k-edit-field .k-button:active,.k-edit-form-container .k-edit-buttons .k-primary:active,.k-scheduler-edit-form .k-edit-field .k-button.active,.k-edit-form-container .k-edit-buttons .k-primary.active,.k-dialog-buttongroup .k-button.k-primary.active,.k-dialog-buttongroup .k-button.k-primary:active,.k-button.k-primary.active,.k-button.k-primary:active,.btn.btn-primary.active,.btn.btn-primary:active{color:var(--textColorPrimary40,#fff);box-shadow:inset 0 3px 5px rgb(0 0 0 / 13%);background:var(--colorPrimary60,#2278a9);border-color:var(--colorPrimary70,#1a5a7f)}.k-button.k-success,.btn.btn-success{background:linear-gradient(var(--colorSuccess30,#9fc085),var(--colorSuccess40,#73a839) 60%,var(--colorSuccess50,#359e1d));border-color:var(--colorSuccess40,#73a839);color:var(--textColorSuccess40,#fff)}.k-button.k-success:focus,.k-button.k-success:hover,.btn.btn-success:focus,.btn.btn-success:hover{color:var(--textColorSuccess40,#fff);background:linear-gradient(var(--colorSuccess30,#9fc085),var(--colorSuccess50,#659332) 60%,var(--colorSuccess60,#547b2a));border-color:var(--colorSuccess40,#73a839)}.k-button.k-success.active,.k-button.k-success:active,.btn.btn-success.active,.btn.btn-success:active{color:var(--textColorSuccess40,#fff);box-shadow:inset 0 3px 5px rgb(0 0 0 / 13%);background:var(--colorSuccess60,#547b2a);border-color:var(--colorSuccess70,#216312)}.k-button.k-warning,.btn.btn-warning{background:linear-gradient(var(--colorWarning30,#e5907b),var(--colorWarning40,#dd5600) 60%,var(--colorWarning50,#c24b00));border-color:var(--colorWarning40,#dd5600);color:var(--textColorWarning40,#fff)}.k-button.k-warning:focus,.k-button.k-warning:hover,.btn.btn-warning:focus,.btn.btn-warning:hover{color:var(--textColorWarning40,#fff);background:linear-gradient(var(--colorWarning30,#e5907b),var(--colorWarning50,#c24b00) 60%,var(--colorWarning60,#a23f00));border-color:var(--colorWarning40,#dd5600)}.k-button.k-warning.active,.k-button.k-warning:active,.btn.btn-warning.active,.btn.btn-warning:active{color:var(--textColorWarning40,#fff);box-shadow:inset 0 3px 5px rgb(0 0 0 / 13%);background:var(--colorWarning60,#a23f00);border-color:var(--colorWarning70,#792f00)}.k-edit-form-container .k-edit-buttons .k-scheduler-canceltimezone,.k-edit-form-container .k-edit-buttons .k-scheduler-cancel,.k-button.k-danger,.btn.btn-danger{background:linear-gradient(var(--colorDanger30,#d57e7f),var(--colorDanger40,#c71c22) 60%,var(--colorDanger50,#ae191e));border-color:var(--colorDanger40,#c71c22);color:var(--textColorDanger40,#fff)}.k-edit-form-container .k-edit-buttons .k-scheduler-canceltimezone:focus,.k-edit-form-container .k-edit-buttons .k-scheduler-cancel:focus,.k-edit-form-container .k-edit-buttons .k-scheduler-canceltimezone:hover,.k-edit-form-container .k-edit-buttons .k-scheduler-cancel:hover,.k-button.k-danger:focus,.k-button.k-danger:hover,.btn.btn-danger:focus,.btn.btn-danger:hover{color:var(--textColorDanger40,#fff);background:linear-gradient(var(--colorDanger30,#d57e7f),var(--colorDanger50,#ae191e) 60%,var(--colorDanger60,#921519));border-color:var(--colorDanger40,#c71c22)}.k-edit-form-container .k-edit-buttons .k-scheduler-canceltimezone:active,.k-edit-form-container .k-edit-buttons .k-scheduler-cancel:active,.k-edit-form-container .k-edit-buttons .k-scheduler-canceltimezone.active,.k-edit-form-container .k-edit-buttons .k-scheduler-cancel.active,.k-button.k-danger.active,.k-button.k-danger:active,.btn.btn-danger.active,.btn.btn-danger:active{color:var(--textColorDanger40,#fff);box-shadow:inset 0 3px 5px rgb(0 0 0 / 13%);background:var(--colorDanger60,#921519);border-color:var(--colorDanger70,#6d0f13)}.k-button.k-info,.btn.btn-info{background:linear-gradient(var(--colorCalm30,#7b869f),var(--colorCalm40,#033c73) 60%,var(--colorCalm50,#033565));border-color:var(--colorCalm40,#033c73);color:var(--textColorCalm40,#fff)}.k-button.k-info:focus,.k-button.k-info:hover,.btn.btn-info:focus,.btn.btn-info:hover{color:var(--textColorCalm40,#fff);background:linear-gradient(var(--colorCalm30,#7b869f),var(--colorCalm50,#033565) 60%,var(--colorCalm60,#022c54));border-color:var(--colorCalm40,#033c73)}.k-button.k-info.active,.k-button.k-info:active,.btn.btn-info.active,.btn.btn-info:active{color:var(--textColorCalm40,#fff);box-shadow:inset 0 3px 5px rgb(0 0 0 / 13%);background:var(--colorCalm60,#022c54);border-color:var(--colorCalm70,#02213f)}.btn.btn-light{background:var(--colorLight40,#fff);border-color:var(--colorLight40,#fff);color:var(--textColorLight40,#444)}.btn.btn-light:focus,.btn.btn-light:hover{color:var(--textColorLight40,#444);background:var(--colorLight50,#dfdfdf);border-color:var(--colorLight70,#fff)}.btn.btn-light.active,.btn.btn-light:active{color:var(--textColorLight40,#444);box-shadow:inset 0 3px 5px rgb(0 0 0 / 13%);background:var(--colorLight60,#bbb);border-color:var(--colorLight70,#8c8c8c)}.btn.btn-link{background:transparent;border:0}.btn.btn-link i,.btn.btn-link span{color:var(--colorPrimary40,#2fa4e7)}.btn.btn-link.active,.btn.btn-link:active{box-shadow:inset 0 3px 5px rgb(0 0 0 / 13%)}.btn.btn-link:focus,.btn.btn-link:hover{color:var(--colorPrimary40,#2fa4e7);text-decoration:underline;background:transparent}.btn.btn-link:focus i,.btn.btn-link:hover i{text-decoration:none}.k-button.k-stable,.btn.btn-stable{background:linear-gradient(var(--colorStable30,#fafafa),var(--colorStable40,#f8f8f8) 60%,var(--colorStable50,#d9d9d9));border-color:var(--colorStable40,#f8f8f8);color:var(--textColorStable40,#444)}.k-button.k-stable:focus,.k-button.k-stable:hover,.btn.btn-stable:focus,.btn.btn-stable:hover{color:var(--textColorStable40,#444);background:linear-gradient(var(--colorStable30,#fafafa),var(--colorStable50,#d9d9d9) 60%,var(--colorStable60,#b6b6b6));border-color:var(--colorStable40,#f8f8f8)}.k-button.k-stable.active,.k-button.k-stable:active,.btn.btn-stable.active,.btn.btn-stable:active{color:var(--textColorStable40,#444);box-shadow:inset 0 3px 5px rgb(0 0 0 / 13%);background:var(--colorStable60,#b6b6b6);border-color:var(--colorStable70,#888)}.k-button.k-royal,.btn.btn-royal{background:linear-gradient(var(--colorRoyal30,#ab9aef),var(--colorRoyal40,#886aea) 60%,var(--colorRoyal50,#775dcd));border-color:var(--colorRoyal40,#886aea);color:var(--textColorRoyal40,#fff)}.k-button.k-royal:focus,.k-button.k-royal:hover,.btn.btn-royal:focus,.btn.btn-royal:hover{color:var(--textColorRoyal40,#fff);background:linear-gradient(var(--colorRoyal30,#ab9aef),var(--colorRoyal50,#775dcd) 60%,var(--colorRoyal60,#644eab));border-color:var(--colorRoyal40,#886aea)}.k-button.k-royal.active,.k-button.k-royal:active,.btn.btn-royal.active,.btn.btn-royal:active{color:var(--textColorRoyal40,#fff);box-shadow:inset 0 3px 5px rgb(0 0 0 / 13%);background:var(--colorRoyal60,#644eab);border-color:var(--colorRoyal70,#4a3a80)}.k-button.k-dark,.btn.btn-dark{background:linear-gradient(var(--colorDark30,#898989),var(--colorDark40,#444) 60%,var(--colorDark50,#3c3c3c));border-color:var(--colorDark40,#444);color:var(--textColorDark40,#fff)}.k-button.k-dark:focus,.k-button.k-dark:hover,.btn.btn-dark:focus,.btn.btn-dark:hover{color:var(--textColorDark40,#fff);background:linear-gradient(var(--colorDark30,#898989),var(--colorDark50,#3c3c3c) 60%,var(--colorDark60,#323232));border-color:var(--colorDark40,#444)}.k-button.k-dark.active,.k-button.k-dark:active,.btn.btn-dark.active,.btn.btn-dark:active{color:var(--textColorDark40,#fff);box-shadow:inset 0 3px 5px rgb(0 0 0 / 13%);background:var(--colorDark60,#323232);border-color:var(--colorDark70,#252525)}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import 'button-cerulean.css';@import 'panel-cerulean.css';@import 'navbar-cerulean.css';@import '../../../fonts/roboto/roboto.css';@import '../../../fonts/helvetica-neue/HelveticaNeue.css';:root{--fontFamily:"Helvetica Neue","Roboto","Segoe UI",sans-serif;--textColor:#495057;--backgroundColor:#fff;--textSmallSize:12px;--textNormalSize:14px;--textMediumSize:18px;--textBigSize:24px;--textExtraBigSize:30px;--textFullSize:36px;--textColor10:#dadada;--textColor20:#b8b8b8;--textColor30:#909090;--textColor40:#555;--textColor50:#4a4a4a;--textColor60:#3e3e3e;--textColor70:#2f2f2f;--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:#fcfcfc;--colorDefault20:#fafafa;--colorDefault30:#f7f7f7;--colorDefault40:#f5f5f5;--colorDefault50:#d7d7d7;--colorDefault60:#b3b3b3;--colorDefault70:#868686;--textColorDefault10:#252525;--textColorDefault20:#323232;--textColorDefault30:#3c3c3c;--textColorDefault40:#444;--textColorDefault50:#898989;--textColorDefault60:#b5b5b5;--textColorDefault70:#d9d9d9;--colorPrimary10:#d7e7f8;--colorPrimary20:#b1d3f2;--colorPrimary30:#82bded;--colorPrimary40:#2fa4e7;--colorPrimary50:#2990ca;--colorPrimary60:#2278a9;--colorPrimary70:#1a5a7f;--textColorPrimary10:#8c8c8c;--textColorPrimary20:#bbb;--textColorPrimary30:#dfdfdf;--textColorPrimary40:#fff;--textColorPrimary50:#fff;--textColorPrimary60:#fff;--textColorPrimary70:#fff;--colorSuccess10:#dee8d8;--colorSuccess20:#c1d5b3;--colorSuccess30:#9fc085;--colorSuccess40:#73a839;--colorSuccess50:#659332;--colorSuccess60:#547b2a;--colorSuccess70:#3f5c1f;--textColorSuccess10:#8c8c8c;--textColorSuccess20:#bbb;--textColorSuccess30:#dfdfdf;--textColorSuccess40:#fff;--textColorSuccess50:#fff;--textColorSuccess60:#fff;--textColorSuccess70:#fff;--colorWarning10:#f5dad5;--colorWarning20:#edb9ae;--colorWarning30:#e5907b;--colorWarning40:#dd5600;--colorWarning50:#c24b00;--colorWarning60:#a23f00;--colorWarning70:#792f00;--textColorWarning10:#8c8c8c;--textColorWarning20:#bbb;--textColorWarning30:#dfdfdf;--textColorWarning40:#fff;--textColorWarning50:#fff;--textColorWarning60:#fff;--textColorWarning70:#fff;--colorDanger10:#f0d6d6;--colorDanger20:#e3afaf;--colorDanger30:#d57e7f;--colorDanger40:#c71c22;--colorDanger50:#ae191e;--colorDanger60:#921519;--colorDanger70:#6d0f13;--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:#d5d8de;--colorCalm20:#aeb3c1;--colorCalm30:#7b869f;--colorCalm40:#033c73;--colorCalm50:#033565;--colorCalm60:#022c54;--colorCalm70:#02213f;--textColorCalm10:#8c8c8c;--textColorCalm20:#bbb;--textColorCalm30:#dfdfdf;--textColorCalm40:#fff;--textColorCalm50:#fff;--textColorCalm60:#fff;--textColorCalm70:#fff;--colorLight10:#fff;--colorLight20:#fff;--colorLight30:#fff;--colorLight40:#fff;--colorLight50:#dfdfdf;--colorLight60:#bbb;--colorLight70:#8c8c8c;--textColorLight10:#252525;--textColorLight20:#323232;--textColorLight30:#3c3c3c;--textColorLight40:#444;--textColorLight50:#898989;--textColorLight60:#b5b5b5;--textColorLight70:#d9d9d9;--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:#d9d9d9;--colorDark20:#b5b5b5;--colorDark30:#898989;--colorDark40:#444;--colorDark50:#3c3c3c;--colorDark60:#323232;--colorDark70:#252525;--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(--colorPrimary40,#2fa4e7);--btnDefault:var(--colorDefault40,#f5f5f5);--btnPrimary:var(--colorPrimary40,#2fa4e7);--btnSuccess:var(--colorSuccess40,#73a839);--btnCalm:var(--colorCalm40,#033c73);--btnWarning:var(--colorWarning40,#dd5600);--btnDanger:var(--colorDanger40,#c71c22);--btnLight:var(--colorLight40,#fff);--btnStable:var(--colorStable40,#f8f8f8);--btnRoyal:var(--colorRoyal40,#886aea);--btnDark:var(--colorDark40,#444);--textColorDefault:var(--textColorDefault40,#444);--textColorPrimary:var(--textColorPrimary40,#fff);--textColorSuccess:var(--textColorSuccess40,#fff);--textColorCalm:var(--textColorDefault40,#fff);--textColorWarning:var(--textColorWarning40,#fff);--textColorDanger:var(--textColorDanger40,#fff);--textColorLight:var(--textColorLight40,#444);--textColorStable:var(--textColorStable40,#444);--textColorRoyal:var(--textColorRoyal40,#fff);--textColorDark:var(--textColorDark40,#fff);--colorDefault:var(--colorDefault50,#d7d7d7);--colorPrimary:var(--colorPrimary40,#2fa4e7);--colorSuccess:var(--colorSuccess40,#73a839);--colorCalm:var(--colorCalm40,#033c73);--colorWarning:var(--colorWarning40,#dd5600);--colorDanger:var(--colorDanger40,#c71c22);--colorLight:var(--colorLight50,#dfdfdf);--colorStable:var(--colorStable50,#d9d9d9);--colorRoyal:var(--colorRoyal40,#886aea);--colorDark:var(--colorDark40,#444);--checkboxDefault:var(--colorDefault50,#d7d7d7);--checkboxPrimary:var(--colorPrimary40,#2fa4e7);--checkboxSuccess:var(--colorSuccess40,#73a839);--checkboxCalm:var(--colorCalm40,#033c73);--checkboxWarning:var(--colorWarning40,#dd5600);--checkboxDanger:var(--colorDanger40,#c71c22);--checkboxLight:var(--colorLight50,#dfdfdf);--checkboxStable:var(--colorStable50,#d9d9d9);--checkboxRoyal:var(--colorRoyal40,#886aea);--checkboxDark:var(--colorDark40,#444);--comboboxDefault:var(--colorDefault40,#f5f5f5);--comboboxPrimary:var(--colorPrimary40,#2fa4e7);--comboboxSuccess:var(--colorSuccess40,#73a839);--comboboxCalm:var(--colorCalm40,#033c73);--comboboxWarning:var(--colorWarning40,#dd5600);--comboboxDanger:var(--colorDanger40,#c71c22);--comboboxLight:var(--colorLight40,#fff);--comboboxStable:var(--colorStable40,#f8f8f8);--comboboxRoyal:var(--colorRoyal40,#886aea);--comboboxDark:var(--colorDark40,#444);--optionDefault:var(--colorDefault50,#d7d7d7);--optionPrimary:var(--colorPrimary40,#2fa4e7);--optionSuccess:var(--colorSuccess40,#73a839);--optionCalm:var(--colorCalm40,#033c73);--optionWarning:var(--colorWarning40,#dd5600);--optionDanger:var(--colorDanger40,#c71c22);--optionLight:var(--colorLight50,#dfdfdf);--optionStable:var(--colorStable50,#d9d9d9);--optionRoyal:var(--colorRoyal40,#886aea);--optionDark:var(--colorDark40,#444);--panelDefault:var(--colorPrimary40,#2ca4a8);--panelPrimary:var(--colorDefault40,#f5f5f5);--panelSuccess:var(--colorSuccess40,#73a839);--panelCalm:var(--colorCalm40,#033c73);--panelWarning:var(--colorWarning40,#dd5600);--panelDanger:var(--colorDanger40,#c71c22);--panelLight:var(--colorLight50,#dfdfdf);--panelStable:var(--colorStable50,#d9d9d9);--panelRoyal:var(--colorRoyal40,#886aea);--panelDark:var(--colorDark40,#444)}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{color:var(--colorPrimary60,#2278a9)}.color-light{color:var(--colorLight50,#dfdfdf)}.color-default{color:var(--colorDefault50,#d7d7d7)}.color-stable{color:var(--colorStable50,#d9d9d9)}a,a:focus,a:active{color:var(--colorPrimary40,#2fa4e7)}a:hover{color:var(--colorPrimary60,#2278a9)}.option-default .k-radio:checked+.k-radio-label:before,.option-default .k-radio-label:before{border-color:var(--colorDefault50,#d7d7d7)}.option-light .k-radio:checked+.k-radio-label:before,.option-light .k-radio-label:before{border-color:var(--colorLight50,#dfdfdf)}.option-stable .k-radio:checked+.k-radio-label:before,.option-stable .k-radio-label:before{border-color:var(--colorStable50,#d9d9d9)}.option-default .k-radio-label:after,.option-default .k-radio:checked+.k-radio-label:after{background:var(--colorDefault50,#d7d7d7);border-color:var(--colorDefault50,#d7d7d7)}.option-light .k-radio-label:after,.option-light .k-radio:checked+.k-radio-label:after{background:var(--colorLight50,#dfdfdf);border-color:var(--colorLight50,#dfdfdf)}.option-stable .k-radio-label:after,.option-stable .k-radio:checked+.k-radio-label:after{background:var(--colorStable50,#d9d9d9);border-color:var(--colorStable50,#d9d9d9)}.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,#d7d7d7);border-color:var(--colorDefault50,#d7d7d7)}.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,#dfdfdf);border-color:var(--colorLight50,#dfdfdf)}.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-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,#d7d7d7)}.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,#b3b3b3)}.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,#d7d7d7);color:var(--textColorDefault40,#fff)}.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,#dfdfdf)}.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,#bbb)}.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,#dfdfdf);color:var(--textColorLight40,#444)}.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,#fff)}.modal-title{color:var(--colorPrimary60,#2278a9)}.k-slider .k-slider-selection{background:var(--backgroundColor50,#dfdfdf)}.k-treeview .k-item{background:var(--colorDefault40,#f5f5f5);color:var(--textColorDefault40,#444)}.k-treeview .k-in.k-state-selected{background:var(--colorDefault60,#b3b3b3);color:var(--textColorDefault40,#444)}.k-treeview .k-in.k-state-hover{background:var(--colorDefault50,#d7d7d7);color:var(--textColorDefault40,#444)}.k-grid tr:hover{background:var(--colorDefault40,#f5f5f5)}.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(--backgroundColor50,#dfdfdf);color:var(--textColorDefault40,#444)}.k-grid-toolbar .k-button.k-state-hover,.k-grid-toolbar .k-button:hover{border-color:transparent}.k-grid table .k-button{border:1px solid var(--colorDefault50,#d7d7d7)}.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,#2fa4e7);color:var(--textColorPrimary40,#fff)}.k-grid-toolbar .k-button{border:1px solid var(--colorDefault50,#d7d7d7)}.k-grid table tbody tr:hover{background:var(--colorDefault40,#d8d9e3);color:var(--textColorDefault40)}.k-popup .k-list .k-state-focused{box-shadow:inset 0 0 2px 0 var(--colorPrimary30,#82bded),inset 0 0 7px 0 var(--colorPrimary40,#2fa4e7)}.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,#d7d7d7)}.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,#555)}.k-grid .k-pager-numbers .k-state-selected{background:var(--colorPrimary40,#2fa4e7);color:var(--textColorPrimary40,#fff);border-color:var(--colorPrimary40,#2fa4e7)}.bg,.siginPanel,.bg-login #container-second,.login-view{background:var(--backgroundLogin40,#fff)}.bg-login #container-second h1,.bg-login #container-second p,#crn-botao-cadastre,.login-view .sign-up,.crn-anchor-signup-back{color:var(--textColor40,#555)}.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:linear-gradient(var(--colorPrimary30,#82bded),var(--colorPrimary40,#2fa4e7) 60%,var(--colorPrimary50,#3c6088));border-color:var(--colorPrimary40,#2fa4e7);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:linear-gradient(var(--colorPrimary30,#82bded),var(--colorPrimary50,#2990ca) 60%,var(--colorPrimary60,#2278a9))}.btn.btn-fab,.btn-fab{border-radius:var(--borderRadiusSmallest,5px);width:auto;padding:8px 12px;min-width:52px}.k-button.btn-fab i{width:auto}.dynamic-image-container{border-color:var(--textColor40,#555);padding:10px;border-width:2px}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}.bootstrap-datetimepicker-widget.dropdown-menu{background:var(--backgroundColor40,#fff);color:var(--textColor40,#555)}.bootstrap-datetimepicker-widget a[data-action]{color:var(--colorPrimary40,#2fa4e7)}.k-calendar .k-footer{border-top:1px solid var(--backgroundColor50,#dfdfdf)}cron-calendar.k-calendar .k-footer,cron-calendar.k-calendar .k-header,.k-calendar .k-footer .k-nav-today{background:linear-gradient(var(--colorDefault10,#fcfcfc),var(--colorDefault10,#fcfcfc) 60%,var(--colorDefault40,#f5f5f5));color:var(--textColor40,#fff)}cron-calendar.k-widget{border-color:var(--backgroundColor50,#dfdfdf)}.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(--textColor40,#555)}.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:linear-gradient(var(--colorDefault30,#f7f7f7),var(--colorDefault50,#d7d7d7) 60%,var(--colorDefault60,#b3b3b3));box-shadow:none}.k-calendar th{background:var(--backgroundColor50,#c7c9ce)}.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(--colorDefault60,#b3b3b3)}.k-calendar td.k-state-hover .k-link{color:var(--textColor40,#555)}.k-calendar .k-today.k-state-selected.k-state-hover{background:var(--colorDefault10,#fcfcfc)}.k-calendar .k-content .k-other-month .k-link{color:var(--textColor30,#909090)}.k-calendar td.k-state-selected{background:transparent}.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)}.active-bar .k-button.k-default,.active-bar .btn.btn-default{background:linear-gradient(var(--colorSuccess30,#9fc085),var(--colorSuccess40,#73a839) 60%,var(--colorSuccess50,#359e1d));border-color:var(--colorSuccess40,#73a839);color:var(--textColorSuccess40,#fff)}.active-bar .k-button.k-default:hover,.active-bar .btn.btn-default:hover{color:var(--textColorSuccess40,#fff);background:linear-gradient(var(--colorSuccess30,#9fc085),var(--colorSuccess50,#659332) 60%,var(--colorSuccess60,#547b2a))}.cardinput button i{color:var(--colorPrimary40,#2fa4e7)}.cardinput button:focus i,.cardinput button:hover i{color:var(--colorPrimary60,#2278a9)}#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:linear-gradient(var(--colorPrimary30,#82bded),var(--colorPrimary40,#2fa4e7) 60%,var(--colorPrimary50,#3c6088));border-color:var(--colorPrimary40,#2fa4e7);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:linear-gradient(var(--colorPrimary30,#82bded),var(--colorPrimary50,#2990ca) 60%,var(--colorPrimary60,#2278a9))}#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:linear-gradient(var(--colorDefault20,#fafafa),var(--colorDefault30,#f7f7f7) 60%,var(--colorDefault40,#f5f5f5));border-color:var(--colorDefault50,#d7d7d7);color:var(--textColorDefault40,#444)}#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,#444);background:linear-gradient(var(--colorDefault30,#f7f7f7),var(--colorDefault50,#d7d7d7) 60%,var(--colorDefault60,#b3b3b3))}.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,#2278a9);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)}
|
|
1
|
+
@import 'button-cerulean.css';@import 'panel-cerulean.css';@import 'navbar-cerulean.css';@import '../../../fonts/roboto/roboto.css';@import '../../../fonts/helvetica-neue/HelveticaNeue.css';:root{--fontFamily:"Helvetica Neue","Roboto","Segoe UI",sans-serif;--textColor:#495057;--backgroundColor:#fff;--textSmallSize:12px;--textNormalSize:14px;--textMediumSize:18px;--textBigSize:24px;--textExtraBigSize:30px;--textFullSize:36px;--textColor10:#dadada;--textColor20:#b8b8b8;--textColor30:#909090;--textColor40:#555;--textColor50:#4a4a4a;--textColor60:#3e3e3e;--textColor70:#2f2f2f;--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:#fcfcfc;--colorDefault20:#fafafa;--colorDefault30:#f7f7f7;--colorDefault40:#f5f5f5;--colorDefault50:#d7d7d7;--colorDefault60:#b3b3b3;--colorDefault70:#868686;--textColorDefault10:#252525;--textColorDefault20:#323232;--textColorDefault30:#3c3c3c;--textColorDefault40:#444;--textColorDefault50:#898989;--textColorDefault60:#b5b5b5;--textColorDefault70:#d9d9d9;--colorPrimary10:#d7e7f8;--colorPrimary20:#b1d3f2;--colorPrimary30:#82bded;--colorPrimary40:#2fa4e7;--colorPrimary50:#2990ca;--colorPrimary60:#2278a9;--colorPrimary70:#1a5a7f;--textColorPrimary10:#8c8c8c;--textColorPrimary20:#bbb;--textColorPrimary30:#dfdfdf;--textColorPrimary40:#fff;--textColorPrimary50:#fff;--textColorPrimary60:#fff;--textColorPrimary70:#fff;--colorSuccess10:#dee8d8;--colorSuccess20:#c1d5b3;--colorSuccess30:#9fc085;--colorSuccess40:#73a839;--colorSuccess50:#659332;--colorSuccess60:#547b2a;--colorSuccess70:#3f5c1f;--textColorSuccess10:#8c8c8c;--textColorSuccess20:#bbb;--textColorSuccess30:#dfdfdf;--textColorSuccess40:#fff;--textColorSuccess50:#fff;--textColorSuccess60:#fff;--textColorSuccess70:#fff;--colorWarning10:#f5dad5;--colorWarning20:#edb9ae;--colorWarning30:#e5907b;--colorWarning40:#dd5600;--colorWarning50:#c24b00;--colorWarning60:#a23f00;--colorWarning70:#792f00;--textColorWarning10:#8c8c8c;--textColorWarning20:#bbb;--textColorWarning30:#dfdfdf;--textColorWarning40:#fff;--textColorWarning50:#fff;--textColorWarning60:#fff;--textColorWarning70:#fff;--colorDanger10:#f0d6d6;--colorDanger20:#e3afaf;--colorDanger30:#d57e7f;--colorDanger40:#c71c22;--colorDanger50:#ae191e;--colorDanger60:#921519;--colorDanger70:#6d0f13;--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:#d5d8de;--colorCalm20:#aeb3c1;--colorCalm30:#7b869f;--colorCalm40:#033c73;--colorCalm50:#033565;--colorCalm60:#022c54;--colorCalm70:#02213f;--textColorCalm10:#8c8c8c;--textColorCalm20:#bbb;--textColorCalm30:#dfdfdf;--textColorCalm40:#fff;--textColorCalm50:#fff;--textColorCalm60:#fff;--textColorCalm70:#fff;--colorLight10:#fff;--colorLight20:#fff;--colorLight30:#fff;--colorLight40:#fff;--colorLight50:#dfdfdf;--colorLight60:#bbb;--colorLight70:#8c8c8c;--textColorLight10:#252525;--textColorLight20:#323232;--textColorLight30:#3c3c3c;--textColorLight40:#444;--textColorLight50:#898989;--textColorLight60:#b5b5b5;--textColorLight70:#d9d9d9;--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:#d9d9d9;--colorDark20:#b5b5b5;--colorDark30:#898989;--colorDark40:#444;--colorDark50:#3c3c3c;--colorDark60:#323232;--colorDark70:#252525;--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(--colorPrimary40,#2fa4e7);--btnDefault:linear-gradient(var(--colorDefault10,#fcfcfc),var(--colorDefault10,#fcfcfc) 60%,var(--colorDefault40,#f5f5f5));--btnPrimary:linear-gradient(var(--colorPrimary30,#82bded),var(--colorPrimary40,#2fa4e7) 60%,var(--colorPrimary50,#3c6088));--btnSuccess:linear-gradient(var(--colorSuccess30,#9fc085),var(--colorSuccess40,#73a839) 60%,var(--colorSuccess50,#359e1d));--btnCalm:linear-gradient(var(--colorCalm30,#7b869f),var(--colorCalm40,#033c73) 60%,var(--colorCalm50,#033565));--btnWarning:linear-gradient(var(--colorWarning30,#e5907b),var(--colorWarning40,#dd5600) 60%,var(--colorWarning50,#c24b00));--btnDanger:linear-gradient(var(--colorDanger30,#d57e7f),var(--colorDanger40,#c71c22) 60%,var(--colorDanger50,#ae191e));--btnLight:linear-gradient(var(--colorLight30,#fff),var(--colorLight40,#fff) 60%,var(--colorLight50,#dfdfdf));--btnStable:linear-gradient(var(--colorStable30,#fafafa),var(--colorStable40,#f8f8f8) 60%,var(--colorStable50,#d9d9d9));--btnRoyal:linear-gradient(var(--colorRoyal30,#ab9aef),var(--colorRoyal40,#886aea) 60%,var(--colorRoyal50,#775dcd));--btnDark:linear-gradient(var(--colorDark30,#898989),var(--colorDark40,#444) 60%,var(--colorDark50,#3c3c3c));--textColorDefault:var(--textColorDefault40,#444);--textColorPrimary:var(--textColorPrimary40,#fff);--textColorSuccess:var(--textColorSuccess40,#fff);--textColorCalm:var(--textColorCalm40,#fff);--textColorWarning:var(--textColorWarning40,#fff);--textColorDanger:var(--textColorDanger40,#fff);--textColorLight:var(--textColorLight40,#444);--textColorStable:var(--textColorStable40,#444);--textColorRoyal:var(--textColorRoyal40,#fff);--textColorDark:var(--textColorDark40,#fff);--borderBtnLink:transparent;--borderBtnDefault:var(--colorDefault50,#d7d7d7);--borderBtnPrimary:var(--colorPrimary40,#2fa4e7);--borderBtnSuccess:var(--colorSuccess40,#73a839);--borderBtnCalm:var(--colorCalm40,#033c73);--borderBtnWarning:var(--colorWarning40,#dd5600);--borderBtnDanger:var(--colorDanger50,#ae191e);--borderBtnLight:var(--colorLight40,#fff);--borderBtnStable:var(--colorStable40,#f8f8f8);--borderBtnRoyal:var(--colorRoyal40,#886aea);--borderBtnDark:var(--colorDark40,#444);--colorDefault:var(--colorDefault50,#d7d7d7);--colorPrimary:var(--colorPrimary40,#2fa4e7);--colorSuccess:var(--colorSuccess40,#73a839);--colorCalm:var(--colorCalm40,#033c73);--colorWarning:var(--colorWarning40,#dd5600);--colorDanger:var(--colorDanger40,#c71c22);--colorLight:var(--colorLight50,#dfdfdf);--colorStable:var(--colorStable50,#d9d9d9);--colorRoyal:var(--colorRoyal40,#886aea);--colorDark:var(--colorDark40,#444);--checkboxDefault:var(--colorDefault50,#d7d7d7);--checkboxPrimary:var(--colorPrimary40,#2fa4e7);--checkboxSuccess:var(--colorSuccess40,#73a839);--checkboxCalm:var(--colorCalm40,#033c73);--checkboxWarning:var(--colorWarning40,#dd5600);--checkboxDanger:var(--colorDanger40,#c71c22);--checkboxLight:var(--colorLight50,#dfdfdf);--checkboxStable:var(--colorStable50,#d9d9d9);--checkboxRoyal:var(--colorRoyal40,#886aea);--checkboxDark:var(--colorDark40,#444);--borderCheckboxDefault:transparent;--borderCheckboxPrimary:transparent;--borderCheckboxSuccess:transparent;--borderCheckboxCalm:transparent;--borderCheckboxWarning:transparent;--borderCheckboxDanger:transparent;--borderCheckboxLight:transparent;--borderCheckboxStable:transparent;--borderCheckboxRoyal:transparent;--borderCheckboxDark:transparent;--comboboxDefault:var(--colorDefault40,#f5f5f5);--comboboxPrimary:var(--colorPrimary40,#2fa4e7);--comboboxSuccess:var(--colorSuccess40,#73a839);--comboboxCalm:var(--colorCalm40,#033c73);--comboboxWarning:var(--colorWarning40,#dd5600);--comboboxDanger:var(--colorDanger40,#c71c22);--comboboxLight:var(--colorLight40,#fff);--comboboxStable:var(--colorStable40,#f8f8f8);--comboboxRoyal:var(--colorRoyal40,#886aea);--comboboxDark:var(--colorDark40,#444);--borderComboboxDefault:var(--colorDefault50,#d7d7d7);--borderComboboxPrimary:var(--colorPrimary50,#4b58a6);--borderComboboxSuccess:var(--colorSuccess50,#73a839);--borderComboboxCalm:var(--colorCalm50,#033c73);--borderComboboxWarning:var(--colorWarning50,#dd5600);--borderComboboxDanger:var(--colorDanger50,#ae191e);--borderComboboxLight:var(--colorLight50,#dfdfdf);--borderComboboxStable:var(--colorStable50,#f8f8f8);--borderComboboxRoyal:var(--colorRoyal50,#775dcd);--borderComboboxDark:var(--colorDark50,#3c3c3c);--optionDefault:var(--colorDefault50,#d7d7d7);--optionPrimary:var(--colorPrimary40,#2fa4e7);--optionSuccess:var(--colorSuccess40,#73a839);--optionCalm:var(--colorCalm40,#033c73);--optionWarning:var(--colorWarning40,#dd5600);--optionDanger:var(--colorDanger40,#c71c22);--optionLight:var(--colorLight50,#dfdfdf);--optionStable:var(--colorStable50,#d9d9d9);--optionRoyal:var(--colorRoyal40,#886aea);--optionDark:var(--colorDark40,#444);--borderOptionDefault:transparent;--borderOptionPrimary:transparent;--borderOptionSuccess:transparent;--borderOptionCalm:transparent;--borderOptionWarning:transparent;--borderOptionDanger:transparent;--borderOptionLight:transparent;--borderOptionStable:transparent;--borderOptionRoyal:transparent;--borderOptionDark:transparent;--panelDefault:var(--colorPrimary40,#2fa4e7);--panelPrimary:var(--colorDefault40,#f5f5f5);--panelSuccess:var(--colorSuccess40,#73a839);--panelCalm:var(--colorCalm40,#033c73);--panelWarning:var(--colorWarning40,#dd5600);--panelDanger:var(--colorDanger40,#c71c22);--panelLight:var(--colorLight50,#dfdfdf);--panelStable:var(--colorStable50,#d9d9d9);--panelRoyal:var(--colorRoyal40,#886aea);--panelDark:var(--colorDark40,#444);--borderPanelDefault:var(--colorPrimary40,#2fa4e7);--borderPanelPrimary:var(--colorDefault40,#f5f5f5);--borderPanelSuccess:var(--colorSuccess40,#73a839);--borderPanelCalm:var(--colorCalm40,#033c73);--borderPanelWarning:var(--colorWarning40,#dd5600);--borderPanelDanger:var(--colorDanger40,#c71c22);--borderPanelLight:var(--colorLight50,#dfdfdf);--borderPanelStable:var(--colorStable50,#d9d9d9);--borderPanelRoyal:var(--colorRoyal40,#886aea);--borderPanelDark:var(--colorDark40,#444)}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{color:var(--colorPrimary60,#2278a9)}.color-light{color:var(--colorLight50,#dfdfdf)}.color-default{color:var(--colorDefault50,#d7d7d7)}.color-stable{color:var(--colorStable50,#d9d9d9)}a,a:focus,a:active{color:var(--colorPrimary40,#2fa4e7)}a:hover{color:var(--colorPrimary60,#2278a9)}.option-default .k-radio:checked+.k-radio-label:before,.option-default .k-radio-label:before{border-color:var(--colorDefault50,#d7d7d7)}.option-light .k-radio:checked+.k-radio-label:before,.option-light .k-radio-label:before{border-color:var(--colorLight50,#dfdfdf)}.option-stable .k-radio:checked+.k-radio-label:before,.option-stable .k-radio-label:before{border-color:var(--colorStable50,#d9d9d9)}.option-default .k-radio-label:after,.option-default .k-radio:checked+.k-radio-label:after{background:var(--colorDefault50,#d7d7d7);border-color:var(--colorDefault50,#d7d7d7)}.option-light .k-radio-label:after,.option-light .k-radio:checked+.k-radio-label:after{background:var(--colorLight50,#dfdfdf);border-color:var(--colorLight50,#dfdfdf)}.option-stable .k-radio-label:after,.option-stable .k-radio:checked+.k-radio-label:after{background:var(--colorStable50,#d9d9d9);border-color:var(--colorStable50,#d9d9d9)}.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,#d7d7d7);border-color:var(--colorDefault50,#d7d7d7)}.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,#dfdfdf);border-color:var(--colorLight50,#dfdfdf)}.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-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,#d7d7d7)}.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,#b3b3b3)}.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,#d7d7d7);color:var(--textColorDefault40,#fff)}.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,#dfdfdf)}.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,#bbb)}.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,#dfdfdf);color:var(--textColorLight40,#444)}.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,#fff)}.modal-title{color:var(--colorPrimary60,#2278a9)}.k-slider .k-slider-selection{background:var(--backgroundColor50,#dfdfdf)}.k-treeview .k-item{background:var(--colorDefault40,#f5f5f5);color:var(--textColorDefault40,#444)}.k-treeview .k-in.k-state-selected{background:var(--colorDefault60,#b3b3b3);color:var(--textColorDefault40,#444)}.k-treeview .k-in.k-state-hover{background:var(--colorDefault50,#d7d7d7);color:var(--textColorDefault40,#444)}.k-grid tr:hover{background:var(--colorDefault40,#f5f5f5)}.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(--backgroundColor50,#dfdfdf);color:var(--textColorDefault40,#444)}.k-grid-toolbar .k-button.k-state-hover,.k-grid-toolbar .k-button:hover{border-color:transparent}.k-grid table .k-button{border:1px solid var(--colorDefault50,#d7d7d7)}.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,#2fa4e7);color:var(--textColorPrimary40,#fff)}.k-grid-toolbar .k-button{border:1px solid var(--colorDefault50,#d7d7d7)}.k-grid table tbody tr:hover{background:var(--colorDefault40,#d8d9e3);color:var(--textColorDefault40)}.k-popup .k-list .k-state-focused{box-shadow:inset 0 0 2px 0 var(--colorPrimary30,#82bded),inset 0 0 7px 0 var(--colorPrimary40,#2fa4e7)}.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,#d7d7d7)}.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,#555)}.k-grid .k-pager-numbers .k-state-selected{background:var(--colorPrimary40,#2fa4e7);color:var(--textColorPrimary40,#fff);border-color:var(--colorPrimary40,#2fa4e7)}.bg,.siginPanel,.bg-login #container-second,.login-view{background:var(--backgroundLogin40,#fff)}.bg-login #container-second h1,.bg-login #container-second p,#crn-botao-cadastre,.login-view .sign-up,.crn-anchor-signup-back{color:var(--textColor40,#555)}.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:linear-gradient(var(--colorPrimary30,#82bded),var(--colorPrimary40,#2fa4e7) 60%,var(--colorPrimary50,#3c6088));border-color:var(--colorPrimary40,#2fa4e7);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:linear-gradient(var(--colorPrimary30,#82bded),var(--colorPrimary50,#2990ca) 60%,var(--colorPrimary60,#2278a9))}.btn.btn-fab,.btn-fab{border-radius:var(--borderRadiusSmallest,5px);width:auto;padding:8px 12px;min-width:52px}.k-button.btn-fab i{width:auto}.dynamic-image-container{border-color:var(--textColor40,#555);padding:10px;border-width:2px}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}.bootstrap-datetimepicker-widget.dropdown-menu{background:var(--backgroundColor40,#fff);color:var(--textColor40,#555)}.bootstrap-datetimepicker-widget a[data-action]{color:var(--colorPrimary40,#2fa4e7)}.k-calendar .k-footer{border-top:1px solid var(--backgroundColor50,#dfdfdf)}cron-calendar.k-calendar .k-footer,cron-calendar.k-calendar .k-header,.k-calendar .k-footer .k-nav-today{background:linear-gradient(var(--colorDefault10,#fcfcfc),var(--colorDefault10,#fcfcfc) 60%,var(--colorDefault40,#f5f5f5));color:var(--textColor40,#fff)}cron-calendar.k-widget{border-color:var(--backgroundColor50,#dfdfdf)}.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(--textColor40,#555)}.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:linear-gradient(var(--colorDefault30,#f7f7f7),var(--colorDefault50,#d7d7d7) 60%,var(--colorDefault60,#b3b3b3));box-shadow:none}.k-calendar th{background:var(--backgroundColor50,#c7c9ce)}.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(--colorDefault60,#b3b3b3)}.k-calendar td.k-state-hover .k-link{color:var(--textColor40,#555)}.k-calendar .k-today.k-state-selected.k-state-hover{background:var(--colorDefault10,#fcfcfc)}.k-calendar .k-content .k-other-month .k-link{color:var(--textColor30,#909090)}.k-calendar td.k-state-selected{background:transparent}.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)}.active-bar .k-button.k-default,.active-bar .btn.btn-default{background:linear-gradient(var(--colorSuccess30,#9fc085),var(--colorSuccess40,#73a839) 60%,var(--colorSuccess50,#359e1d));border-color:var(--colorSuccess40,#73a839);color:var(--textColorSuccess40,#fff)}.active-bar .k-button.k-default:hover,.active-bar .btn.btn-default:hover{color:var(--textColorSuccess40,#fff);background:linear-gradient(var(--colorSuccess30,#9fc085),var(--colorSuccess50,#659332) 60%,var(--colorSuccess60,#547b2a))}.cardinput button i{color:var(--colorPrimary40,#2fa4e7)}.cardinput button:focus i,.cardinput button:hover i{color:var(--colorPrimary60,#2278a9)}.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,.cardinput:focus-within{border-color:var(--colorPrimary30,#82bded);outline:0;box-shadow:inset 0 1px 1px transparent,0 0 8px var(--colorPrimary30,#82bded)}#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:linear-gradient(var(--colorPrimary30,#82bded),var(--colorPrimary40,#2fa4e7) 60%,var(--colorPrimary50,#3c6088));border-color:var(--colorPrimary40,#2fa4e7);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:linear-gradient(var(--colorPrimary30,#82bded),var(--colorPrimary50,#2990ca) 60%,var(--colorPrimary60,#2278a9))}#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:linear-gradient(var(--colorDefault20,#fafafa),var(--colorDefault30,#f7f7f7) 60%,var(--colorDefault40,#f5f5f5));border-color:var(--colorDefault50,#d7d7d7);color:var(--textColorDefault40,#444)}#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,#444);background:linear-gradient(var(--colorDefault30,#f7f7f7),var(--colorDefault50,#d7d7d7) 60%,var(--colorDefault60,#b3b3b3))}.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,#2278a9);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-window-titlebar{background:transparent}
|