json-object-editor 0.10.660 → 0.10.662

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/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ## 0.10.662
2
+
3
+ - React Form Integration with JSON Definitions
4
+ - **JSON includes**: Extended `include` schema to support `filetype: 'json'` for storing JSON form definitions; JSON includes are served with `Content-Type: application/json` at `/_include/{id}`.
5
+ - **Form-page linking**: Added `form` field (reference) to `page` schema, allowing pages to link to JOE forms for dynamic form rendering.
6
+ - **Form definition API**: Added `formBuilder.definition()` method (merged from separate `formDefinition` plugin) to serve JSON form definitions via `/API/plugin/formBuilder/definition?formid={id}&pageid={id}`. Automatically finds JSON includes from form metadata, form fields, or page includes.
7
+ - **React form renderer**: Created `js/joe-react-form.js` client-side library that renders multi-step React forms from JSON definitions. Supports conditional visibility, validation, and submits to existing `/API/plugin/formBuilder/submission` endpoint.
8
+ - **Page content rendering**: Enhanced `Sites.js` to preserve newlines in page content when processing template variables, fixing issues with JavaScript comments in `code` and `module` content types.
9
+ - **Documentation**: Added `docs/React_Form_Integration_Strategy.md` and `docs/React_Form_Integration_Example.md` with strategy options and implementation examples.
10
+
1
11
  ## 0.10.660
2
12
 
3
13
  - MCP as an optional layer on all AI surfaces
