cronapp-framework-mobile-js 2.8.9
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/LICENSE +21 -0
- package/README.md +1 -0
- package/components/crn-QRCode.components.json +54 -0
- package/components/crn-anchor.components.json +89 -0
- package/components/crn-button-bar.components.json +64 -0
- package/components/crn-button.components.json +316 -0
- package/components/crn-card.components.json +95 -0
- package/components/crn-chart.components.json +56 -0
- package/components/crn-chat.components.json +8 -0
- package/components/crn-checkbox.components.json +184 -0
- package/components/crn-complex-search.components.json +43 -0
- package/components/crn-container.components.json +21 -0
- package/components/crn-cron-crud.components.json +21 -0
- package/components/crn-datasource.components.json +181 -0
- package/components/crn-dynamic-file.components.json +85 -0
- package/components/crn-dynamic-image.components.json +151 -0
- package/components/crn-dynamic-select.components.json +111 -0
- package/components/crn-evaluation.components.json +64 -0
- package/components/crn-filter-button.components.json +305 -0
- package/components/crn-form-template.components.json +11 -0
- package/components/crn-header-button.components.json +63 -0
- package/components/crn-heading.components.json +109 -0
- package/components/crn-icon.components.json +249 -0
- package/components/crn-image.components.json +121 -0
- package/components/crn-infinite-scroll.components.json +32 -0
- package/components/crn-input-button.components.json +189 -0
- package/components/crn-input-floating.components.json +179 -0
- package/components/crn-input-icon.components.json +171 -0
- package/components/crn-input-inline.components.json +182 -0
- package/components/crn-input.components.json +169 -0
- package/components/crn-ion-content.components.json +24 -0
- package/components/crn-ion-footer-bar.components.json +351 -0
- package/components/crn-ion-header-bar.components.json +211 -0
- package/components/crn-ion-list.components.json +163 -0
- package/components/crn-ion-nav-buttons.components.json +63 -0
- package/components/crn-ion-segment-item.components.json +65 -0
- package/components/crn-ion-segment.components.json +974 -0
- package/components/crn-ion-tab-item.components.json +50 -0
- package/components/crn-ion-tab.components.json +138 -0
- package/components/crn-item-options.components.json +26 -0
- package/components/crn-item-select.components.json +69 -0
- package/components/crn-item-swipe.components.json +62 -0
- package/components/crn-kendo-chat.components.json +88 -0
- package/components/crn-label.components.json +113 -0
- package/components/crn-list-avatar.components.json +260 -0
- package/components/crn-list-icon.components.json +249 -0
- package/components/crn-list-item-avatar.components.json +236 -0
- package/components/crn-list-item-icon.components.json +260 -0
- package/components/crn-list-item-thumbnail.components.json +226 -0
- package/components/crn-list-item.components.json +160 -0
- package/components/crn-list-simple.components.json +180 -0
- package/components/crn-list-swipe.components.json +105 -0
- package/components/crn-list-thumbnail.components.json +248 -0
- package/components/crn-list.components.json +75 -0
- package/components/crn-map.components.json +55 -0
- package/components/crn-mobile-menu.components.json +32 -0
- package/components/crn-multiselect.components.json +110 -0
- package/components/crn-navbar.components.json +105 -0
- package/components/crn-option-button.components.json +72 -0
- package/components/crn-paragraph.components.json +110 -0
- package/components/crn-radio.components.json +90 -0
- package/components/crn-radioOption.components.json +23 -0
- package/components/crn-range.components.json +106 -0
- package/components/crn-rating.components.json +189 -0
- package/components/crn-search.components.json +210 -0
- package/components/crn-select-options.components.json +17 -0
- package/components/crn-select.components.json +93 -0
- package/components/crn-slider-item.components.json +137 -0
- package/components/crn-slider.components.json +105 -0
- package/components/crn-spacer.components.json +21 -0
- package/components/crn-start.components.json +10 -0
- package/components/crn-tabs-icon-only-item.components.json +85 -0
- package/components/crn-tabs-icon-only.components.json +382 -0
- package/components/crn-tabs.components.json +36 -0
- package/components/crn-textarea.components.json +96 -0
- package/components/crn-toggle.components.json +161 -0
- package/components/crn-video.components.json +67 -0
- package/components/css/app.css +66 -0
- package/components/css/background-color.css +121 -0
- package/components/css/chatStyle.css +221 -0
- package/components/css/color-default.css +83 -0
- package/components/css/crn-ion-segment.css +786 -0
- package/components/css/icon-size.css +15 -0
- package/components/css/multiselect-editor.css +119 -0
- package/components/css/tabs-color.css +248 -0
- package/components/js/format.min.js +2 -0
- package/components/js/jquery.inputmask.bundle.js +3883 -0
- package/components/js/jquery.mask.min.js +19 -0
- package/components/js/pouchdb.cordova-sqlite.js +5540 -0
- package/components/js/qrcode.js +1319 -0
- package/components/reports/BOOLEAN.parameter.html +10 -0
- package/components/reports/DATE.parameter.html +4 -0
- package/components/reports/DOUBLE.parameter.html +4 -0
- package/components/reports/FLOAT.parameter.html +4 -0
- package/components/reports/INTEGER.parameter.html +4 -0
- package/components/reports/LONG.parameter.html +5 -0
- package/components/reports/STRING.parameter.html +5 -0
- package/components/reports/reports.parameters.html +20 -0
- package/components/templates/advanced.list.designtime.html +57 -0
- package/components/templates/advanced.list.template.html +1 -0
- package/components/templates/anchor.template.html +1 -0
- package/components/templates/button-bar.template.html +5 -0
- package/components/templates/button-report.template.html +1 -0
- package/components/templates/button.template.html +4 -0
- package/components/templates/card.template.html +7 -0
- package/components/templates/chat.template.html +39 -0
- package/components/templates/checkbox.template.html +9 -0
- package/components/templates/combobox.designtime.html +12 -0
- package/components/templates/combobox.template.html +8 -0
- package/components/templates/complexsearch.template.html +7 -0
- package/components/templates/crn-ion-segment-item.template.html +6 -0
- package/components/templates/crn-ion-segment.template.html +27 -0
- package/components/templates/cron-crud.template.html +7 -0
- package/components/templates/cron-mobile-menu.designtime.html +10 -0
- package/components/templates/div.horizontal.template.html +27 -0
- package/components/templates/div.vertical.template.html +11 -0
- package/components/templates/dynamic-combobox.template.html +6 -0
- package/components/templates/dynamicfile.template.html +8 -0
- package/components/templates/dynamicimage.designtime.html +11 -0
- package/components/templates/dynamicimage.template.html +9 -0
- package/components/templates/evaluation.designtime.html +7 -0
- package/components/templates/evaluation.template.html +1 -0
- package/components/templates/filterbutton.template.html +3 -0
- package/components/templates/floattextinput.designtime.html +4 -0
- package/components/templates/floattextinput.template.html +4 -0
- package/components/templates/form.template.html +5 -0
- package/components/templates/header.template.html +3 -0
- package/components/templates/icontextinput.template.html +4 -0
- package/components/templates/image.template.html +18 -0
- package/components/templates/inlinetextinput.template.html +4 -0
- package/components/templates/ion-footer-bar.template.html +9 -0
- package/components/templates/ion-header-bar.template.html +13 -0
- package/components/templates/ion-tab-item.designtime.html +5 -0
- package/components/templates/ion-tab.template.html +8 -0
- package/components/templates/item.avatar.template.html +5 -0
- package/components/templates/item.icon.template.html +4 -0
- package/components/templates/item.options.template.html +14 -0
- package/components/templates/item.slider.template.html +4 -0
- package/components/templates/item.swipe.template.html +14 -0
- package/components/templates/item.template.html +5 -0
- package/components/templates/item.thumbnail.template.html +5 -0
- package/components/templates/kendo-chat.designtime.html +20 -0
- package/components/templates/kendo-chat.template.html +75 -0
- package/components/templates/list.avatar.template.html +7 -0
- package/components/templates/list.icon.template.html +6 -0
- package/components/templates/list.swipe.template.html +16 -0
- package/components/templates/list.template.html +5 -0
- package/components/templates/list.thumbnail.template.html +7 -0
- package/components/templates/maps.designtime.html +1 -0
- package/components/templates/maps.template.html +1 -0
- package/components/templates/menu.template.html +21 -0
- package/components/templates/multiselect.template.html +5 -0
- package/components/templates/nav.bar.template.html +5 -0
- package/components/templates/publicMenu.template.html +14 -0
- package/components/templates/radiogroup-dynamic.template.html +15 -0
- package/components/templates/radiogroup.template.html +21 -0
- package/components/templates/range.template.html +5 -0
- package/components/templates/rating.template.html +9 -0
- package/components/templates/search.template.html +6 -0
- package/components/templates/slider.template.html +24 -0
- package/components/templates/tabs-icon-only.template.html +16 -0
- package/components/templates/tabs.template.html +5 -0
- package/components/templates/textarea.template.html +1 -0
- package/components/templates/textinput.template.html +3 -0
- package/components/templates/textinputbutton.template.html +12 -0
- package/components/templates/title.template.html +1 -0
- package/components/templates/toggle-dynamic.template.html +11 -0
- package/components/templates/toggle.template.html +9 -0
- package/components/templates/video.designtime.html +2 -0
- package/components/templates/video.template.html +1 -0
- package/components/templates/views/public/home.view.html +16 -0
- package/components/templates/views/public/menu.view.html +20 -0
- package/components/upload/upload.html +41 -0
- package/cronapp-framework-mobile-js.iml +9 -0
- package/css/app.css +306 -0
- package/css/cronos.css +55 -0
- package/css/custom-ionic.css +195 -0
- package/css/groupingOfCss/checkbox.css +75 -0
- package/css/groupingOfCss/col.css +728 -0
- package/css/groupingOfCss/dynamicImage.css +24 -0
- package/css/groupingOfCss/import_groupingOfCss.css +6 -0
- package/css/groupingOfCss/login.css +260 -0
- package/css/groupingOfCss/qrCodeCronapp.css +4 -0
- package/css/groupingOfCss/upload-image.css +68 -0
- package/css/old/modal.css +133 -0
- package/dist/components/css/app.css +1 -0
- package/dist/components/css/background-color.css +1 -0
- package/dist/components/css/chatStyle.css +1 -0
- package/dist/components/css/color-default.css +1 -0
- package/dist/components/css/crn-ion-segment.css +1 -0
- package/dist/components/css/icon-size.css +1 -0
- package/dist/components/css/multiselect-editor.css +1 -0
- package/dist/components/css/tabs-color.css +1 -0
- package/dist/components/js/format.min.js +1 -0
- package/dist/components/js/jquery.inputmask.bundle.js +3 -0
- package/dist/components/js/jquery.mask.min.js +1 -0
- package/dist/components/js/pouchdb.cordova-sqlite.js +2 -0
- package/dist/components/js/qrcode.js +1 -0
- package/dist/components/templates/advanced.list.designtime.html +1 -0
- package/dist/components/templates/advanced.list.template.html +1 -0
- package/dist/components/templates/anchor.template.html +1 -0
- package/dist/components/templates/button-bar.template.html +1 -0
- package/dist/components/templates/button-report.template.html +1 -0
- package/dist/components/templates/button.template.html +1 -0
- package/dist/components/templates/card.template.html +1 -0
- package/dist/components/templates/chat.template.html +1 -0
- package/dist/components/templates/checkbox.template.html +1 -0
- package/dist/components/templates/combobox.designtime.html +1 -0
- package/dist/components/templates/combobox.template.html +1 -0
- package/dist/components/templates/complexsearch.template.html +1 -0
- package/dist/components/templates/crn-ion-segment-item.template.html +1 -0
- package/dist/components/templates/crn-ion-segment.template.html +1 -0
- package/dist/components/templates/cron-crud.template.html +1 -0
- package/dist/components/templates/cron-mobile-menu.designtime.html +1 -0
- package/dist/components/templates/div.horizontal.template.html +1 -0
- package/dist/components/templates/div.vertical.template.html +1 -0
- package/dist/components/templates/dynamic-combobox.template.html +1 -0
- package/dist/components/templates/dynamicfile.template.html +1 -0
- package/dist/components/templates/dynamicimage.designtime.html +1 -0
- package/dist/components/templates/dynamicimage.template.html +1 -0
- package/dist/components/templates/evaluation.designtime.html +1 -0
- package/dist/components/templates/evaluation.template.html +1 -0
- package/dist/components/templates/filterbutton.template.html +1 -0
- package/dist/components/templates/floattextinput.designtime.html +1 -0
- package/dist/components/templates/floattextinput.template.html +1 -0
- package/dist/components/templates/form.template.html +1 -0
- package/dist/components/templates/header.template.html +1 -0
- package/dist/components/templates/iconinput.template.html +1 -0
- package/dist/components/templates/icontextinput.template.html +1 -0
- package/dist/components/templates/image.template.html +1 -0
- package/dist/components/templates/inlinetextinput.template.html +1 -0
- package/dist/components/templates/ion-footer-bar.template.html +1 -0
- package/dist/components/templates/ion-header-bar.template.html +1 -0
- package/dist/components/templates/ion-tab-item.designtime.html +1 -0
- package/dist/components/templates/ion-tab.designtime.html +1 -0
- package/dist/components/templates/ion-tab.template.html +1 -0
- package/dist/components/templates/item.avatar.template.html +1 -0
- package/dist/components/templates/item.icon.template.html +1 -0
- package/dist/components/templates/item.options.template.html +1 -0
- package/dist/components/templates/item.slider.template.html +1 -0
- package/dist/components/templates/item.swipe.template.html +1 -0
- package/dist/components/templates/item.template.html +1 -0
- package/dist/components/templates/item.thumbnail.template.html +1 -0
- package/dist/components/templates/kendo-chat.designtime.html +1 -0
- package/dist/components/templates/kendo-chat.template.html +1 -0
- package/dist/components/templates/list.avatar.template.html +1 -0
- package/dist/components/templates/list.icon.template.html +1 -0
- package/dist/components/templates/list.swipe.template.html +1 -0
- package/dist/components/templates/list.template.html +1 -0
- package/dist/components/templates/list.thumbnail.template.html +1 -0
- package/dist/components/templates/maps.designtime.html +1 -0
- package/dist/components/templates/maps.template.html +1 -0
- package/dist/components/templates/menu.template.html +1 -0
- package/dist/components/templates/multiselect.template.html +1 -0
- package/dist/components/templates/nav.bar.template.html +1 -0
- package/dist/components/templates/publicMenu.template.html +1 -0
- package/dist/components/templates/radiogroup-dynamic.template.html +1 -0
- package/dist/components/templates/radiogroup.template.html +1 -0
- package/dist/components/templates/range.template.html +1 -0
- package/dist/components/templates/rating.template.html +1 -0
- package/dist/components/templates/search.template.html +1 -0
- package/dist/components/templates/slider.template.html +1 -0
- package/dist/components/templates/tabs-icon-only.template.html +1 -0
- package/dist/components/templates/tabs.template.html +1 -0
- package/dist/components/templates/textarea.template.html +1 -0
- package/dist/components/templates/textinput.template.html +1 -0
- package/dist/components/templates/textinputbutton.template.html +1 -0
- package/dist/components/templates/title.template.html +1 -0
- package/dist/components/templates/toggle-dynamic.template.html +1 -0
- package/dist/components/templates/toggle.template.html +1 -0
- package/dist/components/templates/video.designtime.html +1 -0
- package/dist/components/templates/video.template.html +1 -0
- package/dist/components/templates/views/public/home.view.html +1 -0
- package/dist/components/templates/views/public/menu.view.html +1 -0
- package/dist/css/app.css +1 -0
- package/dist/css/cronos.css +1 -0
- package/dist/css/custom-ionic.css +1 -0
- package/dist/css/groupingOfCss/checkbox.css +1 -0
- package/dist/css/groupingOfCss/col.css +1 -0
- package/dist/css/groupingOfCss/dynamicImage.css +1 -0
- package/dist/css/groupingOfCss/import_groupingOfCss.css +1 -0
- package/dist/css/groupingOfCss/login.css +1 -0
- package/dist/css/groupingOfCss/qrCodeCronapp.css +1 -0
- package/dist/css/groupingOfCss/upload-image.css +1 -0
- package/dist/css/old/modal.css +1 -0
- package/dist/i18n/locale_en_us.json +126 -0
- package/dist/i18n/locale_pt_br.json +126 -0
- package/dist/img/cron-icon/crn-QRCode.svg +1 -0
- package/dist/img/cron-icon/crn-anchor.svg +1 -0
- package/dist/img/cron-icon/crn-button-bar.svg +1 -0
- package/dist/img/cron-icon/crn-button.svg +1 -0
- package/dist/img/cron-icon/crn-card.svg +1 -0
- package/dist/img/cron-icon/crn-carousel.svg +1 -0
- package/dist/img/cron-icon/crn-chart.svg +1 -0
- package/dist/img/cron-icon/crn-checkbox.svg +1 -0
- package/dist/img/cron-icon/crn-container.svg +1 -0
- package/dist/img/cron-icon/crn-cron-crud.svg +1 -0
- package/dist/img/cron-icon/crn-datasource.svg +1 -0
- package/dist/img/cron-icon/crn-dynamic-file.svg +1 -0
- package/dist/img/cron-icon/crn-dynamic-image.svg +1 -0
- package/dist/img/cron-icon/crn-enterprise-dynamic-combobox.svg +1 -0
- package/dist/img/cron-icon/crn-evaluation.svg +1 -0
- package/dist/img/cron-icon/crn-form.svg +1 -0
- package/dist/img/cron-icon/crn-header.svg +1 -0
- package/dist/img/cron-icon/crn-icon.svg +1 -0
- package/dist/img/cron-icon/crn-image.svg +1 -0
- package/dist/img/cron-icon/crn-infinite-scroll.svg +1 -0
- package/dist/img/cron-icon/crn-input-floating.svg +1 -0
- package/dist/img/cron-icon/crn-input-inline.svg +1 -0
- package/dist/img/cron-icon/crn-ion-footer-bar.svg +1 -0
- package/dist/img/cron-icon/crn-ion-list.svg +1 -0
- package/dist/img/cron-icon/crn-item-swipe.svg +1 -0
- package/dist/img/cron-icon/crn-kendo-chat.svg +1 -0
- package/dist/img/cron-icon/crn-label.svg +1 -0
- package/dist/img/cron-icon/crn-list-avatar.svg +1 -0
- package/dist/img/cron-icon/crn-list-icon.svg +1 -0
- package/dist/img/cron-icon/crn-list-item-avatar.svg +1 -0
- package/dist/img/cron-icon/crn-list-item-icon.svg +1 -0
- package/dist/img/cron-icon/crn-list-item-thumbnail.svg +1 -0
- package/dist/img/cron-icon/crn-list-item.svg +1 -0
- package/dist/img/cron-icon/crn-list-swipe.svg +1 -0
- package/dist/img/cron-icon/crn-list-thumbnail.svg +1 -0
- package/dist/img/cron-icon/crn-list.svg +1 -0
- package/dist/img/cron-icon/crn-map.svg +1 -0
- package/dist/img/cron-icon/crn-multiselect.svg +1 -0
- package/dist/img/cron-icon/crn-paragraph.svg +1 -0
- package/dist/img/cron-icon/crn-plugin.svg +1 -0
- package/dist/img/cron-icon/crn-radio.svg +1 -0
- package/dist/img/cron-icon/crn-radiogroup.svg +1 -0
- package/dist/img/cron-icon/crn-range.svg +1 -0
- package/dist/img/cron-icon/crn-rating.svg +1 -0
- package/dist/img/cron-icon/crn-select.svg +1 -0
- package/dist/img/cron-icon/crn-spacer.svg +1 -0
- package/dist/img/cron-icon/crn-tabs-icon-only.svg +1 -0
- package/dist/img/cron-icon/crn-tabs.svg +1 -0
- package/dist/img/cron-icon/crn-text-component.svg +1 -0
- package/dist/img/cron-icon/crn-textarea.svg +1 -0
- package/dist/img/cron-icon/crn-textinput.svg +1 -0
- package/dist/img/cron-icon/crn-textinputbutton.svg +1 -0
- package/dist/img/cron-icon/crn-textinputicon.svg +1 -0
- package/dist/img/cron-icon/crn-toggle.svg +1 -0
- package/dist/img/cron-icon/crn-video.svg +1 -0
- package/dist/img/placehold-100x100.png +0 -0
- package/dist/img/placehold-900x500.png +0 -0
- package/dist/img/qr-code.png +0 -0
- package/dist/img/svg-charts.svg +1 -0
- package/dist/img/user.svg +1 -0
- package/dist/js/LanguageSelectDirective.js +1 -0
- package/dist/js/LocaleService.js +1 -0
- package/dist/js/app.authentication.js +1 -0
- package/dist/js/app.js +1 -0
- package/dist/js/controllers.authentication.js +1 -0
- package/dist/js/controllers.js +1 -0
- package/dist/js/custom.controllers.js +1 -0
- package/dist/js/customModules.js +1 -0
- package/dist/js/customStateProvider.js +0 -0
- package/dist/js/directives.js +1 -0
- package/dist/js/filters.js +1 -0
- package/dist/js/local-dateformat.directive.js +1 -0
- package/dist/js/reports/parameters.controller.js +1 -0
- package/dist/js/reports/reports.service.js +1 -0
- package/dist/js/services.js +1 -0
- package/dist/js/upload.service.js +1 -0
- package/gulpfile.js +73 -0
- package/i18n/locale_en_us.json +126 -0
- package/i18n/locale_pt_br.json +126 -0
- package/img/cron-icon/crn-QRCode.svg +38 -0
- package/img/cron-icon/crn-anchor.svg +29 -0
- package/img/cron-icon/crn-button-bar.svg +1 -0
- package/img/cron-icon/crn-button.svg +24 -0
- package/img/cron-icon/crn-card.svg +1 -0
- package/img/cron-icon/crn-carousel.svg +26 -0
- package/img/cron-icon/crn-chart.svg +19 -0
- package/img/cron-icon/crn-checkbox.svg +15 -0
- package/img/cron-icon/crn-container.svg +1 -0
- package/img/cron-icon/crn-cron-crud.svg +28 -0
- package/img/cron-icon/crn-datasource.svg +27 -0
- package/img/cron-icon/crn-dynamic-file.svg +1 -0
- package/img/cron-icon/crn-dynamic-image.svg +25 -0
- package/img/cron-icon/crn-enterprise-dynamic-combobox.svg +27 -0
- package/img/cron-icon/crn-evaluation.svg +1 -0
- package/img/cron-icon/crn-form.svg +24 -0
- package/img/cron-icon/crn-header.svg +18 -0
- package/img/cron-icon/crn-icon.svg +23 -0
- package/img/cron-icon/crn-image.svg +20 -0
- package/img/cron-icon/crn-infinite-scroll.svg +1 -0
- package/img/cron-icon/crn-input-floating.svg +1 -0
- package/img/cron-icon/crn-input-inline.svg +1 -0
- package/img/cron-icon/crn-ion-footer-bar.svg +1 -0
- package/img/cron-icon/crn-ion-list.svg +1 -0
- package/img/cron-icon/crn-item-swipe.svg +15 -0
- package/img/cron-icon/crn-kendo-chat.svg +1 -0
- package/img/cron-icon/crn-label.svg +1 -0
- package/img/cron-icon/crn-list-avatar.svg +1 -0
- package/img/cron-icon/crn-list-icon.svg +1 -0
- package/img/cron-icon/crn-list-item-avatar.svg +1 -0
- package/img/cron-icon/crn-list-item-icon.svg +1 -0
- package/img/cron-icon/crn-list-item-thumbnail.svg +1 -0
- package/img/cron-icon/crn-list-item.svg +1 -0
- package/img/cron-icon/crn-list-swipe.svg +17 -0
- package/img/cron-icon/crn-list-thumbnail.svg +17 -0
- package/img/cron-icon/crn-list.svg +16 -0
- package/img/cron-icon/crn-map.svg +1 -0
- package/img/cron-icon/crn-multiselect.svg +1 -0
- package/img/cron-icon/crn-paragraph.svg +1 -0
- package/img/cron-icon/crn-plugin.svg +44 -0
- package/img/cron-icon/crn-radio.svg +21 -0
- package/img/cron-icon/crn-radiogroup.svg +25 -0
- package/img/cron-icon/crn-range.svg +1 -0
- package/img/cron-icon/crn-rating.svg +20 -0
- package/img/cron-icon/crn-select.svg +1 -0
- package/img/cron-icon/crn-spacer.svg +1 -0
- package/img/cron-icon/crn-tabs-icon-only.svg +24 -0
- package/img/cron-icon/crn-tabs.svg +17 -0
- package/img/cron-icon/crn-text-component.svg +22 -0
- package/img/cron-icon/crn-textarea.svg +22 -0
- package/img/cron-icon/crn-textinput.svg +23 -0
- package/img/cron-icon/crn-textinputbutton.svg +33 -0
- package/img/cron-icon/crn-textinputicon.svg +29 -0
- package/img/cron-icon/crn-toggle.svg +1 -0
- package/img/cron-icon/crn-video.svg +1 -0
- package/img/placehold-100x100.png +0 -0
- package/img/placehold-900x500.png +0 -0
- package/img/qr-code.png +0 -0
- package/img/svg-charts.svg +1 -0
- package/img/user.svg +18 -0
- package/js/LanguageSelectDirective.js +30 -0
- package/js/LocaleService.js +59 -0
- package/js/app.authentication.js +594 -0
- package/js/app.js +349 -0
- package/js/controllers.authentication.js +540 -0
- package/js/controllers.js +90 -0
- package/js/custom.controllers.js +11 -0
- package/js/customModules.js +1 -0
- package/js/customStateProvider.js +107 -0
- package/js/directives.js +2426 -0
- package/js/filters.js +47 -0
- package/js/local-dateformat.directive.js +15 -0
- package/js/reports/parameters.controller.js +86 -0
- package/js/reports/reports.service.js +466 -0
- package/js/services.js +5 -0
- package/js/upload.service.js +165 -0
- package/lib/ionic/css/ionic.css +9802 -0
- package/lib/ionic/css/ionic.min.css +23 -0
- package/lib/ionic/fonts/ionicons.eot +0 -0
- package/lib/ionic/fonts/ionicons.svg +2230 -0
- package/lib/ionic/fonts/ionicons.ttf +0 -0
- package/lib/ionic/fonts/ionicons.woff +0 -0
- package/lib/ionic/js/angular/angular-animate.js +4115 -0
- package/lib/ionic/js/angular/angular-animate.min.js +56 -0
- package/lib/ionic/js/angular/angular-resource.js +768 -0
- package/lib/ionic/js/angular/angular-resource.min.js +15 -0
- package/lib/ionic/js/angular/angular-sanitize.js +717 -0
- package/lib/ionic/js/angular/angular-sanitize.min.js +15 -0
- package/lib/ionic/js/angular/angular.js +30714 -0
- package/lib/ionic/js/angular/angular.min.js +311 -0
- package/lib/ionic/js/angular-ui/angular-ui-router.js +4232 -0
- package/lib/ionic/js/angular-ui/angular-ui-router.min.js +7 -0
- package/lib/ionic/js/ionic-angular.js +14391 -0
- package/lib/ionic/js/ionic-angular.min.js +18 -0
- package/lib/ionic/js/ionic.bundle.js +67590 -0
- package/lib/ionic/js/ionic.bundle.min.js +472 -0
- package/lib/ionic/js/ionic.js +13356 -0
- package/lib/ionic/js/ionic.min.js +20 -0
- package/lib/ionic/scss/_action-sheet.scss +170 -0
- package/lib/ionic/scss/_animations.scss +48 -0
- package/lib/ionic/scss/_backdrop.scss +24 -0
- package/lib/ionic/scss/_badge.scss +62 -0
- package/lib/ionic/scss/_bar.scss +417 -0
- package/lib/ionic/scss/_button-bar.scss +92 -0
- package/lib/ionic/scss/_button.scss +252 -0
- package/lib/ionic/scss/_checkbox.scss +180 -0
- package/lib/ionic/scss/_form.scss +327 -0
- package/lib/ionic/scss/_grid.scss +159 -0
- package/lib/ionic/scss/_items.scss +825 -0
- package/lib/ionic/scss/_list.scss +125 -0
- package/lib/ionic/scss/_loading.scss +51 -0
- package/lib/ionic/scss/_menu.scss +70 -0
- package/lib/ionic/scss/_mixins.scss +642 -0
- package/lib/ionic/scss/_modal.scss +102 -0
- package/lib/ionic/scss/_platform.scss +77 -0
- package/lib/ionic/scss/_popover.scss +168 -0
- package/lib/ionic/scss/_popup.scss +110 -0
- package/lib/ionic/scss/_progress.scss +11 -0
- package/lib/ionic/scss/_radio.scss +47 -0
- package/lib/ionic/scss/_range.scss +160 -0
- package/lib/ionic/scss/_refresher.scss +113 -0
- package/lib/ionic/scss/_reset.scss +365 -0
- package/lib/ionic/scss/_scaffolding.scss +291 -0
- package/lib/ionic/scss/_select.scss +142 -0
- package/lib/ionic/scss/_slide-box.scss +71 -0
- package/lib/ionic/scss/_slides.scss +529 -0
- package/lib/ionic/scss/_spinner.scss +100 -0
- package/lib/ionic/scss/_tabs.scss +542 -0
- package/lib/ionic/scss/_toggle.scss +198 -0
- package/lib/ionic/scss/_transitions.scss +188 -0
- package/lib/ionic/scss/_type.scss +166 -0
- package/lib/ionic/scss/_util.scss +296 -0
- package/lib/ionic/scss/_variables.scss +764 -0
- package/lib/ionic/scss/ionic.scss +54 -0
- package/lib/ionic/scss/ionicons/_ionicons-font.scss +28 -0
- package/lib/ionic/scss/ionicons/_ionicons-icons.scss +1473 -0
- package/lib/ionic/scss/ionicons/_ionicons-variables.scss +741 -0
- package/lib/ionic/scss/ionicons/ionicons.scss +16 -0
- package/lib/ionic/version.json +6 -0
- package/lib/kendo/kendo.all.min.js +125 -0
- package/lib/kendo/kendo.default-v2.min.css +10 -0
- package/lib/notification-mobile.js +57 -0
- package/package.json +62 -0
- package/postupdate.json +407 -0
package/css/cronos.css
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
|
|
2
|
+
.modal-dialog-full{
|
|
3
|
+
position: fixed !important;
|
|
4
|
+
margin: 0 !important;
|
|
5
|
+
width: 100% !important;
|
|
6
|
+
height: 100% !important;
|
|
7
|
+
padding: 0 !important;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.modal-content-full{
|
|
11
|
+
position: absolute !important;
|
|
12
|
+
top: 0 !important;
|
|
13
|
+
right: 0 !important;
|
|
14
|
+
bottom: 0 !important;
|
|
15
|
+
left: 0 !important;
|
|
16
|
+
border-radius: 0 !important;
|
|
17
|
+
box-shadow: none !important;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.modal-upload {
|
|
21
|
+
min-height: 70px;
|
|
22
|
+
width: 100%;
|
|
23
|
+
line-height: 70px;
|
|
24
|
+
text-align: center;
|
|
25
|
+
cursor: pointer;
|
|
26
|
+
}
|
|
27
|
+
.full-width {
|
|
28
|
+
width: 100% !important;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.button-cancel-capture {
|
|
32
|
+
margin-left: 55px !important;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.progress{
|
|
36
|
+
width: 96%;
|
|
37
|
+
text-align: center;
|
|
38
|
+
background-color: #f4f4f4;
|
|
39
|
+
color: #fff;
|
|
40
|
+
border-radius: 20px;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.progress-bar {
|
|
44
|
+
min-width: 15%;
|
|
45
|
+
white-space: nowrap;
|
|
46
|
+
overflow: hidden;
|
|
47
|
+
padding: 5px;
|
|
48
|
+
border-radius: 20px;
|
|
49
|
+
background-color: #33cd5f;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.col.item.item-input.component-holder {
|
|
53
|
+
white-space: pre-wrap;
|
|
54
|
+
line-height: 1.5;
|
|
55
|
+
}
|
|
@@ -0,0 +1,195 @@
|
|
|
1
|
+
.text-to-left-thumbnail {
|
|
2
|
+
padding-left: 94px;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.text-to-left-avatar {
|
|
6
|
+
padding-left: 58px;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.image-to-left-thumbnail{
|
|
10
|
+
margin-left: 44px;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.image-to-left-avatar{
|
|
14
|
+
margin-left: 39px;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.text-to-right-thumbnail {
|
|
18
|
+
padding-right: 94px;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.text-to-right-avatar {
|
|
22
|
+
padding-right: 58px;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.image-to-right-thumbnail{
|
|
26
|
+
margin-right: 44px;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.image-to-right-avatar{
|
|
30
|
+
margin-right: 39px;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.item-complex .cron-list-multiselect-avatar{
|
|
34
|
+
float: left;
|
|
35
|
+
margin-top: 15px;
|
|
36
|
+
margin-left: 17px;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.item-complex .cron-list-multiselect-thumbnail{
|
|
40
|
+
float: left;
|
|
41
|
+
margin-top: 30px;
|
|
42
|
+
margin-left: 10px;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.item-complex .cron-list-multiselect-do-not-show{
|
|
46
|
+
float: left;
|
|
47
|
+
margin-top: 15px;
|
|
48
|
+
margin-left: 17px;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.item-simple .cron-list-multiselect-avatar{
|
|
52
|
+
float: left;
|
|
53
|
+
margin-right: 15px;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.item-simple .cron-list-multiselect-thumbnail{
|
|
57
|
+
float: left;
|
|
58
|
+
margin-right: 15px;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.item-simple .cron-list-multiselect-do-not-show{
|
|
62
|
+
float: left;
|
|
63
|
+
margin-right: 15px;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.cron-list-selected, .cron-list-selected > div.item-content{
|
|
67
|
+
background-color: aliceblue;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.cron-list-button-clean{
|
|
71
|
+
min-height: 28px;
|
|
72
|
+
line-height: 24px;
|
|
73
|
+
min-width: 0px;
|
|
74
|
+
overflow: hidden;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.cron-list-button-clean.ng-enter {
|
|
78
|
+
transition: 0.2s linear all;
|
|
79
|
+
line-height: 0px;
|
|
80
|
+
width: 0px;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.cron-list-button-clean.ng-enter.ng-enter-active {
|
|
84
|
+
width: 93.39px;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.cron-list-button-clean.ng-leave {
|
|
88
|
+
transition: 0.2s linear all;
|
|
89
|
+
width: 93.39px;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.cron-list-button-clean.ng-leave.ng-leave-active {
|
|
93
|
+
line-height: 0px;
|
|
94
|
+
width: 0px;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.cron-margin-top-ios{
|
|
98
|
+
margin-top: 25%
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.pace {
|
|
102
|
+
-webkit-pointer-events: none;
|
|
103
|
+
pointer-events: none;
|
|
104
|
+
-webkit-user-select: none;
|
|
105
|
+
-moz-user-select: none;
|
|
106
|
+
user-select: none;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
.pace-inactive {
|
|
110
|
+
display: none;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.pace .pace-activity {
|
|
114
|
+
position: fixed;
|
|
115
|
+
height: 90px;
|
|
116
|
+
width: 90px;
|
|
117
|
+
margin: auto;
|
|
118
|
+
top: 0;
|
|
119
|
+
left: 0;
|
|
120
|
+
right: 0;
|
|
121
|
+
bottom: 0;
|
|
122
|
+
display: block;
|
|
123
|
+
position: fixed;
|
|
124
|
+
z-index: 2000;
|
|
125
|
+
width: 28px;
|
|
126
|
+
height: 28px;
|
|
127
|
+
border: solid 4px transparent;
|
|
128
|
+
border-top-color: #b2b2b2;
|
|
129
|
+
border-left-color: #b2b2b2;
|
|
130
|
+
border-radius: 20px;
|
|
131
|
+
-webkit-animation: pace-spinner 400ms linear infinite;
|
|
132
|
+
-moz-animation: pace-spinner 400ms linear infinite;
|
|
133
|
+
-ms-animation: pace-spinner 400ms linear infinite;
|
|
134
|
+
-o-animation: pace-spinner 400ms linear infinite;
|
|
135
|
+
animation: pace-spinner 400ms linear infinite;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
@-webkit-keyframes pace-spinner {
|
|
140
|
+
0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
|
|
141
|
+
100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
|
|
142
|
+
}
|
|
143
|
+
@-moz-keyframes pace-spinner {
|
|
144
|
+
0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
|
|
145
|
+
100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
|
|
146
|
+
}
|
|
147
|
+
@-o-keyframes pace-spinner {
|
|
148
|
+
0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
|
|
149
|
+
100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
|
|
150
|
+
}
|
|
151
|
+
@-ms-keyframes pace-spinner {
|
|
152
|
+
0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
|
|
153
|
+
100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
|
|
154
|
+
}
|
|
155
|
+
@keyframes pace-spinner {
|
|
156
|
+
0% { transform: rotate(0deg); transform: rotate(0deg); }
|
|
157
|
+
100% { transform: rotate(360deg); transform: rotate(360deg); }
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.item {
|
|
161
|
+
border-width: 1px 1px 0px 1px;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.item-input-inset .item-input-wrapper input {
|
|
165
|
+
width: 100%;
|
|
166
|
+
height: 36px;
|
|
167
|
+
line-height: 18px;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
.item:last-child {
|
|
171
|
+
border-width: 1px 1px 1px 1px;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
.item-avatar-right > img:first-child,
|
|
175
|
+
.item-avatar-right .item-image,
|
|
176
|
+
.item-avatar-right .item-content > img:first-child,
|
|
177
|
+
.item-avatar-right .item-content .item-image,
|
|
178
|
+
.item-avatar > img:first-child,
|
|
179
|
+
.item-avatar .item-image,
|
|
180
|
+
.item-avatar .item-content > img:first-child,
|
|
181
|
+
.item-avatar .item-content .item-image,
|
|
182
|
+
.item-avatar-left > img:first-child,
|
|
183
|
+
.item-avatar-left .item-image,
|
|
184
|
+
.item-avatar-left .item-content > img:first-child,
|
|
185
|
+
.item-avatar-left .item-content .item-image,
|
|
186
|
+
.item-thumbnail-left > img:first-child,
|
|
187
|
+
.item-thumbnail-left .item-image,
|
|
188
|
+
.item-thumbnail-left .item-content > img:first-child,
|
|
189
|
+
.item-thumbnail-left .item-content .item-image {
|
|
190
|
+
object-fit: cover;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
.item-input{
|
|
194
|
+
padding: 6px 16px 5px 16px;
|
|
195
|
+
}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
.checkbox input[indeterminate="true"]:after, .checkbox-icon:after{
|
|
4
|
+
-webkit-transition: opacity 0.05s ease-in-out;
|
|
5
|
+
transition: opacity 0.05s ease-in-out;
|
|
6
|
+
-webkit-transform: rotate(-45deg);
|
|
7
|
+
transform: rotate(0deg);
|
|
8
|
+
position: absolute;
|
|
9
|
+
top: 33%;
|
|
10
|
+
left: 25%;
|
|
11
|
+
display: table;
|
|
12
|
+
width: 14px;
|
|
13
|
+
height: 6px;
|
|
14
|
+
border: 1px solid #fff;
|
|
15
|
+
border-top: 0;
|
|
16
|
+
border-right: 0;
|
|
17
|
+
border-left: 0;
|
|
18
|
+
content: ' ';
|
|
19
|
+
opacity: 1;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.checkbox input[indeterminate="true"]:not(:checked):before{
|
|
23
|
+
background: #387ef5;
|
|
24
|
+
border-color: #387ef5;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.checkbox-light input[indeterminate="true"]:not(:checked):before{
|
|
28
|
+
background: #ddd;
|
|
29
|
+
border-color: #ddd;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.checkbox-stable input[indeterminate="true"]:not(:checked):before{
|
|
33
|
+
background: #b2b2b2;
|
|
34
|
+
border-color: #b2b2b2;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.checkbox-positive input[indeterminate="true"]:not(:checked):before{
|
|
38
|
+
background: #387ef5;
|
|
39
|
+
border-color: #387ef5;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.checkbox-calm input[indeterminate="true"]:not(:checked):before{
|
|
43
|
+
background: #11c1f3;
|
|
44
|
+
border-color: #11c1f3;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.checkbox-assertive input[indeterminate="true"]:not(:checked):before{
|
|
48
|
+
background: #ef473a;
|
|
49
|
+
border-color: #ef473a;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.checkbox-balanced input[indeterminate="true"]:not(:checked):before{
|
|
53
|
+
background: #33cd5f;
|
|
54
|
+
border-color: #33cd5f;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.checkbox-energized input[indeterminate="true"]:not(:checked):before{
|
|
58
|
+
background: #ffc900;
|
|
59
|
+
border-color: #ffc900;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.checkbox-royal input[indeterminate="true"]:not(:checked):before{
|
|
63
|
+
background: #886aea;
|
|
64
|
+
border-color: #886aea;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.checkbox-dark input[indeterminate="true"]:not(:checked):before{
|
|
68
|
+
background: #444;
|
|
69
|
+
border-color: #444;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.checkbox-dark input[indeterminate="true"]:disabled:not(:checked):before{
|
|
73
|
+
background: #ddd;
|
|
74
|
+
border-color: #ddd;
|
|
75
|
+
}
|
|
@@ -0,0 +1,728 @@
|
|
|
1
|
+
|
|
2
|
+
.col-xs-1,
|
|
3
|
+
.col-sm-1,
|
|
4
|
+
.col-md-1,
|
|
5
|
+
.col-lg-1,
|
|
6
|
+
.col-xs-2,
|
|
7
|
+
.col-sm-2,
|
|
8
|
+
.col-md-2,
|
|
9
|
+
.col-lg-2,
|
|
10
|
+
.col-xs-3,
|
|
11
|
+
.col-sm-3,
|
|
12
|
+
.col-md-3,
|
|
13
|
+
.col-lg-3,
|
|
14
|
+
.col-xs-4,
|
|
15
|
+
.col-sm-4,
|
|
16
|
+
.col-md-4,
|
|
17
|
+
.col-lg-4,
|
|
18
|
+
.col-xs-5,
|
|
19
|
+
.col-sm-5,
|
|
20
|
+
.col-md-5,
|
|
21
|
+
.col-lg-5,
|
|
22
|
+
.col-xs-6,
|
|
23
|
+
.col-sm-6,
|
|
24
|
+
.col-md-6,
|
|
25
|
+
.col-lg-6,
|
|
26
|
+
.col-xs-7,
|
|
27
|
+
.col-sm-7,
|
|
28
|
+
.col-md-7,
|
|
29
|
+
.col-lg-7,
|
|
30
|
+
.col-xs-8,
|
|
31
|
+
.col-sm-8,
|
|
32
|
+
.col-md-8,
|
|
33
|
+
.col-lg-8,
|
|
34
|
+
.col-xs-9,
|
|
35
|
+
.col-sm-9,
|
|
36
|
+
.col-md-9,
|
|
37
|
+
.col-lg-9,
|
|
38
|
+
.col-xs-10,
|
|
39
|
+
.col-sm-10,
|
|
40
|
+
.col-md-10,
|
|
41
|
+
.col-lg-10,
|
|
42
|
+
.col-xs-11,
|
|
43
|
+
.col-sm-11,
|
|
44
|
+
.col-md-11,
|
|
45
|
+
.col-lg-11,
|
|
46
|
+
.col-xs-12,
|
|
47
|
+
.col-sm-12,
|
|
48
|
+
.col-md-12,
|
|
49
|
+
.col-lg-12 {
|
|
50
|
+
position: relative;
|
|
51
|
+
min-height: 1px;
|
|
52
|
+
padding-right: 15px;
|
|
53
|
+
padding-left: 15px;
|
|
54
|
+
}
|
|
55
|
+
.col-xs-1,
|
|
56
|
+
.col-xs-2,
|
|
57
|
+
.col-xs-3,
|
|
58
|
+
.col-xs-4,
|
|
59
|
+
.col-xs-5,
|
|
60
|
+
.col-xs-6,
|
|
61
|
+
.col-xs-7,
|
|
62
|
+
.col-xs-8,
|
|
63
|
+
.col-xs-9,
|
|
64
|
+
.col-xs-10,
|
|
65
|
+
.col-xs-11,
|
|
66
|
+
.col-xs-12 {
|
|
67
|
+
float: left;
|
|
68
|
+
}
|
|
69
|
+
.col-xs-12 {
|
|
70
|
+
width: 100%;
|
|
71
|
+
}
|
|
72
|
+
.col-xs-11 {
|
|
73
|
+
width: 91.66666667%;
|
|
74
|
+
}
|
|
75
|
+
.col-xs-10 {
|
|
76
|
+
width: 83.33333333%;
|
|
77
|
+
}
|
|
78
|
+
.col-xs-9 {
|
|
79
|
+
width: 75%;
|
|
80
|
+
}
|
|
81
|
+
.col-xs-8 {
|
|
82
|
+
width: 66.66666667%;
|
|
83
|
+
}
|
|
84
|
+
.col-xs-7 {
|
|
85
|
+
width: 58.33333333%;
|
|
86
|
+
}
|
|
87
|
+
.col-xs-6 {
|
|
88
|
+
width: 50%;
|
|
89
|
+
}
|
|
90
|
+
.col-xs-5 {
|
|
91
|
+
width: 41.66666667%;
|
|
92
|
+
}
|
|
93
|
+
.col-xs-4 {
|
|
94
|
+
width: 33.33333333%;
|
|
95
|
+
}
|
|
96
|
+
.col-xs-3 {
|
|
97
|
+
width: 25%;
|
|
98
|
+
}
|
|
99
|
+
.col-xs-2 {
|
|
100
|
+
width: 16.66666667%;
|
|
101
|
+
}
|
|
102
|
+
.col-xs-1 {
|
|
103
|
+
width: 8.33333333%;
|
|
104
|
+
}
|
|
105
|
+
.col-xs-pull-12 {
|
|
106
|
+
right: 100%;
|
|
107
|
+
}
|
|
108
|
+
.col-xs-pull-11 {
|
|
109
|
+
right: 91.66666667%;
|
|
110
|
+
}
|
|
111
|
+
.col-xs-pull-10 {
|
|
112
|
+
right: 83.33333333%;
|
|
113
|
+
}
|
|
114
|
+
.col-xs-pull-9 {
|
|
115
|
+
right: 75%;
|
|
116
|
+
}
|
|
117
|
+
.col-xs-pull-8 {
|
|
118
|
+
right: 66.66666667%;
|
|
119
|
+
}
|
|
120
|
+
.col-xs-pull-7 {
|
|
121
|
+
right: 58.33333333%;
|
|
122
|
+
}
|
|
123
|
+
.col-xs-pull-6 {
|
|
124
|
+
right: 50%;
|
|
125
|
+
}
|
|
126
|
+
.col-xs-pull-5 {
|
|
127
|
+
right: 41.66666667%;
|
|
128
|
+
}
|
|
129
|
+
.col-xs-pull-4 {
|
|
130
|
+
right: 33.33333333%;
|
|
131
|
+
}
|
|
132
|
+
.col-xs-pull-3 {
|
|
133
|
+
right: 25%;
|
|
134
|
+
}
|
|
135
|
+
.col-xs-pull-2 {
|
|
136
|
+
right: 16.66666667%;
|
|
137
|
+
}
|
|
138
|
+
.col-xs-pull-1 {
|
|
139
|
+
right: 8.33333333%;
|
|
140
|
+
}
|
|
141
|
+
.col-xs-pull-0 {
|
|
142
|
+
right: auto;
|
|
143
|
+
}
|
|
144
|
+
.col-xs-push-12 {
|
|
145
|
+
left: 100%;
|
|
146
|
+
}
|
|
147
|
+
.col-xs-push-11 {
|
|
148
|
+
left: 91.66666667%;
|
|
149
|
+
}
|
|
150
|
+
.col-xs-push-10 {
|
|
151
|
+
left: 83.33333333%;
|
|
152
|
+
}
|
|
153
|
+
.col-xs-push-9 {
|
|
154
|
+
left: 75%;
|
|
155
|
+
}
|
|
156
|
+
.col-xs-push-8 {
|
|
157
|
+
left: 66.66666667%;
|
|
158
|
+
}
|
|
159
|
+
.col-xs-push-7 {
|
|
160
|
+
left: 58.33333333%;
|
|
161
|
+
}
|
|
162
|
+
.col-xs-push-6 {
|
|
163
|
+
left: 50%;
|
|
164
|
+
}
|
|
165
|
+
.col-xs-push-5 {
|
|
166
|
+
left: 41.66666667%;
|
|
167
|
+
}
|
|
168
|
+
.col-xs-push-4 {
|
|
169
|
+
left: 33.33333333%;
|
|
170
|
+
}
|
|
171
|
+
.col-xs-push-3 {
|
|
172
|
+
left: 25%;
|
|
173
|
+
}
|
|
174
|
+
.col-xs-push-2 {
|
|
175
|
+
left: 16.66666667%;
|
|
176
|
+
}
|
|
177
|
+
.col-xs-push-1 {
|
|
178
|
+
left: 8.33333333%;
|
|
179
|
+
}
|
|
180
|
+
.col-xs-push-0 {
|
|
181
|
+
left: auto;
|
|
182
|
+
}
|
|
183
|
+
.col-xs-offset-12 {
|
|
184
|
+
margin-left: 100%;
|
|
185
|
+
}
|
|
186
|
+
.col-xs-offset-11 {
|
|
187
|
+
margin-left: 91.66666667%;
|
|
188
|
+
}
|
|
189
|
+
.col-xs-offset-10 {
|
|
190
|
+
margin-left: 83.33333333%;
|
|
191
|
+
}
|
|
192
|
+
.col-xs-offset-9 {
|
|
193
|
+
margin-left: 75%;
|
|
194
|
+
}
|
|
195
|
+
.col-xs-offset-8 {
|
|
196
|
+
margin-left: 66.66666667%;
|
|
197
|
+
}
|
|
198
|
+
.col-xs-offset-7 {
|
|
199
|
+
margin-left: 58.33333333%;
|
|
200
|
+
}
|
|
201
|
+
.col-xs-offset-6 {
|
|
202
|
+
margin-left: 50%;
|
|
203
|
+
}
|
|
204
|
+
.col-xs-offset-5 {
|
|
205
|
+
margin-left: 41.66666667%;
|
|
206
|
+
}
|
|
207
|
+
.col-xs-offset-4 {
|
|
208
|
+
margin-left: 33.33333333%;
|
|
209
|
+
}
|
|
210
|
+
.col-xs-offset-3 {
|
|
211
|
+
margin-left: 25%;
|
|
212
|
+
}
|
|
213
|
+
.col-xs-offset-2 {
|
|
214
|
+
margin-left: 16.66666667%;
|
|
215
|
+
}
|
|
216
|
+
.col-xs-offset-1 {
|
|
217
|
+
margin-left: 8.33333333%;
|
|
218
|
+
}
|
|
219
|
+
.col-xs-offset-0 {
|
|
220
|
+
margin-left: 0;
|
|
221
|
+
}
|
|
222
|
+
@media (min-width: 768px) {
|
|
223
|
+
.col-sm-1,
|
|
224
|
+
.col-sm-2,
|
|
225
|
+
.col-sm-3,
|
|
226
|
+
.col-sm-4,
|
|
227
|
+
.col-sm-5,
|
|
228
|
+
.col-sm-6,
|
|
229
|
+
.col-sm-7,
|
|
230
|
+
.col-sm-8,
|
|
231
|
+
.col-sm-9,
|
|
232
|
+
.col-sm-10,
|
|
233
|
+
.col-sm-11,
|
|
234
|
+
.col-sm-12 {
|
|
235
|
+
float: left;
|
|
236
|
+
}
|
|
237
|
+
.col-sm-12 {
|
|
238
|
+
width: 100%;
|
|
239
|
+
}
|
|
240
|
+
.col-sm-11 {
|
|
241
|
+
width: 91.66666667%;
|
|
242
|
+
}
|
|
243
|
+
.col-sm-10 {
|
|
244
|
+
width: 83.33333333%;
|
|
245
|
+
}
|
|
246
|
+
.col-sm-9 {
|
|
247
|
+
width: 75%;
|
|
248
|
+
}
|
|
249
|
+
.col-sm-8 {
|
|
250
|
+
width: 66.66666667%;
|
|
251
|
+
}
|
|
252
|
+
.col-sm-7 {
|
|
253
|
+
width: 58.33333333%;
|
|
254
|
+
}
|
|
255
|
+
.col-sm-6 {
|
|
256
|
+
width: 50%;
|
|
257
|
+
}
|
|
258
|
+
.col-sm-5 {
|
|
259
|
+
width: 41.66666667%;
|
|
260
|
+
}
|
|
261
|
+
.col-sm-4 {
|
|
262
|
+
width: 33.33333333%;
|
|
263
|
+
}
|
|
264
|
+
.col-sm-3 {
|
|
265
|
+
width: 25%;
|
|
266
|
+
}
|
|
267
|
+
.col-sm-2 {
|
|
268
|
+
width: 16.66666667%;
|
|
269
|
+
}
|
|
270
|
+
.col-sm-1 {
|
|
271
|
+
width: 8.33333333%;
|
|
272
|
+
}
|
|
273
|
+
.col-sm-pull-12 {
|
|
274
|
+
right: 100%;
|
|
275
|
+
}
|
|
276
|
+
.col-sm-pull-11 {
|
|
277
|
+
right: 91.66666667%;
|
|
278
|
+
}
|
|
279
|
+
.col-sm-pull-10 {
|
|
280
|
+
right: 83.33333333%;
|
|
281
|
+
}
|
|
282
|
+
.col-sm-pull-9 {
|
|
283
|
+
right: 75%;
|
|
284
|
+
}
|
|
285
|
+
.col-sm-pull-8 {
|
|
286
|
+
right: 66.66666667%;
|
|
287
|
+
}
|
|
288
|
+
.col-sm-pull-7 {
|
|
289
|
+
right: 58.33333333%;
|
|
290
|
+
}
|
|
291
|
+
.col-sm-pull-6 {
|
|
292
|
+
right: 50%;
|
|
293
|
+
}
|
|
294
|
+
.col-sm-pull-5 {
|
|
295
|
+
right: 41.66666667%;
|
|
296
|
+
}
|
|
297
|
+
.col-sm-pull-4 {
|
|
298
|
+
right: 33.33333333%;
|
|
299
|
+
}
|
|
300
|
+
.col-sm-pull-3 {
|
|
301
|
+
right: 25%;
|
|
302
|
+
}
|
|
303
|
+
.col-sm-pull-2 {
|
|
304
|
+
right: 16.66666667%;
|
|
305
|
+
}
|
|
306
|
+
.col-sm-pull-1 {
|
|
307
|
+
right: 8.33333333%;
|
|
308
|
+
}
|
|
309
|
+
.col-sm-pull-0 {
|
|
310
|
+
right: auto;
|
|
311
|
+
}
|
|
312
|
+
.col-sm-push-12 {
|
|
313
|
+
left: 100%;
|
|
314
|
+
}
|
|
315
|
+
.col-sm-push-11 {
|
|
316
|
+
left: 91.66666667%;
|
|
317
|
+
}
|
|
318
|
+
.col-sm-push-10 {
|
|
319
|
+
left: 83.33333333%;
|
|
320
|
+
}
|
|
321
|
+
.col-sm-push-9 {
|
|
322
|
+
left: 75%;
|
|
323
|
+
}
|
|
324
|
+
.col-sm-push-8 {
|
|
325
|
+
left: 66.66666667%;
|
|
326
|
+
}
|
|
327
|
+
.col-sm-push-7 {
|
|
328
|
+
left: 58.33333333%;
|
|
329
|
+
}
|
|
330
|
+
.col-sm-push-6 {
|
|
331
|
+
left: 50%;
|
|
332
|
+
}
|
|
333
|
+
.col-sm-push-5 {
|
|
334
|
+
left: 41.66666667%;
|
|
335
|
+
}
|
|
336
|
+
.col-sm-push-4 {
|
|
337
|
+
left: 33.33333333%;
|
|
338
|
+
}
|
|
339
|
+
.col-sm-push-3 {
|
|
340
|
+
left: 25%;
|
|
341
|
+
}
|
|
342
|
+
.col-sm-push-2 {
|
|
343
|
+
left: 16.66666667%;
|
|
344
|
+
}
|
|
345
|
+
.col-sm-push-1 {
|
|
346
|
+
left: 8.33333333%;
|
|
347
|
+
}
|
|
348
|
+
.col-sm-push-0 {
|
|
349
|
+
left: auto;
|
|
350
|
+
}
|
|
351
|
+
.col-sm-offset-12 {
|
|
352
|
+
margin-left: 100%;
|
|
353
|
+
}
|
|
354
|
+
.col-sm-offset-11 {
|
|
355
|
+
margin-left: 91.66666667%;
|
|
356
|
+
}
|
|
357
|
+
.col-sm-offset-10 {
|
|
358
|
+
margin-left: 83.33333333%;
|
|
359
|
+
}
|
|
360
|
+
.col-sm-offset-9 {
|
|
361
|
+
margin-left: 75%;
|
|
362
|
+
}
|
|
363
|
+
.col-sm-offset-8 {
|
|
364
|
+
margin-left: 66.66666667%;
|
|
365
|
+
}
|
|
366
|
+
.col-sm-offset-7 {
|
|
367
|
+
margin-left: 58.33333333%;
|
|
368
|
+
}
|
|
369
|
+
.col-sm-offset-6 {
|
|
370
|
+
margin-left: 50%;
|
|
371
|
+
}
|
|
372
|
+
.col-sm-offset-5 {
|
|
373
|
+
margin-left: 41.66666667%;
|
|
374
|
+
}
|
|
375
|
+
.col-sm-offset-4 {
|
|
376
|
+
margin-left: 33.33333333%;
|
|
377
|
+
}
|
|
378
|
+
.col-sm-offset-3 {
|
|
379
|
+
margin-left: 25%;
|
|
380
|
+
}
|
|
381
|
+
.col-sm-offset-2 {
|
|
382
|
+
margin-left: 16.66666667%;
|
|
383
|
+
}
|
|
384
|
+
.col-sm-offset-1 {
|
|
385
|
+
margin-left: 8.33333333%;
|
|
386
|
+
}
|
|
387
|
+
.col-sm-offset-0 {
|
|
388
|
+
margin-left: 0;
|
|
389
|
+
}
|
|
390
|
+
}
|
|
391
|
+
@media (min-width: 992px) {
|
|
392
|
+
.col-md-1,
|
|
393
|
+
.col-md-2,
|
|
394
|
+
.col-md-3,
|
|
395
|
+
.col-md-4,
|
|
396
|
+
.col-md-5,
|
|
397
|
+
.col-md-6,
|
|
398
|
+
.col-md-7,
|
|
399
|
+
.col-md-8,
|
|
400
|
+
.col-md-9,
|
|
401
|
+
.col-md-10,
|
|
402
|
+
.col-md-11,
|
|
403
|
+
.col-md-12 {
|
|
404
|
+
float: left;
|
|
405
|
+
}
|
|
406
|
+
.col-md-12 {
|
|
407
|
+
width: 100%;
|
|
408
|
+
}
|
|
409
|
+
.col-md-11 {
|
|
410
|
+
width: 91.66666667%;
|
|
411
|
+
}
|
|
412
|
+
.col-md-10 {
|
|
413
|
+
width: 83.33333333%;
|
|
414
|
+
}
|
|
415
|
+
.col-md-9 {
|
|
416
|
+
width: 75%;
|
|
417
|
+
}
|
|
418
|
+
.col-md-8 {
|
|
419
|
+
width: 66.66666667%;
|
|
420
|
+
}
|
|
421
|
+
.col-md-7 {
|
|
422
|
+
width: 58.33333333%;
|
|
423
|
+
}
|
|
424
|
+
.col-md-6 {
|
|
425
|
+
width: 50%;
|
|
426
|
+
}
|
|
427
|
+
.col-md-5 {
|
|
428
|
+
width: 41.66666667%;
|
|
429
|
+
}
|
|
430
|
+
.col-md-4 {
|
|
431
|
+
width: 33.33333333%;
|
|
432
|
+
}
|
|
433
|
+
.col-md-3 {
|
|
434
|
+
width: 25%;
|
|
435
|
+
}
|
|
436
|
+
.col-md-2 {
|
|
437
|
+
width: 16.66666667%;
|
|
438
|
+
}
|
|
439
|
+
.col-md-1 {
|
|
440
|
+
width: 8.33333333%;
|
|
441
|
+
}
|
|
442
|
+
.col-md-pull-12 {
|
|
443
|
+
right: 100%;
|
|
444
|
+
}
|
|
445
|
+
.col-md-pull-11 {
|
|
446
|
+
right: 91.66666667%;
|
|
447
|
+
}
|
|
448
|
+
.col-md-pull-10 {
|
|
449
|
+
right: 83.33333333%;
|
|
450
|
+
}
|
|
451
|
+
.col-md-pull-9 {
|
|
452
|
+
right: 75%;
|
|
453
|
+
}
|
|
454
|
+
.col-md-pull-8 {
|
|
455
|
+
right: 66.66666667%;
|
|
456
|
+
}
|
|
457
|
+
.col-md-pull-7 {
|
|
458
|
+
right: 58.33333333%;
|
|
459
|
+
}
|
|
460
|
+
.col-md-pull-6 {
|
|
461
|
+
right: 50%;
|
|
462
|
+
}
|
|
463
|
+
.col-md-pull-5 {
|
|
464
|
+
right: 41.66666667%;
|
|
465
|
+
}
|
|
466
|
+
.col-md-pull-4 {
|
|
467
|
+
right: 33.33333333%;
|
|
468
|
+
}
|
|
469
|
+
.col-md-pull-3 {
|
|
470
|
+
right: 25%;
|
|
471
|
+
}
|
|
472
|
+
.col-md-pull-2 {
|
|
473
|
+
right: 16.66666667%;
|
|
474
|
+
}
|
|
475
|
+
.col-md-pull-1 {
|
|
476
|
+
right: 8.33333333%;
|
|
477
|
+
}
|
|
478
|
+
.col-md-pull-0 {
|
|
479
|
+
right: auto;
|
|
480
|
+
}
|
|
481
|
+
.col-md-push-12 {
|
|
482
|
+
left: 100%;
|
|
483
|
+
}
|
|
484
|
+
.col-md-push-11 {
|
|
485
|
+
left: 91.66666667%;
|
|
486
|
+
}
|
|
487
|
+
.col-md-push-10 {
|
|
488
|
+
left: 83.33333333%;
|
|
489
|
+
}
|
|
490
|
+
.col-md-push-9 {
|
|
491
|
+
left: 75%;
|
|
492
|
+
}
|
|
493
|
+
.col-md-push-8 {
|
|
494
|
+
left: 66.66666667%;
|
|
495
|
+
}
|
|
496
|
+
.col-md-push-7 {
|
|
497
|
+
left: 58.33333333%;
|
|
498
|
+
}
|
|
499
|
+
.col-md-push-6 {
|
|
500
|
+
left: 50%;
|
|
501
|
+
}
|
|
502
|
+
.col-md-push-5 {
|
|
503
|
+
left: 41.66666667%;
|
|
504
|
+
}
|
|
505
|
+
.col-md-push-4 {
|
|
506
|
+
left: 33.33333333%;
|
|
507
|
+
}
|
|
508
|
+
.col-md-push-3 {
|
|
509
|
+
left: 25%;
|
|
510
|
+
}
|
|
511
|
+
.col-md-push-2 {
|
|
512
|
+
left: 16.66666667%;
|
|
513
|
+
}
|
|
514
|
+
.col-md-push-1 {
|
|
515
|
+
left: 8.33333333%;
|
|
516
|
+
}
|
|
517
|
+
.col-md-push-0 {
|
|
518
|
+
left: auto;
|
|
519
|
+
}
|
|
520
|
+
.col-md-offset-12 {
|
|
521
|
+
margin-left: 100%;
|
|
522
|
+
}
|
|
523
|
+
.col-md-offset-11 {
|
|
524
|
+
margin-left: 91.66666667%;
|
|
525
|
+
}
|
|
526
|
+
.col-md-offset-10 {
|
|
527
|
+
margin-left: 83.33333333%;
|
|
528
|
+
}
|
|
529
|
+
.col-md-offset-9 {
|
|
530
|
+
margin-left: 75%;
|
|
531
|
+
}
|
|
532
|
+
.col-md-offset-8 {
|
|
533
|
+
margin-left: 66.66666667%;
|
|
534
|
+
}
|
|
535
|
+
.col-md-offset-7 {
|
|
536
|
+
margin-left: 58.33333333%;
|
|
537
|
+
}
|
|
538
|
+
.col-md-offset-6 {
|
|
539
|
+
margin-left: 50%;
|
|
540
|
+
}
|
|
541
|
+
.col-md-offset-5 {
|
|
542
|
+
margin-left: 41.66666667%;
|
|
543
|
+
}
|
|
544
|
+
.col-md-offset-4 {
|
|
545
|
+
margin-left: 33.33333333%;
|
|
546
|
+
}
|
|
547
|
+
.col-md-offset-3 {
|
|
548
|
+
margin-left: 25%;
|
|
549
|
+
}
|
|
550
|
+
.col-md-offset-2 {
|
|
551
|
+
margin-left: 16.66666667%;
|
|
552
|
+
}
|
|
553
|
+
.col-md-offset-1 {
|
|
554
|
+
margin-left: 8.33333333%;
|
|
555
|
+
}
|
|
556
|
+
.col-md-offset-0 {
|
|
557
|
+
margin-left: 0;
|
|
558
|
+
}
|
|
559
|
+
}
|
|
560
|
+
@media (min-width: 1200px) {
|
|
561
|
+
.col-lg-1,
|
|
562
|
+
.col-lg-2,
|
|
563
|
+
.col-lg-3,
|
|
564
|
+
.col-lg-4,
|
|
565
|
+
.col-lg-5,
|
|
566
|
+
.col-lg-6,
|
|
567
|
+
.col-lg-7,
|
|
568
|
+
.col-lg-8,
|
|
569
|
+
.col-lg-9,
|
|
570
|
+
.col-lg-10,
|
|
571
|
+
.col-lg-11,
|
|
572
|
+
.col-lg-12 {
|
|
573
|
+
float: left;
|
|
574
|
+
}
|
|
575
|
+
.col-lg-12 {
|
|
576
|
+
width: 100%;
|
|
577
|
+
}
|
|
578
|
+
.col-lg-11 {
|
|
579
|
+
width: 91.66666667%;
|
|
580
|
+
}
|
|
581
|
+
.col-lg-10 {
|
|
582
|
+
width: 83.33333333%;
|
|
583
|
+
}
|
|
584
|
+
.col-lg-9 {
|
|
585
|
+
width: 75%;
|
|
586
|
+
}
|
|
587
|
+
.col-lg-8 {
|
|
588
|
+
width: 66.66666667%;
|
|
589
|
+
}
|
|
590
|
+
.col-lg-7 {
|
|
591
|
+
width: 58.33333333%;
|
|
592
|
+
}
|
|
593
|
+
.col-lg-6 {
|
|
594
|
+
width: 50%;
|
|
595
|
+
}
|
|
596
|
+
.col-lg-5 {
|
|
597
|
+
width: 41.66666667%;
|
|
598
|
+
}
|
|
599
|
+
.col-lg-4 {
|
|
600
|
+
width: 33.33333333%;
|
|
601
|
+
}
|
|
602
|
+
.col-lg-3 {
|
|
603
|
+
width: 25%;
|
|
604
|
+
}
|
|
605
|
+
.col-lg-2 {
|
|
606
|
+
width: 16.66666667%;
|
|
607
|
+
}
|
|
608
|
+
.col-lg-1 {
|
|
609
|
+
width: 8.33333333%;
|
|
610
|
+
}
|
|
611
|
+
.col-lg-pull-12 {
|
|
612
|
+
right: 100%;
|
|
613
|
+
}
|
|
614
|
+
.col-lg-pull-11 {
|
|
615
|
+
right: 91.66666667%;
|
|
616
|
+
}
|
|
617
|
+
.col-lg-pull-10 {
|
|
618
|
+
right: 83.33333333%;
|
|
619
|
+
}
|
|
620
|
+
.col-lg-pull-9 {
|
|
621
|
+
right: 75%;
|
|
622
|
+
}
|
|
623
|
+
.col-lg-pull-8 {
|
|
624
|
+
right: 66.66666667%;
|
|
625
|
+
}
|
|
626
|
+
.col-lg-pull-7 {
|
|
627
|
+
right: 58.33333333%;
|
|
628
|
+
}
|
|
629
|
+
.col-lg-pull-6 {
|
|
630
|
+
right: 50%;
|
|
631
|
+
}
|
|
632
|
+
.col-lg-pull-5 {
|
|
633
|
+
right: 41.66666667%;
|
|
634
|
+
}
|
|
635
|
+
.col-lg-pull-4 {
|
|
636
|
+
right: 33.33333333%;
|
|
637
|
+
}
|
|
638
|
+
.col-lg-pull-3 {
|
|
639
|
+
right: 25%;
|
|
640
|
+
}
|
|
641
|
+
.col-lg-pull-2 {
|
|
642
|
+
right: 16.66666667%;
|
|
643
|
+
}
|
|
644
|
+
.col-lg-pull-1 {
|
|
645
|
+
right: 8.33333333%;
|
|
646
|
+
}
|
|
647
|
+
.col-lg-pull-0 {
|
|
648
|
+
right: auto;
|
|
649
|
+
}
|
|
650
|
+
.col-lg-push-12 {
|
|
651
|
+
left: 100%;
|
|
652
|
+
}
|
|
653
|
+
.col-lg-push-11 {
|
|
654
|
+
left: 91.66666667%;
|
|
655
|
+
}
|
|
656
|
+
.col-lg-push-10 {
|
|
657
|
+
left: 83.33333333%;
|
|
658
|
+
}
|
|
659
|
+
.col-lg-push-9 {
|
|
660
|
+
left: 75%;
|
|
661
|
+
}
|
|
662
|
+
.col-lg-push-8 {
|
|
663
|
+
left: 66.66666667%;
|
|
664
|
+
}
|
|
665
|
+
.col-lg-push-7 {
|
|
666
|
+
left: 58.33333333%;
|
|
667
|
+
}
|
|
668
|
+
.col-lg-push-6 {
|
|
669
|
+
left: 50%;
|
|
670
|
+
}
|
|
671
|
+
.col-lg-push-5 {
|
|
672
|
+
left: 41.66666667%;
|
|
673
|
+
}
|
|
674
|
+
.col-lg-push-4 {
|
|
675
|
+
left: 33.33333333%;
|
|
676
|
+
}
|
|
677
|
+
.col-lg-push-3 {
|
|
678
|
+
left: 25%;
|
|
679
|
+
}
|
|
680
|
+
.col-lg-push-2 {
|
|
681
|
+
left: 16.66666667%;
|
|
682
|
+
}
|
|
683
|
+
.col-lg-push-1 {
|
|
684
|
+
left: 8.33333333%;
|
|
685
|
+
}
|
|
686
|
+
.col-lg-push-0 {
|
|
687
|
+
left: auto;
|
|
688
|
+
}
|
|
689
|
+
.col-lg-offset-12 {
|
|
690
|
+
margin-left: 100%;
|
|
691
|
+
}
|
|
692
|
+
.col-lg-offset-11 {
|
|
693
|
+
margin-left: 91.66666667%;
|
|
694
|
+
}
|
|
695
|
+
.col-lg-offset-10 {
|
|
696
|
+
margin-left: 83.33333333%;
|
|
697
|
+
}
|
|
698
|
+
.col-lg-offset-9 {
|
|
699
|
+
margin-left: 75%;
|
|
700
|
+
}
|
|
701
|
+
.col-lg-offset-8 {
|
|
702
|
+
margin-left: 66.66666667%;
|
|
703
|
+
}
|
|
704
|
+
.col-lg-offset-7 {
|
|
705
|
+
margin-left: 58.33333333%;
|
|
706
|
+
}
|
|
707
|
+
.col-lg-offset-6 {
|
|
708
|
+
margin-left: 50%;
|
|
709
|
+
}
|
|
710
|
+
.col-lg-offset-5 {
|
|
711
|
+
margin-left: 41.66666667%;
|
|
712
|
+
}
|
|
713
|
+
.col-lg-offset-4 {
|
|
714
|
+
margin-left: 33.33333333%;
|
|
715
|
+
}
|
|
716
|
+
.col-lg-offset-3 {
|
|
717
|
+
margin-left: 25%;
|
|
718
|
+
}
|
|
719
|
+
.col-lg-offset-2 {
|
|
720
|
+
margin-left: 16.66666667%;
|
|
721
|
+
}
|
|
722
|
+
.col-lg-offset-1 {
|
|
723
|
+
margin-left: 8.33333333%;
|
|
724
|
+
}
|
|
725
|
+
.col-lg-offset-0 {
|
|
726
|
+
margin-left: 0;
|
|
727
|
+
}
|
|
728
|
+
}
|