datavis-glide 4.0.0-PRE.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +45 -0
- package/README.md +129 -0
- package/datavis.js +101 -0
- package/dist/wcdatavis.css +1957 -0
- package/dist/wcdatavis.min.js +1 -0
- package/global-jquery.js +4 -0
- package/ie-fixes.js +13 -0
- package/index.js +70 -0
- package/meteor.js +1 -0
- package/package.json +102 -0
- package/src/flags.js +6 -0
- package/src/graph.js +1079 -0
- package/src/graph_renderer.js +85 -0
- package/src/grid.js +2777 -0
- package/src/grid_control.js +1957 -0
- package/src/grid_filter.js +1073 -0
- package/src/grid_renderer.js +276 -0
- package/src/group_fun_win.js +121 -0
- package/src/lang/en-US.js +188 -0
- package/src/lang/es-MX.js +188 -0
- package/src/lang/fr-FR.js +188 -0
- package/src/lang/id-ID.js +188 -0
- package/src/lang/nl-NL.js +188 -0
- package/src/lang/pt-BR.js +188 -0
- package/src/lang/ru-RU.js +188 -0
- package/src/lang/th-TH.js +188 -0
- package/src/lang/vi-VN.js +188 -0
- package/src/lang/zh-Hans-CN.js +188 -0
- package/src/operations_palette.js +176 -0
- package/src/prefs_modules.js +132 -0
- package/src/reg/graph_renderer.js +17 -0
- package/src/renderers/graph/chartjs.js +457 -0
- package/src/renderers/graph/google.js +584 -0
- package/src/renderers/graph/jit.js +61 -0
- package/src/renderers/graph/svelte-gantt.js +168 -0
- package/src/renderers/grid/dummy.js +79 -0
- package/src/renderers/grid/handlebars.js +217 -0
- package/src/renderers/grid/squirrelly.js +215 -0
- package/src/renderers/grid/table/group_detail.js +1404 -0
- package/src/renderers/grid/table/group_summary.js +380 -0
- package/src/renderers/grid/table/pivot.js +915 -0
- package/src/renderers/grid/table/plain.js +1592 -0
- package/src/renderers/grid/table.js +2510 -0
- package/src/trans.js +101 -0
- package/src/ui/collapsible.js +234 -0
- package/src/ui/filters/date.js +283 -0
- package/src/ui/grid_filter.js +398 -0
- package/src/ui/popup_menu.js +224 -0
- package/src/ui/popup_window.js +572 -0
- package/src/ui/slider.js +156 -0
- package/src/ui/tabs.js +202 -0
- package/src/ui/templates.js +131 -0
- package/src/ui/toolbar.js +63 -0
- package/src/ui/toolbars/grid.js +873 -0
- package/src/ui/windows/col_config.js +341 -0
- package/src/ui/windows/debug.js +164 -0
- package/src/ui/windows/grid_table_opts.js +139 -0
- package/src/util/handlebars.js +158 -0
- package/src/util/jquery.js +630 -0
- package/src/util/misc.js +1058 -0
- package/src/util/squirrelly.js +155 -0
- package/wcdatavis.css +1601 -0
|
@@ -0,0 +1,1957 @@
|
|
|
1
|
+
/*! jQuery UI - v1.14.1 - 2024-10-30
|
|
2
|
+
* https://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 https://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
|
|
5
|
+
* Copyright OpenJS 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}.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}.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;user-select:none}.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: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{touch-action:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;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%;opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectable{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:pointer;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-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{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;font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;background-image:none}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("images/ui-icons_444444_256x240.png")}.ui-widget-header .ui-icon{background-image:url("images/ui-icons_444444_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url("images/ui-icons_555555_256x240.png")}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url("images/ui-icons_ffffff_256x240.png")}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url("images/ui-icons_777620_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("images/ui-icons_cc0000_256x240.png")}.ui-button .ui-icon{background-image:url("images/ui-icons_777777_256x240.png")}.ui-icon-blank.ui-icon-blank.ui-icon-blank{background-image:none}.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:.3}.ui-widget-shadow{box-shadow:0 0 5px #666}
|
|
8
|
+
.SumoSelect p{margin:0}.SumoSelect{width:200px}.SelectBox{padding:5px 8px}.sumoStopScroll{overflow:hidden}.SumoSelect .hidden{display:none}.SumoSelect .search-txt{display:none;outline:0}.SumoSelect .no-match{display:none;padding:6px}.SumoSelect.open .search-txt{display:inline-block;position:absolute;top:0;left:0;width:100%;margin:0;padding:5px 8px;border:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:5px}.SumoSelect.open>.search>label,.SumoSelect.open>.search>span{visibility:hidden}.SelectClass,.SumoUnder{position:absolute;top:0;left:0;right:0;height:100%;width:100%;border:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-moz-opacity:0;-khtml-opacity:0;opacity:0}.SelectClass{z-index:1}.SumoSelect .select-all>label,.SumoSelect>.CaptionCont,.SumoSelect>.optWrapper>.options li.opt label{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}.SumoSelect{display:inline-block;position:relative;outline:0}.SumoSelect.open>.CaptionCont,.SumoSelect:focus>.CaptionCont,.SumoSelect:hover>.CaptionCont{box-shadow:0 0 2px #7799d0;border-color:#7799d0}.SumoSelect>.CaptionCont{position:relative;border:1px solid #a4a4a4;min-height:14px;background-color:#fff;border-radius:2px;margin:0}.SumoSelect>.CaptionCont>span{display:block;padding-right:30px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;cursor:default}.SumoSelect>.CaptionCont>span.placeholder{color:#ccc;font-style:italic}.SumoSelect>.CaptionCont>label{position:absolute;top:0;right:0;bottom:0;width:30px}.SumoSelect>.CaptionCont>label>i{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=');background-position:center center;width:16px;height:16px;display:block;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;background-repeat:no-repeat;opacity:.8}.SumoSelect>.optWrapper{display:none;z-index:1000;top:30px;width:100%;position:absolute;left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:#fff;border:1px solid #ddd;box-shadow:2px 3px 3px rgba(0,0,0,.11);border-radius:3px;overflow:hidden}.SumoSelect.open>.optWrapper{top:35px;display:block}.SumoSelect.open>.optWrapper.up{top:auto;bottom:100%;margin-bottom:5px}.SumoSelect>.optWrapper ul{list-style:none;display:block;padding:0;margin:0;overflow:auto}.SumoSelect>.optWrapper>.options{border-radius:2px;position:relative;max-height:250px}.SumoSelect>.optWrapper.okCancelInMulti>.options{border-radius:2px 2px 0 0}.SumoSelect>.optWrapper.selall>.options{border-radius:0 0 2px 2px}.SumoSelect>.optWrapper.selall.okCancelInMulti>.options{border-radius:0}.SumoSelect>.optWrapper>.options li.group.disabled>label{opacity:.5}.SumoSelect>.optWrapper>.options li ul li.opt{padding-left:22px}.SumoSelect>.optWrapper.multiple>.options li ul li.opt{padding-left:50px}.SumoSelect>.optWrapper.isFloating>.options{max-height:100%;box-shadow:0 0 100px #595959}.SumoSelect>.optWrapper>.options li.opt{padding:6px 6px;position:relative;border-bottom:1px solid #f5f5f5}.SumoSelect>.optWrapper>.options>li.opt:first-child{border-radius:2px 2px 0 0}.SumoSelect>.optWrapper.selall>.options>li.opt:first-child{border-radius:0}.SumoSelect>.optWrapper>.options>li.opt:last-child{border-radius:0 0 2px 2px;border-bottom:none}.SumoSelect>.optWrapper.okCancelInMulti>.options>li.opt:last-child{border-radius:0}.SumoSelect>.optWrapper>.options li.opt:hover{background-color:#e4e4e4}.SumoSelect .select-all.sel,.SumoSelect>.optWrapper>.options li.opt.sel{background-color:#a1c0e4}.SumoSelect>.optWrapper>.options li label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;cursor:pointer}.SumoSelect>.optWrapper>.options li>span{display:none}.SumoSelect>.optWrapper>.options li.group>label{cursor:default;padding:8px 6px;font-weight:700}.SumoSelect>.optWrapper.isFloating{position:fixed;top:0;left:0;right:0;width:90%;bottom:0;margin:auto;max-height:90%}.SumoSelect>.optWrapper>.options li.opt.disabled{background-color:inherit;pointer-events:none}.SumoSelect>.optWrapper>.options li.opt.disabled *{-moz-opacity:0.5;-khtml-opacity:0.5;opacity:.5}.SumoSelect>.optWrapper.multiple>.options li.opt{padding-left:35px;cursor:pointer}.SumoSelect .select-all>span,.SumoSelect>.optWrapper.multiple>.options li.opt>span{position:absolute;display:block;width:30px;top:0;bottom:0;margin-left:-35px}.SumoSelect .select-all>span i,.SumoSelect>.optWrapper.multiple>.options li.opt>span i{position:absolute;margin:auto;left:0;right:0;top:0;bottom:0;width:14px;height:14px;border:1px solid #aeaeae;border-radius:2px;box-shadow:inset 0 1px 3px rgba(0,0,0,.15);background-color:#fff}.SumoSelect>.optWrapper>.MultiControls{display:none;border-top:1px solid #ddd;background-color:#fff;box-shadow:0 0 2px rgba(0,0,0,.13);border-radius:0 0 3px 3px}.SumoSelect>.optWrapper.multiple.isFloating>.MultiControls{display:block;margin-top:5px;position:absolute;bottom:0;width:100%}.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls{display:block}.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p{padding:6px}.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p:focus{box-shadow:0 0 2px #a1c0e4;border-color:#a1c0e4;outline:0;background-color:#a1c0e4}.SumoSelect>.optWrapper.multiple>.MultiControls>p{display:inline-block;cursor:pointer;padding:12px;width:50%;box-sizing:border-box;text-align:center}.SumoSelect>.optWrapper.multiple>.MultiControls>p:hover{background-color:#f1f1f1}.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnOk{border-right:1px solid #dbdbdb;border-radius:0 0 0 3px}.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnCancel{border-radius:0 0 3px 0}.SumoSelect>.optWrapper.isFloating>.options li.opt{padding:12px 6px}.SumoSelect>.optWrapper.multiple.isFloating>.options li.opt{padding-left:35px}.SumoSelect>.optWrapper.multiple.isFloating{padding-bottom:43px}.SumoSelect .select-all.partial>span i,.SumoSelect .select-all.selected>span i,.SumoSelect>.optWrapper.multiple>.options li.opt.selected span i{background-color:#11a911;box-shadow:none;border-color:transparent;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC');background-repeat:no-repeat;background-position:center center}.SumoSelect.disabled{opacity:.7;cursor:not-allowed}.SumoSelect.disabled>.CaptionCont{border-color:#ccc;box-shadow:none}.SumoSelect .select-all{border-radius:3px 3px 0 0;position:relative;border-bottom:1px solid #ddd;background-color:#fff;padding:8px 0 3px 35px;height:20px;cursor:pointer}.SumoSelect .select-all>label,.SumoSelect .select-all>span i{cursor:pointer}.SumoSelect .select-all.partial>span i{background-color:#ccc}.SumoSelect>.optWrapper>.options li.optGroup{padding-left:5px;text-decoration:underline}.reset-all{padding:5px 10px 5px 35px;border-bottom:1px solid #cdcdcd}.SumoSelect[is-selected=false] .reset-all{opacity:.5;pointer-events:none}.SumoSelect[is-selected=true] .reset-all{opacity:1;cursor:pointer;color:#7799d0}.SumoSelect[is-selected=true] .reset-all *{cursor:pointer}.SumoSelect[is-selected=true] .reset-all:hover{color:#000}
|
|
9
|
+
|
|
10
|
+
/* WC DATAVIS STYLES */
|
|
11
|
+
|
|
12
|
+
.wcdv_button {
|
|
13
|
+
cursor: pointer;
|
|
14
|
+
vertical-align: middle;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
button.wcdv_icon_button {
|
|
18
|
+
cursor: pointer;
|
|
19
|
+
border: none;
|
|
20
|
+
background-color: transparent;
|
|
21
|
+
padding: 0;
|
|
22
|
+
padding-top: 2px;
|
|
23
|
+
vertical-align: middle;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
button.wcdv_icon_button > svg.wcdv_icon {
|
|
27
|
+
height: 16px;
|
|
28
|
+
width: 16px;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
button.wcdv_icon_button_nolabel svg.wcdv_icon {
|
|
32
|
+
margin-right: 0px !important;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
button.wcdv_button_left {
|
|
36
|
+
margin-left: 0.5em;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
button.wcdv_button_right {
|
|
40
|
+
margin-right: 0.5em;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
/*
|
|
44
|
+
* In-cell buttons like the one used to show the full value of a cell when the maxHeight is set in
|
|
45
|
+
* column config.
|
|
46
|
+
*/
|
|
47
|
+
|
|
48
|
+
td button.wcdv_icon_button_incell {
|
|
49
|
+
/*
|
|
50
|
+
position: absolute;
|
|
51
|
+
top: 0px;
|
|
52
|
+
right: 0px;
|
|
53
|
+
*/
|
|
54
|
+
float: right;
|
|
55
|
+
border: none;
|
|
56
|
+
margin-left: 4px; /* to keep left-aligned data (like numbers) from running into it */
|
|
57
|
+
padding: 2px;
|
|
58
|
+
border-radius: 2px;
|
|
59
|
+
background-color: #E0E0E080;
|
|
60
|
+
color: #80808080;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
td:hover button.wcdv_icon_button_incell {
|
|
64
|
+
background-color: #C0C0C080;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
td button.wcdv_icon_button_incell:hover {
|
|
68
|
+
color: #404040;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
/* Icon sizing. */
|
|
72
|
+
|
|
73
|
+
td button.wcdv_icon_button_incell svg.wcdv_icon {
|
|
74
|
+
width: 12px;
|
|
75
|
+
height: 12px;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
/*
|
|
79
|
+
* Styles for checkboxes which are displayed using icons.
|
|
80
|
+
*/
|
|
81
|
+
|
|
82
|
+
button.wcdv_icon_button > svg.wcdv_icon.wcdv_icon_checkbox_off {
|
|
83
|
+
color: #000;
|
|
84
|
+
padding: 0.2em;
|
|
85
|
+
border-radius: 0.2em;
|
|
86
|
+
}
|
|
87
|
+
button.wcdv_icon_button > svg.wcdv_icon.wcdv_icon_checkbox_on {
|
|
88
|
+
background-color: #0095D6;
|
|
89
|
+
color: #FFF;
|
|
90
|
+
padding: 0.2em;
|
|
91
|
+
border-radius: 0.2em;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.wcdv_grid button > svg.wcdv_icon,
|
|
95
|
+
.wcdv_graph button > svg.wcdv_icon,
|
|
96
|
+
.wcdv_spinner > svg.wcdv_icon {
|
|
97
|
+
margin-right: 0.25em;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
li.wcdv_aggregate_field:first-child {
|
|
101
|
+
padding-top: 0.5ex;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
li.wcdv_aggregate_field {
|
|
105
|
+
padding-top: 0.25ex;
|
|
106
|
+
padding-bottom: 0.25ex;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
button.wcdv_expand_button > svg.wcdv_icon {
|
|
110
|
+
width: 15px;
|
|
111
|
+
height: 15px;
|
|
112
|
+
cursor: pointer;
|
|
113
|
+
margin-right: inherit;
|
|
114
|
+
color: #737373;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
/*
|
|
118
|
+
* Icon animation and rotation utility classes.
|
|
119
|
+
*/
|
|
120
|
+
|
|
121
|
+
@keyframes wcdv-spin {
|
|
122
|
+
from { transform: rotate(0deg); }
|
|
123
|
+
to { transform: rotate(360deg); }
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.wcdv_icon_spin {
|
|
127
|
+
animation: wcdv-spin 1.5s linear infinite;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.wcdv_icon_pulse {
|
|
131
|
+
animation: wcdv-spin 1s steps(8) infinite;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.wcdv_icon_rotate_180 {
|
|
135
|
+
transform: rotate(180deg);
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
.wcdv_icon_rotate_270 {
|
|
139
|
+
transform: rotate(270deg);
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
.wcdv_grid, .wcdv_graph {
|
|
143
|
+
background-color: white;
|
|
144
|
+
margin-top: 1em;
|
|
145
|
+
display: flex;
|
|
146
|
+
flex-direction: column;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.wcdv_grid:first-of-type {
|
|
150
|
+
margin-top: 0;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
.wcdv_dlg_warning_banner {
|
|
154
|
+
border-left: solid 8px #bf311a;
|
|
155
|
+
padding: 4px;
|
|
156
|
+
margin-bottom: 4px;
|
|
157
|
+
background-color: #fadfdb;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.wcdv_dlg_info_banner {
|
|
161
|
+
border: solid 2px #2196F3;
|
|
162
|
+
background-color: #E3F2FD;
|
|
163
|
+
color: #0D47A1;
|
|
164
|
+
padding: 1ex;
|
|
165
|
+
margin-top: 1ex;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
.wcdv_bottom_border_teal {
|
|
169
|
+
border-bottom: solid 2px #009688;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
hr.wcdv_hr_gradient {
|
|
173
|
+
border: 0;
|
|
174
|
+
height: 2px;
|
|
175
|
+
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
/******************************************************************************/
|
|
179
|
+
|
|
180
|
+
.wcdv_omnifilter {
|
|
181
|
+
display: inline-flex;
|
|
182
|
+
align-items: center;
|
|
183
|
+
height: 30px;
|
|
184
|
+
padding: 0 4px;
|
|
185
|
+
vertical-align: top;
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
.wcdv_omnifilter_input_wrap {
|
|
189
|
+
position: relative;
|
|
190
|
+
display: inline-flex;
|
|
191
|
+
align-items: center;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
.wcdv_omnifilter_input {
|
|
195
|
+
border: 1px solid #ddd;
|
|
196
|
+
border-radius: 3px;
|
|
197
|
+
padding: 2px 22px 2px 6px;
|
|
198
|
+
font-size: 0.85em;
|
|
199
|
+
outline: none;
|
|
200
|
+
width: 150px;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
.wcdv_omnifilter_input:focus {
|
|
204
|
+
border-color: #66afe9;
|
|
205
|
+
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(102,175,233,.6);
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
.wcdv_omnifilter_clear {
|
|
209
|
+
position: absolute;
|
|
210
|
+
right: 2px;
|
|
211
|
+
top: 50%;
|
|
212
|
+
transform: translateY(-50%);
|
|
213
|
+
background: transparent;
|
|
214
|
+
border: none;
|
|
215
|
+
cursor: pointer;
|
|
216
|
+
color: #999;
|
|
217
|
+
padding: 0 3px;
|
|
218
|
+
font-size: 0.8em;
|
|
219
|
+
line-height: 1;
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
.wcdv_omnifilter_clear:hover {
|
|
223
|
+
color: #333;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
.wcdv_omnifilter_toggle.wcdv_omnifilter_active {
|
|
227
|
+
filter: drop-shadow(0 0 4px rgba(102, 175, 233, 0.8)) drop-shadow(0 0 8px rgba(102, 175, 233, 0.5));
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
/******************************************************************************/
|
|
231
|
+
|
|
232
|
+
.wcdv_grid_titlebar {
|
|
233
|
+
border: 1px solid #c7c7c7;
|
|
234
|
+
padding: 0 0 0 8px;
|
|
235
|
+
cursor: pointer;
|
|
236
|
+
color: #737373;
|
|
237
|
+
flex: 0 0 auto;
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
.wcdv_grid_titlebar strong {
|
|
241
|
+
font-size: 1em;
|
|
242
|
+
line-height: 30px;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
.wcdv_grid_titlebar .headingInfo {
|
|
246
|
+
cursor: default;
|
|
247
|
+
font-size: 0.9em;
|
|
248
|
+
line-height: 30px;
|
|
249
|
+
padding-right: 8px;
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
div.wcdv_grid_titlebar div.wcdv_loading_spinner {
|
|
253
|
+
display: inline-block;
|
|
254
|
+
margin-left: -4px;
|
|
255
|
+
margin-right: 4px;
|
|
256
|
+
vertical-align: middle;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
.wcdv_grid_titlebar .link {
|
|
260
|
+
cursor: pointer;
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
.wcdv_grid_titlebar .link:hover {
|
|
264
|
+
text-decoration: underline;
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
/*
|
|
268
|
+
* Controls in the top-right of the titlebar:
|
|
269
|
+
*
|
|
270
|
+
* - omnifilter
|
|
271
|
+
* - download
|
|
272
|
+
* - refresh
|
|
273
|
+
* - config
|
|
274
|
+
* - show/hide
|
|
275
|
+
*/
|
|
276
|
+
|
|
277
|
+
div.wcdv_titlebar_controls {
|
|
278
|
+
float: right;
|
|
279
|
+
height: 30px;
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
div.wcdv_titlebar_controls button.wcdv_icon_button {
|
|
283
|
+
height: 30px;
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
div.wcdv_titlebar_controls button.wcdv_icon_button > svg.wcdv_icon {
|
|
287
|
+
cursor: pointer;
|
|
288
|
+
text-align: center;
|
|
289
|
+
user-select: none;
|
|
290
|
+
width: 24px;
|
|
291
|
+
height: 18px;
|
|
292
|
+
vertical-align: middle;
|
|
293
|
+
margin-top: -4px;
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
/******************************************************************************/
|
|
297
|
+
|
|
298
|
+
.wcdv_grid_content {
|
|
299
|
+
flex: 1 1 auto;
|
|
300
|
+
display: flex;
|
|
301
|
+
flex-direction: column;
|
|
302
|
+
border: 1px solid #c7c7c7;
|
|
303
|
+
border-top: none;
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
/******************************************************************************/
|
|
307
|
+
|
|
308
|
+
.wcdv_grid_toolbar {
|
|
309
|
+
border-bottom: 1px solid #c7c7c7;
|
|
310
|
+
padding: 0 4px;
|
|
311
|
+
flex: 0 0 auto;
|
|
312
|
+
font-size: 0.85em;
|
|
313
|
+
padding: 0 8px;
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
.wcdv_grid_toolbar .wcdv_button.pull-right {
|
|
317
|
+
padding-right: 0.5em;
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
/******************************************************************************/
|
|
321
|
+
|
|
322
|
+
.wcdv_toolbar_section button,
|
|
323
|
+
.wcdv_toolbar_section label,
|
|
324
|
+
.wcdv_toolbar_section .wcdv_button,
|
|
325
|
+
.wcdv_toolbar_section input {
|
|
326
|
+
margin-left: 0.5em;
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
.wcdv_toolbar_section button:first-child,
|
|
330
|
+
.wcdv_toolbar_section label:first-child,
|
|
331
|
+
.wcdv_toolbar_section .wcdv_button:first-child,
|
|
332
|
+
.wcdv_toolbar_section input:first-child {
|
|
333
|
+
margin-left: 0;
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
.wcdv_toolbar_section > svg.wcdv_icon {
|
|
337
|
+
width: 18px;
|
|
338
|
+
height: 18px;
|
|
339
|
+
color: #888;
|
|
340
|
+
}
|
|
341
|
+
.wcdv_toolbar_section > svg.wcdv_icon:hover {
|
|
342
|
+
color: #444;
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
.wcdv_toolbar_section button svg.wcdv_icon {
|
|
346
|
+
width: 1.15em;
|
|
347
|
+
height: 1.15em;
|
|
348
|
+
padding-right: 3px;
|
|
349
|
+
vertical-align: middle;
|
|
350
|
+
margin-top: -2px;
|
|
351
|
+
}
|
|
352
|
+
.wcdv_toolbar_section button[disabled=disabled] svg.wcdv_icon {
|
|
353
|
+
color: #c7c7c77a;
|
|
354
|
+
cursor: not-allowed;
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
.wcdv_toolbar_section:first-child {
|
|
358
|
+
padding-left: 0px;
|
|
359
|
+
border-left: none;
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
.wcdv_toolbar_section {
|
|
363
|
+
display: inline-block;
|
|
364
|
+
margin-right: 8px;
|
|
365
|
+
vertical-align: middle;
|
|
366
|
+
border-left: 1px solid #c7c7c7;
|
|
367
|
+
padding: 4px 4px 4px 12px;
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
.wcdv_toolbar_section input{
|
|
371
|
+
vertical-align: middle;
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
.wcdv_toolbar_section input[type="radio"] {
|
|
375
|
+
margin-top: -1px;
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
.wcdv_toolbar_view select{
|
|
379
|
+
margin-left: 0.5em;
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
.wcdv_toolbar_view .wcdv_icon_button span{
|
|
383
|
+
margin: 0 !important;
|
|
384
|
+
padding: 0;
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
.wcdv_grid_toolbar svg.wcdv_icon.wcdv_info_icon {
|
|
388
|
+
color: #737373;
|
|
389
|
+
margin-left: 0.5em;
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
/******************************************************************************/
|
|
393
|
+
|
|
394
|
+
.wcdv_warning_banner {
|
|
395
|
+
padding: 0.5em;
|
|
396
|
+
font-weight: bold;
|
|
397
|
+
background-color: #FFEB3B;
|
|
398
|
+
font-size: small;
|
|
399
|
+
cursor: pointer;
|
|
400
|
+
}
|
|
401
|
+
|
|
402
|
+
/******************************************************************************/
|
|
403
|
+
|
|
404
|
+
.wcdv_grid_control {
|
|
405
|
+
background-color: #FFF;
|
|
406
|
+
border-bottom: 1px solid #c7c7c7;
|
|
407
|
+
font-size: 0.85em;
|
|
408
|
+
|
|
409
|
+
/*
|
|
410
|
+
* Flexible display of group/filter/pivot controls.
|
|
411
|
+
*/
|
|
412
|
+
|
|
413
|
+
display: flex;
|
|
414
|
+
flex-shrink: 0;
|
|
415
|
+
flex-wrap: wrap;
|
|
416
|
+
justify-content: space-between;
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
.wcdv_control_title_bar {
|
|
420
|
+
display: flex;
|
|
421
|
+
border-bottom: 1px solid #737373;
|
|
422
|
+
align-items: baseline;
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
.wcdv_control_title {
|
|
426
|
+
color: #737373;
|
|
427
|
+
text-transform: uppercase;
|
|
428
|
+
font-weight: bold;
|
|
429
|
+
display: inline-block;
|
|
430
|
+
flex: 1 1 auto;
|
|
431
|
+
}
|
|
432
|
+
|
|
433
|
+
button.wcdv_control_clear_button {
|
|
434
|
+
margin-left: 10px;
|
|
435
|
+
/* so the clear icon doesn't increase the height of the control pane title */
|
|
436
|
+
margin-top: -2px;
|
|
437
|
+
flex: none;
|
|
438
|
+
height: 14px;
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
button.wcdv_control_clear_button > svg.wcdv_icon {
|
|
442
|
+
height: 14px;
|
|
443
|
+
/* so the clear icon doesn't increase the height of the control pane title */
|
|
444
|
+
margin-top: -2px;
|
|
445
|
+
margin-right: 0px;
|
|
446
|
+
stroke-width: 2.5px;
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
.wcdv_control_pane {
|
|
450
|
+
flex-grow: 1;
|
|
451
|
+
background-color: #FFF;
|
|
452
|
+
padding: 8px;
|
|
453
|
+
display: inline-block;
|
|
454
|
+
vertical-align: top;
|
|
455
|
+
border: solid 1px #c7c7c7;
|
|
456
|
+
border-radius: 8px;
|
|
457
|
+
margin: 8px;
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
.wcdv_control_pane > div {
|
|
461
|
+
display: flex;
|
|
462
|
+
height: 100%;
|
|
463
|
+
flex-direction: column;
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
.wcdv_control_pane > div > ul {
|
|
467
|
+
list-style-type: none;
|
|
468
|
+
padding: 0px;
|
|
469
|
+
margin-top: 1ex;
|
|
470
|
+
margin-bottom: 1ex;
|
|
471
|
+
width: 100%;
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
.wcdv_control_pane > div select.wcdv_control_addField {
|
|
475
|
+
width: 100%;
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
/* HORIZONTAL CONTROLS */
|
|
479
|
+
|
|
480
|
+
.wcdv_control_pane ul.wcdv_control_horizontal li {
|
|
481
|
+
display: inline-block;
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
/*
|
|
485
|
+
* These are the little arrows that show the relationship between group & pivot fields like this:
|
|
486
|
+
* [field] → [field] → [field]. Since these are horizontal lists, the arrows are actually placed at
|
|
487
|
+
* the beginning of every <LI>, we just use CSS to hide the first one so they appear to be between
|
|
488
|
+
* field elements.
|
|
489
|
+
*/
|
|
490
|
+
|
|
491
|
+
.wcdv_control_pane ul.wcdv_control_horizontal > li:first-child > svg.wcdv_icon {
|
|
492
|
+
display: none;
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
.wcdv_control_pane ul.wcdv_control_horizontal li > svg.wcdv_icon {
|
|
496
|
+
margin-right: 4px;
|
|
497
|
+
}
|
|
498
|
+
|
|
499
|
+
/*
|
|
500
|
+
* These are the fields themselves.
|
|
501
|
+
*/
|
|
502
|
+
|
|
503
|
+
.wcdv_control_pane ul.wcdv_control_horizontal li .wcdv_field {
|
|
504
|
+
display: inline-block;
|
|
505
|
+
border-radius: 4px;
|
|
506
|
+
padding: 4px;
|
|
507
|
+
margin-right: 4px;
|
|
508
|
+
cursor: pointer;
|
|
509
|
+
white-space: nowrap;
|
|
510
|
+
border: 1px solid #c7c7c7;
|
|
511
|
+
border-radius: 4px;
|
|
512
|
+
background-color: #FFF;
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
.wcdv_control_pane ul.wcdv_control_horizontal li.ui-sortable-helper .wcdv_field button {
|
|
516
|
+
display: none;
|
|
517
|
+
}
|
|
518
|
+
|
|
519
|
+
/* VERTICAL CONTROLS */
|
|
520
|
+
|
|
521
|
+
.wcdv_control_pane > div > ul.wcdv_control_vertical {
|
|
522
|
+
flex-grow: 1;
|
|
523
|
+
}
|
|
524
|
+
|
|
525
|
+
.wcdv_control_pane > div > ul.wcdv_control_vertical.ui-sortable > li span.wcdv_field_name {
|
|
526
|
+
cursor: pointer;
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
/*
|
|
530
|
+
.wcdv_control_pane .wcdv_control_vertical li:first-child .wcdv_field {
|
|
531
|
+
border-top: none;
|
|
532
|
+
}
|
|
533
|
+
*/
|
|
534
|
+
|
|
535
|
+
.wcdv_control_pane .wcdv_control_vertical li .wcdv_field {
|
|
536
|
+
display: flex;
|
|
537
|
+
align-items: center;
|
|
538
|
+
/* border-top: dashed 1px #c7c7c7; */
|
|
539
|
+
padding: 4px;
|
|
540
|
+
}
|
|
541
|
+
|
|
542
|
+
.wcdv_sortable_helper {
|
|
543
|
+
border-radius: 8px;
|
|
544
|
+
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1),
|
|
545
|
+
0 2px 4px rgba(0, 0, 0, 0.06);
|
|
546
|
+
background: white; /* Ensures shadow is visible */
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
.ui-state-highlight {
|
|
550
|
+
box-sizing: border-box;
|
|
551
|
+
}
|
|
552
|
+
|
|
553
|
+
/*
|
|
554
|
+
* These are the fields themselves.
|
|
555
|
+
*/
|
|
556
|
+
|
|
557
|
+
.wcdv_control_pane .wcdv_control_vertical .wcdv_field .wcdv_field_name {
|
|
558
|
+
flex-grow: 1;
|
|
559
|
+
flex-shrink: 0;
|
|
560
|
+
/*
|
|
561
|
+
max-width: 10em;
|
|
562
|
+
overflow: hidden;
|
|
563
|
+
white-space: nowrap;
|
|
564
|
+
text-overflow: ellipsis;
|
|
565
|
+
*/
|
|
566
|
+
}
|
|
567
|
+
|
|
568
|
+
/* AGGREGATE CONTROL */
|
|
569
|
+
|
|
570
|
+
.wcdv_aggregate_control_error {
|
|
571
|
+
margin-left: 4px;
|
|
572
|
+
color: #FF9800;
|
|
573
|
+
cursor: help;
|
|
574
|
+
}
|
|
575
|
+
|
|
576
|
+
.ui-widget.ui-widget-content.wcdv_aggregate_control_error_tooltip {
|
|
577
|
+
border: solid 2px #FF9800;
|
|
578
|
+
border-top-width: 10px;
|
|
579
|
+
font-size: 0.85em;
|
|
580
|
+
padding: 4px 6px 4px 6px;
|
|
581
|
+
}
|
|
582
|
+
|
|
583
|
+
.ui-widget.ui-widget-content.wcdv_info_tooltip {
|
|
584
|
+
border: solid 2px #737373;
|
|
585
|
+
border-top-width: 10px;
|
|
586
|
+
font-size: 0.85em;
|
|
587
|
+
padding: 4px 6px 4px 6px;
|
|
588
|
+
}
|
|
589
|
+
|
|
590
|
+
/* FILTER CONTROL */
|
|
591
|
+
|
|
592
|
+
.wcdv_filter_control ul li .wcdv_field {
|
|
593
|
+
display: flex;
|
|
594
|
+
align-items: center;
|
|
595
|
+
}
|
|
596
|
+
|
|
597
|
+
.wcdv_filter_control ul li .wcdv_field > * {
|
|
598
|
+
flex: none;
|
|
599
|
+
}
|
|
600
|
+
|
|
601
|
+
.wcdv_filter_control ul li .wcdv_field .wcdv_field_name {
|
|
602
|
+
flex-grow: 0 !important;
|
|
603
|
+
}
|
|
604
|
+
|
|
605
|
+
.wcdv_filter_control ul li .wcdv_field > .wcdv_filter_control_filter_container {
|
|
606
|
+
margin-left: 1ex;
|
|
607
|
+
flex: 1 1 auto;
|
|
608
|
+
}
|
|
609
|
+
|
|
610
|
+
.wcdv_filter_control ul li .wcdv_field > .wcdv_filter_control_filter_container > div {
|
|
611
|
+
align-items: center;
|
|
612
|
+
display: flex;
|
|
613
|
+
white-space: nowrap;
|
|
614
|
+
padding-top: 2px;
|
|
615
|
+
padding-bottom: 2px;
|
|
616
|
+
}
|
|
617
|
+
|
|
618
|
+
/* WARNING - MAY NEED TUNED IN THE FUTURE */
|
|
619
|
+
|
|
620
|
+
.wcdv_filter_control ul li .wcdv_field > .wcdv_filter_control_filter_container > div > input,
|
|
621
|
+
.wcdv_filter_control ul li .wcdv_field > .wcdv_filter_control_filter_container > div > div.SumoSelect {
|
|
622
|
+
flex: 1 1 auto;
|
|
623
|
+
}
|
|
624
|
+
|
|
625
|
+
/*
|
|
626
|
+
* If we don't set this here, then floatThead will cover up the Sumo Select dropdown. The
|
|
627
|
+
* floatThead z-index is 1001.
|
|
628
|
+
*/
|
|
629
|
+
|
|
630
|
+
div.SumoSelect > div.optWrapper {
|
|
631
|
+
z-index: 1002;
|
|
632
|
+
}
|
|
633
|
+
|
|
634
|
+
.wcdv_filter_control_filter_container {
|
|
635
|
+
display: inline-block;
|
|
636
|
+
}
|
|
637
|
+
|
|
638
|
+
/* AGGREGATE CONTROL */
|
|
639
|
+
|
|
640
|
+
ul.wcdv_aggregate_control_fieldlist {
|
|
641
|
+
padding-left: 0.5em;
|
|
642
|
+
list-style-type: none;
|
|
643
|
+
text-align: right;
|
|
644
|
+
}
|
|
645
|
+
|
|
646
|
+
ul.wcdv_aggregate_control_fieldlist > li > label {
|
|
647
|
+
padding-right: 0.5em;
|
|
648
|
+
}
|
|
649
|
+
|
|
650
|
+
/* OPERATIONS PALETTE */
|
|
651
|
+
|
|
652
|
+
div.wcdv_operations_category {
|
|
653
|
+
display: inline-block;
|
|
654
|
+
border: solid 1px #c7c7c7;
|
|
655
|
+
border-radius: 4px;
|
|
656
|
+
padding: 6px;
|
|
657
|
+
margin-top: 8px;
|
|
658
|
+
margin-left: 0.5em;
|
|
659
|
+
}
|
|
660
|
+
|
|
661
|
+
div.wcdv_operations_category:first-child {
|
|
662
|
+
margin-left: 0;
|
|
663
|
+
}
|
|
664
|
+
|
|
665
|
+
div.wcdv_operations_category > button.wcdv_operation {
|
|
666
|
+
margin-left: 0.5em;
|
|
667
|
+
}
|
|
668
|
+
|
|
669
|
+
div.wcdv_operations_category > button.wcdv_operation:first-child {
|
|
670
|
+
margin-left: 0;
|
|
671
|
+
}
|
|
672
|
+
|
|
673
|
+
button.wcdv_operation.no_label > svg.wcdv_icon {
|
|
674
|
+
margin-right: 0;
|
|
675
|
+
}
|
|
676
|
+
|
|
677
|
+
/* ROW OPERATIONS */
|
|
678
|
+
|
|
679
|
+
div.wcdv_grid_table td.wcdv_row_operations {
|
|
680
|
+
text-align: left;
|
|
681
|
+
}
|
|
682
|
+
|
|
683
|
+
|
|
684
|
+
div.wcdv_grid_table td.wcdv_row_operations > button.wcdv_operation {
|
|
685
|
+
margin-left: 0.25em;
|
|
686
|
+
}
|
|
687
|
+
|
|
688
|
+
div.wcdv_grid_table td.wcdv_row_operations > button.wcdv_operation:first-child {
|
|
689
|
+
margin-left: 0;
|
|
690
|
+
}
|
|
691
|
+
|
|
692
|
+
/* CELL OPERATIONS */
|
|
693
|
+
|
|
694
|
+
button.wcdv_operation[data-operation-type="cell"]:disabled:hover {
|
|
695
|
+
color: #80808080;
|
|
696
|
+
cursor: default;
|
|
697
|
+
}
|
|
698
|
+
|
|
699
|
+
button.wcdv_operation[data-operation-type="cell"]:disabled > svg.wcdv_icon {
|
|
700
|
+
cursor: default;
|
|
701
|
+
}
|
|
702
|
+
|
|
703
|
+
/******************************************************************************/
|
|
704
|
+
|
|
705
|
+
.wcdv_grid_table,
|
|
706
|
+
.wcdv_graph_render {
|
|
707
|
+
flex: 1 1 auto;
|
|
708
|
+
}
|
|
709
|
+
|
|
710
|
+
.wcdv_grid_table th {
|
|
711
|
+
white-space: nowrap;
|
|
712
|
+
}
|
|
713
|
+
|
|
714
|
+
.wcdv_grid_table .wcdv_group_col_spacer {
|
|
715
|
+
width: 18px;
|
|
716
|
+
min-width: 18px;
|
|
717
|
+
text-align: center;
|
|
718
|
+
/*padding-right: 0px;*/
|
|
719
|
+
}
|
|
720
|
+
|
|
721
|
+
.wcdv_filter_icon {
|
|
722
|
+
cursor: pointer;
|
|
723
|
+
width: 1.5em;
|
|
724
|
+
padding: 0;
|
|
725
|
+
text-align: center;
|
|
726
|
+
margin: -.333em -0.26667em -.333em 0;
|
|
727
|
+
height: 1.86667em;
|
|
728
|
+
line-height: 1.86667em;
|
|
729
|
+
}
|
|
730
|
+
|
|
731
|
+
.wcdv_sort_icon {
|
|
732
|
+
cursor: pointer;
|
|
733
|
+
margin: -0.3333em 0 -0.3333em 0;
|
|
734
|
+
}
|
|
735
|
+
|
|
736
|
+
/*
|
|
737
|
+
td.wcdv_group_col_spacer,
|
|
738
|
+
td.wcdv_group_value {
|
|
739
|
+
background-color: #EEE;
|
|
740
|
+
}
|
|
741
|
+
*/
|
|
742
|
+
|
|
743
|
+
/*
|
|
744
|
+
td.wcdv_group_value > span.wcdv_group_value {
|
|
745
|
+
font-weight: bold;
|
|
746
|
+
}
|
|
747
|
+
*/
|
|
748
|
+
|
|
749
|
+
tr.wcdv_grid_filterrow th.wcdv_grid_filtercol {
|
|
750
|
+
text-transform: none;
|
|
751
|
+
}
|
|
752
|
+
|
|
753
|
+
/******************************************************************************/
|
|
754
|
+
|
|
755
|
+
.wcdv_drop_target_hover {
|
|
756
|
+
background-color: rgba(0, 149, 214, 0.11) !important;
|
|
757
|
+
}
|
|
758
|
+
|
|
759
|
+
.wcdv_drag_handle.ui-draggable {
|
|
760
|
+
cursor: pointer;
|
|
761
|
+
}
|
|
762
|
+
|
|
763
|
+
.wcdv_drag_handle.ui-draggable-dragging {
|
|
764
|
+
visibility: visible;
|
|
765
|
+
border: solid 1px #888;
|
|
766
|
+
background-color: #EEE;
|
|
767
|
+
padding: 4px;
|
|
768
|
+
border-radius: 4px;
|
|
769
|
+
z-index: 1;
|
|
770
|
+
|
|
771
|
+
/*
|
|
772
|
+
* Without negative margin, the extra space in the span causes the table column sizes to be
|
|
773
|
+
* recalculated, making everything shift around when you start dragging. Feels like a hack.
|
|
774
|
+
* The exact number was determined by just playing around to find what works.
|
|
775
|
+
*/
|
|
776
|
+
|
|
777
|
+
margin: -10px;
|
|
778
|
+
}
|
|
779
|
+
|
|
780
|
+
.wcdv_control_vertical.ui-sortable.wcdv_sortable_sender {
|
|
781
|
+
min-height: 3ex;
|
|
782
|
+
}
|
|
783
|
+
|
|
784
|
+
.wcdv_sortable_helper {
|
|
785
|
+
}
|
|
786
|
+
|
|
787
|
+
/******************************************************************************/
|
|
788
|
+
|
|
789
|
+
.wcdvgrid_textLeft {
|
|
790
|
+
text-align: left;
|
|
791
|
+
}
|
|
792
|
+
|
|
793
|
+
.wcdvgrid_textRight {
|
|
794
|
+
text-align: right;
|
|
795
|
+
}
|
|
796
|
+
|
|
797
|
+
.wcdvgrid_textCenter {
|
|
798
|
+
text-align: center;
|
|
799
|
+
}
|
|
800
|
+
|
|
801
|
+
.wcdvgrid_textJustify {
|
|
802
|
+
text-align: justify;
|
|
803
|
+
}
|
|
804
|
+
|
|
805
|
+
.wcdv_centered {
|
|
806
|
+
margin-left: auto;
|
|
807
|
+
margin-right: auto;
|
|
808
|
+
}
|
|
809
|
+
|
|
810
|
+
.wcdv_nowrap {
|
|
811
|
+
white-space: nowrap !important;
|
|
812
|
+
}
|
|
813
|
+
|
|
814
|
+
/******************************************************************************/
|
|
815
|
+
/* COLUMN RESIZING */
|
|
816
|
+
/******************************************************************************/
|
|
817
|
+
|
|
818
|
+
.wcdv_resizable_column {
|
|
819
|
+
position: relative;
|
|
820
|
+
}
|
|
821
|
+
|
|
822
|
+
.wcdv_column_resize_handle {
|
|
823
|
+
position: absolute;
|
|
824
|
+
right: 0;
|
|
825
|
+
top: 0;
|
|
826
|
+
bottom: 0;
|
|
827
|
+
width: 5px;
|
|
828
|
+
cursor: col-resize;
|
|
829
|
+
background-color: transparent;
|
|
830
|
+
z-index: 10;
|
|
831
|
+
}
|
|
832
|
+
|
|
833
|
+
.wcdv_column_resize_handle:hover {
|
|
834
|
+
background-color: #0095D6;
|
|
835
|
+
}
|
|
836
|
+
|
|
837
|
+
.wcdv_resizing {
|
|
838
|
+
cursor: col-resize !important;
|
|
839
|
+
user-select: none;
|
|
840
|
+
}
|
|
841
|
+
|
|
842
|
+
.wcdv_resizing * {
|
|
843
|
+
cursor: col-resize !important;
|
|
844
|
+
}
|
|
845
|
+
|
|
846
|
+
/* Use table-layout: fixed for proper column width control */
|
|
847
|
+
.wcdv_grid_table table.wcdv-resizable-cols {
|
|
848
|
+
table-layout: fixed;
|
|
849
|
+
}
|
|
850
|
+
|
|
851
|
+
/******************************************************************************/
|
|
852
|
+
/* COLUMN REORDERING */
|
|
853
|
+
/******************************************************************************/
|
|
854
|
+
|
|
855
|
+
.wcdv_reorderable_column {
|
|
856
|
+
cursor: grab;
|
|
857
|
+
}
|
|
858
|
+
|
|
859
|
+
.wcdv_reorderable_column:active {
|
|
860
|
+
cursor: grabbing;
|
|
861
|
+
}
|
|
862
|
+
|
|
863
|
+
.wcdv_column_dragging {
|
|
864
|
+
background-color: #E3F2FD !important;
|
|
865
|
+
}
|
|
866
|
+
|
|
867
|
+
.wcdv_column_drop_target {
|
|
868
|
+
background-color: #BBDEFB !important;
|
|
869
|
+
box-shadow: inset 0 0 0 2px #0095D6;
|
|
870
|
+
}
|
|
871
|
+
|
|
872
|
+
.wcdv_column_drop_indicator {
|
|
873
|
+
position: absolute;
|
|
874
|
+
width: 3px;
|
|
875
|
+
border-left: 3px dashed #4CAF50;
|
|
876
|
+
pointer-events: none;
|
|
877
|
+
z-index: 1000;
|
|
878
|
+
display: none;
|
|
879
|
+
}
|
|
880
|
+
|
|
881
|
+
/******************************************************************************/
|
|
882
|
+
/* ROW MODE (CLIPPED vs WRAPPED) */
|
|
883
|
+
/******************************************************************************/
|
|
884
|
+
|
|
885
|
+
/* Wrapped mode (default) - cells can wrap to multiple lines */
|
|
886
|
+
.wcdv_grid_table.wcdv_row_mode_wrapped td {
|
|
887
|
+
white-space: normal;
|
|
888
|
+
word-wrap: break-word;
|
|
889
|
+
overflow-wrap: break-word;
|
|
890
|
+
}
|
|
891
|
+
|
|
892
|
+
/* Clipped mode - single line cells with text truncated */
|
|
893
|
+
.wcdv_grid_table.wcdv_row_mode_clipped td {
|
|
894
|
+
white-space: nowrap;
|
|
895
|
+
overflow: hidden;
|
|
896
|
+
text-overflow: ellipsis;
|
|
897
|
+
max-width: 300px;
|
|
898
|
+
}
|
|
899
|
+
|
|
900
|
+
.wcdv_grid_table.wcdv_row_mode_clipped th {
|
|
901
|
+
white-space: nowrap;
|
|
902
|
+
}
|
|
903
|
+
|
|
904
|
+
/* Allow overflow visible on headers for resize handles */
|
|
905
|
+
.wcdv_grid_table.wcdv_row_mode_clipped th.wcdv_resizable_column {
|
|
906
|
+
overflow: visible;
|
|
907
|
+
}
|
|
908
|
+
|
|
909
|
+
/*
|
|
910
|
+
* The "show more rows" button, shown when using the "more" limit method.
|
|
911
|
+
*/
|
|
912
|
+
|
|
913
|
+
tr.wcdvgrid_more td {
|
|
914
|
+
background-color: #F6F6F9;
|
|
915
|
+
border-top: 3px double #808080;
|
|
916
|
+
font-weight: normal;
|
|
917
|
+
color: #646464;
|
|
918
|
+
font-size: .85em;
|
|
919
|
+
font-weight: normal;
|
|
920
|
+
padding-bottom: 3px;
|
|
921
|
+
padding-top: 3px;
|
|
922
|
+
text-transform: uppercase;
|
|
923
|
+
cursor: pointer;
|
|
924
|
+
}
|
|
925
|
+
|
|
926
|
+
/*
|
|
927
|
+
* Pagination controls, shown below the table when the pagination feature is enabled.
|
|
928
|
+
*/
|
|
929
|
+
|
|
930
|
+
.wcdv_pagination {
|
|
931
|
+
display: flex;
|
|
932
|
+
justify-content: center;
|
|
933
|
+
align-items: center;
|
|
934
|
+
gap: 4px;
|
|
935
|
+
padding: 8px 0;
|
|
936
|
+
user-select: none;
|
|
937
|
+
}
|
|
938
|
+
|
|
939
|
+
.wcdv_pagination_btn {
|
|
940
|
+
min-width: 32px;
|
|
941
|
+
height: 32px;
|
|
942
|
+
padding: 0 8px;
|
|
943
|
+
border: 1px solid #CCCCCC;
|
|
944
|
+
border-radius: 4px;
|
|
945
|
+
background-color: #FFFFFF;
|
|
946
|
+
color: #333333;
|
|
947
|
+
font-size: 0.85em;
|
|
948
|
+
cursor: pointer;
|
|
949
|
+
line-height: 30px;
|
|
950
|
+
text-align: center;
|
|
951
|
+
}
|
|
952
|
+
|
|
953
|
+
.wcdv_pagination_btn:hover:not(:disabled) {
|
|
954
|
+
background-color: #E8E8E8;
|
|
955
|
+
}
|
|
956
|
+
|
|
957
|
+
.wcdv_pagination_btn:disabled {
|
|
958
|
+
cursor: default;
|
|
959
|
+
}
|
|
960
|
+
|
|
961
|
+
.wcdv_pagination_btn.wcdv_pagination_current {
|
|
962
|
+
background-color: #337AB7;
|
|
963
|
+
border-color: #337AB7;
|
|
964
|
+
color: #FFFFFF;
|
|
965
|
+
font-weight: bold;
|
|
966
|
+
}
|
|
967
|
+
|
|
968
|
+
.wcdv_pagination_ellipsis {
|
|
969
|
+
min-width: 24px;
|
|
970
|
+
text-align: center;
|
|
971
|
+
color: #999999;
|
|
972
|
+
font-size: 0.85em;
|
|
973
|
+
line-height: 32px;
|
|
974
|
+
}
|
|
975
|
+
|
|
976
|
+
/*
|
|
977
|
+
.wcdv_grid .tabletool .thead {
|
|
978
|
+
overflow: initial;
|
|
979
|
+
}
|
|
980
|
+
|
|
981
|
+
.wcdv_grid .tabletool .outer.thead {
|
|
982
|
+
overflow: initial;
|
|
983
|
+
}
|
|
984
|
+
|
|
985
|
+
.wcdv_grid .tabletool.ttsticky .outer.thead .inner {
|
|
986
|
+
overflow: initial;
|
|
987
|
+
}
|
|
988
|
+
*/
|
|
989
|
+
|
|
990
|
+
.ui-progressbar.wcdvgrid_progressbar {
|
|
991
|
+
height: 32px;
|
|
992
|
+
padding: 8px;
|
|
993
|
+
}
|
|
994
|
+
|
|
995
|
+
.ui-progressbar .ui-progressbar-value.wcdvgrid_progressbar {
|
|
996
|
+
background: #80A0C0;
|
|
997
|
+
}
|
|
998
|
+
|
|
999
|
+
.ui-resizable-helper {
|
|
1000
|
+
border: solid 2px dotted;
|
|
1001
|
+
}
|
|
1002
|
+
|
|
1003
|
+
/*
|
|
1004
|
+
* =============================================================================
|
|
1005
|
+
* BASIC TABLE STYLES
|
|
1006
|
+
* =============================================================================
|
|
1007
|
+
*/
|
|
1008
|
+
|
|
1009
|
+
.wcdv_grid_table table {
|
|
1010
|
+
/*
|
|
1011
|
+
* If we use border-collapse then the border of the sticky header <th> elements will scroll with
|
|
1012
|
+
* the table body, rather than being stuck with the <th> elements. Using border-spacing instead.
|
|
1013
|
+
*/
|
|
1014
|
+
/* border-collapse: collapse; */
|
|
1015
|
+
border-spacing: 0;
|
|
1016
|
+
background-color: #FFFFFF;
|
|
1017
|
+
font-size: 1em;
|
|
1018
|
+
width: 100%;
|
|
1019
|
+
}
|
|
1020
|
+
|
|
1021
|
+
.wcdv_grid_table table th {
|
|
1022
|
+
background-color: #FFF;
|
|
1023
|
+
color: #737373;
|
|
1024
|
+
font-weight: normal;
|
|
1025
|
+
line-height: 16px;
|
|
1026
|
+
text-align: left;
|
|
1027
|
+
}
|
|
1028
|
+
|
|
1029
|
+
.wcdv_grid_table table thead th {
|
|
1030
|
+
background-color: #737373;
|
|
1031
|
+
color: #FFF;
|
|
1032
|
+
}
|
|
1033
|
+
|
|
1034
|
+
.wcdv_grid_table table thead th button.wcdv_icon_button > svg.wcdv_icon {
|
|
1035
|
+
color: #FFF;
|
|
1036
|
+
stroke-width: 2.5px;
|
|
1037
|
+
}
|
|
1038
|
+
|
|
1039
|
+
.wcdv_sort_column_active.wcdv_bg-primary{
|
|
1040
|
+
color: #FFF;
|
|
1041
|
+
}
|
|
1042
|
+
|
|
1043
|
+
/*
|
|
1044
|
+
.wcdv_grid_table table th.wcdv_sort_column_active {
|
|
1045
|
+
background-color: rgba(255, 152, 0, 0.2);
|
|
1046
|
+
}
|
|
1047
|
+
*/
|
|
1048
|
+
|
|
1049
|
+
.wcdv_grid_table table > thead > tr:first-child > th:first-child {
|
|
1050
|
+
border-bottom: none;
|
|
1051
|
+
}
|
|
1052
|
+
|
|
1053
|
+
.wcdv_grid_table table > thead > tr > th {
|
|
1054
|
+
padding: 5px 4px;
|
|
1055
|
+
}
|
|
1056
|
+
|
|
1057
|
+
.wcdv_grid_table table > thead > tr + tr > th{
|
|
1058
|
+
background-color: #f0f0f5;
|
|
1059
|
+
color: #000;
|
|
1060
|
+
border-bottom: 1px solid #000;
|
|
1061
|
+
}
|
|
1062
|
+
|
|
1063
|
+
/*
|
|
1064
|
+
.wcdv_grid_table table > thead > tr:last-child > th {
|
|
1065
|
+
border-bottom: none !important;
|
|
1066
|
+
}
|
|
1067
|
+
*/
|
|
1068
|
+
|
|
1069
|
+
.wcdv_grid_table table > tfoot {
|
|
1070
|
+
background-color: #F6F6F9;
|
|
1071
|
+
border-top: 3px double #808080;
|
|
1072
|
+
}
|
|
1073
|
+
|
|
1074
|
+
.wcdv_grid_table table > tfoot > tr {
|
|
1075
|
+
border-bottom: solid 1px #c7c7c7;
|
|
1076
|
+
}
|
|
1077
|
+
|
|
1078
|
+
.wcdv_grid_table table > tfoot > tr:last-child {
|
|
1079
|
+
border-bottom: none;
|
|
1080
|
+
}
|
|
1081
|
+
|
|
1082
|
+
.wcdv_grid_table table > tbody > tr.even {
|
|
1083
|
+
/* blue: background-color: #e3f2fd; */
|
|
1084
|
+
background-color: #e8f5e9;
|
|
1085
|
+
}
|
|
1086
|
+
|
|
1087
|
+
.wcdv_grid_table table.zebra > tbody > tr.odd {
|
|
1088
|
+
background-color: white;
|
|
1089
|
+
}
|
|
1090
|
+
|
|
1091
|
+
.wcdv_grid_table table td.wcdv_selected_row {
|
|
1092
|
+
background-color: rgba(255, 235, 59, .4);
|
|
1093
|
+
}
|
|
1094
|
+
|
|
1095
|
+
.wcdv_grid_table table td.wcdv_focus {
|
|
1096
|
+
background-color: rgba(76, 175, 80, .3);
|
|
1097
|
+
}
|
|
1098
|
+
|
|
1099
|
+
/*
|
|
1100
|
+
.wcdv_grid_table table > tbody > tr:first-child > td,
|
|
1101
|
+
.wcdv_grid_table table > tbody > tr:first-child > th {
|
|
1102
|
+
padding-top: 4px;
|
|
1103
|
+
}
|
|
1104
|
+
*/
|
|
1105
|
+
|
|
1106
|
+
.wcdv_grid_table table td,
|
|
1107
|
+
.wcdv_grid_table table th {
|
|
1108
|
+
padding: 4px;
|
|
1109
|
+
vertical-align: top;
|
|
1110
|
+
}
|
|
1111
|
+
|
|
1112
|
+
.wcdv_grid_table table .wcdv_divider {
|
|
1113
|
+
border-left: solid 1px #c7c7c7;
|
|
1114
|
+
padding-left: 4px !important;
|
|
1115
|
+
}
|
|
1116
|
+
|
|
1117
|
+
.wcdv_grid_table table .wcdv_pivot_colval_boundary {
|
|
1118
|
+
border-left: solid 1px #c7c7c7;
|
|
1119
|
+
padding-left: 4px !important;
|
|
1120
|
+
}
|
|
1121
|
+
|
|
1122
|
+
.wcdv_grid_table table .wcdv_pivot_colval_boundary:first-child{
|
|
1123
|
+
border-left: none;
|
|
1124
|
+
}
|
|
1125
|
+
|
|
1126
|
+
.wcdv_grid_table table .wcdv_pivot_colval_boundary ~ td {
|
|
1127
|
+
padding-left: 16px;
|
|
1128
|
+
}
|
|
1129
|
+
|
|
1130
|
+
.wcdv_grid_table table .wcdv_pivot_aggregate_boundary {
|
|
1131
|
+
border-left: double #c7c7c7;
|
|
1132
|
+
padding-left: 4px !important;
|
|
1133
|
+
}
|
|
1134
|
+
|
|
1135
|
+
.wcdv_grid_table table .wcdv_gridtable_agg_pivot td,
|
|
1136
|
+
.wcdv_grid_table table .wcdv_gridtable_agg_pivot th {
|
|
1137
|
+
border-top: double #c7c7c7;
|
|
1138
|
+
padding-top: 4px;
|
|
1139
|
+
}
|
|
1140
|
+
|
|
1141
|
+
.wcdv_heading_container{
|
|
1142
|
+
display: flex;
|
|
1143
|
+
}
|
|
1144
|
+
|
|
1145
|
+
.wcdv_heading_container .wcdv_heading_title{
|
|
1146
|
+
flex-grow: 1;
|
|
1147
|
+
margin-right: 25px;
|
|
1148
|
+
line-height: 18px;
|
|
1149
|
+
}
|
|
1150
|
+
|
|
1151
|
+
.wcdv_heading_container div{
|
|
1152
|
+
display: inline-block;
|
|
1153
|
+
}
|
|
1154
|
+
|
|
1155
|
+
.wcdv_grid_table table .wcdv_bld {
|
|
1156
|
+
border-left: double #c7c7c7;
|
|
1157
|
+
}
|
|
1158
|
+
|
|
1159
|
+
.wcdv_grid_table table .wcdv_brd {
|
|
1160
|
+
border-right: double #c7c7c7;
|
|
1161
|
+
}
|
|
1162
|
+
|
|
1163
|
+
.wcdv_grid_table table .wcdv_btd {
|
|
1164
|
+
border-top: double #c7c7c7;
|
|
1165
|
+
}
|
|
1166
|
+
|
|
1167
|
+
.wcdv_graph_message {
|
|
1168
|
+
font-size: 30px;
|
|
1169
|
+
font-weight: bold;
|
|
1170
|
+
color: #C0C0C0;
|
|
1171
|
+
text-align: center;
|
|
1172
|
+
position: relative;
|
|
1173
|
+
padding: 10px 0;
|
|
1174
|
+
}
|
|
1175
|
+
|
|
1176
|
+
/*
|
|
1177
|
+
* ROW SELECTION CELLS
|
|
1178
|
+
*/
|
|
1179
|
+
|
|
1180
|
+
.wcdv-row-select-col {
|
|
1181
|
+
width: 1em;
|
|
1182
|
+
}
|
|
1183
|
+
|
|
1184
|
+
/*
|
|
1185
|
+
* CELLS YOU CAN "DRILL DOWN" INTO
|
|
1186
|
+
*/
|
|
1187
|
+
|
|
1188
|
+
.wcdv_grid_table table td.wcdv_drill_down {
|
|
1189
|
+
cursor: zoom-in;
|
|
1190
|
+
}
|
|
1191
|
+
.wcdv_grid_table table td.wcdv_drill_down:active {
|
|
1192
|
+
background-color: #fff9c4;
|
|
1193
|
+
}
|
|
1194
|
+
|
|
1195
|
+
.wcdv_maxheight_wrapper {
|
|
1196
|
+
position: relative;
|
|
1197
|
+
overflow: hidden;
|
|
1198
|
+
}
|
|
1199
|
+
|
|
1200
|
+
.wcdv_maxheight_wrapper_withwidth {
|
|
1201
|
+
text-overflow: ellipsis;
|
|
1202
|
+
}
|
|
1203
|
+
|
|
1204
|
+
/*
|
|
1205
|
+
* EMPTY CELL
|
|
1206
|
+
*/
|
|
1207
|
+
|
|
1208
|
+
html:not(.ie11) .wcdv_grid_table table td.wcdv_cell_empty,
|
|
1209
|
+
html:not(.ie11) .wcdv_grid_table table th.wcdv_cell_empty {
|
|
1210
|
+
position: relative;
|
|
1211
|
+
}
|
|
1212
|
+
|
|
1213
|
+
html:not(.ie11) .wcdv_grid_table table td.wcdv_cell_empty div,
|
|
1214
|
+
html:not(.ie11) .wcdv_grid_table table th.wcdv_cell_empty div {
|
|
1215
|
+
position: absolute;
|
|
1216
|
+
top: 0px;
|
|
1217
|
+
left: 0px;
|
|
1218
|
+
right: 0px;
|
|
1219
|
+
bottom: 0px;
|
|
1220
|
+
margin: 4px;
|
|
1221
|
+
}
|
|
1222
|
+
|
|
1223
|
+
.wcdv_grid_table table td.wcdv_cell_empty div,
|
|
1224
|
+
.wcdv_grid_table table th.wcdv_cell_empty div {
|
|
1225
|
+
background: repeating-linear-gradient(-45deg, rgba(127, 127, 127, 0.5), rgba(127, 127, 127, 0.5) 8px, rgba(0, 0, 0, 0) 8px, rgba(0, 0, 0, 0) 16px);
|
|
1226
|
+
}
|
|
1227
|
+
|
|
1228
|
+
/*
|
|
1229
|
+
* Icon Tweaks
|
|
1230
|
+
*/
|
|
1231
|
+
|
|
1232
|
+
.wcdv_grid svg.wcdv_icon, .wcdv_graph svg.wcdv_icon {
|
|
1233
|
+
width: 18px;
|
|
1234
|
+
height: 18px;
|
|
1235
|
+
}
|
|
1236
|
+
|
|
1237
|
+
.wcdv_grid th svg.wcdv_icon {
|
|
1238
|
+
width: 15px;
|
|
1239
|
+
height: 15px;
|
|
1240
|
+
opacity: 0.8;
|
|
1241
|
+
}
|
|
1242
|
+
|
|
1243
|
+
.wcdv_grid th svg.wcdv_icon:hover {
|
|
1244
|
+
opacity: 1;
|
|
1245
|
+
}
|
|
1246
|
+
|
|
1247
|
+
/*
|
|
1248
|
+
* Various Overrides
|
|
1249
|
+
*/
|
|
1250
|
+
|
|
1251
|
+
.wcdv_grid select{
|
|
1252
|
+
padding: 2px;
|
|
1253
|
+
border-color: #c7c7c7;
|
|
1254
|
+
}
|
|
1255
|
+
|
|
1256
|
+
.wcdv_grid select + svg.wcdv_icon {
|
|
1257
|
+
vertical-align: middle;
|
|
1258
|
+
}
|
|
1259
|
+
|
|
1260
|
+
/*
|
|
1261
|
+
* Main Theme Colors
|
|
1262
|
+
*/
|
|
1263
|
+
|
|
1264
|
+
.wcdv_bg-primary{
|
|
1265
|
+
background-color: #0095D6 !important;
|
|
1266
|
+
}
|
|
1267
|
+
|
|
1268
|
+
.wcdv_text-primary{
|
|
1269
|
+
color: #0095D6;
|
|
1270
|
+
}
|
|
1271
|
+
|
|
1272
|
+
.wcdv_border-primary{
|
|
1273
|
+
border-color: #0095D6 !important;
|
|
1274
|
+
}
|
|
1275
|
+
|
|
1276
|
+
.wcdv_grid_table table > tbody > tr.even{
|
|
1277
|
+
background-color: #f0f0f5;
|
|
1278
|
+
}
|
|
1279
|
+
|
|
1280
|
+
.wcdv_grid_table table td.wcdv_selected_row{
|
|
1281
|
+
background-color: #0095d642;
|
|
1282
|
+
}
|
|
1283
|
+
|
|
1284
|
+
.SumoSelect .select-all.selected>span i, .SumoSelect>.optWrapper.multiple>.options li.opt.selected span i{
|
|
1285
|
+
background-color: #0095D6;
|
|
1286
|
+
}
|
|
1287
|
+
|
|
1288
|
+
.SumoSelect .select-all.partial>span i{
|
|
1289
|
+
background-color: #c7c7c77a;
|
|
1290
|
+
}
|
|
1291
|
+
|
|
1292
|
+
/*
|
|
1293
|
+
* GRID COLUMN CONFIGURATION WINDOW
|
|
1294
|
+
*/
|
|
1295
|
+
|
|
1296
|
+
.wcdv_colconfigwin_table {
|
|
1297
|
+
width: 100%;
|
|
1298
|
+
border-collapse: collapse;
|
|
1299
|
+
}
|
|
1300
|
+
|
|
1301
|
+
.wcdv_colconfigwin_table tr {
|
|
1302
|
+
background-color: white;
|
|
1303
|
+
}
|
|
1304
|
+
|
|
1305
|
+
.wcdv_colconfigwin_table thead tr th {
|
|
1306
|
+
text-align: left;
|
|
1307
|
+
color: #808080;
|
|
1308
|
+
}
|
|
1309
|
+
|
|
1310
|
+
.wcdv_colconfigwin_table tbody tr td:first-child,
|
|
1311
|
+
.wcdv_colconfigwin_table thead tr th:first-child {
|
|
1312
|
+
padding-left: 0.5em;
|
|
1313
|
+
}
|
|
1314
|
+
|
|
1315
|
+
.wcdv_colconfigwin_table tbody tr td,
|
|
1316
|
+
.wcdv_colconfigwin_table thead tr th {
|
|
1317
|
+
padding-top: 0.5ex;
|
|
1318
|
+
padding-bottom: 0.5ex;
|
|
1319
|
+
}
|
|
1320
|
+
|
|
1321
|
+
.wcdv_colconfigwin_table tbody tr td:last-child,
|
|
1322
|
+
.wcdv_colconfigwin_table thead tr th:last-child {
|
|
1323
|
+
padding-right: 0.5em;
|
|
1324
|
+
}
|
|
1325
|
+
|
|
1326
|
+
.wcdv_colconfigwin_table tbody tr:hover {
|
|
1327
|
+
background-color: #E0F2F1;
|
|
1328
|
+
}
|
|
1329
|
+
|
|
1330
|
+
#wcdv_debugwin dt {
|
|
1331
|
+
font-weight: bold;
|
|
1332
|
+
}
|
|
1333
|
+
|
|
1334
|
+
#wcdv_debugwin dt::after {
|
|
1335
|
+
content: ":";
|
|
1336
|
+
}
|
|
1337
|
+
|
|
1338
|
+
#wcdv_debugwin dd {
|
|
1339
|
+
margin-inline-start: 1.5em;
|
|
1340
|
+
}
|
|
1341
|
+
|
|
1342
|
+
#wcdv_debugwin .json-formatter-row {
|
|
1343
|
+
font-family: unset;
|
|
1344
|
+
}
|
|
1345
|
+
|
|
1346
|
+
.wcdv_minimal_width {
|
|
1347
|
+
width: 1px;
|
|
1348
|
+
}
|
|
1349
|
+
|
|
1350
|
+
.wcdv_width_1em {
|
|
1351
|
+
text-align: center;
|
|
1352
|
+
width: 1em;
|
|
1353
|
+
}
|
|
1354
|
+
|
|
1355
|
+
div.wcdv_button_bar {
|
|
1356
|
+
text-align: right;
|
|
1357
|
+
}
|
|
1358
|
+
|
|
1359
|
+
div.wcdv_button_bar button {
|
|
1360
|
+
margin-left: 0.5em;
|
|
1361
|
+
}
|
|
1362
|
+
|
|
1363
|
+
div.wcdv_button_bar button:first-child {
|
|
1364
|
+
margin-left: 0em;
|
|
1365
|
+
}
|
|
1366
|
+
|
|
1367
|
+
div.wcdv_button_bar button > svg.wcdv_icon {
|
|
1368
|
+
width: 1.15em;
|
|
1369
|
+
height: 1.15em;
|
|
1370
|
+
padding-right: 3px;
|
|
1371
|
+
vertical-align: middle;
|
|
1372
|
+
stroke-width: 2.5px;
|
|
1373
|
+
}
|
|
1374
|
+
|
|
1375
|
+
div.wcdv_button_bar button[disabled=disabled] > svg.wcdv_icon {
|
|
1376
|
+
color: #c7c7c77a;
|
|
1377
|
+
cursor: not-allowed;
|
|
1378
|
+
}
|
|
1379
|
+
|
|
1380
|
+
div.wcdv_button_bar button[data-role="ok"] > svg.wcdv_icon {
|
|
1381
|
+
color: #2e7d32;
|
|
1382
|
+
}
|
|
1383
|
+
|
|
1384
|
+
div.wcdv_button_bar button[data-role="cancel"] > svg.wcdv_icon {
|
|
1385
|
+
color: #c62828;
|
|
1386
|
+
}
|
|
1387
|
+
|
|
1388
|
+
/*
|
|
1389
|
+
* GROUP FUNCTION WINDOW
|
|
1390
|
+
*/
|
|
1391
|
+
|
|
1392
|
+
h1.wcdv_groupfun_header {
|
|
1393
|
+
font-weight: normal;
|
|
1394
|
+
font-size: inherit;
|
|
1395
|
+
padding-left: 0.5em;
|
|
1396
|
+
padding-right: 0.5em;
|
|
1397
|
+
padding-bottom: 0.5ex;
|
|
1398
|
+
margin: 0px;
|
|
1399
|
+
white-space: nowrap;
|
|
1400
|
+
}
|
|
1401
|
+
|
|
1402
|
+
div.wcdv_groupfun_buttons {
|
|
1403
|
+
border-top: solid 1px black;
|
|
1404
|
+
padding: 0.5ex;
|
|
1405
|
+
}
|
|
1406
|
+
|
|
1407
|
+
button.wcdv_option {
|
|
1408
|
+
width: 100%;
|
|
1409
|
+
padding-top: 1ex;
|
|
1410
|
+
padding-bottom: 1ex;
|
|
1411
|
+
margin-top: 0.5ex;
|
|
1412
|
+
margin-bottom: 0.5ex;
|
|
1413
|
+
white-space: nowrap;
|
|
1414
|
+
text-align: left;
|
|
1415
|
+
}
|
|
1416
|
+
|
|
1417
|
+
/******************************************************************************/
|
|
1418
|
+
|
|
1419
|
+
.wcdv_group_value > .spinner,
|
|
1420
|
+
.wcdvgrid_more .spinner {
|
|
1421
|
+
display: inline-block;
|
|
1422
|
+
margin: auto 0.5em;
|
|
1423
|
+
}
|
|
1424
|
+
|
|
1425
|
+
.wcdv_group_value > .spinner > div,
|
|
1426
|
+
.wcdvgrid_more .spinner > div {
|
|
1427
|
+
width: 10px;
|
|
1428
|
+
height: 10px;
|
|
1429
|
+
background-color: #737373;
|
|
1430
|
+
margin: auto 0.1em;
|
|
1431
|
+
|
|
1432
|
+
border-radius: 100%;
|
|
1433
|
+
display: inline-block;
|
|
1434
|
+
-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
|
|
1435
|
+
animation: sk-bouncedelay 1.4s infinite ease-in-out both;
|
|
1436
|
+
}
|
|
1437
|
+
|
|
1438
|
+
.wcdv_group_value > .spinner .bounce1,
|
|
1439
|
+
.wcdvgrid_more .spinner .bounce1 {
|
|
1440
|
+
-webkit-animation-delay: -0.32s;
|
|
1441
|
+
animation-delay: -0.32s;
|
|
1442
|
+
}
|
|
1443
|
+
|
|
1444
|
+
.wcdv_group_value > .spinner .bounce2,
|
|
1445
|
+
.wcdvgrid_more .spinner .bounce2 {
|
|
1446
|
+
-webkit-animation-delay: -0.16s;
|
|
1447
|
+
animation-delay: -0.16s;
|
|
1448
|
+
}
|
|
1449
|
+
|
|
1450
|
+
@-webkit-keyframes sk-bouncedelay {
|
|
1451
|
+
0%, 80%, 100% { -webkit-transform: scale(0) }
|
|
1452
|
+
40% { -webkit-transform: scale(1.0) }
|
|
1453
|
+
}
|
|
1454
|
+
|
|
1455
|
+
@keyframes sk-bouncedelay {
|
|
1456
|
+
0%, 80%, 100% {
|
|
1457
|
+
-webkit-transform: scale(0);
|
|
1458
|
+
transform: scale(0);
|
|
1459
|
+
} 40% {
|
|
1460
|
+
-webkit-transform: scale(1.0);
|
|
1461
|
+
transform: scale(1.0);
|
|
1462
|
+
}
|
|
1463
|
+
}
|
|
1464
|
+
|
|
1465
|
+
/* STICKY TABLE HEADER/FOOTER */
|
|
1466
|
+
|
|
1467
|
+
table thead.sticky,
|
|
1468
|
+
table tfoot.sticky {
|
|
1469
|
+
position: sticky;
|
|
1470
|
+
}
|
|
1471
|
+
table thead.sticky {
|
|
1472
|
+
inset-block-start: 0; /* "top" */
|
|
1473
|
+
/*
|
|
1474
|
+
* If we fail to do this, then the "expand" button in group details output will show through the
|
|
1475
|
+
* header cell in the same column.
|
|
1476
|
+
*/
|
|
1477
|
+
z-index: 1;
|
|
1478
|
+
}
|
|
1479
|
+
table tfoot.sticky {
|
|
1480
|
+
inset-block-end: 0; /* "bottom" */
|
|
1481
|
+
z-index: 1;
|
|
1482
|
+
}
|
|
1483
|
+
|
|
1484
|
+
/* ACTIVE ROW */
|
|
1485
|
+
|
|
1486
|
+
.wcdv_grid .wcdv_grid_table tbody tr.wcdv-active-row {
|
|
1487
|
+
background-color: #FFF9C4 !important; /* override zebra striping */
|
|
1488
|
+
box-shadow: inset 0 0 0 2px #FFEB3B;
|
|
1489
|
+
}
|
|
1490
|
+
|
|
1491
|
+
/* SLIDER */
|
|
1492
|
+
|
|
1493
|
+
.wcdv-slider {
|
|
1494
|
+
position: fixed;
|
|
1495
|
+
top: 0;
|
|
1496
|
+
right: -400px;
|
|
1497
|
+
width: 400px;
|
|
1498
|
+
height: 100vh;
|
|
1499
|
+
background: white;
|
|
1500
|
+
box-shadow: -2px 0 10px rgba(0,0,0,0.1);
|
|
1501
|
+
transition: right 0.3s ease;
|
|
1502
|
+
z-index: 1000;
|
|
1503
|
+
padding: 20px;
|
|
1504
|
+
box-sizing: border-box;
|
|
1505
|
+
overflow-y: auto;
|
|
1506
|
+
}
|
|
1507
|
+
|
|
1508
|
+
.wcdv-slider.show {
|
|
1509
|
+
right: 0;
|
|
1510
|
+
}
|
|
1511
|
+
|
|
1512
|
+
.wcdv-slider-header {
|
|
1513
|
+
display: flex;
|
|
1514
|
+
justify-content: space-between;
|
|
1515
|
+
align-items: center;
|
|
1516
|
+
margin-bottom: 20px;
|
|
1517
|
+
border-bottom: 1px solid #ccc;
|
|
1518
|
+
padding-bottom: 10px;
|
|
1519
|
+
}
|
|
1520
|
+
|
|
1521
|
+
.wcdv-slider-header h1 {
|
|
1522
|
+
margin: 0px;
|
|
1523
|
+
}
|
|
1524
|
+
|
|
1525
|
+
.wcdv-slider-close {
|
|
1526
|
+
background: none;
|
|
1527
|
+
border: none;
|
|
1528
|
+
font-size: 24px;
|
|
1529
|
+
cursor: pointer;
|
|
1530
|
+
color: #666;
|
|
1531
|
+
}
|
|
1532
|
+
|
|
1533
|
+
.wcdv-slider-close:hover {
|
|
1534
|
+
color: #000;
|
|
1535
|
+
}
|
|
1536
|
+
|
|
1537
|
+
.wcdv-slider-body {
|
|
1538
|
+
margin: 0;
|
|
1539
|
+
}
|
|
1540
|
+
|
|
1541
|
+
.wcdv-slider-body dt {
|
|
1542
|
+
font-weight: bold;
|
|
1543
|
+
color: #0095D6;
|
|
1544
|
+
margin-top: 15px;
|
|
1545
|
+
margin-bottom: 5px;
|
|
1546
|
+
}
|
|
1547
|
+
|
|
1548
|
+
.wcdv-slider-body dt:first-child {
|
|
1549
|
+
margin-top: 0;
|
|
1550
|
+
}
|
|
1551
|
+
|
|
1552
|
+
.wcdv-slider-body dd {
|
|
1553
|
+
margin: 0 0 10px 0;
|
|
1554
|
+
padding: 8px;
|
|
1555
|
+
background: #eee;
|
|
1556
|
+
border-radius: 4px;
|
|
1557
|
+
border-left: 3px solid #0095D6;
|
|
1558
|
+
}
|
|
1559
|
+
|
|
1560
|
+
/* FOCUS */
|
|
1561
|
+
|
|
1562
|
+
.wcdv-focus {
|
|
1563
|
+
animation: wcdv-pulse 0.5s 2;
|
|
1564
|
+
}
|
|
1565
|
+
|
|
1566
|
+
@keyframes wcdv-pulse {
|
|
1567
|
+
0% {
|
|
1568
|
+
box-shadow: 0 0 4px 4px #0095D6FF;
|
|
1569
|
+
}
|
|
1570
|
+
100% {
|
|
1571
|
+
box-shadow: 0 0 4px 4px #0095D600;
|
|
1572
|
+
}
|
|
1573
|
+
}
|
|
1574
|
+
|
|
1575
|
+
/* TOOLTIPS */
|
|
1576
|
+
|
|
1577
|
+
[data-tooltip] {
|
|
1578
|
+
position: relative;
|
|
1579
|
+
/*border-bottom: 1px dashed #000;*/
|
|
1580
|
+
cursor: help
|
|
1581
|
+
}
|
|
1582
|
+
|
|
1583
|
+
[data-tooltip]::after {
|
|
1584
|
+
position: absolute;
|
|
1585
|
+
opacity: 0;
|
|
1586
|
+
pointer-events: none;
|
|
1587
|
+
content: attr(data-tooltip);
|
|
1588
|
+
left: 0;
|
|
1589
|
+
top: calc(100% + 10px);
|
|
1590
|
+
min-width: 20em;
|
|
1591
|
+
line-height: initial;
|
|
1592
|
+
border-radius: 4px;
|
|
1593
|
+
box-shadow: 0px 0px 8px 2px rgb(0 0 0 / 60%);
|
|
1594
|
+
background-color: white;
|
|
1595
|
+
z-index: 10;
|
|
1596
|
+
padding: 6px;
|
|
1597
|
+
color: black;
|
|
1598
|
+
text-align: left;
|
|
1599
|
+
border-left: solid 6px #0095D6;
|
|
1600
|
+
transform: translateY(-20px);
|
|
1601
|
+
transition: all 150ms cubic-bezier(.25, .8, .25, 1);
|
|
1602
|
+
}
|
|
1603
|
+
|
|
1604
|
+
[data-tooltip]:hover::after {
|
|
1605
|
+
opacity: 1;
|
|
1606
|
+
transform: translateY(0);
|
|
1607
|
+
transition-duration: 300ms;
|
|
1608
|
+
}
|
|
1609
|
+
|
|
1610
|
+
/* vim:set noet sw=4 ts=4: */
|
|
1611
|
+
|
|
1612
|
+
.wcdv-popup-menu {
|
|
1613
|
+
position: fixed;
|
|
1614
|
+
z-index: 10000;
|
|
1615
|
+
background: #fff;
|
|
1616
|
+
border: 1px solid #ccc;
|
|
1617
|
+
border-radius: 3px;
|
|
1618
|
+
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
|
|
1619
|
+
padding: 4px 0;
|
|
1620
|
+
min-width: 160px;
|
|
1621
|
+
max-height: 80vh;
|
|
1622
|
+
overflow-y: auto;
|
|
1623
|
+
font-size: 13px;
|
|
1624
|
+
line-height: 1.4;
|
|
1625
|
+
color: #333;
|
|
1626
|
+
white-space: nowrap;
|
|
1627
|
+
}
|
|
1628
|
+
|
|
1629
|
+
.wcdv-popup-menu-item {
|
|
1630
|
+
display: flex;
|
|
1631
|
+
align-items: center;
|
|
1632
|
+
padding: 4px 12px;
|
|
1633
|
+
cursor: pointer;
|
|
1634
|
+
user-select: none;
|
|
1635
|
+
}
|
|
1636
|
+
|
|
1637
|
+
.wcdv-popup-menu-item:hover {
|
|
1638
|
+
background-color: #f0f0f5;
|
|
1639
|
+
color: #000;
|
|
1640
|
+
}
|
|
1641
|
+
|
|
1642
|
+
.wcdv-popup-menu-item svg.wcdv_icon {
|
|
1643
|
+
width: 16px;
|
|
1644
|
+
height: 16px;
|
|
1645
|
+
flex-shrink: 0;
|
|
1646
|
+
margin-right: 8px;
|
|
1647
|
+
color: #0095D6;
|
|
1648
|
+
}
|
|
1649
|
+
|
|
1650
|
+
.wcdv-popup-menu-item-label {
|
|
1651
|
+
flex: 1;
|
|
1652
|
+
}
|
|
1653
|
+
|
|
1654
|
+
.wcdv-popup-menu-sep {
|
|
1655
|
+
height: 0;
|
|
1656
|
+
margin: 4px 8px;
|
|
1657
|
+
border-top: 1px solid #ddd;
|
|
1658
|
+
}
|
|
1659
|
+
|
|
1660
|
+
/* PopupWindow styles */
|
|
1661
|
+
|
|
1662
|
+
.wcdv-popup-window-overlay {
|
|
1663
|
+
position: fixed;
|
|
1664
|
+
top: 0;
|
|
1665
|
+
left: 0;
|
|
1666
|
+
right: 0;
|
|
1667
|
+
bottom: 0;
|
|
1668
|
+
z-index: 1100;
|
|
1669
|
+
background: rgba(0, 0, 0, 0.3);
|
|
1670
|
+
display: flex;
|
|
1671
|
+
align-items: flex-start;
|
|
1672
|
+
justify-content: center;
|
|
1673
|
+
padding-top: 40px;
|
|
1674
|
+
opacity: 0;
|
|
1675
|
+
transition: opacity 100ms ease;
|
|
1676
|
+
}
|
|
1677
|
+
|
|
1678
|
+
.wcdv-popup-window {
|
|
1679
|
+
background: #fff;
|
|
1680
|
+
border: 1px solid #ccc;
|
|
1681
|
+
border-radius: 4px;
|
|
1682
|
+
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
|
|
1683
|
+
display: flex;
|
|
1684
|
+
flex-direction: column;
|
|
1685
|
+
min-width: 200px;
|
|
1686
|
+
max-width: 90vw;
|
|
1687
|
+
max-height: 90vh;
|
|
1688
|
+
outline: none;
|
|
1689
|
+
position: fixed;
|
|
1690
|
+
}
|
|
1691
|
+
|
|
1692
|
+
.wcdv-popup-window-titlebar {
|
|
1693
|
+
display: flex;
|
|
1694
|
+
align-items: center;
|
|
1695
|
+
padding: 8px 12px;
|
|
1696
|
+
background: #f5f5f5;
|
|
1697
|
+
border-bottom: 1px solid #ddd;
|
|
1698
|
+
border-radius: 4px 4px 0 0;
|
|
1699
|
+
cursor: move;
|
|
1700
|
+
user-select: none;
|
|
1701
|
+
}
|
|
1702
|
+
|
|
1703
|
+
.wcdv-popup-window-title {
|
|
1704
|
+
flex: 1;
|
|
1705
|
+
font-weight: bold;
|
|
1706
|
+
font-size: 14px;
|
|
1707
|
+
color: #333;
|
|
1708
|
+
overflow: hidden;
|
|
1709
|
+
text-overflow: ellipsis;
|
|
1710
|
+
white-space: nowrap;
|
|
1711
|
+
}
|
|
1712
|
+
|
|
1713
|
+
.wcdv-popup-window-close {
|
|
1714
|
+
background: none;
|
|
1715
|
+
border: none;
|
|
1716
|
+
cursor: pointer;
|
|
1717
|
+
padding: 2px;
|
|
1718
|
+
margin-left: 8px;
|
|
1719
|
+
line-height: 1;
|
|
1720
|
+
color: #666;
|
|
1721
|
+
border-radius: 3px;
|
|
1722
|
+
display: flex;
|
|
1723
|
+
align-items: center;
|
|
1724
|
+
justify-content: center;
|
|
1725
|
+
}
|
|
1726
|
+
|
|
1727
|
+
.wcdv-popup-window-close:hover {
|
|
1728
|
+
background: #ddd;
|
|
1729
|
+
color: #333;
|
|
1730
|
+
}
|
|
1731
|
+
|
|
1732
|
+
.wcdv-popup-window-close svg.wcdv_icon {
|
|
1733
|
+
width: 16px;
|
|
1734
|
+
height: 16px;
|
|
1735
|
+
}
|
|
1736
|
+
|
|
1737
|
+
.wcdv-popup-window-content {
|
|
1738
|
+
flex: 1;
|
|
1739
|
+
overflow-y: auto;
|
|
1740
|
+
padding: 12px;
|
|
1741
|
+
display: flex;
|
|
1742
|
+
flex-direction: column;
|
|
1743
|
+
min-height: 0;
|
|
1744
|
+
}
|
|
1745
|
+
|
|
1746
|
+
.wcdv-popup-window-buttonbar {
|
|
1747
|
+
display: flex;
|
|
1748
|
+
justify-content: flex-end;
|
|
1749
|
+
padding: 8px 12px;
|
|
1750
|
+
border-top: 1px solid #ddd;
|
|
1751
|
+
gap: 6px;
|
|
1752
|
+
}
|
|
1753
|
+
|
|
1754
|
+
.wcdv-popup-window-btn {
|
|
1755
|
+
display: inline-flex;
|
|
1756
|
+
align-items: center;
|
|
1757
|
+
padding: 4px 6px;
|
|
1758
|
+
border: 1px solid #ccc;
|
|
1759
|
+
border-radius: 3px;
|
|
1760
|
+
background: #f5f5f5;
|
|
1761
|
+
cursor: pointer;
|
|
1762
|
+
font-size: 13px;
|
|
1763
|
+
color: #333;
|
|
1764
|
+
}
|
|
1765
|
+
|
|
1766
|
+
.wcdv-popup-window-btn:hover {
|
|
1767
|
+
background: #e8e8e8;
|
|
1768
|
+
border-color: #bbb;
|
|
1769
|
+
}
|
|
1770
|
+
|
|
1771
|
+
.wcdv-popup-window-btn svg.wcdv_icon {
|
|
1772
|
+
width: 14px;
|
|
1773
|
+
height: 14px;
|
|
1774
|
+
}
|
|
1775
|
+
|
|
1776
|
+
.wcdv-popup-window-resize {
|
|
1777
|
+
position: absolute;
|
|
1778
|
+
right: 0;
|
|
1779
|
+
bottom: 0;
|
|
1780
|
+
width: 16px;
|
|
1781
|
+
height: 16px;
|
|
1782
|
+
cursor: nwse-resize;
|
|
1783
|
+
}
|
|
1784
|
+
|
|
1785
|
+
.wcdv-popup-window-resize::after {
|
|
1786
|
+
content: '';
|
|
1787
|
+
position: absolute;
|
|
1788
|
+
right: 3px;
|
|
1789
|
+
bottom: 3px;
|
|
1790
|
+
width: 8px;
|
|
1791
|
+
height: 8px;
|
|
1792
|
+
border-right: 2px solid #ccc;
|
|
1793
|
+
border-bottom: 2px solid #ccc;
|
|
1794
|
+
}
|
|
1795
|
+
|
|
1796
|
+
/* Tabs styles */
|
|
1797
|
+
|
|
1798
|
+
.wcdv-tabs {
|
|
1799
|
+
display: flex;
|
|
1800
|
+
flex-direction: column;
|
|
1801
|
+
flex: 1;
|
|
1802
|
+
overflow: hidden;
|
|
1803
|
+
min-height: 0;
|
|
1804
|
+
}
|
|
1805
|
+
|
|
1806
|
+
.wcdv-tabs-nav {
|
|
1807
|
+
list-style: none;
|
|
1808
|
+
display: flex;
|
|
1809
|
+
margin: 0;
|
|
1810
|
+
padding: 0;
|
|
1811
|
+
border-bottom: 1px solid #ddd;
|
|
1812
|
+
flex-shrink: 0;
|
|
1813
|
+
}
|
|
1814
|
+
|
|
1815
|
+
.wcdv-tabs-tab {
|
|
1816
|
+
display: inline-block;
|
|
1817
|
+
cursor: pointer;
|
|
1818
|
+
}
|
|
1819
|
+
|
|
1820
|
+
.wcdv-tabs-tab-link {
|
|
1821
|
+
display: block;
|
|
1822
|
+
padding: 6px 12px;
|
|
1823
|
+
text-decoration: none;
|
|
1824
|
+
color: #555;
|
|
1825
|
+
border: 1px solid transparent;
|
|
1826
|
+
border-bottom: none;
|
|
1827
|
+
border-radius: 3px 3px 0 0;
|
|
1828
|
+
font-size: 13px;
|
|
1829
|
+
user-select: none;
|
|
1830
|
+
}
|
|
1831
|
+
|
|
1832
|
+
.wcdv-tabs-tab:hover .wcdv-tabs-tab-link {
|
|
1833
|
+
color: #333;
|
|
1834
|
+
background: #f5f5f5;
|
|
1835
|
+
}
|
|
1836
|
+
|
|
1837
|
+
.wcdv-tabs-tab-active .wcdv-tabs-tab-link {
|
|
1838
|
+
background: #fff;
|
|
1839
|
+
border-color: #ddd;
|
|
1840
|
+
color: #0095D6;
|
|
1841
|
+
margin-bottom: -1px;
|
|
1842
|
+
border-top: 2px solid #0095D6;
|
|
1843
|
+
}
|
|
1844
|
+
|
|
1845
|
+
.wcdv-tabs-panel {
|
|
1846
|
+
display: none;
|
|
1847
|
+
padding: 8px;
|
|
1848
|
+
overflow-y: auto;
|
|
1849
|
+
flex: 1;
|
|
1850
|
+
min-height: 0;
|
|
1851
|
+
}
|
|
1852
|
+
|
|
1853
|
+
.wcdv-tabs-panel-active {
|
|
1854
|
+
display: flex;
|
|
1855
|
+
flex-direction: column;
|
|
1856
|
+
}
|
|
1857
|
+
|
|
1858
|
+
/* Collapsible styles */
|
|
1859
|
+
|
|
1860
|
+
.wcdv-collapsible {
|
|
1861
|
+
border: 1px solid #ddd;
|
|
1862
|
+
border-radius: 3px;
|
|
1863
|
+
}
|
|
1864
|
+
|
|
1865
|
+
.wcdv-collapsible-section {
|
|
1866
|
+
border-bottom: 1px solid #ddd;
|
|
1867
|
+
}
|
|
1868
|
+
|
|
1869
|
+
.wcdv-collapsible-section:last-child {
|
|
1870
|
+
border-bottom: none;
|
|
1871
|
+
}
|
|
1872
|
+
|
|
1873
|
+
.wcdv-collapsible-header {
|
|
1874
|
+
display: flex;
|
|
1875
|
+
align-items: center;
|
|
1876
|
+
padding: 6px 10px;
|
|
1877
|
+
cursor: pointer;
|
|
1878
|
+
background: #f9f9f9;
|
|
1879
|
+
user-select: none;
|
|
1880
|
+
font-weight: bold;
|
|
1881
|
+
color: #444;
|
|
1882
|
+
}
|
|
1883
|
+
|
|
1884
|
+
.wcdv-collapsible-header:hover {
|
|
1885
|
+
background: #f0f0f0;
|
|
1886
|
+
}
|
|
1887
|
+
|
|
1888
|
+
.wcdv-collapsible-icon {
|
|
1889
|
+
display: flex;
|
|
1890
|
+
align-items: center;
|
|
1891
|
+
justify-content: center;
|
|
1892
|
+
width: 16px;
|
|
1893
|
+
height: 16px;
|
|
1894
|
+
margin-right: 6px;
|
|
1895
|
+
flex-shrink: 0;
|
|
1896
|
+
transition: transform 150ms ease;
|
|
1897
|
+
}
|
|
1898
|
+
|
|
1899
|
+
.wcdv-collapsible-icon svg.wcdv_icon {
|
|
1900
|
+
width: 14px;
|
|
1901
|
+
height: 14px;
|
|
1902
|
+
}
|
|
1903
|
+
|
|
1904
|
+
.wcdv-collapsible-section-open > .wcdv-collapsible-header {
|
|
1905
|
+
color: #0095D6;
|
|
1906
|
+
border-left: 3px solid #0095D6;
|
|
1907
|
+
padding-left: 7px;
|
|
1908
|
+
}
|
|
1909
|
+
|
|
1910
|
+
.wcdv-collapsible-section-open > .wcdv-collapsible-header .wcdv-collapsible-icon {
|
|
1911
|
+
transform: rotate(90deg);
|
|
1912
|
+
}
|
|
1913
|
+
|
|
1914
|
+
.wcdv-collapsible-panel {
|
|
1915
|
+
display: none;
|
|
1916
|
+
padding: 8px 10px;
|
|
1917
|
+
}
|
|
1918
|
+
|
|
1919
|
+
.wcdv-collapsible-section-open > .wcdv-collapsible-panel {
|
|
1920
|
+
display: block;
|
|
1921
|
+
}
|
|
1922
|
+
|
|
1923
|
+
.sg-label-bottom.svelte-38aze4.svelte-38aze4{position:absolute;top:calc(100% + 10px);color:#888}.debug.svelte-38aze4.svelte-38aze4{position:absolute;top:-10px;right:0;font-size:8px;color:black}.sg-task.svelte-38aze4.svelte-38aze4{position:absolute;border-radius:2px;white-space:nowrap;transition:background-color 0.2s,
|
|
1924
|
+
opacity 0.2s;pointer-events:all;touch-action:none}.sg-task-background.svelte-38aze4.svelte-38aze4{position:absolute;height:100%;top:0}.sg-task-content.svelte-38aze4.svelte-38aze4{position:absolute;height:100%;top:0;padding-left:14px;font-size:14px;display:flex;align-items:center;justify-content:flex-start;user-select:none}.sg-task.animating.svelte-38aze4.svelte-38aze4:not(.moving){transition:left 0.2s,
|
|
1925
|
+
top 0.2s,
|
|
1926
|
+
transform 0.2s,
|
|
1927
|
+
background-color 0.2s,
|
|
1928
|
+
width 0.2s,
|
|
1929
|
+
height 0.2s}.sg-task--sticky.svelte-38aze4.svelte-38aze4:not(.moving){transition:left 0.2s,
|
|
1930
|
+
top 0.2s,
|
|
1931
|
+
transform 0.2s,
|
|
1932
|
+
background-color 0.2s,
|
|
1933
|
+
width 0.2s,
|
|
1934
|
+
height 0.2s}.sg-task--sticky.svelte-38aze4>.sg-task-content.svelte-38aze4{position:sticky;left:0;max-width:100px}.sg-task.moving.svelte-38aze4.svelte-38aze4{z-index:10000;opacity:0.5}.sg-task.resize-enabled.svelte-38aze4.svelte-38aze4:hover::before{content:'';width:4px;height:50%;top:25%;position:absolute;border-style:solid;border-color:rgba(255, 255, 255, 0.5);cursor:ew-resize;margin-left:3px;left:0;border-width:0 1px;z-index:1}.sg-task.resize-enabled.svelte-38aze4.svelte-38aze4:hover::after{content:'';width:4px;height:50%;top:25%;position:absolute;border-style:solid;border-color:rgba(255, 255, 255, 0.5);cursor:ew-resize;margin-right:3px;right:0;border-width:0 1px;z-index:1}.sg-task-reflected.svelte-38aze4.svelte-38aze4{opacity:0.5}.sg-task-instant.svelte-38aze4.svelte-38aze4{width:2px !important;margin-left:-1px}.sg-task-background.svelte-38aze4.svelte-38aze4{background:rgba(0, 0, 0, 0.2)}.sg-task-default{color:white;background:rgb(116, 191, 255)}.sg-task-default:hover{background:rgb(98, 161, 216)}.sg-task-default.selected{background:rgb(69, 112, 150)}.sg-task-selected{outline:2px solid rgba(3, 169, 244, 0.5);outline-offset:3px;z-index:1}.sg-milestone.svelte-38aze4.svelte-38aze4{width:20px !important;min-width:40px;margin-left:-20px}.sg-task.sg-milestone.svelte-38aze4.svelte-38aze4{background:transparent}.sg-milestone.svelte-38aze4 .sg-milestone__diamond.svelte-38aze4{position:relative}.sg-milestone.svelte-38aze4 .sg-milestone__diamond.svelte-38aze4:before{position:absolute;top:0;left:50%;content:' ';height:28px;width:28px;transform-origin:0 0;transform:rotate(45deg)}.sg-milestone__diamond:before{background:rgb(116, 191, 255)}
|
|
1935
|
+
.sg-row.svelte-7u5y5s{position:relative;width:100%;box-sizing:border-box}
|
|
1936
|
+
.sg-time-range.svelte-w7p5la{height:100%;position:absolute;display:flex;flex-direction:column;align-items:center;background-image:linear-gradient(
|
|
1937
|
+
-45deg,
|
|
1938
|
+
rgba(0, 0, 0, 0) 46%,
|
|
1939
|
+
#e03218 49%,
|
|
1940
|
+
#e03218 51%,
|
|
1941
|
+
rgba(0, 0, 0, 0) 55%
|
|
1942
|
+
);background-size:6px 6px !important;color:red;font-weight:400}.sg-time-range-label.svelte-w7p5la{margin-top:10px;background:#fff;white-space:nowrap;padding:4px;font-weight:400;font-size:10px}
|
|
1943
|
+
.sg-time-range-control.svelte-w4nglp{position:absolute}.sg-time-range-handle-left.svelte-w4nglp{position:absolute;left:0}.sg-time-range-handle-right.svelte-w4nglp{position:absolute;right:0}.sg-time-range-disabled.svelte-w4nglp{display:none}.sg-time-range-handle-left.svelte-w4nglp::before,.sg-time-range-handle-right.svelte-w4nglp::before{position:absolute;content:'';bottom:4px;border-radius:6px 6px 6px 0;border:2px solid #b0b0b7;width:9px;height:9px;transform:translateX(-50%) rotate(-45deg);background-color:#fff;border-color:#e03218;cursor:ew-resize}
|
|
1944
|
+
.column.svelte-4fffin{position:absolute;height:100%;box-sizing:border-box}.column.svelte-4fffin{border-right:#efefef 1px solid}
|
|
1945
|
+
.column-header-row.svelte-vfarxf.svelte-vfarxf{position:relative;white-space:nowrap;height:32px}.column-header-cell.svelte-vfarxf.svelte-vfarxf{position:absolute;height:100%;box-sizing:border-box;text-overflow:clip;text-align:center;display:inline-flex;justify-content:center;align-items:center;font-size:1em;font-size:14px;font-weight:300;transition:background 0.2s;cursor:pointer;user-select:none;border-right:#efefef 1px solid;border-bottom:#efefef 1px solid}.column-header-cell.svelte-vfarxf.svelte-vfarxf:hover{background:#f9f9f9}.column-header-cell.sticky.svelte-vfarxf>.column-header-cell-label.svelte-vfarxf{position:sticky;left:1rem}
|
|
1946
|
+
.sg-columns.svelte-1uqfnup{position:absolute;height:100%;width:100%}.sg-columns--background.svelte-1uqfnup{overflow:hidden;background-repeat:repeat;background-position-x:-1px}.sg-column.svelte-1uqfnup{position:absolute;height:100%;width:100%;box-sizing:border-box}
|
|
1947
|
+
.sg-context-menu.svelte-1a9x2in{position:absolute;background:white;border:1px solid #ccc;padding:0.25em 0;font-size:10px;transition:opacity 0.4s ease 0s;opacity:1;box-shadow:rgba(0, 0, 0, 0.32) 1px 1px 3px 0px}.context-option.svelte-1a9x2in:hover{background:#eee}.context-option.svelte-1a9x2in{cursor:default;padding:0.2em 1em}
|
|
1948
|
+
.sg-resize.svelte-1vzamdy{z-index:2;background:#e9eaeb;width:5px;cursor:col-resize;position:absolute;height:100%;transition:width 0.2s,
|
|
1949
|
+
transform 0.2s}.sg-resize.svelte-1vzamdy:hover{transform:translateX(-2px);width:10px}
|
|
1950
|
+
.sg-disable-transition.svelte-3bgofa .sg-task,.sg-disable-transition.svelte-3bgofa .sg-milestone{transition:transform 0s,
|
|
1951
|
+
background-color 0.2s,
|
|
1952
|
+
width 0s !important}.sg-view:not(:first-child){margin-left:5px}.sg-timeline.svelte-3bgofa{flex:1 1 0%;display:flex;flex-direction:column;overflow-x:auto}.sg-gantt.svelte-3bgofa{display:flex;width:100%;height:100%;position:relative}.sg-foreground.svelte-3bgofa{box-sizing:border-box;overflow:hidden;top:0;left:0;position:absolute;width:100%;height:100%;z-index:1;pointer-events:none}.sg-rows.svelte-3bgofa{width:100%;box-sizing:border-box;overflow:hidden}.sg-timeline-body.svelte-3bgofa{overflow:auto;flex:1 1 auto}.sg-header-scroller.svelte-3bgofa{overflow:hidden;position:relative}.content.svelte-3bgofa{position:relative}.wcdv_graph *{box-sizing:border-box}
|
|
1953
|
+
.sg-tree-expander.svelte-1tk4vqn{cursor:pointer;min-width:1.4em;display:flex;justify-content:center;align-items:center}.sg-cell-inner.svelte-1tk4vqn{display:flex}
|
|
1954
|
+
.sg-table-row.svelte-1puymdp.svelte-1puymdp{display:inline-flex;min-width:100%;align-items:stretch;position:relative;font-weight:400;font-size:14px;transition:height 0.2s}.sg-table-cell.svelte-1puymdp.svelte-1puymdp{border-right:1px solid #eee}.sg-table-cell.svelte-1puymdp.svelte-1puymdp:last-child{border-right:0}.sg-table-body-cell.svelte-1puymdp.svelte-1puymdp{border-bottom:#efefef 1px solid;background-color:#fff;font-weight:bold}.sg-table-row.svelte-1puymdp:last-child>.sg-table-body-cell.svelte-1puymdp{border-bottom:0}.sg-resource-image.svelte-1puymdp.svelte-1puymdp{width:2.4em;height:2.4em;border-radius:50%;margin-right:0.6em;background:#047c69}.sg-resource-info.svelte-1puymdp.svelte-1puymdp{flex:1;height:100%;display:flex;flex-direction:row;align-items:center}.sg-table-icon.svelte-1puymdp.svelte-1puymdp{margin-right:0.5em}
|
|
1955
|
+
.sg-table.svelte-1pxxfqb{overflow-x:auto;display:flex;flex-direction:column}.sg-table-scroller.svelte-1pxxfqb{width:100%;overflow-y:hidden}.sg-table-header.svelte-1pxxfqb{display:flex;align-items:stretch;overflow:hidden;border-bottom:#efefef 1px solid;background-color:#fbfbfb}.sg-table-body.svelte-1pxxfqb{display:flex;flex:1 1 0;width:100%;overflow-y:hidden}.sg-table-header-cell.svelte-1pxxfqb{font-size:14px;font-weight:400}.sg-table-cell{white-space:nowrap;overflow:hidden;display:flex;align-items:center;flex-shrink:0;padding:0 0.5em;height:100%}.sg-table-cell:last-child{flex-grow:1}
|
|
1956
|
+
.sg-dependency.svelte-12syssu{position:absolute;width:100%;height:100%}.arrow.svelte-12syssu{position:absolute;left:0px;pointer-events:none}.select-area.svelte-12syssu{pointer-events:visible;position:absolute}
|
|
1957
|
+
.dependency-container.svelte-epxabx{position:absolute;width:100%;height:100%;pointer-events:none;top:0;float:left;overflow:hidden;z-index:0}
|