@vitrosoftware/common-ui-ts 1.1.97 → 1.1.99
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/css/std/controls/action-handler/action-result-list.css +86 -0
- package/css/std/controls/action-handler/confirm-dialog.css +25 -0
- package/css/std/controls/action-handler/img/question.svg +39 -8
- package/css/std/controls/action-handler/img/save-blue.svg +5 -0
- package/css/std/controls/action-handler/result-dialog.css +124 -0
- package/css/std/controls/bottom-align-control-group/bottom-align-control-group.css +4 -0
- package/css/std/controls/button-cancel/button-cancel.css +12 -0
- package/css/std/controls/button-group/button-group.css +1 -0
- package/css/std/controls/checkbox/checkbox.css +4 -4
- package/css/std/controls/checkbox/img/checkbox-active.svg +4 -0
- package/css/std/controls/checkbox/img/checkbox-empty.svg +3 -0
- package/css/std/controls/criterion/criterion.css +1 -1
- package/css/std/controls/date-picker/date-picker.css +1 -4
- package/css/std/controls/dialog/dialog-content.css +12 -0
- package/css/std/controls/dialog/dialog-footer.css +52 -4
- package/css/std/controls/dialog/dialog-header.css +14 -17
- package/css/std/controls/dialog/dialog.css +45 -9
- package/css/std/controls/dialog/img/cancel-white.svg +9 -2
- package/css/std/controls/dialog/img/collapse-bottom-grey.svg +3 -0
- package/css/std/controls/dialog/img/collapse-up-grey.svg +3 -0
- package/css/std/controls/expand-collapse-button/expand-collapse-button.css +33 -0
- package/css/std/controls/expand-control-group/expand-control-group.css +1 -10
- package/css/std/controls/field-iterator/field-iterator.css +4 -0
- package/css/std/controls/file-version-select/file-version-select.css +8 -4
- package/css/std/controls/flex-box/flex-box.css +4 -0
- package/css/std/controls/header/header-nav-bar.css +8 -1
- package/css/std/controls/heading/heading.css +49 -0
- package/css/std/controls/input/input.css +2 -7
- package/css/std/controls/lookup-picker/lookup-picker.css +1 -4
- package/css/std/controls/main/main.css +2 -2
- package/css/std/controls/pdf-viewer/custom.css +25 -2
- package/css/std/controls/pdf-viewer/img/cancel-black.svg +3 -0
- package/css/std/controls/pdf-viewer/img/create-issue-black.svg +5 -0
- package/css/std/controls/pdf-viewer/img/delete-black.svg +11 -0
- package/css/std/controls/pdf-viewer/img/hide-measures.svg +16 -0
- package/css/std/controls/pdf-viewer/img/measures-area.svg +17 -0
- package/css/std/controls/pdf-viewer/img/measures-area_active.svg +17 -0
- package/css/std/controls/pdf-viewer/img/measures-line.svg +8 -0
- package/css/std/controls/pdf-viewer/img/measures-line_active.svg +8 -0
- package/css/std/controls/pdf-viewer/img/measures-settings.svg +4 -0
- package/css/std/controls/pdf-viewer/img/measures-settings_active.svg +4 -0
- package/css/std/controls/pdf-viewer/img/measures-toolbar.svg +15 -0
- package/css/std/controls/pdf-viewer/img/show-measures.svg +16 -0
- package/css/std/controls/pdf-viewer/measure.css +137 -0
- package/css/std/controls/pdf-viewer/pdf-viewer-index.css +2570 -236
- package/css/std/controls/pdf-viewer/pdf-viewer.css +124 -87
- package/css/std/controls/pdf-viewer/viewer.css +158 -147
- package/css/std/controls/product-title/product-title.css +1 -0
- package/css/std/controls/progress-bar/progress-bar.css +25 -0
- package/css/std/controls/scrollbar/scrollbar.css +2 -2
- package/css/std/controls/search/checkbox-list.css +3 -9
- package/css/std/controls/search/search.css +22 -0
- package/css/std/controls/{search/input.css → search-input/search-input.css} +25 -40
- package/css/std/controls/search-value-list/search-value-list.css +13 -0
- package/css/std/controls/sidebar/sidebar-item.css +9 -28
- package/css/std/controls/site-select/img/collapse-bottom-triangle.svg +3 -0
- package/css/std/controls/site-select/img/collapse-up-triangle.svg +3 -0
- package/css/std/controls/site-select/img/default-site-image.svg +7 -0
- package/css/std/controls/site-select/img/dropdown-menu-arrow.svg +1 -0
- package/css/std/controls/site-select/img/search-grey.svg +3 -0
- package/css/std/controls/site-select/img/search.svg +5 -0
- package/css/std/controls/site-select/site-item.css +52 -0
- package/css/std/controls/site-select/site-select.css +163 -0
- package/css/std/controls/slide-up-panel/slide-up-panel.css +39 -0
- package/css/std/controls/star-button/img/star-active.svg +3 -0
- package/css/std/controls/star-button/img/star.svg +3 -0
- package/css/std/controls/star-button/star-button.css +22 -0
- package/css/std/controls/system-exception-dialog/img/error.svg +40 -0
- package/css/std/controls/system-exception-dialog/system-exception-dialog.css +119 -0
- package/css/std/controls/time-picker/time-picker.css +1 -4
- package/css/std/controls/tree-view/tree-view.css +4 -0
- package/css/std/controls/uploader/uploader.css +1 -12
- package/css/std/controls/view/view.css +8 -1
- package/css/std/controls/view-part/view-part.css +0 -5
- package/css/third-party/jquery-contextMenu/jquery.contextMenu.min.css +1 -1
- package/dist/index.css +1117 -680
- package/dist/index.js +1579 -1237
- package/dist/index.js.map +1 -1
- package/dist/src/constants/KeyCode.d.ts +1 -0
- package/dist/src/controls/ActionHandler/ActionHandler.d.ts +15 -11
- package/dist/src/controls/ActionHandler/ActionHandlerConstants.d.ts +7 -28
- package/dist/src/controls/ActionHandler/ActionHandlerItem.d.ts +6 -0
- package/dist/src/controls/ActionHandler/ActionHandlerResult.d.ts +3 -0
- package/dist/src/controls/ActionHandler/ActionResultItem.d.ts +11 -0
- package/dist/src/controls/ActionHandler/ActionResultList.d.ts +9 -0
- package/dist/src/controls/ActionHandler/ConfirmDialog.d.ts +11 -0
- package/dist/src/controls/ActionHandler/ResultDialog.d.ts +17 -0
- package/dist/src/controls/BottomAlignControlGroup/BottomAlignControlGroup.d.ts +6 -0
- package/dist/src/controls/ButtonCancel/ButtonCancel.d.ts +3 -0
- package/dist/src/controls/ButtonGroup/ButtonGroup.d.ts +1 -0
- package/dist/src/controls/Checkbox/Checkbox.d.ts +4 -3
- package/dist/src/controls/Checkbox/CheckboxRef.d.ts +4 -0
- package/dist/src/controls/Dialog/Dialog.d.ts +7 -3
- package/dist/src/controls/Dialog/DialogComponent.d.ts +1 -0
- package/dist/src/controls/Dialog/DialogConstants.d.ts +3 -1
- package/dist/src/controls/Dialog/DialogDetailExpandButton.d.ts +6 -0
- package/dist/src/controls/Dialog/DialogFooter.d.ts +5 -3
- package/dist/src/controls/Dialog/DialogHeader.d.ts +4 -2
- package/dist/src/controls/ExpandCollapseButton/ExpandCollapseButton.d.ts +12 -0
- package/dist/src/controls/FlexBox/FlexBox.d.ts +7 -0
- package/dist/src/controls/Heading/Heading.d.ts +11 -0
- package/dist/src/controls/Heading/HeadingConstants.d.ts +7 -0
- package/dist/src/controls/Input/Input.d.ts +2 -1
- package/dist/src/controls/Input/InputRef.d.ts +5 -0
- package/dist/src/controls/ProgressBar/ProgressBar.d.ts +7 -0
- package/dist/src/controls/ScrollBar/ScrollBar.d.ts +1 -0
- package/dist/src/controls/Search/CheckboxList.d.ts +1 -1
- package/dist/src/controls/SearchInput/SearchInput.d.ts +19 -0
- package/dist/src/controls/SearchInput/SearchInputConstants.d.ts +4 -0
- package/dist/src/controls/SearchValueList/SearchValueList.d.ts +13 -0
- package/dist/src/controls/SearchValueList/SearchValueListConstants.d.ts +3 -0
- package/dist/src/controls/SiteSelect/SiteItem.d.ts +13 -0
- package/dist/src/controls/SiteSelect/SiteSelect.d.ts +12 -0
- package/dist/src/controls/SlideUpPanel/SlideUpPanel.d.ts +10 -0
- package/dist/src/controls/StarButton/StarButton.d.ts +8 -0
- package/dist/src/controls/SystemExceptionDialog/SystemExceptionDialog.d.ts +11 -0
- package/dist/src/controls/SystemExceptionDialog/SystemExceptionDialogConstants.d.ts +11 -0
- package/dist/src/controls/SystemExceptionDialog/SystemExceptionDialogData.d.ts +7 -0
- package/dist/src/controls/TelerikUploader/TelerikUploaderContextImpl.d.ts +2 -1
- package/dist/src/controls/TelerikUploader/TelerikUploaderSettings.d.ts +4 -1
- package/dist/src/controls/UpdatingPopover/UpdatingPopover.d.ts +2 -0
- package/dist/src/index.d.ts +29 -2
- package/lib/screen.dpi.detector/screen.dpi.detector.js +92 -0
- package/lib/third-party.js +92 -0
- package/package.json +1 -1
- package/src/controls/BimViewer/js/bim-viewer.js +2 -2
- package/src/controls/PdfViewer/js/pdf-viewer.js +1104 -58
- package/css/std/controls/action-handler/action-handler-info.css +0 -99
- package/css/std/controls/action-handler/action-handler.css +0 -265
- package/css/std/controls/action-handler/img/cancel-red-big.svg +0 -5
- package/css/std/controls/action-handler/img/progress.svg +0 -1
- package/css/std/controls/action-handler/img/warning.svg +0 -10
- package/css/std/controls/checkbox/img/checkbox-big-active.svg +0 -4
- package/css/std/controls/checkbox/img/checkbox-big-empty.svg +0 -5
- package/css/std/controls/dialog/dialog-button-close.css +0 -34
- package/css/std/controls/dialog/dialog-button.css +0 -7
- package/css/std/controls/expand-control-group/img/collapse-bottom.svg +0 -5
- package/css/std/controls/expand-control-group/img/collapse-up.svg +0 -3
- package/css/std/controls/pdf-viewer/img/delete-active.svg +0 -11
- package/css/std/controls/pdf-viewer/img/delete.svg +0 -11
- /package/css/std/controls/{action-handler → expand-collapse-button}/img/collapse-bottom.svg +0 -0
- /package/css/std/controls/{action-handler → expand-collapse-button}/img/collapse-up.svg +0 -0
- /package/css/std/controls/{search → search-input}/img/cancel-black.svg +0 -0
- /package/css/std/controls/{search → search-input}/img/cancel-dark-grey.svg +0 -0
- /package/css/std/controls/{search → search-input}/img/search.svg +0 -0
|
@@ -1,3 +1,2129 @@
|
|
|
1
|
+
/*! jQuery UI - v1.12.1 - 2016-09-14
|
|
2
|
+
* http://jqueryui.com
|
|
3
|
+
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
|
|
4
|
+
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
|
|
5
|
+
* Copyright jQuery Foundation and other contributors; Licensed MIT */
|
|
6
|
+
|
|
7
|
+
.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup > .ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup > .ui-controlgroup-item:focus,.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus{z-index:9999}.ui-controlgroup-vertical > .ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc( 100% - 2.4em )}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}
|
|
8
|
+
.ui-icon, .ui-widget-content .ui-icon {
|
|
9
|
+
background-image: url("ui-icons_444444_256x240.png")
|
|
10
|
+
}
|
|
11
|
+
.ui-widget-header .ui-icon {
|
|
12
|
+
background-image: url("ui-icons_444444_256x240.png")
|
|
13
|
+
}
|
|
14
|
+
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
|
|
15
|
+
background-image: url("ui-icons_555555_256x240.png")
|
|
16
|
+
}
|
|
17
|
+
.ui-state-active .ui-icon, .ui-button:active .ui-icon {
|
|
18
|
+
background-image: url("ui-icons_ffffff_256x240.png")
|
|
19
|
+
}
|
|
20
|
+
.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
|
|
21
|
+
background-image: url("ui-icons_777620_256x240.png")
|
|
22
|
+
}
|
|
23
|
+
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
|
|
24
|
+
background-image: url("ui-icons_cc0000_256x240.png")
|
|
25
|
+
}
|
|
26
|
+
.ui-button .ui-icon {
|
|
27
|
+
background-image: url("ui-icons_777777_256x240.png")
|
|
28
|
+
}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.003;filter:Alpha(Opacity=.3)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}
|
|
29
|
+
|
|
30
|
+
/*!
|
|
31
|
+
* jQuery UI CSS Framework 1.12.1
|
|
32
|
+
* http://jqueryui.com
|
|
33
|
+
*
|
|
34
|
+
* Copyright jQuery Foundation and other contributors
|
|
35
|
+
* Released under the MIT license.
|
|
36
|
+
* http://jquery.org/license
|
|
37
|
+
*
|
|
38
|
+
* http://api.jqueryui.com/category/theming/
|
|
39
|
+
*/
|
|
40
|
+
/* Layout helpers
|
|
41
|
+
----------------------------------*/
|
|
42
|
+
.ui-helper-hidden {
|
|
43
|
+
display: none;
|
|
44
|
+
}
|
|
45
|
+
.ui-helper-hidden-accessible {
|
|
46
|
+
border: 0;
|
|
47
|
+
clip: rect(0 0 0 0);
|
|
48
|
+
height: 1px;
|
|
49
|
+
margin: -1px;
|
|
50
|
+
overflow: hidden;
|
|
51
|
+
padding: 0;
|
|
52
|
+
position: absolute;
|
|
53
|
+
width: 1px;
|
|
54
|
+
}
|
|
55
|
+
.ui-helper-reset {
|
|
56
|
+
margin: 0;
|
|
57
|
+
padding: 0;
|
|
58
|
+
border: 0;
|
|
59
|
+
outline: 0;
|
|
60
|
+
line-height: 1.3;
|
|
61
|
+
text-decoration: none;
|
|
62
|
+
font-size: 100%;
|
|
63
|
+
list-style: none;
|
|
64
|
+
}
|
|
65
|
+
.ui-helper-clearfix:before,
|
|
66
|
+
.ui-helper-clearfix:after {
|
|
67
|
+
content: "";
|
|
68
|
+
display: table;
|
|
69
|
+
border-collapse: collapse;
|
|
70
|
+
}
|
|
71
|
+
.ui-helper-clearfix:after {
|
|
72
|
+
clear: both;
|
|
73
|
+
}
|
|
74
|
+
.ui-helper-zfix {
|
|
75
|
+
width: 100%;
|
|
76
|
+
height: 100%;
|
|
77
|
+
top: 0;
|
|
78
|
+
left: 0;
|
|
79
|
+
position: absolute;
|
|
80
|
+
opacity: 0;
|
|
81
|
+
filter:Alpha(Opacity=0); /* support: IE8 */
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.ui-front {
|
|
85
|
+
z-index: 100;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
/* Interaction Cues
|
|
90
|
+
----------------------------------*/
|
|
91
|
+
.ui-state-disabled {
|
|
92
|
+
cursor: default !important;
|
|
93
|
+
pointer-events: none;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
/* Icons
|
|
98
|
+
----------------------------------*/
|
|
99
|
+
.ui-icon {
|
|
100
|
+
display: inline-block;
|
|
101
|
+
vertical-align: middle;
|
|
102
|
+
margin-top: -.25em;
|
|
103
|
+
position: relative;
|
|
104
|
+
text-indent: -99999px;
|
|
105
|
+
overflow: hidden;
|
|
106
|
+
background-repeat: no-repeat;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
.ui-widget-icon-block {
|
|
110
|
+
left: 50%;
|
|
111
|
+
margin-left: -8px;
|
|
112
|
+
display: block;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
/* Misc visuals
|
|
116
|
+
----------------------------------*/
|
|
117
|
+
|
|
118
|
+
/* Overlays */
|
|
119
|
+
.ui-widget-overlay {
|
|
120
|
+
position: fixed;
|
|
121
|
+
top: 0;
|
|
122
|
+
left: 0;
|
|
123
|
+
width: 100%;
|
|
124
|
+
height: 100%;
|
|
125
|
+
}
|
|
126
|
+
.ui-accordion .ui-accordion-header {
|
|
127
|
+
display: block;
|
|
128
|
+
cursor: pointer;
|
|
129
|
+
position: relative;
|
|
130
|
+
margin: 2px 0 0 0;
|
|
131
|
+
padding: .5em .5em .5em .7em;
|
|
132
|
+
font-size: 100%;
|
|
133
|
+
}
|
|
134
|
+
.ui-accordion .ui-accordion-content {
|
|
135
|
+
padding: 1em 2.2em;
|
|
136
|
+
border-top: 0;
|
|
137
|
+
overflow: auto;
|
|
138
|
+
}
|
|
139
|
+
.ui-autocomplete {
|
|
140
|
+
position: absolute;
|
|
141
|
+
top: 0;
|
|
142
|
+
left: 0;
|
|
143
|
+
cursor: default;
|
|
144
|
+
}
|
|
145
|
+
.ui-menu {
|
|
146
|
+
list-style: none;
|
|
147
|
+
padding: 0;
|
|
148
|
+
margin: 0;
|
|
149
|
+
display: block;
|
|
150
|
+
outline: 0;
|
|
151
|
+
}
|
|
152
|
+
.ui-menu .ui-menu {
|
|
153
|
+
position: absolute;
|
|
154
|
+
}
|
|
155
|
+
.ui-menu .ui-menu-item {
|
|
156
|
+
margin: 0;
|
|
157
|
+
cursor: pointer;
|
|
158
|
+
/* support: IE10, see #8844 */
|
|
159
|
+
list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
|
|
160
|
+
}
|
|
161
|
+
.ui-menu .ui-menu-item-wrapper {
|
|
162
|
+
position: relative;
|
|
163
|
+
padding: 3px 1em 3px .4em;
|
|
164
|
+
}
|
|
165
|
+
.ui-menu .ui-menu-divider {
|
|
166
|
+
margin: 5px 0;
|
|
167
|
+
height: 0;
|
|
168
|
+
font-size: 0;
|
|
169
|
+
line-height: 0;
|
|
170
|
+
border-width: 1px 0 0 0;
|
|
171
|
+
}
|
|
172
|
+
.ui-menu .ui-state-focus,
|
|
173
|
+
.ui-menu .ui-state-active {
|
|
174
|
+
margin: -1px;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
/* icon support */
|
|
178
|
+
.ui-menu-icons {
|
|
179
|
+
position: relative;
|
|
180
|
+
}
|
|
181
|
+
.ui-menu-icons .ui-menu-item-wrapper {
|
|
182
|
+
padding-left: 2em;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
/* left-aligned */
|
|
186
|
+
.ui-menu .ui-icon {
|
|
187
|
+
position: absolute;
|
|
188
|
+
top: 0;
|
|
189
|
+
bottom: 0;
|
|
190
|
+
left: .2em;
|
|
191
|
+
margin: auto 0;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
/* right-aligned */
|
|
195
|
+
.ui-menu .ui-menu-icon {
|
|
196
|
+
left: auto;
|
|
197
|
+
right: 0;
|
|
198
|
+
}
|
|
199
|
+
.ui-button {
|
|
200
|
+
padding: .4em 1em;
|
|
201
|
+
display: inline-block;
|
|
202
|
+
position: relative;
|
|
203
|
+
line-height: normal;
|
|
204
|
+
margin-right: .1em;
|
|
205
|
+
cursor: pointer;
|
|
206
|
+
vertical-align: middle;
|
|
207
|
+
text-align: center;
|
|
208
|
+
-webkit-user-select: none;
|
|
209
|
+
-moz-user-select: none;
|
|
210
|
+
-ms-user-select: none;
|
|
211
|
+
user-select: none;
|
|
212
|
+
|
|
213
|
+
/* Support: IE <= 11 */
|
|
214
|
+
overflow: visible;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
.ui-button,
|
|
218
|
+
.ui-button:link,
|
|
219
|
+
.ui-button:visited,
|
|
220
|
+
.ui-button:hover,
|
|
221
|
+
.ui-button:active {
|
|
222
|
+
text-decoration: none;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
/* to make room for the icon, a width needs to be set here */
|
|
226
|
+
.ui-button-icon-only {
|
|
227
|
+
width: 2em;
|
|
228
|
+
box-sizing: border-box;
|
|
229
|
+
text-indent: -9999px;
|
|
230
|
+
white-space: nowrap;
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
/* no icon support for input elements */
|
|
234
|
+
input.ui-button.ui-button-icon-only {
|
|
235
|
+
text-indent: 0;
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
/* button icon element(s) */
|
|
239
|
+
.ui-button-icon-only .ui-icon {
|
|
240
|
+
position: absolute;
|
|
241
|
+
top: 50%;
|
|
242
|
+
left: 50%;
|
|
243
|
+
margin-top: -8px;
|
|
244
|
+
margin-left: -8px;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
.ui-button.ui-icon-notext .ui-icon {
|
|
248
|
+
padding: 0;
|
|
249
|
+
width: 2.1em;
|
|
250
|
+
height: 2.1em;
|
|
251
|
+
text-indent: -9999px;
|
|
252
|
+
white-space: nowrap;
|
|
253
|
+
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
input.ui-button.ui-icon-notext .ui-icon {
|
|
257
|
+
width: auto;
|
|
258
|
+
height: auto;
|
|
259
|
+
text-indent: 0;
|
|
260
|
+
white-space: normal;
|
|
261
|
+
padding: .4em 1em;
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
/* workarounds */
|
|
265
|
+
/* Support: Firefox 5 - 40 */
|
|
266
|
+
input.ui-button::-moz-focus-inner,
|
|
267
|
+
button.ui-button::-moz-focus-inner {
|
|
268
|
+
border: 0;
|
|
269
|
+
padding: 0;
|
|
270
|
+
}
|
|
271
|
+
.ui-controlgroup {
|
|
272
|
+
vertical-align: middle;
|
|
273
|
+
display: inline-block;
|
|
274
|
+
}
|
|
275
|
+
.ui-controlgroup > .ui-controlgroup-item {
|
|
276
|
+
float: left;
|
|
277
|
+
margin-left: 0;
|
|
278
|
+
margin-right: 0;
|
|
279
|
+
}
|
|
280
|
+
.ui-controlgroup > .ui-controlgroup-item:focus,
|
|
281
|
+
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
|
|
282
|
+
z-index: 9999;
|
|
283
|
+
}
|
|
284
|
+
.ui-controlgroup-vertical > .ui-controlgroup-item {
|
|
285
|
+
display: block;
|
|
286
|
+
float: none;
|
|
287
|
+
width: 100%;
|
|
288
|
+
margin-top: 0;
|
|
289
|
+
margin-bottom: 0;
|
|
290
|
+
text-align: left;
|
|
291
|
+
}
|
|
292
|
+
.ui-controlgroup-vertical .ui-controlgroup-item {
|
|
293
|
+
box-sizing: border-box;
|
|
294
|
+
}
|
|
295
|
+
.ui-controlgroup .ui-controlgroup-label {
|
|
296
|
+
padding: .4em 1em;
|
|
297
|
+
}
|
|
298
|
+
.ui-controlgroup .ui-controlgroup-label span {
|
|
299
|
+
font-size: 80%;
|
|
300
|
+
}
|
|
301
|
+
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
|
|
302
|
+
border-left: none;
|
|
303
|
+
}
|
|
304
|
+
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
|
|
305
|
+
border-top: none;
|
|
306
|
+
}
|
|
307
|
+
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
|
|
308
|
+
border-right: none;
|
|
309
|
+
}
|
|
310
|
+
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
|
|
311
|
+
border-bottom: none;
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
/* Spinner specific style fixes */
|
|
315
|
+
.ui-controlgroup-vertical .ui-spinner-input {
|
|
316
|
+
|
|
317
|
+
/* Support: IE8 only, Android < 4.4 only */
|
|
318
|
+
width: 75%;
|
|
319
|
+
width: calc( 100% - 2.4em );
|
|
320
|
+
}
|
|
321
|
+
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
|
|
322
|
+
border-top-style: solid;
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
.ui-checkboxradio-label .ui-icon-background {
|
|
326
|
+
box-shadow: inset 1px 1px 1px #ccc;
|
|
327
|
+
border-radius: .12em;
|
|
328
|
+
border: none;
|
|
329
|
+
}
|
|
330
|
+
.ui-checkboxradio-radio-label .ui-icon-background {
|
|
331
|
+
width: 16px;
|
|
332
|
+
height: 16px;
|
|
333
|
+
border-radius: 1em;
|
|
334
|
+
overflow: visible;
|
|
335
|
+
border: none;
|
|
336
|
+
}
|
|
337
|
+
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
|
|
338
|
+
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
|
|
339
|
+
background-image: none;
|
|
340
|
+
width: 8px;
|
|
341
|
+
height: 8px;
|
|
342
|
+
border-width: 4px;
|
|
343
|
+
border-style: solid;
|
|
344
|
+
}
|
|
345
|
+
.ui-checkboxradio-disabled {
|
|
346
|
+
pointer-events: none;
|
|
347
|
+
}
|
|
348
|
+
.ui-datepicker {
|
|
349
|
+
width: 17em;
|
|
350
|
+
padding: .2em .2em 0;
|
|
351
|
+
display: none;
|
|
352
|
+
}
|
|
353
|
+
.ui-datepicker .ui-datepicker-header {
|
|
354
|
+
position: relative;
|
|
355
|
+
padding: .2em 0;
|
|
356
|
+
}
|
|
357
|
+
.ui-datepicker .ui-datepicker-prev,
|
|
358
|
+
.ui-datepicker .ui-datepicker-next {
|
|
359
|
+
position: absolute;
|
|
360
|
+
top: 2px;
|
|
361
|
+
width: 1.8em;
|
|
362
|
+
height: 1.8em;
|
|
363
|
+
}
|
|
364
|
+
.ui-datepicker .ui-datepicker-prev-hover,
|
|
365
|
+
.ui-datepicker .ui-datepicker-next-hover {
|
|
366
|
+
top: 1px;
|
|
367
|
+
}
|
|
368
|
+
.ui-datepicker .ui-datepicker-prev {
|
|
369
|
+
left: 2px;
|
|
370
|
+
}
|
|
371
|
+
.ui-datepicker .ui-datepicker-next {
|
|
372
|
+
right: 2px;
|
|
373
|
+
}
|
|
374
|
+
.ui-datepicker .ui-datepicker-prev-hover {
|
|
375
|
+
left: 1px;
|
|
376
|
+
}
|
|
377
|
+
.ui-datepicker .ui-datepicker-next-hover {
|
|
378
|
+
right: 1px;
|
|
379
|
+
}
|
|
380
|
+
.ui-datepicker .ui-datepicker-prev span,
|
|
381
|
+
.ui-datepicker .ui-datepicker-next span {
|
|
382
|
+
display: block;
|
|
383
|
+
position: absolute;
|
|
384
|
+
left: 50%;
|
|
385
|
+
margin-left: -8px;
|
|
386
|
+
top: 50%;
|
|
387
|
+
margin-top: -8px;
|
|
388
|
+
}
|
|
389
|
+
.ui-datepicker .ui-datepicker-title {
|
|
390
|
+
margin: 0 2.3em;
|
|
391
|
+
line-height: 1.8em;
|
|
392
|
+
text-align: center;
|
|
393
|
+
}
|
|
394
|
+
.ui-datepicker .ui-datepicker-title select {
|
|
395
|
+
font-size: 1em;
|
|
396
|
+
margin: 1px 0;
|
|
397
|
+
}
|
|
398
|
+
.ui-datepicker select.ui-datepicker-month,
|
|
399
|
+
.ui-datepicker select.ui-datepicker-year {
|
|
400
|
+
width: 45%;
|
|
401
|
+
}
|
|
402
|
+
.ui-datepicker table {
|
|
403
|
+
width: 100%;
|
|
404
|
+
font-size: .9em;
|
|
405
|
+
border-collapse: collapse;
|
|
406
|
+
margin: 0 0 .4em;
|
|
407
|
+
}
|
|
408
|
+
.ui-datepicker th {
|
|
409
|
+
padding: .7em .3em;
|
|
410
|
+
text-align: center;
|
|
411
|
+
font-weight: bold;
|
|
412
|
+
border: 0;
|
|
413
|
+
}
|
|
414
|
+
.ui-datepicker td {
|
|
415
|
+
border: 0;
|
|
416
|
+
padding: 1px;
|
|
417
|
+
}
|
|
418
|
+
.ui-datepicker td span,
|
|
419
|
+
.ui-datepicker td a {
|
|
420
|
+
display: block;
|
|
421
|
+
padding: .2em;
|
|
422
|
+
text-align: right;
|
|
423
|
+
text-decoration: none;
|
|
424
|
+
}
|
|
425
|
+
.ui-datepicker .ui-datepicker-buttonpane {
|
|
426
|
+
background-image: none;
|
|
427
|
+
margin: .7em 0 0 0;
|
|
428
|
+
padding: 0 .2em;
|
|
429
|
+
border-left: 0;
|
|
430
|
+
border-right: 0;
|
|
431
|
+
border-bottom: 0;
|
|
432
|
+
}
|
|
433
|
+
.ui-datepicker .ui-datepicker-buttonpane button {
|
|
434
|
+
float: right;
|
|
435
|
+
margin: .5em .2em .4em;
|
|
436
|
+
cursor: pointer;
|
|
437
|
+
padding: .2em .6em .3em .6em;
|
|
438
|
+
width: auto;
|
|
439
|
+
overflow: visible;
|
|
440
|
+
}
|
|
441
|
+
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
|
|
442
|
+
float: left;
|
|
443
|
+
}
|
|
444
|
+
|
|
445
|
+
/* with multiple calendars */
|
|
446
|
+
.ui-datepicker.ui-datepicker-multi {
|
|
447
|
+
width: auto;
|
|
448
|
+
}
|
|
449
|
+
.ui-datepicker-multi .ui-datepicker-group {
|
|
450
|
+
float: left;
|
|
451
|
+
}
|
|
452
|
+
.ui-datepicker-multi .ui-datepicker-group table {
|
|
453
|
+
width: 95%;
|
|
454
|
+
margin: 0 auto .4em;
|
|
455
|
+
}
|
|
456
|
+
.ui-datepicker-multi-2 .ui-datepicker-group {
|
|
457
|
+
width: 50%;
|
|
458
|
+
}
|
|
459
|
+
.ui-datepicker-multi-3 .ui-datepicker-group {
|
|
460
|
+
width: 33.3%;
|
|
461
|
+
}
|
|
462
|
+
.ui-datepicker-multi-4 .ui-datepicker-group {
|
|
463
|
+
width: 25%;
|
|
464
|
+
}
|
|
465
|
+
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
|
|
466
|
+
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
|
|
467
|
+
border-left-width: 0;
|
|
468
|
+
}
|
|
469
|
+
.ui-datepicker-multi .ui-datepicker-buttonpane {
|
|
470
|
+
clear: left;
|
|
471
|
+
}
|
|
472
|
+
.ui-datepicker-row-break {
|
|
473
|
+
clear: both;
|
|
474
|
+
width: 100%;
|
|
475
|
+
font-size: 0;
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
/* RTL support */
|
|
479
|
+
.ui-datepicker-rtl {
|
|
480
|
+
direction: rtl;
|
|
481
|
+
}
|
|
482
|
+
.ui-datepicker-rtl .ui-datepicker-prev {
|
|
483
|
+
right: 2px;
|
|
484
|
+
left: auto;
|
|
485
|
+
}
|
|
486
|
+
.ui-datepicker-rtl .ui-datepicker-next {
|
|
487
|
+
left: 2px;
|
|
488
|
+
right: auto;
|
|
489
|
+
}
|
|
490
|
+
.ui-datepicker-rtl .ui-datepicker-prev:hover {
|
|
491
|
+
right: 1px;
|
|
492
|
+
left: auto;
|
|
493
|
+
}
|
|
494
|
+
.ui-datepicker-rtl .ui-datepicker-next:hover {
|
|
495
|
+
left: 1px;
|
|
496
|
+
right: auto;
|
|
497
|
+
}
|
|
498
|
+
.ui-datepicker-rtl .ui-datepicker-buttonpane {
|
|
499
|
+
clear: right;
|
|
500
|
+
}
|
|
501
|
+
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
|
|
502
|
+
float: left;
|
|
503
|
+
}
|
|
504
|
+
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
|
|
505
|
+
.ui-datepicker-rtl .ui-datepicker-group {
|
|
506
|
+
float: right;
|
|
507
|
+
}
|
|
508
|
+
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
|
|
509
|
+
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
|
|
510
|
+
border-right-width: 0;
|
|
511
|
+
border-left-width: 1px;
|
|
512
|
+
}
|
|
513
|
+
|
|
514
|
+
/* Icons */
|
|
515
|
+
.ui-datepicker .ui-icon {
|
|
516
|
+
display: block;
|
|
517
|
+
text-indent: -99999px;
|
|
518
|
+
overflow: hidden;
|
|
519
|
+
background-repeat: no-repeat;
|
|
520
|
+
left: .5em;
|
|
521
|
+
top: .3em;
|
|
522
|
+
}
|
|
523
|
+
.ui-dialog {
|
|
524
|
+
position: absolute;
|
|
525
|
+
top: 0;
|
|
526
|
+
left: 0;
|
|
527
|
+
padding: .2em;
|
|
528
|
+
outline: 0;
|
|
529
|
+
}
|
|
530
|
+
.ui-dialog .ui-dialog-titlebar {
|
|
531
|
+
padding: .4em 1em;
|
|
532
|
+
position: relative;
|
|
533
|
+
}
|
|
534
|
+
.ui-dialog .ui-dialog-title {
|
|
535
|
+
float: left;
|
|
536
|
+
margin: .1em 0;
|
|
537
|
+
white-space: nowrap;
|
|
538
|
+
width: 90%;
|
|
539
|
+
overflow: hidden;
|
|
540
|
+
text-overflow: ellipsis;
|
|
541
|
+
}
|
|
542
|
+
.ui-dialog .ui-dialog-titlebar-close {
|
|
543
|
+
position: absolute;
|
|
544
|
+
right: .3em;
|
|
545
|
+
top: 50%;
|
|
546
|
+
width: 20px;
|
|
547
|
+
margin: -10px 0 0 0;
|
|
548
|
+
padding: 1px;
|
|
549
|
+
height: 20px;
|
|
550
|
+
}
|
|
551
|
+
.ui-dialog .ui-dialog-content {
|
|
552
|
+
position: relative;
|
|
553
|
+
border: 0;
|
|
554
|
+
padding: .5em 1em;
|
|
555
|
+
background: none;
|
|
556
|
+
overflow: auto;
|
|
557
|
+
}
|
|
558
|
+
.ui-dialog .ui-dialog-buttonpane {
|
|
559
|
+
text-align: left;
|
|
560
|
+
border-width: 1px 0 0 0;
|
|
561
|
+
background-image: none;
|
|
562
|
+
margin-top: .5em;
|
|
563
|
+
padding: .3em 1em .5em .4em;
|
|
564
|
+
}
|
|
565
|
+
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
|
|
566
|
+
float: right;
|
|
567
|
+
}
|
|
568
|
+
.ui-dialog .ui-dialog-buttonpane button {
|
|
569
|
+
margin: .5em .4em .5em 0;
|
|
570
|
+
cursor: pointer;
|
|
571
|
+
}
|
|
572
|
+
.ui-dialog .ui-resizable-n {
|
|
573
|
+
height: 2px;
|
|
574
|
+
top: 0;
|
|
575
|
+
}
|
|
576
|
+
.ui-dialog .ui-resizable-e {
|
|
577
|
+
width: 2px;
|
|
578
|
+
right: 0;
|
|
579
|
+
}
|
|
580
|
+
.ui-dialog .ui-resizable-s {
|
|
581
|
+
height: 2px;
|
|
582
|
+
bottom: 0;
|
|
583
|
+
}
|
|
584
|
+
.ui-dialog .ui-resizable-w {
|
|
585
|
+
width: 2px;
|
|
586
|
+
left: 0;
|
|
587
|
+
}
|
|
588
|
+
.ui-dialog .ui-resizable-se,
|
|
589
|
+
.ui-dialog .ui-resizable-sw,
|
|
590
|
+
.ui-dialog .ui-resizable-ne,
|
|
591
|
+
.ui-dialog .ui-resizable-nw {
|
|
592
|
+
width: 7px;
|
|
593
|
+
height: 7px;
|
|
594
|
+
}
|
|
595
|
+
.ui-dialog .ui-resizable-se {
|
|
596
|
+
right: 0;
|
|
597
|
+
bottom: 0;
|
|
598
|
+
}
|
|
599
|
+
.ui-dialog .ui-resizable-sw {
|
|
600
|
+
left: 0;
|
|
601
|
+
bottom: 0;
|
|
602
|
+
}
|
|
603
|
+
.ui-dialog .ui-resizable-ne {
|
|
604
|
+
right: 0;
|
|
605
|
+
top: 0;
|
|
606
|
+
}
|
|
607
|
+
.ui-dialog .ui-resizable-nw {
|
|
608
|
+
left: 0;
|
|
609
|
+
top: 0;
|
|
610
|
+
}
|
|
611
|
+
.ui-draggable .ui-dialog-titlebar {
|
|
612
|
+
cursor: move;
|
|
613
|
+
}
|
|
614
|
+
.ui-draggable-handle {
|
|
615
|
+
-ms-touch-action: none;
|
|
616
|
+
touch-action: none;
|
|
617
|
+
}
|
|
618
|
+
.ui-resizable {
|
|
619
|
+
position: relative;
|
|
620
|
+
}
|
|
621
|
+
.ui-resizable-handle {
|
|
622
|
+
position: absolute;
|
|
623
|
+
font-size: 0.1px;
|
|
624
|
+
display: block;
|
|
625
|
+
-ms-touch-action: none;
|
|
626
|
+
touch-action: none;
|
|
627
|
+
}
|
|
628
|
+
.ui-resizable-disabled .ui-resizable-handle,
|
|
629
|
+
.ui-resizable-autohide .ui-resizable-handle {
|
|
630
|
+
display: none;
|
|
631
|
+
}
|
|
632
|
+
.ui-resizable-n {
|
|
633
|
+
cursor: n-resize;
|
|
634
|
+
height: 7px;
|
|
635
|
+
width: 100%;
|
|
636
|
+
top: -5px;
|
|
637
|
+
left: 0;
|
|
638
|
+
}
|
|
639
|
+
.ui-resizable-s {
|
|
640
|
+
cursor: s-resize;
|
|
641
|
+
height: 7px;
|
|
642
|
+
width: 100%;
|
|
643
|
+
bottom: -5px;
|
|
644
|
+
left: 0;
|
|
645
|
+
}
|
|
646
|
+
.ui-resizable-e {
|
|
647
|
+
cursor: e-resize;
|
|
648
|
+
width: 7px;
|
|
649
|
+
right: -5px;
|
|
650
|
+
top: 0;
|
|
651
|
+
height: 100%;
|
|
652
|
+
}
|
|
653
|
+
.ui-resizable-w {
|
|
654
|
+
cursor: w-resize;
|
|
655
|
+
width: 7px;
|
|
656
|
+
left: -5px;
|
|
657
|
+
top: 0;
|
|
658
|
+
height: 100%;
|
|
659
|
+
}
|
|
660
|
+
.ui-resizable-se {
|
|
661
|
+
cursor: se-resize;
|
|
662
|
+
width: 12px;
|
|
663
|
+
height: 12px;
|
|
664
|
+
right: 1px;
|
|
665
|
+
bottom: 1px;
|
|
666
|
+
}
|
|
667
|
+
.ui-resizable-sw {
|
|
668
|
+
cursor: sw-resize;
|
|
669
|
+
width: 9px;
|
|
670
|
+
height: 9px;
|
|
671
|
+
left: -5px;
|
|
672
|
+
bottom: -5px;
|
|
673
|
+
}
|
|
674
|
+
.ui-resizable-nw {
|
|
675
|
+
cursor: nw-resize;
|
|
676
|
+
width: 9px;
|
|
677
|
+
height: 9px;
|
|
678
|
+
left: -5px;
|
|
679
|
+
top: -5px;
|
|
680
|
+
}
|
|
681
|
+
.ui-resizable-ne {
|
|
682
|
+
cursor: ne-resize;
|
|
683
|
+
width: 9px;
|
|
684
|
+
height: 9px;
|
|
685
|
+
right: -5px;
|
|
686
|
+
top: -5px;
|
|
687
|
+
}
|
|
688
|
+
.ui-progressbar {
|
|
689
|
+
height: 2em;
|
|
690
|
+
text-align: left;
|
|
691
|
+
overflow: hidden;
|
|
692
|
+
}
|
|
693
|
+
.ui-progressbar .ui-progressbar-value {
|
|
694
|
+
margin: -1px;
|
|
695
|
+
height: 100%;
|
|
696
|
+
}
|
|
697
|
+
.ui-progressbar .ui-progressbar-overlay {
|
|
698
|
+
background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
|
|
699
|
+
height: 100%;
|
|
700
|
+
filter: alpha(opacity=25); /* support: IE8 */
|
|
701
|
+
opacity: 0.25;
|
|
702
|
+
}
|
|
703
|
+
.ui-progressbar-indeterminate .ui-progressbar-value {
|
|
704
|
+
background-image: none;
|
|
705
|
+
}
|
|
706
|
+
.ui-selectable {
|
|
707
|
+
-ms-touch-action: none;
|
|
708
|
+
touch-action: none;
|
|
709
|
+
}
|
|
710
|
+
.ui-selectable-helper {
|
|
711
|
+
position: absolute;
|
|
712
|
+
z-index: 100;
|
|
713
|
+
border: 1px dotted black;
|
|
714
|
+
}
|
|
715
|
+
.ui-selectmenu-menu {
|
|
716
|
+
padding: 0;
|
|
717
|
+
margin: 0;
|
|
718
|
+
position: absolute;
|
|
719
|
+
top: 0;
|
|
720
|
+
left: 0;
|
|
721
|
+
display: none;
|
|
722
|
+
}
|
|
723
|
+
.ui-selectmenu-menu .ui-menu {
|
|
724
|
+
overflow: auto;
|
|
725
|
+
overflow-x: hidden;
|
|
726
|
+
padding-bottom: 1px;
|
|
727
|
+
}
|
|
728
|
+
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
|
|
729
|
+
font-size: 1em;
|
|
730
|
+
font-weight: bold;
|
|
731
|
+
line-height: 1.5;
|
|
732
|
+
padding: 2px 0.4em;
|
|
733
|
+
margin: 0.5em 0 0 0;
|
|
734
|
+
height: auto;
|
|
735
|
+
border: 0;
|
|
736
|
+
}
|
|
737
|
+
.ui-selectmenu-open {
|
|
738
|
+
display: block;
|
|
739
|
+
}
|
|
740
|
+
.ui-selectmenu-text {
|
|
741
|
+
display: block;
|
|
742
|
+
margin-right: 20px;
|
|
743
|
+
overflow: hidden;
|
|
744
|
+
text-overflow: ellipsis;
|
|
745
|
+
}
|
|
746
|
+
.ui-selectmenu-button.ui-button {
|
|
747
|
+
text-align: left;
|
|
748
|
+
white-space: nowrap;
|
|
749
|
+
width: 14em;
|
|
750
|
+
}
|
|
751
|
+
.ui-selectmenu-icon.ui-icon {
|
|
752
|
+
float: right;
|
|
753
|
+
margin-top: 0;
|
|
754
|
+
}
|
|
755
|
+
.ui-slider {
|
|
756
|
+
position: relative;
|
|
757
|
+
text-align: left;
|
|
758
|
+
}
|
|
759
|
+
.ui-slider .ui-slider-handle {
|
|
760
|
+
position: absolute;
|
|
761
|
+
z-index: 2;
|
|
762
|
+
width: 1.2em;
|
|
763
|
+
height: 1.2em;
|
|
764
|
+
cursor: default;
|
|
765
|
+
-ms-touch-action: none;
|
|
766
|
+
touch-action: none;
|
|
767
|
+
}
|
|
768
|
+
.ui-slider .ui-slider-range {
|
|
769
|
+
position: absolute;
|
|
770
|
+
z-index: 1;
|
|
771
|
+
font-size: .7em;
|
|
772
|
+
display: block;
|
|
773
|
+
border: 0;
|
|
774
|
+
background-position: 0 0;
|
|
775
|
+
}
|
|
776
|
+
|
|
777
|
+
/* support: IE8 - See #6727 */
|
|
778
|
+
.ui-slider.ui-state-disabled .ui-slider-handle,
|
|
779
|
+
.ui-slider.ui-state-disabled .ui-slider-range {
|
|
780
|
+
filter: inherit;
|
|
781
|
+
}
|
|
782
|
+
|
|
783
|
+
.ui-slider-horizontal {
|
|
784
|
+
height: .8em;
|
|
785
|
+
}
|
|
786
|
+
.ui-slider-horizontal .ui-slider-handle {
|
|
787
|
+
top: -.3em;
|
|
788
|
+
margin-left: -.6em;
|
|
789
|
+
}
|
|
790
|
+
.ui-slider-horizontal .ui-slider-range {
|
|
791
|
+
top: 0;
|
|
792
|
+
height: 100%;
|
|
793
|
+
}
|
|
794
|
+
.ui-slider-horizontal .ui-slider-range-min {
|
|
795
|
+
left: 0;
|
|
796
|
+
}
|
|
797
|
+
.ui-slider-horizontal .ui-slider-range-max {
|
|
798
|
+
right: 0;
|
|
799
|
+
}
|
|
800
|
+
|
|
801
|
+
.ui-slider-vertical {
|
|
802
|
+
width: .8em;
|
|
803
|
+
height: 100px;
|
|
804
|
+
}
|
|
805
|
+
.ui-slider-vertical .ui-slider-handle {
|
|
806
|
+
left: -.3em;
|
|
807
|
+
margin-left: 0;
|
|
808
|
+
margin-bottom: -.6em;
|
|
809
|
+
}
|
|
810
|
+
.ui-slider-vertical .ui-slider-range {
|
|
811
|
+
left: 0;
|
|
812
|
+
width: 100%;
|
|
813
|
+
}
|
|
814
|
+
.ui-slider-vertical .ui-slider-range-min {
|
|
815
|
+
bottom: 0;
|
|
816
|
+
}
|
|
817
|
+
.ui-slider-vertical .ui-slider-range-max {
|
|
818
|
+
top: 0;
|
|
819
|
+
}
|
|
820
|
+
.ui-sortable-handle {
|
|
821
|
+
-ms-touch-action: none;
|
|
822
|
+
touch-action: none;
|
|
823
|
+
}
|
|
824
|
+
.ui-spinner {
|
|
825
|
+
position: relative;
|
|
826
|
+
display: inline-block;
|
|
827
|
+
overflow: hidden;
|
|
828
|
+
padding: 0;
|
|
829
|
+
vertical-align: middle;
|
|
830
|
+
}
|
|
831
|
+
.ui-spinner-input {
|
|
832
|
+
border: none;
|
|
833
|
+
background: none;
|
|
834
|
+
color: inherit;
|
|
835
|
+
padding: .222em 0;
|
|
836
|
+
margin: .2em 0;
|
|
837
|
+
vertical-align: middle;
|
|
838
|
+
margin-left: .4em;
|
|
839
|
+
margin-right: 2em;
|
|
840
|
+
}
|
|
841
|
+
.ui-spinner-button {
|
|
842
|
+
width: 1.6em;
|
|
843
|
+
height: 50%;
|
|
844
|
+
font-size: .5em;
|
|
845
|
+
padding: 0;
|
|
846
|
+
margin: 0;
|
|
847
|
+
text-align: center;
|
|
848
|
+
position: absolute;
|
|
849
|
+
cursor: default;
|
|
850
|
+
display: block;
|
|
851
|
+
overflow: hidden;
|
|
852
|
+
right: 0;
|
|
853
|
+
}
|
|
854
|
+
/* more specificity required here to override default borders */
|
|
855
|
+
.ui-spinner a.ui-spinner-button {
|
|
856
|
+
border-top-style: none;
|
|
857
|
+
border-bottom-style: none;
|
|
858
|
+
border-right-style: none;
|
|
859
|
+
}
|
|
860
|
+
.ui-spinner-up {
|
|
861
|
+
top: 0;
|
|
862
|
+
}
|
|
863
|
+
.ui-spinner-down {
|
|
864
|
+
bottom: 0;
|
|
865
|
+
}
|
|
866
|
+
.ui-tabs {
|
|
867
|
+
position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
|
|
868
|
+
padding: .2em;
|
|
869
|
+
}
|
|
870
|
+
.ui-tabs .ui-tabs-nav {
|
|
871
|
+
margin: 0;
|
|
872
|
+
padding: .2em .2em 0;
|
|
873
|
+
}
|
|
874
|
+
.ui-tabs .ui-tabs-nav li {
|
|
875
|
+
list-style: none;
|
|
876
|
+
float: left;
|
|
877
|
+
position: relative;
|
|
878
|
+
top: 0;
|
|
879
|
+
margin: 1px .2em 0 0;
|
|
880
|
+
border-bottom-width: 0;
|
|
881
|
+
padding: 0;
|
|
882
|
+
white-space: nowrap;
|
|
883
|
+
}
|
|
884
|
+
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
|
|
885
|
+
float: left;
|
|
886
|
+
padding: .5em 1em;
|
|
887
|
+
text-decoration: none;
|
|
888
|
+
}
|
|
889
|
+
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
|
|
890
|
+
margin-bottom: -1px;
|
|
891
|
+
padding-bottom: 1px;
|
|
892
|
+
}
|
|
893
|
+
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
|
|
894
|
+
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
|
|
895
|
+
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
|
|
896
|
+
cursor: text;
|
|
897
|
+
}
|
|
898
|
+
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
|
|
899
|
+
cursor: pointer;
|
|
900
|
+
}
|
|
901
|
+
.ui-tabs .ui-tabs-panel {
|
|
902
|
+
display: block;
|
|
903
|
+
border-width: 0;
|
|
904
|
+
padding: 1em 1.4em;
|
|
905
|
+
background: none;
|
|
906
|
+
}
|
|
907
|
+
.ui-tooltip {
|
|
908
|
+
padding: 8px;
|
|
909
|
+
position: absolute;
|
|
910
|
+
z-index: 9999;
|
|
911
|
+
max-width: 300px;
|
|
912
|
+
}
|
|
913
|
+
body .ui-tooltip {
|
|
914
|
+
border-width: 2px;
|
|
915
|
+
}
|
|
916
|
+
|
|
917
|
+
/*! jQuery UI - v1.12.1 - 2016-09-14
|
|
918
|
+
* http://jqueryui.com
|
|
919
|
+
* Copyright jQuery Foundation and other contributors; Licensed MIT */
|
|
920
|
+
|
|
921
|
+
.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}
|
|
922
|
+
.ui-icon, .ui-widget-content .ui-icon {
|
|
923
|
+
background-image: url("ui-icons_444444_256x240.png")
|
|
924
|
+
}
|
|
925
|
+
.ui-widget-header .ui-icon {
|
|
926
|
+
background-image: url("ui-icons_444444_256x240.png")
|
|
927
|
+
}
|
|
928
|
+
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
|
|
929
|
+
background-image: url("ui-icons_555555_256x240.png")
|
|
930
|
+
}
|
|
931
|
+
.ui-state-active .ui-icon, .ui-button:active .ui-icon {
|
|
932
|
+
background-image: url("ui-icons_ffffff_256x240.png")
|
|
933
|
+
}
|
|
934
|
+
.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
|
|
935
|
+
background-image: url("ui-icons_777620_256x240.png")
|
|
936
|
+
}
|
|
937
|
+
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
|
|
938
|
+
background-image: url("ui-icons_cc0000_256x240.png")
|
|
939
|
+
}
|
|
940
|
+
.ui-button .ui-icon {
|
|
941
|
+
background-image: url("ui-icons_777777_256x240.png")
|
|
942
|
+
}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.003;filter:Alpha(Opacity=.3)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}
|
|
943
|
+
|
|
944
|
+
@charset "UTF-8";/*!
|
|
945
|
+
* jQuery contextMenu - Plugin for simple contextMenu handling
|
|
946
|
+
*
|
|
947
|
+
* Version: v2.9.0
|
|
948
|
+
*
|
|
949
|
+
* Authors: Björn Brala (SWIS.nl), Rodney Rehm, Addy Osmani (patches for FF)
|
|
950
|
+
* Web: http://swisnl.github.io/jQuery-contextMenu/
|
|
951
|
+
*
|
|
952
|
+
* Copyright (c) 2011-2019 SWIS BV and contributors
|
|
953
|
+
*
|
|
954
|
+
* Licensed under
|
|
955
|
+
* MIT License http://www.opensource.org/licenses/mit-license
|
|
956
|
+
*
|
|
957
|
+
* Date: 2019-10-13T13:09:56.297Z
|
|
958
|
+
*/@-webkit-keyframes cm-spin{0%{-webkit-transform:translateY(-50%) rotate(0);transform:translateY(-50%) rotate(0)}100%{-webkit-transform:translateY(-50%) rotate(359deg);transform:translateY(-50%) rotate(359deg)}}@-o-keyframes cm-spin{0%{-webkit-transform:translateY(-50%) rotate(0);-o-transform:translateY(-50%) rotate(0);transform:translateY(-50%) rotate(0)}100%{-webkit-transform:translateY(-50%) rotate(359deg);-o-transform:translateY(-50%) rotate(359deg);transform:translateY(-50%) rotate(359deg)}}@keyframes cm-spin{0%{-webkit-transform:translateY(-50%) rotate(0);-o-transform:translateY(-50%) rotate(0);transform:translateY(-50%) rotate(0)}100%{-webkit-transform:translateY(-50%) rotate(359deg);-o-transform:translateY(-50%) rotate(359deg);transform:translateY(-50%) rotate(359deg)}}@font-face{font-family:context-menu-icons;font-style:normal;font-weight:400;}.context-menu-icon-add:before{content:"\EA01"}.context-menu-icon-copy:before{content:"\EA02"}.context-menu-icon-cut:before{content:"\EA03"}.context-menu-icon-delete:before{content:"\EA04"}.context-menu-icon-edit:before{content:"\EA05"}.context-menu-icon-loading:before{content:"\EA06"}.context-menu-icon-paste:before{content:"\EA07"}.context-menu-icon-quit:before{content:"\EA08"}.context-menu-icon::before{position:absolute;top:50%;left:0;width:2em;font-family:context-menu-icons;font-size:1em;font-style:normal;font-weight:400;line-height:1;color:#2980b9;text-align:center;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.context-menu-icon.context-menu-hover:before{color:#fff}.context-menu-icon.context-menu-disabled::before{color:#bbb}.context-menu-icon.context-menu-icon-loading:before{-webkit-animation:cm-spin 2s infinite;-o-animation:cm-spin 2s infinite;animation:cm-spin 2s infinite}.context-menu-icon.context-menu-icon--fa{display:list-item;font-family:inherit;line-height:inherit}.context-menu-icon.context-menu-icon--fa::before{position:absolute;top:50%;left:0;width:2em;font-family:FontAwesome;font-size:1em;font-style:normal;font-weight:400;line-height:1;color:#2980b9;text-align:center;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.context-menu-icon.context-menu-icon--fa.context-menu-hover:before{color:#fff}.context-menu-icon.context-menu-icon--fa.context-menu-disabled::before{color:#bbb}.context-menu-icon.context-menu-icon--fa5{display:list-item;font-family:inherit;line-height:inherit}.context-menu-icon.context-menu-icon--fa5 i,.context-menu-icon.context-menu-icon--fa5 svg{position:absolute;top:.3em;left:.5em;color:#2980b9}.context-menu-icon.context-menu-icon--fa5.context-menu-hover>i,.context-menu-icon.context-menu-icon--fa5.context-menu-hover>svg{color:#fff}.context-menu-icon.context-menu-icon--fa5.context-menu-disabled i,.context-menu-icon.context-menu-icon--fa5.context-menu-disabled svg{color:#bbb}.context-menu-list{position:absolute;display:inline-block;min-width:13em;max-width:26em;padding:.25em 0;margin:.3em;font-family:inherit;font-size:inherit;list-style-type:none;background:#fff;border:1px solid #bebebe;border-radius:.2em;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.5);box-shadow:0 2px 5px rgba(0,0,0,.5)}.context-menu-item{position:relative;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;padding:.2em 2em;color:#2f2f2f;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff}.context-menu-separator{padding:0;margin:.35em 0;border-bottom:1px solid #e6e6e6}.context-menu-item>label>input,.context-menu-item>label>textarea{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.context-menu-item.context-menu-hover{color:#fff;cursor:pointer;background-color:#2980b9}.context-menu-item.context-menu-disabled{color:#bbb;cursor:default;background-color:#fff}.context-menu-input.context-menu-hover{color:#2f2f2f;cursor:default}.context-menu-submenu:after{position:absolute;top:50%;right:.5em;z-index:1;width:0;height:0;content:'';border-color:transparent transparent transparent #2f2f2f;border-style:solid;border-width:.25em 0 .25em .25em;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.context-menu-item.context-menu-input{padding:.3em .6em}.context-menu-input>label>*{vertical-align:top}.context-menu-input>label>input[type=checkbox],.context-menu-input>label>input[type=radio]{position:relative;top:.12em;margin-right:.4em}.context-menu-input>label{margin:0}.context-menu-input>label,.context-menu-input>label>input[type=text],.context-menu-input>label>select,.context-menu-input>label>textarea{display:block;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.context-menu-input>label>textarea{height:7em}.context-menu-item>.context-menu-list{top:.3em;right:-.3em;display:none}.context-menu-item.context-menu-visible>.context-menu-list{display:block}.context-menu-accesskey{text-decoration:underline}
|
|
959
|
+
/*# sourceMappingURL=jquery.contextMenu.min.css.map */
|
|
960
|
+
|
|
961
|
+
/* http://keith-wood.name/svg.html
|
|
962
|
+
SVG for jQuery v1.5.0.
|
|
963
|
+
Written by Keith Wood (kbwood{at}iinet.com.au) August 2007.*/
|
|
964
|
+
svg\:svg {
|
|
965
|
+
display: none;
|
|
966
|
+
}
|
|
967
|
+
.svg_error {
|
|
968
|
+
color: red;
|
|
969
|
+
font-weight: bold;
|
|
970
|
+
}
|
|
971
|
+
|
|
972
|
+
@-webkit-keyframes swal2-show {
|
|
973
|
+
0% {
|
|
974
|
+
-webkit-transform: scale(0.7);
|
|
975
|
+
transform: scale(0.7); }
|
|
976
|
+
45% {
|
|
977
|
+
-webkit-transform: scale(1.05);
|
|
978
|
+
transform: scale(1.05); }
|
|
979
|
+
80% {
|
|
980
|
+
-webkit-transform: scale(0.95);
|
|
981
|
+
transform: scale(0.95); }
|
|
982
|
+
100% {
|
|
983
|
+
-webkit-transform: scale(1);
|
|
984
|
+
transform: scale(1); } }
|
|
985
|
+
|
|
986
|
+
@keyframes swal2-show {
|
|
987
|
+
0% {
|
|
988
|
+
-webkit-transform: scale(0.7);
|
|
989
|
+
transform: scale(0.7); }
|
|
990
|
+
45% {
|
|
991
|
+
-webkit-transform: scale(1.05);
|
|
992
|
+
transform: scale(1.05); }
|
|
993
|
+
80% {
|
|
994
|
+
-webkit-transform: scale(0.95);
|
|
995
|
+
transform: scale(0.95); }
|
|
996
|
+
100% {
|
|
997
|
+
-webkit-transform: scale(1);
|
|
998
|
+
transform: scale(1); } }
|
|
999
|
+
|
|
1000
|
+
@-webkit-keyframes swal2-hide {
|
|
1001
|
+
0% {
|
|
1002
|
+
-webkit-transform: scale(1);
|
|
1003
|
+
transform: scale(1);
|
|
1004
|
+
opacity: 1; }
|
|
1005
|
+
100% {
|
|
1006
|
+
-webkit-transform: scale(0.5);
|
|
1007
|
+
transform: scale(0.5);
|
|
1008
|
+
opacity: 0; } }
|
|
1009
|
+
|
|
1010
|
+
@keyframes swal2-hide {
|
|
1011
|
+
0% {
|
|
1012
|
+
-webkit-transform: scale(1);
|
|
1013
|
+
transform: scale(1);
|
|
1014
|
+
opacity: 1; }
|
|
1015
|
+
100% {
|
|
1016
|
+
-webkit-transform: scale(0.5);
|
|
1017
|
+
transform: scale(0.5);
|
|
1018
|
+
opacity: 0; } }
|
|
1019
|
+
|
|
1020
|
+
@-webkit-keyframes swal2-animate-success-line-tip {
|
|
1021
|
+
0% {
|
|
1022
|
+
top: 1.1875em;
|
|
1023
|
+
left: .0625em;
|
|
1024
|
+
width: 0; }
|
|
1025
|
+
54% {
|
|
1026
|
+
top: 1.0625em;
|
|
1027
|
+
left: .125em;
|
|
1028
|
+
width: 0; }
|
|
1029
|
+
70% {
|
|
1030
|
+
top: 2.1875em;
|
|
1031
|
+
left: -.375em;
|
|
1032
|
+
width: 3.125em; }
|
|
1033
|
+
84% {
|
|
1034
|
+
top: 3em;
|
|
1035
|
+
left: 1.3125em;
|
|
1036
|
+
width: 1.0625em; }
|
|
1037
|
+
100% {
|
|
1038
|
+
top: 2.8125em;
|
|
1039
|
+
left: .875em;
|
|
1040
|
+
width: 1.5625em; } }
|
|
1041
|
+
|
|
1042
|
+
@keyframes swal2-animate-success-line-tip {
|
|
1043
|
+
0% {
|
|
1044
|
+
top: 1.1875em;
|
|
1045
|
+
left: .0625em;
|
|
1046
|
+
width: 0; }
|
|
1047
|
+
54% {
|
|
1048
|
+
top: 1.0625em;
|
|
1049
|
+
left: .125em;
|
|
1050
|
+
width: 0; }
|
|
1051
|
+
70% {
|
|
1052
|
+
top: 2.1875em;
|
|
1053
|
+
left: -.375em;
|
|
1054
|
+
width: 3.125em; }
|
|
1055
|
+
84% {
|
|
1056
|
+
top: 3em;
|
|
1057
|
+
left: 1.3125em;
|
|
1058
|
+
width: 1.0625em; }
|
|
1059
|
+
100% {
|
|
1060
|
+
top: 2.8125em;
|
|
1061
|
+
left: .875em;
|
|
1062
|
+
width: 1.5625em; } }
|
|
1063
|
+
|
|
1064
|
+
@-webkit-keyframes swal2-animate-success-line-long {
|
|
1065
|
+
0% {
|
|
1066
|
+
top: 3.375em;
|
|
1067
|
+
right: 2.875em;
|
|
1068
|
+
width: 0; }
|
|
1069
|
+
65% {
|
|
1070
|
+
top: 3.375em;
|
|
1071
|
+
right: 2.875em;
|
|
1072
|
+
width: 0; }
|
|
1073
|
+
84% {
|
|
1074
|
+
top: 2.1875em;
|
|
1075
|
+
right: 0;
|
|
1076
|
+
width: 3.4375em; }
|
|
1077
|
+
100% {
|
|
1078
|
+
top: 2.375em;
|
|
1079
|
+
right: .5em;
|
|
1080
|
+
width: 2.9375em; } }
|
|
1081
|
+
|
|
1082
|
+
@keyframes swal2-animate-success-line-long {
|
|
1083
|
+
0% {
|
|
1084
|
+
top: 3.375em;
|
|
1085
|
+
right: 2.875em;
|
|
1086
|
+
width: 0; }
|
|
1087
|
+
65% {
|
|
1088
|
+
top: 3.375em;
|
|
1089
|
+
right: 2.875em;
|
|
1090
|
+
width: 0; }
|
|
1091
|
+
84% {
|
|
1092
|
+
top: 2.1875em;
|
|
1093
|
+
right: 0;
|
|
1094
|
+
width: 3.4375em; }
|
|
1095
|
+
100% {
|
|
1096
|
+
top: 2.375em;
|
|
1097
|
+
right: .5em;
|
|
1098
|
+
width: 2.9375em; } }
|
|
1099
|
+
|
|
1100
|
+
@-webkit-keyframes swal2-rotate-success-circular-line {
|
|
1101
|
+
0% {
|
|
1102
|
+
-webkit-transform: rotate(-45deg);
|
|
1103
|
+
transform: rotate(-45deg); }
|
|
1104
|
+
5% {
|
|
1105
|
+
-webkit-transform: rotate(-45deg);
|
|
1106
|
+
transform: rotate(-45deg); }
|
|
1107
|
+
12% {
|
|
1108
|
+
-webkit-transform: rotate(-405deg);
|
|
1109
|
+
transform: rotate(-405deg); }
|
|
1110
|
+
100% {
|
|
1111
|
+
-webkit-transform: rotate(-405deg);
|
|
1112
|
+
transform: rotate(-405deg); } }
|
|
1113
|
+
|
|
1114
|
+
@keyframes swal2-rotate-success-circular-line {
|
|
1115
|
+
0% {
|
|
1116
|
+
-webkit-transform: rotate(-45deg);
|
|
1117
|
+
transform: rotate(-45deg); }
|
|
1118
|
+
5% {
|
|
1119
|
+
-webkit-transform: rotate(-45deg);
|
|
1120
|
+
transform: rotate(-45deg); }
|
|
1121
|
+
12% {
|
|
1122
|
+
-webkit-transform: rotate(-405deg);
|
|
1123
|
+
transform: rotate(-405deg); }
|
|
1124
|
+
100% {
|
|
1125
|
+
-webkit-transform: rotate(-405deg);
|
|
1126
|
+
transform: rotate(-405deg); } }
|
|
1127
|
+
|
|
1128
|
+
@-webkit-keyframes swal2-animate-error-x-mark {
|
|
1129
|
+
0% {
|
|
1130
|
+
margin-top: 1.625em;
|
|
1131
|
+
-webkit-transform: scale(0.4);
|
|
1132
|
+
transform: scale(0.4);
|
|
1133
|
+
opacity: 0; }
|
|
1134
|
+
50% {
|
|
1135
|
+
margin-top: 1.625em;
|
|
1136
|
+
-webkit-transform: scale(0.4);
|
|
1137
|
+
transform: scale(0.4);
|
|
1138
|
+
opacity: 0; }
|
|
1139
|
+
80% {
|
|
1140
|
+
margin-top: -.375em;
|
|
1141
|
+
-webkit-transform: scale(1.15);
|
|
1142
|
+
transform: scale(1.15); }
|
|
1143
|
+
100% {
|
|
1144
|
+
margin-top: 0;
|
|
1145
|
+
-webkit-transform: scale(1);
|
|
1146
|
+
transform: scale(1);
|
|
1147
|
+
opacity: 1; } }
|
|
1148
|
+
|
|
1149
|
+
@keyframes swal2-animate-error-x-mark {
|
|
1150
|
+
0% {
|
|
1151
|
+
margin-top: 1.625em;
|
|
1152
|
+
-webkit-transform: scale(0.4);
|
|
1153
|
+
transform: scale(0.4);
|
|
1154
|
+
opacity: 0; }
|
|
1155
|
+
50% {
|
|
1156
|
+
margin-top: 1.625em;
|
|
1157
|
+
-webkit-transform: scale(0.4);
|
|
1158
|
+
transform: scale(0.4);
|
|
1159
|
+
opacity: 0; }
|
|
1160
|
+
80% {
|
|
1161
|
+
margin-top: -.375em;
|
|
1162
|
+
-webkit-transform: scale(1.15);
|
|
1163
|
+
transform: scale(1.15); }
|
|
1164
|
+
100% {
|
|
1165
|
+
margin-top: 0;
|
|
1166
|
+
-webkit-transform: scale(1);
|
|
1167
|
+
transform: scale(1);
|
|
1168
|
+
opacity: 1; } }
|
|
1169
|
+
|
|
1170
|
+
@-webkit-keyframes swal2-animate-error-icon {
|
|
1171
|
+
0% {
|
|
1172
|
+
-webkit-transform: rotateX(100deg);
|
|
1173
|
+
transform: rotateX(100deg);
|
|
1174
|
+
opacity: 0; }
|
|
1175
|
+
100% {
|
|
1176
|
+
-webkit-transform: rotateX(0deg);
|
|
1177
|
+
transform: rotateX(0deg);
|
|
1178
|
+
opacity: 1; } }
|
|
1179
|
+
|
|
1180
|
+
@keyframes swal2-animate-error-icon {
|
|
1181
|
+
0% {
|
|
1182
|
+
-webkit-transform: rotateX(100deg);
|
|
1183
|
+
transform: rotateX(100deg);
|
|
1184
|
+
opacity: 0; }
|
|
1185
|
+
100% {
|
|
1186
|
+
-webkit-transform: rotateX(0deg);
|
|
1187
|
+
transform: rotateX(0deg);
|
|
1188
|
+
opacity: 1; } }
|
|
1189
|
+
|
|
1190
|
+
body.swal2-toast-shown .swal2-container {
|
|
1191
|
+
background-color: transparent; }
|
|
1192
|
+
body.swal2-toast-shown .swal2-container.swal2-shown {
|
|
1193
|
+
background-color: transparent; }
|
|
1194
|
+
body.swal2-toast-shown .swal2-container.swal2-top {
|
|
1195
|
+
top: 0;
|
|
1196
|
+
right: auto;
|
|
1197
|
+
bottom: auto;
|
|
1198
|
+
left: 50%;
|
|
1199
|
+
-webkit-transform: translateX(-50%);
|
|
1200
|
+
transform: translateX(-50%); }
|
|
1201
|
+
body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
|
|
1202
|
+
top: 0;
|
|
1203
|
+
right: 0;
|
|
1204
|
+
bottom: auto;
|
|
1205
|
+
left: auto; }
|
|
1206
|
+
body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
|
|
1207
|
+
top: 0;
|
|
1208
|
+
right: auto;
|
|
1209
|
+
bottom: auto;
|
|
1210
|
+
left: 0; }
|
|
1211
|
+
body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
|
|
1212
|
+
top: 50%;
|
|
1213
|
+
right: auto;
|
|
1214
|
+
bottom: auto;
|
|
1215
|
+
left: 0;
|
|
1216
|
+
-webkit-transform: translateY(-50%);
|
|
1217
|
+
transform: translateY(-50%); }
|
|
1218
|
+
body.swal2-toast-shown .swal2-container.swal2-center {
|
|
1219
|
+
top: 50%;
|
|
1220
|
+
right: auto;
|
|
1221
|
+
bottom: auto;
|
|
1222
|
+
left: 50%;
|
|
1223
|
+
-webkit-transform: translate(-50%, -50%);
|
|
1224
|
+
transform: translate(-50%, -50%); }
|
|
1225
|
+
body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
|
|
1226
|
+
top: 50%;
|
|
1227
|
+
right: 0;
|
|
1228
|
+
bottom: auto;
|
|
1229
|
+
left: auto;
|
|
1230
|
+
-webkit-transform: translateY(-50%);
|
|
1231
|
+
transform: translateY(-50%); }
|
|
1232
|
+
body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
|
|
1233
|
+
top: auto;
|
|
1234
|
+
right: auto;
|
|
1235
|
+
bottom: 0;
|
|
1236
|
+
left: 0; }
|
|
1237
|
+
body.swal2-toast-shown .swal2-container.swal2-bottom {
|
|
1238
|
+
top: auto;
|
|
1239
|
+
right: auto;
|
|
1240
|
+
bottom: 0;
|
|
1241
|
+
left: 50%;
|
|
1242
|
+
-webkit-transform: translateX(-50%);
|
|
1243
|
+
transform: translateX(-50%); }
|
|
1244
|
+
body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
|
|
1245
|
+
top: auto;
|
|
1246
|
+
right: 0;
|
|
1247
|
+
bottom: 0;
|
|
1248
|
+
left: auto; }
|
|
1249
|
+
|
|
1250
|
+
body.swal2-toast-column .swal2-toast {
|
|
1251
|
+
flex-direction: column;
|
|
1252
|
+
align-items: stretch; }
|
|
1253
|
+
body.swal2-toast-column .swal2-toast .swal2-actions {
|
|
1254
|
+
flex: 1;
|
|
1255
|
+
align-self: stretch;
|
|
1256
|
+
height: 2.2em;
|
|
1257
|
+
margin-top: .3125em; }
|
|
1258
|
+
body.swal2-toast-column .swal2-toast .swal2-loading {
|
|
1259
|
+
justify-content: center; }
|
|
1260
|
+
body.swal2-toast-column .swal2-toast .swal2-input {
|
|
1261
|
+
height: 2em;
|
|
1262
|
+
margin: .3125em auto;
|
|
1263
|
+
font-size: 1em; }
|
|
1264
|
+
body.swal2-toast-column .swal2-toast .swal2-validation-message {
|
|
1265
|
+
font-size: 1em; }
|
|
1266
|
+
|
|
1267
|
+
.swal2-popup.swal2-toast {
|
|
1268
|
+
flex-direction: row;
|
|
1269
|
+
align-items: center;
|
|
1270
|
+
width: auto;
|
|
1271
|
+
padding: 0.625em;
|
|
1272
|
+
box-shadow: 0 0 0.625em #d9d9d9;
|
|
1273
|
+
overflow-y: hidden; }
|
|
1274
|
+
.swal2-popup.swal2-toast .swal2-header {
|
|
1275
|
+
flex-direction: row; }
|
|
1276
|
+
.swal2-popup.swal2-toast .swal2-title {
|
|
1277
|
+
flex-grow: 1;
|
|
1278
|
+
justify-content: flex-start;
|
|
1279
|
+
margin: 0 .6em;
|
|
1280
|
+
font-size: 1em; }
|
|
1281
|
+
.swal2-popup.swal2-toast .swal2-footer {
|
|
1282
|
+
margin: 0.5em 0 0;
|
|
1283
|
+
padding: 0.5em 0 0;
|
|
1284
|
+
font-size: 0.8em; }
|
|
1285
|
+
.swal2-popup.swal2-toast .swal2-close {
|
|
1286
|
+
position: initial;
|
|
1287
|
+
width: 0.8em;
|
|
1288
|
+
height: 0.8em;
|
|
1289
|
+
line-height: 0.8; }
|
|
1290
|
+
.swal2-popup.swal2-toast .swal2-content {
|
|
1291
|
+
justify-content: flex-start;
|
|
1292
|
+
font-size: 1em; }
|
|
1293
|
+
.swal2-popup.swal2-toast .swal2-icon {
|
|
1294
|
+
width: 2em;
|
|
1295
|
+
min-width: 2em;
|
|
1296
|
+
height: 2em;
|
|
1297
|
+
margin: 0; }
|
|
1298
|
+
.swal2-popup.swal2-toast .swal2-icon-text {
|
|
1299
|
+
font-size: 2em;
|
|
1300
|
+
font-weight: bold;
|
|
1301
|
+
line-height: 1em; }
|
|
1302
|
+
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
|
|
1303
|
+
width: 2em;
|
|
1304
|
+
height: 2em; }
|
|
1305
|
+
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
|
|
1306
|
+
top: .875em;
|
|
1307
|
+
width: 1.375em; }
|
|
1308
|
+
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
|
|
1309
|
+
left: .3125em; }
|
|
1310
|
+
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
|
|
1311
|
+
right: .3125em; }
|
|
1312
|
+
.swal2-popup.swal2-toast .swal2-actions {
|
|
1313
|
+
height: auto;
|
|
1314
|
+
margin: 0 .3125em; }
|
|
1315
|
+
.swal2-popup.swal2-toast .swal2-styled {
|
|
1316
|
+
margin: 0 .3125em;
|
|
1317
|
+
padding: .3125em .625em;
|
|
1318
|
+
font-size: 1em; }
|
|
1319
|
+
.swal2-popup.swal2-toast .swal2-styled:focus {
|
|
1320
|
+
box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(50, 100, 150, 0.4); }
|
|
1321
|
+
.swal2-popup.swal2-toast .swal2-success {
|
|
1322
|
+
border-color: #a5dc86; }
|
|
1323
|
+
.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
|
|
1324
|
+
position: absolute;
|
|
1325
|
+
width: 2em;
|
|
1326
|
+
height: 2.8125em;
|
|
1327
|
+
-webkit-transform: rotate(45deg);
|
|
1328
|
+
transform: rotate(45deg);
|
|
1329
|
+
border-radius: 50%; }
|
|
1330
|
+
.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] {
|
|
1331
|
+
top: -.25em;
|
|
1332
|
+
left: -.9375em;
|
|
1333
|
+
-webkit-transform: rotate(-45deg);
|
|
1334
|
+
transform: rotate(-45deg);
|
|
1335
|
+
-webkit-transform-origin: 2em 2em;
|
|
1336
|
+
transform-origin: 2em 2em;
|
|
1337
|
+
border-radius: 4em 0 0 4em; }
|
|
1338
|
+
.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] {
|
|
1339
|
+
top: -.25em;
|
|
1340
|
+
left: .9375em;
|
|
1341
|
+
-webkit-transform-origin: 0 2em;
|
|
1342
|
+
transform-origin: 0 2em;
|
|
1343
|
+
border-radius: 0 4em 4em 0; }
|
|
1344
|
+
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
|
|
1345
|
+
width: 2em;
|
|
1346
|
+
height: 2em; }
|
|
1347
|
+
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
|
|
1348
|
+
top: 0;
|
|
1349
|
+
left: .4375em;
|
|
1350
|
+
width: .4375em;
|
|
1351
|
+
height: 2.6875em; }
|
|
1352
|
+
.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
|
|
1353
|
+
height: .3125em; }
|
|
1354
|
+
.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
|
|
1355
|
+
top: 1.125em;
|
|
1356
|
+
left: .1875em;
|
|
1357
|
+
width: .75em; }
|
|
1358
|
+
.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
|
|
1359
|
+
top: .9375em;
|
|
1360
|
+
right: .1875em;
|
|
1361
|
+
width: 1.375em; }
|
|
1362
|
+
.swal2-popup.swal2-toast.swal2-show {
|
|
1363
|
+
-webkit-animation: showSweetToast .5s;
|
|
1364
|
+
animation: showSweetToast .5s; }
|
|
1365
|
+
.swal2-popup.swal2-toast.swal2-hide {
|
|
1366
|
+
-webkit-animation: hideSweetToast .2s forwards;
|
|
1367
|
+
animation: hideSweetToast .2s forwards; }
|
|
1368
|
+
.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
|
|
1369
|
+
-webkit-animation: animate-toast-success-tip .75s;
|
|
1370
|
+
animation: animate-toast-success-tip .75s; }
|
|
1371
|
+
.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
|
|
1372
|
+
-webkit-animation: animate-toast-success-long .75s;
|
|
1373
|
+
animation: animate-toast-success-long .75s; }
|
|
1374
|
+
|
|
1375
|
+
@-webkit-keyframes showSweetToast {
|
|
1376
|
+
0% {
|
|
1377
|
+
-webkit-transform: translateY(-0.625em) rotateZ(2deg);
|
|
1378
|
+
transform: translateY(-0.625em) rotateZ(2deg);
|
|
1379
|
+
opacity: 0; }
|
|
1380
|
+
33% {
|
|
1381
|
+
-webkit-transform: translateY(0) rotateZ(-2deg);
|
|
1382
|
+
transform: translateY(0) rotateZ(-2deg);
|
|
1383
|
+
opacity: .5; }
|
|
1384
|
+
66% {
|
|
1385
|
+
-webkit-transform: translateY(0.3125em) rotateZ(2deg);
|
|
1386
|
+
transform: translateY(0.3125em) rotateZ(2deg);
|
|
1387
|
+
opacity: .7; }
|
|
1388
|
+
100% {
|
|
1389
|
+
-webkit-transform: translateY(0) rotateZ(0);
|
|
1390
|
+
transform: translateY(0) rotateZ(0);
|
|
1391
|
+
opacity: 1; } }
|
|
1392
|
+
|
|
1393
|
+
@keyframes showSweetToast {
|
|
1394
|
+
0% {
|
|
1395
|
+
-webkit-transform: translateY(-0.625em) rotateZ(2deg);
|
|
1396
|
+
transform: translateY(-0.625em) rotateZ(2deg);
|
|
1397
|
+
opacity: 0; }
|
|
1398
|
+
33% {
|
|
1399
|
+
-webkit-transform: translateY(0) rotateZ(-2deg);
|
|
1400
|
+
transform: translateY(0) rotateZ(-2deg);
|
|
1401
|
+
opacity: .5; }
|
|
1402
|
+
66% {
|
|
1403
|
+
-webkit-transform: translateY(0.3125em) rotateZ(2deg);
|
|
1404
|
+
transform: translateY(0.3125em) rotateZ(2deg);
|
|
1405
|
+
opacity: .7; }
|
|
1406
|
+
100% {
|
|
1407
|
+
-webkit-transform: translateY(0) rotateZ(0);
|
|
1408
|
+
transform: translateY(0) rotateZ(0);
|
|
1409
|
+
opacity: 1; } }
|
|
1410
|
+
|
|
1411
|
+
@-webkit-keyframes hideSweetToast {
|
|
1412
|
+
0% {
|
|
1413
|
+
opacity: 1; }
|
|
1414
|
+
33% {
|
|
1415
|
+
opacity: .5; }
|
|
1416
|
+
100% {
|
|
1417
|
+
-webkit-transform: rotateZ(1deg);
|
|
1418
|
+
transform: rotateZ(1deg);
|
|
1419
|
+
opacity: 0; } }
|
|
1420
|
+
|
|
1421
|
+
@keyframes hideSweetToast {
|
|
1422
|
+
0% {
|
|
1423
|
+
opacity: 1; }
|
|
1424
|
+
33% {
|
|
1425
|
+
opacity: .5; }
|
|
1426
|
+
100% {
|
|
1427
|
+
-webkit-transform: rotateZ(1deg);
|
|
1428
|
+
transform: rotateZ(1deg);
|
|
1429
|
+
opacity: 0; } }
|
|
1430
|
+
|
|
1431
|
+
@-webkit-keyframes animate-toast-success-tip {
|
|
1432
|
+
0% {
|
|
1433
|
+
top: .5625em;
|
|
1434
|
+
left: .0625em;
|
|
1435
|
+
width: 0; }
|
|
1436
|
+
54% {
|
|
1437
|
+
top: .125em;
|
|
1438
|
+
left: .125em;
|
|
1439
|
+
width: 0; }
|
|
1440
|
+
70% {
|
|
1441
|
+
top: .625em;
|
|
1442
|
+
left: -.25em;
|
|
1443
|
+
width: 1.625em; }
|
|
1444
|
+
84% {
|
|
1445
|
+
top: 1.0625em;
|
|
1446
|
+
left: .75em;
|
|
1447
|
+
width: .5em; }
|
|
1448
|
+
100% {
|
|
1449
|
+
top: 1.125em;
|
|
1450
|
+
left: .1875em;
|
|
1451
|
+
width: .75em; } }
|
|
1452
|
+
|
|
1453
|
+
@keyframes animate-toast-success-tip {
|
|
1454
|
+
0% {
|
|
1455
|
+
top: .5625em;
|
|
1456
|
+
left: .0625em;
|
|
1457
|
+
width: 0; }
|
|
1458
|
+
54% {
|
|
1459
|
+
top: .125em;
|
|
1460
|
+
left: .125em;
|
|
1461
|
+
width: 0; }
|
|
1462
|
+
70% {
|
|
1463
|
+
top: .625em;
|
|
1464
|
+
left: -.25em;
|
|
1465
|
+
width: 1.625em; }
|
|
1466
|
+
84% {
|
|
1467
|
+
top: 1.0625em;
|
|
1468
|
+
left: .75em;
|
|
1469
|
+
width: .5em; }
|
|
1470
|
+
100% {
|
|
1471
|
+
top: 1.125em;
|
|
1472
|
+
left: .1875em;
|
|
1473
|
+
width: .75em; } }
|
|
1474
|
+
|
|
1475
|
+
@-webkit-keyframes animate-toast-success-long {
|
|
1476
|
+
0% {
|
|
1477
|
+
top: 1.625em;
|
|
1478
|
+
right: 1.375em;
|
|
1479
|
+
width: 0; }
|
|
1480
|
+
65% {
|
|
1481
|
+
top: 1.25em;
|
|
1482
|
+
right: .9375em;
|
|
1483
|
+
width: 0; }
|
|
1484
|
+
84% {
|
|
1485
|
+
top: .9375em;
|
|
1486
|
+
right: 0;
|
|
1487
|
+
width: 1.125em; }
|
|
1488
|
+
100% {
|
|
1489
|
+
top: .9375em;
|
|
1490
|
+
right: .1875em;
|
|
1491
|
+
width: 1.375em; } }
|
|
1492
|
+
|
|
1493
|
+
@keyframes animate-toast-success-long {
|
|
1494
|
+
0% {
|
|
1495
|
+
top: 1.625em;
|
|
1496
|
+
right: 1.375em;
|
|
1497
|
+
width: 0; }
|
|
1498
|
+
65% {
|
|
1499
|
+
top: 1.25em;
|
|
1500
|
+
right: .9375em;
|
|
1501
|
+
width: 0; }
|
|
1502
|
+
84% {
|
|
1503
|
+
top: .9375em;
|
|
1504
|
+
right: 0;
|
|
1505
|
+
width: 1.125em; }
|
|
1506
|
+
100% {
|
|
1507
|
+
top: .9375em;
|
|
1508
|
+
right: .1875em;
|
|
1509
|
+
width: 1.375em; } }
|
|
1510
|
+
|
|
1511
|
+
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
|
|
1512
|
+
overflow: hidden; }
|
|
1513
|
+
|
|
1514
|
+
body.swal2-height-auto {
|
|
1515
|
+
height: auto !important; }
|
|
1516
|
+
|
|
1517
|
+
body.swal2-no-backdrop .swal2-shown {
|
|
1518
|
+
top: auto;
|
|
1519
|
+
right: auto;
|
|
1520
|
+
bottom: auto;
|
|
1521
|
+
left: auto;
|
|
1522
|
+
background-color: transparent; }
|
|
1523
|
+
body.swal2-no-backdrop .swal2-shown > .swal2-modal {
|
|
1524
|
+
box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
|
|
1525
|
+
body.swal2-no-backdrop .swal2-shown.swal2-top {
|
|
1526
|
+
top: 0;
|
|
1527
|
+
left: 50%;
|
|
1528
|
+
-webkit-transform: translateX(-50%);
|
|
1529
|
+
transform: translateX(-50%); }
|
|
1530
|
+
body.swal2-no-backdrop .swal2-shown.swal2-top-start, body.swal2-no-backdrop .swal2-shown.swal2-top-left {
|
|
1531
|
+
top: 0;
|
|
1532
|
+
left: 0; }
|
|
1533
|
+
body.swal2-no-backdrop .swal2-shown.swal2-top-end, body.swal2-no-backdrop .swal2-shown.swal2-top-right {
|
|
1534
|
+
top: 0;
|
|
1535
|
+
right: 0; }
|
|
1536
|
+
body.swal2-no-backdrop .swal2-shown.swal2-center {
|
|
1537
|
+
top: 50%;
|
|
1538
|
+
left: 50%;
|
|
1539
|
+
-webkit-transform: translate(-50%, -50%);
|
|
1540
|
+
transform: translate(-50%, -50%); }
|
|
1541
|
+
body.swal2-no-backdrop .swal2-shown.swal2-center-start, body.swal2-no-backdrop .swal2-shown.swal2-center-left {
|
|
1542
|
+
top: 50%;
|
|
1543
|
+
left: 0;
|
|
1544
|
+
-webkit-transform: translateY(-50%);
|
|
1545
|
+
transform: translateY(-50%); }
|
|
1546
|
+
body.swal2-no-backdrop .swal2-shown.swal2-center-end, body.swal2-no-backdrop .swal2-shown.swal2-center-right {
|
|
1547
|
+
top: 50%;
|
|
1548
|
+
right: 0;
|
|
1549
|
+
-webkit-transform: translateY(-50%);
|
|
1550
|
+
transform: translateY(-50%); }
|
|
1551
|
+
body.swal2-no-backdrop .swal2-shown.swal2-bottom {
|
|
1552
|
+
bottom: 0;
|
|
1553
|
+
left: 50%;
|
|
1554
|
+
-webkit-transform: translateX(-50%);
|
|
1555
|
+
transform: translateX(-50%); }
|
|
1556
|
+
body.swal2-no-backdrop .swal2-shown.swal2-bottom-start, body.swal2-no-backdrop .swal2-shown.swal2-bottom-left {
|
|
1557
|
+
bottom: 0;
|
|
1558
|
+
left: 0; }
|
|
1559
|
+
body.swal2-no-backdrop .swal2-shown.swal2-bottom-end, body.swal2-no-backdrop .swal2-shown.swal2-bottom-right {
|
|
1560
|
+
right: 0;
|
|
1561
|
+
bottom: 0; }
|
|
1562
|
+
|
|
1563
|
+
.swal2-container {
|
|
1564
|
+
display: flex;
|
|
1565
|
+
position: fixed;
|
|
1566
|
+
top: 0;
|
|
1567
|
+
right: 0;
|
|
1568
|
+
bottom: 0;
|
|
1569
|
+
left: 0;
|
|
1570
|
+
flex-direction: row;
|
|
1571
|
+
align-items: center;
|
|
1572
|
+
justify-content: center;
|
|
1573
|
+
padding: 10px;
|
|
1574
|
+
background-color: transparent;
|
|
1575
|
+
z-index: 1060;
|
|
1576
|
+
overflow-x: hidden;
|
|
1577
|
+
-webkit-overflow-scrolling: touch; }
|
|
1578
|
+
.swal2-container.swal2-top {
|
|
1579
|
+
align-items: flex-start; }
|
|
1580
|
+
.swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
|
|
1581
|
+
align-items: flex-start;
|
|
1582
|
+
justify-content: flex-start; }
|
|
1583
|
+
.swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
|
|
1584
|
+
align-items: flex-start;
|
|
1585
|
+
justify-content: flex-end; }
|
|
1586
|
+
.swal2-container.swal2-center {
|
|
1587
|
+
align-items: center; }
|
|
1588
|
+
.swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
|
|
1589
|
+
align-items: center;
|
|
1590
|
+
justify-content: flex-start; }
|
|
1591
|
+
.swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
|
|
1592
|
+
align-items: center;
|
|
1593
|
+
justify-content: flex-end; }
|
|
1594
|
+
.swal2-container.swal2-bottom {
|
|
1595
|
+
align-items: flex-end; }
|
|
1596
|
+
.swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
|
|
1597
|
+
align-items: flex-end;
|
|
1598
|
+
justify-content: flex-start; }
|
|
1599
|
+
.swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
|
|
1600
|
+
align-items: flex-end;
|
|
1601
|
+
justify-content: flex-end; }
|
|
1602
|
+
.swal2-container.swal2-grow-fullscreen > .swal2-modal {
|
|
1603
|
+
display: flex !important;
|
|
1604
|
+
flex: 1;
|
|
1605
|
+
align-self: stretch;
|
|
1606
|
+
justify-content: center; }
|
|
1607
|
+
.swal2-container.swal2-grow-row > .swal2-modal {
|
|
1608
|
+
display: flex !important;
|
|
1609
|
+
flex: 1;
|
|
1610
|
+
align-content: center;
|
|
1611
|
+
justify-content: center; }
|
|
1612
|
+
.swal2-container.swal2-grow-column {
|
|
1613
|
+
flex: 1;
|
|
1614
|
+
flex-direction: column; }
|
|
1615
|
+
.swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
|
|
1616
|
+
align-items: center; }
|
|
1617
|
+
.swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
|
|
1618
|
+
align-items: flex-start; }
|
|
1619
|
+
.swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
|
|
1620
|
+
align-items: flex-end; }
|
|
1621
|
+
.swal2-container.swal2-grow-column > .swal2-modal {
|
|
1622
|
+
display: flex !important;
|
|
1623
|
+
flex: 1;
|
|
1624
|
+
align-content: center;
|
|
1625
|
+
justify-content: center; }
|
|
1626
|
+
.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
|
|
1627
|
+
margin: auto; }
|
|
1628
|
+
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
|
1629
|
+
.swal2-container .swal2-modal {
|
|
1630
|
+
margin: 0 !important; } }
|
|
1631
|
+
.swal2-container.swal2-fade {
|
|
1632
|
+
transition: background-color .1s; }
|
|
1633
|
+
.swal2-container.swal2-shown {
|
|
1634
|
+
background-color: rgba(0, 0, 0, 0.4); }
|
|
1635
|
+
|
|
1636
|
+
.swal2-popup {
|
|
1637
|
+
display: none;
|
|
1638
|
+
position: relative;
|
|
1639
|
+
flex-direction: column;
|
|
1640
|
+
justify-content: center;
|
|
1641
|
+
width: 32em;
|
|
1642
|
+
max-width: 100%;
|
|
1643
|
+
padding: 1.25em;
|
|
1644
|
+
border-radius: 0.3125em;
|
|
1645
|
+
background: #fff;
|
|
1646
|
+
font-family: inherit;
|
|
1647
|
+
font-size: 1rem;
|
|
1648
|
+
box-sizing: border-box; }
|
|
1649
|
+
.swal2-popup:focus {
|
|
1650
|
+
outline: none; }
|
|
1651
|
+
.swal2-popup.swal2-loading {
|
|
1652
|
+
overflow-y: hidden; }
|
|
1653
|
+
.swal2-popup .swal2-header {
|
|
1654
|
+
display: flex;
|
|
1655
|
+
flex-direction: column;
|
|
1656
|
+
align-items: center; }
|
|
1657
|
+
.swal2-popup .swal2-title {
|
|
1658
|
+
display: block;
|
|
1659
|
+
position: relative;
|
|
1660
|
+
max-width: 100%;
|
|
1661
|
+
margin: 0 0 0.4em;
|
|
1662
|
+
padding: 0;
|
|
1663
|
+
color: #595959;
|
|
1664
|
+
font-size: 1.875em;
|
|
1665
|
+
font-weight: 600;
|
|
1666
|
+
text-align: center;
|
|
1667
|
+
text-transform: none;
|
|
1668
|
+
word-wrap: break-word; }
|
|
1669
|
+
.swal2-popup .swal2-actions {
|
|
1670
|
+
flex-wrap: wrap;
|
|
1671
|
+
align-items: center;
|
|
1672
|
+
justify-content: center;
|
|
1673
|
+
margin: 1.25em auto 0;
|
|
1674
|
+
z-index: 1; }
|
|
1675
|
+
.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
|
|
1676
|
+
opacity: .4; }
|
|
1677
|
+
.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
|
|
1678
|
+
background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }
|
|
1679
|
+
.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active {
|
|
1680
|
+
background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }
|
|
1681
|
+
.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
|
|
1682
|
+
width: 2.5em;
|
|
1683
|
+
height: 2.5em;
|
|
1684
|
+
margin: .46875em;
|
|
1685
|
+
padding: 0;
|
|
1686
|
+
border: .25em solid transparent;
|
|
1687
|
+
border-radius: 100%;
|
|
1688
|
+
border-color: transparent;
|
|
1689
|
+
background-color: transparent !important;
|
|
1690
|
+
color: transparent;
|
|
1691
|
+
cursor: default;
|
|
1692
|
+
box-sizing: border-box;
|
|
1693
|
+
-webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
|
|
1694
|
+
animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
|
|
1695
|
+
-webkit-user-select: none;
|
|
1696
|
+
-moz-user-select: none;
|
|
1697
|
+
-ms-user-select: none;
|
|
1698
|
+
user-select: none; }
|
|
1699
|
+
.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
|
|
1700
|
+
margin-right: 30px;
|
|
1701
|
+
margin-left: 30px; }
|
|
1702
|
+
.swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
|
|
1703
|
+
display: inline-block;
|
|
1704
|
+
width: 15px;
|
|
1705
|
+
height: 15px;
|
|
1706
|
+
margin-left: 5px;
|
|
1707
|
+
border: 3px solid #999999;
|
|
1708
|
+
border-radius: 50%;
|
|
1709
|
+
border-right-color: transparent;
|
|
1710
|
+
box-shadow: 1px 1px 1px #fff;
|
|
1711
|
+
content: '';
|
|
1712
|
+
-webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
|
|
1713
|
+
animation: swal2-rotate-loading 1.5s linear 0s infinite normal; }
|
|
1714
|
+
.swal2-popup .swal2-styled {
|
|
1715
|
+
margin: .3125em;
|
|
1716
|
+
padding: .625em 2em;
|
|
1717
|
+
font-weight: 500;
|
|
1718
|
+
box-shadow: none; }
|
|
1719
|
+
.swal2-popup .swal2-styled:not([disabled]) {
|
|
1720
|
+
cursor: pointer; }
|
|
1721
|
+
.swal2-popup .swal2-styled.swal2-confirm {
|
|
1722
|
+
border: 0;
|
|
1723
|
+
border-radius: 0.25em;
|
|
1724
|
+
background: initial;
|
|
1725
|
+
background-color: #3085d6;
|
|
1726
|
+
color: #fff;
|
|
1727
|
+
font-size: 1.0625em; }
|
|
1728
|
+
.swal2-popup .swal2-styled.swal2-cancel {
|
|
1729
|
+
border: 0;
|
|
1730
|
+
border-radius: 0.25em;
|
|
1731
|
+
background: initial;
|
|
1732
|
+
background-color: #aaa;
|
|
1733
|
+
color: #fff;
|
|
1734
|
+
font-size: 1.0625em; }
|
|
1735
|
+
.swal2-popup .swal2-styled:focus {
|
|
1736
|
+
outline: none;
|
|
1737
|
+
box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4); }
|
|
1738
|
+
.swal2-popup .swal2-styled::-moz-focus-inner {
|
|
1739
|
+
border: 0; }
|
|
1740
|
+
.swal2-popup .swal2-footer {
|
|
1741
|
+
justify-content: center;
|
|
1742
|
+
margin: 1.25em 0 0;
|
|
1743
|
+
padding: 1em 0 0;
|
|
1744
|
+
border-top: 1px solid #eee;
|
|
1745
|
+
color: #545454;
|
|
1746
|
+
font-size: 1em; }
|
|
1747
|
+
.swal2-popup .swal2-image {
|
|
1748
|
+
max-width: 100%;
|
|
1749
|
+
margin: 1.25em auto; }
|
|
1750
|
+
.swal2-popup .swal2-close {
|
|
1751
|
+
position: absolute;
|
|
1752
|
+
top: 0;
|
|
1753
|
+
right: 0;
|
|
1754
|
+
justify-content: center;
|
|
1755
|
+
width: 1.2em;
|
|
1756
|
+
height: 1.2em;
|
|
1757
|
+
padding: 0;
|
|
1758
|
+
transition: color 0.1s ease-out;
|
|
1759
|
+
border: none;
|
|
1760
|
+
border-radius: 0;
|
|
1761
|
+
outline: initial;
|
|
1762
|
+
background: transparent;
|
|
1763
|
+
color: #cccccc;
|
|
1764
|
+
font-family: serif;
|
|
1765
|
+
font-size: 2.5em;
|
|
1766
|
+
line-height: 1.2;
|
|
1767
|
+
cursor: pointer;
|
|
1768
|
+
overflow: hidden; }
|
|
1769
|
+
.swal2-popup .swal2-close:hover {
|
|
1770
|
+
-webkit-transform: none;
|
|
1771
|
+
transform: none;
|
|
1772
|
+
color: #f27474; }
|
|
1773
|
+
.swal2-popup > .swal2-input,
|
|
1774
|
+
.swal2-popup > .swal2-file,
|
|
1775
|
+
.swal2-popup > .swal2-textarea,
|
|
1776
|
+
.swal2-popup > .swal2-select,
|
|
1777
|
+
.swal2-popup > .swal2-radio,
|
|
1778
|
+
.swal2-popup > .swal2-checkbox {
|
|
1779
|
+
display: none; }
|
|
1780
|
+
.swal2-popup .swal2-content {
|
|
1781
|
+
justify-content: center;
|
|
1782
|
+
margin: 0;
|
|
1783
|
+
padding: 0;
|
|
1784
|
+
color: #545454;
|
|
1785
|
+
font-size: 1.125em;
|
|
1786
|
+
font-weight: 300;
|
|
1787
|
+
line-height: normal;
|
|
1788
|
+
z-index: 1;
|
|
1789
|
+
word-wrap: break-word; }
|
|
1790
|
+
.swal2-popup #swal2-content {
|
|
1791
|
+
text-align: center; }
|
|
1792
|
+
.swal2-popup .swal2-input,
|
|
1793
|
+
.swal2-popup .swal2-file,
|
|
1794
|
+
.swal2-popup .swal2-textarea,
|
|
1795
|
+
.swal2-popup .swal2-select,
|
|
1796
|
+
.swal2-popup .swal2-radio,
|
|
1797
|
+
.swal2-popup .swal2-checkbox {
|
|
1798
|
+
margin: 1em auto; }
|
|
1799
|
+
.swal2-popup .swal2-input,
|
|
1800
|
+
.swal2-popup .swal2-file,
|
|
1801
|
+
.swal2-popup .swal2-textarea {
|
|
1802
|
+
width: 100%;
|
|
1803
|
+
transition: border-color .3s, box-shadow .3s;
|
|
1804
|
+
border: 1px solid #d9d9d9;
|
|
1805
|
+
border-radius: 0.1875em;
|
|
1806
|
+
font-size: 1.125em;
|
|
1807
|
+
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
|
|
1808
|
+
box-sizing: border-box; }
|
|
1809
|
+
.swal2-popup .swal2-input.swal2-inputerror,
|
|
1810
|
+
.swal2-popup .swal2-file.swal2-inputerror,
|
|
1811
|
+
.swal2-popup .swal2-textarea.swal2-inputerror {
|
|
1812
|
+
border-color: #f27474 !important;
|
|
1813
|
+
box-shadow: 0 0 2px #f27474 !important; }
|
|
1814
|
+
.swal2-popup .swal2-input:focus,
|
|
1815
|
+
.swal2-popup .swal2-file:focus,
|
|
1816
|
+
.swal2-popup .swal2-textarea:focus {
|
|
1817
|
+
border: 1px solid #b4dbed;
|
|
1818
|
+
outline: none;
|
|
1819
|
+
box-shadow: 0 0 3px #c4e6f5; }
|
|
1820
|
+
.swal2-popup .swal2-input::-webkit-input-placeholder,
|
|
1821
|
+
.swal2-popup .swal2-file::-webkit-input-placeholder,
|
|
1822
|
+
.swal2-popup .swal2-textarea::-webkit-input-placeholder {
|
|
1823
|
+
color: #cccccc; }
|
|
1824
|
+
.swal2-popup .swal2-input:-ms-input-placeholder,
|
|
1825
|
+
.swal2-popup .swal2-file:-ms-input-placeholder,
|
|
1826
|
+
.swal2-popup .swal2-textarea:-ms-input-placeholder {
|
|
1827
|
+
color: #cccccc; }
|
|
1828
|
+
.swal2-popup .swal2-input::-ms-input-placeholder,
|
|
1829
|
+
.swal2-popup .swal2-file::-ms-input-placeholder,
|
|
1830
|
+
.swal2-popup .swal2-textarea::-ms-input-placeholder {
|
|
1831
|
+
color: #cccccc; }
|
|
1832
|
+
.swal2-popup .swal2-input::placeholder,
|
|
1833
|
+
.swal2-popup .swal2-file::placeholder,
|
|
1834
|
+
.swal2-popup .swal2-textarea::placeholder {
|
|
1835
|
+
color: #cccccc; }
|
|
1836
|
+
.swal2-popup .swal2-range input {
|
|
1837
|
+
width: 80%; }
|
|
1838
|
+
.swal2-popup .swal2-range output {
|
|
1839
|
+
width: 20%;
|
|
1840
|
+
font-weight: 600;
|
|
1841
|
+
text-align: center; }
|
|
1842
|
+
.swal2-popup .swal2-range input,
|
|
1843
|
+
.swal2-popup .swal2-range output {
|
|
1844
|
+
height: 2.625em;
|
|
1845
|
+
margin: 1em auto;
|
|
1846
|
+
padding: 0;
|
|
1847
|
+
font-size: 1.125em;
|
|
1848
|
+
line-height: 2.625em; }
|
|
1849
|
+
.swal2-popup .swal2-input {
|
|
1850
|
+
height: 2.625em;
|
|
1851
|
+
padding: 0 0.75em; }
|
|
1852
|
+
.swal2-popup .swal2-input[type='number'] {
|
|
1853
|
+
max-width: 10em; }
|
|
1854
|
+
.swal2-popup .swal2-file {
|
|
1855
|
+
font-size: 1.125em; }
|
|
1856
|
+
.swal2-popup .swal2-textarea {
|
|
1857
|
+
height: 6.75em;
|
|
1858
|
+
padding: 0.75em; }
|
|
1859
|
+
.swal2-popup .swal2-select {
|
|
1860
|
+
min-width: 50%;
|
|
1861
|
+
max-width: 100%;
|
|
1862
|
+
padding: .375em .625em;
|
|
1863
|
+
color: #545454;
|
|
1864
|
+
font-size: 1.125em; }
|
|
1865
|
+
.swal2-popup .swal2-radio,
|
|
1866
|
+
.swal2-popup .swal2-checkbox {
|
|
1867
|
+
align-items: center;
|
|
1868
|
+
justify-content: center; }
|
|
1869
|
+
.swal2-popup .swal2-radio label,
|
|
1870
|
+
.swal2-popup .swal2-checkbox label {
|
|
1871
|
+
margin: 0 .6em;
|
|
1872
|
+
font-size: 1.125em; }
|
|
1873
|
+
.swal2-popup .swal2-radio input,
|
|
1874
|
+
.swal2-popup .swal2-checkbox input {
|
|
1875
|
+
margin: 0 .4em; }
|
|
1876
|
+
.swal2-popup .swal2-validation-message {
|
|
1877
|
+
display: none;
|
|
1878
|
+
align-items: center;
|
|
1879
|
+
justify-content: center;
|
|
1880
|
+
padding: 0.625em;
|
|
1881
|
+
background: #f0f0f0;
|
|
1882
|
+
color: #666666;
|
|
1883
|
+
font-size: 1em;
|
|
1884
|
+
font-weight: 300;
|
|
1885
|
+
overflow: hidden; }
|
|
1886
|
+
.swal2-popup .swal2-validation-message::before {
|
|
1887
|
+
display: inline-block;
|
|
1888
|
+
width: 1.5em;
|
|
1889
|
+
min-width: 1.5em;
|
|
1890
|
+
height: 1.5em;
|
|
1891
|
+
margin: 0 .625em;
|
|
1892
|
+
border-radius: 50%;
|
|
1893
|
+
background-color: #f27474;
|
|
1894
|
+
color: #fff;
|
|
1895
|
+
font-weight: 600;
|
|
1896
|
+
line-height: 1.5em;
|
|
1897
|
+
text-align: center;
|
|
1898
|
+
content: '!';
|
|
1899
|
+
zoom: normal; }
|
|
1900
|
+
|
|
1901
|
+
@supports (-ms-accelerator: true) {
|
|
1902
|
+
.swal2-range input {
|
|
1903
|
+
width: 100% !important; }
|
|
1904
|
+
.swal2-range output {
|
|
1905
|
+
display: none; } }
|
|
1906
|
+
|
|
1907
|
+
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
|
1908
|
+
.swal2-range input {
|
|
1909
|
+
width: 100% !important; }
|
|
1910
|
+
.swal2-range output {
|
|
1911
|
+
display: none; } }
|
|
1912
|
+
|
|
1913
|
+
@-moz-document url-prefix() {
|
|
1914
|
+
.swal2-close:focus {
|
|
1915
|
+
outline: 2px solid rgba(50, 100, 150, 0.4); } }
|
|
1916
|
+
|
|
1917
|
+
.swal2-icon {
|
|
1918
|
+
position: relative;
|
|
1919
|
+
justify-content: center;
|
|
1920
|
+
width: 5em;
|
|
1921
|
+
height: 5em;
|
|
1922
|
+
margin: 1.25em auto 1.875em;
|
|
1923
|
+
border: .25em solid transparent;
|
|
1924
|
+
border-radius: 50%;
|
|
1925
|
+
line-height: 5em;
|
|
1926
|
+
cursor: default;
|
|
1927
|
+
box-sizing: content-box;
|
|
1928
|
+
-webkit-user-select: none;
|
|
1929
|
+
-moz-user-select: none;
|
|
1930
|
+
-ms-user-select: none;
|
|
1931
|
+
user-select: none;
|
|
1932
|
+
zoom: normal; }
|
|
1933
|
+
.swal2-icon-text {
|
|
1934
|
+
font-size: 3.75em; }
|
|
1935
|
+
.swal2-icon.swal2-error {
|
|
1936
|
+
border-color: #f27474; }
|
|
1937
|
+
.swal2-icon.swal2-error .swal2-x-mark {
|
|
1938
|
+
position: relative;
|
|
1939
|
+
flex-grow: 1; }
|
|
1940
|
+
.swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
|
|
1941
|
+
display: block;
|
|
1942
|
+
position: absolute;
|
|
1943
|
+
top: 2.3125em;
|
|
1944
|
+
width: 2.9375em;
|
|
1945
|
+
height: .3125em;
|
|
1946
|
+
border-radius: .125em;
|
|
1947
|
+
background-color: #f27474; }
|
|
1948
|
+
.swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
|
|
1949
|
+
left: 1.0625em;
|
|
1950
|
+
-webkit-transform: rotate(45deg);
|
|
1951
|
+
transform: rotate(45deg); }
|
|
1952
|
+
.swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
|
|
1953
|
+
right: 1em;
|
|
1954
|
+
-webkit-transform: rotate(-45deg);
|
|
1955
|
+
transform: rotate(-45deg); }
|
|
1956
|
+
.swal2-icon.swal2-warning {
|
|
1957
|
+
border-color: #facea8;
|
|
1958
|
+
color: #f8bb86; }
|
|
1959
|
+
.swal2-icon.swal2-info {
|
|
1960
|
+
border-color: #9de0f6;
|
|
1961
|
+
color: #3fc3ee; }
|
|
1962
|
+
.swal2-icon.swal2-question {
|
|
1963
|
+
border-color: #c9dae1;
|
|
1964
|
+
color: #87adbd; }
|
|
1965
|
+
.swal2-icon.swal2-success {
|
|
1966
|
+
border-color: #a5dc86; }
|
|
1967
|
+
.swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
|
|
1968
|
+
position: absolute;
|
|
1969
|
+
width: 3.75em;
|
|
1970
|
+
height: 7.5em;
|
|
1971
|
+
-webkit-transform: rotate(45deg);
|
|
1972
|
+
transform: rotate(45deg);
|
|
1973
|
+
border-radius: 50%; }
|
|
1974
|
+
.swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
|
|
1975
|
+
top: -.4375em;
|
|
1976
|
+
left: -2.0635em;
|
|
1977
|
+
-webkit-transform: rotate(-45deg);
|
|
1978
|
+
transform: rotate(-45deg);
|
|
1979
|
+
-webkit-transform-origin: 3.75em 3.75em;
|
|
1980
|
+
transform-origin: 3.75em 3.75em;
|
|
1981
|
+
border-radius: 7.5em 0 0 7.5em; }
|
|
1982
|
+
.swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
|
|
1983
|
+
top: -.6875em;
|
|
1984
|
+
left: 1.875em;
|
|
1985
|
+
-webkit-transform: rotate(-45deg);
|
|
1986
|
+
transform: rotate(-45deg);
|
|
1987
|
+
-webkit-transform-origin: 0 3.75em;
|
|
1988
|
+
transform-origin: 0 3.75em;
|
|
1989
|
+
border-radius: 0 7.5em 7.5em 0; }
|
|
1990
|
+
.swal2-icon.swal2-success .swal2-success-ring {
|
|
1991
|
+
position: absolute;
|
|
1992
|
+
top: -.25em;
|
|
1993
|
+
left: -.25em;
|
|
1994
|
+
width: 100%;
|
|
1995
|
+
height: 100%;
|
|
1996
|
+
border: 0.25em solid rgba(165, 220, 134, 0.3);
|
|
1997
|
+
border-radius: 50%;
|
|
1998
|
+
z-index: 2;
|
|
1999
|
+
box-sizing: content-box; }
|
|
2000
|
+
.swal2-icon.swal2-success .swal2-success-fix {
|
|
2001
|
+
position: absolute;
|
|
2002
|
+
top: .5em;
|
|
2003
|
+
left: 1.625em;
|
|
2004
|
+
width: .4375em;
|
|
2005
|
+
height: 5.625em;
|
|
2006
|
+
-webkit-transform: rotate(-45deg);
|
|
2007
|
+
transform: rotate(-45deg);
|
|
2008
|
+
z-index: 1; }
|
|
2009
|
+
.swal2-icon.swal2-success [class^='swal2-success-line'] {
|
|
2010
|
+
display: block;
|
|
2011
|
+
position: absolute;
|
|
2012
|
+
height: .3125em;
|
|
2013
|
+
border-radius: .125em;
|
|
2014
|
+
background-color: #a5dc86;
|
|
2015
|
+
z-index: 2; }
|
|
2016
|
+
.swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
|
|
2017
|
+
top: 2.875em;
|
|
2018
|
+
left: .875em;
|
|
2019
|
+
width: 1.5625em;
|
|
2020
|
+
-webkit-transform: rotate(45deg);
|
|
2021
|
+
transform: rotate(45deg); }
|
|
2022
|
+
.swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
|
|
2023
|
+
top: 2.375em;
|
|
2024
|
+
right: .5em;
|
|
2025
|
+
width: 2.9375em;
|
|
2026
|
+
-webkit-transform: rotate(-45deg);
|
|
2027
|
+
transform: rotate(-45deg); }
|
|
2028
|
+
|
|
2029
|
+
.swal2-progresssteps {
|
|
2030
|
+
align-items: center;
|
|
2031
|
+
margin: 0 0 1.25em;
|
|
2032
|
+
padding: 0;
|
|
2033
|
+
font-weight: 600; }
|
|
2034
|
+
.swal2-progresssteps li {
|
|
2035
|
+
display: inline-block;
|
|
2036
|
+
position: relative; }
|
|
2037
|
+
.swal2-progresssteps .swal2-progresscircle {
|
|
2038
|
+
width: 2em;
|
|
2039
|
+
height: 2em;
|
|
2040
|
+
border-radius: 2em;
|
|
2041
|
+
background: #3085d6;
|
|
2042
|
+
color: #fff;
|
|
2043
|
+
line-height: 2em;
|
|
2044
|
+
text-align: center;
|
|
2045
|
+
z-index: 20; }
|
|
2046
|
+
.swal2-progresssteps .swal2-progresscircle:first-child {
|
|
2047
|
+
margin-left: 0; }
|
|
2048
|
+
.swal2-progresssteps .swal2-progresscircle:last-child {
|
|
2049
|
+
margin-right: 0; }
|
|
2050
|
+
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
|
|
2051
|
+
background: #3085d6; }
|
|
2052
|
+
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
|
|
2053
|
+
background: #add8e6; }
|
|
2054
|
+
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
|
|
2055
|
+
background: #add8e6; }
|
|
2056
|
+
.swal2-progresssteps .swal2-progressline {
|
|
2057
|
+
width: 2.5em;
|
|
2058
|
+
height: .4em;
|
|
2059
|
+
margin: 0 -1px;
|
|
2060
|
+
background: #3085d6;
|
|
2061
|
+
z-index: 10; }
|
|
2062
|
+
|
|
2063
|
+
[class^='swal2'] {
|
|
2064
|
+
-webkit-tap-highlight-color: transparent; }
|
|
2065
|
+
|
|
2066
|
+
.swal2-show {
|
|
2067
|
+
-webkit-animation: swal2-show 0.3s;
|
|
2068
|
+
animation: swal2-show 0.3s; }
|
|
2069
|
+
.swal2-show.swal2-noanimation {
|
|
2070
|
+
-webkit-animation: none;
|
|
2071
|
+
animation: none; }
|
|
2072
|
+
|
|
2073
|
+
.swal2-hide {
|
|
2074
|
+
-webkit-animation: swal2-hide 0.15s forwards;
|
|
2075
|
+
animation: swal2-hide 0.15s forwards; }
|
|
2076
|
+
.swal2-hide.swal2-noanimation {
|
|
2077
|
+
-webkit-animation: none;
|
|
2078
|
+
animation: none; }
|
|
2079
|
+
|
|
2080
|
+
.swal2-rtl .swal2-close {
|
|
2081
|
+
right: auto;
|
|
2082
|
+
left: 0; }
|
|
2083
|
+
|
|
2084
|
+
.swal2-animate-success-icon .swal2-success-line-tip {
|
|
2085
|
+
-webkit-animation: swal2-animate-success-line-tip 0.75s;
|
|
2086
|
+
animation: swal2-animate-success-line-tip 0.75s; }
|
|
2087
|
+
|
|
2088
|
+
.swal2-animate-success-icon .swal2-success-line-long {
|
|
2089
|
+
-webkit-animation: swal2-animate-success-line-long 0.75s;
|
|
2090
|
+
animation: swal2-animate-success-line-long 0.75s; }
|
|
2091
|
+
|
|
2092
|
+
.swal2-animate-success-icon .swal2-success-circular-line-right {
|
|
2093
|
+
-webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
|
|
2094
|
+
animation: swal2-rotate-success-circular-line 4.25s ease-in; }
|
|
2095
|
+
|
|
2096
|
+
.swal2-animate-error-icon {
|
|
2097
|
+
-webkit-animation: swal2-animate-error-icon 0.5s;
|
|
2098
|
+
animation: swal2-animate-error-icon 0.5s; }
|
|
2099
|
+
.swal2-animate-error-icon .swal2-x-mark {
|
|
2100
|
+
-webkit-animation: swal2-animate-error-x-mark 0.5s;
|
|
2101
|
+
animation: swal2-animate-error-x-mark 0.5s; }
|
|
2102
|
+
|
|
2103
|
+
@-webkit-keyframes swal2-rotate-loading {
|
|
2104
|
+
0% {
|
|
2105
|
+
-webkit-transform: rotate(0deg);
|
|
2106
|
+
transform: rotate(0deg); }
|
|
2107
|
+
100% {
|
|
2108
|
+
-webkit-transform: rotate(360deg);
|
|
2109
|
+
transform: rotate(360deg); } }
|
|
2110
|
+
|
|
2111
|
+
@keyframes swal2-rotate-loading {
|
|
2112
|
+
0% {
|
|
2113
|
+
-webkit-transform: rotate(0deg);
|
|
2114
|
+
transform: rotate(0deg); }
|
|
2115
|
+
100% {
|
|
2116
|
+
-webkit-transform: rotate(360deg);
|
|
2117
|
+
transform: rotate(360deg); } }
|
|
2118
|
+
|
|
2119
|
+
@media print {
|
|
2120
|
+
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
|
|
2121
|
+
overflow-y: scroll !important; }
|
|
2122
|
+
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden='true'] {
|
|
2123
|
+
display: none; }
|
|
2124
|
+
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
|
|
2125
|
+
position: initial !important; } }
|
|
2126
|
+
|
|
1
2127
|
/* Copyright 2014 Mozilla Foundation
|
|
2
2128
|
*
|
|
3
2129
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
@@ -819,25 +2945,27 @@
|
|
|
819
2945
|
|
|
820
2946
|
|
|
821
2947
|
:root {
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
--resizer-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
2948
|
+
--outline-width: 2px;
|
|
2949
|
+
--outline-color: blue;
|
|
2950
|
+
--focus-outline: solid var(--outline-width) var(--outline-color);
|
|
2951
|
+
--hover-outline: dashed var(--outline-width) var(--outline-color);
|
|
2952
|
+
--freetext-line-height: 1.35;
|
|
2953
|
+
--freetext-padding: 2px;
|
|
2954
|
+
--resizer-size: 8px;
|
|
2955
|
+
--resizer-shift: calc(
|
|
2956
|
+
0px - var(--outline-width) - var(--resizer-size) / 2 - var(--outline-width) /
|
|
2957
|
+
2
|
|
2958
|
+
);
|
|
2959
|
+
--resizer-color: white;
|
|
2960
|
+
--editorFreeText-editing-cursor: text;
|
|
2961
|
+
--editorInk-editing-cursor: url(img/cursor-editorInk.svg) 0 16, pointer;
|
|
834
2962
|
}
|
|
835
2963
|
|
|
836
2964
|
@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 1.1dppx) {
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
2965
|
+
:root {
|
|
2966
|
+
--editorFreeText-editing-cursor: url(img/cursor-editorFreeText.svg) 0 16,
|
|
2967
|
+
text;
|
|
2968
|
+
}
|
|
841
2969
|
}
|
|
842
2970
|
|
|
843
2971
|
@media screen and (forced-colors: active) {
|
|
@@ -1252,97 +3380,104 @@
|
|
|
1252
3380
|
}
|
|
1253
3381
|
|
|
1254
3382
|
:root {
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
3383
|
+
--dir-factor: 1;
|
|
3384
|
+
--inline-start: left;
|
|
3385
|
+
--inline-end: right;
|
|
3386
|
+
|
|
3387
|
+
--sidebar-width: 200px;
|
|
3388
|
+
--sidebar-transition-duration: 200ms;
|
|
3389
|
+
--sidebar-transition-timing-function: ease;
|
|
3390
|
+
|
|
3391
|
+
--toolbar-icon-opacity: 0.7;
|
|
3392
|
+
--doorhanger-icon-opacity: 0.9;
|
|
3393
|
+
|
|
3394
|
+
--main-color: rgba(12, 12, 13, 1);
|
|
3395
|
+
--body-bg-color: rgba(212, 212, 215, 1);
|
|
3396
|
+
--progressBar-color: rgba(10, 132, 255, 1);
|
|
3397
|
+
--progressBar-bg-color: rgba(221, 221, 222, 1);
|
|
3398
|
+
--progressBar-blend-color: rgba(116, 177, 239, 1);
|
|
3399
|
+
--scrollbar-color: auto;
|
|
3400
|
+
--scrollbar-bg-color: auto;
|
|
3401
|
+
--toolbar-icon-bg-color: rgba(0, 0, 0, 1);
|
|
3402
|
+
--toolbar-icon-hover-bg-color: rgba(0, 0, 0, 1);
|
|
3403
|
+
|
|
3404
|
+
--sidebar-narrow-bg-color: rgba(212, 212, 215, 0.9);
|
|
3405
|
+
--sidebar-toolbar-bg-color: rgba(245, 246, 247, 1);
|
|
3406
|
+
--toolbar-bg-color: rgba(249, 249, 250, 1);
|
|
3407
|
+
--toolbar-border-color: rgba(184, 184, 184, 1);
|
|
3408
|
+
--toolbar-box-shadow: 0 1px 0 var(--toolbar-border-color);
|
|
3409
|
+
--toolbar-border-bottom: none;
|
|
3410
|
+
--toolbarSidebar-box-shadow: inset calc(-1px * var(--dir-factor)) 0 0
|
|
3411
|
+
rgba(0, 0, 0, 0.25),
|
|
3412
|
+
0 1px 0 rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.1);
|
|
3413
|
+
--toolbarSidebar-border-bottom: none;
|
|
3414
|
+
--button-hover-color: rgba(221, 222, 223, 1);
|
|
3415
|
+
--toggled-btn-color: rgba(0, 0, 0, 1);
|
|
3416
|
+
--toggled-btn-bg-color: rgba(0, 0, 0, 0.3);
|
|
3417
|
+
--toggled-hover-active-btn-color: rgba(0, 0, 0, 0.4);
|
|
3418
|
+
--toggled-hover-btn-outline: none;
|
|
3419
|
+
--dropdown-btn-bg-color: rgba(215, 215, 219, 1);
|
|
3420
|
+
--dropdown-btn-border: none;
|
|
3421
|
+
--separator-color: rgba(0, 0, 0, 0.3);
|
|
3422
|
+
--field-color: rgba(6, 6, 6, 1);
|
|
3423
|
+
--field-bg-color: rgba(255, 255, 255, 1);
|
|
3424
|
+
--field-border-color: rgba(187, 187, 188, 1);
|
|
3425
|
+
--treeitem-color: rgba(0, 0, 0, 0.8);
|
|
3426
|
+
--treeitem-bg-color: rgba(0, 0, 0, 0.15);
|
|
3427
|
+
--treeitem-hover-color: rgba(0, 0, 0, 0.9);
|
|
3428
|
+
--treeitem-selected-color: rgba(0, 0, 0, 0.9);
|
|
3429
|
+
--treeitem-selected-bg-color: rgba(0, 0, 0, 0.25);
|
|
3430
|
+
--thumbnail-hover-color: rgba(0, 0, 0, 0.1);
|
|
3431
|
+
--thumbnail-selected-color: rgba(0, 0, 0, 0.2);
|
|
3432
|
+
--doorhanger-bg-color: rgba(255, 255, 255, 1);
|
|
3433
|
+
--doorhanger-border-color: rgba(12, 12, 13, 0.2);
|
|
3434
|
+
--doorhanger-hover-color: rgba(12, 12, 13, 1);
|
|
3435
|
+
--doorhanger-hover-bg-color: rgba(237, 237, 237, 1);
|
|
3436
|
+
--doorhanger-separator-color: rgba(222, 222, 222, 1);
|
|
3437
|
+
--dialog-button-border: none;
|
|
3438
|
+
--dialog-button-bg-color: rgba(12, 12, 13, 0.1);
|
|
3439
|
+
--dialog-button-hover-bg-color: rgba(12, 12, 13, 0.3);
|
|
3440
|
+
|
|
3441
|
+
--loading-icon: url(img/loading.svg);
|
|
3442
|
+
--treeitem-expanded-icon: url(img/treeitem-expanded.svg);
|
|
3443
|
+
--treeitem-collapsed-icon: url(img/treeitem-collapsed.svg);
|
|
3444
|
+
--toolbarButton-editorFreeText-icon: url(img/toolbarButton-editorFreeText.svg);
|
|
3445
|
+
--toolbarButton-editorInk-icon: url(img/toolbarButton-editorInk.svg);
|
|
3446
|
+
--toolbarButton-editorStamp-icon: url(img/toolbarButton-editorStamp.svg);
|
|
3447
|
+
--toolbarButton-menuArrow-icon: url(img/toolbarButton-menuArrow.svg);
|
|
3448
|
+
--toolbarButton-sidebarToggle-icon: url(img/toolbarButton-sidebarToggle.svg);
|
|
3449
|
+
--toolbarButton-secondaryToolbarToggle-icon: url(img/toolbarButton-secondaryToolbarToggle.svg);
|
|
3450
|
+
--toolbarButton-pageUp-icon: url(img/toolbarButton-pageUp.svg);
|
|
3451
|
+
--toolbarButton-pageDown-icon: url(img/toolbarButton-pageDown.svg);
|
|
3452
|
+
--toolbarButton-zoomOut-icon: url(img/toolbarButton-zoomOut.svg);
|
|
3453
|
+
--toolbarButton-zoomIn-icon: url(img/toolbarButton-zoomIn.svg);
|
|
3454
|
+
--toolbarButton-presentationMode-icon: url(img/toolbarButton-presentationMode.svg);
|
|
3455
|
+
--toolbarButton-print-icon: url(img/toolbarButton-print.svg);
|
|
3456
|
+
--toolbarButton-openFile-icon: url(img/toolbarButton-openFile.svg);
|
|
3457
|
+
--toolbarButton-download-icon: url(img/toolbarButton-download.svg);
|
|
3458
|
+
--toolbarButton-bookmark-icon: url(img/toolbarButton-bookmark.svg);
|
|
3459
|
+
--toolbarButton-viewThumbnail-icon: url(img/toolbarButton-viewThumbnail.svg);
|
|
3460
|
+
--toolbarButton-viewOutline-icon: url(img/toolbarButton-viewOutline.svg);
|
|
3461
|
+
--toolbarButton-viewAttachments-icon: url(img/toolbarButton-viewAttachments.svg);
|
|
3462
|
+
--toolbarButton-viewLayers-icon: url(img/toolbarButton-viewLayers.svg);
|
|
3463
|
+
--toolbarButton-currentOutlineItem-icon: url(img/toolbarButton-currentOutlineItem.svg);
|
|
3464
|
+
--toolbarButton-search-icon: url(img/toolbarButton-search.svg);
|
|
3465
|
+
--findbarButton-previous-icon: url(img/findbarButton-previous.svg);
|
|
3466
|
+
--findbarButton-next-icon: url(img/findbarButton-next.svg);
|
|
3467
|
+
--secondaryToolbarButton-firstPage-icon: url(img/secondaryToolbarButton-firstPage.svg);
|
|
3468
|
+
--secondaryToolbarButton-lastPage-icon: url(img/secondaryToolbarButton-lastPage.svg);
|
|
3469
|
+
--secondaryToolbarButton-rotateCcw-icon: url(img/secondaryToolbarButton-rotateCcw.svg);
|
|
3470
|
+
--secondaryToolbarButton-rotateCw-icon: url(img/secondaryToolbarButton-rotateCw.svg);
|
|
3471
|
+
--secondaryToolbarButton-selectTool-icon: url(img/secondaryToolbarButton-selectTool.svg);
|
|
3472
|
+
--secondaryToolbarButton-handTool-icon: url(img/secondaryToolbarButton-handTool.svg);
|
|
3473
|
+
--secondaryToolbarButton-scrollPage-icon: url(img/secondaryToolbarButton-scrollPage.svg);
|
|
3474
|
+
--secondaryToolbarButton-scrollVertical-icon: url(img/secondaryToolbarButton-scrollVertical.svg);
|
|
3475
|
+
--secondaryToolbarButton-scrollHorizontal-icon: url(img/secondaryToolbarButton-scrollHorizontal.svg);
|
|
3476
|
+
--secondaryToolbarButton-scrollWrapped-icon: url(img/secondaryToolbarButton-scrollWrapped.svg);
|
|
3477
|
+
--secondaryToolbarButton-spreadNone-icon: url(img/secondaryToolbarButton-spreadNone.svg);
|
|
3478
|
+
--secondaryToolbarButton-spreadOdd-icon: url(img/secondaryToolbarButton-spreadOdd.svg);
|
|
3479
|
+
--secondaryToolbarButton-spreadEven-icon: url(img/secondaryToolbarButton-spreadEven.svg);
|
|
3480
|
+
--secondaryToolbarButton-documentProperties-icon: url(img/secondaryToolbarButton-documentProperties.svg);
|
|
1346
3481
|
}
|
|
1347
3482
|
|
|
1348
3483
|
[dir="rtl"]:root {
|
|
@@ -1352,48 +3487,50 @@
|
|
|
1352
3487
|
}
|
|
1353
3488
|
|
|
1354
3489
|
@media (prefers-color-scheme: dark) {
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
3490
|
+
:root {
|
|
3491
|
+
--main-color: rgba(249, 249, 250, 1);
|
|
3492
|
+
--body-bg-color: rgba(42, 42, 46, 1);
|
|
3493
|
+
--progressBar-color: rgba(0, 96, 223, 1);
|
|
3494
|
+
--progressBar-bg-color: rgba(40, 40, 43, 1);
|
|
3495
|
+
--progressBar-blend-color: rgba(20, 68, 133, 1);
|
|
3496
|
+
--scrollbar-color: rgba(121, 121, 123, 1);
|
|
3497
|
+
--scrollbar-bg-color: rgba(35, 35, 39, 1);
|
|
3498
|
+
--toolbar-icon-bg-color: rgba(255, 255, 255, 1);
|
|
3499
|
+
--toolbar-icon-hover-bg-color: rgba(255, 255, 255, 1);
|
|
3500
|
+
|
|
3501
|
+
--sidebar-narrow-bg-color: rgba(42, 42, 46, 0.9);
|
|
3502
|
+
--sidebar-toolbar-bg-color: rgba(50, 50, 52, 1);
|
|
3503
|
+
--toolbar-bg-color: rgba(56, 56, 61, 1);
|
|
3504
|
+
--toolbar-border-color: rgba(12, 12, 13, 1);
|
|
3505
|
+
--button-hover-color: rgba(102, 102, 103, 1);
|
|
3506
|
+
--toggled-btn-color: rgba(255, 255, 255, 1);
|
|
3507
|
+
--toggled-btn-bg-color: rgba(0, 0, 0, 0.3);
|
|
3508
|
+
--toggled-hover-active-btn-color: rgba(0, 0, 0, 0.4);
|
|
3509
|
+
--dropdown-btn-bg-color: rgba(74, 74, 79, 1);
|
|
3510
|
+
--separator-color: rgba(0, 0, 0, 0.3);
|
|
3511
|
+
--field-color: rgba(250, 250, 250, 1);
|
|
3512
|
+
--field-bg-color: rgba(64, 64, 68, 1);
|
|
3513
|
+
--field-border-color: rgba(115, 115, 115, 1);
|
|
3514
|
+
--treeitem-color: rgba(255, 255, 255, 0.8);
|
|
3515
|
+
--treeitem-bg-color: rgba(255, 255, 255, 0.15);
|
|
3516
|
+
--treeitem-hover-color: rgba(255, 255, 255, 0.9);
|
|
3517
|
+
--treeitem-selected-color: rgba(255, 255, 255, 0.9);
|
|
3518
|
+
--treeitem-selected-bg-color: rgba(255, 255, 255, 0.25);
|
|
3519
|
+
--thumbnail-hover-color: rgba(255, 255, 255, 0.1);
|
|
3520
|
+
--thumbnail-selected-color: rgba(255, 255, 255, 0.2);
|
|
3521
|
+
--doorhanger-bg-color: rgba(74, 74, 79, 1);
|
|
3522
|
+
--doorhanger-border-color: rgba(39, 39, 43, 1);
|
|
3523
|
+
--doorhanger-hover-color: rgba(249, 249, 250, 1);
|
|
3524
|
+
--doorhanger-hover-bg-color: rgba(93, 94, 98, 1);
|
|
3525
|
+
--doorhanger-separator-color: rgba(92, 92, 97, 1);
|
|
3526
|
+
--dialog-button-bg-color: rgba(92, 92, 97, 1);
|
|
3527
|
+
--dialog-button-hover-bg-color: rgba(115, 115, 115, 1);
|
|
3528
|
+
|
|
3529
|
+
/* This image is used in <input> elements, which unfortunately means that
|
|
1393
3530
|
* the `mask-image` approach used with all of the other images doesn't work
|
|
1394
3531
|
* here; hence why we still have two versions of this particular image. */
|
|
1395
|
-
|
|
1396
|
-
|
|
3532
|
+
--loading-icon: url('img/loading-dark.svg');
|
|
3533
|
+
}
|
|
1397
3534
|
}
|
|
1398
3535
|
|
|
1399
3536
|
@media screen and (forced-colors: active) {
|
|
@@ -3765,6 +5902,143 @@ img.pixelcompare-before, img.pixelcompare-after {
|
|
|
3765
5902
|
top:0;
|
|
3766
5903
|
left:0;
|
|
3767
5904
|
}
|
|
5905
|
+
.measure-toolbar {
|
|
5906
|
+
position: fixed;
|
|
5907
|
+
bottom: 25px;
|
|
5908
|
+
left: 50%;
|
|
5909
|
+
transform: translate(-50%, 0);
|
|
5910
|
+
text-align: center;
|
|
5911
|
+
display: flex;
|
|
5912
|
+
justify-content: center;
|
|
5913
|
+
z-index: 1000;
|
|
5914
|
+
box-shadow: 0 0 12px 0 rgb(0 0 0 / 30%);
|
|
5915
|
+
background-color: #edf0f2;
|
|
5916
|
+
color: #0a131c;
|
|
5917
|
+
border-radius: 5px;
|
|
5918
|
+
white-space: nowrap;
|
|
5919
|
+
display: none;
|
|
5920
|
+
}
|
|
5921
|
+
|
|
5922
|
+
.measure-toolbar.active {
|
|
5923
|
+
display: flex;
|
|
5924
|
+
}
|
|
5925
|
+
|
|
5926
|
+
.measure-toolbar .control-grp {
|
|
5927
|
+
white-space: nowrap;
|
|
5928
|
+
display: flex;
|
|
5929
|
+
position: relative;
|
|
5930
|
+
}
|
|
5931
|
+
|
|
5932
|
+
.measure-toolbar .control-grp:first-child {
|
|
5933
|
+
margin-right: 5px;
|
|
5934
|
+
}
|
|
5935
|
+
|
|
5936
|
+
.measure-toolbar .control-grp:first-child:after {
|
|
5937
|
+
content: "";
|
|
5938
|
+
height: 100%;
|
|
5939
|
+
border-right: 1px solid #e1e1e1;
|
|
5940
|
+
position: absolute;
|
|
5941
|
+
right: -4px;
|
|
5942
|
+
}
|
|
5943
|
+
|
|
5944
|
+
.measure-toolbar-btn {
|
|
5945
|
+
width: 40px;
|
|
5946
|
+
height: 40px;
|
|
5947
|
+
margin: 4px;
|
|
5948
|
+
cursor: pointer;
|
|
5949
|
+
border: 1px solid rgba(204,204,204, 0.5);
|
|
5950
|
+
box-sizing: border-box;
|
|
5951
|
+
}
|
|
5952
|
+
|
|
5953
|
+
.measure-toolbar .measure-toolbar-btn,
|
|
5954
|
+
.measure-toolbar .measure-toolbar-btn:not(.active),
|
|
5955
|
+
.measure-toolbar .measure-toolbar-btn.active {
|
|
5956
|
+
border-color: transparent;
|
|
5957
|
+
}
|
|
5958
|
+
|
|
5959
|
+
#btnMeasureLine {
|
|
5960
|
+
background-image: url('img/measures-line.svg');
|
|
5961
|
+
}
|
|
5962
|
+
|
|
5963
|
+
#btnMeasureLine:hover,
|
|
5964
|
+
#btnMeasureLine.active {
|
|
5965
|
+
background-image: url('img/measures-line_active.svg');
|
|
5966
|
+
}
|
|
5967
|
+
|
|
5968
|
+
#btnMeasureArea {
|
|
5969
|
+
background-image: url('img/measures-area.svg');
|
|
5970
|
+
}
|
|
5971
|
+
|
|
5972
|
+
#btnMeasureArea:hover,
|
|
5973
|
+
#btnMeasureArea.active {
|
|
5974
|
+
background-image: url('img/measures-area_active.svg');
|
|
5975
|
+
}
|
|
5976
|
+
/*
|
|
5977
|
+
#btnMeasureFreeLine {
|
|
5978
|
+
background: url('../img/measure-freeline.png') no-repeat center center;
|
|
5979
|
+
}
|
|
5980
|
+
|
|
5981
|
+
#btnMeasureFreeLine:hover,
|
|
5982
|
+
#btnMeasureFreeLine.active {
|
|
5983
|
+
background: url('../img/measure-freeline_active.png') no-repeat center center;
|
|
5984
|
+
}
|
|
5985
|
+
*/
|
|
5986
|
+
#btnMeasuresSettings {
|
|
5987
|
+
background-image: url('img/measures-settings.svg');
|
|
5988
|
+
}
|
|
5989
|
+
|
|
5990
|
+
#btnMeasuresSettings:hover,
|
|
5991
|
+
#btnMeasuresSettings.active {
|
|
5992
|
+
background-image: url('img/measures-settings_active.svg');
|
|
5993
|
+
}
|
|
5994
|
+
|
|
5995
|
+
.svgsketch-wrap.active.measures svg g[id^="measure_"] line,
|
|
5996
|
+
.svgsketch-wrap.active.measures svg g[id^="measure_"] rect,
|
|
5997
|
+
.svgsketch-wrap.active.measures svg g[id^="measure_"] text {
|
|
5998
|
+
cursor: pointer;
|
|
5999
|
+
}
|
|
6000
|
+
|
|
6001
|
+
/* Dlg */
|
|
6002
|
+
/* Compare Dialog */
|
|
6003
|
+
.measures-dlg-body,
|
|
6004
|
+
.measures-dlg-header,
|
|
6005
|
+
.measures-dlg-footer {
|
|
6006
|
+
font-family: Arial;
|
|
6007
|
+
}
|
|
6008
|
+
|
|
6009
|
+
.measures-dlg-wrap {
|
|
6010
|
+
position: absolute;
|
|
6011
|
+
z-index: 10100;
|
|
6012
|
+
|
|
6013
|
+
width: 450px;
|
|
6014
|
+
max-width: 100%;
|
|
6015
|
+
border: 1px solid #dddddd;
|
|
6016
|
+
background: #fff;
|
|
6017
|
+
top: 50%;
|
|
6018
|
+
left: 50%;
|
|
6019
|
+
transform: translate(-50%, -50%);
|
|
6020
|
+
}
|
|
6021
|
+
.measures-dlg-body {
|
|
6022
|
+
padding: 30px;
|
|
6023
|
+
}
|
|
6024
|
+
.measures-dlg-header {
|
|
6025
|
+
padding: 30px;
|
|
6026
|
+
position: relative;
|
|
6027
|
+
background: #F7F9FA;
|
|
6028
|
+
font-weight: 400;
|
|
6029
|
+
font-size: 22px;
|
|
6030
|
+
border-bottom: 1px solid #DAE1E6;
|
|
6031
|
+
}
|
|
6032
|
+
|
|
6033
|
+
.measures-dlg-footer {
|
|
6034
|
+
border-top: 1px solid #DAE1E6;
|
|
6035
|
+
text-align: right;
|
|
6036
|
+
padding: 15px 30px 15px 30px;
|
|
6037
|
+
}
|
|
6038
|
+
|
|
6039
|
+
.hide-measures .svgsketch-wrap [id^='measure_'] {
|
|
6040
|
+
display: none;
|
|
6041
|
+
}
|
|
3768
6042
|
.btn {
|
|
3769
6043
|
padding: 2px 6px 0 6px;
|
|
3770
6044
|
height: 32px;
|
|
@@ -4057,7 +6331,7 @@ html[dir='ltr'] .toolbarButton#btnDrawAnnotation.polygon::before {
|
|
|
4057
6331
|
}
|
|
4058
6332
|
|
|
4059
6333
|
html[dir='ltr'] .toolbarButton#btnDrawAnnotation.cloud::before {
|
|
4060
|
-
|
|
6334
|
+
content: url('img/draw-annotation-toolbar-cloud.svg');
|
|
4061
6335
|
}
|
|
4062
6336
|
|
|
4063
6337
|
html[dir='ltr'] .toolbarButton#btnDrawAnnotation.line::before {
|
|
@@ -4123,6 +6397,14 @@ html[dir='ltr'] .toolbarButton#btnToggleNotes.show::before {
|
|
|
4123
6397
|
content: url('img/show-annotation.svg');
|
|
4124
6398
|
}
|
|
4125
6399
|
|
|
6400
|
+
html[dir='ltr'] .toolbarButton#btnToggleMeasures::before {
|
|
6401
|
+
content: url('img/hide-measures.svg');
|
|
6402
|
+
}
|
|
6403
|
+
|
|
6404
|
+
html[dir='ltr'] .toolbarButton#btnToggleMeasures.show::before {
|
|
6405
|
+
content: url('img/show-measures.svg');
|
|
6406
|
+
}
|
|
6407
|
+
|
|
4126
6408
|
html[dir='ltr'] .toolbarButton#btnToggleSidebarNotes::before {
|
|
4127
6409
|
content: url('img/sidebar-notes-toggle.svg');
|
|
4128
6410
|
}
|
|
@@ -4131,13 +6413,26 @@ html[dir='ltr'] .toolbarButton#btnCompare::before {
|
|
|
4131
6413
|
content: url('img/do-compare.svg');
|
|
4132
6414
|
}
|
|
4133
6415
|
|
|
6416
|
+
html[dir='ltr'] .toolbarButton#btnMeasure::before {
|
|
6417
|
+
content: url('img/measures-toolbar.svg');
|
|
6418
|
+
}
|
|
6419
|
+
|
|
6420
|
+
#cursorToolButtons .toolbarButton {
|
|
6421
|
+
position: relative;
|
|
6422
|
+
}
|
|
6423
|
+
|
|
6424
|
+
#presentationMode,
|
|
6425
|
+
#openFile {
|
|
6426
|
+
display: none;
|
|
6427
|
+
}
|
|
6428
|
+
|
|
4134
6429
|
/* 2021.10.03 - Fix: annotations visibility in fullscreen mode */
|
|
4135
6430
|
.pdfPresentationMode:fullscreen .svgsketch-wrap,
|
|
4136
6431
|
.pdfPresentationMode:fullscreen a.pdf-note {
|
|
4137
6432
|
display: block;
|
|
4138
6433
|
}
|
|
4139
6434
|
|
|
4140
|
-
.hide-annotations .svgsketch-wrap,
|
|
6435
|
+
.hide-annotations .svgsketch-wrap [id^='svg-'],
|
|
4141
6436
|
.hide-annotations .pdf-note {
|
|
4142
6437
|
display: none;
|
|
4143
6438
|
}
|
|
@@ -4173,6 +6468,8 @@ body.show-presentation-txt #viewer .page .textLayer span:empty {
|
|
|
4173
6468
|
opacity: 0;
|
|
4174
6469
|
}
|
|
4175
6470
|
|
|
6471
|
+
.toolbarButton#btnToggleMeasures::before,
|
|
6472
|
+
html[dir='ltr'] .toolbarButton#btnMeasure::before,
|
|
4176
6473
|
html[dir='ltr'] .toolbarButton#btnCompare::before,
|
|
4177
6474
|
.toolbarButton#btnToggleSidebarNotes::before,
|
|
4178
6475
|
.toolbarButton#btnToggleNotes::before,
|
|
@@ -4488,12 +6785,9 @@ html[dir="ltr"] .treeItemToggler::before {
|
|
|
4488
6785
|
color: rgba(0, 0, 0, 1);
|
|
4489
6786
|
}
|
|
4490
6787
|
|
|
4491
|
-
|
|
4492
|
-
|
|
4493
|
-
|
|
4494
|
-
@import url('@vitrosoftware/common-ui-ts/css/third-party/jquery-contextMenu/jquery.contextMenu.min.css');
|
|
4495
|
-
@import url('@vitrosoftware/common-ui-ts/css/third-party/jquery-svg/jquery.svg.css');
|
|
4496
|
-
@import url('@vitrosoftware/common-ui-ts/css/third-party/sweetalert2/sweetalert2.css');
|
|
6788
|
+
#root {
|
|
6789
|
+
position: unset;
|
|
6790
|
+
}
|
|
4497
6791
|
|
|
4498
6792
|
html[dir='ltr'] body {
|
|
4499
6793
|
background-color: #F5F6FA;
|
|
@@ -4752,41 +7046,58 @@ a:focus > .thumbnail > .thumbnailSelectionRing,
|
|
|
4752
7046
|
opacity: 0.2;
|
|
4753
7047
|
}
|
|
4754
7048
|
|
|
4755
|
-
.compare-dlg-wrap
|
|
7049
|
+
.compare-dlg-wrap,
|
|
7050
|
+
.measures-dlg-wrap,
|
|
7051
|
+
.printServiceDialog,
|
|
7052
|
+
.documentPropertiesDialog {
|
|
4756
7053
|
font-family: 'InterRegular';
|
|
4757
7054
|
background: #fff;
|
|
4758
7055
|
border-radius: 4px;
|
|
4759
|
-
|
|
4760
|
-
border: none;
|
|
7056
|
+
border: 1px solid rgba(74, 85, 108, 0.35);
|
|
4761
7057
|
user-select: none;
|
|
7058
|
+
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 12px 34px 0 rgba(0, 0, 0, 0.19);
|
|
4762
7059
|
}
|
|
4763
7060
|
|
|
4764
|
-
.compare-dlg-
|
|
4765
|
-
|
|
4766
|
-
|
|
4767
|
-
|
|
7061
|
+
.compare-dlg-wrap {
|
|
7062
|
+
width: 600px;
|
|
7063
|
+
}
|
|
7064
|
+
|
|
7065
|
+
.compare-dlg-header,
|
|
7066
|
+
.compare-panel_header,
|
|
7067
|
+
.measures-dlg-header {
|
|
7068
|
+
font-size: 18px;
|
|
7069
|
+
line-height: 150%;
|
|
4768
7070
|
background: transparent;
|
|
4769
7071
|
border-bottom: none;
|
|
4770
|
-
padding:
|
|
4771
|
-
|
|
7072
|
+
padding: 24px 20px;
|
|
7073
|
+
}
|
|
7074
|
+
|
|
7075
|
+
.compare-panel_header {
|
|
4772
7076
|
border-bottom: 1px solid #E4E6EC;
|
|
4773
7077
|
}
|
|
4774
7078
|
|
|
4775
|
-
.compare-dlg-body
|
|
4776
|
-
padding:
|
|
7079
|
+
.compare-dlg-body{
|
|
7080
|
+
padding: 0 24px 16px;
|
|
4777
7081
|
}
|
|
4778
7082
|
|
|
4779
|
-
.
|
|
7083
|
+
.measures-dlg-body {
|
|
7084
|
+
padding: 12px 24px 16px;
|
|
7085
|
+
}
|
|
7086
|
+
|
|
7087
|
+
.field-grp:has(.select.active) > label,
|
|
7088
|
+
.uk-margin:has(.select.active) > label {
|
|
4780
7089
|
color: #3274E0;
|
|
4781
7090
|
}
|
|
4782
7091
|
|
|
4783
|
-
.compare-dlg-footer
|
|
4784
|
-
|
|
7092
|
+
.compare-dlg-footer,
|
|
7093
|
+
.measures-dlg-footer {
|
|
4785
7094
|
padding: 0;
|
|
4786
7095
|
display: flex;
|
|
4787
7096
|
justify-content: flex-end;
|
|
4788
|
-
padding:
|
|
7097
|
+
padding: 24px;
|
|
7098
|
+
background-color: #F8F9FA;
|
|
4789
7099
|
border-top: 1px solid #E4E6EC;
|
|
7100
|
+
border-radius: 0 0 4px 4px;
|
|
4790
7101
|
}
|
|
4791
7102
|
|
|
4792
7103
|
.close {
|
|
@@ -4794,9 +7105,10 @@ a:focus > .thumbnail > .thumbnailSelectionRing,
|
|
|
4794
7105
|
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' fill='none' stroke-width='2px' stroke='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 32.333l16-16m0 0l-16-16m16 16l16 16m-16-16l16-16'%3E%3C/path%3E%3C/svg%3E");
|
|
4795
7106
|
}
|
|
4796
7107
|
|
|
4797
|
-
.compare-dlg-wrap .close
|
|
4798
|
-
|
|
4799
|
-
|
|
7108
|
+
.compare-dlg-wrap .close,
|
|
7109
|
+
.measures-dlg-wrap .close {
|
|
7110
|
+
width: 30px;
|
|
7111
|
+
height: 30px;
|
|
4800
7112
|
top: 0;
|
|
4801
7113
|
right: -42px;
|
|
4802
7114
|
}
|
|
@@ -4805,13 +7117,15 @@ a:focus > .thumbnail > .thumbnailSelectionRing,
|
|
|
4805
7117
|
display: none;
|
|
4806
7118
|
}
|
|
4807
7119
|
|
|
4808
|
-
.field-grp
|
|
7120
|
+
.field-grp,
|
|
7121
|
+
.uk-margin {
|
|
4809
7122
|
position: relative;
|
|
4810
7123
|
padding: 0 !important;
|
|
4811
7124
|
margin-bottom: 22px;
|
|
4812
7125
|
}
|
|
4813
7126
|
|
|
4814
|
-
.field-grp label
|
|
7127
|
+
.field-grp label,
|
|
7128
|
+
.uk-margin label {
|
|
4815
7129
|
color: #4A556C;
|
|
4816
7130
|
padding: 0 6px;
|
|
4817
7131
|
background: #fff;
|
|
@@ -4822,6 +7136,10 @@ a:focus > .thumbnail > .thumbnailSelectionRing,
|
|
|
4822
7136
|
z-index: 1000;
|
|
4823
7137
|
}
|
|
4824
7138
|
|
|
7139
|
+
.uk-margin-last {
|
|
7140
|
+
margin-bottom: 0;
|
|
7141
|
+
}
|
|
7142
|
+
|
|
4825
7143
|
.form-body .field-grp:last-child {
|
|
4826
7144
|
margin-bottom: 0;
|
|
4827
7145
|
}
|
|
@@ -4845,6 +7163,7 @@ a:focus > .thumbnail > .thumbnailSelectionRing,
|
|
|
4845
7163
|
line-height: 16px;
|
|
4846
7164
|
padding: 8px 16px;
|
|
4847
7165
|
height: 100%;
|
|
7166
|
+
width: 100%;
|
|
4848
7167
|
background: transparent;
|
|
4849
7168
|
}
|
|
4850
7169
|
|
|
@@ -4967,11 +7286,11 @@ a:focus > .thumbnail > .thumbnailSelectionRing,
|
|
|
4967
7286
|
background-color: #E4E6EC;
|
|
4968
7287
|
}
|
|
4969
7288
|
|
|
4970
|
-
.
|
|
4971
|
-
font-family: '
|
|
7289
|
+
.uk-button {
|
|
7290
|
+
font-family: 'InterRegular';
|
|
4972
7291
|
outline: none;
|
|
4973
|
-
font-size:
|
|
4974
|
-
line-height:
|
|
7292
|
+
font-size: 16px;
|
|
7293
|
+
line-height: 24px;
|
|
4975
7294
|
cursor: pointer;
|
|
4976
7295
|
background: #fff;
|
|
4977
7296
|
display: flex;
|
|
@@ -4979,29 +7298,35 @@ a:focus > .thumbnail > .thumbnailSelectionRing,
|
|
|
4979
7298
|
justify-content: center;
|
|
4980
7299
|
margin-left: 12px;
|
|
4981
7300
|
margin-right: 0;
|
|
4982
|
-
|
|
7301
|
+
min-width: 139px;
|
|
7302
|
+
height: 40px;
|
|
7303
|
+
padding: 0;
|
|
4983
7304
|
border-radius: 4px;
|
|
4984
|
-
border:
|
|
7305
|
+
border: 1px solid #E4E6EC !important;
|
|
4985
7306
|
text-transform: none;
|
|
4986
7307
|
}
|
|
4987
7308
|
|
|
4988
|
-
.
|
|
4989
|
-
.
|
|
4990
|
-
.
|
|
7309
|
+
.uk-button:active,
|
|
7310
|
+
.uk-button:focus,
|
|
7311
|
+
.uk-button:hover {
|
|
4991
7312
|
background: #F3F8FF;
|
|
4992
|
-
border: none;
|
|
4993
7313
|
}
|
|
4994
7314
|
|
|
4995
|
-
.
|
|
4996
|
-
.
|
|
4997
|
-
.
|
|
7315
|
+
.uk-button-primary:active,
|
|
7316
|
+
.uk-button-primary:focus,
|
|
7317
|
+
.uk-button-primary:hover {
|
|
4998
7318
|
background: #3274E0;
|
|
4999
|
-
border: none;
|
|
7319
|
+
border: none !important;
|
|
5000
7320
|
}
|
|
5001
7321
|
|
|
5002
|
-
.
|
|
7322
|
+
.uk-button-primary {
|
|
5003
7323
|
background: #347FDE;
|
|
5004
7324
|
color: #fff;
|
|
7325
|
+
border: none;
|
|
7326
|
+
}
|
|
7327
|
+
|
|
7328
|
+
.uk-button-primary span {
|
|
7329
|
+
font-family: 'InterMedium' !important;
|
|
5005
7330
|
}
|
|
5006
7331
|
|
|
5007
7332
|
.compare-dlg-wrap .wrap-inner {
|
|
@@ -5015,7 +7340,7 @@ a:focus > .thumbnail > .thumbnailSelectionRing,
|
|
|
5015
7340
|
}
|
|
5016
7341
|
|
|
5017
7342
|
.compare-dlg_warning {
|
|
5018
|
-
padding: 16px;
|
|
7343
|
+
padding: 0 24px 16px;
|
|
5019
7344
|
}
|
|
5020
7345
|
|
|
5021
7346
|
.compare-viewer-title {
|
|
@@ -5245,7 +7570,7 @@ a:focus > .thumbnail > .thumbnailSelectionRing,
|
|
|
5245
7570
|
text-align: left;
|
|
5246
7571
|
width: 360px;
|
|
5247
7572
|
color: #222d44;
|
|
5248
|
-
border-radius:
|
|
7573
|
+
border-radius: 4px;
|
|
5249
7574
|
padding: 24px;
|
|
5250
7575
|
font-size: 13px;
|
|
5251
7576
|
border: none;
|
|
@@ -5270,59 +7595,36 @@ dialog .separator {
|
|
|
5270
7595
|
}
|
|
5271
7596
|
|
|
5272
7597
|
.dialogButton {
|
|
5273
|
-
|
|
5274
|
-
font-
|
|
7598
|
+
position: relative;
|
|
7599
|
+
font-family: 'InterRegular';
|
|
5275
7600
|
outline: none;
|
|
5276
|
-
|
|
5277
|
-
|
|
7601
|
+
font-size: 16px;
|
|
7602
|
+
line-height: 24px;
|
|
5278
7603
|
cursor: pointer;
|
|
5279
|
-
|
|
5280
|
-
|
|
5281
|
-
|
|
7604
|
+
background: #fff;
|
|
7605
|
+
margin: 0 !important;
|
|
7606
|
+
min-width: 139px;
|
|
7607
|
+
height: 40px;
|
|
5282
7608
|
padding: 0;
|
|
7609
|
+
border-radius: 4px;
|
|
7610
|
+
border: 1px solid #E4E6EC !important;
|
|
5283
7611
|
text-transform: none;
|
|
5284
|
-
min-width: 96px;
|
|
5285
|
-
background: #0097ff;
|
|
5286
|
-
color: #fff;
|
|
5287
|
-
margin: 0 !important;
|
|
5288
|
-
}
|
|
5289
|
-
|
|
5290
|
-
.dialogButton:active, .dialogButton:focus, .dialogButton:hover {
|
|
5291
|
-
background: rgba(0, 151, 255, .8);
|
|
5292
|
-
border-color: transparent;
|
|
5293
|
-
}
|
|
5294
|
-
|
|
5295
|
-
.dialogButton:active:before {
|
|
5296
|
-
opacity: .2;
|
|
5297
|
-
visibility: visible;
|
|
5298
7612
|
}
|
|
5299
7613
|
|
|
5300
|
-
.dialogButton:
|
|
5301
|
-
|
|
5302
|
-
|
|
5303
|
-
|
|
5304
|
-
border-radius: 10px;
|
|
5305
|
-
left: -5px;
|
|
5306
|
-
right: -5px;
|
|
5307
|
-
top: -5px;
|
|
5308
|
-
bottom: -5px;
|
|
5309
|
-
opacity: 0;
|
|
5310
|
-
visibility: hidden;
|
|
5311
|
-
transition: .1s;
|
|
7614
|
+
.dialogButton:active,
|
|
7615
|
+
.dialogButton:focus,
|
|
7616
|
+
.dialogButton:hover {
|
|
7617
|
+
background: #F3F8FF;
|
|
5312
7618
|
}
|
|
5313
7619
|
|
|
5314
7620
|
#printServiceDialog {
|
|
5315
|
-
width:
|
|
7621
|
+
width: 400px;
|
|
5316
7622
|
border: none;
|
|
5317
|
-
border-radius: 8px;
|
|
5318
7623
|
padding: 24px;
|
|
5319
7624
|
}
|
|
5320
7625
|
|
|
5321
7626
|
#printServiceDialog span {
|
|
5322
|
-
|
|
5323
|
-
padding-left: 8px;
|
|
5324
|
-
font-size: 13px;
|
|
5325
|
-
color: #222d44;
|
|
7627
|
+
color: #222d44 !important;
|
|
5326
7628
|
}
|
|
5327
7629
|
|
|
5328
7630
|
#printServiceDialog > .row:first-child > span, #printServiceDialog #printCancel span {
|
|
@@ -5343,10 +7645,10 @@ dialog .separator {
|
|
|
5343
7645
|
}
|
|
5344
7646
|
|
|
5345
7647
|
.context-menu-list {
|
|
5346
|
-
border-radius:
|
|
7648
|
+
border-radius: 4px;
|
|
5347
7649
|
background: #fff;
|
|
5348
7650
|
border: none;
|
|
5349
|
-
box-shadow: 0 0
|
|
7651
|
+
box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.18), 0px 0px 4px 0px rgba(0, 0, 0, 0.14);
|
|
5350
7652
|
overflow: hidden;
|
|
5351
7653
|
padding: 0;
|
|
5352
7654
|
}
|
|
@@ -5357,24 +7659,39 @@ dialog .separator {
|
|
|
5357
7659
|
}
|
|
5358
7660
|
|
|
5359
7661
|
.context-menu-item {
|
|
5360
|
-
line-height:
|
|
5361
|
-
padding: 0
|
|
7662
|
+
line-height: 37px;
|
|
7663
|
+
padding: 0 12px 0 44px;
|
|
5362
7664
|
color: #222d44;
|
|
5363
7665
|
}
|
|
5364
7666
|
|
|
5365
7667
|
.context-menu-item.context-menu-hover {
|
|
5366
|
-
background-color: #
|
|
7668
|
+
background-color: #f3f8ff;
|
|
5367
7669
|
color: #222d44;
|
|
5368
7670
|
}
|
|
5369
7671
|
|
|
5370
7672
|
.context-menu-icon::before {
|
|
5371
7673
|
color: #BDBDBD;
|
|
7674
|
+
left: 12px;
|
|
7675
|
+
width: 20px;
|
|
7676
|
+
height: 20px;
|
|
5372
7677
|
}
|
|
5373
7678
|
|
|
5374
7679
|
.context-menu-item.context-menu-hover::before {
|
|
5375
7680
|
color: #222d44;
|
|
5376
7681
|
}
|
|
5377
7682
|
|
|
7683
|
+
.context-menu-icon-add:before {
|
|
7684
|
+
content: url('img/create-issue-black.svg');
|
|
7685
|
+
}
|
|
7686
|
+
|
|
7687
|
+
.context-menu-icon-quit:before {
|
|
7688
|
+
content: url('img/cancel-black.svg');
|
|
7689
|
+
}
|
|
7690
|
+
|
|
7691
|
+
.context-menu-icon-delete:before {
|
|
7692
|
+
content: url('img/delete-black.svg');
|
|
7693
|
+
}
|
|
7694
|
+
|
|
5378
7695
|
.treeItem a {
|
|
5379
7696
|
color: #222d44;
|
|
5380
7697
|
}
|
|
@@ -5411,9 +7728,15 @@ dialog .separator {
|
|
|
5411
7728
|
background-size: 100%;
|
|
5412
7729
|
display: block;
|
|
5413
7730
|
transform: none;
|
|
7731
|
+
user-select: none;
|
|
5414
7732
|
background-image: url('img/cancel-dark-grey.svg');
|
|
5415
7733
|
}
|
|
5416
7734
|
|
|
7735
|
+
#outerContainer.sidebarNotesOpen #viewerContainer:not(.pdfPresentationMode) {
|
|
7736
|
+
inset-inline-end: 408px;
|
|
7737
|
+
transition-property: inset-inline-end;
|
|
7738
|
+
}
|
|
7739
|
+
|
|
5417
7740
|
.vitro-issue-detail {
|
|
5418
7741
|
position: absolute;
|
|
5419
7742
|
bottom: 0px;
|
|
@@ -5439,4 +7762,15 @@ dialog .separator {
|
|
|
5439
7762
|
|
|
5440
7763
|
.compare-viewer-wrap canvas {
|
|
5441
7764
|
max-width: unset !important;
|
|
7765
|
+
}
|
|
7766
|
+
|
|
7767
|
+
.measure-toolbar {
|
|
7768
|
+
background-color: #fff;
|
|
7769
|
+
box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.18), 0px 0px 4px 0px rgba(0, 0, 0, 0.14);
|
|
7770
|
+
border-radius: 4px;
|
|
7771
|
+
}
|
|
7772
|
+
|
|
7773
|
+
.measure-toolbar-btn.active {
|
|
7774
|
+
background-color: #DCEEFF;
|
|
7775
|
+
border-radius: 4px;
|
|
5442
7776
|
}
|