.jbx-Control {}
.jbx-Control:focus {}
.jbx-Control:hover {}
.jbx-Control:active {}
.jbx-Control[disabled] {}
.jbx-Control[empty] {}

.jbx-Calendar {width:100%;height:100%;position:relative;background:#fff;border:1px solid #ccc}
.jbx-Calendar .jbx-controls {top:7px;right:2px;display:flex;position:absolute}
.jbx-Calendar .jbx-controls .jbx-today {top:6px;width:6px;height:6px;cursor:pointer;position:relative}
.jbx-Calendar .jbx-controls .jbx-today:before {top:0;left:0;width:100%;height:100%;content:' ';position:absolute;border-radius:10px;background:#000}
.jbx-Calendar .jbx-controls .jbx-previous {width:15px;height:20px;cursor:pointer;position:relative}
.jbx-Calendar .jbx-controls .jbx-previous:before {top:4px;left:4px;content:' ';position:absolute;border:6px solid #000;border-left:0px;border-top:5px solid transparent;border-bottom:5px solid transparent}
.jbx-Calendar .jbx-controls .jbx-next {width:15px;height:20px;cursor:pointer;position:relative}
.jbx-Calendar .jbx-controls .jbx-next:before {top:4px;right:4px;content:' ';position:absolute;border:6px solid #000;border-right:0px;border-top:5px solid transparent;border-bottom:5px solid transparent}
.jbx-Calendar .jbx-viewer {width:100%;height:100%;display:grid;font-size:11px;flex-direction:column;grid-template-columns:100%}
.jbx-Calendar .jbx-viewer .jbx-row {display:flex;flex-grow:1;flex-shrink:1;flex-basis:0;min-height:1%;border-bottom:1px solid #ccc}
.jbx-Calendar .jbx-viewer .jbx-row:last-child {border-bottom:0}
.jbx-Calendar .jbx-viewer .jbx-col {display:flex;flex-grow:1;flex-shrink:1;flex-basis:0;flex-direction:column;border-right:1px solid #ccc;min-width:1%;background:#f9f9f9}
.jbx-Calendar .jbx-viewer .jbx-col:last-child {border-right:0}
.jbx-Calendar .jbx-viewer .jbx-title {flex-grow:0;flex-shrink:0;font-size:2em;padding:5px 10px 2px;box-sizing:border-box;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:bold}
.jbx-Calendar .jbx-viewer .jbx-title.now {color:#990000}
.jbx-Calendar .jbx-viewer .jbx-row:first-child .jbx-col:last-child .jbx-title {padding-right:40px}
.jbx-Calendar .jbx-viewer .jbx-week {width:100%;flex-grow:0;flex-shrink:0;box-sizing:border-box;display:grid;grid-template-columns:14.30% 14.28% 14.28% 14.28% 14.28% 14.28% 14.30%}
.jbx-Calendar .jbx-viewer .jbx-week .jbx-dow {font-size:1.1em;justify-self:end;align-self:end;padding:5px;box-sizing:border-box}
.jbx-Calendar .jbx-viewer .jbx-week .jbx-dow.now {font-weight:bold;color:#900}
.jbx-Calendar .jbx-viewer .jbx-dates {flex-grow:1;flex-shrink:1;display:grid;grid-template-rows:16.8% 16.6% 16.6% 16.6% 16.6% 16.8%;grid-template-columns:14.30% 14.28% 14.28% 14.28% 14.28% 14.28% 14.30%}
.jbx-Calendar .jbx-viewer .jbx-dates .jbx-date {color:#000;font-size:.9em;cursor:pointer;position:relative;background:#e5e5e5;box-sizing:border-box;border-top:1px solid #ccc;border-right:1px solid #ccc}
.jbx-Calendar .jbx-viewer .jbx-dates .jbx-date .jbx-day {top:0;right:0;width:15px;height:15px;z-index:9;line-height:20px;position:absolute;text-align:center;box-sizing:border-box;border-radius:10px}
.jbx-Calendar .jbx-viewer .jbx-dates .jbx-date .jbx-label {left:0;bottom:0;width:100%;font-size:.9em;overflow:hidden;position:absolute;white-space:nowrap;padding:1px 3px 1px 3px;text-overflow:ellipsis;box-sizing:border-box;text-align:right}
.jbx-Calendar .jbx-viewer .jbx-dates .jbx-date:nth-child(7n) {border-right:0}
.jbx-Calendar .jbx-viewer .jbx-dates .jbx-date[jbx-past="1"] {background-image:linear-gradient(45deg, transparent 33.33%, #f5f5f5 33.33%, #f5f5f5 50%, transparent 50%, transparent 83.33%, #f5f5f5 83.33%, #f5f5f5 100%);background-size:8.49px 8.49px}
.jbx-Calendar .jbx-viewer .jbx-dates .jbx-date[jbx-calendar="today"] {color:#900;font-weight:bold}
.jbx-Calendar .jbx-viewer .jbx-dates [jbx-calendar="previous"],.jbx-Calendar .jbx-viewer .jbx-dates [jbx-calendar="next"] {background-color:#f5f5f5;color:#ddd}
.jbx-Calendar .jbx-viewer .jbx-dates .jbx-date[jbx-type="weekday"] {background-color:#fff}
/*.jbx-Calendar .jbx-viewer .jbx-dates .jbx-date[jbx-dow="0"],.jbx-Calendar .jbx-viewer .jbx-dates .jbx-date[jbx-dow="6"] {color:#999}
*//*.jbx-Calendar .jbx-viewer .jbx-dates .jbx-date[jbx-active="1"]:before {background:#090;display:none}
.jbx-Calendar .jbx-viewer .jbx-dates .jbx-date[jbx-active="0"] {background:#f8f8f8}
.jbx-Calendar .jbx-viewer .jbx-dates .jbx-date[jbx-dow="0"],.jbx-Calendar .jbx-viewer .jbx-dates .jbx-date[jbx-dow="6"] {background:#f3f3f3}
.jbx-Calendar .jbx-viewer .jbx-dates [jbx-date="today"] .jbx-day {color:#fff;background:#eb4d3d}
.jbx-Calendar .jbx-viewer .jbx-dates [jbx-date="today"] .jbx-day:before {display:none}
.jbx-Calendar .jbx-viewer .jbx-dates [jbx-date="previous"] .jbx-day,.jbx-Calendar .jbx-viewer .jbx-dates [jbx-date="next"] .jbx-day {color:#ddd}
*/.jbx-Calendar .jbx-events {left:-1px;bottom:0px;width:100%;z-index:1;padding:0px 1px;position:absolute;display:flex;flex-direction:column-reverse;box-sizing:content-box}
.jbx-Calendar .jbx-events[jbx-multi]:before {content:attr(jbx-multi);position:absolute;top:0px;left:4px;font-size:9px;transform:translateY(-100%)}
.jbx-Calendar .jbx-events .jbx-event {width:100%;height:12px;padding:0px 1px;background:#fbe6cf;margin-bottom:2px;margin-left:-1px;display:flex;cursor:pointer;overflow:hidden;box-sizing:content-box}
.jbx-Calendar .jbx-events .jbx-event.selected {background:#f19937}
.jbx-Calendar .jbx-events .jbx-empty-event {width:100%;height:12px;cursor:pointer;margin-bottom:2px}
.jbx-Calendar .jbx-events .jbx-event[jbx-end="1"] {padding-right:0px;justify-content:flex-end;border-radius:0px 10px 10px 0px}
.jbx-Calendar .jbx-events .jbx-event[jbx-start="1"] {margin-left:0px;padding-left:0px;justify-content:flex-start;border-radius:10px 0px 0px 10px}
.jbx-Calendar .jbx-events .jbx-event[jbx-start="1"][jbx-end="1"] {border-radius:10px}
.jbx-Calendar .jbx-events .jbx-event .jbx-entry {padding:0px 5px;overflow:hidden;font-size:10px;white-space:nowrap;text-overflow:ellipsis}
.jbx-Calendar .jbx-events .jbx-event.selected .jbx-entry {color:#fff}
.jbx-Calendar .jbx-date[jbx-active="0"] .jbx-events .jbx-event.selected .jbx-entry {color:#000}
.jbx-Calendar .jbx-events .jbx-event .jbx-entry:nth-child(n+2) {border-left:2px solid #fff}
.jbx-Calendar .jbx-viewer .jbx-dates .jbx-date[jbx-active="0"] .jbx-events .jbx-event[jbx-activity="1"] {background:transparent;position:relative}
.jbx-Calendar .jbx-viewer .jbx-dates .jbx-date[jbx-active="0"] .jbx-events .jbx-event[jbx-activity="1"]:before {content:' ';top:50%;width:100%;height:0px;color:#000;font-weight:bold;position:absolute;border-bottom:1px dotted #edd1b3}
.jbx-Calendar .jbx-viewer .jbx-dates .jbx-date[jbx-active="0"] .jbx-events .jbx-event.selected[jbx-activity="1"]:before {border-bottom:1px dotted #f19937}

.jbx-ColorPalette {top:0;left:0;width:100%;height:100%;position:fixed;display:none;background:rgba(0, 0, 0, .1);z-index:9}
.jbx-ColorPalette[jbx-placed] {display:block;position:relative;background:transparent;z-index:0}
.jbx-ColorPalette .jbx-panel {top:50%;left:50%;display:grid;border:1px solid #ccc;border-radius:4px;background:#fff;position:absolute;box-shadow:0px 2px 9px -2px #777;transform:translate(-50%, -50%);grid-template-columns:20% 20% 20% 20% 20%;grid-column-gap:3px;grid-row-gap:3px;padding:10px;box-sizing:border-box;padding-right:20px}
.jbx-ColorPalette[jbx-placed] .jbx-panel {top:0;left:0;width:100%;height:100%;box-shadow:none;position:relative;transform:none}
.jbx-ColorPalette .jbx-color {width:40px;height:40px;cursor:pointer;border:1px solid #ddd}
.jbx-ColorPalette[jbx-placed] .jbx-color {width:auto}
.jbx-ColorPalette .jbx-color[jbx-color="none"] {overflow:hidden;position:relative;background:#fff url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 10 10" xml:space="preserve"><rect width="5" height="5" x="0" y="0" fill="silver"/><rect width="5" height="5" x="5" y="5" fill="silver"/></svg>') repeat;background-size:15px 15px}

.jbx-ColorPicker {top:0;left:0;width:100%;height:100%;position:fixed;display:none;background:rgba(0, 0, 0, .1);z-index:9}
.jbx-ColorPicker .jbx-panel {top:50%;left:50%;width:600px;height:300px;display:flex;border:1px solid #ccc;border-radius:4px;background:#fff;position:absolute;box-shadow:0px 2px 9px -2px #777;transform:translate(-50%, -50%)}
.jbx-ColorPicker .jbx-palette {width:350px;flex-grow:0;flex-shrink:0;padding:15px;position:relative;box-sizing:border-box}
.jbx-ColorPicker .jbx-values {flex-grow:1;padding:15px;padding-left:0px;box-sizing:border-box}
.jbx-ColorPicker [jbx-picker] {box-shadow:0px 0px 1px #ccc}
.jbx-ColorPicker .jbx-rgb {margin-top:20px}
.jbx-ColorPicker .jbx-cmyk {margin-top:20px;display:none}
.jbx-ColorPicker .jbx-preview {width:100px;height:50px;margin-bottom:30px;position:relative;border:1px solid #ccc}
.jbx-ColorPicker .jbx-preview .jbx-original {top:0px;left:0px;width:50%;height:100%;position:absolute;background:#f00}
.jbx-ColorPicker .jbx-preview .jbx-original:before {content:'Original';position:absolute;bottom:-15px;left:50%;font-size:9px;transform:translateX(-50%)}
.jbx-ColorPicker .jbx-preview .jbx-new {top:0px;right:0px;width:50%;height:100%;position:absolute;background:#000}
.jbx-ColorPicker .jbx-preview .jbx-new:before {content:'New';position:absolute;bottom:-15px;left:50%;font-size:9px;transform:translateX(-50%)}
.jbx-ColorPicker .jbx-buttons {top:15px;right:15px;width:100px;position:absolute}
.jbx-ColorPicker .jbx-buttons button {width:100%;float:none;margin:0px;margin-bottom:5px;border:0px;background:#999;color:#fff;padding:5px 10px;border-radius:3px;font-size:13px;transition:background ease .5s;cursor:pointer}
.jbx-ColorPicker .jbx-buttons button:hover {background:#555}
.jbx-ColorPicker .jbx-texts {margin-top:20px}
.jbx-ColorPicker .jbx-texts input {width:75px;text-align:center}
.jbx-ColorPicker .jbx-palette > :nth-child(1) {width:270px;height:270px;position:relative;background-color:#f00}
.jbx-ColorPicker .jbx-palette > :nth-child(1):before {top:0px;left:0px;width:100%;height:100%;content:' ';position:absolute;background-image:linear-gradient(to right, #fff, rgba(255, 255, 255, 0))}
.jbx-ColorPicker .jbx-palette > :nth-child(1):after {top:0px;left:0px;width:100%;height:100%;content:' ';position:absolute;background-image:linear-gradient(to top, #000, rgba(0, 0, 0, 0))}
.jbx-ColorPicker .jbx-palette > :nth-child(2) {top:15px;right:15px;width:30px;height:270px;position:absolute;background-color:#fff}
.jbx-ColorPicker [jbx-picker][jbx-dir="area"] div {top:0px;left:0px;width:0px;height:0px;z-index:9;position:absolute}
.jbx-ColorPicker [jbx-picker][jbx-dir="area"] div:before {top:0px;left:0px;content:' ';width:10px;height:10px;border-radius:10px;position:absolute;border:1px solid #fff;box-shadow:0px 0px 2px #000;transform:translate(-50%, -50%)}
.jbx-ColorPicker [jbx-picker][jbx-dir="vertical"] div {top:0px;left:0px;width:100%;height:1px;position:absolute;z-index:9;background:rgba(0, 0, 0, .3)}
.jbx-ColorPicker [jbx-picker][jbx-dir="vertical"] div:before {top:-3.5px;left:-4px;width:0px;height:0px;content:' ';position:absolute;border:4px solid transparent;border-left:4px solid #000}
.jbx-ColorPicker [jbx-picker][jbx-dir="vertical"] div:after {top:-3.5px;right:-4px;width:0px;height:0px;content:' ';position:absolute;border:4px solid transparent;border-right:4px solid #000}
.jbx-ColorPicker [jbx-picker][jbx-dir="horizontal"] {position:relative}
.jbx-ColorPicker [jbx-picker][jbx-dir="horizontal"] div {top:0px;left:0px;width:1px;height:100%;position:absolute;z-index:9;background:rgba(0, 0, 0, .3)}
.jbx-ColorPicker [jbx-picker][jbx-dir="horizontal"] div:before {top:-4px;left:-3.5px;width:0px;height:0px;content:' ';position:absolute;border:4px solid transparent;border-top:4px solid #000}
.jbx-ColorPicker [jbx-picker][jbx-dir="horizontal"] div:after {left:-3.5px;bottom:-4px;width:0px;height:0px;content:' ';position:absolute;border:4px solid transparent;border-bottom:4px solid #000}
.jbx-ColorPicker .jbx-values [jbx-color] {height:20px;display:flex;margin-bottom:2px}
.jbx-ColorPicker .jbx-values [jbx-color] > :nth-child(1) {width:65px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding-top:3px;font-size:12px;position:relative;cursor:pointer}
.jbx-ColorPicker .jbx-values [jbx-color] > :nth-child(1) * {pointer-events:none}
.jbx-ColorPicker .jbx-values [jbx-color] > :nth-child(1):before {display:none;top:2px;left:0px;content:' ';width:15px;height:15px;position:absolute;box-sizing:border-box;border:1px solid #ccc;background:#fff;border-radius:10px}
.jbx-ColorPicker .jbx-values [jbx-color].jbx-checked > :nth-child(1):after {display:none;top:7px;left:5px;content:' ';width:5px;height:5px;position:absolute;background:#000;border-radius:10px}
.jbx-ColorPicker .jbx-values [jbx-color] > :nth-child(3) {width:15px;padding:5px 0px 0px 3px;font-size:10px}
.jbx-ColorPicker .jbx-values [jbx-color] > :nth-child(4) {height:12px;flex-grow:1;margin-top:4px;box-sizing:border-box}
.jbx-ColorPicker .jbx-values [jbx-color] input {float:none;height:100%;width:30px;text-align:right;box-sizing:border-box;border:1px solid #ccc;margin:0px}
.jbx-ColorPicker [jbx-picker="hue"] {background-image:linear-gradient(to right, #f00, #ff0, #0f0, #0ff, #00f, #f0f, #f00)}
.jbx-ColorPicker [jbx-picker="hue"][jbx-dir="vertical"] {background-image:linear-gradient(to top, #f00, #ff0, #0f0, #0ff, #00f, #f0f, #f00)}
.jbx-ColorPicker [jbx-picker="saturation"] {background-image:linear-gradient(to right, #fff, rgba(255, 255, 255, 0))}
.jbx-ColorPicker [jbx-picker="saturation"][jbx-dir="vertical"] {background-image:linear-gradient(to top, #fff, rgba(255, 255, 255, 0))}
.jbx-ColorPicker [jbx-picker="brightness"] {background-image:linear-gradient(to right, #000, rgba(0, 0, 0, 0))}
.jbx-ColorPicker [jbx-picker="brightness"][jbx-dir="vertical"] {background-image:linear-gradient(to top, #000, rgba(0, 0, 0, 0))}
.jbx-ColorPicker [jbx-picker="key"] {background-image:linear-gradient(to right, #fff, #000)}
.jbx-ColorPicker [jbx-picker="key"][jbx-dir="vertical"] {background-image:linear-gradient(to top, #fff, #000)}
.jbx-ColorPicker [jbx-picker="red"] {background-image:linear-gradient(to right, #fff, #f00)}
.jbx-ColorPicker [jbx-picker="red"][jbx-dir="vertical"] {background-image:linear-gradient(to top, #fff, #f00)}
.jbx-ColorPicker [jbx-picker="green"] {background-image:linear-gradient(to right, #fff, #0f0)}
.jbx-ColorPicker [jbx-picker="green"][jbx-dir="vertical"] {background-image:linear-gradient(to top, #fff, #0f0)}
.jbx-ColorPicker [jbx-picker="blue"] {background-image:linear-gradient(to right, #fff, #00f)}
.jbx-ColorPicker [jbx-picker="blue"][jbx-dir="vertical"] {background-image:linear-gradient(to top, #fff, #00f)}

.jbx-DragDropGroup {}
.jbx-DragDropGroup[jbx-dt-over] {cursor:move}
.jbx-DragDropGroup [jbx-dragging] {opacity:0.2}
.jbx-dragger[jbx-ddg-over] {opacity:0}

.jbx-DragSource {}
.jbx-dragger {opacity:0.6;pointer-events:none}
[jbx-dragging] {}

.jbx-DropTarget {}
[jbx-dt-over] {}
[jbx-dt-valid] {}

.jbx-Resize {}
.jbx-resize-handler {z-index:500}
.jbx-resize-handler-corner {z-index:900}
.jbx-resize-handler-top {cursor:n-resize}
.jbx-resize-handler-left {cursor:w-resize}
.jbx-resize-handler-right {cursor:e-resize}
.jbx-resize-handler-bottom {cursor:s-resize}
.jbx-resize-handler-top-left {cursor:nw-resize}
.jbx-resize-handler-top-right {cursor:ne-resize}
.jbx-resize-handler-bottom-left {cursor:sw-resize}
.jbx-resize-handler-bottom-right {cursor:se-resize}
[jbx-resizing] {}

.jbx-Toolbar {font-size:12px}
.jbx-Toolbar-tabset {position:relative;box-sizing:border-box}
.jbx-Toolbar-tabset > .jbx-top {display:flex;height:23px;position:relative}
.jbx-Toolbar-tabset > .jbx-top:before {left:0px;bottom:0px;width:100%;height:1px;content:'';position:absolute;background:#ddd;z-index:1}
.jbx-Toolbar-tabset > .jbx-top > .jbx-tabs {display:flex;height:23px;flex-grow:1;flex-shrink:1;overflow:hidden;position:relative;box-sizing:border-box;z-index:2}
.jbx-Toolbar-tabset > .jbx-top > .jbx-tabs > .jbx-tab {height:24px;z-index:2;cursor:pointer;position:relative;padding:3px 15px;box-sizing:border-box;border:1px solid transparent;white-space:nowrap;border-bottom:0;border-radius:1px 1px 0px 0px;transition:border .5s ease, background .5s ease}
.jbx-Toolbar-tabset > .jbx-top > .jbx-tabs > .jbx-tab.jbx-selected {background:#f5f5f5;border:1px solid #ddd}
.jbx-Toolbar-tabset > .jbx-top > .jbx-submenu {width:20px;flex-grow:0;flex-shrink:0;cursor:pointer;background:transparent url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 500"><path d="M60,190A60,60,0,1,1,0,250,60,60,0,0,1,60,190ZM0,60A60,60,0,1,0,60,0,60,60,0,0,0,0,60ZM0,440a60,60,0,1,0,60-60A60,60,0,0,0,0,440Z"/></svg>') no-repeat center center;background-size:10px 13px;border:1px solid transparent;transition:border .5s ease, background .5s ease, opacity .5s ease;position:relative;opacity:0;z-index:3;pointer-events:none}
.jbx-Toolbar-tabset > .jbx-top > .jbx-submenu:before {bottom:0px;right:0px;width:20px;height:1px;content:'';background:#fff;position:absolute;z-index:2}
.jbx-Toolbar-tabset > .jbx-top > .jbx-submenu.jbx-show {opacity:1;pointer-events:all}
.jbx-Toolbar-tabset > .jbx-top > .jbx-submenu > .jbx-items {top:20px;right:-1px;width:0px;height:0px;background:#fff;border:1px solid #ddd;box-shadow:0px 3px 7px -2px #999;position:absolute;opacity:0;overflow:hidden;z-index:1}
.jbx-Toolbar-tabset > .jbx-top > .jbx-submenu:hover {background-color:#fff;border:1px solid #ddd}
.jbx-Toolbar-tabset  > .jbx-top > .jbx-submenu:hover > .jbx-items {width:auto;height:auto;opacity:1;transition:opacity .5s ease}
.jbx-Toolbar-tabset > .jbx-top > .jbx-submenu > .jbx-items > .jbx-tab {white-space:nowrap;padding:4px 15px;transition:background .5s ease, color .5s ease}
.jbx-Toolbar-tabset > .jbx-top > .jbx-submenu > .jbx-items > .jbx-tab:hover {background:#f0f0f0}
.jbx-Toolbar-tabset > .jbx-top > .jbx-submenu > .jbx-items > .jbx-tab.jbx-selected {background:#375996;color:#fff}
.jbx-Toolbar-tabset > .jbx-panels {background:#f5f5f5;border:1px solid #ddd;border-top:0;box-sizing:border-box;position:relative;z-index:2}
.jbx-Toolbar-tabset > .jbx-panels > .jbx-panel {top:0px;left:0px;z-index:1;opacity:0;width:100%;padding:5px;position:absolute;transition:opacity .5s ease;pointer-events:none}
.jbx-Toolbar-tabset > .jbx-panels > .jbx-panel.jbx-selected {overflow:visible;z-index:2;opacity:1;display:flex;position:relative;pointer-events:all}
.jbx-Toolbar-ribbon {display:flex;padding:3px 0px !important}
.jbx-Toolbar-ribbon > .jbx-col {display:flex;padding:3px 8px;position:relative;border-right:1px solid #e3e3e3}
.jbx-Toolbar-ribbon > .jbx-col:last-child {border-right:0}
.jbx-Toolbar-ribbon > .jbx-col > button {width:47px;height:38px;margin:0px;padding:0px;display:none;cursor:pointer;position:relative;border-radius:3px;outline:none;background:transparent;border:1px solid transparent;transition:background .2s ease, border .2s ease}
.jbx-Toolbar-ribbon > .jbx-col > button:hover, .jbx-Toolbar-ribbon > .jbx-col.jbx-opened > button {background:#eee;border:1px solid #ccc;box-shadow:0px 0px 1px #ccc}
.jbx-Toolbar-ribbon > .jbx-col > button:after {top:50%;right:3px;content:'';width:0px;height:0px;border:3px solid transparent;border-top:5px solid #444;border-bottom:0px;position:absolute;transform:translateY(-50%)}
.jbx-Toolbar-ribbon > .jbx-col > .jbx-caption {width:100%;display:none;font-size:10px;white-space:nowrap;text-align:center;overflow:hidden;padding-top:1px;text-overflow:ellipsis}
.jbx-Toolbar-ribbon > .jbx-col > .jbx-panel {align-self:center}
.jbx-Toolbar-ribbon > .jbx-col > .jbx-panel > .jbx-row {display:flex;margin-bottom:5px}
.jbx-Toolbar-ribbon > .jbx-col > .jbx-panel > .jbx-row:last-child {margin-bottom:0px}
.jbx-Toolbar-ribbon > .jbx-col > .jbx-panel > .jbx-row > * {margin-right:5px;align-self:center}
.jbx-Toolbar-ribbon > .jbx-col > .jbx-panel > .jbx-row > *:last-child {margin-right:0px}
.jbx-Toolbar-ribbon > .jbx-col.jbx-collapsed, .jbx-Toolbar-ribbon > .jbx-col[jbx-collapsed] {display:block}
.jbx-Toolbar-ribbon > .jbx-col.jbx-collapsed > button, .jbx-Toolbar-ribbon > .jbx-col[jbx-collapsed] > button {display:block}
.jbx-Toolbar-ribbon > .jbx-col.jbx-collapsed > .jbx-caption, .jbx-Toolbar-ribbon > .jbx-col[jbx-collapsed] > .jbx-caption {display:block}
.jbx-Toolbar-ribbon > .jbx-col.jbx-collapsed > .jbx-panel, .jbx-Toolbar-ribbon > .jbx-col[jbx-collapsed] > .jbx-panel {top:57px;left:50%;display:none;position:absolute;transform:translateX(-50%);border:1px solid #ddd;background:#f5f5f5;padding:10px;border-radius:5px;box-shadow:0px 1px 6px -2px #aaa}
.jbx-Toolbar-ribbon > .jbx-col.jbx-collapsed:before, .jbx-Toolbar-ribbon > .jbx-col[jbx-collapsed]:before {content:'';display:none;border:10px solid transparent;border-bottom:10px solid #ddd;border-top:0;position:absolute;top:49px;left:50%;transform:translateX(-50%)}
.jbx-Toolbar-ribbon > .jbx-col.jbx-collapsed:after, .jbx-Toolbar-ribbon > .jbx-col[jbx-collapsed]:after {content:'';display:none;border:8px solid transparent;border-bottom:8px solid #f5f5f5;border-top:0;position:absolute;top:52px;left:50%;transform:translateX(-50%)}
.jbx-Toolbar-ribbon > .jbx-col.jbx-collapsed.jbx-opened > .jbx-panel, .jbx-Toolbar-ribbon > .jbx-col.jbx-opened[jbx-collapsed] > .jbx-panel {display:block}
.jbx-Toolbar-ribbon > .jbx-col.jbx-collapsed.jbx-opened:before, .jbx-Toolbar-ribbon > .jbx-col.jbx-opened[jbx-collapsed]:before {display:block}
.jbx-Toolbar-ribbon > .jbx-col.jbx-collapsed.jbx-opened:after, .jbx-Toolbar-ribbon > .jbx-col.jbx-opened[jbx-collapsed]:after {display:block}
.jbx-Toolbar-button {width:30px;height:25px;box-sizing:border-box;background:#eee;border:1px solid #ccc;box-shadow:0px 0px 1px #ccc;cursor:pointer;outline:none;border-radius:3px}
.jbx-Toolbar-button:hover {background:#e2e2e2}
.jbx-Toolbar-button.jbx-labeled {width:auto}
.jbx-Toolbar-select {font-size:12px;outline:none}
.jbx-Toolbar-select .jbx-clear {display:none}
.jbx-Toolbar-editable-select {display:flex;position:relative}
.jbx-Toolbar-editable-select .jbx-Toolbar-select {margin:0;align-self:center}
.jbx-Toolbar-editable-select > .jbx-input {top:0;left:0;z-index:5;width:100%;height:24px;display:flex;position:absolute;pointer-events:none;align-self:center}
.jbx-Toolbar-editable-select > .jbx-input input {width:100%;margin:0px;flex-grow:1;flex-shrink:1;padding:0px 5px;margin-right:17px;pointer-events:all;outline:none;background:#fff;box-sizing:border-box;border:1px solid #999;font-size:12px}
.jbx-Toolbar-actionbutton {width:43px;display:flex;height:25px;box-shadow:0px 0px 1px #ccc;border-radius:3px;border:1px solid #ccc;box-sizing:border-box;position:relative}
.jbx-Toolbar-actionbutton > button {width:30px;height:23px;border:0px;outline:none;border-radius:3px 0px 0px 3px;box-sizing:border-box;background:#eee;cursor:pointer}
.jbx-Toolbar-actionbutton > .jbx-open {width:13px;height:23px;border-radius:0px 3px 3px 0px;box-sizing:border-box;background:#eee;cursor:pointer;position:relative;border-left:1px solid #ddd}
.jbx-Toolbar-actionbutton > .jbx-open:before {top:50%;left:50%;content:'';border:3px solid transparent;border-top:5px solid #444;border-bottom:0px;position:absolute;transform:translate(-50%, -50%)}
.jbx-Toolbar-actionbutton > button:hover {background:#e2e2e2}
.jbx-Toolbar-actionbutton > .jbx-open:hover {background:#e2e2e2}
.jbx-Toolbar-actionbutton > .jbx-items {top:24px;left:0px;padding:5px 0px;position:absolute;background:#f5f5f5;border:1px solid #ddd;z-index:9;min-width:43px;box-sizing:border-box;border-radius:3px;box-shadow:0px 4px 5px -2px #bbb;display:none}
.jbx-Toolbar-actionbutton.jbx-opened > .jbx-items {display:block}
.jbx-Toolbar-actionbutton.jbx-opened > .jbx-open {background:#e2e2e2}
.jbx-Toolbar-actionbutton > .jbx-items > .jbx-menu-button {width:100%;height:auto;border:0px;padding:4px 25px;background:transparent;white-space:nowrap;font-size:12px;box-shadow:none;float:none;display:block;text-align:left}
.jbx-Toolbar-actionbutton > .jbx-items > .jbx-menu-button:hover {background:#eee}
.jbx-Toolbar-color {width:200px;margin:5px 18px 5px 10px}
.jbx-Toolbar-color .jbx-color {height:35px;border:0px;box-shadow:inset 0px 0px 1px 0px #666}
.jbx-Toolbar-color .jbx-panel {padding:0px;border:0px;grid-row-gap:2px;grid-column-gap:2px;background:transparent}
.jbx-Toolbar-group {height:25px;display:flex;box-sizing:border-box}
.jbx-Toolbar-group > * {border-right:0px;border-radius:0px}
.jbx-Toolbar-group > *:first-child {border-radius:3px 0px 0px 3px}
.jbx-Toolbar-group > *:last-child {border-radius:0px 3px 3px 0px;border-right:1px solid #ccc}

.jbx-Input {}
.jbx-Input input {padding-right:20px;box-sizing:border-box;transition:all ease .2s;position:static !important}
.jbx-Input textarea {padding-right:20px;box-sizing:border-box;transition:all ease .2s;position:static !important}
.jbx-Input input:required {}
.jbx-Input input:read-only {}
.jbx-Input input:invalid {}
.jbx-Input input {-webkit-appearance:textfield !important;-moz-appearance:textfield !important}
.jbx-Input input::-webkit-outer-spin-button,.jbx-Input input::-webkit-inner-spin-button {-webkit-appearance:none;margin:0}
.jbx-Input .jbx-controls {top:0px;right:1px;height:100%;position:absolute}
.jbx-Input[jbx-multiline] .jbx-controls {top:-17px;right:-3px;height:18px;position:absolute;padding-left:2px;border-radius:3px 3px 0px 0px}
.jbx-Input .jbx-controls .jbx-clear {width:12px;height:100%;float:right;cursor:pointer;margin-right:2px;position:relative;transition:all ease .2s}
.jbx-Input .jbx-controls .jbx-clear:before {top:50%;width:12px;height:12px;content:' ';position:absolute;border-radius:10px;transform:translateY(-50%);background:#000 url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 200 200" style="enable-background:new 0 0 200 200;" xml:space="preserve"><path style="fill:white" d="M20.3,198.4c1.1,1.1,2.5,1.6,4.1,1.6c1.6,0,3-0.5,4.1-1.6l71.5-71.8l71.5,71.8c1.1,1.1,2.5,1.6,4.1,1.6c1.6,0,3-0.5,4.1-1.6 l18.7-18.7c1.1-1.1,1.6-2.5,1.6-4.1c0-1.5-0.5-2.9-1.6-4l-71.8-71.5l71.8-71.7c1.1-1.1,1.6-2.5,1.6-4.1c0-1.5-0.5-2.9-1.6-4 L179.7,1.6c-1.1-1.1-2.5-1.6-4.1-1.6c-1.6,0-3,0.5-4.1,1.6L100,73.4L28.5,1.6C27.4,0.5,26.1,0,24.4,0c-1.6,0-3,0.5-4.1,1.6L1.6,20.3 c-1.1,1.1-1.6,2.5-1.6,4c0,1.6,0.5,3,1.6,4.1l71.8,71.7L1.6,171.6c-1.1,1.1-1.6,2.5-1.6,4c0,1.6,0.5,3,1.6,4.1L20.3,198.4z"/></svg>') no-repeat center center;background-size:50% 50%}
.jbx-Input[jbx-empty] .jbx-controls .jbx-clear {opacity:0.15}
.jbx-Input .jbx-controls .jbx-clear:hover {opacity:1}
.jbx-Input[readonly] .jbx-controls .jbx-clear,.jbx-Input[disabled] .jbx-controls .jbx-clear {opacity:0.15;cursor:default}
.jbx-Input .jbx-controls .jbx-reset {width:12px;height:100%;float:right;cursor:pointer;display:none;margin-right:2px;position:relative;transition:all ease .2s}
.jbx-Input[jbx-changed="2"] input {padding-right:33px}
.jbx-Input[jbx-changed="2"] .jbx-controls .jbx-reset {display:block}
.jbx-Input .jbx-controls .jbx-reset:before {top:50%;width:12px;height:12px;content:' ';position:absolute;border-radius:10px;transform:translateY(-50%);background:#000 url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"  viewBox="0 0 200 200" style="enable-background:new 0 0 200 200;" xml:space="preserve"><path style="fill:white" d="M93.3,200l-0.2,0C44.8,196.5,7,152.6,7,100.2c0-18,4.3-35.3,12.4-50.5L2.3,31.2L2.2,31C0.8,29.3,0,27,0,24.7  c0-5.3,4-9.4,9-9.4h48.9c4.8,0,9.1,4.4,9.1,9.5v53.5c0,5.2-4,9.3-9.1,9.3l-0.1,0c-2.3,0-4.5-1-6.3-2.6L51.4,85L37.6,69.7  c-3.8,9.2-5.7,19.4-5.8,30c0,19.1,6.4,37.2,18,50.9c11.5,13.5,27.3,21.7,44.5,23.3c5,0.2,9.3,4.8,9.3,10v5.8  c0,5.7-4.6,10.3-10.3,10.3H93.3z M142.1,180.1c-5,0-9.1-4.3-9.1-9.5V117c0-5.1,4.1-9.3,9.1-9.3c2.5,0,4.9,1.1,6.6,3l13.3,14.7  c2.7-7.9,4-16.3,4-25.2c0-38.4-26.3-70.2-61.3-74c-5.2-0.2-9-4.4-9-10v-5.8c0-5.7,4.4-10.3,9.9-10.3c0.1,0,0.3,0,0.4,0l0.2,0  c23.3,2.2,44.7,13.6,60.5,32.3c15.6,18.5,24.2,42.5,24.2,67.6c0,16-3.6,31.8-10.5,46l17.1,18.3c1.6,1.7,2.4,3.9,2.4,6.3  c0,2.6-1,5.2-2.8,7c-1.7,1.7-3.9,2.6-6.2,2.6H142.1z"/></svg>') no-repeat center center;background-size:70% 70%}
.jbx-Input .jbx-controls .jbx-spin {width:0px;height:100%;float:right;cursor:pointer;overflow:hidden;margin-right:0px;margin-left:1px;position:relative;transition:all ease .2s}
.jbx-Input .jbx-controls .jbx-spin .jbx-add {top:1px;right:0px;width:12px;height:50%;content:' ';position:absolute;background:#000 url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 200 200" style="enable-background:new 0 0 200 200;" xml:space="preserve"><path style="fill:white" d="M198.3,142.9l-94.1-94.1c-1.1-1.1-2.6-1.7-4.1-1.7c-1.5,0-3,0.6-4.1,1.7L1.7,142.9C0.5,144.1,0,145.6,0,147c0,3,2.3,5.9,5.9,5.9h188.3c3.5,0,5.8-2.9,5.9-5.8C200,145.6,199.5,144.1,198.3,142.9z"/></svg>') no-repeat center center;background-size:60% 60%}
.jbx-Input .jbx-controls .jbx-spin .jbx-sub {right:0px;width:12px;height:50%;bottom:1px;content:' ';position:absolute;background:#000 url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 200 200" style="enable-background:new 0 0 200 200;" xml:space="preserve"><path style="fill:white" d="M1.7,57.1l94.1,94.1c1.1,1.1,2.6,1.7,4.1,1.7c1.5,0,3-0.6,4.1-1.7l94.1-94.1c1.2-1.2,1.7-2.7,1.7-4.1c0-3-2.3-5.9-5.9-5.9 H5.9c-3.5,0-5.8,2.9-5.9,5.8C0,54.4,0.5,55.9,1.7,57.1z"/></svg>') no-repeat center center;background-size:60% 60%}
.jbx-Input[jbx-focused][jbx-spinner] .jbx-controls .jbx-spin {width:12px}
.jbx-Input[jbx-focused][jbx-spinner] input {padding-right:33px}
.jbx-Input[jbx-focused][jbx-spinner][jbx-changed="2"] input {padding-right:46px}

.jbx-Select {height:24px;cursor:pointer;font-size:12px;background:#fff;line-height:22px;display:inline-block;user-select:none;max-width:100%;-moz-user-select:none;-webkit-user-select:none}
.jbx-Select select {display:none}
.jbx-Select .jbx-option-count {float:left;font-size:12px;margin-left:-6px;background:#eee;margin-right:5px;font-weight:bold;padding:0px 6px 0px 3px}
.jbx-Select .jbx-clear {float:left;width:14px;height:14px;display:block;position:relative;border-radius:8px;background:#ddd;margin:4px 5px 0px -2px;cursor:pointer}
.jbx-Select .jbx-clear:before {top:0px;left:3px;content:'×';color:#fff;font-size:14px;line-height:14px;position:absolute}
.jbx-Select .jbx-filter span {background:#ff0;border-raidus:5px;padding-left:5px;padding-right:5px}
.jbx-select-underlying-layer {top:0px;left:0px;width:100%;height:100%;position:fixed;background:rgba(0, 0, 0, 0.1);overscroll-behavior:none}
.jbx-Select [jbx-struct="item"] {position:relative;padding:0px 22px 0px 6px}
.jbx-Select [jbx-struct="item"][jbx-over] {color:#fff;background:#00c}
.jbx-Select .jbx-option-caption {line-height:22px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.jbx-Select [jbx-struct="item"][selected] .jbx-option-caption:after {top:3px;right:3px;width:10px;height:15px;content:' ';display:block;position:absolute;pointer-events:none;background:url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 247 212" style="enable-background:new 0 0 247 212;" xml:space="preserve"><path d="M105.3,210c1.4,1,3,1.5,4.7,1.6c2.4,0,4.7-1,6-2.9L245.1,37c1.1-1.3,1.6-2.9,1.7-4.5c0.1-2.3-1-4.7-3-6.2L211,1.5c-1.5-1-3.1-1.5-4.8-1.5c-2.4,0-4.6,1-6.2,3L100.3,136L37,88.3c-1.5-1.1-3.1-1.6-4.7-1.7c-2.4-0.1-4.7,1-6.3,3L1.7,122.2c-1.1,1.5-1.6,3.1-1.7,4.7c0,2.3,1,4.5,3,6L105.3,210z"/></svg>') no-repeat center center;background-size:10px 10px}
.jbx-Select [jbx-struct="item"][jbx-filtered] {display:none}
.jbx-Select [jbx-struct="item"][selected][jbx-over] .jbx-option-caption:after {background:url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 247 212" style="enable-background:new 0 0 247 212;" xml:space="preserve"><path fill="white" d="M105.3,210c1.4,1,3,1.5,4.7,1.6c2.4,0,4.7-1,6-2.9L245.1,37c1.1-1.3,1.6-2.9,1.7-4.5c0.1-2.3-1-4.7-3-6.2L211,1.5c-1.5-1-3.1-1.5-4.8-1.5c-2.4,0-4.6,1-6.2,3L100.3,136L37,88.3c-1.5-1.1-3.1-1.6-4.7-1.7c-2.4-0.1-4.7,1-6.3,3L1.7,122.2c-1.1,1.5-1.6,3.1-1.7,4.7c0,2.3,1,4.5,3,6L105.3,210z"/></svg>') no-repeat center center;background-size:10px 10px}
.jbx-Select[multiple] [jbx-struct="item"] {padding-right:7px}
.jbx-Select[multiple] [jbx-struct="item"] .jbx-option-caption {padding-left:20px}
.jbx-Select[multiple] [jbx-struct="checkbox"] {top:4px;left:6px;width:12px;height:12px;background:#fff;position:absolute;border:1px solid #ccc;box-shadow:0px 1px 1px -1px #aaa}
.jbx-Select[multiple] [jbx-struct="checkbox"]:hover {border:1px solid #55e}
.jbx-Select[multiple] [jbx-struct="item"][selected] .jbx-option-caption:after {top:3px;left:8px;z-index:1;right:auto;background:url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 247 212" style="enable-background:new 0 0 247 212;" xml:space="preserve"><path d="M105.3,210c1.4,1,3,1.5,4.7,1.6c2.4,0,4.7-1,6-2.9L245.1,37c1.1-1.3,1.6-2.9,1.7-4.5c0.1-2.3-1-4.7-3-6.2L211,1.5c-1.5-1-3.1-1.5-4.8-1.5c-2.4,0-4.6,1-6.2,3L100.3,136L37,88.3c-1.5-1.1-3.1-1.6-4.7-1.7c-2.4-0.1-4.7,1-6.3,3L1.7,122.2c-1.1,1.5-1.6,3.1-1.7,4.7c0,2.3,1,4.5,3,6L105.3,210z"/></svg>') no-repeat center center;background-size:9px 9px !important}
.jbx-Select [jbx-struct="item"][disabled] {color:#bbb;background:#fff;cursor:default}
.jbx-Select[multiple] [jbx-struct="item"][disabled] [jbx-struct="checkbox"]:hover {border:1px solid #ccc}
.jbx-Select [jbx-struct="item"][selected][disabled] .jbx-option-caption:after {background:url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 247 212" style="enable-background:new 0 0 247 212;" xml:space="preserve"><path fill="lightgray" d="M105.3,210c1.4,1,3,1.5,4.7,1.6c2.4,0,4.7-1,6-2.9L245.1,37c1.1-1.3,1.6-2.9,1.7-4.5c0.1-2.3-1-4.7-3-6.2L211,1.5c-1.5-1-3.1-1.5-4.8-1.5c-2.4,0-4.6,1-6.2,3L100.3,136L37,88.3c-1.5-1.1-3.1-1.6-4.7-1.7c-2.4-0.1-4.7,1-6.3,3L1.7,122.2c-1.1,1.5-1.6,3.1-1.7,4.7c0,2.3,1,4.5,3,6L105.3,210z"/></svg>') no-repeat center center;background-size:10px 10px}
.jbx-Select > [jbx-struct="group"] {height:24px;min-width:100%;position:relative;overflow:hidden}
.jbx-Select > [jbx-struct="group"] > [jbx-struct="label"] {z-index:3;width:100%;height:24px;overflow:hidden;position:relative;box-sizing:border-box;border:1px solid #999;padding:0px 18px 0px 7px;background:#fff url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 130 212" style="enable-background:new 0 0 130 212;" xml:space="preserve"><path d="M127,59.5L69.6,2.1c-1.4-1.4-3.2-2.1-5-2.1c-1.8,0-3.7,0.6-5,2L2.3,59.3c-1.5,1.5-2.1,3.3-2.1,5.1c0,3.6,2.8,7,7.1,7h114.8c4.2,0,6.9-3.4,6.9-7C129,62.6,128.4,60.9,127,59.5z"/><path d="M69.5,209.6l57.3-57.3c1.5-1.5,2.1-3.3,2.1-5c0-3.6-2.8-6.9-7.1-6.9L6.9,140.2c-4.1,0-6.9,3.5-6.9,7c0,1.8,0.6,3.5,2,4.9l57.5,57.5c1.4,1.4,3.2,2,5,2C66.3,211.7,68.1,211,69.5,209.6z"/></svg>') no-repeat center right;background-size:16px 12px}
.jbx-Select > [jbx-struct="group"] > [jbx-struct="options"] {height:0px;background:#fff;box-sizing:border-box;box-shadow:0px 3px 8px -5px #bbb}
.jbx-Select > [jbx-struct="group"] > [jbx-struct="options"] > .jbx-items  {width:100%;height:100%;overflow:auto;overflow-x:hidden}
.jbx-Select[jbx-opened] > [jbx-struct="group"] > [jbx-struct="label"] {border-bottom:1px dotted #ddd}
.jbx-Select[jbx-opened][jbx-align-top] > [jbx-struct="group"] > [jbx-struct="label"] {border-bottom:1px solid #999;border-top:1px dotted #ddd}
.jbx-Select[jbx-opened] > [jbx-struct="group"] > [jbx-struct="options"] {height:auto;border:1px solid #999}
.jbx-Select [jbx-struct="group"][jbx-filtered] {display:none}
.jbx-Select [jbx-struct="options"] [jbx-struct="options"] {padding:0px;border-left:12px solid #eaeaea;border-top:1px dotted #dadada;border-bottom:1px dotted #dadada}
.jbx-Select [jbx-struct="options"] [jbx-struct="label"] {overflow:hidden;font-weight:bold;white-space:nowrap;text-overflow:ellipsis;padding:0px 7px 0px 17px;background:url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 130 212" style="enable-background:new 0 0 130 212;" xml:space="preserve"><path d="M84.8,106l-81,81c-1.2,1.2-1.8,2.8-1.8,4.4s0.6,3.2,1.8,4.4l14.5,14.5c1.2,1.2,2.8,1.8,4.4,1.8c1.6,0,3.2-0.6,4.4-1.8l99.8-99.8c1.2-1.2,1.8-2.8,1.8-4.4c0-1.6-0.6-3.2-1.8-4.4L27,1.8C25.8,0.6,24.2,0,22.7,0c-1.6,0-3.2,0.6-4.4,1.8L3.8,16.3C2.6,17.5,2,19.1,2,20.7c0,1.6,0.6,3.2,1.8,4.4L84.8,106z"/></svg>') no-repeat 2px center;background-size:10px 8px}
.jbx-Select [jbx-collapsed] > [jbx-struct="label"] {border-bottom:0px;background:url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 130 130" style="enable-background:new 0 0 130 130;" xml:space="preserve"><path d="M0.2,71.7c0,1.6,1.3,2.9,2.9,2.9h52.4v52.3c0,1.6,1.3,2.9,2.9,2.9H72c1.5,0,2.9-1.3,2.9-2.9V74.6h52.2c1.6,0,2.9-1.3,2.9-2.9V57.9c0-1.6-1.3-2.9-2.9-2.9H74.9V2.9C74.9,1.3,73.5,0,72,0H58.3c-1.6,0-2.9,1.3-2.9,2.9v52.2H3.1c-1.6,0-2.9,1.3-2.9,2.9V71.7z"/></svg>') no-repeat 4px center;background-size:10px 7px}
.jbx-Select [jbx-collapsed] > [jbx-struct="options"] {display:none}
.jbx-Select [jbx-struct="options"] [jbx-struct="group"][disabled] > [jbx-struct="label"] {color:#bbb;background:url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 130 212" style="enable-background:new 0 0 130 212;" xml:space="preserve"><path fill="lightgray" d="M84.8,106l-81,81c-1.2,1.2-1.8,2.8-1.8,4.4s0.6,3.2,1.8,4.4l14.5,14.5c1.2,1.2,2.8,1.8,4.4,1.8c1.6,0,3.2-0.6,4.4-1.8l99.8-99.8c1.2-1.2,1.8-2.8,1.8-4.4c0-1.6-0.6-3.2-1.8-4.4L27,1.8C25.8,0.6,24.2,0,22.7,0c-1.6,0-3.2,0.6-4.4,1.8L3.8,16.3C2.6,17.5,2,19.1,2,20.7c0,1.6,0.6,3.2,1.8,4.4L84.8,106z"/></svg>') no-repeat 2px center;background-size:10px 8px}
.jbx-Select[multiple] [jbx-struct="group"][disabled] [jbx-struct="checkbox"]:hover {border:1px solid #ccc}
.jbx-Select [jbx-struct="options"] [jbx-struct="group"] > [jbx-struct="label"]:hover {background-color:#f5f5f5}
.jbx-Select [jbx-struct="options"] [jbx-struct="group"][jbx-collapsed][disabled] > [jbx-struct="label"] {background:url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 130 130" style="enable-background:new 0 0 130 130;" xml:space="preserve"><path fill="lightgray" d="M0.2,71.7c0,1.6,1.3,2.9,2.9,2.9h52.4v52.3c0,1.6,1.3,2.9,2.9,2.9H72c1.5,0,2.9-1.3,2.9-2.9V74.6h52.2c1.6,0,2.9-1.3,2.9-2.9V57.9c0-1.6-1.3-2.9-2.9-2.9H74.9V2.9C74.9,1.3,73.5,0,72,0H58.3c-1.6,0-2.9,1.3-2.9,2.9v52.2H3.1c-1.6,0-2.9,1.3-2.9,2.9V71.7z"/></svg>') no-repeat 4px center;background-size:10px 7px}
.jbx-Select [jbx-struct="options"] [jbx-struct="group"][disabled] > [jbx-struct="label"]:hover {background-color:#f5f5f5}
.jbx-Select [jbx-struct="options"] [jbx-struct="group"][disabled]  [jbx-struct="item"] {color:#bbb;background:#fff;cursor:default}
.jbx-Select [jbx-struct="options"] [jbx-struct="group"][disabled] [jbx-struct="item"][selected] .jbx-option-caption:after {background:url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 247 212" style="enable-background:new 0 0 247 212;" xml:space="preserve"><path fill="lightgray" d="M105.3,210c1.4,1,3,1.5,4.7,1.6c2.4,0,4.7-1,6-2.9L245.1,37c1.1-1.3,1.6-2.9,1.7-4.5c0.1-2.3-1-4.7-3-6.2L211,1.5c-1.5-1-3.1-1.5-4.8-1.5c-2.4,0-4.6,1-6.2,3L100.3,136L37,88.3c-1.5-1.1-3.1-1.6-4.7-1.7c-2.4-0.1-4.7,1-6.3,3L1.7,122.2c-1.1,1.5-1.6,3.1-1.7,4.7c0,2.3,1,4.5,3,6L105.3,210z"/></svg>') no-repeat center center;background-size:10px 10px}
.jbx-Select [jbx-struct="options"] [jbx-dropdown] {}
.jbx-Select [jbx-struct="options"] [jbx-dropdown] > [jbx-struct="label"] {border:0px;padding:0px 18px 0px 7px;font-weight:bold;background:url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 150 212" style="enable-background:new 0 0 150 212;" xml:space="preserve"><path d="M10.6,210.2l99.8-99.8c1.2-1.2,1.8-2.8,1.8-4.4c0-1.6-0.6-3.2-1.8-4.4L10.6,1.8C9.3,0.6,7.8,0,6.2,0C3.1,0,0,2.5,0,6.2v199.6c0,3.7,3,6.2,6.2,6.2C7.7,212,9.3,211.4,10.6,210.2z"/></svg>') no-repeat center right;background-size:12px 10px}
.jbx-Select [jbx-struct="options"] [jbx-dropdown] > [jbx-struct="options"] {top:0px;left:90%;display:none;background:#fff;position:fixed;border:1px solid #999;box-shadow:0px 3px 8px -5px #bbb}
.jbx-Select [jbx-struct="options"] [jbx-dropdown] > [jbx-struct="options"] .jbx-items {width:100%;height:100%;overflow:auto;overflow-x:hidden}
.jbx-Select [jbx-struct="options"] [jbx-dropdown][disabled] > [jbx-struct="label"] {color:#bbb;background:#fff url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 150 212" style="enable-background:new 0 0 150 212;" xml:space="preserve"><path fill="lightgray" d="M10.6,210.2l99.8-99.8c1.2-1.2,1.8-2.8,1.8-4.4c0-1.6-0.6-3.2-1.8-4.4L10.6,1.8C9.3,0.6,7.8,0,6.2,0C3.1,0,0,2.5,0,6.2v199.6c0,3.7,3,6.2,6.2,6.2C7.7,212,9.3,211.4,10.6,210.2z"/></svg>') no-repeat center right;background-size:12px 10px}
.jbx-Select [jbx-struct="options"] [jbx-dropdown][disabled] > [jbx-struct="label"]:hover {background-color:#f5f5f5}
.jbx-Select [jbx-struct="options"] [jbx-dropdown][jbx-opened] > [jbx-struct="label"] {background-color:#f5f5f5}
.jbx-Select[jbx-empty] > [jbx-struct="group"] > [jbx-struct="label"]:before {content:attr(placeholder);color:#999;font-style:italic;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.jbx-Select[jbx-filtered] > [jbx-struct="group"] > [jbx-struct="label"]:before {content:none}
.jbx-Select[disabled] > [jbx-struct="group"] > [jbx-struct="label"] {color:#bbb;cursor:default;border:1px solid #ccc;background:#fff url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 130 212" style="enable-background:new 0 0 130 212;" xml:space="preserve"><path fill="lightgray" d="M127,59.5L69.6,2.1c-1.4-1.4-3.2-2.1-5-2.1c-1.8,0-3.7,0.6-5,2L2.3,59.3c-1.5,1.5-2.1,3.3-2.1,5.1c0,3.6,2.8,7,7.1,7h114.8c4.2,0,6.9-3.4,6.9-7C129,62.6,128.4,60.9,127,59.5z"/><path fill="lightgray" d="M69.5,209.6l57.3-57.3c1.5-1.5,2.1-3.3,2.1-5c0-3.6-2.8-6.9-7.1-6.9L6.9,140.2c-4.1,0-6.9,3.5-6.9,7c0,1.8,0.6,3.5,2,4.9l57.5,57.5c1.4,1.4,3.2,2,5,2C66.3,211.7,68.1,211,69.5,209.6z"/></svg>') no-repeat center right;background-size:16px 12px}
/*no default styles for toolbars, you should implement your own group toolbarstyles. They will only be positioned over the group list so they do notinterfere with the items list scroll and the group options bounds.*/.jbx-Select .jbx-toolbar {position:absolute;top:0px;left:0px;width:100%;z-index:9 }

.jbx-Text {display:flex;flex-direction:column}
.jbx-Text textarea {display:none}
.jbx-Text .jbx-editor {flex-grow:1;flex-shrink:1;overflow:auto;border:1px solid #ddd;border-top:0;box-sizing:border-box}
.jbx-Text .jbx-editable {background:#f0f0f0;margin:5px;box-sizing:border-box}
.jbx-Text .jbx-menu {flex-grow:0;flex-shrink:0}
.jbx-Text [jbx-item-name="font-size"] {width:65px}
.jbx-Text [jbx-item-name="font-family"] {width:179px}
.jbx-Text [jbx-item-name="font-family"] .jbx-items {font-size:15px}
.jbx-Text [jbx-item-name="font-family"][jbx-opened] .jbx-items {overflow:visible}
.jbx-Text [jbx-item-name="font-family"] .jbx-snippet {top:50%;right:0px;z-index:9;position:absolute;white-space:nowrap;transform:translate(100%, -50%);background:#fff;border:1px solid #ddd;box-shadow:0px 0px 7px -2px #999;padding:10px;border-radius:10px;font-size:24px;color:#000;display:none}
.jbx-Text [jbx-item-name="font-family"] [jbx-over] .jbx-snippet {display:block}
.jbx-Text [jbx-item-name="font-family"] .jbx-snippet > div {padding:5px;position:relative;border-radius:5px}
.jbx-Text [jbx-item-name="font-family"] .jbx-snippet > div:hover {background:#f0f0f0}
.jbx-Text [jbx-item-name="font-family"] .jbx-snippet > div > * {pointer-events:none}
.jbx-Text [jbx-item-name="font-family"] .jbx-snippet span {display:block;font-size:10px;font-family:Arial, Verdana, sans-serif;font-weight:normal;padding-left:20px}
.jbx-Text [jbx-item-name="font-family"] .jbx-snippet:before {top:50%;left:-10px;content:'';position:absolute;border:10px solid transparent;border-right:10px solid #ddd;border-left:0px;transform:translateY(-50%)}
.jbx-Text [jbx-item-name="font-family"] .jbx-snippet:after {top:50%;left:-8px;content:'';position:absolute;border:8px solid transparent;border-right:8px solid #fff;border-left:0px;transform:translateY(-50%)}
.jbx-Text [jbx-item-name="font-family"] .jbx-snippet input {top:5px;left:0;position:absolute}
.jbx-Text [jbx-item-name="captions"] > .jbx-items > button {border:0;margin:0;width:100%;display:block;text-align:left;box-shadow:none;border-radius:0;white-space:nowrap;background:transparent;padding:4px 20px;font-size:12px}
.jbx-Text [jbx-item-name="captions"] > .jbx-items > button:hover {color:#fff;background:#2c64ca}
.jbx-Text [jbx-item-name="line-heights"] > .jbx-items > button {border:0;margin:0;width:100%;display:block;text-align:left;box-shadow:none;border-radius:0;white-space:nowrap;background:transparent;padding:4px 20px;font-size:12px}
.jbx-Text [jbx-item-name="borders"] > .jbx-items > button {border:0;margin:0;width:100%;display:block;text-align:left;box-shadow:none;border-radius:0;white-space:nowrap;background-color:transparent;padding:4px 20px 4px 30px;font-size:12px;background-position:2px center}
.jbx-Text [jbx-item-name="borders"] > .jbx-items > button:hover {color:#fff;background-color:#2c64ca}
.jbx-Text [jbx-item-name="borders"] > .jbx-items > [jbx-item-value="none"] {margin-top:5px;position:relative}
.jbx-Text [jbx-item-name="borders"] > .jbx-items > [jbx-item-value="none"]:before {content:'';width:100%;position:absolute;background:#ddd;height:1px;top:-3px;left:0px;pointer-events:none}
.jbx-Text [jbx-item-name="line-heights"] > .jbx-items > button:hover {color:#fff;background:#2c64ca}
.jbx-Text [jbx-item-name="unordered-list"].jbx-opened > .jbx-items {display:flex;padding:10px;padding-right:5px}
.jbx-Text [jbx-item-name="unordered-list"] > .jbx-items > button {width:50px;height:50px;margin-right:5px;border:1px solid #999;background:#fff;border-radius:0px;position:relative}
.jbx-Text [jbx-item-name="unordered-list"] > .jbx-items > button:before {top:50%;left:50%;content:' ';width:10px;height:10px;position:absolute;transform:translate(-50%, -50%);box-sizing:border-box}
.jbx-Text [jbx-item-name="ordered-list"].jbx-opened > .jbx-items {display:grid;padding:10px;grid-row-gap:5px;grid-column-gap:5px;grid-template-columns:50px 50px}
.jbx-Text [jbx-item-name="ordered-list"] > .jbx-items > button {width:50px;height:50px;border:1px solid #999;background:#fff;border-radius:0px;position:relative;font-size:16px}
.jbx-Text [jbx-item-name="ordered-list"] > .jbx-items > button:before {top:50%;left:50%;content:' ';position:absolute;transform:translate(-50%, -50%);box-sizing:border-box}
.jbx-Text [jbx-item-name="underlines"] > .jbx-items button {border:0;margin:0;width:100%;display:block;text-align:left;box-shadow:none;border-radius:0;white-space:nowrap;background:transparent;padding:4px 20px;font-size:12px}
.jbx-Text [jbx-item-name="underlines"] > .jbx-items button:hover {color:#fff;background:#2c64ca}
.jbx-Text [jbx-item-name="underlines"] > .jbx-items > [jbx-item-value="single"] {text-decoration:underline}
.jbx-Text [jbx-item-name="underlines"] > .jbx-items > [jbx-item-value="double"] {text-decoration-line:underline;text-decoration-style:double}
.jbx-Text [jbx-item-name="underlines"] > .jbx-items > [jbx-item-value="dotted"] {text-decoration-line:underline;text-decoration-style:dotted}
.jbx-Text [jbx-item-name="underlines"] > .jbx-items > [jbx-item-value="dashed"] {text-decoration-line:underline;text-decoration-style:dashed}
.jbx-Text [jbx-item-name="underlines"] > .jbx-items > [jbx-item-value="wavy"] {text-decoration-line:underline;text-decoration-style:wavy}
.jbx-Text [jbx-item-name="highlight-color"] [jbx-color="none"] {height:20px;margin-bottom:5px;grid-column:1 / span 5}
.jbx-Text [jbx-item-name="highlight-color"] [jbx-color="ffffff"] {display:none}
.jbx-Text [jbx-item-name="background-color"] [jbx-color="none"] {height:20px;margin-bottom:5px;grid-column:1 / span 5}
.jbx-Text [jbx-item-name="background-color"] [jbx-color="ffffff"] {display:none}
.jbx-Text .jbx-labeled[jbx-item-type="button"][jbx-item-name="background"] {border:0px;font-size:12px;box-shadow:none;background:transparent;padding:5px 10px 5px 30px;width:100%;border-radius:0px;text-align:left;background-image:url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 29 23" style="enable-background:new 0 0 29 23;" xml:space="preserve"><path style="fill:%23F89747" d="M14.5,11.5v-8c0,0,0,0,0,0C11,3.5,8.1,5.7,7,8.8L14.5,11.5z"/><path style="fill:%23FFD960" d="M14.5,11.5L22,8.9c0,0,0,0,0,0c-1.2-3.3-4.2-5.3-7.5-5.3L14.5,11.5z"/><path style="fill:%236CBA5F" d="M14.5,11.5l5,6.2c0,0,0,0,0,0c2.7-2.2,3.6-5.7,2.5-8.9L14.5,11.5z"/><path style="fill:%23E15857" d="M14.5,11.5l-5,6.2c0,0,0,0,0,0C6.8,15.5,5.9,11.9,7,8.8L14.5,11.5z"/><polygon style="fill:%23518BC9" points="14.5,11.5 14.5,11.5 14.5,11.5 14.5,11.5 14.5,11.5 14.5,11.5 "/><path style="fill:%23518BC9" d="M14.5,11.5l-5,6.2c1.4,1.1,3.1,1.7,5,1.7c1.9,0,3.6-0.7,5-1.7L14.5,11.5z"/></svg>');background-repeat:no-repeat;background-size:30px 24px;background-position:left center}
.jbx-Text .jbx-labeled[jbx-item-type="button"][jbx-item-name="background"]:hover {color:#fff;background-color:#2c64ca}
.jbx-Text [jbx-item-name="font-color"] [jbx-color="none"], .jbx-Text [jbx-item-name="font-color"] [jbx-color="808080"] {display:none}
.jbx-Text .jbx-labeled[jbx-item-type="button"][jbx-item-name="color"] {border:0px;font-size:12px;box-shadow:none;background:transparent;padding:5px 10px 5px 30px;width:100%;border-radius:0px;text-align:left;background-image:url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 29 23" style="enable-background:new 0 0 29 23;" xml:space="preserve"><path style="fill:%23F89747" d="M14.5,11.5v-8c0,0,0,0,0,0C11,3.5,8.1,5.7,7,8.8L14.5,11.5z"/><path style="fill:%23FFD960" d="M14.5,11.5L22,8.9c0,0,0,0,0,0c-1.2-3.3-4.2-5.3-7.5-5.3L14.5,11.5z"/><path style="fill:%236CBA5F" d="M14.5,11.5l5,6.2c0,0,0,0,0,0c2.7-2.2,3.6-5.7,2.5-8.9L14.5,11.5z"/><path style="fill:%23E15857" d="M14.5,11.5l-5,6.2c0,0,0,0,0,0C6.8,15.5,5.9,11.9,7,8.8L14.5,11.5z"/><polygon style="fill:%23518BC9" points="14.5,11.5 14.5,11.5 14.5,11.5 14.5,11.5 14.5,11.5 14.5,11.5 "/><path style="fill:%23518BC9" d="M14.5,11.5l-5,6.2c1.4,1.1,3.1,1.7,5,1.7c1.9,0,3.6-0.7,5-1.7L14.5,11.5z"/></svg>');background-repeat:no-repeat;background-size:30px 24px;background-position:left center}
.jbx-Text .jbx-labeled[jbx-item-type="button"][jbx-item-name="color"]:hover {color:#fff;background-color:#2c64ca}
.jbx-Text [jbx-col-name="paragraph"] > button:before {top:0;left:0;content:'';width:35px;height:100%;position:absolute;background-image:url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 29 23" style="enable-background:new 0 0 29 23;" xml:space="preserve"><rect x="8" y="6.5" style="fill:%233D3F3D" width="12.9" height="1"/><rect x="10" y="9.5" style="fill:%233D3F3D" width="8.9" height="1"/><rect x="7" y="12.5" style="fill:%233D3F3D" width="15" height="1"/><rect x="9" y="15.5" style="fill:%233D3F3D" width="11" height="1"/></svg>');background-size:45px 45px;background-position:center center}
.jbx-Text [jbx-col-name="font-options"] > button:before {top:0;left:0;content:'';width:35px;height:100%;position:absolute;background-image:url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 29 23" style="enable-background:new 0 0 29 23;" xml:space="preserve"><circle style="fill:%234E4E52" cx="12.5" cy="17.8" r="1.4"/><path style="fill:%23AEADAF" d="M17.4,15.7L13.1,3.8h-2.6L5.2,18.4h2l1.4-4h6.3l0.9,2.4C16.1,16.2,16.7,15.8,17.4,15.7z M9.2,12.7l2.6-7.1 l2.5,7.1H9.2z"/><circle style="fill:%234E4E52" cx="17.5" cy="17.8" r="1.4"/><circle style="fill:%234E4E52" cx="22.4" cy="17.8" r="1.4"/></svg>');background-size:45px 45px;background-position:center center}
.jbx-Text [jbx-item-name="ordered-list"] > .jbx-items > [jbx-item-value="decimal"]:before {content:'1.'}
.jbx-Text [jbx-item-name="ordered-list"] > .jbx-items > [jbx-item-value="decimalzero"]:before {content:'01.'}
.jbx-Text [jbx-item-name="ordered-list"] > .jbx-items > [jbx-item-value="lowerlatin"]:before {content:'a.'}
.jbx-Text [jbx-item-name="ordered-list"] > .jbx-items > [jbx-item-value="upperlatin"]:before {content:'A.'}
.jbx-Text [jbx-item-name="ordered-list"] > .jbx-items > [jbx-item-value="lowerroman"]:before {content:'i.'}
.jbx-Text [jbx-item-name="ordered-list"] > .jbx-items > [jbx-item-value="upperroman"]:before {content:'I.'}
.jbx-Text [jbx-item-name="unordered-list"] > .jbx-items > [jbx-item-value="circle"]:before {background:#000;border-radius:5px}
.jbx-Text [jbx-item-name="unordered-list"] > .jbx-items > [jbx-item-value="disc"]:before {background:#fff;border-radius:5px;border:1px solid #000}
.jbx-Text [jbx-item-name="unordered-list"] > .jbx-items > [jbx-item-value="square"]:before {background:#000}
.jbx-Text .jbx-Toolbar button {background-repeat:no-repeat;background-position:center center}
.jbx-Text [jbx-item-name="captions"] > button {background-image:url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 29 23" style="enable-background:new 0 0 29 23;" xml:space="preserve"><path style="fill:%233D3F3D" d="M14.9,17.6h-1.3L12.7,15H8.8l-0.9,2.5H6.7l3.3-9h1.6L14.9,17.6z M12.3,14l-1.6-4.4L9.2,14H12.3z"/><path style="fill:%233D3F3D" d="M22.3,17.6h-1.1v-0.7c-0.1,0.1-0.2,0.2-0.4,0.3s-0.3,0.2-0.5,0.3c-0.2,0.1-0.4,0.2-0.6,0.2 c-0.2,0.1-0.5,0.1-0.8,0.1c-0.6,0-1.1-0.2-1.5-0.6c-0.4-0.4-0.6-0.9-0.6-1.5c0-0.5,0.1-0.9,0.3-1.2s0.5-0.5,0.9-0.7 c0.4-0.2,0.9-0.3,1.4-0.4c0.5-0.1,1.1-0.1,1.8-0.1v-0.2c0-0.2,0-0.4-0.1-0.6s-0.2-0.3-0.4-0.4c-0.2-0.1-0.3-0.1-0.6-0.2 c-0.2,0-0.4,0-0.7,0c-0.3,0-0.6,0-0.9,0.1c-0.3,0.1-0.7,0.2-1.1,0.3h-0.1v-1.1c0.2-0.1,0.5-0.1,0.9-0.2s0.8-0.1,1.2-0.1 c0.5,0,0.8,0,1.2,0.1c0.3,0.1,0.6,0.2,0.9,0.4c0.2,0.2,0.4,0.4,0.6,0.7c0.1,0.3,0.2,0.6,0.2,1V17.6z M21.2,16v-1.8 c-0.3,0-0.7,0-1.2,0.1c-0.4,0-0.8,0.1-1.1,0.2c-0.3,0.1-0.6,0.2-0.8,0.4C18.1,15,18,15.3,18,15.6c0,0.4,0.1,0.6,0.3,0.8 c0.2,0.2,0.6,0.3,1,0.3c0.4,0,0.7-0.1,1-0.2C20.7,16.4,21,16.2,21.2,16z"/><path style="fill:%233872B9" d="M18.3,7c-0.2-0.2-1.6-1.6-3.5-1.6c-2.4,0-3.5,2.8-3.5,2.8s1.4-1.2,3.1-1.2c1.5-0.1,2.2,1.2,2.4,1.5l-1.7,1.7 H20V5.3L18.3,7z"/></svg>');background-size:33px 28px}
.jbx-Text [jbx-item-name="style"][jbx-item-value="clear"] {background-image:url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 29 23" style="enable-background:new 0 0 29 23;" xml:space="preserve"><path style="fill:%233D3F3D" d="M14.7,13.5h-1.5l-1-2.9H7.7l-1,2.9H5.2L9,3h1.9L14.7,13.5z M11.8,9.4L9.9,4.2L8.1,9.4H11.8z"/><rect x="14.1" y="19.4" style="fill:%233D3F3D" width="9.3" height="0.6"/><path style="fill:%2383394C" d="M9.4,16l1.7-3.1l7.3-6.2c0.2-0.2,0.6-0.3,0.9-0.3h0.3c0.2,0,0.6,0.1,0.8,0.2l3.1,2.3c0.2,0.1,0.3,0.3,0.3,0.6 l-0.1,1.6c0,0.3-0.2,0.6-0.4,0.8l-8.4,7.9c-0.4,0.4-1,0.4-1.4,0.1L9.6,17C9.3,16.8,9.2,16.3,9.4,16z"/><path style="fill:%23CE899B" d="M11.5,13.1c0,0,7.3-6.4,7.4-6.4c0.6-0.4,1.2,0,1.2,0l3.3,2.5l-7.9,7L11.5,13.1z"/><path style="fill:%23DFB1BD" d="M9.9,16l1.6-2.9l4,3.1c0,0-1.5,3.3-1.6,3.3c-0.1,0-2.8-2.1-3.9-2.8C9.8,16.6,9.7,16.3,9.9,16z"/><path style="fill:%23A45267" d="M13.9,19.6l0.5,0l8.6-7.9c0.2-0.2,0.3-0.4,0.3-0.7l0.1-1.6l-7.9,7L13.9,19.6z"/></svg>');background-size:29px 23px}
.jbx-Text [jbx-item-name="style"][jbx-item-value="bold"] {background-image:url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 29 23" style="enable-background:new 0 0 29 23;" xml:space="preserve"><path style="fill:%233D3F3D" d="M10.5,16.6V6.4h3.2c0.7,0,1.2,0,1.6,0.1c0.4,0.1,0.8,0.2,1.1,0.4c0.4,0.2,0.8,0.5,1,0.9 c0.2,0.4,0.3,0.8,0.3,1.2c0,0.5-0.1,1-0.4,1.4c-0.1,0.1-0.1,0.2-0.2,0.3c0.3,0.2,0.6,0.4,0.8,0.6c0.4,0.5,0.7,1.2,0.7,1.9 c0,0.5-0.1,1-0.3,1.4c-0.2,0.4-0.5,0.8-0.8,1c-0.4,0.3-0.8,0.5-1.3,0.7c-0.5,0.1-1,0.2-1.7,0.2H10.5z M13.9,14.4 c0.5,0,0.9,0,1.2-0.1c0.3,0,0.5-0.1,0.6-0.2c0.1-0.1,0.3-0.2,0.3-0.3c0.1-0.1,0.1-0.3,0.1-0.5c0-0.3-0.1-0.5-0.1-0.6 c-0.1-0.1-0.2-0.2-0.4-0.3c-0.1-0.1-0.3-0.1-0.5-0.1c-0.3,0-0.6,0-1,0h-1.3v2.3H13.9z M13.8,10.1c0.3,0,0.6,0,0.8,0 c0.2,0,0.3-0.1,0.4-0.2c0.1-0.1,0.2-0.1,0.2-0.2c0.1-0.1,0.1-0.3,0.1-0.5c0-0.1,0-0.2-0.1-0.3c0,0,0-0.1-0.1-0.1 c-0.1-0.1-0.3-0.1-0.5-0.1c-0.3,0-0.6,0-1,0h-0.9v1.5H13.8z"/></svg>');background-size:34px 28px}
.jbx-Text [jbx-item-name="style"][jbx-item-value="italic"] {background-image:url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 29 23" style="enable-background:new 0 0 29 23;" xml:space="preserve"><path style="fill:%233D3F3D" d="M15.4,16.7h-4.1l0.2-1h1.4l2-8.3h-1.4l0.2-1h4.1l-0.2,1h-1.4l-2,8.3h1.4L15.4,16.7z"/></svg>');background-size:34px 28px}
.jbx-Text [jbx-item-name="underline"][jbx-item-value="single"] {background-image:url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 29 23" style="enable-background:new 0 0 29 23;" xml:space="preserve"><path style="fill:%233D3F3D" d="M17.7,10.7c0,0.6-0.1,1.1-0.2,1.6c-0.1,0.4-0.3,0.8-0.7,1.1c-0.3,0.3-0.6,0.5-1,0.6c-0.4,0.1-0.8,0.2-1.3,0.2 c-0.5,0-1-0.1-1.4-0.2c-0.4-0.1-0.7-0.3-1-0.6c-0.3-0.3-0.5-0.7-0.7-1.1c-0.1-0.4-0.2-1-0.2-1.6v-5h1.1v5c0,0.5,0,0.8,0.1,1.1 c0.1,0.3,0.2,0.5,0.3,0.7c0.2,0.2,0.4,0.4,0.7,0.5c0.3,0.1,0.6,0.2,1,0.2c0.4,0,0.7-0.1,1-0.2c0.3-0.1,0.5-0.3,0.7-0.5 c0.1-0.2,0.2-0.5,0.3-0.7c0.1-0.3,0.1-0.6,0.1-1V5.7h1.1V10.7z"/><rect x="9.5" y="16.4" class="st0" width="10" height="0.8"/></svg>');background-size:34px 28px}
.jbx-Text [jbx-item-name="underline"][jbx-item-value="double"] {background-image:url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 29 23" style="enable background:new 0 0 29 23;" xml:space="preserve"><path style="fill:%233D3F3D" d="M17.7,10.3c0,0.6-0.1,1.1-0.2,1.6c-0.1,0.4-0.3,0.8-0.7,1.1c-0.3,0.3-0.6,0.5-1,0.6c-0.4,0.1-0.8,0.2-1.3,0.2 c-0.5,0-1-0.1-1.4-0.2c-0.4-0.1-0.7-0.3-1-0.6c-0.3-0.3-0.5-0.7-0.7-1.1c-0.1-0.4-0.2-1-0.2-1.6v-5h1.1v5c0,0.5,0,0.8,0.1,1.1 c0.1,0.3,0.2,0.5,0.3,0.7c0.2,0.2,0.4,0.4,0.7,0.5c0.3,0.1,0.6,0.2,1,0.2c0.4,0,0.7-0.1,1-0.2c0.3-0.1,0.5-0.3,0.7-0.5 c0.1-0.2,0.2-0.5,0.3-0.7c0.1-0.3,0.1-0.6,0.1-1V5.3h1.1V10.3z"/><rect x="9.5" y="15.2" style="fill:%233D3F3D" width="10" height="0.8"/><rect x="9.5" y="16.8" style="fill:%233D3F3D" width="10" height="0.8"/></svg>');background-size:34px 28px}
.jbx-Text [jbx-item-name="underline"][jbx-item-value="dotted"] {background-image:url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 29 23" style="enable-background:new 0 0 29 23;" xml:space="preserve"><path style="fill:%233D3F3D" d="M17.7,10.7c0,0.6-0.1,1.1-0.2,1.6c-0.1,0.4-0.3,0.8-0.7,1.1c-0.3,0.3-0.6,0.5-1,0.6c-0.4,0.1-0.8,0.2-1.3,0.2 c-0.5,0-1-0.1-1.4-0.2c-0.4-0.1-0.7-0.3-1-0.6c-0.3-0.3-0.5-0.7-0.7-1.1c-0.1-0.4-0.2-1-0.2-1.6v-5h1.1v5c0,0.5,0,0.8,0.1,1.1 c0.1,0.3,0.2,0.5,0.3,0.7c0.2,0.2,0.4,0.4,0.7,0.5c0.3,0.1,0.6,0.2,1,0.2c0.4,0,0.7-0.1,1-0.2c0.3-0.1,0.5-0.3,0.7-0.5 c0.1-0.2,0.2-0.5,0.3-0.7c0.1-0.3,0.1-0.6,0.1-1V5.7h1.1V10.7z"/><rect x="9.9" y="16.4" style="fill:%233D3F3D" width="0.8" height="0.8"/><rect x="11.6" y="16.4" style="fill:%233D3F3D" width="0.8" height="0.8"/><rect x="13.2" y="16.4" style="fill:%233D3F3D" width="0.8" height="0.8"/><rect x="14.9" y="16.4" style="fill:%233D3F3D" width="0.8" height="0.8"/><rect x="16.6" y="16.4" style="fill:%233D3F3D" width="0.8" height="0.8"/><rect x="18.3" y="16.4" style="fill:%233D3F3D" width="0.8" height="0.8"/></svg>');background-size:34px 28px}
.jbx-Text [jbx-item-name="underline"][jbx-item-value="dashed"] {background-image:url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 29 23" style="enable-background:new 0 0 29 23;" xml:space="preserve"><path style="fill:%233D3F3D" d="M17.8,10.7c0,0.6-0.1,1.1-0.2,1.6c-0.1,0.4-0.3,0.8-0.7,1.1c-0.3,0.3-0.6,0.5-1,0.6c-0.4,0.1-0.8,0.2-1.3,0.2 c-0.5,0-1-0.1-1.4-0.2c-0.4-0.1-0.7-0.3-1-0.6c-0.3-0.3-0.5-0.7-0.7-1.1c-0.1-0.4-0.2-1-0.2-1.6v-5h1.1v5c0,0.5,0,0.8,0.1,1.1 c0.1,0.3,0.2,0.5,0.3,0.7c0.2,0.2,0.4,0.4,0.7,0.5c0.3,0.1,0.6,0.2,1,0.2c0.4,0,0.7-0.1,1-0.2c0.3-0.1,0.5-0.3,0.7-0.5 c0.1-0.2,0.2-0.5,0.3-0.7c0.1-0.3,0.1-0.6,0.1-1V5.7h1.1V10.7z"/><rect x="10.3" y="16.4" style="fill:%233D3F3D" width="1.7" height="0.8"/><rect x="13.7" y="16.4" style="fill:%233D3F3D" width="1.7" height="0.8"/><rect x="17" y="16.4" style="fill:%233D3F3D" width="1.7" height="0.8"/></svg>');background-size:34px 28px}
.jbx-Text [jbx-item-name="underline"][jbx-item-value="wavy"] {background-image:url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 29 23" style="enable-background:new 0 0 29 23;" xml:space="preserve"><path style="fill:%233D3F3D" d="M17.7,10.5c0,0.6-0.1,1.1-0.2,1.6c-0.1,0.4-0.3,0.8-0.7,1.1c-0.3,0.3-0.6,0.5-1,0.6c-0.4,0.1-0.8,0.2-1.3,0.2 c-0.5,0-1-0.1-1.4-0.2c-0.4-0.1-0.7-0.3-1-0.6c-0.3-0.3-0.5-0.7-0.7-1.1c-0.1-0.4-0.2-1-0.2-1.6v-5h1.1v5c0,0.5,0,0.8,0.1,1.1 c0.1,0.3,0.2,0.5,0.3,0.7c0.2,0.2,0.4,0.4,0.7,0.5c0.3,0.1,0.6,0.2,1,0.2c0.4,0,0.7-0.1,1-0.2c0.3-0.1,0.5-0.3,0.7-0.5 c0.1-0.2,0.2-0.5,0.3-0.7c0.1-0.3,0.1-0.6,0.1-1V5.5h1.1V10.5z"/><path style="fill:%233D3F3D" d="M12,17.5c-0.3,0-0.6-0.1-0.8-0.3l-0.3-0.3c-0.1-0.1-0.2-0.1-0.2,0l-0.8,0.6l-0.6-0.8l0.8-0.6 c0.4-0.4,1.1-0.4,1.6,0l0.3,0.3c0.1,0.1,0.2,0.1,0.2,0l0.3-0.3c0.4-0.4,1.2-0.4,1.7,0l0.3,0.3c0.1,0.1,0.2,0.1,0.2,0l0.3-0.3 c0.4-0.4,1.2-0.4,1.7,0l0.3,0.3c0.1,0.1,0.2,0.1,0.2,0l0.3-0.3c0.4-0.4,1.2-0.4,1.7,0l0.7,0.5l-0.6,0.8l-0.8-0.6 c-0.2-0.2-0.2-0.1-0.3,0l-0.3,0.3c-0.4,0.4-1.2,0.4-1.7,0l-0.3-0.3c-0.1-0.1-0.2-0.1-0.2,0l-0.3,0.3c-0.5,0.5-1.2,0.5-1.7,0 l-0.3-0.3c-0.1-0.1-0.2-0.1-0.2,0l-0.3,0.3C12.6,17.4,12.3,17.5,12,17.5z"/></svg>');background-size:34px 28px}
.jbx-Text [jbx-item-name="style"][jbx-item-value="strike"] {background-image:url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 29 23" style="enable-background:new 0 0 29 23;" xml:space="preserve"><path style="fill:%233D3F3D" d="M10.9,15.6h-1v-0.6c-0.1,0.1-0.2,0.1-0.4,0.3s-0.3,0.2-0.4,0.3c-0.2,0.1-0.4,0.2-0.6,0.2 c-0.2,0.1-0.5,0.1-0.8,0.1c-0.5,0-1-0.2-1.4-0.5c-0.4-0.4-0.6-0.8-0.6-1.4c0-0.5,0.1-0.8,0.3-1.1c0.2-0.3,0.5-0.5,0.8-0.7 c0.4-0.2,0.8-0.3,1.3-0.3c0.5-0.1,1.1-0.1,1.6-0.1v-0.2c0-0.2,0-0.4-0.1-0.6s-0.2-0.3-0.3-0.4c-0.1-0.1-0.3-0.1-0.5-0.2 c-0.2,0-0.4,0-0.6,0c-0.3,0-0.6,0-0.9,0.1s-0.7,0.2-1,0.3H6.4v-1c0.2-0.1,0.5-0.1,0.8-0.2S8,9.5,8.3,9.5c0.4,0,0.8,0,1.1,0.1 c0.3,0.1,0.6,0.2,0.8,0.4c0.2,0.2,0.4,0.4,0.5,0.6c0.1,0.3,0.2,0.6,0.2,1V15.6z M9.9,14.1v-1.7c-0.3,0-0.7,0-1.1,0.1 s-0.7,0.1-1,0.2c-0.3,0.1-0.5,0.2-0.7,0.4c-0.2,0.2-0.3,0.4-0.3,0.7c0,0.3,0.1,0.6,0.3,0.8c0.2,0.2,0.5,0.3,0.9,0.3 c0.4,0,0.7-0.1,1-0.2C9.4,14.5,9.7,14.3,9.9,14.1z"/><path style="fill:%233D3F3D" d="M18.1,12.5c0,0.5-0.1,0.9-0.2,1.3c-0.1,0.4-0.3,0.7-0.6,1c-0.3,0.3-0.5,0.5-0.8,0.6c-0.3,0.1-0.6,0.2-1,0.2 c-0.3,0-0.6,0-0.9-0.1c-0.3-0.1-0.5-0.2-0.7-0.3l-0.1,0.3h-0.9V7.3h1v3c0.3-0.2,0.6-0.4,0.9-0.6c0.3-0.1,0.7-0.2,1.1-0.2 c0.7,0,1.3,0.3,1.7,0.8C17.9,10.8,18.1,11.6,18.1,12.5z M17.1,12.6c0-0.7-0.1-1.3-0.4-1.6c-0.2-0.4-0.6-0.6-1.1-0.6 c-0.3,0-0.6,0.1-0.9,0.2c-0.3,0.1-0.6,0.3-0.8,0.5v3.4c0.3,0.1,0.5,0.2,0.7,0.3s0.4,0.1,0.7,0.1c0.6,0,1-0.2,1.3-0.5 C16.9,13.9,17.1,13.3,17.1,12.6z"/><path style="fill:%233D3F3D" d="M24.1,15.2c-0.3,0.2-0.7,0.3-1,0.4c-0.3,0.1-0.6,0.1-1,0.1c-0.4,0-0.8-0.1-1.2-0.2c-0.4-0.1-0.7-0.3-0.9-0.6 c-0.3-0.3-0.5-0.6-0.6-1c-0.1-0.4-0.2-0.8-0.2-1.4c0-1,0.3-1.7,0.8-2.3c0.5-0.6,1.2-0.8,2.1-0.8c0.3,0,0.7,0,1,0.1 c0.3,0.1,0.6,0.2,0.9,0.4v1.1H24c-0.3-0.2-0.6-0.4-0.9-0.5c-0.3-0.1-0.6-0.2-1-0.2c-0.6,0-1,0.2-1.3,0.6c-0.3,0.4-0.5,0.9-0.5,1.7 c0,0.7,0.2,1.3,0.5,1.7c0.3,0.4,0.8,0.6,1.4,0.6c0.2,0,0.4,0,0.6-0.1c0.2-0.1,0.4-0.1,0.6-0.2c0.1-0.1,0.3-0.2,0.4-0.2 c0.1-0.1,0.2-0.2,0.3-0.2h0.1V15.2z"/><rect x="4.9" y="11.8" style="fill:%233D3F3D" width="19.2" height="0.9"/></svg>');background-size:30px 24px}
.jbx-Text [jbx-item-name="style"][jbx-item-value="sub"] {background-image:url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 29 23" style="enable-background:new 0 0 29 23;" xml:space="preserve"><path style="fill:%233D3F3D" d="M16,14.5h-1.9l-2.5-3.4l-2.5,3.4H7.4l3.4-4.4L7.5,5.7h1.9L11.8,9l2.5-3.3H16L12.6,10L16,14.5z"/><path style="fill:%233872B9" d="M21.6,17.3h-3.7v-0.8c0.3-0.2,0.5-0.4,0.8-0.7c0.3-0.2,0.5-0.4,0.7-0.7c0.5-0.5,0.8-0.8,1-1.1 c0.2-0.3,0.3-0.6,0.3-0.9c0-0.3-0.1-0.5-0.3-0.7s-0.4-0.2-0.8-0.2c-0.2,0-0.5,0-0.7,0.1c-0.3,0.1-0.5,0.2-0.8,0.4h0v-0.8 c0.2-0.1,0.4-0.2,0.7-0.2s0.6-0.1,0.8-0.1c0.6,0,1,0.1,1.3,0.4c0.3,0.3,0.5,0.6,0.5,1.1c0,0.2,0,0.4-0.1,0.6 c-0.1,0.2-0.1,0.3-0.2,0.5c-0.1,0.2-0.2,0.3-0.3,0.4c-0.1,0.1-0.3,0.3-0.5,0.5c-0.3,0.3-0.5,0.5-0.8,0.7c-0.3,0.2-0.5,0.5-0.8,0.7 h2.9V17.3z"/></svg>');background-size:30px 24px}
.jbx-Text [jbx-item-name="style"][jbx-item-value="sup"] {background-image:url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 29 23" style="enable-background:new 0 0 29 23;" xml:space="preserve"><path style="fill:%233D3F3D" d="M16.1,17.3h-1.9l-2.5-3.4l-2.5,3.4H7.5l3.4-4.4L7.6,8.5h1.9l2.5,3.3l2.5-3.3h1.7l-3.4,4.3L16.1,17.3z"/><path style="fill:%233872B9" d="M21.5,11.2h-3.7v-0.8c0.3-0.2,0.5-0.4,0.8-0.7c0.3-0.2,0.5-0.4,0.7-0.7c0.5-0.5,0.8-0.8,1-1.1  c0.2-0.3,0.3-0.6,0.3-0.9c0-0.3-0.1-0.5-0.3-0.7s-0.4-0.2-0.8-0.2c-0.2,0-0.5,0-0.7,0.1c-0.3,0.1-0.5,0.2-0.8,0.4h0V6 c0.2-0.1,0.4-0.2,0.7-0.2s0.6-0.1,0.8-0.1c0.6,0,1,0.1,1.3,0.4c0.3,0.3,0.5,0.6,0.5,1.1c0,0.2,0,0.4-0.1,0.6 c-0.1,0.2-0.1,0.3-0.2,0.5c-0.1,0.2-0.2,0.3-0.3,0.4c-0.1,0.1-0.3,0.3-0.5,0.5c-0.3,0.3-0.5,0.5-0.8,0.7c-0.3,0.2-0.5,0.5-0.8,0.7 h2.9V11.2z"/></svg>');background-size:30px 24px}
.jbx-Text [jbx-item-name="font-styles"] > button {background-image:url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 29 23" style="enable-background:new 0 0 29 23;" xml:space="preserve"><path style="fill:%236199D1" d="M17.8,18.1c-0.6,0-1.1-0.4-1.3-0.9l-0.7-2h-2.5l-0.7,2c-0.2,0.6-0.7,0.9-1.3,0.9H9.8c-0.5,0-0.9-0.2-1.1-0.6 c-0.3-0.4-0.3-0.9-0.2-1.3l3.8-10.5c0.2-0.6,0.7-0.9,1.3-0.9h1.9c0.6,0,1.1,0.4,1.3,0.9l3.8,10.5c0.2,0.4,0.1,0.9-0.2,1.3 c-0.3,0.4-0.7,0.6-1.1,0.6H17.8z"/><path style="fill:%233872B9" d="M17.8,17.4c-0.3,0-0.6-0.2-0.7-0.5l-0.9-2.4h-3.5L11.8,17c-0.1,0.3-0.4,0.5-0.7,0.5H9.8 c-0.2,0-0.4-0.1-0.6-0.3c-0.1-0.2-0.2-0.4-0.1-0.6L12.9,6c0.1-0.3,0.4-0.5,0.7-0.5h1.9c0.3,0,0.6,0.2,0.7,0.5l3.8,10.5 c0.1,0.2,0,0.5-0.1,0.6c-0.1,0.2-0.3,0.3-0.6,0.3H17.8z M15.3,11.9l-0.8-2.4l-0.8,2.4H15.3z"/><path style="fill:%23FFFFFF" d="M19.2,16.7h-1.5l-1-2.9h-4.5l-1,2.9H9.8l3.8-10.5h1.9L19.2,16.7z M16.3,12.6l-1.8-5.1l-1.8,5.1H16.3z"/></svg>');background-size:32px 26px}
.jbx-Text [jbx-item-name="highlight-color"] > button {background-image:url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 29 23" style="enable-background:new 0 0 29 23;" xml:space="preserve"><path style="fill:%23CAAB54" d="M12.1,10.1l4.8-4.1c0.5-0.5,1.3-0.5,1.9,0l1.9,1.8c0.5,0.5,0.6,1.3,0.1,1.9l-4,5.1L12.1,10.1z"/><path style="fill:%23FED762" d="M12.4,10.5L17,6.7c0.5-0.4,1.2-0.4,1.7,0L20,8c0.5,0.5,0.5,1.2,0.1,1.7l-3.7,4.8"/><polygon style="fill:%23313231" points="10.7,14.3 11.3,10.9 15.8,15.6 12.4,16.3 	"/><polygon style="fill:%23545354" points="11.2,14.2 11.7,11.4 15.4,15.2 12.7,15.8 	"/><polygon style="fill:%23CAAB54" points="10.7,14.3 7.9,17.3 11.5,17.3 12.4,16.3 	"/><polygon style="fill:%23FED762" points="10.9,14.5 8.7,16.9 11.5,16.9 12.3,16 	"/></svg>');background-size:32px 26px;background-position:center -5px}
.jbx-Text [jbx-item-name="highlight-color"] > button:before {left:6px;bottom:2px;content:' ';height:5px;width:18px;border-radius:1px;position:absolute;background-color:var(--icon-background-color);box-shadow:inset 0px 0px 1px #777}
.jbx-Text [jbx-item-name="font-color"] > button {background-image:url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 29 23" style="enable-background:new 0 0 29 23;" xml:space="preserve"><path style="fill:%233D3F3D" d="M19.2,16.7h-1.5l-1-2.9h-4.5l-1,2.9H9.8l3.8-10.5h1.9L19.2,16.7z M16.3,12.6l-1.8-5.1l-1.8,5.1H16.3z"/></svg>');background-size:32px 26px;background-position:center -4px}
.jbx-Text [jbx-item-name="font-color"] > button:before {left:6px;bottom:2px;content:' ';height:5px;width:18px;border-radius:1px;position:absolute;background-color:var(--icon-background-color);box-shadow:inset 0px 0px 1px #777}
.jbx-Text [jbx-item-name="unordered-list"] > button {background-image:url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 29 23" style="enable-background:new 0 0 29 23;" xml:space="preserve"><circle style="fill:%233872B9" cx="8" cy="6.5" r="1.5"/><rect x="12.5" y="6.1" style="fill:%233D3F3D" width="9.9" height="1"/><circle style="fill:%233872B9" cx="8" cy="11.5" r="1.5"/><rect x="12.5" y="11.1" style="fill:%233D3F3D" width="9" height="1"/><circle style="fill:%233872B9" cx="8" cy="16.5" r="1.5"/><rect x="12.5" y="16.1" style="fill:%233D3F3D" width="9.9" height="1"/></svg>');background-size:32px 26px}
.jbx-Text [jbx-item-name="ordered-list"] > button {background-image:url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 29 23" style="enable-background:new 0 0 29 23;" xml:space="preserve"><rect x="12" y="5.7" style="fill:%233D3F3D" width="9.9" height="1"/><rect x="12" y="10.7" style="fill:%233D3F3D" width="9" height="1"/><rect x="12" y="15.7" style="fill:%233D3F3D" width="9.9" height="1"/><path style="fill:%233872B9" d="M9.5,8.4H7.3V8h0.8V5.3H7.3V5c0.1,0,0.2,0,0.4,0c0.1,0,0.2,0,0.3-0.1c0.1,0,0.1-0.1,0.2-0.2 c0-0.1,0.1-0.2,0.1-0.3h0.4V8h0.8V8.4z"/><path style="fill:%233872B9" d="M9.7,13.6H7v-0.6c0.2-0.2,0.4-0.3,0.6-0.5s0.4-0.3,0.5-0.5c0.3-0.3,0.6-0.6,0.7-0.8C9,11.1,9,10.9,9,10.7 c0-0.2-0.1-0.4-0.2-0.5S8.5,10,8.2,10c-0.2,0-0.3,0-0.5,0.1c-0.2,0.1-0.4,0.1-0.6,0.3h0V9.8c0.1-0.1,0.3-0.1,0.5-0.2 c0.2-0.1,0.4-0.1,0.6-0.1c0.4,0,0.7,0.1,1,0.3s0.4,0.5,0.4,0.8c0,0.2,0,0.3-0.1,0.4c0,0.1-0.1,0.3-0.2,0.4 c-0.1,0.1-0.2,0.2-0.2,0.3C9,11.9,8.9,12,8.8,12.1c-0.2,0.2-0.4,0.4-0.6,0.5C8,12.9,7.8,13,7.6,13.2h2.2V13.6z"/><path style="fill:%233872B9" d="M9.4,16.6c0.1,0.1,0.2,0.2,0.2,0.3s0.1,0.3,0.1,0.5c0,0.2,0,0.4-0.1,0.5c-0.1,0.2-0.2,0.3-0.3,0.4 c-0.1,0.1-0.3,0.2-0.5,0.3c-0.2,0.1-0.4,0.1-0.6,0.1c-0.2,0-0.4,0-0.7-0.1c-0.2-0.1-0.4-0.1-0.5-0.2v-0.6h0 c0.2,0.1,0.3,0.2,0.5,0.3c0.2,0.1,0.4,0.1,0.6,0.1c0.1,0,0.2,0,0.4-0.1c0.1,0,0.2-0.1,0.3-0.2C9,17.8,9,17.7,9.1,17.6 c0-0.1,0.1-0.2,0.1-0.4c0-0.1,0-0.3-0.1-0.4S9,16.7,8.9,16.7c-0.1-0.1-0.2-0.1-0.3-0.1s-0.2,0-0.4,0H8v-0.4h0.2 c0.3,0,0.5-0.1,0.7-0.2c0.2-0.1,0.2-0.3,0.2-0.5c0-0.1,0-0.2-0.1-0.3c0-0.1-0.1-0.1-0.2-0.2c-0.1,0-0.2-0.1-0.2-0.1s-0.2,0-0.3,0 c-0.2,0-0.4,0-0.5,0.1c-0.2,0.1-0.4,0.1-0.5,0.3h0v-0.6c0.1-0.1,0.3-0.1,0.5-0.2c0.2-0.1,0.4-0.1,0.6-0.1c0.2,0,0.4,0,0.5,0.1 c0.1,0,0.3,0.1,0.4,0.2c0.1,0.1,0.2,0.2,0.3,0.3s0.1,0.3,0.1,0.4c0,0.2-0.1,0.4-0.2,0.6c-0.2,0.2-0.3,0.3-0.6,0.3v0 c0.1,0,0.2,0,0.3,0.1S9.3,16.5,9.4,16.6z"/></svg>');background-size:32px 26px}
.jbx-Text [jbx-item-name="indent"] {background-image:url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 29 23" style="enable-background:new 0 0 29 23;" xml:space="preserve"><rect x="12.8" y="6.5" style="fill:%233D3F3D" width="10" height="1"/><rect x="15.9" y="9.5" style="fill:%233D3F3D" width="7" height="1"/><rect x="15.9" y="12.5" style="fill:%233D3F3D" width="7" height="1"/><rect x="12.8" y="15.5" style="fill:%233D3F3D" width="10" height="1"/><polygon style="fill:%233872B9" points="9,15.5 13.5,11.5 9,7.5 9,9.8 6.2,9.8 6.2,13.1 9,13.1"/></svg>');background-size:32px 26px}
.jbx-Text [jbx-item-name="outdent"] {background-image:url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 29 23" style="enable-background:new 0 0 29 23;" xml:space="preserve"><rect x="12.8" y="6.5" style="fill:%233D3F3D" width="10" height="1"/><rect x="15.9" y="9.5" style="fill:%233D3F3D" width="7" height="1"/><rect x="15.9" y="12.5" style="fill:%233D3F3D" width="7" height="1"/><rect x="12.8" y="15.5" style="fill:%233D3F3D" width="10" height="1"/><polygon style="fill:%233872B9" points="10.6,7.5 6.2,11.5 10.6,15.5 10.6,13.1 13.5,13.1 13.5,9.8 10.6,9.8"/></svg>');background-size:32px 26px}
.jbx-Text [jbx-item-name="line-heights"] > button {background-image:url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 29 23" style="enable-background:new 0 0 29 23;" xml:space="preserve"><rect x="14.6" y="6.4" style="fill:%233D3F3D" width="8.9" height="1"/><rect x="14.6" y="9.5" style="fill:%233D3F3D" width="8.9" height="1"/><rect x="14.6" y="12.4" style="fill:%233D3F3D" width="8.9" height="1"/><rect x="14.6" y="15.4" style="fill:%233D3F3D" width="8.9" height="1"/><polygon style="fill:%233872B9" points="12.7,8.2 9.1,4.6 5.5,8.2 7.6,8.2 7.6,10.3 10.5,10.3 10.5,8.2"/><polygon style="fill:%233872B9" points="5.5,14.8 9.1,18.4 12.7,14.8 10.5,14.8 10.5,12.7 7.6,12.7 7.6,14.8"/></svg>');background-size:32px 26px}
.jbx-Text [jbx-item-name="align"][jbx-item-value="left"] {background-image:url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 29 23" style="enable-background:new 0 0 29 23;" xml:space="preserve"><rect x="7" y="6.5" style="fill:%233D3F3D" width="12.9" height="1"/><rect x="7" y="9.5" style="fill:%233D3F3D" width="8.9" height="1"/><rect x="7" y="12.5" style="fill:%233D3F3D" width="15" height="1"/><rect x="7" y="15.5" style="fill:%233D3F3D" width="11" height="1"/></svg>');background-size:34px 28px}
.jbx-Text [jbx-item-name="align"][jbx-item-value="center"] {background-image:url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 29 23" style="enable-background:new 0 0 29 23;" xml:space="preserve"><rect x="8" y="6.5" style="fill:%233D3F3D" width="12.9" height="1"/><rect x="10" y="9.5" style="fill:%233D3F3D" width="8.9" height="1"/><rect x="7" y="12.5" style="fill:%233D3F3D" width="15" height="1"/><rect x="9" y="15.5" style="fill:%233D3F3D" width="11" height="1"/></svg>');background-size:34px 28px}
.jbx-Text [jbx-item-name="align"][jbx-item-value="right"] {background-image:url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 29 23" style="enable-background:new 0 0 29 23;" xml:space="preserve"><rect x="9" y="6.5" style="fill:%233D3F3D" width="12.9" height="1"/><rect x="13" y="9.5" style="fill:%233D3F3D" width="8.9" height="1"/><rect x="7" y="12.5" style="fill:%233D3F3D" width="15" height="1"/><rect x="11" y="15.5" style="fill:%233D3F3D" width="11" height="1"/></svg>');background-size:34px 28px}
.jbx-Text [jbx-item-name="align"][jbx-item-value="justify"] {background-image:url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 29 23" style="enable-background:new 0 0 29 23;" xml:space="preserve"><rect x="7.5" y="6.5" style="fill:%233D3F3D" width="14.1" height="1"/><rect x="7.5" y="9.5" style="fill:%233D3F3D" width="14.1" height="1"/><rect x="7.5" y="12.5" style="fill:%233D3F3D" width="14.1" height="1"/><rect x="7.5" y="15.5" style="fill:%233D3F3D" width="14.1" height="1"/></svg>');background-size:34px 28px}
.jbx-Text [jbx-item-name="background-color"] > button {background-image:url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 29 23" style="enable-background:new 0 0 29 23;" xml:space="preserve"><path style="fill:%23979797" d="M12.7,17.5l-3.6-3.6c-0.5-0.5-0.5-1.4,0-1.9l5.1-5.1l5.5,5.5l-5.1,5.1C14.1,18,13.2,18,12.7,17.5z"/><path style="fill:%23FFFFFF" d="M18.8,12.4l-4.3,4.3c-0.4,0.4-1.2,0.4-1.6,0l-3-3c-0.4-0.4-0.4-1.2,0-1.6l4.3-4.3"/><path style="fill:%233D3F3D" d="M14.2,6.9c0,0,0.2,0.2,0.4,0.4V6.5C14.6,6.3,14.6,6,15,6c0.4,0,0.5,0.4,0.5,0.5V10c0,0.2,0.2,0.4,0.4,0.4 c0.2,0,0.4-0.2,0.4-0.4V6.4c0-0.5-0.4-1.3-1.4-1.3c-1,0-1.3,0.8-1.3,1.4v0.8L14.2,6.9z"/><rect x="13.9" y="8.9" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -4.4289 13.7138)" style="fill:%233872B9" width="0.9" height="6.6"/><path style="fill:%233872B9" d="M16.9,10.8c0,0,1.6-0.7,2.5,0.6s1,2.6,0.8,3.5c-0.1,0.5-0.3,1.8-1,1.8s-0.8-1.2-0.8-2s0.2-1,0.1-1.8 c0-0.4-0.1-0.8-0.5-1.2C17.9,11.5,16.9,10.8,16.9,10.8z"/></svg>');background-size:30px 24px;background-position:center -4px}
.jbx-Text [jbx-item-name="background-color"] > button:before {left:6px;bottom:2px;content:' ';height:5px;width:18px;border-radius:1px;position:absolute;background-color:var(--icon-background-color);box-shadow:inset 0px 0px 1px #777}
.jbx-Text [jbx-item-name="border"][jbx-item-value="bottom"] {background-image:url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 29 23" style="enable-background:new 0 0 29 23;" xml:space="preserve"><rect x="6" y="3" style="fill:%23B9B8B9" width="1" height="1"/><rect x="8" y="3" style="fill:%23B9B8B9" width="1" height="1"/><rect x="10" y="3" style="fill:%23B9B8B9" width="1" height="1"/><rect x="12" y="3" style="fill:%23B9B8B9" width="1" height="1"/><rect x="14" y="3" style="fill:%23B9B8B9" width="1" height="1"/><rect x="16" y="3" style="fill:%23B9B8B9" width="1" height="1"/><rect x="18" y="3" style="fill:%23B9B8B9" width="1" height="1"/><rect x="20" y="3" style="fill:%23B9B8B9" width="1" height="1"/><rect x="22" y="3" style="fill:%23B9B8B9" width="1" height="1"/><rect x="6" y="17" transform="matrix(6.123234e-17 -1 1 6.123234e-17 -10.9883 23.9942)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="6" y="15" transform="matrix(6.123234e-17 -1 1 6.123234e-17 -9 22.0058)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="6" y="13" transform="matrix(6.123234e-17 -1 1 6.123234e-17 -6.9942 20)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="6" y="11" transform="matrix(6.123234e-17 -1 1 6.123234e-17 -5.0058 18.0116)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="6" y="9" transform="matrix(6.123234e-17 -1 1 6.123234e-17 -3 16.0058)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="6" y="7" transform="matrix(1.862571e-12 -1 1 1.862571e-12 -1.0116 14.0175)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="6" y="5" transform="matrix(6.123234e-17 -1 1 6.123234e-17 0.9942 12.0117)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="14" y="17" transform="matrix(6.123234e-17 -1 1 6.123234e-17 -3 31.9825)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="14" y="15" transform="matrix(6.123234e-17 -1 1 6.123234e-17 -1.0116 29.9942)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="14" y="13" transform="matrix(6.123234e-17 -1 1 6.123234e-17 0.9942 27.9884)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="14" y="11" transform="matrix(6.123234e-17 -1 1 6.123234e-17 2.9826 26)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="14" y="9" transform="matrix(6.123234e-17 -1 1 6.123234e-17 4.9884 23.9942)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="14" y="7" transform="matrix(1.862571e-12 -1 1 1.862571e-12 6.9767 22.0058)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="14" y="5" transform="matrix(6.123234e-17 -1 1 6.123234e-17 8.9825 20)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="22" y="17" transform="matrix(6.123234e-17 -1 1 6.123234e-17 5.0058 39.9883)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="22" y="15" transform="matrix(6.123234e-17 -1 1 6.123234e-17 6.9942 38)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="22" y="13" transform="matrix(6.123234e-17 -1 1 6.123234e-17 9 35.9942)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="22" y="11" transform="matrix(6.123234e-17 -1 1 6.123234e-17 10.9884 34.0058)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="22" y="9" transform="matrix(6.123234e-17 -1 1 6.123234e-17 12.9942 32)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="22" y="7" transform="matrix(1.862571e-12 -1 1 1.862571e-12 14.9825 30.0116)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="22" y="5" transform="matrix(6.123234e-17 -1 1 6.123234e-17 16.9883 28.0058)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="8" y="11" style="fill:%23B9B8B9" width="1" height="1"/><rect x="10" y="11" style="fill:%23B9B8B9" width="1" height="1"/><rect x="12" y="11" style="fill:%23B9B8B9" width="1" height="1"/><rect x="16" y="11" style="fill:%23B9B8B9" width="1" height="1"/><rect x="18" y="11" style="fill:%23B9B8B9" width="1" height="1"/><rect x="20" y="11" style="fill:%23B9B8B9" width="1" height="1"/><rect x="6" y="19" style="fill:%233D3F3D" width="17" height="1"/></svg>');background-size:28px 22px}
.jbx-Text [jbx-item-name="border"][jbx-item-value="left"] {background-image:url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 29 23" style="enable-background:new 0 0 29 23;" xml:space="preserve"><rect x="8" y="3" style="fill:%23B9B8B9" width="1" height="1"/><rect x="10" y="3" style="fill:%23B9B8B9" width="1" height="1"/><rect x="12" y="3" style="fill:%23B9B8B9" width="1" height="1"/><rect x="14" y="3" style="fill:%23B9B8B9" width="1" height="1"/><rect x="16" y="3" style="fill:%23B9B8B9" width="1" height="1"/><rect x="18" y="3" style="fill:%23B9B8B9" width="1" height="1"/><rect x="20" y="3" style="fill:%23B9B8B9" width="1" height="1"/><rect x="22" y="3" style="fill:%23B9B8B9" width="1" height="1"/><rect x="8" y="19" style="fill:%23B9B8B9" width="1" height="1"/><rect x="10" y="19" style="fill:%23B9B8B9" width="1" height="1"/><rect x="12" y="19" style="fill:%23B9B8B9" width="1" height="1"/><rect x="14" y="19" style="fill:%23B9B8B9" width="1" height="1"/><rect x="16" y="19" style="fill:%23B9B8B9" width="1" height="1"/><rect x="18" y="19" style="fill:%23B9B8B9" width="1" height="1"/><rect x="20" y="19" style="fill:%23B9B8B9" width="1" height="1"/><rect x="22" y="19" style="fill:%23B9B8B9" width="1" height="1"/><rect x="14" y="17" transform="matrix(6.123234e-17 -1 1 6.123234e-17 -2.9971 31.9796)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="14" y="15" transform="matrix(6.123234e-17 -1 1 6.123234e-17 -1.0087 29.9913)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="14" y="13" transform="matrix(6.123234e-17 -1 1 6.123234e-17 0.9971 27.9855)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="14" y="11" transform="matrix(6.123234e-17 -1 1 6.123234e-17 2.9855 25.9971)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="14" y="9" transform="matrix(6.123234e-17 -1 1 6.123234e-17 4.9913 23.9913)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="14" y="7" transform="matrix(1.862571e-12 -1 1 1.862571e-12 6.9796 22.0029)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="14" y="5" transform="matrix(6.123234e-17 -1 1 6.123234e-17 8.9855 19.9971)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="22" y="17" transform="matrix(6.123234e-17 -1 1 6.123234e-17 5.0087 39.9854)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="22" y="15" transform="matrix(6.123234e-17 -1 1 6.123234e-17 6.9971 37.9971)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="22" y="13" transform="matrix(6.123234e-17 -1 1 6.123234e-17 9.0029 35.9913)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="22" y="11" transform="matrix(6.123234e-17 -1 1 6.123234e-17 10.9913 34.0029)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="22" y="9" transform="matrix(6.123234e-17 -1 1 6.123234e-17 12.9971 31.9971)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="22" y="7" transform="matrix(1.862571e-12 -1 1 1.862571e-12 14.9854 30.0087)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="22" y="5" transform="matrix(6.123234e-17 -1 1 6.123234e-17 16.9913 28.0029)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="8" y="11" style="fill:%23B9B8B9" width="1" height="1"/><rect x="10" y="11" style="fill:%23B9B8B9" width="1" height="1"/><rect x="12" y="11" style="fill:%23B9B8B9" width="1" height="1"/><rect x="16" y="11" style="fill:%23B9B8B9" width="1" height="1"/><rect x="18" y="11" style="fill:%23B9B8B9" width="1" height="1"/><rect x="20" y="11" style="fill:%23B9B8B9" width="1" height="1"/><rect x="-2" y="11" transform="matrix(6.123234e-17 -1 1 6.123234e-17 -5.0029 18.0087)" class="st1" width="17" height="1"/></svg>');background-size:28px 22px}
.jbx-Text [jbx-item-name="border"][jbx-item-value="right"] {background-image:url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 29 23" style="enable-background:new 0 0 29 23;" xml:space="preserve"><rect x="6" y="3" style="fill:%23B9B8B9" width="1" height="1"/><rect x="8" y="3" style="fill:%23B9B8B9" width="1" height="1"/><rect x="10" y="3" style="fill:%23B9B8B9" width="1" height="1"/><rect x="12" y="3" style="fill:%23B9B8B9" width="1" height="1"/><rect x="14" y="3" style="fill:%23B9B8B9" width="1" height="1"/><rect x="16" y="3" style="fill:%23B9B8B9" width="1" height="1"/><rect x="18" y="3" style="fill:%23B9B8B9" width="1" height="1"/><rect x="20" y="3" style="fill:%23B9B8B9" width="1" height="1"/><rect x="6" y="19" style="fill:%23B9B8B9" width="1" height="1"/><rect x="8" y="19" style="fill:%23B9B8B9" width="1" height="1"/><rect x="10" y="19" style="fill:%23B9B8B9" width="1" height="1"/><rect x="12" y="19" style="fill:%23B9B8B9" width="1" height="1"/><rect x="14" y="19" style="fill:%23B9B8B9" width="1" height="1"/><rect x="16" y="19" style="fill:%23B9B8B9" width="1" height="1"/><rect x="18" y="19" style="fill:%23B9B8B9" width="1" height="1"/><rect x="20" y="19" style="fill:%23B9B8B9" width="1" height="1"/><rect x="6" y="17" transform="matrix(6.123234e-17 -1 1 6.123234e-17 -10.9854 23.9913)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="6" y="15" transform="matrix(6.123234e-17 -1 1 6.123234e-17 -8.9971 22.0029)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="6" y="13" transform="matrix(6.123234e-17 -1 1 6.123234e-17 -6.9913 19.9971)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="6" y="11" transform="matrix(6.123234e-17 -1 1 6.123234e-17 -5.0029 18.0087)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="6" y="9" transform="matrix(6.123234e-17 -1 1 6.123234e-17 -2.9971 16.0029)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="6" y="7" transform="matrix(1.862571e-12 -1 1 1.862571e-12 -1.0087 14.0146)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="6" y="5" transform="matrix(6.123234e-17 -1 1 6.123234e-17 0.9971 12.0087)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="14" y="17" transform="matrix(6.123234e-17 -1 1 6.123234e-17 -2.9971 31.9796)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="14" y="15" transform="matrix(6.123234e-17 -1 1 6.123234e-17 -1.0087 29.9913)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="14" y="13" transform="matrix(6.123234e-17 -1 1 6.123234e-17 0.9971 27.9855)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="14" y="11" transform="matrix(6.123234e-17 -1 1 6.123234e-17 2.9855 25.9971)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="14" y="9" transform="matrix(6.123234e-17 -1 1 6.123234e-17 4.9913 23.9913)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="14" y="7" transform="matrix(1.862571e-12 -1 1 1.862571e-12 6.9796 22.0029)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="14" y="5" transform="matrix(6.123234e-17 -1 1 6.123234e-17 8.9855 19.9971)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="8" y="11" style="fill:%23B9B8B9" width="1" height="1"/><rect x="10" y="11" style="fill:%23B9B8B9" width="1" height="1"/><rect x="12" y="11" style="fill:%23B9B8B9" width="1" height="1"/><rect x="16" y="11" style="fill:%23B9B8B9" width="1" height="1"/><rect x="18" y="11" style="fill:%23B9B8B9" width="1" height="1"/><rect x="20" y="11" style="fill:%23B9B8B9" width="1" height="1"/><rect x="14" y="11" transform="matrix(6.123234e-17 -1 1 6.123234e-17 10.9913 34.0029)" style="fill:%233D3F3D" width="17" height="1"/></svg>');background-size:28px 22px}
.jbx-Text [jbx-item-name="border"][jbx-item-value="top"] {background-image:url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 29 23" style="enable-background:new 0 0 29 23;" xml:space="preserve"><rect x="6" y="19" style="fill:%23B9B8B9" width="1" height="1"/><rect x="8" y="19" style="fill:%23B9B8B9" width="1" height="1"/><rect x="10" y="19" style="fill:%23B9B8B9" width="1" height="1"/><rect x="12" y="19" style="fill:%23B9B8B9" width="1" height="1"/><rect x="14" y="19" style="fill:%23B9B8B9" width="1" height="1"/><rect x="16" y="19" style="fill:%23B9B8B9" width="1" height="1"/><rect x="18" y="19" style="fill:%23B9B8B9" width="1" height="1"/><rect x="20" y="19" style="fill:%23B9B8B9" width="1" height="1"/><rect x="22" y="19" style="fill:%23B9B8B9" width="1" height="1"/><rect x="6" y="17" transform="matrix(6.123234e-17 -1 1 6.123234e-17 -10.9883 23.9942)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="6" y="15" transform="matrix(6.123234e-17 -1 1 6.123234e-17 -9 22.0058)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="6" y="13" transform="matrix(6.123234e-17 -1 1 6.123234e-17 -6.9942 20)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="6" y="11" transform="matrix(6.123234e-17 -1 1 6.123234e-17 -5.0058 18.0116)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="6" y="9" transform="matrix(6.123234e-17 -1 1 6.123234e-17 -3 16.0058)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="6" y="7" transform="matrix(1.862571e-12 -1 1 1.862571e-12 -1.0116 14.0175)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="6" y="5" transform="matrix(6.123234e-17 -1 1 6.123234e-17 0.9942 12.0117)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="14" y="17" transform="matrix(6.123234e-17 -1 1 6.123234e-17 -3 31.9825)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="14" y="15" transform="matrix(6.123234e-17 -1 1 6.123234e-17 -1.0116 29.9942)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="14" y="13" transform="matrix(6.123234e-17 -1 1 6.123234e-17 0.9942 27.9884)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="14" y="11" transform="matrix(6.123234e-17 -1 1 6.123234e-17 2.9826 26)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="14" y="9" transform="matrix(6.123234e-17 -1 1 6.123234e-17 4.9884 23.9942)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="14" y="7" transform="matrix(1.862571e-12 -1 1 1.862571e-12 6.9767 22.0058)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="14" y="5" transform="matrix(6.123234e-17 -1 1 6.123234e-17 8.9825 20)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="22" y="17" transform="matrix(6.123234e-17 -1 1 6.123234e-17 5.0058 39.9883)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="22" y="15" transform="matrix(6.123234e-17 -1 1 6.123234e-17 6.9942 38)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="22" y="13" transform="matrix(6.123234e-17 -1 1 6.123234e-17 9 35.9942)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="22" y="11" transform="matrix(6.123234e-17 -1 1 6.123234e-17 10.9884 34.0058)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="22" y="9" transform="matrix(6.123234e-17 -1 1 6.123234e-17 12.9942 32)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="22" y="7" transform="matrix(1.862571e-12 -1 1 1.862571e-12 14.9825 30.0116)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="22" y="5" transform="matrix(6.123234e-17 -1 1 6.123234e-17 16.9883 28.0058)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="8" y="11" style="fill:%23B9B8B9" width="1" height="1"/><rect x="10" y="11" style="fill:%23B9B8B9" width="1" height="1"/><rect x="12" y="11" style="fill:%23B9B8B9" width="1" height="1"/><rect x="16" y="11" style="fill:%23B9B8B9" width="1" height="1"/><rect x="18" y="11" style="fill:%23B9B8B9" width="1" height="1"/><rect x="20" y="11" style="fill:%23B9B8B9" width="1" height="1"/><rect x="6" y="3" style="fill:%233D3F3D" width="17" height="1"/></svg>');background-size:28px 22px}
.jbx-Text [jbx-item-name="border"][jbx-item-value="none"] {background-image:url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 29 23" style="enable-background:new 0 0 29 23;" xml:space="preserve"><rect x="6" y="3" style="fill:%23B9B8B9" width="1" height="1"/><rect x="8" y="3" style="fill:%23B9B8B9" width="1" height="1"/><rect x="10" y="3" style="fill:%23B9B8B9" width="1" height="1"/><rect x="12" y="3" style="fill:%23B9B8B9" width="1" height="1"/><rect x="14" y="3" style="fill:%23B9B8B9" width="1" height="1"/><rect x="16" y="3" style="fill:%23B9B8B9" width="1" height="1"/><rect x="18" y="3" style="fill:%23B9B8B9" width="1" height="1"/><rect x="20" y="3" style="fill:%23B9B8B9" width="1" height="1"/><rect x="22" y="3" style="fill:%23B9B8B9" width="1" height="1"/><rect x="6" y="19" style="fill:%23B9B8B9" width="1" height="1"/><rect x="8" y="19" style="fill:%23B9B8B9" width="1" height="1"/><rect x="10" y="19" style="fill:%23B9B8B9" width="1" height="1"/><rect x="12" y="19" style="fill:%23B9B8B9" width="1" height="1"/><rect x="14" y="19" style="fill:%23B9B8B9" width="1" height="1"/><rect x="16" y="19" style="fill:%23B9B8B9" width="1" height="1"/><rect x="18" y="19" style="fill:%23B9B8B9" width="1" height="1"/><rect x="20" y="19" style="fill:%23B9B8B9" width="1" height="1"/><rect x="22" y="19" style="fill:%23B9B8B9" width="1" height="1"/><rect x="6" y="17" transform="matrix(6.123234e-17 -1 1 6.123234e-17 -10.9883 23.9942)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="6" y="15" transform="matrix(6.123234e-17 -1 1 6.123234e-17 -9 22.0058)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="6" y="13" transform="matrix(6.123234e-17 -1 1 6.123234e-17 -6.9942 20)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="6" y="11" transform="matrix(6.123234e-17 -1 1 6.123234e-17 -5.0058 18.0116)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="6" y="9" transform="matrix(6.123234e-17 -1 1 6.123234e-17 -3 16.0058)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="6" y="7" transform="matrix(1.862571e-12 -1 1 1.862571e-12 -1.0116 14.0175)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="6" y="5" transform="matrix(6.123234e-17 -1 1 6.123234e-17 0.9942 12.0117)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="14" y="17" transform="matrix(6.123234e-17 -1 1 6.123234e-17 -3 31.9825)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="14" y="15" transform="matrix(6.123234e-17 -1 1 6.123234e-17 -1.0116 29.9942)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="14" y="13" transform="matrix(6.123234e-17 -1 1 6.123234e-17 0.9942 27.9884)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="14" y="11" transform="matrix(6.123234e-17 -1 1 6.123234e-17 2.9826 26)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="14" y="9" transform="matrix(6.123234e-17 -1 1 6.123234e-17 4.9884 23.9942)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="14" y="7" transform="matrix(1.862571e-12 -1 1 1.862571e-12 6.9767 22.0058)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="14" y="5" transform="matrix(6.123234e-17 -1 1 6.123234e-17 8.9825 20)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="22" y="17" transform="matrix(6.123234e-17 -1 1 6.123234e-17 5.0058 39.9883)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="22" y="15" transform="matrix(6.123234e-17 -1 1 6.123234e-17 6.9942 38)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="22" y="13" transform="matrix(6.123234e-17 -1 1 6.123234e-17 9 35.9942)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="22" y="11" transform="matrix(6.123234e-17 -1 1 6.123234e-17 10.9884 34.0058)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="22" y="9" transform="matrix(6.123234e-17 -1 1 6.123234e-17 12.9942 32)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="22" y="7" transform="matrix(1.862571e-12 -1 1 1.862571e-12 14.9825 30.0116)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="22" y="5" transform="matrix(6.123234e-17 -1 1 6.123234e-17 16.9883 28.0058)" style="fill:%23B9B8B9" width="1" height="1"/><rect x="8" y="11" style="fill:%23B9B8B9" width="1" height="1"/><rect x="10" y="11" style="fill:%23B9B8B9" width="1" height="1"/><rect x="12" y="11" style="fill:%23B9B8B9" width="1" height="1"/><rect x="16" y="11" style="fill:%23B9B8B9" width="1" height="1"/><rect x="18" y="11" style="fill:%23B9B8B9" width="1" height="1"/><rect x="20" y="11" style="fill:%23B9B8B9" width="1" height="1"/></svg>');background-size:28px 22px}
.jbx-Text [jbx-item-name="border"][jbx-item-value="all"] {background-image:url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 29 23" style="enable-background:new 0 0 29 23;" xml:space="preserve"><path style="fill:%233D3F3D" d="M23,3L23,3L23,3L6,3v1h0v7h0v1h0v7h0v1h17v0h0V3z M15,11V4h7v7H15z M22,12v7h-7v-7H22z M7,4h7v7H7V4z M7,12h7 v7H7V12z"/></svg>');background-size:28px 22px}

