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
|
-
.panel{background:var(--backgroundColor40,#fff);box-shadow:none}.panel-footer{color:var(--textColor40,#333);background:var(--colorDefault10,#e9e9e9)}.panel-default .panel-heading{color:var(--textColor40,#333);background:var(--colorDefault10,#e9e9e9);border-color:var(--colorDefault20,#d6d6d6)}.panel-default{border-color:var(--colorDefault20,#d6d6d6)}.panel-primary>.panel-heading{color:var(--textColorPrimary40,#fff);background:var(--colorPrimary40,#eb6864);border-color:var(--colorPrimary50,#ce5b58)}.panel-primary{border-color:var(--colorPrimary50,#ce5b58)}.panel-success>.panel-heading{color:var(--textColorSuccess40,#fff);background:var(--colorSuccess40,#22b24c);border-color:var(--colorSuccess50,#1e9c43)}.panel-success{border-color:var(--colorSuccess50,#1e9c43)}.panel-info>.panel-heading{color:var(--textColorCalm40,#fff);background:var(--colorCalm40,#369);border-color:var(--colorCalm50,#2d5986)}.panel-info{border-color:var(--colorCalm50,#2d5986)}.panel-warning>.panel-heading{color:var(--textColorWarning40,#fff);background:var(--colorWarning40,#f5e625);border-color:var(--colorWarning50,#d7c920)}.panel-warning{border-color:var(--colorWarning50,#d7c920)}.panel-danger>.panel-heading{color:var(--textColorDanger40,#fff);background:var(--colorDanger40,#d76b00);border-color:var(--colorDanger50,#b35900)}.panel-danger{border-color:var(--colorDanger50,#b35900)}.panel-light>.panel-heading{color:var(--textColorLight40,#444);background:var(--colorLight40,#f8f9fa);border-color:var(--colorLight50,#d9dadb)}.panel-light{border-color:var(--colorLight50,#d9dadb)}.panel-stable>.panel-heading
|
|
1
|
+
.panel{background:var(--backgroundColor40,#fff);box-shadow:none}.panel-footer{color:var(--textColor40,#333);background:var(--colorDefault10,#e9e9e9)}.panel-default .panel-heading{color:var(--textColor40,#333);background:var(--colorDefault10,#e9e9e9);border-color:var(--colorDefault20,#d6d6d6)}.panel-default{border-color:var(--colorDefault20,#d6d6d6)}.panel-primary>.panel-heading{color:var(--textColorPrimary40,#fff);background:var(--colorPrimary40,#eb6864);border-color:var(--colorPrimary50,#ce5b58)}.panel-primary{border-color:var(--colorPrimary50,#ce5b58)}.panel-success>.panel-heading{color:var(--textColorSuccess40,#fff);background:var(--colorSuccess40,#22b24c);border-color:var(--colorSuccess50,#1e9c43)}.panel-success{border-color:var(--colorSuccess50,#1e9c43)}.panel-info>.panel-heading{color:var(--textColorCalm40,#fff);background:var(--colorCalm40,#369);border-color:var(--colorCalm50,#2d5986)}.panel-info{border-color:var(--colorCalm50,#2d5986)}.panel-warning>.panel-heading{color:var(--textColorWarning40,#fff);background:var(--colorWarning40,#f5e625);border-color:var(--colorWarning50,#d7c920)}.panel-warning{border-color:var(--colorWarning50,#d7c920)}.panel-danger>.panel-heading{color:var(--textColorDanger40,#fff);background:var(--colorDanger40,#d76b00);border-color:var(--colorDanger50,#b35900)}.panel-danger{border-color:var(--colorDanger50,#b35900)}.panel-light>.panel-heading{color:var(--textColorLight40,#444);background:var(--colorLight40,#f8f9fa);border-color:var(--colorLight50,#d9dadb)}.panel-light{border-color:var(--colorLight50,#d9dadb)}.panel-stable>.panel-heading{color:var(--textColorStable40,#444);background:var(--colorStable50,#d9d9d9);border-color:transparent}.panel-stable{border-color:var(--colorStable50,#d9d9d9)}.panel-royal>.panel-heading{color:var(--textColorRoyal40,#fff);background:var(--colorRoyal40,#886aea);border-color:transparent}.panel-royal{border-color:var(--colorRoyal40,#886aea)}.panel-dark>.panel-heading{color:var(--textColorDark40,#fff);background:var(--colorDark40,#222);border-color:transparent}.panel-dark{border-color:var(--colorDark40,#222)}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import 'navbar-material.css';@import 'panel-material.css';@import 'grid-material.css';@import '../../../fonts/roboto/roboto.css';@import '../../../fonts/helvetica-neue/HelveticaNeue.css';:root{--fontFamily:"Roboto","Helvetica Neue","Arial",sans-serif;--textColor:#393939;--backgroundColor:#f1f1f1;--textSmallSize:12px;--textNormalSize:14px;--textMediumSize:18px;--textBigSize:24px;--textExtraBigSize:30px;--textFullSize:36px;--textColor10:#d8d8d8;--textColor20:#b3b3b3;--textColor30:#858585;--textColor40:#393939;--textColor50:#323232;--textColor60:#2a2a2a;--textColor70:#1f1f1f;--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:#b3deff;--backgroundLogin20:#80c8ff;--backgroundLogin30:#4db2ff;--backgroundLogin40:#0091ff;--backgroundLogin50:#0082e6;--backgroundLogin60:#004880;--backgroundLogin70:#000e19;--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:#d8d9e3;--colorDefault20:#b3b5ca;--colorDefault30:#8689af;--colorDefault40:#3b448e;--colorDefault50:#343c7c;--colorDefault60:#2b3268;--colorDefault70:#20254e;--textColorDefault10:#8c8c8c;--textColorDefault20:#bbb;--textColorDefault30:#dfdfdf;--textColorDefault40:#fff;--textColorDefault50:#fff;--textColorDefault60:#fff;--textColorDefault70:#fff;--colorPrimary10:#d8daeb;--colorPrimary20:#b4b7da;--colorPrimary30:#878ec9;--colorPrimary40:#5665be;--colorPrimary50:#37479e;--colorPrimary60:#2e3b85;--colorPrimary70:#232c63;--textColorPrimary10:#8c8c8c;--textColorPrimary20:#bbb;--textColorPrimary30:#dfdfdf;--textColorPrimary40:#fff;--textColorPrimary50:#fff;--textColorPrimary60:#fff;--textColorPrimary70:#fff;--colorSuccess10:#d6e0d6;--colorSuccess20:#b0c4b0;--colorSuccess30:#7fa57f;--colorSuccess40:#257d25;--colorSuccess50:#206d20;--colorSuccess60:#1b5c1b;--colorSuccess70:#144414;--textColorSuccess10:#8c8c8c;--textColorSuccess20:#bbb;--textColorSuccess30:#dfdfdf;--textColorSuccess40:#fff;--textColorSuccess50:#fff;--textColorSuccess60:#fff;--textColorSuccess70:#fff;--colorWarning10:#fbe9da;--colorWarning20:#f7d7b7;--colorWarning30:#f4c38d;--colorWarning40:#f0ad4e;--colorWarning50:#d29744;--colorWarning60:#b07f39;--colorWarning70:#835f2b;--textColorWarning10:#8c8c8c;--textColorWarning20:#bbb;--textColorWarning30:#dfdfdf;--textColorWarning40:#fff;--textColorWarning50:#fff;--textColorWarning60:#fff;--textColorWarning70:#fff;--colorDanger10:#f1d8d7;--colorDanger20:#e6b3b2;--colorDanger30:#da8584;--colorDanger40:#ce3a36;--colorDanger50:#b4332f;--colorDanger60:#972a28;--colorDanger70:#71201e;--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:#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:#fff;--colorLight20:#fff;--colorLight30:#fff;--colorLight40:#fff;--colorLight50:#dfdfdf;--colorLight60:#bbb;--colorLight70:#8c8c8c;--textColorLight10:#000;--textColorLight20:#000;--textColorLight30:#000;--textColorLight40:#000;--textColorLight50:#7b7b7b;--textColorLight60:#aeaeae;--textColorLight70:#d5d5d5;--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;--btnDefault:var(--colorDefault40,#3b448e);--btnPrimary:var(--colorPrimary40,#5665be);--btnSuccess:var(--colorSuccess40,#257d25);--btnCalm:var(--colorDefault40,#3b448e);--btnWarning:var(--colorWarning40,#f0ad4e);--btnDanger:var(--colorDanger40,#ce3a36);--btnLight:var(--colorLight40,#fff);--btnLink:var(--textColorLight40,#000);--btnStable:var(--colorStable40,#f8f8f8);--btnRoyal:var(--colorRoyal40,#886aea);--btnDark:var(--colorDark40,#444);--textColorDefault:var(--textColorDefault40,#fff);--textColorPrimary:var(--textColorPrimary40,#fff);--textColorSuccess:var(--textColorSuccess40,#fff);--textColorCalm:var(--textColorDefault40,#fff);--textColorWarning:var(--textColorWarning40,#fff);--textColorDanger:var(--textColorDanger40,#fff);--textColorLight:var(--textColorLight40,#000);--textColorStable:var(--textColorStable40,#444);--textColorRoyal:var(--textColorRoyal40,#fff);--textColorDark:var(--textColorDark40,#fff);--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,#dfdfdf);--colorStable:var(--colorStable50,#dfdfdf);--colorRoyal:var(--colorRoyal40,#886aea);--colorDark:var(--colorDark40,#444);--checkboxDefault:var(--colorDefault40,#3b448e);--checkboxPrimary:var(--colorPrimary40,#5665be);--checkboxSuccess:var(--colorSuccess40,#257d25);--checkboxCalm:var(--colorDefault40,#3b448e);--checkboxWarning:var(--colorWarning40,#f0ad4e);--checkboxDanger:var(--colorDanger40,#ce3a36);--checkboxLight:var(--colorLight50,#d7d7d7);--checkboxStable:var(--colorStable50,#d9d9d9);--checkboxRoyal:var(--colorRoyal40,#886aea);--checkboxDark:var(--colorDark40,#444);--comboboxDefault:var(--colorDefault40,#3b448e);--comboboxPrimary:var(--colorPrimary40,#5665be);--comboboxSuccess:var(--colorSuccess40,#257d25);--comboboxCalm:var(--colorDefault40,#3b448e);--comboboxWarning:var(--colorWarning40,#f0ad4e);--comboboxDanger:var(--colorDanger40,#ce3a36);--comboboxLight:var(--colorLight50,#d7d7d7);--comboboxStable:var(--colorStable50,#d9d9d9);--comboboxRoyal:var(--colorRoyal40,#886aea);--comboboxDark:var(--colorDark40,#444);--optionDefault:var(--colorDefault40,#3b448e);--optionPrimary:var(--colorPrimary40,#5665be);--optionSuccess:var(--colorSuccess40,#257d25);--optionCalm:var(--colorDefault40,#3b448e);--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,#3b448e);--panelPrimary:var(--colorPrimary40,#5665be);--panelSuccess:var(--colorSuccess10,#d6e0d6);--panelCalm:var(--colorDefault10,#d8d9e3);--panelWarning:var(--colorWarning10,#fbe9da);--panelDanger:var(--colorDanger10,#f1d8d7);--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{font-weight:400}.color-light{color:var(--colorLight50,#dfdfdf)}.color-stable{color:var(--colorStable50,#d9d9d9)}.color-info{color:var(--colorDefault40,#3b448e)}.color-info:hover{color:var(--colorDefault60,#2b3268)}.main-view{box-shadow:0 3px 1px -2px rgb(0 0 0 / 20%),0 2px 2px 0 rgb(0 0 0 / 14%),0 1px 5px 0 rgb(0 0 0 / 12%);background:var(--colorNeutral00,#fff)}.main-view.container-fluid{padding:var(--distanceSmall,15px)}.main-view-horizontal{padding:15px;width:calc(100% - 60px)}label{font-weight:400;margin-bottom:0}.pace div.pace-progress{background:var(--colorPrimary40,#5665be)}.form-control{display:block;height:auto;padding:auto;font-size:auto;color:var(--textColor40,#393939);background:transparent;border:0;border-radius:0;border-bottom:1px solid var(--textColor30,#393939);outline:0;width:100%;box-shadow:none}.k-autocomplete.k-state-focused,.k-dropdown-wrap.k-state-focused,.k-multiselect.k-header.k-state-focused,.k-numeric-wrap.k-state-focused,.k-picker-wrap.k-state-focused,.k-textbox:focus,.k-input,.k-multiselect-wrap,.k-textbox>input,input.k-textbox,input.k-textbox:hover,textarea.k-textbox,textarea.k-textbox:hover{border:0;border-bottom:1px solid var(--textColor30,#393939);border-radius:0}.k-autocomplete.k-state-focused,.k-dropdown-wrap.k-state-focused,.k-multiselect.k-header.k-state-focused,.k-numeric-wrap.k-state-focused,.k-picker-wrap.k-state-focused,.k-textbox:focus{box-shadow:none;border:0;border-bottom:1px solid var(--textColor30,#393939)}.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}.k-button,.btn{border-radius:2px;box-shadow:0 3px 1px -2px rgb(0 0 0 / 20%),0 2px 2px 0 rgb(0 0 0 / 14%),0 1px 5px 0 rgb(0 0 0 / 12%)}.btn.btn-link{box-shadow:none}.btn.btn-link i,.btn.btn-link span,.btn.btn-link:focus,.btn.btn-link:hover,.btn.btn-link.disabled,.btn.btn-link[disabled]:hover{color:var(--textColorLight40,#000)}.k-button.k-info,.btn.btn-info{background:var(--colorDefault40,#3b448e);border-color:transparent;color:var(--textColorDefault40,#fff)}.k-button.k-info:focus,.k-button.k-info:hover,.btn.btn-info:focus,.btn.btn-info:hover{color:var(--textColorDefault40,#fff);background:var(--colorDefault50,#343c7c);border-color:transparent;outline:0}.k-button.k-info.active,.k-button.k-info:active,.btn.btn-info.active,.btn.btn-info:active{background:var(--colorDefault10,#d8d9e3)}.modal-header .close,.modal-title{color:var(--textColor40,#393939)}.modal-header .close{margin-top:0}.modal-header .close span{font-size:var(--textMediumSize,16px)}.bg,.siginPanel,.bg-login #container-second{background:linear-gradient(-140deg,var(--backgroundLogin20,#80c8ff),var(--backgroundLogin30,#4db2ff),var(--backgroundLogin40,#0091ff),var(--backgroundLogin50,#0082e6),var(--backgroundLogin60,#004880))}.login-view{box-shadow:0 0 0 0 rgb(0 0 0 / 20%),0 0 0 0 rgb(0 0 0 / 14%),0 1px 3px 0 rgb(0 0 0 / 12%);background:#fff;padding:40px 30px 40px 30px;border-radius:3px}.bg-login #container-second h1,.bg-login #container-second p{color:var(--textColorPrimary40,#fff)}#crn-botao-cadastre,.login-view .sign-up,.crn-anchor-signup-back{color:var(--textColor40,#111)}.bg-login #container-first .btn-login-mutual,.bg-login #container-first .btn-login,.login-view .crn-button-signup-register,.login-view .btn.btn-default{background:var(--colorPrimary40,#3b448e);border-color:transparent;color:var(--textColorPrimary40,#fff)}.bg-login #container-first .btn-login-mutual:hover,.bg-login #container-first .btn-login:hover,.login-view .crn-button-signup-register:hover,.login-view .btn.btn-default:hover{color:var(--textColorPrimary40,#fff);background:var(--colorPrimary50,#343c7c);border-color:transparent;outline:0}.ctn-tab .nav-tabs{background:var(--colorPrimary40,#387ef5);border:0}.ctn-tab .nav-tabs li.active{border-radius:0;background:var(--colorDefault40,#3b448e);border:0}.ctn-tab .nav-tabs li a,.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:hover{border-radius:0;color:var(--textColorDefault40,#fff);background:transparent}.jumbotron{background:var(--backgroundColor40,#f1f1f1)}.jumbotron .h1,.jumbotron h1,.jumbotron .h2,.jumbotron h2{color:var(--textColor40,#393939)}.k-slider .k-slider-selection{background:var(--colorDefault40,#3b448e)}*[id^='crn-slider'] .form-control{height:38px}.k-grid .k-slider .k-button,.k-slider .k-button{color:var(--textColor50,#323232)}.k-treeview .k-icon{border-radius:0}.k-treeview .k-item{background:transparent;color:var(--textColor40,#393939);border-radius:0}.k-treeview .k-in.k-state-hover,.k-treeview .k-in.k-state-selected{background:var(--backgroundColor50,#dfdfdf);color:var(--textColor40,#393939);border-radius:0}.dynamic-image-container{border:1px dashed var(--colorDefault40,#3b448e)}.dynamic-image-container .btn{color:var(--textColor40,#393939);background:var(--backgroundColor40,#f1f1f1);border-color:transparent;box-shadow:none;margin:0}.dynamic-image-container .btn:hover{background:var(--backgroundColor50,#d3d3d3);color:var(--textColor40,#393939)}.dynamic-image-container .btn.btn-info{background:var(--colorDefault40,#3b448e);color:var(--textColorDefault40,#fff);margin:0;margin-left:10px}.dynamic-image-container .btn.btn-info:hover{color:var(--textColorDefault40,#fff);background:var(--colorDefault50,#343c7c)}.k-multiselect-wrap .k-button{min-height:2em;padding-top:0;padding-bottom:0;line-height:2;border-radius:2em;margin-right:8px}.k-multiselect .k-button.k-state-hover{border-color:var(--colorDefault40,#3b448e);background:var(--colorDefault50,#343c7c);color:var(--textColorDefault40,#fff)}.k-multiselect-wrap .k-select .k-icon{margin-top:-3px}.k-multiselect-wrap li{padding:7px 26px 7px 13px}.option-light .k-radio:checked+.k-radio-label:before,.option-light .k-radio-label:before{border-color:var(--colorLight50,#d9d7d2)}.option-light .k-radio-label:after,.option-light .k-radio:checked+.k-radio-label:after{background:var(--colorLight50,#d9d7d2);border-color:var(--colorLight50,#d9d7d2)}.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,#d9d7d2);border-color:var(--colorLight50,#d9d7d2)}.option-stable .k-radio:checked+.k-radio-label:before,.option-stable .k-radio-label:before{border-color:var(--colorStable50,#d9d9d9)}.option-stable .k-radio-label:after,.option-stable .k-radio:checked+.k-radio-label:after{background:var(--colorStable50,#d9d9d9);border-color:var(--colorStable50,#d9d9d9)}.option-stable .k-radio:focus+.k-radio-label::before,.option-stable .k-radio:hover+.k-radio-label::before{box-shadow:0 0 5px 0 var(--colorStable50,#d9d9d9);border-color:var(--colorStable50,#d9d9d9)}.option-info .k-radio-label:before{border-color:var(--colorDefault40,#3b448e)}.option-info .k-radio-label:after,.option-info .k-radio:checked+.k-radio-label:after{background-color:var(--colorDefault40,#3b448e);border-color:var(--colorDefault40,#3b448e)}.option-info .k-radio:checked+.k-radio-label:before{border-color:var(--colorDefault40,#3b448e)}.option-info .k-radio:focus+.k-radio-label::before,.option-info .k-radio:hover+.k-radio-label::before{box-shadow:0 0 5px 0 var(--colorDefault40,#3b448e);border-color:var(--colorDefault40,#3b448e)}.checkbox-info .k-checkbox:checked+.k-checkbox-label:before,.checkbox-info .k-checkbox:indeterminate+.k-checkbox-label:before,.checkbox-info .k-checkbox-label:hover:before,.checkbox-info .k-checkbox:checked+.k-checkbox-label:hover:before,.checkbox-info .k-checkbox:checked:hover+.k-checkbox-label:before,.checkbox-info .k-checkbox:hover+.k-checkbox-label:before,.checkbox-info .k-checkbox-label:active:before,.checkbox-info .k-checkbox:active+.k-checkbox-label:before,.checkbox-info .k-checkbox:focus+.k-checkbox-label:before,.checkbox-info .k-checkbox:hover+.k-checkbox-label:before,.checkbox-info .k-checkbox:checked+.k-checkbox-label:after,.checkbox-info .k-checkbox:indeterminate+.k-checkbox-label:after,.checkbox-info .k-checkbox-label:before{border-color:var(--colorDefault40,#3b448e)}.checkbox-info .k-checkbox-label:hover:before,.checkbox-info .k-checkbox:checked+.k-checkbox-label:hover:before,.checkbox-info .k-checkbox:checked:hover+.k-checkbox-label:before,.checkbox-info .k-checkbox:hover+.k-checkbox-label:before,.checkbox-info .k-checkbox:focus+.k-checkbox-label:before,.checkbox-info .k-checkbox:hover+.k-checkbox-label:before{box-shadow:0 0 5px 0 var(--colorDefault50,#343c7c)}.checkbox-info .k-checkbox:checked+.k-checkbox-label:before,.checkbox-info .k-checkbox:indeterminate+.k-checkbox-label:before,.checkbox-info .k-checkbox:checked+.k-checkbox-label:after,.checkbox-info .k-checkbox:indeterminate+.k-checkbox-label:after{background:var(--colorDefault40,#3b448e);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,#d7d7d7)}.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,#b4b4b4)}.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,#d7d7d7);color:var(--textColorLight40,#222)}.checkbox-stable .k-checkbox:checked+.k-checkbox-label:before,.checkbox-stable .k-checkbox:indeterminate+.k-checkbox-label:before,.checkbox-stable .k-checkbox-label:hover:before,.checkbox-stable .k-checkbox:checked+.k-checkbox-label:hover:before,.checkbox-stable .k-checkbox:checked:hover+.k-checkbox-label:before,.checkbox-stable .k-checkbox:hover+.k-checkbox-label:before,.checkbox-stable .k-checkbox-label:active:before,.checkbox-stable .k-checkbox:active+.k-checkbox-label:before,.checkbox-stable .k-checkbox:focus+.k-checkbox-label:before,.checkbox-stable .k-checkbox:hover+.k-checkbox-label:before,.checkbox-stable .k-checkbox:checked+.k-checkbox-label:after,.checkbox-stable .k-checkbox:indeterminate+.k-checkbox-label:after,.checkbox-stable .k-checkbox-label:before{border-color:var(--colorStable50,#d9d9d9)}.checkbox-stable .k-checkbox-label:hover:before,.checkbox-stable .k-checkbox:checked+.k-checkbox-label:hover:before,.checkbox-stable .k-checkbox:checked:hover+.k-checkbox-label:before,.checkbox-stable .k-checkbox:hover+.k-checkbox-label:before,.checkbox-stable .k-checkbox:focus+.k-checkbox-label:before,.checkbox-stable .k-checkbox:hover+.k-checkbox-label:before{box-shadow:0 0 5px 0 var(--colorStable60,#b6b6b6)}.checkbox-stable .k-checkbox:checked+.k-checkbox-label:before,.checkbox-stable .k-checkbox:indeterminate+.k-checkbox-label:before,.checkbox-stable .k-checkbox:checked+.k-checkbox-label:after,.checkbox-stable .k-checkbox:indeterminate+.k-checkbox-label:after{background:var(--colorStable50,#d9d9d9);color:var(--textColorStable40,#444)}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after{border-bottom-color:var(--backgroundColor10,#fbfbfb)}.bootstrap-datetimepicker-widget.dropdown-menu.top:after{border-top-color:var(--backgroundColor10,#fbfbfb)}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:transparent}.k-calendar .k-content{border:1px solid var(--colorDefault40,#2f2f2f);width:calc(100% - 1px)}.k-calendar .k-content th{border:0}.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 .k-content .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(--colorDefault40,#5665be)}.k-calendar .k-content .k-state-hover .k-link{color:var(--textColor40,#393939)}.k-calendar .k-today.k-state-selected.k-state-hover{background-color:var(--colorDefault60,#3e3e3e);color:var(--textColorDefault40,#fff)}.k-calendar .k-state-selected.k-state-hover .k-link{color:var(--textColorDefault40,#fff)}.k-calendar .k-header .k-icon{color:var(--textColorDefault40,#fff)}.k-grid-edit-row .k-textbox,.k-grid-edit-row .text-box{border:0;border-bottom:1px solid}.bootstrap-datetimepicker-widget a[data-action],div[data-component^='crn-textinputicon'] .k-button{box-shadow:none}#forgotPasswordModal .modal-footer .k-button.k-success,#forgotPasswordModal .modal-footer .btn.btn-success,#modalPassword .modal-footer .k-button.k-success,#modalPassword .modal-footer .btn.btn-success{background:var(--colorPrimary40,#3f51b5);border-color:transparent;color:var(--textColorPrimary40,#fff)}#forgotPasswordModal .modal-footer .k-button.k-success:hover,#forgotPasswordModal .modal-footer .btn.btn-success:hover,#modalPassword .modal-footer .k-button.k-success:hover,#modalPassword .modal-footer .btn.btn-success:hover{color:var(--textColorPrimary40,#fff);background:var(--colorPrimary50,#37479e);border-color:transparent}#forgotPasswordModal .modal-footer .k-button.k-danger,#forgotPasswordModal .modal-footer .btn.btn-danger,#modalPassword .modal-footer .k-button.k-danger,#modalPassword .modal-footer .btn.btn-danger{background:var(--colorDefault40,#2b71e8);border-color:transparent;color:var(--textColorDefault40,#fff)}#forgotPasswordModal .modal-footer .k-button.k-danger:hover,#forgotPasswordModal .modal-footer .btn.btn-danger:hover,#modalPassword .modal-footer .k-button.k-danger:hover,#modalPassword .modal-footer .btn.btn-danger:hover{color:var(--textColorDefault40,#fff);background:var(--colorDefault50,#343c7c);border-color:transparent}.active-bar .k-button.k-default,.active-bar .btn.btn-default{background:var(--colorSuccess40,#257d25);border-color:transparent;color:var(--textColorSuccess40,#fff)}.active-bar .k-button.k-default:hover,.active-bar .btn.btn-default:hover{background:var(--colorSuccess50,#206d20);border-color:transparent;color:var(--textColorSuccess40,#fff)}.k-button:before,.combobox-default .k-button:before{background:var(--backgroundColor50,#dfdfdf)}.k-multiselect .k-button.k-state-hover,.k-multiselect .k-button,.combobox-default .k-multiselect .k-button.k-state-hover,.combobox-default .k-multiselect .k-button{border-color:var(--backgroundColor60,#bbb);background:var(--backgroundColor50,#dfdfdf);color:var(--textColor40,#393939)}.k-multiselect-wrap .k-button.k-state-hover .k-select,.k-multiselect-wrap .k-button:hover,.combobox-default .k-multiselect-wrap .k-button.k-state-hover .k-select,.combobox-default .k-multiselect-wrap .k-button:hover{background:var(--backgroundColor60,#bbb);color:var(--textColor40,#393939)}.k-multiselect .k-button:active,.combobox-default .k-multiselect .k-button:active{color:var(--textColor40,#393939);box-shadow:inset 0 0 10px 3px var(--backgroundColor70,#8c8c8c)}.k-dropdown-wrap.k-state-default,.k-header,.k-pager-wrap,.k-grid-toolbar,.k-grid-edit-row>td>.k-widget{background:transparent}.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,#3b448e)}.k-scheduler-navigation .k-nav-today.k-state-hover .k-link,.k-scheduler-navigation .k-nav-next.k-state-hover .k-link,.k-scheduler-navigation .k-nav-prev.k-state-hover .k-link{background:var(--colorPrimary60,#2e3b85);color:var(--textColorPrimary40,#fff)}.k-scheduler-navigation .k-nav-prev .k-link span,.k-scheduler-navigation .k-nav-next.k-state-hover .k-link span,.k-scheduler-navigation .k-nav-prev.k-state-hover .k-link span{color:var(--textColorPrimary40,#fff)}
|
|
1
|
+
@import 'navbar-material.css';@import 'panel-material.css';@import 'grid-material.css';@import '../../../fonts/roboto/roboto.css';@import '../../../fonts/helvetica-neue/HelveticaNeue.css';:root{--fontFamily:"Roboto","Helvetica Neue","Arial",sans-serif;--textColor:#393939;--backgroundColor:#f1f1f1;--textSmallSize:12px;--textNormalSize:14px;--textMediumSize:18px;--textBigSize:24px;--textExtraBigSize:30px;--textFullSize:36px;--textColor10:#d8d8d8;--textColor20:#b3b3b3;--textColor30:#858585;--textColor40:#393939;--textColor50:#323232;--textColor60:#2a2a2a;--textColor70:#1f1f1f;--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:#b3deff;--backgroundLogin20:#80c8ff;--backgroundLogin30:#4db2ff;--backgroundLogin40:#0091ff;--backgroundLogin50:#0082e6;--backgroundLogin60:#004880;--backgroundLogin70:#000e19;--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:#d8d9e3;--colorDefault20:#b3b5ca;--colorDefault30:#8689af;--colorDefault40:#3b448e;--colorDefault50:#343c7c;--colorDefault60:#2b3268;--colorDefault70:#20254e;--textColorDefault10:#8c8c8c;--textColorDefault20:#bbb;--textColorDefault30:#dfdfdf;--textColorDefault40:#fff;--textColorDefault50:#fff;--textColorDefault60:#fff;--textColorDefault70:#fff;--colorPrimary10:#d8daeb;--colorPrimary20:#b4b7da;--colorPrimary30:#878ec9;--colorPrimary40:#5665be;--colorPrimary50:#37479e;--colorPrimary60:#2e3b85;--colorPrimary70:#232c63;--textColorPrimary10:#8c8c8c;--textColorPrimary20:#bbb;--textColorPrimary30:#dfdfdf;--textColorPrimary40:#fff;--textColorPrimary50:#fff;--textColorPrimary60:#fff;--textColorPrimary70:#fff;--colorSuccess10:#d6e0d6;--colorSuccess20:#b0c4b0;--colorSuccess30:#7fa57f;--colorSuccess40:#257d25;--colorSuccess50:#206d20;--colorSuccess60:#1b5c1b;--colorSuccess70:#144414;--textColorSuccess10:#8c8c8c;--textColorSuccess20:#bbb;--textColorSuccess30:#dfdfdf;--textColorSuccess40:#fff;--textColorSuccess50:#fff;--textColorSuccess60:#fff;--textColorSuccess70:#fff;--colorWarning10:#fbe9da;--colorWarning20:#f7d7b7;--colorWarning30:#f4c38d;--colorWarning40:#f0ad4e;--colorWarning50:#d29744;--colorWarning60:#b07f39;--colorWarning70:#835f2b;--textColorWarning10:#8c8c8c;--textColorWarning20:#bbb;--textColorWarning30:#dfdfdf;--textColorWarning40:#fff;--textColorWarning50:#fff;--textColorWarning60:#fff;--textColorWarning70:#fff;--colorDanger10:#f1d8d7;--colorDanger20:#e6b3b2;--colorDanger30:#da8584;--colorDanger40:#ce3a36;--colorDanger50:#b4332f;--colorDanger60:#972a28;--colorDanger70:#71201e;--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:#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:#fff;--colorLight20:#fff;--colorLight30:#fff;--colorLight40:#fff;--colorLight50:#dfdfdf;--colorLight60:#bbb;--colorLight70:#8c8c8c;--textColorLight10:#000;--textColorLight20:#000;--textColorLight30:#000;--textColorLight40:#000;--textColorLight50:#7b7b7b;--textColorLight60:#aeaeae;--textColorLight70:#d5d5d5;--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;--btnDefault:var(--colorDefault40,#3b448e);--btnPrimary:var(--colorPrimary40,#5665be);--btnSuccess:var(--colorSuccess40,#257d25);--btnCalm:var(--colorDefault40,#3b448e);--btnWarning:var(--colorWarning40,#f0ad4e);--btnDanger:var(--colorDanger40,#ce3a36);--btnLight:var(--colorLight40,#fff);--btnLink:var(--textColorLight40,#000);--btnStable:var(--colorStable40,#f8f8f8);--btnRoyal:var(--colorRoyal40,#886aea);--btnDark:var(--colorDark40,#444);--textColorDefault:var(--textColorDefault40,#fff);--textColorPrimary:var(--textColorPrimary40,#fff);--textColorSuccess:var(--textColorSuccess40,#fff);--textColorCalm:var(--textColorCalm40,#fff);--textColorWarning:var(--textColorWarning40,#fff);--textColorDanger:var(--textColorDanger40,#fff);--textColorLight:var(--textColorLight40,#000);--textColorStable:var(--textColorStable40,#444);--textColorRoyal:var(--textColorRoyal40,#fff);--textColorDark:var(--textColorDark40,#fff);--borderBtnLink:transparent;--borderBtnDefault:transparent;--borderBtnPrimary:transparent;--borderBtnSuccess:transparent;--borderBtnCalm:transparent;--borderBtnWarning:transparent;--borderBtnDanger:transparent;--borderBtnLight:transparent;--borderBtnStable:transparent;--borderBtnRoyal:transparent;--borderBtnDark:transparent;--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,#dfdfdf);--colorStable:var(--colorStable50,#dfdfdf);--colorRoyal:var(--colorRoyal40,#886aea);--colorDark:var(--colorDark40,#444);--checkboxDefault:var(--colorDefault40,#3b448e);--checkboxPrimary:var(--colorPrimary40,#5665be);--checkboxSuccess:var(--colorSuccess40,#257d25);--checkboxCalm:var(--colorDefault40,#3b448e);--checkboxWarning:var(--colorWarning40,#f0ad4e);--checkboxDanger:var(--colorDanger40,#ce3a36);--checkboxLight:var(--colorLight50,#d7d7d7);--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(--backgroundColor50,#d3d3d3);--comboboxPrimary:var(--colorPrimary40,#5665be);--comboboxSuccess:var(--colorSuccess40,#257d25);--comboboxCalm:var(--colorCalm40,#3b448e);--comboboxWarning:var(--colorWarning40,#f0ad4e);--comboboxDanger:var(--colorDanger40,#ce3a36);--comboboxLight:var(--colorLight40,#fff);--comboboxStable:var(--colorStable40,#f8f8f8);--comboboxRoyal:var(--colorRoyal40,#886aea);--comboboxDark:var(--colorDark40,#444);--borderComboboxDefault:var(--backgroundColor60,#b1b1b1);--borderComboboxPrimary:var(--colorPrimary50,#4b58a6);--borderComboboxSuccess:var(--colorSuccess50,#2db353);--borderComboboxCalm:var(--colorCalm50,#0fa9d5);--borderComboboxWarning:var(--colorWarning50,#dfb000);--borderComboboxDanger:var(--colorDanger50,#d13e33);--borderComboboxLight:var(--colorLight50,#dfdfdf);--borderComboboxStable:var(--colorStable50,#d9d9d9);--borderComboboxRoyal:var(--colorRoyal50,#775dcd);--borderComboboxDark:var(--colorDark50,#3c3c3c);--optionDefault:var(--colorDefault40,#3b448e);--optionPrimary:var(--colorPrimary40,#5665be);--optionSuccess:var(--colorSuccess40,#257d25);--optionCalm:var(--colorDefault40,#3b448e);--optionWarning:var(--colorWarning40,#f0ad4e);--optionDanger:var(--colorDanger40,#ce3a36);--optionLight:var(--colorLight40,#fff);--optionStable:var(--colorStable40,#f8f8f8);--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,#5665be);--panelPrimary:var(--colorDefault40,#3b448e);--panelSuccess:var(--colorSuccess10,#d6e0d6);--panelCalm:var(--colorDefault10,#d8d9e3);--panelWarning:var(--colorWarning10,#fbe9da);--panelDanger:var(--colorDanger10,#f1d8d7);--panelLight:var(--colorLight50,#dfdfdf);--panelStable:var(--colorStable50,#d9d9d9);--panelRoyal:var(--colorRoyal50,#775dcd);--panelDark:var(--colorDark50,#3c3c3c);--borderPanelDefault:transparent;--borderPanelPrimary:var(--colorDefault40,#3b448e);--borderPanelSuccess:var(--colorSuccess20,#b0c4b0);--borderPanelCalm:var(--colorDefault20,#b3b5ca);--borderPanelWarning:var(--colorWarning20,#f7d7b7);--borderPanelDanger:var(--colorDanger20,#e6b3b2);--borderPanelLight:var(--colorLight60,#bbb);--borderPanelStable:var(--colorStable60,#b6b6b6);--borderPanelRoyal:var(--colorRoyal60,#644eab);--borderPanelDark:var(--colorDark60,#323232)}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight:400}.color-light{color:var(--colorLight50,#dfdfdf)}.color-stable{color:var(--colorStable50,#d9d9d9)}.color-info{color:var(--colorDefault40,#3b448e)}.color-info:hover{color:var(--colorDefault60,#2b3268)}.main-view{box-shadow:0 3px 1px -2px rgb(0 0 0 / 20%),0 2px 2px 0 rgb(0 0 0 / 14%),0 1px 5px 0 rgb(0 0 0 / 12%);background:var(--colorNeutral00,#fff)}.main-view.container-fluid{padding:var(--distanceSmall,15px)}.main-view-horizontal{padding:15px;width:calc(100% - 60px)}label{font-weight:400;margin-bottom:0}.pace div.pace-progress{background:var(--colorPrimary40,#5665be)}.form-control{display:block;height:auto;padding:auto;font-size:auto;color:var(--textColor40,#393939);background:transparent;border:0;border-radius:0;border-bottom:1px solid var(--textColor30,#393939);outline:0;width:100%;box-shadow:none}.cardinput{padding:0;border:0}.cardinput,.k-autocomplete.k-state-focused,.k-dropdown-wrap.k-state-focused,.k-multiselect.k-header.k-state-focused,.k-numeric-wrap.k-state-focused,.k-picker-wrap.k-state-focused,.k-textbox:focus,.k-input,.k-multiselect-wrap,.k-textbox>input,input.k-textbox,input.k-textbox:hover,textarea.k-textbox,textarea.k-textbox:hover{border:0;border-bottom:1px solid var(--textColor30,#393939);border-radius:0}.k-autocomplete.k-state-focused,.k-dropdown-wrap.k-state-focused,.k-multiselect.k-header.k-state-focused,.k-numeric-wrap.k-state-focused,.k-picker-wrap.k-state-focused,.k-textbox:focus{box-shadow:none;border:0;border-bottom:1px solid var(--textColor30,#393939)}.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}.k-button,.btn{border-radius:2px;box-shadow:0 3px 1px -2px rgb(0 0 0 / 20%),0 2px 2px 0 rgb(0 0 0 / 14%),0 1px 5px 0 rgb(0 0 0 / 12%)}.btn.btn-link{box-shadow:none}.btn.btn-link i,.btn.btn-link span,.btn.btn-link:focus,.btn.btn-link:hover,.btn.btn-link.disabled,.btn.btn-link[disabled]:hover{color:var(--textColorLight40,#000)}.k-button.k-info,.btn.btn-info{background:var(--colorDefault40,#3b448e);border-color:transparent;color:var(--textColorDefault40,#fff)}.k-button.k-info:focus,.k-button.k-info:hover,.btn.btn-info:focus,.btn.btn-info:hover{color:var(--textColorDefault40,#fff);background:var(--colorDefault50,#343c7c);border-color:transparent;outline:0}.k-button.k-info.active,.k-button.k-info:active,.btn.btn-info.active,.btn.btn-info:active{background:var(--colorDefault10,#d8d9e3)}.modal-header .close,.modal-title{color:var(--textColor40,#393939)}.modal-header .close{margin-top:0}.modal-header .close span{font-size:var(--textMediumSize,16px)}.bg,.siginPanel,.bg-login #container-second{background:linear-gradient(-140deg,var(--backgroundLogin20,#80c8ff),var(--backgroundLogin30,#4db2ff),var(--backgroundLogin40,#0091ff),var(--backgroundLogin50,#0082e6),var(--backgroundLogin60,#004880))}.login-view{box-shadow:0 0 0 0 rgb(0 0 0 / 20%),0 0 0 0 rgb(0 0 0 / 14%),0 1px 3px 0 rgb(0 0 0 / 12%);background:#fff;padding:40px 30px 40px 30px;border-radius:3px}.bg-login #container-second h1,.bg-login #container-second p{color:var(--textColorPrimary40,#fff)}#crn-botao-cadastre,.login-view .sign-up,.crn-anchor-signup-back{color:var(--textColor40,#111)}.bg-login #container-first .btn-login-mutual,.bg-login #container-first .btn-login,.login-view .crn-button-signup-register,.login-view .btn.btn-default{background:var(--colorPrimary40,#3b448e);border-color:transparent;color:var(--textColorPrimary40,#fff)}.bg-login #container-first .btn-login-mutual:hover,.bg-login #container-first .btn-login:hover,.login-view .crn-button-signup-register:hover,.login-view .btn.btn-default:hover{color:var(--textColorPrimary40,#fff);background:var(--colorPrimary50,#343c7c);border-color:transparent;outline:0}.ctn-tab .nav-tabs{background:var(--colorPrimary40,#387ef5);border:0}.ctn-tab .nav-tabs li.active{border-radius:0;background:var(--colorDefault40,#3b448e);border:0}.ctn-tab .nav-tabs li a,.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:hover{border-radius:0;color:var(--textColorDefault40,#fff);background:transparent}.jumbotron{background:var(--backgroundColor40,#f1f1f1)}.jumbotron .h1,.jumbotron h1,.jumbotron .h2,.jumbotron h2{color:var(--textColor40,#393939)}.k-slider .k-slider-selection{background:var(--colorDefault40,#3b448e)}*[id^='crn-slider'] .form-control{height:38px}.k-grid .k-slider .k-button,.k-slider .k-button{color:var(--textColor50,#323232)}.k-treeview .k-icon{border-radius:0}.k-treeview .k-item{background:transparent;color:var(--textColor40,#393939);border-radius:0}.k-treeview .k-in.k-state-hover,.k-treeview .k-in.k-state-selected{background:var(--backgroundColor50,#dfdfdf);color:var(--textColor40,#393939);border-radius:0}.dynamic-image-container{border:1px dashed var(--colorDefault40,#3b448e)}.dynamic-image-container .btn{color:var(--textColor40,#393939);background:var(--backgroundColor40,#f1f1f1);border-color:transparent;box-shadow:none;margin:0}.dynamic-image-container .btn:hover{background:var(--backgroundColor50,#d3d3d3);color:var(--textColor40,#393939)}.dynamic-image-container .btn.btn-info{background:var(--colorDefault40,#3b448e);color:var(--textColorDefault40,#fff);margin:0;margin-left:10px}.dynamic-image-container .btn.btn-info:hover{color:var(--textColorDefault40,#fff);background:var(--colorDefault50,#343c7c)}.k-multiselect-wrap .k-button{min-height:2em;padding-top:0;padding-bottom:0;line-height:2;border-radius:2em;margin-right:8px}.k-multiselect .k-button.k-state-hover{border-color:var(--colorDefault40,#3b448e);background:var(--colorDefault50,#343c7c);color:var(--textColorDefault40,#fff)}.k-multiselect-wrap .k-select .k-icon{margin-top:-3px}.k-multiselect-wrap li{padding:7px 26px 7px 13px}.option-light .k-radio:checked+.k-radio-label:before,.option-light .k-radio-label:before{border-color:var(--colorLight50,#d9d7d2)}.option-light .k-radio-label:after,.option-light .k-radio:checked+.k-radio-label:after{background:var(--colorLight50,#d9d7d2);border-color:var(--colorLight50,#d9d7d2)}.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,#d9d7d2);border-color:var(--colorLight50,#d9d7d2)}.option-stable .k-radio:checked+.k-radio-label:before,.option-stable .k-radio-label:before{border-color:var(--colorStable50,#d9d9d9)}.option-stable .k-radio-label:after,.option-stable .k-radio:checked+.k-radio-label:after{background:var(--colorStable50,#d9d9d9);border-color:var(--colorStable50,#d9d9d9)}.option-stable .k-radio:focus+.k-radio-label::before,.option-stable .k-radio:hover+.k-radio-label::before{box-shadow:0 0 5px 0 var(--colorStable50,#d9d9d9);border-color:var(--colorStable50,#d9d9d9)}.option-info .k-radio-label:before{border-color:var(--colorDefault40,#3b448e)}.option-info .k-radio-label:after,.option-info .k-radio:checked+.k-radio-label:after{background-color:var(--colorDefault40,#3b448e);border-color:var(--colorDefault40,#3b448e)}.option-info .k-radio:checked+.k-radio-label:before{border-color:var(--colorDefault40,#3b448e)}.option-info .k-radio:focus+.k-radio-label::before,.option-info .k-radio:hover+.k-radio-label::before{box-shadow:0 0 5px 0 var(--colorDefault40,#3b448e);border-color:var(--colorDefault40,#3b448e)}.checkbox-info .k-checkbox:checked+.k-checkbox-label:before,.checkbox-info .k-checkbox:indeterminate+.k-checkbox-label:before,.checkbox-info .k-checkbox-label:hover:before,.checkbox-info .k-checkbox:checked+.k-checkbox-label:hover:before,.checkbox-info .k-checkbox:checked:hover+.k-checkbox-label:before,.checkbox-info .k-checkbox:hover+.k-checkbox-label:before,.checkbox-info .k-checkbox-label:active:before,.checkbox-info .k-checkbox:active+.k-checkbox-label:before,.checkbox-info .k-checkbox:focus+.k-checkbox-label:before,.checkbox-info .k-checkbox:hover+.k-checkbox-label:before,.checkbox-info .k-checkbox:checked+.k-checkbox-label:after,.checkbox-info .k-checkbox:indeterminate+.k-checkbox-label:after,.checkbox-info .k-checkbox-label:before{border-color:var(--colorDefault40,#3b448e)}.checkbox-info .k-checkbox-label:hover:before,.checkbox-info .k-checkbox:checked+.k-checkbox-label:hover:before,.checkbox-info .k-checkbox:checked:hover+.k-checkbox-label:before,.checkbox-info .k-checkbox:hover+.k-checkbox-label:before,.checkbox-info .k-checkbox:focus+.k-checkbox-label:before,.checkbox-info .k-checkbox:hover+.k-checkbox-label:before{box-shadow:0 0 5px 0 var(--colorDefault50,#343c7c)}.checkbox-info .k-checkbox:checked+.k-checkbox-label:before,.checkbox-info .k-checkbox:indeterminate+.k-checkbox-label:before,.checkbox-info .k-checkbox:checked+.k-checkbox-label:after,.checkbox-info .k-checkbox:indeterminate+.k-checkbox-label:after{background:var(--colorDefault40,#3b448e);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,#d7d7d7)}.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,#b4b4b4)}.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,#d7d7d7);color:var(--textColorLight40,#222)}.checkbox-stable .k-checkbox:checked+.k-checkbox-label:before,.checkbox-stable .k-checkbox:indeterminate+.k-checkbox-label:before,.checkbox-stable .k-checkbox-label:hover:before,.checkbox-stable .k-checkbox:checked+.k-checkbox-label:hover:before,.checkbox-stable .k-checkbox:checked:hover+.k-checkbox-label:before,.checkbox-stable .k-checkbox:hover+.k-checkbox-label:before,.checkbox-stable .k-checkbox-label:active:before,.checkbox-stable .k-checkbox:active+.k-checkbox-label:before,.checkbox-stable .k-checkbox:focus+.k-checkbox-label:before,.checkbox-stable .k-checkbox:hover+.k-checkbox-label:before,.checkbox-stable .k-checkbox:checked+.k-checkbox-label:after,.checkbox-stable .k-checkbox:indeterminate+.k-checkbox-label:after,.checkbox-stable .k-checkbox-label:before{border-color:var(--colorStable50,#d9d9d9)}.checkbox-stable .k-checkbox-label:hover:before,.checkbox-stable .k-checkbox:checked+.k-checkbox-label:hover:before,.checkbox-stable .k-checkbox:checked:hover+.k-checkbox-label:before,.checkbox-stable .k-checkbox:hover+.k-checkbox-label:before,.checkbox-stable .k-checkbox:focus+.k-checkbox-label:before,.checkbox-stable .k-checkbox:hover+.k-checkbox-label:before{box-shadow:0 0 5px 0 var(--colorStable60,#b6b6b6)}.checkbox-stable .k-checkbox:checked+.k-checkbox-label:before,.checkbox-stable .k-checkbox:indeterminate+.k-checkbox-label:before,.checkbox-stable .k-checkbox:checked+.k-checkbox-label:after,.checkbox-stable .k-checkbox:indeterminate+.k-checkbox-label:after{background:var(--colorStable50,#d9d9d9);color:var(--textColorStable40,#444)}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after{border-bottom-color:var(--backgroundColor10,#fbfbfb)}.bootstrap-datetimepicker-widget.dropdown-menu.top:after{border-top-color:var(--backgroundColor10,#fbfbfb)}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:1px solid var(--colorDefault40,#2f2f2f)}.k-calendar .k-content th{border:0}.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 .k-content .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(--colorDefault40,#5665be)}.k-calendar .k-content .k-state-hover .k-link{color:var(--textColor40,#393939)}.k-calendar .k-today.k-state-selected.k-state-hover{background:transparent;color:var(--textColorDefault40,#fff)}.k-calendar .k-header .k-icon{color:var(--textColorDefault40,#fff)}.k-grid-edit-row .k-textbox,.k-grid-edit-row .text-box{border:0;border-bottom:1px solid}.bootstrap-datetimepicker-widget a[data-action],div[data-component^='crn-textinputicon'] .k-button{box-shadow:none}#forgotPasswordModal .modal-footer .k-button.k-success,#forgotPasswordModal .modal-footer .btn.btn-success,#modalPassword .modal-footer .k-button.k-success,#modalPassword .modal-footer .btn.btn-success{background:var(--colorPrimary40,#3f51b5);border-color:transparent;color:var(--textColorPrimary40,#fff)}#forgotPasswordModal .modal-footer .k-button.k-success:hover,#forgotPasswordModal .modal-footer .btn.btn-success:hover,#modalPassword .modal-footer .k-button.k-success:hover,#modalPassword .modal-footer .btn.btn-success:hover{color:var(--textColorPrimary40,#fff);background:var(--colorPrimary50,#37479e);border-color:transparent}#forgotPasswordModal .modal-footer .k-button.k-danger,#forgotPasswordModal .modal-footer .btn.btn-danger,#modalPassword .modal-footer .k-button.k-danger,#modalPassword .modal-footer .btn.btn-danger{background:var(--colorDefault40,#2b71e8);border-color:transparent;color:var(--textColorDefault40,#fff)}#forgotPasswordModal .modal-footer .k-button.k-danger:hover,#forgotPasswordModal .modal-footer .btn.btn-danger:hover,#modalPassword .modal-footer .k-button.k-danger:hover,#modalPassword .modal-footer .btn.btn-danger:hover{color:var(--textColorDefault40,#fff);background:var(--colorDefault50,#343c7c);border-color:transparent}.active-bar .k-button.k-default,.active-bar .btn.btn-default{background:var(--colorSuccess40,#257d25);border-color:transparent;color:var(--textColorSuccess40,#fff)}.active-bar .k-button.k-default:hover,.active-bar .btn.btn-default:hover{background:var(--colorSuccess50,#206d20);border-color:transparent;color:var(--textColorSuccess40,#fff)}.k-button:before,.combobox-default .k-button:before{background:var(--backgroundColor50,#dfdfdf)}.k-multiselect .k-button,.combobox-default .k-multiselect .k-button{border-color:var(--backgroundColor60,#bbb);background:var(--backgroundColor50,#dfdfdf);color:var(--textColor40,#393939)}.k-multiselect .k-button.k-state-hover,.k-multiselect-wrap .k-button.k-state-hover .k-select,.k-multiselect-wrap .k-button:hover,.combobox-default .k-multiselect-wrap .k-button.k-state-hover .k-select,.combobox-default .k-multiselect-wrap .k-button:hover{background:var(--backgroundColor60,#bbb);color:var(--textColor40,#393939)}.k-multiselect .k-button:active,.combobox-default .k-multiselect .k-button:active{color:var(--textColor40,#393939);box-shadow:inset 0 0 10px 3px var(--backgroundColor70,#8c8c8c)}.combobox-default .k-multiselect .k-button{background:var(--colorDefault40,#3b448e);border-color:transparent;color:var(--textColorDefault40,#fff)}.combobox-default .k-multiselect .k-button.k-state-hover,.combobox-default .k-multiselect-wrap .k-button.k-state-hover .k-select,.combobox-default .k-multiselect-wrap .k-button:hover{color:var(--textColorDefault40,#fff);background:var(--colorDefault70,#343c7c);border-color:transparent}.combobox-default .k-multiselect .k-button:active{color:var(--textColorDefault40,#fff);box-shadow:inset 0 0 10px 3px var(--colorDefault50,#343c7c)}.combobox-info .k-multiselect .k-button{background:var(--colorDefault40,#3b448e);border-color:transparent;color:var(--textColorDefault40,#fff)}.combobox-info .k-multiselect .k-button.k-state-hover,.combobox-info .k-multiselect-wrap .k-button.k-state-hover .k-select,.combobox-info .k-multiselect-wrap .k-button:hover{color:var(--textColorDefault40,#fff);background:var(--colorDefault70,#343c7c);border-color:transparent}.combobox-info .k-multiselect .k-button:active{color:var(--textColorDefault40,#fff);box-shadow:inset 0 0 10px 3px var(--colorDefault50,#343c7c)}.k-edit-form-container .k-dropdown-wrap,.k-window-titlebar,.k-grid-toolbar,.k-grid-edit-row>td>.k-widget{background:transparent}.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,#3b448e)}.k-scheduler-navigation .k-nav-today.k-state-hover .k-link,.k-scheduler-navigation .k-nav-next.k-state-hover .k-link,.k-scheduler-navigation .k-nav-prev.k-state-hover .k-link{background:var(--colorPrimary60,#2e3b85);color:var(--textColorPrimary40,#fff)}.k-scheduler-navigation .k-nav-prev .k-link span,.k-scheduler-navigation .k-nav-next.k-state-hover .k-link span,.k-scheduler-navigation .k-nav-prev.k-state-hover .k-link span{color:var(--textColorPrimary40,#fff)}.k-edit-form-container .k-edit-buttons,.k-window,.k-edit-buttons{background:#fff}.k-edit-form-container .k-textbox{border-width:0 0 1px 0}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.k-button,.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;touch-action:manipulation;cursor:pointer;border:1px solid transparent;white-space:nowrap;padding:8px 12px;font-size:var(--textNormalSize,14px);line-height:1.42857143;border-radius:var(--borderRadiusSmallest,4px);-webkit-user-select:none;user-select:none;font-family:var(--fontFamily,Arial,sans-serif)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;opacity:.65;box-shadow:none}.btn i{margin-right:5px}.btn{background:var(--colorDefault40,#3b448e);text-align:center;color:var(--textColorDefault40,#fff);border:1px solid}.k-button,.btn,.k-button.k-default,.btn.btn-default{background:var(--colorDefault40,#3b448e);border-color:transparent;color:var(--textColorDefault40,#fff)}.k-button.k-state-focused,.k-button.k-state-focused.k-state-disabled,.k-button:focus,.k-button:focus:hover,.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(--textColorDefault40,#fff);background:var(--colorDefault70,#343c7c);border-color:transparent;outline:0}.k-button.active,.k-button:active,.btn.active,.btn:active,.k-button.k-default.active,.k-button.k-default:active,.btn.btn-default.active,.btn.btn-default:active{background:var(--colorDefault10,#d8d9e3)}.k-dialog-buttongroup .k-button.k-primary,.k-button.k-primary,.btn.btn-primary{background:var(--colorPrimary40,#5665be);border-color:transparent;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:var(--colorPrimary50,#37479e);border-color:transparent;outline:0}.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{background:var(--colorPrimary10,#d8daeb)}.k-button.k-success,.btn.btn-success{background:var(--colorSuccess40,#257d25);border-color:transparent;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:var(--colorSuccess50,#206d20);border-color:transparent;outline:0}.k-button.k-success.active,.k-button.k-success:active,.btn.btn-success.active,.btn.btn-success:active{background:var(--colorSuccess10,#d6e0d6)}.k-button.k-warning,.btn.btn-warning{background:var(--colorWarning40,#f0ad4e);border-color:transparent;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:var(--colorWarning50,#d29744);border-color:transparent;outline:0}.k-button.k-warning.active,.k-button.k-warning:active,.btn.btn-warning.active,.btn.btn-warning:active{background:var(--colorWarning10,#fbe9da)}.k-button.k-danger,.btn.btn-danger{background:var(--colorDanger40,#ce3a36);border-color:transparent;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:var(--colorDanger50,#b4332f);border-color:transparent;outline:0}.k-button.k-danger.active,.k-button.k-danger:active,.btn.btn-danger.active,.btn.btn-danger:active{background:var(--colorDanger10,#f1d8d7)}.k-button.k-info,.btn.btn-info{background:var(--colorCalm40,#3b448e);border-color:transparent;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:var(--colorCalm50,#343c7c);border-color:transparent;outline:0}.k-button.k-info.active,.k-button.k-info:active,.btn.btn-info.active,.btn.btn-info:active{background:var(--colorCalm10,#d8d9e3)}.k-button.k-light,.btn.btn-light{background:var(--colorLight40,#fff);border-color:transparent;color:var(--textColorLight40,#000)}.k-button.k-light:focus,.k-button.k-light:hover,.btn.btn-light:focus,.btn.btn-light:hover{color:var(--textColorLight40,#000);background:var(--colorLight50,#dfdfdf);border-color:transparent;outline:0}.k-button.k-light.active,.k-button.k-light:active,.btn.btn-light.active,.btn.btn-light:active{background:var(--colorLight10,#fff)}.k-button.k-stable,.btn.btn-stable{background:var(--colorStable40,#f8f8f8);border-color:transparent;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:var(--colorStable50,#d9d9d9);border-color:transparent;outline:0}.k-button.k-stable.active,.k-button.k-stable:active,.btn.btn-stable.active,.btn.btn-stable:active{background:var(--colorStable10,#fdfdfd)}.k-button.k-royal,.btn.btn-royal{background:var(--colorRoyal40,#886aea);border-color:transparent;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:var(--colorRoyal50,#775dcd);border-color:transparent;outline:0}.k-button.k-royal.active,.k-button.k-royal:active,.btn.btn-royal.active,.btn.btn-royal:active{background:var(--colorRoyal10,#e2ddf9)}.k-button.k-dark,.btn.btn-dark{background:var(--colorDark40,#444);border-color:transparent;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:var(--colorDark50,#3c3c3c);border-color:transparent;outline:0}.k-button.k-dark.active,.k-button.k-dark:active,.btn.btn-dark.active,.btn.btn-dark:active{background:var(--colorDark10,#d9d9d9)}.btn.btn-link{background:transparent;border:0}.btn.btn-link i,.btn.btn-link span{color:var(--colorPrimary40,#5665be)}.btn.btn-link.active,.btn.btn-link:active{background-image:none;box-shadow:none;outline:0}.btn.btn-link:focus,.btn.btn-link:hover{text-decoration:underline;background:transparent}.btn.btn-link:focus i,.btn.btn-link:hover i{text-decoration:none}.k-button:focus,.k-button:focus:hover{box-shadow:none}
|
|
1
|
+
.k-button,.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;touch-action:manipulation;cursor:pointer;border:1px solid transparent;white-space:nowrap;padding:8px 12px;font-size:var(--textNormalSize,14px);line-height:1.42857143;border-radius:var(--borderRadiusSmallest,4px);-webkit-user-select:none;user-select:none;font-family:var(--fontFamily,Arial,sans-serif)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;opacity:.65;box-shadow:none}.btn i{margin-right:5px}.btn{background:var(--colorDefault40,#3b448e);text-align:center;color:var(--textColorDefault40,#fff);border:1px solid}.k-button,.btn,.k-button.k-default,.btn.btn-default{background:var(--colorDefault40,#3b448e);border-color:transparent;color:var(--textColorDefault40,#fff)}.k-button.k-state-focused,.k-button.k-state-focused.k-state-disabled,.k-button:focus,.k-button:focus:hover,.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(--textColorDefault40,#fff);background:var(--colorDefault70,#343c7c);border-color:transparent;outline:0}.k-button.active,.k-button:active,.btn.active,.btn:active,.k-button.k-default.active,.k-button.k-default:active,.btn.btn-default.active,.btn.btn-default:active{background:var(--colorDefault10,#d8d9e3)}.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:var(--colorPrimary40,#5665be);border-color:transparent;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:var(--colorPrimary50,#37479e);border-color:transparent;outline:0}.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{background:var(--colorPrimary10,#d8daeb)}.k-button.k-success,.btn.btn-success{background:var(--colorSuccess40,#257d25);border-color:transparent;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:var(--colorSuccess50,#206d20);border-color:transparent;outline:0}.k-button.k-success.active,.k-button.k-success:active,.btn.btn-success.active,.btn.btn-success:active{background:var(--colorSuccess10,#d6e0d6)}.k-button.k-warning,.btn.btn-warning{background:var(--colorWarning40,#f0ad4e);border-color:transparent;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:var(--colorWarning50,#d29744);border-color:transparent;outline:0}.k-button.k-warning.active,.k-button.k-warning:active,.btn.btn-warning.active,.btn.btn-warning:active{background:var(--colorWarning10,#fbe9da)}.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:var(--colorDanger40,#ce3a36);border-color:transparent;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:var(--colorDanger50,#b4332f);border-color:transparent;outline:0}.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{background:var(--colorDanger10,#f1d8d7)}.k-button.k-info,.btn.btn-info{background:var(--colorCalm40,#3b448e);border-color:transparent;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:var(--colorCalm50,#343c7c);border-color:transparent;outline:0}.k-button.k-info.active,.k-button.k-info:active,.btn.btn-info.active,.btn.btn-info:active{background:var(--colorCalm10,#d8d9e3)}.k-button.k-light,.btn.btn-light{background:var(--colorLight40,#fff);border-color:transparent;color:var(--textColorLight40,#000)}.k-button.k-light:focus,.k-button.k-light:hover,.btn.btn-light:focus,.btn.btn-light:hover{color:var(--textColorLight40,#000);background:var(--colorLight50,#dfdfdf);border-color:transparent;outline:0}.k-button.k-light.active,.k-button.k-light:active,.btn.btn-light.active,.btn.btn-light:active{background:var(--colorLight10,#fff)}.k-button.k-stable,.btn.btn-stable{background:var(--colorStable40,#f8f8f8);border-color:transparent;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:var(--colorStable50,#d9d9d9);border-color:transparent;outline:0}.k-button.k-stable.active,.k-button.k-stable:active,.btn.btn-stable.active,.btn.btn-stable:active{background:var(--colorStable10,#fdfdfd)}.k-button.k-royal,.btn.btn-royal{background:var(--colorRoyal40,#886aea);border-color:transparent;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:var(--colorRoyal50,#775dcd);border-color:transparent;outline:0}.k-button.k-royal.active,.k-button.k-royal:active,.btn.btn-royal.active,.btn.btn-royal:active{background:var(--colorRoyal10,#e2ddf9)}.k-button.k-dark,.btn.btn-dark{background:var(--colorDark40,#444);border-color:transparent;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:var(--colorDark50,#3c3c3c);border-color:transparent;outline:0}.k-button.k-dark.active,.k-button.k-dark:active,.btn.btn-dark.active,.btn.btn-dark:active{background:var(--colorDark10,#d9d9d9)}.btn.btn-link{background:transparent;border:0}.btn.btn-link i,.btn.btn-link span{color:var(--colorPrimary40,#5665be)}.btn.btn-link.active,.btn.btn-link:active{background-image:none;box-shadow:none;outline:0}.btn.btn-link:focus,.btn.btn-link:hover{text-decoration:underline;background:transparent}.btn.btn-link:focus i,.btn.btn-link:hover i{text-decoration:none}.k-button:focus,.k-button:focus:hover{box-shadow:none}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.form-control{width:100%;height:38px;padding:8px 12px;font-size:var(--textNormalSize,14px);line-height:1.42857143;color:var(--textColor40,#393939);background:var(--backgroundColor40,#f1f1f1);border:1px solid #ccc;border-radius:var(--borderRadiusSmallest,4px);-webkit-box-shadow:inset 0 1px 1px rgb(0 0 0 / 8%);box-shadow:inset 0 1px 1px rgb(0 0 0 / 8%);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}input::placeholder,.k-input::placeholder,.form-control::placeholder{color:var(--textColor30,#858585)}.crn-textinputbutton .form-group{margin-bottom:0}.k-multiselect-wrap.k-state-hover,.k-state-hover>.k-multiselect-wrap,.k-multiselect,.k-autocomplete.k-state-focused,.k-dropdown-wrap.k-state-focused,.k-multiselect.k-header.k-state-focused,.k-numeric-wrap.k-state-focused,.k-picker-wrap.k-state-focused,.k-textbox:focus,.k-input,.k-multiselect-wrap,.k-textbox>input,input.k-textbox,input.k-textbox:hover,textarea.k-textbox,textarea.k-textbox:hover,.k-dropdown .k-state-focused,.k-filebrowser-dropzone,.k-list>.k-state-hover,.k-listbox .k-item:hover:not(.k-state-disabled),.k-mobile-list .k-edit-label.k-check:active,.k-mobile-list .k-item>.k-label:active,.k-mobile-list .k-item>.k-link:active,.k-mobile-list .k-recur-view .k-check:active,.k-pager-wrap .k-link:hover,.k-scheduler .k-scheduler-toolbar ul li.k-state-hover,.k-splitbar-horizontal-hover:hover,.k-splitbar-vertical-hover:hover,.k-state-hover,.k-state-hover:hover{background:transparent;color:var(--textColor40,#393939)}.k-autocomplete.k-state-focused,.k-dropdown-wrap.k-state-focused,.k-multiselect.k-header.k-state-focused,.k-numeric-wrap.k-state-focused,.k-picker-wrap.k-state-focused,.k-textbox:focus,.k-multiselect-wrap.k-state-focused,.k-state-focused>.k-multiselect-wrap,.cardinput:focus-within{box-shadow:none}.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{border-color:var(--textColor40,#393939)}.k-fieldselector .k-list .k-item,.k-item.k-drag-clue,.k-list-optionlabel,.k-listbox .k-item,.k-popup>.k-group-header,.k-popup>.k-virtual-wrap>.k-group-header{height:calc(var(--textNormalSize, 14px) * 2);min-height:calc(var(--textNormalSize, 14px) * 2)}.k-nodata{font-family:var(--fontFamily,"Roboto","Helvetica Neue","Arial",sans-serif);font-size:var(--textNormalSize,14px);color:var(--textColor40,#393939)}.k-state-default>.k-select{display:flex;align-items:center;justify-content:center}
|
|
1
|
+
.form-control{width:100%;height:38px;padding:8px 12px;font-size:var(--textNormalSize,14px);line-height:1.42857143;color:var(--textColor40,#393939);background:var(--backgroundColor40,#f1f1f1);border:1px solid #ccc;border-radius:var(--borderRadiusSmallest,4px);-webkit-box-shadow:inset 0 1px 1px rgb(0 0 0 / 8%);box-shadow:inset 0 1px 1px rgb(0 0 0 / 8%);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}input::placeholder,.k-input::placeholder,.form-control::placeholder{color:var(--textColor30,#858585)}.crn-textinputbutton .form-group{margin-bottom:0}.k-multiselect-wrap.k-state-hover,.k-state-hover>.k-multiselect-wrap,.k-multiselect,.k-autocomplete.k-state-focused,.k-dropdown-wrap.k-state-focused,.k-multiselect.k-header.k-state-focused,.k-numeric-wrap.k-state-focused,.k-picker-wrap.k-state-focused,.k-textbox:focus,.k-input,.k-multiselect-wrap,.k-textbox>input,input.k-textbox,input.k-textbox:hover,textarea.k-textbox,textarea.k-textbox:hover,.k-dropdown .k-state-focused,.k-filebrowser-dropzone,.k-list>.k-state-hover,.k-listbox .k-item:hover:not(.k-state-disabled),.k-mobile-list .k-edit-label.k-check:active,.k-mobile-list .k-item>.k-label:active,.k-mobile-list .k-item>.k-link:active,.k-mobile-list .k-recur-view .k-check:active,.k-pager-wrap .k-link:hover,.k-scheduler .k-scheduler-toolbar ul li.k-state-hover,.k-splitbar-horizontal-hover:hover,.k-splitbar-vertical-hover:hover,.k-state-hover,.k-state-hover:hover{background:transparent;color:var(--textColor40,#393939)}.k-autocomplete.k-state-focused,.k-dropdown-wrap.k-state-focused,.k-multiselect.k-header.k-state-focused,.k-numeric-wrap.k-state-focused,.k-picker-wrap.k-state-focused,.k-textbox:focus,.k-multiselect-wrap.k-state-focused,.k-state-focused>.k-multiselect-wrap,.cardinput:focus-within{box-shadow:none}.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{border-color:var(--textColor40,#393939)}.k-fieldselector .k-list .k-item,.k-item.k-drag-clue,.k-list-optionlabel,.k-listbox .k-item,.k-popup>.k-group-header,.k-popup>.k-virtual-wrap>.k-group-header{height:calc(var(--textNormalSize, 14px) * 2);min-height:calc(var(--textNormalSize, 14px) * 2)}.k-nodata{font-family:var(--fontFamily,"Roboto","Helvetica Neue","Arial",sans-serif);font-size:var(--textNormalSize,14px);color:var(--textColor40,#393939)}.k-list>.k-state-selected,.k-state-selected{background:transparent}.k-state-default>.k-select{display:flex;align-items:center;justify-content:center}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.ui-notification{border-radius:var(--borderRadiusExtraSmall);padding:var(--distanceMedium);box-shadow:none;background:var(--colorDefault40,#3b448e);font-family:var(--fontFamily,Arial,sans-serif)}.ui-notification.success{background:var(--colorSuccess40,#257d25)}.ui-notification.warning{background:var(--colorWarning40,#f0ad4e)}.ui-notification.error{background:var(--colorDanger40,#ce3a36)}.ui-notification.info{background:var(--colorCalm40,#3b448e)}.ui-notification .message{margin:0}.k-notification{border-radius:var(--borderRadiusSmallest,5px)}.k-notification .k-notification-wrap{font-size:var(--textNormalSize,14px);font-family:var(--fontFamily,Arial,sans-serif);display:flex;align-items:center;gap:7px}.k-notification .k-notification-wrap .k-icon{font-size:calc(var(--iconSizeSmall, 25px) - 6px)}.k-notification.k-notification-error{background:var(--colorDanger10,#f1d8d7);color:var(--colorDanger70,#71201e);border-color:var(--colorDanger20,#e6b3b2)}.k-notification.k-notification-success{background:var(--colorSuccess10,#d6e0d6);color:var(--colorSuccess70,#144414);border-color:var(--colorSuccess20,#b0c4b0)}.k-notification.k-notification-warning{background:var(--colorWarning10,#fbe9da);color:var(--colorWarning70,#835f2b);border-color:var(--colorWarning20,#f7d7b7)}.k-notification.k-notification-info{background:var(--colorCalm10,#d8d9e3);color:var(--colorCalm70,#20254e);border-color:var(--colorCalm20,#b3b5ca)}
|
|
1
|
+
.ui-notification{border-radius:var(--borderRadiusExtraSmall);padding:var(--distanceMedium);box-shadow:none;background:var(--colorDefault40,#3b448e);font-family:var(--fontFamily,Arial,sans-serif)}.ui-notification.success{background:var(--colorSuccess40,#257d25)}.ui-notification.warning{background:var(--colorWarning40,#f0ad4e)}.ui-notification.error{background:var(--colorDanger40,#ce3a36)}.ui-notification.info{background:var(--colorCalm40,#3b448e)}.ui-notification .message{margin:0}.k-notification{border-radius:var(--borderRadiusSmallest,5px)}.k-notification .k-notification-wrap{font-size:var(--textNormalSize,14px);font-family:var(--fontFamily,Arial,sans-serif);display:flex;align-items:center;gap:7px}.k-notification .k-notification-wrap .k-icon{font-size:calc(var(--iconSizeSmall, 25px) - 6px)}.k-notification.k-notification-error{background:var(--colorDanger10,#f1d8d7);color:var(--colorDanger70,#71201e);border-color:var(--colorDanger20,#e6b3b2)}.k-notification.k-notification-success{background:var(--colorSuccess10,#d6e0d6);color:var(--colorSuccess70,#144414);border-color:var(--colorSuccess20,#b0c4b0)}.k-notification.k-notification-warning{background:var(--colorWarning10,#fbe9da);color:var(--colorWarning70,#835f2b);border-color:var(--colorWarning20,#f7d7b7)}.k-notification.k-notification-info{background:var(--colorCalm10,#d8d9e3);color:var(--colorCalm70,#20254e);border-color:var(--colorCalm20,#b3b5ca)}.k-notification.k-notification-error .k-i-error:before{color:var(--colorDanger70,#71201e)}.k-notification.k-notification-success .k-i-success:before{color:var(--colorSuccess70,#144414)}.k-notification.k-notification-warning .k-i-warning:before{color:var(--colorWarning70,#835f2b)}.k-notification.k-notification-info .k-i-info:before{color:var(--colorCalm70,#20254e)}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.k-scheduler .k-scheduler-header th,.k-scheduler .k-scheduler-header-wrap,.k-scheduler .k-scheduler-table td,.k-scheduler .k-scheduler-times,.k-scheduler .k-scheduler-times th,.k-scheduler .k-scheduler-times tr,cron-scheduler a.k-link,cron-scheduler .k-link:link,.k-scheduler-calendar .k-link:link,.k-scheduler-calendar .k-footer .k-nav-today:hover,.k-scheduler-calendar a.k-link,.k-scheduler-toolbar,.k-calendar .k-link{font-size:var(--textNormalSize,14px);font-family:var(--fontFamily,"Arial",sans-serif);color:var(--textColor40,#393939)}.k-scheduler{background:var(--backgroundColor40,#f1f1f1);color:var(--textColor40,#393939)}.k-scheduler .k-header{background:var(--backgroundColor40,#f1f1f1);border-color:var(--backgroundColor60,#b1b1b1)}.k-calendar .k-link,.k-scheduler-navigation .k-nav-next .k-link,.k-scheduler-navigation .k-nav-prev .k-link,.k-scheduler-header th,.k-scheduler-header-wrap,.k-scheduler-table td,.k-scheduler-times,.k-scheduler-times th,.k-scheduler-times tr{color:var(--textColor40,#393939)}.k-nonwork-hour,.k-scheduler-dayview .k-today.k-nonwork-hour,.k-scheduler-timelineview .k-today.k-nonwork-hour{background:var(--backgroundColor10,#fbfbfb)}.k-scheduler-header th,.k-scheduler-header-wrap,.k-scheduler-table td,.k-scheduler-times,.k-scheduler-times th,.k-scheduler-times tr{border-color:var(--backgroundColor60,#b1b1b1)}.k-scheduler-toolbar>ul>li{background:var(--backgroundColor40,#f1f1f1);border-color:var(--backgroundColor60,#b1b1b1)}.k-scheduler .k-scheduler-toolbar ul li.k-state-hover{color:var(--textColorPrimary40,#fff);background:var(--colorPrimary60,#2e3b85)}.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{background:var(--colorPrimary60,#2e3b85);color:var(--textColorPrimary40,#fff)}.k-scheduler
|
|
1
|
+
.k-scheduler .k-scheduler-header th,.k-scheduler .k-scheduler-header-wrap,.k-scheduler .k-scheduler-table td,.k-scheduler .k-scheduler-times,.k-scheduler .k-scheduler-times th,.k-scheduler .k-scheduler-times tr,cron-scheduler a.k-link,cron-scheduler .k-link:link,.k-scheduler-calendar .k-link:link,.k-scheduler-calendar .k-footer .k-nav-today:hover,.k-scheduler-calendar a.k-link,.k-scheduler-toolbar,.k-calendar .k-link{font-size:var(--textNormalSize,14px);font-family:var(--fontFamily,"Arial",sans-serif);color:var(--textColor40,#393939)}.k-scheduler{background:var(--backgroundColor40,#f1f1f1);color:var(--textColor40,#393939)}.k-scheduler .k-header{background:var(--backgroundColor40,#f1f1f1);border-color:var(--backgroundColor60,#b1b1b1)}.k-calendar .k-link,.k-scheduler-navigation .k-nav-next .k-link,.k-scheduler-navigation .k-nav-prev .k-link,.k-scheduler-header th,.k-scheduler-header-wrap,.k-scheduler-table td,.k-scheduler-times,.k-scheduler-times th,.k-scheduler-times tr{color:var(--textColor40,#393939)}.k-nonwork-hour,.k-scheduler-dayview .k-today.k-nonwork-hour,.k-scheduler-timelineview .k-today.k-nonwork-hour{background:var(--backgroundColor10,#fbfbfb)}.k-scheduler-header th,.k-scheduler-header-wrap,.k-scheduler-table td,.k-scheduler-times,.k-scheduler-times th,.k-scheduler-times tr{border-color:var(--backgroundColor60,#b1b1b1)}.k-scheduler-toolbar>ul>li{background:var(--backgroundColor40,#f1f1f1);border-color:var(--backgroundColor60,#b1b1b1)}.k-edit-form-container .k-edit-buttons{background:var(--backgroundColor40,#f1f1f1);border-color:var(--colorDark10)}.k-scheduler .k-scheduler-toolbar ul li.k-state-hover{color:var(--textColorPrimary40,#fff);background:var(--colorPrimary60,#2e3b85)}.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{background:var(--colorPrimary60,#2e3b85);color:var(--textColorPrimary40,#fff)}.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{background:var(--colorPrimary40,#5665be);border-color:var(--backgroundColor60,#b1b1b1);color:var(--textColorPrimary40,#fff)}.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{color:var(--textColorPrimary40,#fff);background:var(--colorPrimary50,#37479e);border-color:transparent;outline:0}.k-window-titlebar .k-window-actions{top:0}.k-calendar .k-state-focused,.k-calendar td.k-state-focused{box-shadow:inset 0 0 10px 3px var(--backgroundColor50,#d3d3d3)}.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(--colorPrimary40,#5665be);background:var(--colorNeutral00,#fff);color:var(--textColor40,#393939)}.k-calendar .k-state-selected.k-state-hover .k-link{color:var(--textColor40,#393939)}.k-calendar .k-today.k-state-selected{background:var(--colorDefault10,#d8d9e3)}.k-event,.k-task-complete{background:var(--colorPrimary40,#5665be);border-color:var(--colorPrimary70,#232c63);color:var(--textColorPrimary40,#fff)}.k-event .k-link.k-event-delete span{color:var(--textColorPrimary40,#fff)}.k-event.k-state-selected{background:var(--colorPrimary60,#2e3b85);color:var(--textColorPrimary40,#fff)}.k-event .k-event-actions .k-event-delete{color:var(--textColorPrimary40,#fff)}.k-button.k-button-icon .k-icon,.k-window-title,.k-popup-message{color:var(--textColor40,#393939)}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.k-grid table .k-button{border-radius:var(--borderRadiusFull,99999px);min-width:auto;padding:6px;line-height:1}.k-grid table{color:var(--textColor70,#1f1f1f)}.k-grid tr td{border-bottom:1px solid rgba(0,0,0,.12);word-break:break-all}form.k-filter-menu .k-textbox{border:0;border-bottom:1px solid rgba(0,0,0,0.42);border-radius:var(--borderRadiusNone,0)}.k-icon,.k-tool-icon{font-size:var(--textNormalSize,14px);color:var(--textColor40,#393939)}.k-grid-header th.k-header,.k-grid-header th.k-header .k-link,.k-grid-header th.k-header a,.k-grid-header th.k-header .k-icon,.k-grid-header th.k-header .k-tool-icon{color:var(--textColor40,#393939)}.k-grid-header th.k-header:focus,.k-grid-header th.k-header:hover,.k-grid-header th.k-header:focus .k-link,.k-grid-header th.k-header:focus a,.k-grid-header th.k-header:focus .k-icon,.k-grid-header th.k-header:focus .k-tool-icon,.k-grid-header th.k-header:hover .k-link,.k-grid-header th.k-header:hover a,.k-grid-header th.k-header:hover .k-icon,.k-grid-header th.k-header:hover .k-tool-icon{color:var(--colorPrimary40,#5665be)}.k-action-buttons{display:flex}.k-grid-toolbar .k-button{padding:8px 16px}.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,.k-grid tr td,.k-header,.k-pager-wrap,.k-grid{border-color:var(--colorDark10,#d9d9d9)}.k-
|
|
1
|
+
.k-grid table .k-button{border-radius:var(--borderRadiusFull,99999px);min-width:auto;padding:6px;line-height:1}.k-grid table .k-header .k-button{border-radius:0;padding:8px 16px}.k-grid table{color:var(--textColor70,#1f1f1f)}.k-grid tr td{border-bottom:1px solid rgba(0,0,0,.12);word-break:break-all}form.k-filter-menu .k-textbox{border:0;border-bottom:1px solid rgba(0,0,0,0.42);border-radius:var(--borderRadiusNone,0)}.k-icon,.k-tool-icon{font-size:var(--textNormalSize,14px);color:var(--textColor40,#393939)}.k-grid-header th.k-header,.k-grid-header th.k-header .k-link,.k-grid-header th.k-header a,.k-grid-header th.k-header .k-icon,.k-grid-header th.k-header .k-tool-icon{color:var(--textColor40,#393939)}.k-grid-header th.k-header:focus,.k-grid-header th.k-header:hover,.k-grid-header th.k-header:focus .k-link,.k-grid-header th.k-header:focus a,.k-grid-header th.k-header:focus .k-icon,.k-grid-header th.k-header:focus .k-tool-icon,.k-grid-header th.k-header:hover .k-link,.k-grid-header th.k-header:hover a,.k-grid-header th.k-header:hover .k-icon,.k-grid-header th.k-header:hover .k-tool-icon{color:var(--colorPrimary40,#5665be)}.k-action-buttons{display:flex}.k-grid-toolbar .k-button{padding:8px 16px}.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,.k-grid tr td,.k-header,.k-pager-wrap,.k-grid{border-color:var(--colorDark10,#d9d9d9)}.k-grid-header th.k-header{padding:var(--distanceSmall,15px) var(--distanceMedium,20px)}.k-grid-header th.k-with-icon .k-link{float:left}.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(--colorDefault40,#3b448e)}.k-listbox .k-item,.k-popup .k-list .k-item,.k-grid .k-widget select,.k-list>.k-state-hover,.k-pager-sizes .k-dropdown-wrap .k-input,.k-grid .k-widget,.k-state-hover:hover{color:var(--textColor70,#1f1f1f)}.k-list>.k-state-hover,.k-popup .k-list .k-state-focused{box-shadow:inset 0 0 2px 0 var(--colorDefault30,#8689af),inset 0 0 7px 0 var(--colorDefault40,#3b448e)}.k-grid tbody td>.k-grid-delete{margin:0}.k-list .k-item.k-state-hover.k-state-selected,.k-list .k-item:hover.k-state-selected,.k-list-optionlabel:hover.k-state-selected{color:var(--colorDefault40,#3b448e);background:var(--colorDefault10,#d8d9e3)}.k-grid tr td{padding:var(--distanceExtraSmall,10px) var(--distanceMedium,20px)}.k-grid-toolbar .k-button,.k-grid-header th.k-header>.k-link,.k-grid tr td{font-size:var(--textNormalSize,14px);font-family:var(--fontFamily,"Roboto","Helvetica Neue","Arial",sans-serif)}.crn-grid-title{font-family:var(--fontFamily,"Roboto","Helvetica Neue","Arial",sans-serif)}.k-grid table tbody tr:hover{background:var(--colorDefault10,#d8d9e3)}.k-alt,.k-pivot-layout>tbody>tr:first-child>td:first-child,.k-resource.k-alt,.k-separator{background:inherit}.k-grid-content{overflow:auto;overflow-x:auto;overflow-y:auto}.k-grid-header th.k-header{vertical-align:inherit}.k-autocomplete.k-state-default,.k-dropdown-wrap,.k-dropdown-wrap.k-state-default,.k-multiselect-wrap,.k-numeric-wrap.k-state-default,.k-picker-wrap.k-state-default{border:0;border-radius:0;border-bottom:1px solid var(--textColor30,#858585);box-shadow:none}.k-pager-wrap .k-link.k-pager-last,.k-pager-nav.k-pager-first+.k-link,.k-pager-wrap .k-link{border-color:var(--colorDefault20,#b3b5ca)}.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(--colorDefault40,#3b448e)}.k-grid .k-pager-numbers .k-state-selected{background:var(--colorDefault10,#d8d9e3);color:var(--colorDefault70,#20254e);box-shadow:none;border-color:var(--colorDefault20,#b3b5ca);border-width:1px 0 1px 0}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import 'button.css';@import 'carousel.css';@import 'forms.css';@import 'login.css';@import 'menu.css';@import 'modal.css';@import 'notification.css';@import 'scheduler.css';@import 'slider.css';@import 'table-grid.css';@import 'tabs.css';@import 'treeview.css';*,*:hover,*:focus,*:active{outline:0}body{background:var(--backgroundColor40,#f1f1f1);font-family:var(--fontFamily,Arial,sans-serif);font-size:var(--textNormalSize,14px);line-height:1.42857143;color:var(--textColor40,#393939)}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight:300}h1,.h1{font-size:var(--textFullSize,36px)}h2,.h2{font-size:var(--textExtraBigSize,30px)}h3,.h3{font-size:var(--textBigSize,24px)}h4,.h4{font-size:var(--textMediumSize,18px)}h5,.h5{font-size:var(--textNormalSize,14px)}h6,.h6{font-size:var(--textSmallSize,12px)}p,label,a,input{font-size:var(--textNormalSize,14px)}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{padding-right:initial;padding-left:initial}.k-checkbox-label:before{border-radius:var(--borderRadiusSmallest,2px);width:var(--textMediumSize,16px);height:var(--textMediumSize,16px);line-height:var(--textMediumSize,16px);font-size:var(--textNormalSize,14px)}.k-checkbox:checked+.k-checkbox-label:before{content:"\f00c";font-family:"FontAwesome"}.k-checkbox-label{line-height:var(--textMediumSize,18px);padding-left:calc(var(--textMediumSize, 18px) * 1.75);color:var(--textColor40,#393939)}.k-radio:checked+.k-radio-label:after{width:var(--
|
|
1
|
+
@import 'button.css';@import 'carousel.css';@import 'forms.css';@import 'login.css';@import 'menu.css';@import 'modal.css';@import 'notification.css';@import 'scheduler.css';@import 'slider.css';@import 'table-grid.css';@import 'tabs.css';@import 'treeview.css';*,*:hover,*:focus,*:active{outline:0}body{background:var(--backgroundColor40,#f1f1f1);font-family:var(--fontFamily,Arial,sans-serif);font-size:var(--textNormalSize,14px);line-height:1.42857143;color:var(--textColor40,#393939)}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight:300}h1,.h1{font-size:var(--textFullSize,36px)}h2,.h2{font-size:var(--textExtraBigSize,30px)}h3,.h3{font-size:var(--textBigSize,24px)}h4,.h4{font-size:var(--textMediumSize,18px)}h5,.h5{font-size:var(--textNormalSize,14px)}h6,.h6{font-size:var(--textSmallSize,12px)}p,label,a,input{font-size:var(--textNormalSize,14px)}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{padding-right:initial;padding-left:initial}.k-checkbox-label:before{border-radius:var(--borderRadiusSmallest,2px);width:var(--textMediumSize,16px);height:var(--textMediumSize,16px);line-height:var(--textMediumSize,16px);font-size:var(--textNormalSize,14px)}.k-checkbox:checked+.k-checkbox-label:before{content:"\f00c";font-family:"FontAwesome"}.k-checkbox-label{line-height:var(--textMediumSize,18px);padding-left:calc(var(--textMediumSize, 18px) * 1.75);color:var(--textColor40,#393939)}.k-radio:checked+.k-radio-label:after{width:calc(var(--textMediumSize, 16px) - 4px);height:calc(var(--textMediumSize, 16px) - 4px);border-radius:var(--borderRadiusFull,99999px)}.k-radio-label:before{width:var(--textMediumSize,16px);height:var(--textMediumSize,16px);line-height:var(--textMediumSize,16px);background:transparent;border-radius:var(--borderRadiusFull,99999px);border:1px solid}.k-radio-label{line-height:var(--textMediumSize,16px);padding-left:calc(var(--textMediumSize, 16px) * 2);color:var(--textColor40,#393939);margin-bottom:5px}a,a:focus,a:active{color:var(--colorDefault40,#3b448e);text-decoration:none;outline:0;font-size:var(--textNormalSize,14px)}a:focus{outline:0}a:hover{color:var(--colorDefault30,#8689af)}.k-block,.k-content{background:transparent}div[data-component="crn-textinputbutton"] div[data-component="crn-button"]{margin-bottom:0}.btn.btn-fab,.btn-fab{border-radius:50%;font-size:var(--textNormalSize,14px);height:calc(var(--textNormalSize, 14px) * 3);margin:initial;min-width:calc(var(--textNormalSize, 14px) * 3);width:calc(var(--textNormalSize, 14px) * 3);padding:0;position:relative}.k-button.btn-fab i{font-size:var(--textNormalSize,14px)}.text-default{color:var(--colorDefault40,#3b448e)}.text-primary{color:var(--colorPrimary40,#5665be)}.text-secondary{color:var(--colorPrimary50,#37479e)}.text-success{color:var(--colorSuccess40,#257d25)}.text-warning{color:var(--colorWarning40,#f0ad4e)}.text-danger{color:var(--colorDanger40,#ce3a36)}.text-info{color:var(--colorCalm40,#3b448e)}.text-light{color:var(--colorLight40,#fff)}.text-dark{color:var(--colorDark40,#444)}.text-muted{color:#666}.text-white{color:#fff}.lead{font-size:var(--textBigSize,18px)}.k-invalid{border-color:var(--colorDanger40,#ce3a36)}.k-state-focused{box-shadow:0 0 7px 0 var(--textColor60,#2a2a2a)}.k-grouping-row .k-state-focused,.k-state-focused{border-color:var(--textColor60,#2a2a2a)}.pace div.pace-progress{background:var(--colorPrimary40,#5665be)}#starter div[id^="crn-form"] input{width:100%}.dynamic-image-container{border-style:dashed;border:1px dashed var(--colorDefault40,#3b448e);border-radius:var(--borderRadiusSmallest,5px);padding:20px}.dynamic-image-container .btn{margin:8px;padding:3px 12px;background:var(--colorDefault40,#3b448e);outline:0;color:var(--textColorDefault40,#fff)}.dynamic-image-container .btn:hover{background:var(--colorDefault50,#343c7c);color:var(--textColorDefault40,#fff)}*[id^="crn-rating"] .fa{cursor:pointer}div[id^="crn-chart"]{float:none;padding:0}.chartjs-render-monitor{padding:0;float:none}div[id^="crn-signature-pad"] canvas{background:var(--colorNeutral00,#fff);border-radius:var(--borderRadiusSmallest,5px);border:1px solid var(--colorNeutral40,#c7c7c7)}.mce-tinymce.mce-panel{overflow:hidden;padding:0;background:var(--colorNeutral10,#f1f1f1)}.mce-tinymce.mce-panel .mce-menubar{border-bottom-color:var(--colorNeutral40,#c7c7c7)}.mce-tinymce.mce-panel .mce-menubar .mce-btn-group:not(:first-child){border-left-color:var(--colorNeutral40,#c7c7c7)}.mce-tinymce.mce-panel .mce-menubar .mce-btn button,.mce-tinymce.mce-panel .mce-toolbar .mce-btn button,.mce-tinymce.mce-panel .mce-toolbar .mce-btn button span,.mce-tinymce.mce-panel .mce-toolbar .mce-btn button i{color:var(--colorNeutral160,#383838)}.mce-tinymce.mce-panel .mce-toolbar-grp.mce-panel,.mce-tinymce.mce-panel .mce-statusbar.mce-panel{background:var(--colorNeutral10,#f1f1f1)}.mce-tinymce.mce-panel .mce-toolbar .mce-btn button i{color:var(--colorNeutral160,#383838)}.bootstrap-datetimepicker-widget table th,.bootstrap-datetimepicker-widget table td.day{height:calc(var(--textNormalSize, 14px) * 1.7);line-height:var(--textNormalSize,14px);width:var(--textNormalSize,14px);font-size:var(--textNormalSize,14px)}.bootstrap-datetimepicker-widget table td span{height:calc(var(--textNormalSize, 14px) * 2.1);line-height:calc(var(--textNormalSize, 14px) * 2.1);width:calc(var(--textNormalSize, 14px) * 2.1)}.bootstrap-datetimepicker-widget .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker-minute,.bootstrap-datetimepicker-widget .timepicker-second{width:calc(var(--textNormalSize, 14px) * 2.1)}.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{color:var(--textColorDefault40,#fff)}.bootstrap-datetimepicker-widget table td.active,.bootstrap-datetimepicker-widget table td.active:hover{background:var(--colorDefault40,#3b448e);color:var(--textColorDefault40,#fff);font-family:var(--fontFamily,Arial,sans-serif)}.bootstrap-datetimepicker-widget a[data-action]{color:var(--colorDefault40,#3b448e);border:0;background:transparent;font-family:var(--fontFamily,Arial,sans-serif)}.bootstrap-datetimepicker-widget.dropdown-menu{padding:20px}.bootstrap-datetimepicker-widget table td.old,.bootstrap-datetimepicker-widget table td.new{color:var(--textColor40,#393939);opacity:.5}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before{border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,0.2);top:-7px;left:7px}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after{border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid var(--colorDefault40,#3b448e);top:-6px;left:8px}.bootstrap-datetimepicker-widget.dropdown-menu.top:before{border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #ccc;border-top-color:rgba(0,0,0,0.2);bottom:-7px;left:6px}.bootstrap-datetimepicker-widget.dropdown-menu.top:after{border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid var(--colorDefault40,#3b448e);bottom:-6px;left:7px}.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before{left:auto;right:6px}.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after{left:auto;right:7px}.k-dropzone .k-upload-status,.k-dropzone em,.k-other-month,.k-other-month .k-link,.k-slider .k-draghandle,.k-state-disabled,.k-state-disabled .k-link,.k-tile-empty strong,.k-other-month.k-state-hover .k-link,.k-state-hover>.k-link,div.k-filebrowser-dropzone em{color:var(--textColor30,#393939)}.k-dropdown-wrap.k-state-active.k-state-border-down,.k-numeric-wrap .k-link.k-state-selected,.k-pager-numbers.k-state-expanded .k-current-page .k-link,.k-picker-wrap.k-state-active.k-state-border-down{box-shadow:none}.cardinput{border-color:var(--textColor30,#858585)}.cardinput .k-textbox.form-control{box-shadow:none;font-family:var(--fontFamily,Arial,sans-serif);min-height:auto;padding:0}#cron-breadcrumbs{border:0}#cron-breadcrumbs .k-breadcrumb-item,#cron-breadcrumbs .k-breadcrumb-item a{color:var(--textColor40,#393939);font-family:var(--fontFamily,Arial,sans-serif)}#cron-breadcrumbs .k-breadcrumb-container{display:flex;gap:19px;margin-left:14px}#cron-breadcrumbs .k-breadcrumb-container .k-breadcrumb-delimiter-icon{margin:0 7px;margin-top:-5px}.k-popup.k-list-container .k-virtual-content{height:auto !important;max-height:185px}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '../../../cronapp-lib-js/dist/js/kendo-ui/styles/kendo.common-bootstrap.min.css';@import '../../../cronapp-lib-js/dist/js/kendo-ui/styles/kendo.bootstrap.min.css';@import '../../../cronapp-lib-js/dist/js/kendo-ui/styles/kendo.bootstrap.mobile.min.css';@import 'custom/aquamarine/custom-aquamarine.min.css';@import 'custom/navigator/custom-navigator.css';@import '../../dist/css/cronos.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '../../../../cronapp-lib-js/dist/js/kendo-ui/styles/kendo.common-bootstrap.min.css';@import '../../../../cronapp-lib-js/dist/js/kendo-ui/styles/kendo.bootstrap.min.css';@import '../../../../cronapp-lib-js/dist/js/kendo-ui/styles/kendo.bootstrap.mobile.min.css';@import 'custom/cerulean/custom-cerulean.min.css';@import 'custom/navigator/custom-navigator.css';@import '../../../dist/css/cronos.css';@import '../../app.css'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '../../../../cronapp-lib-js/dist/js/kendo-ui/styles/kendo.common-bootstrap.min.css';@import '../../../../cronapp-lib-js/dist/js/kendo-ui/styles/kendo.bootstrap.min.css';@import '../../../../cronapp-lib-js/dist/js/kendo-ui/styles/kendo.bootstrap.mobile.min.css';@import 'custom/cosmo/custom-cosmo.min.css';@import 'custom/navigator/custom-navigator.css';@import '../../../dist/css/cronos.css';@import '../../app.css'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@media print{*,*:before,*:after{background:transparent;color:#000;-webkit-box-shadow:none;box-shadow:none;text-shadow:none}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000}.label{border:1px solid #000}.table{border-collapse:collapse}.table td,.table th{background-color:#fff}.table-bordered th,.table-bordered td{border:1px solid #ddd}}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;color:#fff;line-height:1;vertical-align:middle;white-space:nowrap;text-align:center;background-color:#2a9fd6;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge,.btn-group-xs>.btn .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{text-decoration:none;cursor:pointer}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* bootswatch v3.3.7
|
|
3
|
+
* Homepage: http://bootswatch.com
|
|
4
|
+
* Copyright 2012-2016 Thomas Park
|
|
5
|
+
* Licensed under MIT
|
|
6
|
+
* Based on Bootstrap
|
|
7
|
+
*//*!
|
|
8
|
+
* Bootstrap v3.3.7 (http://getbootstrap.com)
|
|
9
|
+
* Copyright 2011-2016 Twitter, Inc.
|
|
10
|
+
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
|
11
|
+
*//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css *//*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}hr{margin-top:20px;margin-bottom:20px;border:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{text-decoration:none}a:hover,a:focus{text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-circle{border-radius:50%}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role="button"]{cursor:pointer}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:500;line-height:1.1;color:#fff}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:normal;line-height:1;color:#888}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:56px}h2,.h2{font-size:45px}h3,.h3{font-size:34px}h4,.h4{font-size:24px}h5,.h5{font-size:20px}h6,.h6{font-size:16px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}small,.small{font-size:85%}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}dt{font-weight:bold}dd{margin-left:0}@media(min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}.initialism{font-size:90%;text-transform:uppercase}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-header:before,.modal-header:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-header:after,.modal-footer:after{clear:both}@media(min-width:768px){.lead{font-size:21px}}mark,.mark{background-color:#f80;padding:.2em}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #282828}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#555}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #282828;border-left:0;text-align:right}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#222;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#fff}.breadcrumb>.active{color:#888}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-right-radius:0;border-top-left-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:8px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-lg,.btn-group-lg>.btn{padding:14px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}.btn:hover,.btn:focus,.btn.focus{text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-link{font-weight:normal;border-radius:0}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#2a9fd6;text-decoration:underline;background-color:transparent}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid \9;border-right:4px solid transparent;border-left:4px solid transparent}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media(min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media(min-width:768px){.container{width:750px}}@media(min-width:992px){.container{width:970px}}@media(min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;text-align:left;border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#222;border:1px solid rgba(255,255,255,0.1)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:rgba(255,255,255,0.1)}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.42857143;white-space:nowrap}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{text-decoration:none;outline:0}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px dashed;border-bottom:4px solid \9;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media(min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.form-control{display:block;width:100%;height:38px;padding:8px 12px;font-size:14px;line-height:1.42857143;color:#888;background-color:#fff;background-image:none;border:1px solid #282828;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,0.6)}.form-control::-moz-placeholder{color:#888;opacity:1}.form-control:-ms-input-placeholder{color:#888}.form-control::-webkit-input-placeholder{color:#888}.form-control::-ms-expand{border:0;background-color:transparent}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#adafae;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type="search"]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control{line-height:38px}input[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm,.input-group-sm input[type="date"],.input-group-sm input[type="time"],.input-group-sm input[type="datetime-local"],.input-group-sm input[type="month"]{line-height:30px}input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg,.input-group-lg input[type="date"],.input-group-lg input[type="time"],.input-group-lg input[type="datetime-local"],.input-group-lg input[type="month"]{line-height:54px}}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{position:absolute;margin-left:-20px;margin-top:4px \9}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"].disabled,input[type="checkbox"].disabled,fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{padding-top:9px;padding-bottom:9px;margin-bottom:0;min-height:34px}.form-control-static.input-lg,.form-control-static.input-sm{padding-left:0;padding-right:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm,select[multiple].input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm textarea.form-control,.form-group-sm select[multiple].form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:54px;padding:14px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:54px;line-height:54px}textarea.input-lg,select[multiple].input-lg{height:auto}.form-group-lg .form-control{height:54px;padding:14px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:54px;line-height:54px}.form-group-lg textarea.form-control,.form-group-lg select[multiple].form-control{height:auto}.form-group-lg .form-control-static{height:54px;min-height:38px;padding:15px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:47.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:38px;height:38px;line-height:38px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback,.input-group-lg+.form-control-feedback,.form-group-lg .form-control+.form-control-feedback{width:54px;height:54px;line-height:54px}.input-sm+.form-control-feedback,.input-group-sm+.form-control-feedback,.form-group-sm .form-control+.form-control-feedback{width:30px;height:30px;line-height:30px}@media(min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:9px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:29px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}@media(min-width:768px){.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:9px}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media(min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:15px;font-size:18px}}@media(min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#fff}.has-success .form-control{border-color:#fff;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#e6e6e6;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff}.has-success .input-group-addon{color:#fff;border-color:#fff;background-color:#77b300}.has-success .form-control-feedback{color:#fff}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#fff}.has-warning .form-control{border-color:#fff;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#e6e6e6;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff}.has-warning .input-group-addon{color:#fff;border-color:#fff;background-color:#f80}.has-warning .form-control-feedback{color:#fff}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#fff}.has-error .form-control{border-color:#fff;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#e6e6e6;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #fff}.has-error .input-group-addon{color:#fff;border-color:#fff;background-color:#c00}.has-error .form-control-feedback{color:#fff}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label,.has-warning .form-control-feedback{color:#f80}.has-warning .form-control,.has-warning .form-control:focus,.has-warning .input-group-addon{border-color:#f80}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label,.has-error .form-control-feedback{color:#c00}.has-error .form-control,.has-error .form-control:focus,.has-error .input-group-addon{border-color:#c00}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label,.has-success .form-control-feedback{color:#77b300}.has-success .form-control,.has-success .form-control:focus,.has-success .input-group-addon{border-color:#77b300}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "_media-print.css";@import "alert.css";@import "badge.css";@import "basics.css";@import "blockquote.css";@import "breadcrumb.css";@import "btn-group.css";@import "btn-toolbar.css";@import "btn.css";@import "caret.css";@import "carousel.css";@import "close.css";@import "col.css";@import "collapse.css";@import "container.css";@import "dropdown.css";@import "embed-responsive.css";@import "form.css";@import "glyphicon.css";@import "has.css";@import "input-group.css";@import "input.css";@import "jumbotron.css";@import "kbd.css";@import "label.css";@import "list-group.css";@import "media.css";@import "modal.css";@import "nav-justified.css";@import "nav-pills.css";@import "nav-stacked.css";@import "nav-tabs.css";@import "nav.css";@import "navbar.css";@import "pager.css";@import "pagination.css";@import "panel.css";@import "popover.css";@import "pre.css";@import "progress.css";@import "table.css";@import "text.css";@import "thumbnail.css";@import "tooltip.css";@import "visible.css";@import "well.css";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*="col-"]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:54px;padding:14px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:54px;line-height:54px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:8px 12px;font-size:14px;font-weight:normal;line-height:1;color:#888;text-align:center;background-color:#424242;border:1px solid #282828;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:14px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}input[type="range"]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px;padding-left:15px;padding-right:15px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-left:60px;padding-right:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)}kbd kbd{padding:0;font-size:100%;font-weight:bold;-webkit-box-shadow:none;box-shadow:none}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:bold}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:hover,a.label:focus{text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.list-group{margin-bottom:20px;padding-left:0}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small{color:inherit}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.modal-open{overflow:hidden}.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#202020;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);-webkit-background-clip:padding-box;background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #282828}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:20px}.modal-footer{padding:20px;text-align:right;border-top:1px solid #282828}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media(min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}.modal-sm{width:300px}}@media(min-width:992px){.modal-lg{width:900px}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media(min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.nav-tabs{border-bottom:1px solid #282828}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:transparent transparent #282828}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#fff;background-color:#2a9fd6;border:1px solid #282828;border-bottom-color:transparent;cursor:default}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media(min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.nav{margin-bottom:0;padding-left:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{text-decoration:none;background-color:transparent;cursor:not-allowed}.nav>li>a>img{max-width:none}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media(min-width:768px){.navbar{border-radius:4px}}@media(min-width:768px){.navbar-header{float:left}}.navbar-collapse{overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media(min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block;height:auto;padding-bottom:0;overflow:visible}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media(max-device-width:480px) and (orientation:landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media(min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media(min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:15px 15px;font-size:18px;line-height:20px;height:50px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-brand>img{display:block}@media(min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media(min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media(max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media(min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);margin-top:6px;margin-bottom:6px}@media(min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media(max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media(min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:6px;margin-bottom:6px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media(min-width:768px){.navbar-text{float:left;margin-left:15px;margin-right:15px}}@media(min-width:768px){.navbar-left{float:left}.navbar-right{float:right;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.pager{padding-left:0;margin:20px 0;list-style:none;text-align:center}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;border-radius:15px}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:8px 12px;line-height:1.42857143;text-decoration:none;margin-left:-1px}.pagination-lg>li>a,.pagination-lg>li>span{padding:14px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.panel{margin-bottom:20px;background-color:#222;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a,.panel-title>small,.panel-title>.small,.panel-title>small>a,.panel-title>.small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#3c3c3c;border-top:1px solid #282828;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0}.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption{padding-left:15px;padding-right:15px}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #282828}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-footer{border-top:0}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:14px;background-color:#2c2c2c;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #2c2c2c;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:14px;background-color:#252525;border-bottom:1px solid #181818;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#2c2c2c;border-top-color:rgba(0,0,0,0.2);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#2c2c2c}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#2c2c2c;border-right-color:rgba(0,0,0,0.2)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#2c2c2c}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#2c2c2c;border-bottom-color:rgba(0,0,0,0.2);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#2c2c2c}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#2c2c2c;border-left-color:rgba(0,0,0,0.2)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#2c2c2c;bottom:-10px}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#282828;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}
|