@@ -297,7 +297,7 @@ joe-button{
297
297
  .joe-button {
298
298
  padding: 8px 16px;
299
299
  margin: 5px;
300
- background-color:#fcfcfc;
300
+ background-color:#cecece;
301
301
  box-shadow: 0 0px 2px 0px rgba(0,0,0,.1);
302
302
  cursor: pointer;
303
303
  transition: .2s;
package/css/joe.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /* --------------------------------------------------------
2
2
  *
3
- * json-object-editor - v0.10.657
3
+ * json-object-editor - v0.10.661
4
4
  * Created by: Corey Hadden
5
5
  *
6
6
  * -------------------------------------------------------- */
@@ -785,7 +785,7 @@ joe-button{
785
785
  .joe-button {
786
786
  padding: 8px 16px;
787
787
  margin: 5px;
788
- background-color:#fcfcfc;
788
+ background-color:#cecece;
789
789
  box-shadow: 0 0px 2px 0px rgba(0,0,0,.1);
790
790
  cursor: pointer;
791
791
  transition: .2s;
package/css/joe.min.css CHANGED
@@ -1,6 +1,6 @@
1
1
  @charset "utf-8";.leaflet-image-layer,.leaflet-layer,.leaflet-map-pane,.leaflet-marker-icon,.leaflet-marker-pane,.leaflet-marker-shadow,.leaflet-overlay-pane,.leaflet-overlay-pane svg,.leaflet-popup-pane,.leaflet-shadow-pane,.leaflet-tile,.leaflet-tile-container,.leaflet-tile-pane,.leaflet-zoom-box{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden;-ms-touch-action:none}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container img{max-width:none!important}.leaflet-container img.leaflet-image-layer{max-width:15000px!important}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-tile-pane{z-index:2}.leaflet-objects-pane{z-index:3}.leaflet-overlay-pane{z-index:4}.leaflet-shadow-pane{z-index:5}.leaflet-marker-pane{z-index:6}.leaflet-popup-pane{z-index:7}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:7;pointer-events:auto}.leaflet-bottom,.leaflet-top{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup,.leaflet-fade-anim .leaflet-tile{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;-o-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup,.leaflet-fade-anim .leaflet-tile-loaded{opacity:1}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-touching .leaflet-zoom-animated,.leaflet-zoom-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-clickable{cursor:pointer}.leaflet-container{cursor:-webkit-grab;cursor:-moz-grab}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-clickable,.leaflet-dragging .leaflet-container{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing}.leaflet-container{background:#ddd;outline:0}.leaflet-container a{color:#0078a8}.leaflet-container a.leaflet-active{outline:2px solid orange}.leaflet-zoom-box{border:2px dotted #38f;background:rgba(255,255,255,.5)}.leaflet-container{font:12px/1.5 "Helvetica Neue",Arial,Helvetica,sans-serif}.leaflet-bar{box-shadow:0 1px 5px rgba(0,0,0,.65);border-radius:4px}.leaflet-bar a,.leaflet-bar a:hover{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:bold 18px 'Lucida Console',Monaco,monospace;text-indent:1px}.leaflet-control-zoom-out{font-size:20px}.leaflet-touch .leaflet-control-zoom-in{font-size:22px}.leaflet-touch .leaflet-control-zoom-out{font-size:24px}.leaflet-control-layers{box-shadow:0 1px 5px rgba(0,0,0,.4);background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(images/layers.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(images/layers-2x.png);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-container .leaflet-control-attribution{background:#fff;background:rgba(255,255,255,.7);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-container .leaflet-control-attribution,.leaflet-container .leaflet-control-scale{font-size:11px}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;font-size:11px;white-space:nowrap;overflow:hidden;-moz-box-sizing:content-box;box-sizing:content-box;background:#fff;background:rgba(255,255,255,.5)}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 19px;line-height:1.4}.leaflet-popup-content p{margin:18px 0}.leaflet-popup-tip-container{margin:0 auto;width:40px;height:20px;position:relative;overflow:hidden}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px rgba(0,0,0,.4)}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;padding:4px 4px 0 0;text-align:center;width:18px;height:14px;font:16px/14px Tahoma,Verdana,sans-serif;color:#c3c3c3;text-decoration:none;font-weight:700;background:0 0}.leaflet-container a.leaflet-popup-close-button:hover{color:#999}.leaflet-popup-scrolled{overflow:auto;border-bottom:1px solid #ddd;border-top:1px solid #ddd}.leaflet-oldie .leaflet-popup-content-wrapper{zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto}.leaflet-oldie .leaflet-popup-tip-container{margin-top:-1px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}/*! esri-leaflet-geocoder - v0.0.1-beta.3 - 2014-02-27
2
2
  * Copyright (c) 2014 Environmental Systems Research Institute, Inc.
3
- * Apache 2.0 License */.geocoder-control-input{position:absolute;left:0;top:0;background-color:#fff;background-repeat:no-repeat;background-image:url(../img/search.png);background-size:26px;border:0;padding:0;text-indent:6px;font-size:13px;height:26px;width:100%;line-height:26px;background-position:right center;cursor:pointer}.geocoder-control{width:26px;height:26px;-webkit-transition:width .175s ease-in;-moz-transition:width .175s ease-in;-ms-transition:width .175s ease-in;-o-transition:width .175s ease-in;transition:width .175s ease-in}.geocoder-control-expanded,.leaflet-touch .geocoder-control-expanded{width:275px}.geocoder-control-input.geocoder-control-loading{background-image:url(../img/loading.gif);background-size:26px}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.geocoder-control-input{background-image:url(../img/search@2x.png)}.geocoder-control-input.geocoder-control-loading{background-image:url(../img/loading@2x.gif)}}.geocoder-control-input:focus{outline:0;cursor:text}.geocoder-control-input::-ms-clear{display:none}.geocoder-control-suggestions{width:100%;position:absolute;top:26px;left:0;list-style:none;padding:0;margin:10px 0 0;overflow:hidden;display:none}.geocoder-control-suggestions .geocoder-control-suggestion{font-size:13px;padding:7px;background:#fff;border-top:1px solid #f1f1f1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.geocoder-control-suggestions .geocoder-control-suggestion:first-child{border:0}.geocoder-control-suggestions .geocoder-control-suggestion.geocoder-control-selected,.geocoder-control-suggestions .geocoder-control-suggestion:hover{background:#00c0ff;border-color:#00c0ff}.leaflet-right .geocoder-control-suggestions{left:auto;right:0}.leaflet-right .geocoder-control-input{left:auto;right:0}.leaflet-touch .geocoder-control{width:30px;height:30px}.leaflet-touch .geocoder-control.geocoder-control-expanded{width:275px}.leaflet-touch .geocoder-control-input{height:30px;line-height:30px;background-size:30px}.leaflet-touch .geocoder-control-suggestions{top:30px}.leaflet-oldie .geocoder-control-input,.leaflet-oldie .geocoder-control-suggestions{border:1px solid #999}:root{--tinymce-offset:55px}.clear{clear:both}.joe-strike{text-decoration:line-through}.joe-no-select,.joe-panel-footer,.joe-panel-submenu{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.joe-selectable{-webkit-touch-callout:all;-webkit-user-select:all;-khtml-user-select:all;-moz-user-select:all;-ms-user-select:all;user-select:all}.joe-overlay,joe-overlay{font-family:Cambria,"Hoefler Text","Liberation Serif",Times,"Times New Roman",serif;color:#068;letter-spacing:.05em;background-color:rgba(0,0,0,.7);z-index:2000;display:none;position:fixed;transition:.25s;opacity:1;fill:#068}.joe-block,.joe-overlay{position:absolute;top:0;right:0;bottom:0;left:0}.joe-overlay.sans{font-family:'Segoe UI','Segoe UI Web Regular','Segoe UI Symbol','Helvetica Neue','BBAlpha Sans','S60 Sans',Arial,sans-serif}@-webkit-keyframes fadeOut{0%{background-color:rgba(0,0,0,.7)}100%{background-color:rgba(0,0,0,0)}}@keyframes fadeOut{0%{background-color:rgba(0,0,0,.7)}100%{background-color:rgba(0,0,0,0)}}.joe-overlay.fade-out{-webkit-animation:fadeOut .25s linear;animation:fadeOut .25s linear;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.joe-overlay.fade-in{-webkit-animation:fadeOut .25s linear;animation:fadeOut .25s linear;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-direction:reverse;animation-direction:reverse}.non-link{color:inherit;text-decoration:none}.hidden{transition-delay:.25s;opacity:0}.joe-icon,joe-icon{background-position:center center;background-repeat:no-repeat}joe-icon{display:block;position:relative}.icon-80{width:80px;height:80px}.icon-50{width:50px;height:50px}.icon-40{width:40px;height:40px}.icon-30{width:30px;height:30px}.icon-grey>svg{fill:#666}.icon-faded{opacity:.5}.no-padding{padding:0}.lh-30{line-height:30px}.lh-40{line-height:40px}.clickable{cursor:pointer;transition:.2s}html.no-touch .clickable:hover{background-color:rgba(0,0,0,.15);transition:.2s}.joe-half-col{width:50%;float:left;box-sizing:border-box}.bigger,joe-bigger{font-size:1.2em}.smaller,joe-smaller{font-size:.8em}.margin-10{margin:10px}joe-user-cube{padding:2px;position:relative;font-size:12px;margin:2px 0 2px 0;width:22px;overflow:hidden;height:22px;line-height:22px;text-align:center;color:#fff;font-weight:700;border-radius:50%}joe-user-cube>span{display:none}joe-user-cube.fright{margin-left:5px}joe-user-cube.fleft{margin-right:5px}.joe-title,joe-title{font-family:'Segoe UI Semibold','Helvetica Neue',sans-serif;font-size:1em;display:block}.joe-title.striped,joe-title.striped{background:rgba(0,0,0,.05);padding-top:5px;padding-bottom:5px;padding-left:5px;font-size:1.2em}.joe-subtitle,joe-subtitle{font-size:.9em;padding:2px 0;color:#606060}joe-content{display:block;font-weight:400;font-size:.9em}.joe-subtext,joe-subtext{font-size:.7em;font-weight:400;opacity:.7;color:#024}joe-subtext{display:block}.joe-inline{display:inline}.joe-boxed,joe-boxed{display:block;padding:8px;margin:4px 2px;border:1px solid rgba(0,0,0,.1)}.joe-fright,joe-fright{float:right}.joe-fleft,joe-fleft{float:left}.joe-nofloat{float:none}.joe-clear,joe-clear{clear:both;display:block}.joe-full-right,joe-full-right{float:right;text-align:right}.joe-absolute{position:absolute;top:0;left:0;right:0;bottom:0}.joe-vcenter{display:flex;align-items:center}.trans-bgcol{transition:.2s background-color}.svg-shadow>svg{-webkit-filter:drop-shadow(0px 1px 1px rgba(0,0,0,.6));filter:drop-shadow( 0px 1px 1px rgba(0,0,0,.6))}#joeDebugMode{margin:5px;background:rgba(0,0,0,.6);z-index:2001;color:#fff}.debug-div{float:left;height:100%;width:50%;background:rgba(200,50,0,.5);text-align:center}.debug-div:hover,html.no-touch .debug-div.ok{background:rgba(50,200,0,.5)}.joe-panel-menu{padding:0 1px 2px 1px}joe-button{display:block}.joe-button{padding:8px 16px;margin:5px;background-color:#fcfcfc;box-shadow:0 0 2px 0 rgba(0,0,0,.1);cursor:pointer;transition:.2s;color:#444;background-repeat:no-repeat;background-position:center center;box-sizing:border-box;border:1px solid #fff;position:relative;font-variant:small-caps;line-height:24px}.joe-button.margined,.joe-object-field .joe-button.margined{margin:10px}html.no-touch .joe-button:hover,html.no-touch joe-button:hover{background-color:#ddd;box-shadow:0 0 2px 0 rgba(0,0,0,.3)}.joe-button.tight{font-size:14px;padding:2px 5px}.joe-button.center{text-align:center}.joe-button.right{text-align:right}.joe-button.light{color:#eee}.green-text{color:green}.red-text{color:red}.faded-text{opacity:.5}.joe-confirm-button,.joe-green-button{background-color:#6bb476!important}html.no-touch .joe-button.joe-confirm-button:hover,html.no-touch .joe-button.joe-green-button:hover{background-color:#5bd16d!important;color:#fff}.joe-orange-button{background-color:#ff8804!important}html.no-touch .joe-button.joe-orange-button:hover{background-color:#f93!important;color:#fff}.joe-orangegrey-button{background-color:#cb9c6f!important}html.no-touch .joe-button.joe-orangegrey-button:hover{background-color:#ff8804!important;color:#fff}.joe-blue-button,.joe-preview-button{background-color:#369;color:#ddd}html.no-touch .joe-button.joe-blue-button:hover,html.no-touch .joe-button.joe-preview-button:hover{background-color:#479;color:#fff}.joe-ai-autofill-button,.joe-ai-button{background-color:#0d9488;color:#fff;background-image:url("../img/svgs/ai_assistant_white.svg");background-size:32px;background-position-x:6px!important;float:right}html.no-touch .joe-button.joe-ai-autofill-button:hover,html.no-touch .joe-button.joe-ai-button:hover{background-color:#0f766e;color:#fff}.joe-red-button{background-color:#bb6655}html.no-touch .joe-button.joe-red-button:hover{background-color:#f75;color:#fff}.joe-button.joe-loading{position:relative;opacity:.85;pointer-events:none}@keyframes joe-pulse{0%{box-shadow:0 0 0 0 rgba(13,148,136,.4)}70%{box-shadow:0 0 0 10px rgba(13,148,136,0)}100%{box-shadow:0 0 0 0 rgba(13,148,136,0)}}.joe-button.joe-loading:after{content:'';position:absolute;inset:-4px;border-radius:6px;animation:joe-pulse 1.2s ease-out infinite}.joe-purple-button{background-color:#a3a}html.no-touch .joe-button.joe-purple-button:hover{background-color:#e646e6;color:#fff}.joe-grey-button{background-color:#ccc;color:#444}.joe-footer-button{float:right;height:40px;line-height:40px;padding:0 12px;min-width:40px;margin:4px 5px}.joe-right-button{float:right}.joe-left-button{float:left}.joe-iconed-button{padding-left:42px;background-position:left center}.joe-left-plus-button{padding-left:42px;background:url('../img/btns/plus.png') no-repeat left center}.joe-duplicate-button{background-image:url("../img/svgs/__duplicate.svg");background-size:30px;background-position:5px;background-color:#fff}.joe-history-button{background-image:url("../img/btns/history.png")}.joe-comments-button{background-image:url("../img/btns/comment.png")}.joe-object-button{background-image:url("../img/btns/object.png")}.joe-close-button{background-image:url("../img/btns/close.png")}.joe-delete-button{background-image:url("../img/btns/delete.png");background-size:30px;background-position:5px center}.joe-add-button{background-image:url("../img/btns/add.png")}.joe-plus-button{background-image:url("../img/btns/plus.png")}.joe-minus-button{background-image:url("../img/btns/minus.png")}.joe-submit-button{background-image:url("../img/btns/submit.png")}.joe-thumbs_up-button{background-image:url("../img/btns/thumbs-up.png")}.joe-thumbs_down-button{background-image:url("../img/btns/thumbs-down.png")}.joe-save-button{background-image:url("../img/btns/save_go.png")}.joe-quicksave-button{background-image:url("../img/btns/save_stay.png")}.joe-list_add-button{background-image:url("../img/btns/list-add.png")}.joe-list_delete-button{background-image:url("../img/btns/list-remove.png")}.joe-reload-button{background-image:url("../img/btns/reload.png")}.joe-view-button{background-image:url("../img/btns/view.png");background-size:30px}.joe-preview-button{background-image:url("../img/btns/view.png");background-position:5px center}.joe-export-button{font-size:21px;line-height:36px;padding:0;text-align:center}.joe-button>svg,joe-button>svg{fill:#404040}.joe-iconed-button>svg{margin-left:0;float:left;width:40px;margin-left:-10px}.joe-svg-button{padding-left:40px}.joe-svg-button>svg{position:absolute;left:0;width:40px;top:0}joe-button>svg{position:absolute;left:0;width:40px;top:0}.joe-iconed-button.joe-svg-button{background-size:30px;background-position:5px center;padding-left:60px}.joe-iconed-button.joe-svg-button>svg{left:30px}.small-size .joe-svg-button{width:auto}.small-size .joe-button.joe-footer-button.joe-svg-button{width:40px;padding:0}.small-size .joe-button.joe-footer-button.joe-svg-button button-text{display:none}.small-size .joe-footer-button.joe-iconed-button.joe-svg-button{background-size:30px;background-position:5px center;padding-left:0;width:64px}.joe-footer-button{box-shadow:0 1px 3px 0 rgba(0,0,0,.4);border-radius:4px}joe-button-wrapper.bottom joe-button.joe-button{border-radius:0;margin:10px -10px -10px -10px;box-shadow:none}.joe-block-button{background-color:rgba(0,0,0,.1);width:40px;text-align:center;position:absolute;bottom:0;top:0;right:0;cursor:pointer;line-height:2;color:#fff;background-position:center center;background-repeat:no-repeat;opacity:.4}.joe-block-button.left{left:0;right:auto}html.no-touch .joe-block-button:hover{opacity:.9}.goto-icon{background-image:url("../img/goto-arrow.png")}html.no-touch .goto-icon:hover{background-image:url("../img/goto-arrow.png")}.joe-selection-indicator{float:left;height:35px;line-height:35px;padding:5px}.joe-overlay.active{display:block}.joe-overlay.compact{text-align:center}.joe-overlay.mini-active{display:block}joe-panel{display:block}.joe-overlay-panel{background:#f7f7f7;position:absolute;top:0;left:0;bottom:0;right:0;transition:.25s}.mini-active .joe-overlay-panel{display:none}.active .joe-overlay-panel{display:block}.joe-overlay-panel.offscreen-bottom{top:110%;bottom:-100px}.joe-overlay-panel.centerscreen-collapse{top:50%;bottom:50%;overflow:hidden}.joe-overlay-panel.shadowed,body>.joe-overlay-panel{box-shadow:0 0 4px 0 rgba(0,0,0,.7);margin:10px}.joe-panel{position:relative}.joe-mini-panel{margin:100px auto;box-shadow:0 4px 8px 0 rgba(0,0,0,.4);position:relative;min-height:250px;background:#eee;width:60%;min-width:300px;display:none;z-index:10}.joe-mini-panel.active{display:block}.joe-mini-panel .joe-panel-content{top:40px}.joe-mini-editing{border:1px inset #007ac2}.joe-mini-panel .joe-field-list-item{padding:10px;line-height:16px}.joe-mini-panel .joe-field-list-item::after{display:block;height:0;width:100%;clear:both;content:''}.compact .joe-overlay-panel{top:auto;left:auto;bottom:auto;right:auto;position:relative;width:50%;margin:20px auto;height:80%;text-align:left;min-width:340px}joe-panel-header{height:40px;position:relative;background-color:rgba(0,0,0,.1);display:block}joe-panel-header svg{height:40px;width:36px;fill:#777}html.no-touch joe-panel-header svg:hover{fill:#222}.joe-panel-unsaved{display:none}.unsaved-changes .joe-panel-unsaved{display:block}html.no-touch joe-panel-header .joe-panel-unsaved svg:hover{background:#6bb476}joe-schema-icon svg{fill:#068!important}joe-schema-icon{width:40px;height:40px;display:block;float:left;box-sizing:border-box}joe-panel-header joe-schema-icon{float:left;padding-left:2px;box-sizing:border-box}.joe-field-list-item joe-schema-icon{margin-top:-6px;margin-left:-10px;margin-right:5px}.joe-panel-header-button{position:absolute;top:0;right:0;line-height:40px;font-size:14px;width:30px;text-align:center;cursor:pointer;height:28px;background-image:url(../img/joe-sprite.png);background-color:#ddd;background-color:rgba(0,0,0,.1);background-repeat:no-repeat;margin:5px;border:1px solid #aaa}html.no-touch .joe-panel-header-button:hover{background-color:#ccc}.jif-panel-button,.jif-panel-header-button,.jif-panel-submenu-button,joe-panel-button{position:relative;line-height:40px!important;font-size:14px;width:40px;text-align:center;cursor:pointer;height:40px;background-repeat:no-repeat;background-position:center;font-size:32px;color:#444;transition:.1s}joe-panel-button{font-size:16px}joe-panel-button svg{color:#444}html.no-touch .jif-panel-button:hover,html.no-touch .jif-panel-header-button:hover,html.no-touch .jif-panel-submenu-button:hover,html.no-touch joe-panel-button:hover{background-color:#ccc;color:#007ac2}joe-panel-button:hover svg{fill:#007ac2}html.no-touch .jif-panel-button:active,html.no-touch .jif-panel-header-button:active,html.no-touch .jif-panel-submenu-button:active,html.no-touch .joe-panel-header-button:active{background-color:#007ac2;color:#eee}.jif-panel-header-button{position:absolute;top:0;right:0}.joe-panel-close{right:0;background-position:-110px -11px}.joe-panel-close{right:40px;background-position:-110px -11px}.joe-panel-speech{right:80px;background-position:-210px -11px}.joe-panel-speech.recording{color:red;right:80px;background-position:-210px -11px}.joe-panel-reload{right:40px;background-position:-210px -11px;display:none}.joe-panel-title-holder{padding-right:80px;height:40px}.joe-panel-title{padding:5px;color:#066;line-height:30px;overflow:hidden;font-size:1.1em;font-family:'Segoe UI Semibold','Helvetica Neue',sans-serif}.joe-panel-title.subtitled{line-height:16px;font-size:1em}.joe-header-back-btn{background-position:-261px -11px;float:left;margin-right:10px;color:#888;position:relative}.jif-header-back-btn{float:left;color:#666;position:relative;font-size:16px}joe-panel-header-buttons{position:absolute;top:0;height:40px}joe-panel-header-buttons.left-side>*,joe-panel-header-buttons.right-side>*{position:relative;right:auto;left:auto}joe-panel-header-buttons.right-side>*{float:right}joe-panel-header-buttons.left-side>*{float:left}.joe-subset-selector{line-height:40px;padding:0 8px;cursor:pointer;z-index:10;position:absolute;right:75px;min-width:100px}.joe-subset-selector .selector-option{background-color:#ddd;padding:0 7px}html.no-touch .joe-subset-selector .selector-option:hover{background-color:#bbb}.joe-subset-selector .selector-label{background:rgba(0,0,0,.2)}.joe-subset-selector .selector-options{display:none}.joe-subset-selector.active .selector-options{display:block}.jif-panel-submenu-button{float:left}.joe-submenu-search{float:left}table.joe-grid-table{min-width:100%;min-height:100%}.joe-grid-checkbox{width:40px;min-height:40px;text-align:center}td.joe-grid-cell{vertical-align:top;border-right:1px solid rgba(255,255,255,.9);font-size:12px;border-top:1px solid rgba(255,255,255,.9);min-width:240px}.joe-grid-cell .joe-content-option{position:relative;display:block;margin:4px 2px}.joe-table-head th{padding:5px;text-align:left}table.joe-item-table{width:100%}.joe-table-head th{text-align:left;padding:10px 5px}tr.joe-panel-content-option{height:40px}html.no-touch tr.joe-panel-content-option:hover{background-color:#eee}.joe-table-checkbox{width:40px;min-height:40px;text-align:center}.joe-item-table td{padding:5px;border-bottom:1px solid #eee}.joe-panel-content,joe-panel-content{display:block;min-height:50px;position:absolute;top:50px;bottom:50px;left:5px;right:5px;overflow:auto;-webkit-overflow-scrolling:touch;padding:5px 0;transition:.2s ease}.joe-panel-content.joe-style-inset{background:#fff;box-shadow:inset 0 0 2px 0 rgba(0,0,0,.3);border:1px solid #fefefe;border-right:0px}.no-footer-menu .joe-panel-content{bottom:5px}.joe-overlay-panel.show-filters .joe-panel-content{left:260px}.joe-overlay-panel.show-aggregator .joe-panel-content{right:260px}.joe-tabbed-content .joe-field-container{display:none}.joe-tabbed-content .joe-content-label{display:none}.joe-tabbed-content .joe-content-section{display:none}.joe-tabbed-content .joe-content-section.active,.joe-tabbed-content .joe-content-section.active .joe-field-container{display:block}.joe-panel-content.with-submenu{top:80px}.joe-panel-submenu{position:absolute;top:40px;left:0;right:0;height:40px;margin:0 5px;line-height:30px}.joe-submenu-buttons{text-align:center}.joe-submenu-buttons>div{display:inline-block}.joe-button.joe-submenu-button{background-color:transparent;padding:5px 10px;margin:0;box-shadow:none}html.no-touch .joe-button.joe-submenu-button:hover{background:rgba(0,0,0,.1)}.jif-panel-submenu-button.joe-aggregator-toggle{background-repeat:no-repeat;background-position:center center;background-size:contain;background-image:url("../img/btns/aggregator.png");background-size:27px;float:right;background-size:75%}.joe-aggregator-holder{background:#fff;position:absolute;right:5px;top:80px;bottom:50px;width:254px;border-right:1px solid #ccc;display:none;overflow:auto;font-size:14px}.joe-overlay-panel.show-aggregator .joe-aggregator-holder{display:block}.jif-panel-submenu-button.joe-filters-toggle{margin-right:5px;background-repeat:no-repeat;background-position:center center;background-image:url("../img/btns/filter.png");background-size:27px}.joe-filters-holder{background:#fff;position:absolute;left:5px;top:80px;bottom:50px;width:254px;border-left:1px solid #ccc;display:none;overflow:auto;font-size:14px}joe-count-indicator{position:absolute;display:block;font-size:8px;color:#fff;background:#666;bottom:0;right:0;border-radius:50%;margin:4px;width:10px;height:10px;line-height:15px;font-family:sans-serif}joe-count-indicator.active{background-color:#066}joe-count-indicator.count{margin:2px;width:14px;height:14px;background-color:#066}.joe-overlay-panel.show-filters .joe-filters-holder{display:block}joe-menu-label{padding:5px;background-color:rgba(0,0,0,.1);display:block}joe-stripe-color{display:block;position:absolute;top:2px;left:1px;width:4px;bottom:2px;opacity:.8;transition:.2s}html.no-touch joe-stripe-color:hover{width:7px}joe-bg-color{display:block;position:absolute;top:0;left:0;bottom:0;right:0;opacity:.5}joe-border-color{position:absolute;top:0;left:0;right:0;bottom:0;margin:2px}option-count{opacity:.5;position:absolute;right:5px}joe-filter-option,joe-subset-option{display:block;position:relative}.joe-filter-option,.joe-subset-option{padding:6px 10px;cursor:pointer}.joe-subset-option.active{background-color:#bbb}.joe-subset-option.clear-filters{border-top:1px solid #eee}.joe-filter-option{padding:5px 5px 5px 0;cursor:pointer;line-height:21px}html.no-touch .joe-filter-option:hover,html.no-touch .joe-subset-option:hover{background-color:rgba(0,0,0,.1)}.active.joe-option-checkbox,.joe-filter-option.active .joe-option-checkbox{background-color:#59c}.joe-option-checkbox{position:relative;background-color:#eee;width:10px;height:10px;float:left;margin:5px;margin-left:10px;border:1px solid #bbb}input.joe-submenu-search-field{padding:0 5px;width:25%;min-width:200px;margin:5px;border:none;height:30px;box-shadow:inset 0 0 2px 0 rgba(0,0,0,.5);margin-left:0;box-sizing:border-box}.joe-submenu-itemcount{float:left;padding-right:1px;padding-top:9px;font-size:12px;color:#999}joe-option-group{display:block;box-sizing:border-box;background:rgba(0,0,0,.05);border-bottom:1px solid #ddd;border-top:1px solid #ddd}joe-option-group joe-option-group{padding-left:10px}joe-option-group.collapsed{border:none}joe-option-group>joe-menu-label{display:block;cursor:pointer;background:0 0;padding-left:30px;background:url(../img/btns/minus.png) 2px 6px no-repeat;background-size:24px;line-height:24px}joe-option-group.collapsed>*{display:none}joe-option-group.collapsed>joe-menu-label{display:block;background:url(../img/btns/plus.png) 2px 6px no-repeat;background-size:24px}joe-filter-option.joe-group-option,joe-subset-option.joe-group-option{margin:-5px -5px -5px -2px}.joe-submenu-selector{float:right;height:40px;width:40px;cursor:pointer;box-sizing:border-box;-webkit-transition:width .2s;font-size:20px}.joe-submenu-selector.expanded{width:100%;background:#eee}.joe-submenu-selector.expanded{width:100%;background:#eee;position:absolute;top:0;z-index:2}joe-submenu-selector-options{display:none}.joe-submenu-selector.expanded joe-submenu-selector-options{display:block;position:absolute;right:40px;z-index:100;background:#eee}.small-size .joe-submenu-selector.expanded joe-submenu-selector-options{min-width:50%}.joe-selector-button{float:right;position:relative;font-size:20px;height:40px;width:40px;cursor:pointer;background-position:center}.joe-selector-button.selector-label{line-height:38px;font-size:.9em}.joe-submenu-selector.expanded .selector-label{float:left}.joe-submenu-selector .selection-label{position:absolute;text-align:center;font-size:12px;line-height:16px!important;top:0;left:0;right:0}.joe-viewmode-selector{padding-left:5px;box-sizing:content-box}.joe-list-sorter{float:right;height:40px;line-height:40px;display:block}.joe-list-sorter-icon{height:40px;width:40px;height:40px;float:left;fill:#999;cursor:pointer}html.no-touch .joe-list-sorter-icon:hover{background-color:#ccc;fill:#444}.joe-list-sorter select{font-size:16px;cursor:pointer;margin-right:10px}joe-keyword-link{padding:8px;cursor:pointer;display:inline-block;transition:.2s;border:1px solid #ddd;margin:4px 4px 6px 0}html.no-touch joe-keyword-link:hover{background:#ddd;color:#222}.joe-viewmode-button{background-image:url(".././img/btns/view-list.png");background-repeat:no-repeat;background-position:center center}.joe-viewmode-button.grid-button{background-image:url(".././img/btns/view-grid.png")}.joe-viewmode-button.table-button{background-image:url(".././img/btns/view-table.png")}.joe-list-right{float:right;text-align:right}joe-option{display:block;box-sizing:border-box}.joe-panel-content-option{position:relative;font-size:14px;clear:both;border-bottom:1px solid #e1e1e1;box-sizing:border-box}.multi-col .joe-panel-content-option{float:left;clear:none}.multi-col .joe-panel-content-option-content{min-height:120px!important}.multi-col .joe-panel-content-option.item-menu{padding-bottom:55px}.cols-2 .joe-panel-content-option{width:49%}.cols-3 .joe-panel-content-option{width:32%}.cols-4 .joe-panel-content-option{width:24%}.cols-5 .joe-panel-content-option{width:19%}.joe-panel-content-option.selected{background-color:rgba(0,0,0,.3)!important}html.no-touch .joe-panel-content-option.selected:active{background-color:#007ac2!important}.joe-panel-content-option-stripe{position:absolute;left:1px;width:4px;top:3px;bottom:3px;opacity:.8;transition:.2s}html.no-touch .joe-panel-content-option-stripe.titled:hover{width:8px}.striped .joe-panel-content-option-content{margin-left:8px}.joe-panel-content-option-bg{position:absolute;left:0;top:0;bottom:0;right:0;opacity:.5}.selected .joe-panel-content-option-bg{opacity:.2}.numbered .joe-panel-content-option-content{padding-left:30px}.numbered.expander .joe-panel-content-option-content{margin-left:50px;padding-left:10px}.numbered .joe-panel-content-option-icon,.numbered .joe-panel-content-option-svg{margin-left:40px}.joe-panel-content-option-number{position:absolute;left:10px;padding-top:8px;font-size:10px;color:rgba(0,0,0,.5)}joe-listitem-icon{float:left;position:relative;width:60px;height:60px;background-position:center;background-size:cover;border-radius:50%;margin-right:10px}svg.protected-icon{fill:#bbb;width:20px;float:right;margin:5px}.joe-panel-content-option-content{padding:10px 10px 10px 10px;position:relative;transition:.2s;cursor:pointer}.joe-panel-content-option-content::after{display:table;content:'';clear:both}.joe-panel-content-option.keyboard-selected .joe-panel-content-option-content,html.no-touch .joe-panel-content-option-content:hover{background-color:rgba(0,0,0,.1)!important}html.no-touch .joe-panel-content-option-content:active{background-color:#007ac2!important;color:#fff}html.no-touch .joe-field-list-item:active h3,html.no-touch .joe-field-list-item:active h4,html.no-touch .joe-field-list-item:active h5,html.no-touch .joe-panel-content-option-content:active h3,html.no-touch .joe-panel-content-option-content:active h4,html.no-touch .joe-panel-content-option-content:active h5{color:#fff}html.no-touch .joe-panel-content-option-content:active .joe-subtext,html.no-touch .joe-panel-content-option-content:active joe-subtext{color:#ddd}.joe-panel-content-option-icon{height:100%;min-height:50px;text-align:center;min-width:50px;background-position:center center;background-repeat:no-repeat;margin:10px;margin-bottom:0;border:1px solid #f2f2f2;position:relative;z-index:30}html.no-touch .joe-panel-content-option-icon:hover{background-color:#333}.joe-panel-content-option-icon img{padding:5px;opacity:0}.joe-panel-content-option-svg{height:100%;min-height:50px;text-align:center;min-width:50px;margin:10px;margin-bottom:0;position:relative;z-index:30}.joe-panel-content-option-menu{float:right;z-index:2;position:relative;border-left:1px solid #eee;top:4px;margin-left:4px}.multi-col .joe-panel-content-option-menu{float:none;position:absolute;bottom:0;top:auto;margin:0;border:none;border-top:1px solid #eee;padding:5px}.small-size .joe-panel-content-option-menu{display:block;border:none}.joe-field-list-item>.joe-panel-content-option-menu{top:0}.joe-field-list-item.deletable>.joe-panel-content-option-menu{right:40px}.joe-option-menu-indicator,joe-om-indicator{text-align:center;padding:10px 0;cursor:pointer;border-radius:25px;width:50px;white-space:nowrap;height:50px;box-sizing:border-box;display:block;line-height:1}.joe-option-menu-button{text-align:center;padding:10px 0;cursor:pointer;border-radius:25px;width:50px;transition:.2s;white-space:nowrap;height:50px;box-sizing:border-box}.joe-option-menu-button svg{width:40px;height:40px;line-height:0;margin:-10px;fill:#068}.joe-option-menu-button svg{width:40px;height:40px;line-height:0;margin:-10px}.joe-option-menu-button.multi-line{line-height:1.3em}.multi-col .joe-option-menu-button{padding:5px 10px}html.no-touch .joe-option-menu-button:hover{background:rgba(0,0,0,.1)}.joe-field-item .joe-panel-content-option-menu{top:-3px}.joe-panel-content-option-expander-button{width:40px;height:40px;position:absolute;left:5px;background-position:center center;background-repeat:no-repeat;background-size:80%;top:15px;opacity:.75;border-radius:50%;transition:.2s;cursor:pointer}.joe-field-list-item>.joe-panel-content-option-expander-button{top:4px}.joe-field-item-content>svg{float:left;width:40px;height:40px;margin:-2px 5px 0 -5px;fill:#707070;border-right:1px solid rgba(0,0,0,.1)}.joe-field-item.deletable>.joe-panel-content-option-expander-button{margin-left:37px;top:5px}.joe-field-list-item.deletable>.joe-field-item-content{margin-right:40px}.joe-field-list-item.expander.deletable>.joe-field-item-content{margin-left:40px}.joe-field-list-item.deletable>.joe-panel-content-option-expander-button{left:4px}.joe-field-item-content.ui-sortable-handle.nonclickable{margin-left:10px!important}.numbered .joe-panel-content-option-expander-button{left:10px}html.no-touch .joe-panel-content-option-expander-button:hover{background-color:rgba(0,0,0,.1)}.expander-collapsed>.joe-panel-content-option-expander-button,.expander-collapsed>div>.joe-panel-content-option-expander-button{background-image:url("../img/btns/plus.png")}.expander-expanded>.joe-panel-content-option-expander-button,.expander-expanded>div>.joe-panel-content-option-expander-button{background-image:url("../img/btns/minus.png")}.expander .joe-panel-content-option-content{margin-left:40px;min-height:30px}.joe-panel-content-option-expander{display:none;position:relative;height:0;overflow:hidden;padding:5px 5px;border-top:1px solid #eee;background-color:#f6f6f6}.expander-expanded>.joe-panel-content-option-expander{display:block;height:auto}.joe-panel-content-option-expander table{width:100%}.deletable>.joe-panel-content-option-expander{margin-left:33px}joe-itemmenu-section{display:block;position:relative;margin:5px 0}joe-itemmenu-section{display:block;position:relative;margin:5px 0}joe-itemmenu-section.padded{padding:0 10px}joe-itemmenu-section p{margin:2px 0}joe-content-section{font-size:.9em;padding:10px;display:block;position:relative}.joe-content-sidebar .joe-field-item-content{padding:5px;font-size:16px;line-height:1.1em}.joe-panel-content-option-button{width:50px;height:50px;text-align:center;line-height:50px}html.no-touch .joe-panel-content-option-button:hover{background-color:rgba(0,0,0,.1)}.joe-option-view-button{position:absolute;right:0;top:0;bottom:0;padding:5px;line-height:2;color:#007ac2}html.no-touch .joe-option-view-button:hover{cursor:pointer;background-color:rgba(0,0,0,.2)}.joe-panel-content-option .joe-button{margin:0;margin-left:5px}.joe-text-content{padding:20px}input.joe-boolean-field{float:left;margin:5px}.boolean-field small{padding:5px;color:#667}.joe-boolean-label{display:block;cursor:pointer;margin:0 -5px -5px -5px;padding:5px}html.no-touch .joe-boolean-label:hover{background:rgba(0,0,0,.1)}joe-list-item{display:block;background:#fff}joe-list-item.deletable{padding-right:32px}.joe-field-list-item{padding:0;cursor:pointer;position:relative;border-bottom:1px solid #eee}.joe-panel-content-option-expander joe-list-item.custom-item{padding:10px;margin:10px 0}.joe-content-sidebar joe-list-item{padding:5px;margin:5px 0;border:1px solid #00666633;box-shadow:0 1px 4px #0002}swipe-option{position:absolute;top:0;width:100px;bottom:0;box-sizing:border-box;padding:20px 20px 20px 20px;display:none}swipe-option.left-side{left:-100px;text-align:right}swipe-option.right-side{right:-100px;text-align:left}.ui-draggable-dragging swipe-option{display:block;opacity:.5}.ui-draggable-dragging.swiping swipe-option{opacity:1}html.no-touch .joe-field-item-content:active{color:#fff;background-color:#007ac2}.joe-field-list-item joe-icon{float:left}.joe-field-list-item joe-icon svg{width:32px;height:32px;fill:#999}.joe-object-content{padding-top:10px}.joe-field-container,joe-field-container{min-width:240px;padding:1px 0;display:block}joe-field-container p{margin:0;padding:0;padding-bottom:10px}joe-field{display:block}.joe-object-field{margin:10px 4px;border-top:1px solid #f2f2f2;padding:10px 5px;position:relative}.joe-object-field.hide-label{margin-top:0}.joe-object-field input,.joe-object-field select{color:#424242}.joe-field-label{padding:0 4px;display:inline-block;position:absolute;top:-10px;background-color:#fff;left:2px;font-size:12px;font-weight:700;box-sizing:border-box;letter-spacing:.1em}.joe-field-label.iconed{width:100%;display:block;padding-left:30px}.joe-field-label>svg{position:absolute;width:30px;height:30px;top:-4px;left:0}.joe-highlighted .joe-field-label{color:#da8d01!important}.hide-label>.joe-field-label{display:none}.joe-field-label .joe-reload-icon{font-size:16px;margin:0 10px;cursor:pointer;line-height:14px}.joe-field-comment{font-size:13px;padding:5px 1px;letter-spacing:.8px;line-height:16px}.joe-overlay.sans .joe-field-comment{font-size:12px;padding:5px 1px;letter-spacing:.8px;line-height:16px;padding-top:0;padding-bottom:8px}.joe-field-comment .joe-button{z-index:10}.joe-tooltip{padding:8px;color:#999;font-size:12px}.joe-object-field.joe-required{border-color:#bbb;border-color:#da8d01}.joe-highlighted,.joe-overlay-panel.show-required .joe-object-field.joe-required{border-color:#da8d01;border-color:#da8d01;background:rgba(218,141,1,.2)}joe-field-attribute{display:block}joe-field-attribute::after{display:table;content:'';clear:both}.joe-content-label,joe-content-label{display:block;position:relative;background-color:rgba(0,40,80,.15);padding:4px 10px;margin:12px 0 8px 0;font-weight:700;clear:both}.joe-field-item{position:relative;min-height:30px;padding:5px;background:#eee;border-bottom:1px solid #fff}.joe-panel-content-option .joe-field-item{background-color:transparent;border-bottom:1px solid #eee;margin-bottom:4px}.deletable.joe-field-item{padding-left:40px}.gotobutton.joe-field-item{padding-right:40px}.joe-field-item-content{position:relative;padding:5px;transition:.2s;padding-left:9px}html.no-touch .clickable>.joe-field-item-content:hover{background:rgba(0,0,0,.1)}.expander>.joe-field-item-content{margin-left:40px;padding-bottom:0;min-height:54px}.joe-references-container{position:relative}.joe-references-container .joe-text-field.skip-prop{min-width:226px;padding-left:30px!important;background:url(../img/search.png) center left no-repeat}.joe-text-input-button.joe-reference-add-button{display:none}.joe-object-references-holder{padding:10px 0}.joe-object-references-holder.disabled .joe-field-item .joe-delete-button{display:none}.joe-object-references-holder.disabled .joe-field-item{padding-left:5px}.joe-field-item-delete-button{position:absolute;left:0;width:40px;top:0;left:0;bottom:0;background-position:center center;background-repeat:no-repeat}.joe-field-item.btn-right{padding-right:50px}.joe-field-item.btn-left{padding-left:50px}.joe-field-item.btn-both{padding-left:50px;padding-right:50px}.joe-uploader-dropzone{padding:10px;background:#eee;min-height:100px;border:2px dashed #ccc;text-align:center;position:relative}.joe-uploader-dropzone img{margin:10px auto;max-width:100%}.joe-uploader-preview{display:block;position:relative}.joe-uploader-preview img{margin:10px auto}.joe-uploader-dropzone input[type=file]{display:block;text-align:center;margin:0 auto}joe-uploader-files{display:block;position:relative}joe-uploader-file{display:block;position:relative;float:left;margin:10px;width:200px;height:200px;background-size:contain;background-position:center;background-repeat:no-repeat;box-sizing:border-box;border:2px solid #fff}.small-size joe-uploader-file{margin:20px auto;float:none}joe-uploader-file.uploaded{border-color:#5bd16d}joe-uploader-file-label{position:absolute;bottom:20px;left:0;right:0;padding:10px;background:rgba(255,255,255,.8);font-size:12px;word-break:break-word}joe-uploader-file-size{position:absolute;font-size:12px;left:0;right:0;bottom:75px}joe-uploader-file-delete-btn{position:absolute;right:0;top:0;width:32px;height:32px;cursor:pointer;fill:#ccc}joe-uploader-file-extension{position:absolute;left:0;right:0;top:50px;bottom:30px;font-size:40px;color:#666}joe-uploader-file>a.file-link{display:block;position:absolute;top:0;left:0;bottom:0;right:0;cursor:pointer}joe-uploader-file-oaid{position:absolute;left:0;right:0;bottom:0;font-size:4px;color:#0d9488;display:block;height:20px;line-height:20px}.joe-uploader-file-role{position:absolute;bottom:-30px;left:0;right:0}joe-comments-add,joe-comments-view{display:block;position:relative;box-sizing:border-box;margin-top:7px}joe-comments-add textarea{width:100%;height:60px;padding:5px;box-sizing:border-box}joe-comments-entry{display:block;position:relative;line-height:.8em;border-top:1px solid #eee;padding:5px 0 10px 0}joe-comments-entry joe-comments-user{float:left;height:40px;font-size:.7em;font-weight:700;line-height:30px;padding-right:6px}joe-comments-entry joe-content{margin:2px 0 5px 0;font-size:12px;line-height:16px}.joe-content-section{clear:both;border-bottom:1px solid #fff}joe-panel-content .joe-content-section:first-child{margin-top:-5px}.joe-content-section.no-section{display:none}.joe-content-section.collapsed .joe-content-section-content{display:none}.joe-content-section-label,joe-content-section-label{background-color:rgba(0,102,136,.5);background-image:url("../img/white-arrow-down.png");background-position:3px center;background-repeat:no-repeat;padding:0 10px 5px 30px;margin:0 0 10px 0;font-weight:500;clear:both;font-size:1em;color:#fff;cursor:pointer;display:block;transition:.2s;background-size:15px;text-transform:lowercase;font-variant:small-caps;line-height:30px;user-select:none}.collapsed .joe-content-section-label,.collapsed joe-content-section-label{background-image:url("../img/white-arrow-right.png");margin:0;background-color:#40404080}html.no-touch .joe-content-section-label:hover,html.no-touch joe-content-section-label:hover{background-color:rgba(0,102,136,.8)}.joe-submenu-section-anchors,joe-submenu-section-anchors{height:38px;line-height:38px;display:block}joe-submenu-section-anchors joe-panel-button.sections-toggle{display:none}.right-sidebar .joe-submenu-section-anchors{margin-right:0}.left-sidebar .joe-submenu-section-anchors{margin-left:0}.small-size joe-submenu-section-anchors{position:relative;z-index:9999;background:#eee;float:left;height:auto;left:-5px;border:1px solid #eee}.small-size joe-submenu-section-anchors.expanded{border:1px solid #fff;box-shadow:0 0 3px 0 rgba(0,0,0,.4)}.small-size joe-submenu-section-anchors joe-panel-button.sections-toggle{display:block;width:auto;padding-right:10px}.sections-toggle svg{float:left;width:30px;height:40px}.small-size joe-submenu-section-anchors .joe-submenu-section{display:none;float:none;position:relative}.small-size joe-submenu-section-anchors.expanded .joe-submenu-section{display:block}.joe-submenu-section{cursor:pointer;height:100%;float:left;padding:1px 8px;user-select:none;display:block;position:relative;text-transform:lowercase;font-variant:small-caps}.joe-submenu-section.fright{float:right}.joe-submenu-section.active{background:#fff;border-bottom:3px solid rgba(0,40,80,.5);box-sizing:border-box}html.no-touch .joe-submenu-section:hover{background:rgba(0,0,0,.1)}.joe-content-sidebar{width:0;z-index:10;background-color:#ddd;top:52px;bottom:51px;overflow:hidden;overflow-y:auto;transition:width .2s ease}.joe-content-sidebar.with-submenu{top:82px}.joe-overlay-panel.left-sidebar .joe-content-sidebar.left-side,.joe-overlay-panel.right-sidebar .joe-content-sidebar.right-side{width:305px}.joe-overlay-panel.left-sidebar.small-size .joe-content-sidebar.left-side,.joe-overlay-panel.right-sidebar.small-size .joe-content-sidebar.right-side{width:100%}.joe-content-sidebar.left-side{right:auto}.joe-content-sidebar.right-side{left:auto}.joe-overlay-panel.right-sidebar .joe-panel-content{margin-right:300px}.joe-overlay-panel.left-sidebar .joe-panel-content{margin-left:300px}.joe-content-sidebar .joe-title,.joe-content-sidebar joe-title{font-size:1em}.joe-sidebar-button{top:0;bottom:0;display:none;transition:.2s}.joe-sidebar-button.active{display:block}.joe-sidebar-button svg{fill:#444}.joe-sidebar_right-button{right:-5px;left:auto;float:right}.joe-sidebar_left-button{left:-5px;right:auto;float:left}.left-sidebar .joe-sidebar_left-button,.right-sidebar .joe-sidebar_right-button{background-color:rgba(0,40,80,.5)}.left-sidebar .joe-sidebar_left-button svg,.right-sidebar .joe-sidebar_right-button svg{fill:#f2f2f2}.joe-content-sidebar .joe-content-label{margin-top:0}.joe-content-sidebar .joe-content-section{background-color:#fff;margin-bottom:0}.joe-content-sidebar .joe-content-section-label,.joe-content-sidebar joe-content-section-label{margin-top:0}.joe-content-sidebar .joe-content-section-content{margin-top:0}.joe-content-sidebar .joe-field-container,.joe-content-sidebar joe-field-container{width:100%!important;float:none}.joe-content-sidebar>joe-field-container{background:#fff;border-top:1px solid #eee;padding-top:10px}.joe-content-sidebar .joe-object-field{border-top:none;margin:0 5px 10px 5px;padding-bottom:2px;padding-top:20px}.joe-content-sidebar .joe-field-label{top:-2px;background-color:transparent}.joe-content-sidebar .joe-reference-add-button{right:0;left:auto}.joe-content-sidebar .joe-object-field input[type=password],.joe-content-sidebar .joe-object-field input[type=text]{width:100%}.joe-content-sidebar select.joe-select-field.joe-field{width:100%;min-width:auto}.joe-content-sidebar .select-field .joe-iconed-button{display:block;position:absolute;right:0;bottom:-4px;font-size:0;padding:0 0 0 40px;height:40px;background-position:center}.joe-field-tooltip{border:1px solid #007ac2;border-radius:50%;display:inline-block;text-align:center;margin:0 10px;font-size:13px;width:18px;height:18px;line-height:18px;cursor:help;font-weight:700}html.no-touch .joe-field-tooltip:hover{background-color:#007ac2;color:#fff}.joe-field-multiedit-toggle{position:absolute;top:0;right:0;width:24px;height:24px;border:1px solid #ddd;margin:8px;cursor:pointer;background:#efefef}.joe-object-field.multi-selected{border-color:#007ac2}.multi-selected .joe-field-multiedit-toggle{background:rgba(0,100,200,.4)}.joe-object-field.hidden{display:none}.joe-object-field input[type=number],.joe-object-field input[type=password],.joe-object-field input[type=text]{padding:6px;font-size:16px;box-sizing:border-box;letter-spacing:.5px;width:100%;outline:0;outline-offset:0;border:none;border-bottom:1px solid #ddd;border-bottom:1px solid rgba(0,102,136,.2);padding-bottom:5px}html.no-touch .joe-object-field input[type=number]:not([disabled]):hover,html.no-touch .joe-object-field input[type=password]:not([disabled]):hover,html.no-touch .joe-object-field input[type=text]:not([disabled]):hover{background-color:#f2f9ff}.joe-object-field input[type=number]:focus,.joe-object-field input[type=password]:focus,.joe-object-field input[type=text]:focus{border:1px solid #007ac2;background-color:#f2f9ff;padding:5px}.joe-field-container.joe-fleft input[type=text]{min-width:initial}.joe-object-field input[type=text].joe-url-field{width:100%;max-width:100%;margin:5px 0 0 0;padding-right:75px;box-sizing:border-box}.joe-object-field input[type=text].joe-date-field{width:200px}.joe-object-field .joe-objectlist-row input[type=text].joe-date-field{width:100%;max-width:130px}joe-datepicker-holder{display:block;position:relative}.Zebra_DatePicker.dp_visible{z-index:2000}.joesmall-size .Zebra_DatePicker.dp_visible{left:100px!important;top:100px!important}joe-datepicker-holder>.Zebra_DatePicker.dp_visible{position:relative;display:inline-block;margin-top:10px;z-index:1}.joe-object-field.button-field .joe-button{position:relative;color:rgba(0,0,0,.7);background-color:#ddd;float:right;margin:0;line-height:24px}.joe-object-field.button-field .joe-button{float:none}.joe-object-field .joe-button,capp-card joe-button{border-radius:20px;margin-top:5px}.objectReference-field .joe-left-plus-button{margin-bottom:10px;float:none;font-size:16px}.joe-button.multiline{line-height:16px}html.no-touch .joe-object-field.joe-button-field .joe-button:hover{background-color:#ccc}.url-field .joe-button{position:absolute;right:5px;top:5px}.joe-object-field .joe-button.fleft{float:left}.joe-object-field .joe-button.inline{float:none;display:inline-block;margin-left:10px;margin-right:10px}.joe-object-field .joe-button.full-width{width:100%;margin:5px auto;max-width:300px;text-align:center;float:none;display:block}.joe-content-sidebar joe-button.joe-button{float:none}.joe-object-field .joe-iconed-button.full-width{text-align:left}.joe-object-field input[type=text].joe-number-field{width:200px}input.joe-number-field.joe-field{padding:4px 6px}.joe-object-field input[type=text].joe-int-field{width:100px}.joe-object-field input[type=text].joe-guid-field{max-width:350px!important}.joe-object-field.hide-label{padding-top:0}.joe-select-field{min-width:240px;padding:4px;border-color:#ddd;border-color:rgba(0,102,136,.2)}.joe-object-field.rendering-field{font-size:14px}textarea.joe-rendering-field{margin-top:10px;padding:5px;position:relative;width:100%;height:200px;box-sizing:border-box}.joe-prompt-textarea{width:100%;resize:vertical;min-height:60px;font-size:14px}.joe-prompt-select{font-size:14px;padding:2px;overflow-y:auto;min-height:50px;max-width:100%}.joe-prompt-select option{padding:4px}.joe-geo-map{height:250px;margin-bottom:10px;width:100%;position:relative}textarea.joe-geo-field{width:100%;box-sizing:border-box;padding:5px;height:50px}.joe-text-autocomplete{position:absolute;z-index:1001;background:#eee;max-height:240px;overflow:auto;min-width:210px;max-width:100%;width:100%}.joe-text-autocomplete.active{display:block}.joe-content-sidebar .joe-text-autocomplete.active{width:100%}.joe-text-autocomplete-option{padding:5px;cursor:pointer;border-bottom:1px solid #ddd}.joe-text-autocomplete-option::after{display:block;height:0;width:100%;clear:both;content:''}.joe-text-autocomplete-option.visible{display:block}html.no-touch .joe-text-autocomplete-option:hover{background:#ccc}.joe-text-autocomplete-option.keyboard-selected{background:#ccc}.joe-text-autocomplete-option svg{width:40px;float:left;border-right:1px solid #bbb;margin-right:5px}.joe-multisorter-bin{width:48%;background:#eee;min-height:100px;float:left;margin:0 1%;list-style:none;max-height:500px;overflow:auto}.joe-buckets-bin li,.joe-multisorter-bin li{min-height:30px;padding:5px;cursor:move;position:relative;margin:4px 4px 4px 2px;transition:background .1s;background:#f9f9f9;line-height:1em;border:1px solid #eee;border-radius:2px}html.no-touch .joe-buckets-bin li:hover,html.no-touch .joe-multisorter-bin li:hover{background:rgba(0,0,0,.05);border:1px solid #fff}.joe-buckets-field-holder{float:left}.joe-buckets-bin{background:#eee;min-height:100px;margin:0 0 0 1%;list-style:none;max-height:500px;overflow:auto}.joe-buckets-bin.selections-bin{float:left;width:31%;margin-bottom:10px;padding-bottom:4px}.joe-bucket-delete{left:auto;width:30px;background-image:url(../img/close-x.png);display:none;margin:5px;cursor:pointer}html.no-touch .joe-bucket-delete:hover{background-color:#ddd;background-color:rgba(0,0,0,.1)}.joe-buckets-bin.selections-bin .joe-bucket-delete{display:block;left:auto;background-size:20px}.joe-bucket-label{font-size:14px;padding:5px 10px;border-bottom:1px solid #ccc}.joe-sortable-highlight{margin:2px;background:#ccc;border:1px dashed #fff}.joe-image-field-image{margin:15px 0 10px 0;display:block;max-width:100%}.joe-image-field-size{margin:10px 0;opacity:.5;display:block}img.joe-qrcode-image{width:100%}.joe-group-item{cursor:pointer;background:#eee;margin:2px .5%;padding-left:40px;position:relative;width:49%;box-sizing:border-box;float:left;min-width:240px}.joe-group-item.cols-1{width:98%}.joe-group-item.cols-3{width:32%;min-width:200px}.joe-group-item.cols-4{width:24%;min-width:200px}.small-size .joe-group-item{min-width:98%}html.no-touch .joe-group-item:hover{background-color:#ddd}html.no-touch .joe-group-item.disabled:hover{background-color:#eee}.joe-group-item-checkbox{position:absolute;left:0;top:0;bottom:0;width:40px;border-right:1px solid #bbb;padding:10px 0;text-align:center}.joe-group-item-checkbox input{float:none;margin:auto}.joe-group-item label{display:block;padding:10px 0;padding-left:10px;cursor:pointer}.joe-content-sidebar .joe-group-item{width:100%;float:none}.joe-objectlist-row .joe-group-item label{padding:5px}table.joe-objectlist-table{width:100%;border-collapse:collapse;border:1px solid #eee}.joe-objectlist-table .joe-delete-button{background-size:24px}.joe-objectlist-table thead{background-color:#eee}.joe-objectlist-table.hidden-heading thead tr th{height:0;padding:0;border-top:0;overflow:hidden;line-height:0}.joe-objectlist-table th{padding:5px;font-weight:400;text-align:left;border-left:1px solid #eee}html.no-touch table.sortable.joe-objectlist-table th{cursor:pointer}html.no-touch table.sortable.joe-objectlist-table th:hover{background:rgba(0,0,0,.1)}.joe-objectlist-row{border-bottom:1px solid #f2f2f2}.joe-objectlist-delete-header,.joe-objectlist-object-row-handle-header{width:30px}.joe-objectlist-object-row-handle{cursor:ns-resize;width:40px;line-height:40px;text-align:center;-ms-transform:rotate(7deg);-webkit-transform:rotate(7deg);transform:rotate(90deg);color:#bbb;letter-spacing:1.5px}html.no-touch .joe-objectlist-object-row-handle:hover{background-color:#eaeaea}.ui-sortable-helper{background:#fff;box-shadow:0 0 3px rgba(0,0,0,.5)}.joe-objectlist-table select{padding:5px 0;min-width:35px;box-sizing:border-box;width:90%;margin:5px}.joe-objectlist-table input[type=password],.joe-objectlist-table input[type=text]{padding:4px;min-width:20px;width:98%;box-sizing:border-box}.objectList-field .joe-button.joe-plus-button{margin:10px auto;float:none;display:inline-block}.objectList-field .joe-button.joe-done-button{margin-top:10px;position:absolute}.joe-objectlist-table textarea{height:100px}.joe-objectlist-table .joe-boolean-field{float:none;margin:5px auto;display:block}.small-size .joe-objectlist-table input[type=number]:focus,.small-size .joe-objectlist-table input[type=text]:focus{position:fixed!important;top:50%!important;left:15%!important;border:2px solid #ff8804;box-sizing:border-box;width:75%;padding:10px;background:#fff;z-index:10000;display:block;box-shadow:0 1px 10px rgba(0,0,0,.5)}html.touch .small-size .joe-objectlist-table input[type=number]:focus,html.touch .small-size .joe-objectlist-table input[type=text]:focus{top:200px}.joe-objectlist-row.templated .row-template{cursor:pointer;transition:.2s background-color;padding:10px;line-height:1.1em;font-size:.8em;user-select:none}html.no-touch .joe-objectlist-row.templated .row-template:hover{background-color:rgba(0,0,0,.2)}th.joe-objectlist-object-row-template-header{padding:0;width:0;display:block}.joe-objectlist-row.editing .row-template,.joe-objectlist-row.ui-sortable-helper .row-template,.joe-objectlist-row:not(.templated) .row-template{width:0;overflow:hidden;display:block;height:0;padding:0}.joe-objectlist-row.templated:not(.editing) td:not(.template-visible){display:none}.joe-tags-container{display:inline-block;position:relative}joe-tags{display:block;position:relative;font-size:12px}joe-tag{display:inline-block;padding:2px 4px;background:#eee;color:#202020;margin:3px}joe-chips{display:block;position:relative;font-size:12px}joe-chip{display:inline-block;padding:2px 4px;background:#eee;color:#202020;margin:3px}iframe.joe-preview-iframe{border:1px solid #ccc}.preview-field .joe-button.joe-reload-button{margin-bottom:10px}.joe-preview-iframe-holder{position:relative;background:#fefefe;padding-bottom:20px;margin-bottom:10px;clear:both}joe-subobject-output{border:1px solid #eee;display:block;padding:5px}.joe-text-input-button{position:absolute;background:#ccc;top:0;padding:4px 5px;cursor:pointer;left:70%}.joe-filter-field-holder{padding:5px 1%}.joe-filter-field-holder input{max-width:200px!important;padding-left:30px!important;background:url(../img/search.png) center left no-repeat}.joe-buckets-field .joe-buckets-bin{padding-left:2px}.joe-buckets-field .joe-filter-field-holder{padding:5px 3px}.joe-buckets-field .joe-filter-field-holder input{max-width:24%!important}.joe-bucket-label.ui-sortable-handle{font-size:12px;padding:5px 10px;background-color:rgba(255,255,255,.4)}joe-checkbox{display:block;margin:5px;box-sizing:border-box;border:2px solid #09a;border-radius:25px;width:50px;height:50px;float:right;opacity:.5;z-index:20;position:relative;background-size:42px;background-repeat:no-repeat;background-position:center}html.no-touch joe-checkbox:hover{background-color:rgba(0,153,170,.5);opacity:1;transition:.2s}joe-checkbox.checked{border:none;background-image:url('../img/svgs/check-button.svg');opacity:.9}joe-checkbox-percentage{display:block;width:100%;height:100%;text-align:center;line-height:46px}joe-checkbox.checked joe-checkbox-percentage{display:none}.deletable joe-checkbox{margin-right:50px}.joe-field[type=checkbox]{cursor:pointer;-webkit-appearance:none;appearance:none;background-color:rgba(250,250,250,.5);border:2px solid #bbb;width:30px;height:30px;box-sizing:border-box;border-radius:50%;display:inline-block;position:relative;margin-top:-5px;background-image:url('../img/svgs/check-button-disabled.svg');background-position:center;background-size:contain}.joe-field[type=checkbox]:checked{border:2px solid #09a;background-image:url('../img/svgs/check-button-teal.svg')}.joe-objectlist-row>td>.joe-boolean-label{text-align:center;padding-top:10px}.joe-table{width:100%;border-collapse:collapse}.small-size .joe-table{font-size:12px;line-height:18px}.joe-table.fixed{table-layout:fixed}table.joe-table td,table.joe-table th{padding:5px;min-height:30px;border-bottom:1px solid rgba(0,0,0,.07)}table.joe-table th{background-color:#eaeaea}.joe-table-button{font-size:12px;text-align:center;cursor:pointer;background-position:center;background-repeat:no-repeat;opacity:.5;background-size:60%;min-width:30px}.joe-table-button:hover{background-color:rgba(0,0,0,.1);opacity:.9}.joe-table td input{width:30px;padding:4px;display:inline}.joe-table .row-divider{background:rgba(0,0,0,.03)}.joe-table .left-border{border-left:1px solid rgba(0,0,0,.02)}input.joe-money-variable{border:none!important;border-bottom:1px solid #007ac2!important;background:0 0;cursor:pointer;transition:.2s;width:64px!important;font-size:14px!important;padding:4px!important}.small-size input.joe-money-variable{font-size:12px!important}tr.row-divider input.joe-money-variable{width:54px!important}input.joe-money-variable:focus{border:1px solid #ccc;background:#fff!important;outline:0}input.joe-money-variable::-webkit-inner-spin-button,input.joe-money-variable::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.joe-panel-footer{position:absolute;bottom:0;left:0;right:0}.joe-multi-only,.multi-edit .joe-overlay-panel .joe-footer-button{display:none}.multi-edit .joe-multi-only{display:block}.joe-multi-always{display:block!important}joe-message-holder{position:absolute;bottom:0;left:0;right:0;height:80px;overflow:hidden;display:none;z-index:10000}joe-message-holder.active{display:block}.joe-message-container{position:absolute;background:rgba(0,25,50,.7);height:50px;left:0;bottom:0;width:100%;border-top:5px solid #f88004;transition:width .4s;display:none}.joe-message-container.active{display:block;min-height:50px;height:auto}.joe-message-container.left{width:0;height:50px}.joe-message-container.right{width:0;left:auto;right:0;height:50px}.joe-message-content{color:#fff;padding:10px;font-size:16px;opacity:0;transition:opacity .25s}.show-message .joe-message-content{opacity:1}joe-overlay-control{position:absolute;display:block;text-align:center;background:rgba(0,0,0,.2);cursor:pointer;color:#fff;line-height:100px;font-size:48px;width:50px;top:40%}.right-side{right:0}.left-side{left:0}joe-video-holder{display:block;position:relative;margin:-4px}video.joe-connect-video{width:100%;background:rgba(0,50,100,.5)}video.joe-connect-myvideo{width:25%;background:#000;position:absolute;bottom:10px;left:5px}.joe-panel-content.joe-style-cards{background:#ccc;padding:0}.joe-style-cards .joe-content-section{margin:4px;background:#fff;box-shadow:0 0 2px 1px rgba(0,0,0,.1);border:1px solid #fff}.joe-style-cards .joe-content-section.collapsed{border:1px solid #ccc}.joe-style-cards .joe-field-container,.joe-style-cards joe-field-container{padding:5px 0 1px 0;background:#fff}.joe-style-cards .joe-field-container:first-child,.joe-style-cards joe-field-container:first-child{padding-top:10px}.joe-style-cards .joe-content-section-label,.joe-style-cards joe-content-section-label{font-size:1em}.joe-style-cards .joe-content-label{background:#eee;margin-bottom:0;margin-top:5px;padding:5px;border-bottom:1px solid #ccc;border-top:1px solid #fff}.joe-ace-holder{margin:5px;height:300px}.ace_editor{font-size:13px;height:100%}div.mce-fullscreen{position:fixed;top:50px!important;left:50px!important;right:0!important;width:auto!important}.tox-promotion,.tox-statusbar__branding{display:none!important}.tox{z-index:10000!important}.tox-editor-container{position:relative!important;z-index:10000!important}.joe-overlay-panel,.joe-tinymce-holder{overflow:visible!important}.tox.tox-tinymce.tox-fullscreen{left:var(--tinymce-offset)!important;top:var(--tinymce-offset)!important;width:calc(100vw - var(--tinymce-offset) - 5px)!important;height:calc(100vh - var(--tinymce-offset) - 5px)!important;position:fixed!important;z-index:20000!important}.tox.tox-tinymce{border:1px solid #dca042!important;border-radius:0!important}.tox .tox-editor-container{border-radius:0!important}.tox .tox-edit-area iframe{border-radius:0!important}.Zebra_DatePicker *,.Zebra_DatePicker :after,.Zebra_DatePicker :before{-moz-box-sizing:content-box!important;-webkit-box-sizing:content-box!important;box-sizing:content-box!important}.Zebra_DatePicker{position:absolute;background:rgba(0,40,80,.6);padding:4px;z-index:1200;font-family:Tahoma,Arial,Helvetica,sans-serif;font-size:13px;top:0}.Zebra_DatePicker *{margin:0;padding:0;background:0 0;border:none}.Zebra_DatePicker table{border-collapse:collapse;border-spacing:0;width:auto;table-layout:auto}.Zebra_DatePicker td,.Zebra_DatePicker th{text-align:center;padding:5px 0}.Zebra_DatePicker td{cursor:pointer}.Zebra_DatePicker .dp_daypicker,.Zebra_DatePicker .dp_monthpicker,.Zebra_DatePicker .dp_yearpicker{margin-top:3px}.Zebra_DatePicker .dp_daypicker td,.Zebra_DatePicker .dp_daypicker th,.Zebra_DatePicker .dp_monthpicker td,.Zebra_DatePicker .dp_yearpicker td{background:#e8e8e8;width:30px;border:1px solid #7bacd2}.Zebra_DatePicker,.Zebra_DatePicker .dp_footer .dp_hover,.Zebra_DatePicker .dp_header .dp_hover{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.Zebra_DatePicker.dp_visible{visibility:visible;-khtml-opacity:1;-moz-opacity:1;opacity:1;transition:opacity .2s ease-in-out}.Zebra_DatePicker.dp_hidden{visibility:hidden;-khtml-opacity:0;-moz-opacity:0;opacity:0}.Zebra_DatePicker .dp_header td{color:#fff}.Zebra_DatePicker .dp_header .dp_next,.Zebra_DatePicker .dp_header .dp_previous{width:30px}.Zebra_DatePicker .dp_header .dp_caption{font-weight:700}.Zebra_DatePicker .dp_header .dp_hover{background:#222;color:#fff}.Zebra_DatePicker .dp_daypicker th{background:#fc3}.Zebra_DatePicker td.dp_not_in_month{background:#f3f3f3;color:#cdcdcd;cursor:default}.Zebra_DatePicker td.dp_not_in_month_selectable{background:#f3f3f3;color:#cdcdcd;cursor:pointer}.Zebra_DatePicker td.dp_weekend{background:#d8d8d8}.Zebra_DatePicker td.dp_weekend_disabled{color:#ccc;cursor:default}.Zebra_DatePicker td.dp_selected{background:#5a4b4b;color:#fff!important}.Zebra_DatePicker td.dp_week_number{background:#fc3;color:#555;cursor:text;font-style:italic}.Zebra_DatePicker .dp_monthpicker td{width:33%}.Zebra_DatePicker .dp_yearpicker td{width:33%}.Zebra_DatePicker .dp_footer{margin-top:3px}.Zebra_DatePicker .dp_footer .dp_hover{background:#222;color:#fff}.Zebra_DatePicker .dp_today{color:#fff;padding:3px}.Zebra_DatePicker .dp_clear{color:#fff;padding:3px}.Zebra_DatePicker td.dp_current{color:#c40000}.Zebra_DatePicker td.dp_disabled_current{color:#e38585}.Zebra_DatePicker td.dp_disabled{background:#f3f3f3;color:#cdcdcd;cursor:default}.Zebra_DatePicker td.dp_hover{background:#482424;color:#fff}button.Zebra_DatePicker_Icon{display:block;position:absolute;width:32px;height:24px;background:url('../img/calendar.png') no-repeat right top;text-indent:-9000px;border:none;cursor:pointer;padding:0;line-height:0;vertical-align:top}button.Zebra_DatePicker_Icon_Disabled{background-image:url('../img/calendar-disabled.png')}button.Zebra_DatePicker_Icon{margin:0 0 0 3px}button.Zebra_DatePicker_Icon_Inside_Right{margin:0 3px 0 0;top:0!important}button.Zebra_DatePicker_Icon_Inside_Left{margin:0 0 0 3px}.joe-subset-selector{display:none}@media only screen and (max-width:600px),screen and (max-height:400px) and (orientation:landscape){.joe-overlay-panel{margin:0}.joe-subset-selector{display:none}.joe-panel-menu .joe-iconed-button{width:40px;padding:0;font-size:0}.joe-panel-content{left:0;right:0;border-left:0;border-right:0px}.joe-field-container.joe-fleft{width:100%!important}}.small-size .joe-panel-title{line-height:16px;font-size:14px;padding:0;padding-left:4px;padding-top:3px}.small-size .joe-submenu-search-field{min-width:50px;transition:.25s}.small-size .joe-submenu-search-field:focus{position:absolute;left:1%;top:0;right:1%;width:98%;box-sizing:border-box}.small-size .joe-submenu-search{width:55px;position:initial}.small-size .joe-object-field{margin:8px 0;padding-left:4px;padding-right:4px}.small-size joe-panel-content joe-field-container{padding-top:10px}.small-size .joe-object-field .joe-comments-button,capp-dashboard.mobile .joe-iconed-button,joe-content-sidebar .small-size .joe-object-field .joe-plus-button{width:100%;font-size:1em;box-sizing:border-box;padding-left:40px;margin:10px 0;background-position-x:5px;text-align:right;padding-right:10px;line-height:26px;height:40px}.small-size .joe-buckets-bin{width:100%!important;margin:0 0 5px 0}.small-size .joe-buckets-field .joe-filter-field-holder input{max-width:100%!important}.small-size .joe-buckets-field-holder{width:100%!important}.small-size .joe-buckets-bin.options-bin{height:120px}joe-autocomplete{display:block}autocomplete-options{display:none}joe-autocomplete.active autocomplete-options{display:block}/*! jQuery UI - v1.11.4 - 2016-03-28
3
+ * Apache 2.0 License */.geocoder-control-input{position:absolute;left:0;top:0;background-color:#fff;background-repeat:no-repeat;background-image:url(../img/search.png);background-size:26px;border:0;padding:0;text-indent:6px;font-size:13px;height:26px;width:100%;line-height:26px;background-position:right center;cursor:pointer}.geocoder-control{width:26px;height:26px;-webkit-transition:width .175s ease-in;-moz-transition:width .175s ease-in;-ms-transition:width .175s ease-in;-o-transition:width .175s ease-in;transition:width .175s ease-in}.geocoder-control-expanded,.leaflet-touch .geocoder-control-expanded{width:275px}.geocoder-control-input.geocoder-control-loading{background-image:url(../img/loading.gif);background-size:26px}@media only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){.geocoder-control-input{background-image:url(../img/search@2x.png)}.geocoder-control-input.geocoder-control-loading{background-image:url(../img/loading@2x.gif)}}.geocoder-control-input:focus{outline:0;cursor:text}.geocoder-control-input::-ms-clear{display:none}.geocoder-control-suggestions{width:100%;position:absolute;top:26px;left:0;list-style:none;padding:0;margin:10px 0 0;overflow:hidden;display:none}.geocoder-control-suggestions .geocoder-control-suggestion{font-size:13px;padding:7px;background:#fff;border-top:1px solid #f1f1f1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.geocoder-control-suggestions .geocoder-control-suggestion:first-child{border:0}.geocoder-control-suggestions .geocoder-control-suggestion.geocoder-control-selected,.geocoder-control-suggestions .geocoder-control-suggestion:hover{background:#00c0ff;border-color:#00c0ff}.leaflet-right .geocoder-control-suggestions{left:auto;right:0}.leaflet-right .geocoder-control-input{left:auto;right:0}.leaflet-touch .geocoder-control{width:30px;height:30px}.leaflet-touch .geocoder-control.geocoder-control-expanded{width:275px}.leaflet-touch .geocoder-control-input{height:30px;line-height:30px;background-size:30px}.leaflet-touch .geocoder-control-suggestions{top:30px}.leaflet-oldie .geocoder-control-input,.leaflet-oldie .geocoder-control-suggestions{border:1px solid #999}:root{--tinymce-offset:55px}.clear{clear:both}.joe-strike{text-decoration:line-through}.joe-no-select,.joe-panel-footer,.joe-panel-submenu{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.joe-selectable{-webkit-touch-callout:all;-webkit-user-select:all;-khtml-user-select:all;-moz-user-select:all;-ms-user-select:all;user-select:all}.joe-overlay,joe-overlay{font-family:Cambria,"Hoefler Text","Liberation Serif",Times,"Times New Roman",serif;color:#068;letter-spacing:.05em;background-color:rgba(0,0,0,.7);z-index:2000;display:none;position:fixed;transition:.25s;opacity:1;fill:#068}.joe-block,.joe-overlay{position:absolute;top:0;right:0;bottom:0;left:0}.joe-overlay.sans{font-family:'Segoe UI','Segoe UI Web Regular','Segoe UI Symbol','Helvetica Neue','BBAlpha Sans','S60 Sans',Arial,sans-serif}@-webkit-keyframes fadeOut{0%{background-color:rgba(0,0,0,.7)}100%{background-color:rgba(0,0,0,0)}}@keyframes fadeOut{0%{background-color:rgba(0,0,0,.7)}100%{background-color:rgba(0,0,0,0)}}.joe-overlay.fade-out{-webkit-animation:fadeOut .25s linear;animation:fadeOut .25s linear;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.joe-overlay.fade-in{-webkit-animation:fadeOut .25s linear;animation:fadeOut .25s linear;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-direction:reverse;animation-direction:reverse}.non-link{color:inherit;text-decoration:none}.hidden{transition-delay:.25s;opacity:0}.joe-icon,joe-icon{background-position:center center;background-repeat:no-repeat}joe-icon{display:block;position:relative}.icon-80{width:80px;height:80px}.icon-50{width:50px;height:50px}.icon-40{width:40px;height:40px}.icon-30{width:30px;height:30px}.icon-grey>svg{fill:#666}.icon-faded{opacity:.5}.no-padding{padding:0}.lh-30{line-height:30px}.lh-40{line-height:40px}.clickable{cursor:pointer;transition:.2s}html.no-touch .clickable:hover{background-color:rgba(0,0,0,.15);transition:.2s}.joe-half-col{width:50%;float:left;box-sizing:border-box}.bigger,joe-bigger{font-size:1.2em}.smaller,joe-smaller{font-size:.8em}.margin-10{margin:10px}joe-user-cube{padding:2px;position:relative;font-size:12px;margin:2px 0 2px 0;width:22px;overflow:hidden;height:22px;line-height:22px;text-align:center;color:#fff;font-weight:700;border-radius:50%}joe-user-cube>span{display:none}joe-user-cube.fright{margin-left:5px}joe-user-cube.fleft{margin-right:5px}.joe-title,joe-title{font-family:'Segoe UI Semibold','Helvetica Neue',sans-serif;font-size:1em;display:block}.joe-title.striped,joe-title.striped{background:rgba(0,0,0,.05);padding-top:5px;padding-bottom:5px;padding-left:5px;font-size:1.2em}.joe-subtitle,joe-subtitle{font-size:.9em;padding:2px 0;color:#606060}joe-content{display:block;font-weight:400;font-size:.9em}.joe-subtext,joe-subtext{font-size:.7em;font-weight:400;opacity:.7;color:#024}joe-subtext{display:block}.joe-inline{display:inline}.joe-boxed,joe-boxed{display:block;padding:8px;margin:4px 2px;border:1px solid rgba(0,0,0,.1)}.joe-fright,joe-fright{float:right}.joe-fleft,joe-fleft{float:left}.joe-nofloat{float:none}.joe-clear,joe-clear{clear:both;display:block}.joe-full-right,joe-full-right{float:right;text-align:right}.joe-absolute{position:absolute;top:0;left:0;right:0;bottom:0}.joe-vcenter{display:flex;align-items:center}.trans-bgcol{transition:.2s background-color}.svg-shadow>svg{-webkit-filter:drop-shadow(0px 1px 1px rgba(0,0,0,.6));filter:drop-shadow( 0px 1px 1px rgba(0,0,0,.6))}#joeDebugMode{margin:5px;background:rgba(0,0,0,.6);z-index:2001;color:#fff}.debug-div{float:left;height:100%;width:50%;background:rgba(200,50,0,.5);text-align:center}.debug-div:hover,html.no-touch .debug-div.ok{background:rgba(50,200,0,.5)}.joe-panel-menu{padding:0 1px 2px 1px}joe-button{display:block}.joe-button{padding:8px 16px;margin:5px;background-color:#cecece;box-shadow:0 0 2px 0 rgba(0,0,0,.1);cursor:pointer;transition:.2s;color:#444;background-repeat:no-repeat;background-position:center center;box-sizing:border-box;border:1px solid #fff;position:relative;font-variant:small-caps;line-height:24px}.joe-button.margined,.joe-object-field .joe-button.margined{margin:10px}html.no-touch .joe-button:hover,html.no-touch joe-button:hover{background-color:#ddd;box-shadow:0 0 2px 0 rgba(0,0,0,.3)}.joe-button.tight{font-size:14px;padding:2px 5px}.joe-button.center{text-align:center}.joe-button.right{text-align:right}.joe-button.light{color:#eee}.green-text{color:green}.red-text{color:red}.faded-text{opacity:.5}.joe-confirm-button,.joe-green-button{background-color:#6bb476!important}html.no-touch .joe-button.joe-confirm-button:hover,html.no-touch .joe-button.joe-green-button:hover{background-color:#5bd16d!important;color:#fff}.joe-orange-button{background-color:#ff8804!important}html.no-touch .joe-button.joe-orange-button:hover{background-color:#f93!important;color:#fff}.joe-orangegrey-button{background-color:#cb9c6f!important}html.no-touch .joe-button.joe-orangegrey-button:hover{background-color:#ff8804!important;color:#fff}.joe-blue-button,.joe-preview-button{background-color:#369;color:#ddd}html.no-touch .joe-button.joe-blue-button:hover,html.no-touch .joe-button.joe-preview-button:hover{background-color:#479;color:#fff}.joe-ai-autofill-button,.joe-ai-button{background-color:#0d9488;color:#fff;background-image:url("../img/svgs/ai_assistant_white.svg");background-size:32px;background-position-x:6px!important;float:right}html.no-touch .joe-button.joe-ai-autofill-button:hover,html.no-touch .joe-button.joe-ai-button:hover{background-color:#0f766e;color:#fff}.joe-red-button{background-color:#bb6655}html.no-touch .joe-button.joe-red-button:hover{background-color:#f75;color:#fff}.joe-button.joe-loading{position:relative;opacity:.85;pointer-events:none}@keyframes joe-pulse{0%{box-shadow:0 0 0 0 rgba(13,148,136,.4)}70%{box-shadow:0 0 0 10px rgba(13,148,136,0)}100%{box-shadow:0 0 0 0 rgba(13,148,136,0)}}.joe-button.joe-loading:after{content:'';position:absolute;inset:-4px;border-radius:6px;animation:joe-pulse 1.2s ease-out infinite}.joe-purple-button{background-color:#a3a}html.no-touch .joe-button.joe-purple-button:hover{background-color:#e646e6;color:#fff}.joe-grey-button{background-color:#ccc;color:#444}.joe-footer-button{float:right;height:40px;line-height:40px;padding:0 12px;min-width:40px;margin:4px 5px}.joe-right-button{float:right}.joe-left-button{float:left}.joe-iconed-button{padding-left:42px;background-position:left center}.joe-left-plus-button{padding-left:42px;background:url('../img/btns/plus.png') no-repeat left center}.joe-duplicate-button{background-image:url("../img/svgs/__duplicate.svg");background-size:30px;background-position:5px;background-color:#fff}.joe-history-button{background-image:url("../img/btns/history.png")}.joe-comments-button{background-image:url("../img/btns/comment.png")}.joe-object-button{background-image:url("../img/btns/object.png")}.joe-close-button{background-image:url("../img/btns/close.png")}.joe-delete-button{background-image:url("../img/btns/delete.png");background-size:30px;background-position:5px center}.joe-add-button{background-image:url("../img/btns/add.png")}.joe-plus-button{background-image:url("../img/btns/plus.png")}.joe-minus-button{background-image:url("../img/btns/minus.png")}.joe-submit-button{background-image:url("../img/btns/submit.png")}.joe-thumbs_up-button{background-image:url("../img/btns/thumbs-up.png")}.joe-thumbs_down-button{background-image:url("../img/btns/thumbs-down.png")}.joe-save-button{background-image:url("../img/btns/save_go.png")}.joe-quicksave-button{background-image:url("../img/btns/save_stay.png")}.joe-list_add-button{background-image:url("../img/btns/list-add.png")}.joe-list_delete-button{background-image:url("../img/btns/list-remove.png")}.joe-reload-button{background-image:url("../img/btns/reload.png")}.joe-view-button{background-image:url("../img/btns/view.png");background-size:30px}.joe-preview-button{background-image:url("../img/btns/view.png");background-position:5px center}.joe-export-button{font-size:21px;line-height:36px;padding:0;text-align:center}.joe-button>svg,joe-button>svg{fill:#404040}.joe-iconed-button>svg{margin-left:0;float:left;width:40px;margin-left:-10px}.joe-svg-button{padding-left:40px}.joe-svg-button>svg{position:absolute;left:0;width:40px;top:0}joe-button>svg{position:absolute;left:0;width:40px;top:0}.joe-iconed-button.joe-svg-button{background-size:30px;background-position:5px center;padding-left:60px}.joe-iconed-button.joe-svg-button>svg{left:30px}.small-size .joe-svg-button{width:auto}.small-size .joe-button.joe-footer-button.joe-svg-button{width:40px;padding:0}.small-size .joe-button.joe-footer-button.joe-svg-button button-text{display:none}.small-size .joe-footer-button.joe-iconed-button.joe-svg-button{background-size:30px;background-position:5px center;padding-left:0;width:64px}.joe-footer-button{box-shadow:0 1px 3px 0 rgba(0,0,0,.4);border-radius:4px}joe-button-wrapper.bottom joe-button.joe-button{border-radius:0;margin:10px -10px -10px -10px;box-shadow:none}.joe-block-button{background-color:rgba(0,0,0,.1);width:40px;text-align:center;position:absolute;bottom:0;top:0;right:0;cursor:pointer;line-height:2;color:#fff;background-position:center center;background-repeat:no-repeat;opacity:.4}.joe-block-button.left{left:0;right:auto}html.no-touch .joe-block-button:hover{opacity:.9}.goto-icon{background-image:url("../img/goto-arrow.png")}html.no-touch .goto-icon:hover{background-image:url("../img/goto-arrow.png")}.joe-selection-indicator{float:left;height:35px;line-height:35px;padding:5px}.joe-overlay.active{display:block}.joe-overlay.compact{text-align:center}.joe-overlay.mini-active{display:block}joe-panel{display:block}.joe-overlay-panel{background:#f7f7f7;position:absolute;top:0;left:0;bottom:0;right:0;transition:.25s}.mini-active .joe-overlay-panel{display:none}.active .joe-overlay-panel{display:block}.joe-overlay-panel.offscreen-bottom{top:110%;bottom:-100px}.joe-overlay-panel.centerscreen-collapse{top:50%;bottom:50%;overflow:hidden}.joe-overlay-panel.shadowed,body>.joe-overlay-panel{box-shadow:0 0 4px 0 rgba(0,0,0,.7);margin:10px}.joe-panel{position:relative}.joe-mini-panel{margin:100px auto;box-shadow:0 4px 8px 0 rgba(0,0,0,.4);position:relative;min-height:250px;background:#eee;width:60%;min-width:300px;display:none;z-index:10}.joe-mini-panel.active{display:block}.joe-mini-panel .joe-panel-content{top:40px}.joe-mini-editing{border:1px inset #007ac2}.joe-mini-panel .joe-field-list-item{padding:10px;line-height:16px}.joe-mini-panel .joe-field-list-item::after{display:block;height:0;width:100%;clear:both;content:''}.compact .joe-overlay-panel{top:auto;left:auto;bottom:auto;right:auto;position:relative;width:50%;margin:20px auto;height:80%;text-align:left;min-width:340px}joe-panel-header{height:40px;position:relative;background-color:rgba(0,0,0,.1);display:block}joe-panel-header svg{height:40px;width:36px;fill:#777}html.no-touch joe-panel-header svg:hover{fill:#222}.joe-panel-unsaved{display:none}.unsaved-changes .joe-panel-unsaved{display:block}html.no-touch joe-panel-header .joe-panel-unsaved svg:hover{background:#6bb476}joe-schema-icon svg{fill:#068!important}joe-schema-icon{width:40px;height:40px;display:block;float:left;box-sizing:border-box}joe-panel-header joe-schema-icon{float:left;padding-left:2px;box-sizing:border-box}.joe-field-list-item joe-schema-icon{margin-top:-6px;margin-left:-10px;margin-right:5px}.joe-panel-header-button{position:absolute;top:0;right:0;line-height:40px;font-size:14px;width:30px;text-align:center;cursor:pointer;height:28px;background-image:url(../img/joe-sprite.png);background-color:#ddd;background-color:rgba(0,0,0,.1);background-repeat:no-repeat;margin:5px;border:1px solid #aaa}html.no-touch .joe-panel-header-button:hover{background-color:#ccc}.jif-panel-button,.jif-panel-header-button,.jif-panel-submenu-button,joe-panel-button{position:relative;line-height:40px!important;font-size:14px;width:40px;text-align:center;cursor:pointer;height:40px;background-repeat:no-repeat;background-position:center;font-size:32px;color:#444;transition:.1s}joe-panel-button{font-size:16px}joe-panel-button svg{color:#444}html.no-touch .jif-panel-button:hover,html.no-touch .jif-panel-header-button:hover,html.no-touch .jif-panel-submenu-button:hover,html.no-touch joe-panel-button:hover{background-color:#ccc;color:#007ac2}joe-panel-button:hover svg{fill:#007ac2}html.no-touch .jif-panel-button:active,html.no-touch .jif-panel-header-button:active,html.no-touch .jif-panel-submenu-button:active,html.no-touch .joe-panel-header-button:active{background-color:#007ac2;color:#eee}.jif-panel-header-button{position:absolute;top:0;right:0}.joe-panel-close{right:0;background-position:-110px -11px}.joe-panel-close{right:40px;background-position:-110px -11px}.joe-panel-speech{right:80px;background-position:-210px -11px}.joe-panel-speech.recording{color:red;right:80px;background-position:-210px -11px}.joe-panel-reload{right:40px;background-position:-210px -11px;display:none}.joe-panel-title-holder{padding-right:80px;height:40px}.joe-panel-title{padding:5px;color:#066;line-height:30px;overflow:hidden;font-size:1.1em;font-family:'Segoe UI Semibold','Helvetica Neue',sans-serif}.joe-panel-title.subtitled{line-height:16px;font-size:1em}.joe-header-back-btn{background-position:-261px -11px;float:left;margin-right:10px;color:#888;position:relative}.jif-header-back-btn{float:left;color:#666;position:relative;font-size:16px}joe-panel-header-buttons{position:absolute;top:0;height:40px}joe-panel-header-buttons.left-side>*,joe-panel-header-buttons.right-side>*{position:relative;right:auto;left:auto}joe-panel-header-buttons.right-side>*{float:right}joe-panel-header-buttons.left-side>*{float:left}.joe-subset-selector{line-height:40px;padding:0 8px;cursor:pointer;z-index:10;position:absolute;right:75px;min-width:100px}.joe-subset-selector .selector-option{background-color:#ddd;padding:0 7px}html.no-touch .joe-subset-selector .selector-option:hover{background-color:#bbb}.joe-subset-selector .selector-label{background:rgba(0,0,0,.2)}.joe-subset-selector .selector-options{display:none}.joe-subset-selector.active .selector-options{display:block}.jif-panel-submenu-button{float:left}.joe-submenu-search{float:left}table.joe-grid-table{min-width:100%;min-height:100%}.joe-grid-checkbox{width:40px;min-height:40px;text-align:center}td.joe-grid-cell{vertical-align:top;border-right:1px solid rgba(255,255,255,.9);font-size:12px;border-top:1px solid rgba(255,255,255,.9);min-width:240px}.joe-grid-cell .joe-content-option{position:relative;display:block;margin:4px 2px}.joe-table-head th{padding:5px;text-align:left}table.joe-item-table{width:100%}.joe-table-head th{text-align:left;padding:10px 5px}tr.joe-panel-content-option{height:40px}html.no-touch tr.joe-panel-content-option:hover{background-color:#eee}.joe-table-checkbox{width:40px;min-height:40px;text-align:center}.joe-item-table td{padding:5px;border-bottom:1px solid #eee}.joe-panel-content,joe-panel-content{display:block;min-height:50px;position:absolute;top:50px;bottom:50px;left:5px;right:5px;overflow:auto;-webkit-overflow-scrolling:touch;padding:5px 0;transition:.2s ease}.joe-panel-content.joe-style-inset{background:#fff;box-shadow:inset 0 0 2px 0 rgba(0,0,0,.3);border:1px solid #fefefe;border-right:0px}.no-footer-menu .joe-panel-content{bottom:5px}.joe-overlay-panel.show-filters .joe-panel-content{left:260px}.joe-overlay-panel.show-aggregator .joe-panel-content{right:260px}.joe-tabbed-content .joe-field-container{display:none}.joe-tabbed-content .joe-content-label{display:none}.joe-tabbed-content .joe-content-section{display:none}.joe-tabbed-content .joe-content-section.active,.joe-tabbed-content .joe-content-section.active .joe-field-container{display:block}.joe-panel-content.with-submenu{top:80px}.joe-panel-submenu{position:absolute;top:40px;left:0;right:0;height:40px;margin:0 5px;line-height:30px}.joe-submenu-buttons{text-align:center}.joe-submenu-buttons>div{display:inline-block}.joe-button.joe-submenu-button{background-color:transparent;padding:5px 10px;margin:0;box-shadow:none}html.no-touch .joe-button.joe-submenu-button:hover{background:rgba(0,0,0,.1)}.jif-panel-submenu-button.joe-aggregator-toggle{background-repeat:no-repeat;background-position:center center;background-size:contain;background-image:url("../img/btns/aggregator.png");background-size:27px;float:right;background-size:75%}.joe-aggregator-holder{background:#fff;position:absolute;right:5px;top:80px;bottom:50px;width:254px;border-right:1px solid #ccc;display:none;overflow:auto;font-size:14px}.joe-overlay-panel.show-aggregator .joe-aggregator-holder{display:block}.jif-panel-submenu-button.joe-filters-toggle{margin-right:5px;background-repeat:no-repeat;background-position:center center;background-image:url("../img/btns/filter.png");background-size:27px}.joe-filters-holder{background:#fff;position:absolute;left:5px;top:80px;bottom:50px;width:254px;border-left:1px solid #ccc;display:none;overflow:auto;font-size:14px}joe-count-indicator{position:absolute;display:block;font-size:8px;color:#fff;background:#666;bottom:0;right:0;border-radius:50%;margin:4px;width:10px;height:10px;line-height:15px;font-family:sans-serif}joe-count-indicator.active{background-color:#066}joe-count-indicator.count{margin:2px;width:14px;height:14px;background-color:#066}.joe-overlay-panel.show-filters .joe-filters-holder{display:block}joe-menu-label{padding:5px;background-color:rgba(0,0,0,.1);display:block}joe-stripe-color{display:block;position:absolute;top:2px;left:1px;width:4px;bottom:2px;opacity:.8;transition:.2s}html.no-touch joe-stripe-color:hover{width:7px}joe-bg-color{display:block;position:absolute;top:0;left:0;bottom:0;right:0;opacity:.5}joe-border-color{position:absolute;top:0;left:0;right:0;bottom:0;margin:2px}option-count{opacity:.5;position:absolute;right:5px}joe-filter-option,joe-subset-option{display:block;position:relative}.joe-filter-option,.joe-subset-option{padding:6px 10px;cursor:pointer}.joe-subset-option.active{background-color:#bbb}.joe-subset-option.clear-filters{border-top:1px solid #eee}.joe-filter-option{padding:5px 5px 5px 0;cursor:pointer;line-height:21px}html.no-touch .joe-filter-option:hover,html.no-touch .joe-subset-option:hover{background-color:rgba(0,0,0,.1)}.active.joe-option-checkbox,.joe-filter-option.active .joe-option-checkbox{background-color:#59c}.joe-option-checkbox{position:relative;background-color:#eee;width:10px;height:10px;float:left;margin:5px;margin-left:10px;border:1px solid #bbb}input.joe-submenu-search-field{padding:0 5px;width:25%;min-width:200px;margin:5px;border:none;height:30px;box-shadow:inset 0 0 2px 0 rgba(0,0,0,.5);margin-left:0;box-sizing:border-box}.joe-submenu-itemcount{float:left;padding-right:1px;padding-top:9px;font-size:12px;color:#999}joe-option-group{display:block;box-sizing:border-box;background:rgba(0,0,0,.05);border-bottom:1px solid #ddd;border-top:1px solid #ddd}joe-option-group joe-option-group{padding-left:10px}joe-option-group.collapsed{border:none}joe-option-group>joe-menu-label{display:block;cursor:pointer;background:0 0;padding-left:30px;background:url(../img/btns/minus.png) 2px 6px no-repeat;background-size:24px;line-height:24px}joe-option-group.collapsed>*{display:none}joe-option-group.collapsed>joe-menu-label{display:block;background:url(../img/btns/plus.png) 2px 6px no-repeat;background-size:24px}joe-filter-option.joe-group-option,joe-subset-option.joe-group-option{margin:-5px -5px -5px -2px}.joe-submenu-selector{float:right;height:40px;width:40px;cursor:pointer;box-sizing:border-box;-webkit-transition:width .2s;font-size:20px}.joe-submenu-selector.expanded{width:100%;background:#eee}.joe-submenu-selector.expanded{width:100%;background:#eee;position:absolute;top:0;z-index:2}joe-submenu-selector-options{display:none}.joe-submenu-selector.expanded joe-submenu-selector-options{display:block;position:absolute;right:40px;z-index:100;background:#eee}.small-size .joe-submenu-selector.expanded joe-submenu-selector-options{min-width:50%}.joe-selector-button{float:right;position:relative;font-size:20px;height:40px;width:40px;cursor:pointer;background-position:center}.joe-selector-button.selector-label{line-height:38px;font-size:.9em}.joe-submenu-selector.expanded .selector-label{float:left}.joe-submenu-selector .selection-label{position:absolute;text-align:center;font-size:12px;line-height:16px!important;top:0;left:0;right:0}.joe-viewmode-selector{padding-left:5px;box-sizing:content-box}.joe-list-sorter{float:right;height:40px;line-height:40px;display:block}.joe-list-sorter-icon{height:40px;width:40px;height:40px;float:left;fill:#999;cursor:pointer}html.no-touch .joe-list-sorter-icon:hover{background-color:#ccc;fill:#444}.joe-list-sorter select{font-size:16px;cursor:pointer;margin-right:10px}joe-keyword-link{padding:8px;cursor:pointer;display:inline-block;transition:.2s;border:1px solid #ddd;margin:4px 4px 6px 0}html.no-touch joe-keyword-link:hover{background:#ddd;color:#222}.joe-viewmode-button{background-image:url(".././img/btns/view-list.png");background-repeat:no-repeat;background-position:center center}.joe-viewmode-button.grid-button{background-image:url(".././img/btns/view-grid.png")}.joe-viewmode-button.table-button{background-image:url(".././img/btns/view-table.png")}.joe-list-right{float:right;text-align:right}joe-option{display:block;box-sizing:border-box}.joe-panel-content-option{position:relative;font-size:14px;clear:both;border-bottom:1px solid #e1e1e1;box-sizing:border-box}.multi-col .joe-panel-content-option{float:left;clear:none}.multi-col .joe-panel-content-option-content{min-height:120px!important}.multi-col .joe-panel-content-option.item-menu{padding-bottom:55px}.cols-2 .joe-panel-content-option{width:49%}.cols-3 .joe-panel-content-option{width:32%}.cols-4 .joe-panel-content-option{width:24%}.cols-5 .joe-panel-content-option{width:19%}.joe-panel-content-option.selected{background-color:rgba(0,0,0,.3)!important}html.no-touch .joe-panel-content-option.selected:active{background-color:#007ac2!important}.joe-panel-content-option-stripe{position:absolute;left:1px;width:4px;top:3px;bottom:3px;opacity:.8;transition:.2s}html.no-touch .joe-panel-content-option-stripe.titled:hover{width:8px}.striped .joe-panel-content-option-content{margin-left:8px}.joe-panel-content-option-bg{position:absolute;left:0;top:0;bottom:0;right:0;opacity:.5}.selected .joe-panel-content-option-bg{opacity:.2}.numbered .joe-panel-content-option-content{padding-left:30px}.numbered.expander .joe-panel-content-option-content{margin-left:50px;padding-left:10px}.numbered .joe-panel-content-option-icon,.numbered .joe-panel-content-option-svg{margin-left:40px}.joe-panel-content-option-number{position:absolute;left:10px;padding-top:8px;font-size:10px;color:rgba(0,0,0,.5)}joe-listitem-icon{float:left;position:relative;width:60px;height:60px;background-position:center;background-size:cover;border-radius:50%;margin-right:10px}svg.protected-icon{fill:#bbb;width:20px;float:right;margin:5px}.joe-panel-content-option-content{padding:10px 10px 10px 10px;position:relative;transition:.2s;cursor:pointer}.joe-panel-content-option-content::after{display:table;content:'';clear:both}.joe-panel-content-option.keyboard-selected .joe-panel-content-option-content,html.no-touch .joe-panel-content-option-content:hover{background-color:rgba(0,0,0,.1)!important}html.no-touch .joe-panel-content-option-content:active{background-color:#007ac2!important;color:#fff}html.no-touch .joe-field-list-item:active h3,html.no-touch .joe-field-list-item:active h4,html.no-touch .joe-field-list-item:active h5,html.no-touch .joe-panel-content-option-content:active h3,html.no-touch .joe-panel-content-option-content:active h4,html.no-touch .joe-panel-content-option-content:active h5{color:#fff}html.no-touch .joe-panel-content-option-content:active .joe-subtext,html.no-touch .joe-panel-content-option-content:active joe-subtext{color:#ddd}.joe-panel-content-option-icon{height:100%;min-height:50px;text-align:center;min-width:50px;background-position:center center;background-repeat:no-repeat;margin:10px;margin-bottom:0;border:1px solid #f2f2f2;position:relative;z-index:30}html.no-touch .joe-panel-content-option-icon:hover{background-color:#333}.joe-panel-content-option-icon img{padding:5px;opacity:0}.joe-panel-content-option-svg{height:100%;min-height:50px;text-align:center;min-width:50px;margin:10px;margin-bottom:0;position:relative;z-index:30}.joe-panel-content-option-menu{float:right;z-index:2;position:relative;border-left:1px solid #eee;top:4px;margin-left:4px}.multi-col .joe-panel-content-option-menu{float:none;position:absolute;bottom:0;top:auto;margin:0;border:none;border-top:1px solid #eee;padding:5px}.small-size .joe-panel-content-option-menu{display:block;border:none}.joe-field-list-item>.joe-panel-content-option-menu{top:0}.joe-field-list-item.deletable>.joe-panel-content-option-menu{right:40px}.joe-option-menu-indicator,joe-om-indicator{text-align:center;padding:10px 0;cursor:pointer;border-radius:25px;width:50px;white-space:nowrap;height:50px;box-sizing:border-box;display:block;line-height:1}.joe-option-menu-button{text-align:center;padding:10px 0;cursor:pointer;border-radius:25px;width:50px;transition:.2s;white-space:nowrap;height:50px;box-sizing:border-box}.joe-option-menu-button svg{width:40px;height:40px;line-height:0;margin:-10px;fill:#068}.joe-option-menu-button svg{width:40px;height:40px;line-height:0;margin:-10px}.joe-option-menu-button.multi-line{line-height:1.3em}.multi-col .joe-option-menu-button{padding:5px 10px}html.no-touch .joe-option-menu-button:hover{background:rgba(0,0,0,.1)}.joe-field-item .joe-panel-content-option-menu{top:-3px}.joe-panel-content-option-expander-button{width:40px;height:40px;position:absolute;left:5px;background-position:center center;background-repeat:no-repeat;background-size:80%;top:15px;opacity:.75;border-radius:50%;transition:.2s;cursor:pointer}.joe-field-list-item>.joe-panel-content-option-expander-button{top:4px}.joe-field-item-content>svg{float:left;width:40px;height:40px;margin:-2px 5px 0 -5px;fill:#707070;border-right:1px solid rgba(0,0,0,.1)}.joe-field-item.deletable>.joe-panel-content-option-expander-button{margin-left:37px;top:5px}.joe-field-list-item.deletable>.joe-field-item-content{margin-right:40px}.joe-field-list-item.expander.deletable>.joe-field-item-content{margin-left:40px}.joe-field-list-item.deletable>.joe-panel-content-option-expander-button{left:4px}.joe-field-item-content.ui-sortable-handle.nonclickable{margin-left:10px!important}.numbered .joe-panel-content-option-expander-button{left:10px}html.no-touch .joe-panel-content-option-expander-button:hover{background-color:rgba(0,0,0,.1)}.expander-collapsed>.joe-panel-content-option-expander-button,.expander-collapsed>div>.joe-panel-content-option-expander-button{background-image:url("../img/btns/plus.png")}.expander-expanded>.joe-panel-content-option-expander-button,.expander-expanded>div>.joe-panel-content-option-expander-button{background-image:url("../img/btns/minus.png")}.expander .joe-panel-content-option-content{margin-left:40px;min-height:30px}.joe-panel-content-option-expander{display:none;position:relative;height:0;overflow:hidden;padding:5px 5px;border-top:1px solid #eee;background-color:#f6f6f6}.expander-expanded>.joe-panel-content-option-expander{display:block;height:auto}.joe-panel-content-option-expander table{width:100%}.deletable>.joe-panel-content-option-expander{margin-left:33px}joe-itemmenu-section{display:block;position:relative;margin:5px 0}joe-itemmenu-section{display:block;position:relative;margin:5px 0}joe-itemmenu-section.padded{padding:0 10px}joe-itemmenu-section p{margin:2px 0}joe-content-section{font-size:.9em;padding:10px;display:block;position:relative}.joe-content-sidebar .joe-field-item-content{padding:5px;font-size:16px;line-height:1.1em}.joe-panel-content-option-button{width:50px;height:50px;text-align:center;line-height:50px}html.no-touch .joe-panel-content-option-button:hover{background-color:rgba(0,0,0,.1)}.joe-option-view-button{position:absolute;right:0;top:0;bottom:0;padding:5px;line-height:2;color:#007ac2}html.no-touch .joe-option-view-button:hover{cursor:pointer;background-color:rgba(0,0,0,.2)}.joe-panel-content-option .joe-button{margin:0;margin-left:5px}.joe-text-content{padding:20px}input.joe-boolean-field{float:left;margin:5px}.boolean-field small{padding:5px;color:#667}.joe-boolean-label{display:block;cursor:pointer;margin:0 -5px -5px -5px;padding:5px}html.no-touch .joe-boolean-label:hover{background:rgba(0,0,0,.1)}joe-list-item{display:block;background:#fff}joe-list-item.deletable{padding-right:32px}.joe-field-list-item{padding:0;cursor:pointer;position:relative;border-bottom:1px solid #eee}.joe-panel-content-option-expander joe-list-item.custom-item{padding:10px;margin:10px 0}.joe-content-sidebar joe-list-item{padding:5px;margin:5px 0;border:1px solid #00666633;box-shadow:0 1px 4px #0002}swipe-option{position:absolute;top:0;width:100px;bottom:0;box-sizing:border-box;padding:20px 20px 20px 20px;display:none}swipe-option.left-side{left:-100px;text-align:right}swipe-option.right-side{right:-100px;text-align:left}.ui-draggable-dragging swipe-option{display:block;opacity:.5}.ui-draggable-dragging.swiping swipe-option{opacity:1}html.no-touch .joe-field-item-content:active{color:#fff;background-color:#007ac2}.joe-field-list-item joe-icon{float:left}.joe-field-list-item joe-icon svg{width:32px;height:32px;fill:#999}.joe-object-content{padding-top:10px}.joe-field-container,joe-field-container{min-width:240px;padding:1px 0;display:block}joe-field-container p{margin:0;padding:0;padding-bottom:10px}joe-field{display:block}.joe-object-field{margin:10px 4px;border-top:1px solid #f2f2f2;padding:10px 5px;position:relative}.joe-object-field.hide-label{margin-top:0}.joe-object-field input,.joe-object-field select{color:#424242}.joe-field-label{padding:0 4px;display:inline-block;position:absolute;top:-10px;background-color:#fff;left:2px;font-size:12px;font-weight:700;box-sizing:border-box;letter-spacing:.1em}.joe-field-label.iconed{width:100%;display:block;padding-left:30px}.joe-field-label>svg{position:absolute;width:30px;height:30px;top:-4px;left:0}.joe-highlighted .joe-field-label{color:#da8d01!important}.hide-label>.joe-field-label{display:none}.joe-field-label .joe-reload-icon{font-size:16px;margin:0 10px;cursor:pointer;line-height:14px}.joe-field-comment{font-size:13px;padding:5px 1px;letter-spacing:.8px;line-height:16px}.joe-overlay.sans .joe-field-comment{font-size:12px;padding:5px 1px;letter-spacing:.8px;line-height:16px;padding-top:0;padding-bottom:8px}.joe-field-comment .joe-button{z-index:10}.joe-tooltip{padding:8px;color:#999;font-size:12px}.joe-object-field.joe-required{border-color:#bbb;border-color:#da8d01}.joe-highlighted,.joe-overlay-panel.show-required .joe-object-field.joe-required{border-color:#da8d01;border-color:#da8d01;background:rgba(218,141,1,.2)}joe-field-attribute{display:block}joe-field-attribute::after{display:table;content:'';clear:both}.joe-content-label,joe-content-label{display:block;position:relative;background-color:rgba(0,40,80,.15);padding:4px 10px;margin:12px 0 8px 0;font-weight:700;clear:both}.joe-field-item{position:relative;min-height:30px;padding:5px;background:#eee;border-bottom:1px solid #fff}.joe-panel-content-option .joe-field-item{background-color:transparent;border-bottom:1px solid #eee;margin-bottom:4px}.deletable.joe-field-item{padding-left:40px}.gotobutton.joe-field-item{padding-right:40px}.joe-field-item-content{position:relative;padding:5px;transition:.2s;padding-left:9px}html.no-touch .clickable>.joe-field-item-content:hover{background:rgba(0,0,0,.1)}.expander>.joe-field-item-content{margin-left:40px;padding-bottom:0;min-height:54px}.joe-references-container{position:relative}.joe-references-container .joe-text-field.skip-prop{min-width:226px;padding-left:30px!important;background:url(../img/search.png) center left no-repeat}.joe-text-input-button.joe-reference-add-button{display:none}.joe-object-references-holder{padding:10px 0}.joe-object-references-holder.disabled .joe-field-item .joe-delete-button{display:none}.joe-object-references-holder.disabled .joe-field-item{padding-left:5px}.joe-field-item-delete-button{position:absolute;left:0;width:40px;top:0;left:0;bottom:0;background-position:center center;background-repeat:no-repeat}.joe-field-item.btn-right{padding-right:50px}.joe-field-item.btn-left{padding-left:50px}.joe-field-item.btn-both{padding-left:50px;padding-right:50px}.joe-uploader-dropzone{padding:10px;background:#eee;min-height:100px;border:2px dashed #ccc;text-align:center;position:relative}.joe-uploader-dropzone img{margin:10px auto;max-width:100%}.joe-uploader-preview{display:block;position:relative}.joe-uploader-preview img{margin:10px auto}.joe-uploader-dropzone input[type=file]{display:block;text-align:center;margin:0 auto}joe-uploader-files{display:block;position:relative}joe-uploader-file{display:block;position:relative;float:left;margin:10px;width:200px;height:200px;background-size:contain;background-position:center;background-repeat:no-repeat;box-sizing:border-box;border:2px solid #fff}.small-size joe-uploader-file{margin:20px auto;float:none}joe-uploader-file.uploaded{border-color:#5bd16d}joe-uploader-file-label{position:absolute;bottom:20px;left:0;right:0;padding:10px;background:rgba(255,255,255,.8);font-size:12px;word-break:break-word}joe-uploader-file-size{position:absolute;font-size:12px;left:0;right:0;bottom:75px}joe-uploader-file-delete-btn{position:absolute;right:0;top:0;width:32px;height:32px;cursor:pointer;fill:#ccc}joe-uploader-file-extension{position:absolute;left:0;right:0;top:50px;bottom:30px;font-size:40px;color:#666}joe-uploader-file>a.file-link{display:block;position:absolute;top:0;left:0;bottom:0;right:0;cursor:pointer}joe-uploader-file-oaid{position:absolute;left:0;right:0;bottom:0;font-size:4px;color:#0d9488;display:block;height:20px;line-height:20px}.joe-uploader-file-role{position:absolute;bottom:-30px;left:0;right:0}joe-comments-add,joe-comments-view{display:block;position:relative;box-sizing:border-box;margin-top:7px}joe-comments-add textarea{width:100%;height:60px;padding:5px;box-sizing:border-box}joe-comments-entry{display:block;position:relative;line-height:.8em;border-top:1px solid #eee;padding:5px 0 10px 0}joe-comments-entry joe-comments-user{float:left;height:40px;font-size:.7em;font-weight:700;line-height:30px;padding-right:6px}joe-comments-entry joe-content{margin:2px 0 5px 0;font-size:12px;line-height:16px}.joe-content-section{clear:both;border-bottom:1px solid #fff}joe-panel-content .joe-content-section:first-child{margin-top:-5px}.joe-content-section.no-section{display:none}.joe-content-section.collapsed .joe-content-section-content{display:none}.joe-content-section-label,joe-content-section-label{background-color:rgba(0,102,136,.5);background-image:url("../img/white-arrow-down.png");background-position:3px center;background-repeat:no-repeat;padding:0 10px 5px 30px;margin:0 0 10px 0;font-weight:500;clear:both;font-size:1em;color:#fff;cursor:pointer;display:block;transition:.2s;background-size:15px;text-transform:lowercase;font-variant:small-caps;line-height:30px;user-select:none}.collapsed .joe-content-section-label,.collapsed joe-content-section-label{background-image:url("../img/white-arrow-right.png");margin:0;background-color:#40404080}html.no-touch .joe-content-section-label:hover,html.no-touch joe-content-section-label:hover{background-color:rgba(0,102,136,.8)}.joe-submenu-section-anchors,joe-submenu-section-anchors{height:38px;line-height:38px;display:block}joe-submenu-section-anchors joe-panel-button.sections-toggle{display:none}.right-sidebar .joe-submenu-section-anchors{margin-right:0}.left-sidebar .joe-submenu-section-anchors{margin-left:0}.small-size joe-submenu-section-anchors{position:relative;z-index:9999;background:#eee;float:left;height:auto;left:-5px;border:1px solid #eee}.small-size joe-submenu-section-anchors.expanded{border:1px solid #fff;box-shadow:0 0 3px 0 rgba(0,0,0,.4)}.small-size joe-submenu-section-anchors joe-panel-button.sections-toggle{display:block;width:auto;padding-right:10px}.sections-toggle svg{float:left;width:30px;height:40px}.small-size joe-submenu-section-anchors .joe-submenu-section{display:none;float:none;position:relative}.small-size joe-submenu-section-anchors.expanded .joe-submenu-section{display:block}.joe-submenu-section{cursor:pointer;height:100%;float:left;padding:1px 8px;user-select:none;display:block;position:relative;text-transform:lowercase;font-variant:small-caps}.joe-submenu-section.fright{float:right}.joe-submenu-section.active{background:#fff;border-bottom:3px solid rgba(0,40,80,.5);box-sizing:border-box}html.no-touch .joe-submenu-section:hover{background:rgba(0,0,0,.1)}.joe-content-sidebar{width:0;z-index:10;background-color:#ddd;top:52px;bottom:51px;overflow:hidden;overflow-y:auto;transition:width .2s ease}.joe-content-sidebar.with-submenu{top:82px}.joe-overlay-panel.left-sidebar .joe-content-sidebar.left-side,.joe-overlay-panel.right-sidebar .joe-content-sidebar.right-side{width:305px}.joe-overlay-panel.left-sidebar.small-size .joe-content-sidebar.left-side,.joe-overlay-panel.right-sidebar.small-size .joe-content-sidebar.right-side{width:100%}.joe-content-sidebar.left-side{right:auto}.joe-content-sidebar.right-side{left:auto}.joe-overlay-panel.right-sidebar .joe-panel-content{margin-right:300px}.joe-overlay-panel.left-sidebar .joe-panel-content{margin-left:300px}.joe-content-sidebar .joe-title,.joe-content-sidebar joe-title{font-size:1em}.joe-sidebar-button{top:0;bottom:0;display:none;transition:.2s}.joe-sidebar-button.active{display:block}.joe-sidebar-button svg{fill:#444}.joe-sidebar_right-button{right:-5px;left:auto;float:right}.joe-sidebar_left-button{left:-5px;right:auto;float:left}.left-sidebar .joe-sidebar_left-button,.right-sidebar .joe-sidebar_right-button{background-color:rgba(0,40,80,.5)}.left-sidebar .joe-sidebar_left-button svg,.right-sidebar .joe-sidebar_right-button svg{fill:#f2f2f2}.joe-content-sidebar .joe-content-label{margin-top:0}.joe-content-sidebar .joe-content-section{background-color:#fff;margin-bottom:0}.joe-content-sidebar .joe-content-section-label,.joe-content-sidebar joe-content-section-label{margin-top:0}.joe-content-sidebar .joe-content-section-content{margin-top:0}.joe-content-sidebar .joe-field-container,.joe-content-sidebar joe-field-container{width:100%!important;float:none}.joe-content-sidebar>joe-field-container{background:#fff;border-top:1px solid #eee;padding-top:10px}.joe-content-sidebar .joe-object-field{border-top:none;margin:0 5px 10px 5px;padding-bottom:2px;padding-top:20px}.joe-content-sidebar .joe-field-label{top:-2px;background-color:transparent}.joe-content-sidebar .joe-reference-add-button{right:0;left:auto}.joe-content-sidebar .joe-object-field input[type=password],.joe-content-sidebar .joe-object-field input[type=text]{width:100%}.joe-content-sidebar select.joe-select-field.joe-field{width:100%;min-width:auto}.joe-content-sidebar .select-field .joe-iconed-button{display:block;position:absolute;right:0;bottom:-4px;font-size:0;padding:0 0 0 40px;height:40px;background-position:center}.joe-field-tooltip{border:1px solid #007ac2;border-radius:50%;display:inline-block;text-align:center;margin:0 10px;font-size:13px;width:18px;height:18px;line-height:18px;cursor:help;font-weight:700}html.no-touch .joe-field-tooltip:hover{background-color:#007ac2;color:#fff}.joe-field-multiedit-toggle{position:absolute;top:0;right:0;width:24px;height:24px;border:1px solid #ddd;margin:8px;cursor:pointer;background:#efefef}.joe-object-field.multi-selected{border-color:#007ac2}.multi-selected .joe-field-multiedit-toggle{background:rgba(0,100,200,.4)}.joe-object-field.hidden{display:none}.joe-object-field input[type=number],.joe-object-field input[type=password],.joe-object-field input[type=text]{padding:6px;font-size:16px;box-sizing:border-box;letter-spacing:.5px;width:100%;outline:0;outline-offset:0;border:none;border-bottom:1px solid #ddd;border-bottom:1px solid rgba(0,102,136,.2);padding-bottom:5px}html.no-touch .joe-object-field input[type=number]:not([disabled]):hover,html.no-touch .joe-object-field input[type=password]:not([disabled]):hover,html.no-touch .joe-object-field input[type=text]:not([disabled]):hover{background-color:#f2f9ff}.joe-object-field input[type=number]:focus,.joe-object-field input[type=password]:focus,.joe-object-field input[type=text]:focus{border:1px solid #007ac2;background-color:#f2f9ff;padding:5px}.joe-field-container.joe-fleft input[type=text]{min-width:initial}.joe-object-field input[type=text].joe-url-field{width:100%;max-width:100%;margin:5px 0 0 0;padding-right:75px;box-sizing:border-box}.joe-object-field input[type=text].joe-date-field{width:200px}.joe-object-field .joe-objectlist-row input[type=text].joe-date-field{width:100%;max-width:130px}joe-datepicker-holder{display:block;position:relative}.Zebra_DatePicker.dp_visible{z-index:2000}.joesmall-size .Zebra_DatePicker.dp_visible{left:100px!important;top:100px!important}joe-datepicker-holder>.Zebra_DatePicker.dp_visible{position:relative;display:inline-block;margin-top:10px;z-index:1}.joe-object-field.button-field .joe-button{position:relative;color:rgba(0,0,0,.7);background-color:#ddd;float:right;margin:0;line-height:24px}.joe-object-field.button-field .joe-button{float:none}.joe-object-field .joe-button,capp-card joe-button{border-radius:20px;margin-top:5px}.objectReference-field .joe-left-plus-button{margin-bottom:10px;float:none;font-size:16px}.joe-button.multiline{line-height:16px}html.no-touch .joe-object-field.joe-button-field .joe-button:hover{background-color:#ccc}.url-field .joe-button{position:absolute;right:5px;top:5px}.joe-object-field .joe-button.fleft{float:left}.joe-object-field .joe-button.inline{float:none;display:inline-block;margin-left:10px;margin-right:10px}.joe-object-field .joe-button.full-width{width:100%;margin:5px auto;max-width:300px;text-align:center;float:none;display:block}.joe-content-sidebar joe-button.joe-button{float:none}.joe-object-field .joe-iconed-button.full-width{text-align:left}.joe-object-field input[type=text].joe-number-field{width:200px}input.joe-number-field.joe-field{padding:4px 6px}.joe-object-field input[type=text].joe-int-field{width:100px}.joe-object-field input[type=text].joe-guid-field{max-width:350px!important}.joe-object-field.hide-label{padding-top:0}.joe-select-field{min-width:240px;padding:4px;border-color:#ddd;border-color:rgba(0,102,136,.2)}.joe-object-field.rendering-field{font-size:14px}textarea.joe-rendering-field{margin-top:10px;padding:5px;position:relative;width:100%;height:200px;box-sizing:border-box}.joe-prompt-textarea{width:100%;resize:vertical;min-height:60px;font-size:14px}.joe-prompt-select{font-size:14px;padding:2px;overflow-y:auto;min-height:50px;max-width:100%}.joe-prompt-select option{padding:4px}.joe-geo-map{height:250px;margin-bottom:10px;width:100%;position:relative}textarea.joe-geo-field{width:100%;box-sizing:border-box;padding:5px;height:50px}.joe-text-autocomplete{position:absolute;z-index:1001;background:#eee;max-height:240px;overflow:auto;min-width:210px;max-width:100%;width:100%}.joe-text-autocomplete.active{display:block}.joe-content-sidebar .joe-text-autocomplete.active{width:100%}.joe-text-autocomplete-option{padding:5px;cursor:pointer;border-bottom:1px solid #ddd}.joe-text-autocomplete-option::after{display:block;height:0;width:100%;clear:both;content:''}.joe-text-autocomplete-option.visible{display:block}html.no-touch .joe-text-autocomplete-option:hover{background:#ccc}.joe-text-autocomplete-option.keyboard-selected{background:#ccc}.joe-text-autocomplete-option svg{width:40px;float:left;border-right:1px solid #bbb;margin-right:5px}.joe-multisorter-bin{width:48%;background:#eee;min-height:100px;float:left;margin:0 1%;list-style:none;max-height:500px;overflow:auto}.joe-buckets-bin li,.joe-multisorter-bin li{min-height:30px;padding:5px;cursor:move;position:relative;margin:4px 4px 4px 2px;transition:background .1s;background:#f9f9f9;line-height:1em;border:1px solid #eee;border-radius:2px}html.no-touch .joe-buckets-bin li:hover,html.no-touch .joe-multisorter-bin li:hover{background:rgba(0,0,0,.05);border:1px solid #fff}.joe-buckets-field-holder{float:left}.joe-buckets-bin{background:#eee;min-height:100px;margin:0 0 0 1%;list-style:none;max-height:500px;overflow:auto}.joe-buckets-bin.selections-bin{float:left;width:31%;margin-bottom:10px;padding-bottom:4px}.joe-bucket-delete{left:auto;width:30px;background-image:url(../img/close-x.png);display:none;margin:5px;cursor:pointer}html.no-touch .joe-bucket-delete:hover{background-color:#ddd;background-color:rgba(0,0,0,.1)}.joe-buckets-bin.selections-bin .joe-bucket-delete{display:block;left:auto;background-size:20px}.joe-bucket-label{font-size:14px;padding:5px 10px;border-bottom:1px solid #ccc}.joe-sortable-highlight{margin:2px;background:#ccc;border:1px dashed #fff}.joe-image-field-image{margin:15px 0 10px 0;display:block;max-width:100%}.joe-image-field-size{margin:10px 0;opacity:.5;display:block}img.joe-qrcode-image{width:100%}.joe-group-item{cursor:pointer;background:#eee;margin:2px .5%;padding-left:40px;position:relative;width:49%;box-sizing:border-box;float:left;min-width:240px}.joe-group-item.cols-1{width:98%}.joe-group-item.cols-3{width:32%;min-width:200px}.joe-group-item.cols-4{width:24%;min-width:200px}.small-size .joe-group-item{min-width:98%}html.no-touch .joe-group-item:hover{background-color:#ddd}html.no-touch .joe-group-item.disabled:hover{background-color:#eee}.joe-group-item-checkbox{position:absolute;left:0;top:0;bottom:0;width:40px;border-right:1px solid #bbb;padding:10px 0;text-align:center}.joe-group-item-checkbox input{float:none;margin:auto}.joe-group-item label{display:block;padding:10px 0;padding-left:10px;cursor:pointer}.joe-content-sidebar .joe-group-item{width:100%;float:none}.joe-objectlist-row .joe-group-item label{padding:5px}table.joe-objectlist-table{width:100%;border-collapse:collapse;border:1px solid #eee}.joe-objectlist-table .joe-delete-button{background-size:24px}.joe-objectlist-table thead{background-color:#eee}.joe-objectlist-table.hidden-heading thead tr th{height:0;padding:0;border-top:0;overflow:hidden;line-height:0}.joe-objectlist-table th{padding:5px;font-weight:400;text-align:left;border-left:1px solid #eee}html.no-touch table.sortable.joe-objectlist-table th{cursor:pointer}html.no-touch table.sortable.joe-objectlist-table th:hover{background:rgba(0,0,0,.1)}.joe-objectlist-row{border-bottom:1px solid #f2f2f2}.joe-objectlist-delete-header,.joe-objectlist-object-row-handle-header{width:30px}.joe-objectlist-object-row-handle{cursor:ns-resize;width:40px;line-height:40px;text-align:center;-ms-transform:rotate(7deg);-webkit-transform:rotate(7deg);transform:rotate(90deg);color:#bbb;letter-spacing:1.5px}html.no-touch .joe-objectlist-object-row-handle:hover{background-color:#eaeaea}.ui-sortable-helper{background:#fff;box-shadow:0 0 3px rgba(0,0,0,.5)}.joe-objectlist-table select{padding:5px 0;min-width:35px;box-sizing:border-box;width:90%;margin:5px}.joe-objectlist-table input[type=password],.joe-objectlist-table input[type=text]{padding:4px;min-width:20px;width:98%;box-sizing:border-box}.objectList-field .joe-button.joe-plus-button{margin:10px auto;float:none;display:inline-block}.objectList-field .joe-button.joe-done-button{margin-top:10px;position:absolute}.joe-objectlist-table textarea{height:100px}.joe-objectlist-table .joe-boolean-field{float:none;margin:5px auto;display:block}.small-size .joe-objectlist-table input[type=number]:focus,.small-size .joe-objectlist-table input[type=text]:focus{position:fixed!important;top:50%!important;left:15%!important;border:2px solid #ff8804;box-sizing:border-box;width:75%;padding:10px;background:#fff;z-index:10000;display:block;box-shadow:0 1px 10px rgba(0,0,0,.5)}html.touch .small-size .joe-objectlist-table input[type=number]:focus,html.touch .small-size .joe-objectlist-table input[type=text]:focus{top:200px}.joe-objectlist-row.templated .row-template{cursor:pointer;transition:.2s background-color;padding:10px;line-height:1.1em;font-size:.8em;user-select:none}html.no-touch .joe-objectlist-row.templated .row-template:hover{background-color:rgba(0,0,0,.2)}th.joe-objectlist-object-row-template-header{padding:0;width:0;display:block}.joe-objectlist-row.editing .row-template,.joe-objectlist-row.ui-sortable-helper .row-template,.joe-objectlist-row:not(.templated) .row-template{width:0;overflow:hidden;display:block;height:0;padding:0}.joe-objectlist-row.templated:not(.editing) td:not(.template-visible){display:none}.joe-tags-container{display:inline-block;position:relative}joe-tags{display:block;position:relative;font-size:12px}joe-tag{display:inline-block;padding:2px 4px;background:#eee;color:#202020;margin:3px}joe-chips{display:block;position:relative;font-size:12px}joe-chip{display:inline-block;padding:2px 4px;background:#eee;color:#202020;margin:3px}iframe.joe-preview-iframe{border:1px solid #ccc}.preview-field .joe-button.joe-reload-button{margin-bottom:10px}.joe-preview-iframe-holder{position:relative;background:#fefefe;padding-bottom:20px;margin-bottom:10px;clear:both}joe-subobject-output{border:1px solid #eee;display:block;padding:5px}.joe-text-input-button{position:absolute;background:#ccc;top:0;padding:4px 5px;cursor:pointer;left:70%}.joe-filter-field-holder{padding:5px 1%}.joe-filter-field-holder input{max-width:200px!important;padding-left:30px!important;background:url(../img/search.png) center left no-repeat}.joe-buckets-field .joe-buckets-bin{padding-left:2px}.joe-buckets-field .joe-filter-field-holder{padding:5px 3px}.joe-buckets-field .joe-filter-field-holder input{max-width:24%!important}.joe-bucket-label.ui-sortable-handle{font-size:12px;padding:5px 10px;background-color:rgba(255,255,255,.4)}joe-checkbox{display:block;margin:5px;box-sizing:border-box;border:2px solid #09a;border-radius:25px;width:50px;height:50px;float:right;opacity:.5;z-index:20;position:relative;background-size:42px;background-repeat:no-repeat;background-position:center}html.no-touch joe-checkbox:hover{background-color:rgba(0,153,170,.5);opacity:1;transition:.2s}joe-checkbox.checked{border:none;background-image:url('../img/svgs/check-button.svg');opacity:.9}joe-checkbox-percentage{display:block;width:100%;height:100%;text-align:center;line-height:46px}joe-checkbox.checked joe-checkbox-percentage{display:none}.deletable joe-checkbox{margin-right:50px}.joe-field[type=checkbox]{cursor:pointer;-webkit-appearance:none;appearance:none;background-color:rgba(250,250,250,.5);border:2px solid #bbb;width:30px;height:30px;box-sizing:border-box;border-radius:50%;display:inline-block;position:relative;margin-top:-5px;background-image:url('../img/svgs/check-button-disabled.svg');background-position:center;background-size:contain}.joe-field[type=checkbox]:checked{border:2px solid #09a;background-image:url('../img/svgs/check-button-teal.svg')}.joe-objectlist-row>td>.joe-boolean-label{text-align:center;padding-top:10px}.joe-table{width:100%;border-collapse:collapse}.small-size .joe-table{font-size:12px;line-height:18px}.joe-table.fixed{table-layout:fixed}table.joe-table td,table.joe-table th{padding:5px;min-height:30px;border-bottom:1px solid rgba(0,0,0,.07)}table.joe-table th{background-color:#eaeaea}.joe-table-button{font-size:12px;text-align:center;cursor:pointer;background-position:center;background-repeat:no-repeat;opacity:.5;background-size:60%;min-width:30px}.joe-table-button:hover{background-color:rgba(0,0,0,.1);opacity:.9}.joe-table td input{width:30px;padding:4px;display:inline}.joe-table .row-divider{background:rgba(0,0,0,.03)}.joe-table .left-border{border-left:1px solid rgba(0,0,0,.02)}input.joe-money-variable{border:none!important;border-bottom:1px solid #007ac2!important;background:0 0;cursor:pointer;transition:.2s;width:64px!important;font-size:14px!important;padding:4px!important}.small-size input.joe-money-variable{font-size:12px!important}tr.row-divider input.joe-money-variable{width:54px!important}input.joe-money-variable:focus{border:1px solid #ccc;background:#fff!important;outline:0}input.joe-money-variable::-webkit-inner-spin-button,input.joe-money-variable::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.joe-panel-footer{position:absolute;bottom:0;left:0;right:0}.joe-multi-only,.multi-edit .joe-overlay-panel .joe-footer-button{display:none}.multi-edit .joe-multi-only{display:block}.joe-multi-always{display:block!important}joe-message-holder{position:absolute;bottom:0;left:0;right:0;height:80px;overflow:hidden;display:none;z-index:10000}joe-message-holder.active{display:block}.joe-message-container{position:absolute;background:rgba(0,25,50,.7);height:50px;left:0;bottom:0;width:100%;border-top:5px solid #f88004;transition:width .4s;display:none}.joe-message-container.active{display:block;min-height:50px;height:auto}.joe-message-container.left{width:0;height:50px}.joe-message-container.right{width:0;left:auto;right:0;height:50px}.joe-message-content{color:#fff;padding:10px;font-size:16px;opacity:0;transition:opacity .25s}.show-message .joe-message-content{opacity:1}joe-overlay-control{position:absolute;display:block;text-align:center;background:rgba(0,0,0,.2);cursor:pointer;color:#fff;line-height:100px;font-size:48px;width:50px;top:40%}.right-side{right:0}.left-side{left:0}joe-video-holder{display:block;position:relative;margin:-4px}video.joe-connect-video{width:100%;background:rgba(0,50,100,.5)}video.joe-connect-myvideo{width:25%;background:#000;position:absolute;bottom:10px;left:5px}.joe-panel-content.joe-style-cards{background:#ccc;padding:0}.joe-style-cards .joe-content-section{margin:4px;background:#fff;box-shadow:0 0 2px 1px rgba(0,0,0,.1);border:1px solid #fff}.joe-style-cards .joe-content-section.collapsed{border:1px solid #ccc}.joe-style-cards .joe-field-container,.joe-style-cards joe-field-container{padding:5px 0 1px 0;background:#fff}.joe-style-cards .joe-field-container:first-child,.joe-style-cards joe-field-container:first-child{padding-top:10px}.joe-style-cards .joe-content-section-label,.joe-style-cards joe-content-section-label{font-size:1em}.joe-style-cards .joe-content-label{background:#eee;margin-bottom:0;margin-top:5px;padding:5px;border-bottom:1px solid #ccc;border-top:1px solid #fff}.joe-ace-holder{margin:5px;height:300px}.ace_editor{font-size:13px;height:100%}div.mce-fullscreen{position:fixed;top:50px!important;left:50px!important;right:0!important;width:auto!important}.tox-promotion,.tox-statusbar__branding{display:none!important}.tox{z-index:10000!important}.tox-editor-container{position:relative!important;z-index:10000!important}.joe-overlay-panel,.joe-tinymce-holder{overflow:visible!important}.tox.tox-tinymce.tox-fullscreen{left:var(--tinymce-offset)!important;top:var(--tinymce-offset)!important;width:calc(100vw - var(--tinymce-offset) - 5px)!important;height:calc(100vh - var(--tinymce-offset) - 5px)!important;position:fixed!important;z-index:20000!important}.tox.tox-tinymce{border:1px solid #dca042!important;border-radius:0!important}.tox .tox-editor-container{border-radius:0!important}.tox .tox-edit-area iframe{border-radius:0!important}.Zebra_DatePicker *,.Zebra_DatePicker :after,.Zebra_DatePicker :before{-moz-box-sizing:content-box!important;-webkit-box-sizing:content-box!important;box-sizing:content-box!important}.Zebra_DatePicker{position:absolute;background:rgba(0,40,80,.6);padding:4px;z-index:1200;font-family:Tahoma,Arial,Helvetica,sans-serif;font-size:13px;top:0}.Zebra_DatePicker *{margin:0;padding:0;background:0 0;border:none}.Zebra_DatePicker table{border-collapse:collapse;border-spacing:0;width:auto;table-layout:auto}.Zebra_DatePicker td,.Zebra_DatePicker th{text-align:center;padding:5px 0}.Zebra_DatePicker td{cursor:pointer}.Zebra_DatePicker .dp_daypicker,.Zebra_DatePicker .dp_monthpicker,.Zebra_DatePicker .dp_yearpicker{margin-top:3px}.Zebra_DatePicker .dp_daypicker td,.Zebra_DatePicker .dp_daypicker th,.Zebra_DatePicker .dp_monthpicker td,.Zebra_DatePicker .dp_yearpicker td{background:#e8e8e8;width:30px;border:1px solid #7bacd2}.Zebra_DatePicker,.Zebra_DatePicker .dp_footer .dp_hover,.Zebra_DatePicker .dp_header .dp_hover{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.Zebra_DatePicker.dp_visible{visibility:visible;-khtml-opacity:1;-moz-opacity:1;opacity:1;transition:opacity .2s ease-in-out}.Zebra_DatePicker.dp_hidden{visibility:hidden;-khtml-opacity:0;-moz-opacity:0;opacity:0}.Zebra_DatePicker .dp_header td{color:#fff}.Zebra_DatePicker .dp_header .dp_next,.Zebra_DatePicker .dp_header .dp_previous{width:30px}.Zebra_DatePicker .dp_header .dp_caption{font-weight:700}.Zebra_DatePicker .dp_header .dp_hover{background:#222;color:#fff}.Zebra_DatePicker .dp_daypicker th{background:#fc3}.Zebra_DatePicker td.dp_not_in_month{background:#f3f3f3;color:#cdcdcd;cursor:default}.Zebra_DatePicker td.dp_not_in_month_selectable{background:#f3f3f3;color:#cdcdcd;cursor:pointer}.Zebra_DatePicker td.dp_weekend{background:#d8d8d8}.Zebra_DatePicker td.dp_weekend_disabled{color:#ccc;cursor:default}.Zebra_DatePicker td.dp_selected{background:#5a4b4b;color:#fff!important}.Zebra_DatePicker td.dp_week_number{background:#fc3;color:#555;cursor:text;font-style:italic}.Zebra_DatePicker .dp_monthpicker td{width:33%}.Zebra_DatePicker .dp_yearpicker td{width:33%}.Zebra_DatePicker .dp_footer{margin-top:3px}.Zebra_DatePicker .dp_footer .dp_hover{background:#222;color:#fff}.Zebra_DatePicker .dp_today{color:#fff;padding:3px}.Zebra_DatePicker .dp_clear{color:#fff;padding:3px}.Zebra_DatePicker td.dp_current{color:#c40000}.Zebra_DatePicker td.dp_disabled_current{color:#e38585}.Zebra_DatePicker td.dp_disabled{background:#f3f3f3;color:#cdcdcd;cursor:default}.Zebra_DatePicker td.dp_hover{background:#482424;color:#fff}button.Zebra_DatePicker_Icon{display:block;position:absolute;width:32px;height:24px;background:url('../img/calendar.png') no-repeat right top;text-indent:-9000px;border:none;cursor:pointer;padding:0;line-height:0;vertical-align:top}button.Zebra_DatePicker_Icon_Disabled{background-image:url('../img/calendar-disabled.png')}button.Zebra_DatePicker_Icon{margin:0 0 0 3px}button.Zebra_DatePicker_Icon_Inside_Right{margin:0 3px 0 0;top:0!important}button.Zebra_DatePicker_Icon_Inside_Left{margin:0 0 0 3px}.joe-subset-selector{display:none}@media only screen and (max-width:600px),screen and (max-height:400px) and (orientation:landscape){.joe-overlay-panel{margin:0}.joe-subset-selector{display:none}.joe-panel-menu .joe-iconed-button{width:40px;padding:0;font-size:0}.joe-panel-content{left:0;right:0;border-left:0;border-right:0px}.joe-field-container.joe-fleft{width:100%!important}}.small-size .joe-panel-title{line-height:16px;font-size:14px;padding:0;padding-left:4px;padding-top:3px}.small-size .joe-submenu-search-field{min-width:50px;transition:.25s}.small-size .joe-submenu-search-field:focus{position:absolute;left:1%;top:0;right:1%;width:98%;box-sizing:border-box}.small-size .joe-submenu-search{width:55px;position:initial}.small-size .joe-object-field{margin:8px 0;padding-left:4px;padding-right:4px}.small-size joe-panel-content joe-field-container{padding-top:10px}.small-size .joe-object-field .joe-comments-button,capp-dashboard.mobile .joe-iconed-button,joe-content-sidebar .small-size .joe-object-field .joe-plus-button{width:100%;font-size:1em;box-sizing:border-box;padding-left:40px;margin:10px 0;background-position-x:5px;text-align:right;padding-right:10px;line-height:26px;height:40px}.small-size .joe-buckets-bin{width:100%!important;margin:0 0 5px 0}.small-size .joe-buckets-field .joe-filter-field-holder input{max-width:100%!important}.small-size .joe-buckets-field-holder{width:100%!important}.small-size .joe-buckets-bin.options-bin{height:120px}joe-autocomplete{display:block}autocomplete-options{display:none}joe-autocomplete.active autocomplete-options{display:block}/*! jQuery UI - v1.11.4 - 2016-03-28
4
4
  * http://jqueryui.com
5
5
  * Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, autocomplete.css, menu.css, theme.css
6
6
  * To view and modify this theme, visit http://jqueryui.com/themeroller/
@@ -25,12 +25,50 @@ This document gives Custom GPTs, Assistants, and AI agents a single mental model
25
25
 
26
26
  When in doubt: **schemas define structure**, **plugins call OpenAI + MCP**, **MCP exposes tools**, and **UI (`joe-ai`) is just a thin chat/controls layer on top.
27
27
 
28
+ ### 1.5 End‑to‑end mental model (for agents and humans)
29
+
30
+ At a high level, almost every AI flow in JOE is one of these patterns:
31
+
32
+ - **Prompt / Autofill flow (schema‑driven)**
33
+ 1. A human or field‑level `ai` config chooses an `ai_prompt` (and optionally an `ai_assistant`).
34
+ 2. The UI calls `/API/plugin/chatgpt/<prompt_method>` (usually `executeJOEAiPrompt`) with `ai_prompt` id, parameters, and any referenced objects/files.
35
+ 3. `chatgpt.js` loads the prompt, runs any helper `functions`, builds `instructions` + `input`, and normalizes MCP config (`mcp_*`) from the prompt and/or assistant.
36
+ 4. `runWithTools` calls the OpenAI **Responses API**, optionally with tools (including MCP tools), then persists the result as an `ai_response` (plus any `generated_thoughts`, `used_openai_file_ids`, etc.).
37
+ 5. Optional: helpers like `compareResponseToObject` / `updateObjectFromResponse` merge results back into a target object.
38
+
39
+ - **Widget / AIHub / Object chat flow (conversation‑driven)**
40
+ 1. The UI renders `<joe-ai-widget>` (optionally scoped to an object and seeded with an `ai_assistant_id`).
41
+ 2. On the first message, the widget calls `/API/plugin/chatgpt/widgetStart`, which creates an `ai_widget_conversation` with model, assistant, system text, and optional `scope_itemtype`/`scope_id`.
42
+ 3. Each user turn calls `/API/plugin/chatgpt/widgetMessage`, which:
43
+ - Resolves the active `ai_assistant` by `_id` and loads its `instructions` + MCP config.
44
+ - Builds `systemText` (assistant instructions + MCP tool list + optional scope hints / `understandObject` snapshot).
45
+ - Gathers any attached files (from scoped objects or assistant‑level files) and passes their OpenAI ids/roles into `runWithTools`.
46
+ 4. `runWithTools` performs a Responses+tools call (with MCP tools where enabled) and returns the assistant’s reply; `widgetMessage` appends it to `ai_widget_conversation.messages` and returns the updated history to the widget.
47
+
48
+ - **MCP‑only agent flow (Custom GPT / external agent)**
49
+ 1. The agent discovers tools and named toolsets via `/.well-known/mcp/manifest.json`.
50
+ 2. For reads/writes it calls `POST /mcp` with tool names like `hydrate`, `search`, `fuzzySearch`, `getObject`, `saveObject`, and `saveObjects`.
51
+ 3. When the agent needs higher‑level workflows (thoughts, prompts, assistants), it can call into the same HTTP APIs that `joe-ai` uses (e.g., `/API/plugin/chatgpt/autofill`, `/API/plugin/chatgpt/executeJOEAiPrompt`, widget endpoints), treating JOE as the authoritative orchestrator of OpenAI + MCP rather than re‑implementing orchestration itself.
52
+
28
53
  ---
29
54
 
30
55
  ## 2. AI Schemas (Mental Model)
31
56
 
32
57
  JOE uses a small set of AI‑specific schemas. A good agent should know what each represents and how they relate.
33
58
 
59
+ ### 2.0 Modern assistant & conversation identity (2026+)
60
+
61
+ - **Assistant identity**:
62
+ - Treat `ai_assistant._id` (JOE cuid) as the **canonical id** for assistants.
63
+ - `ai_assistant.assistant_id` (OpenAI Assistants id) is **optional/legacy** and only present when synced to the old Assistants API.
64
+ - The default assistant used by widgets/AIHub is stored in `setting.DEFAULT_AI_ASSISTANT.value` as an `ai_assistant._id`.
65
+ - **Conversations**:
66
+ - `ai_widget_conversation` is the **primary** conversation schema for modern chats (`<joe-ai-widget>`, AIHub cards, object chat). It links to assistants via `assistant` (JOE cuid) and may also store a legacy `assistant_id`.
67
+ - `ai_conversation` is **legacy** and only used by older `<joe-ai-chatbox>` flows that still rely on the Assistants API.
68
+ - **MCP configuration**:
69
+ - MCP fields (`mcp_enabled`, `mcp_toolset`, `mcp_selected_tools`, `mcp_instructions_mode`) can exist both on `ai_assistant` (assistant‑level default) and `ai_prompt` / field‑level `ai` configs (surface‑level overrides).
70
+ - The server (`chatgpt.js`) uses a shared helper to resolve these configs into actual toolsets and instructions for all AI surfaces (prompts, autofill, widget/object chat).
71
+
34
72
  ### 2.1 `ai_assistant`
35
73
 
36
74
  - **What it is**: Configuration record for a single AI assistant linked to OpenAI.
@@ -155,6 +193,17 @@ JOE uses a small set of AI‑specific schemas. A good agent should know what eac
155
193
 
156
194
  ## 3. `chatgpt` Plugin and Related Plugins
157
195
 
196
+ ### 3.0 Modern vs legacy stacks
197
+
198
+ - **Modern stack (preferred)**:
199
+ - Uses `server/plugins/chatgpt.js` with the **Responses API** and MCP tools.
200
+ - Conversations live in `ai_widget_conversation` and are surfaced via `<joe-ai-widget>` and `<joe-ai-assistant-picker>`.
201
+ - MCP configuration is respected from `ai_assistant` and `ai_prompt` (and field‑level `ai` configs).
202
+ - **Legacy stack (Assistants API)**:
203
+ - Uses `server/plugins/chatgpt-assistants.js` and OpenAI Assistants/threads.
204
+ - Conversations live in `ai_conversation` and are surfaced via `<joe-ai-chatbox>`.
205
+ - Kept for backward compatibility only; **new integrations should use the modern stack above**.
206
+
158
207
  ### 3.1 `server/plugins/chatgpt.js`
159
208
 
160
209
  This is the **core server plugin** that wires JOE to OpenAI and MCP.
@@ -209,31 +258,38 @@ This is the **core server plugin** that wires JOE to OpenAI and MCP.
209
258
 
210
259
  ## 4. `joe-ai.js` – In‑App AI UI
211
260
 
212
- The `js/joe-ai.js` file implements JOE’s in‑app AI user interface using custom elements like `<joe-ai-chatbox>` and other helpers under a `Ai` namespace.
261
+ The `js/joe-ai.js` file implements JOE’s in‑app AI user interface using custom elements and an `Ai` namespace.
213
262
 
214
263
  - **Key responsibilities**:
215
264
  - Manage open chat boxes and default assistant selection:
216
265
  - `Ai._openChats`, `Ai.default_ai`, `Ai.getDefaultAssistant()`.
217
- - Render **chat UI** bound to an `ai_conversation`:
218
- - Loads `ai_conversation` via `/API/object/ai_conversation/_id/<id>`.
219
- - Uses `chatgpt-assistants` endpoints (e.g. `getThreadMessages`) to fetch messages.
220
- - Shows assistant/user labels, context objects, and a message history.
266
+ - Render **modern widget‑based chat** bound to `ai_widget_conversation`:
267
+ - `<joe-ai-widget>` – embeddable chat component that talks to `chatgpt.js` (`widgetStart`, `widgetMessage`, `widgetHistory`).
268
+ - `<joe-ai-assistant-picker>` – selector that applies an `ai_assistant._id` to a widget (`ai_assistant_id` attribute) and starts fresh conversations as needed.
269
+ - `Ai.openObjectChatLauncher(object_id, itemtype, name)` launches a floating shell containing a `<joe-ai-widget>` for **object‑scoped chat**:
270
+ - Sets `source:"object_chat"`, `scope_itemtype`, `scope_id`, and passes the current user id.
271
+ - Uses `DEFAULT_AI_ASSISTANT` as the initial assistant, but allows per‑conversation overrides via the picker.
272
+ - (Legacy) Render **Assistants‑API chat** bound to an `ai_conversation`:
273
+ - `<joe-ai-chatbox>` – older component that loads `ai_conversation` and uses `chatgpt-assistants` endpoints (`getThreadMessages`, etc.).
274
+ - Still present for existing flows but not used by the new object chat or AIHub widget experiences.
221
275
  - Provide ergonomic chat behaviors:
222
276
  - Markdown rendering via `renderMarkdownSafe` (prefers `marked` + `DOMPurify`).
223
277
  - Greeting messages based on `user` and `context_objects`.
224
278
  - Keyboard handling (Enter to send).
225
- - **High‑level flow** for in‑app chat:
226
- 1. User opens an `ai_conversation` or clicks “Continue Conversation” from a context object.
227
- 2. `joe-ai.js` spawns a `<joe-ai-chatbox>` bound to that `ai_conversation`.
228
- 3. The chatbox:
229
- - Fetches conversation + thread from the server.
230
- - Uses `chatgpt-assistants` to send/receive messages to/from OpenAI.
231
- - Renders messages and any embedded JOE object markers into the UI.
232
-
233
- **Agent note**: When describing UI behavior or helping with debugging, remember that `joe-ai.js` is **UI only**; persistent data lives in:
234
- - `ai_conversation` (metadata) + OpenAI threads
235
- - `ai_assistant` (config)
236
- - `ai_widget_conversation` for external widgets
279
+ - Conversation list (`<joe-ai-conversation-list>`) for selecting existing `ai_widget_conversation` records and applying them to a widget.
280
+ - **High‑level flow** for modern widget chat:
281
+ 1. UI renders a `<joe-ai-widget>` with optional `ai_assistant_id`, `source`, and scope attributes.
282
+ 2. On the first user message, the widget calls `/API/plugin/chatgpt/widgetStart`, which creates an `ai_widget_conversation`.
283
+ 3. Subsequent messages call `/API/plugin/chatgpt/widgetMessage`, which:
284
+ - Resolves the active `ai_assistant` (by `_id`), builds `systemText` (assistant instructions + optional MCP tool list + scope hints), and attaches any relevant files.
285
+ - Calls `runWithTools` in `chatgpt.js` so the model can use MCP tools and respond.
286
+ - Updates `ai_widget_conversation.messages` and returns the full history to the widget.
287
+
288
+ **Agent note**:
289
+ - When describing UI behavior or helping with debugging, remember that `joe-ai.js` is **UI only**; persistent data lives in:
290
+ - `ai_widget_conversation` (modern chats: AIHub, object chat, widgets)
291
+ - `ai_assistant` (config, including MCP/tool settings and assistant‑level files)
292
+ - `ai_conversation` (legacy Assistants‑API chats only)
237
293
 
238
294
  ---
239
295