autosize-textarea textarea{margin:0;padding:0;border:none;resize:none;outline:none;width:100%}
.chips{cursor:pointer;user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;display:flex}.chips input{display:none}.chips input[type=checkbox][disabled]+.label{opacity:.3}.chips input:checked+.label{background-color:#fff}.chips input:checked+.label i{display:inline-block}.chips i{color:#1c1b1f;margin-right:5px;display:none}.chips .label{line-height:17px;display:flex;align-items:center;border:1px solid #bdbdbd;background-color:#eee;border-radius:3px;padding:4px 8px}
glyph-button{display:flex;flex-direction:row;justify-content:center;align-items:center;width:auto;height:2em;gap:.5em;cursor:pointer}glyph-button svg{height:100%}glyph-button label{cursor:pointer}glyph-button.disabled{color:#dadada;cursor:default}glyph-button.disabled :hover{color:#dadada !important}glyph-button.disabled label{cursor:default}
.iconTextButton{color:#06c;border:1px solid #bdbdbd;border-radius:3px;line-height:1.2em;padding:7px 9px;display:flex;cursor:pointer;user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}.iconTextButton:hover{background-color:#e6f2ff}.iconTextButton:active{border-color:#06c}.iconTextButton[type=button][disabled]{opacity:.3}.iconTextButton i{align-self:center;margin-right:3px;min-width:20px}.iconTextButton span{align-self:center;flex-grow:1}
.render-if {
	height: 40px;
	width: 100%;
}

.resco-controls-default-control{width:20em;height:2.5em;font-size:1em;border-radius:5px;border:1px solid #959da7;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)}search-bar{display:block;position:relative;font-size:1em}search-bar *{box-sizing:border-box;height:100%}search-bar .container{white-space:nowrap;width:100%;display:flex}search-bar .main{width:100%;display:inline-block;position:relative}search-bar input{font-family:Arial,Helvetica,sans-serif;font-size:1em;padding:.6em 1em;border:1px solid #959da7;border-radius:5px;box-shadow:0 8px 6px -10px #b3c6ff;background-color:#fff;-moz-border-radius:5px;-webkit-border-radius:5px;-o-border-radius:5px;width:100%;padding:.6em 1em;padding-left:2.4em;padding-right:2.4em;border-radius:5px;border:1px solid #959da7;box-shadow:0 8px 6px -10px #b3c6ff}search-bar input::placeholder{color:var(--searchbar-placeholder-color, #959da7)}search-bar .magnifier{position:absolute;top:0;left:.8em;width:1em;fill:#959da7}search-bar .clear{position:absolute;top:0;right:.8em;width:1.2em;cursor:pointer;fill:#4c9e99}search-bar button{display:inline-block;background-color:#fff;padding:.6em 1em;border:1px solid #959da7;-moz-border-radius:5px;-webkit-border-radius:5px;-o-border-radius:5px;border-radius:5px;font-size:1em;font-family:Arial,Helvetica,sans-serif;cursor:pointer;margin-left:6px}search-bar button.basic{border:none;color:#4c9e99;background-color:rgba(0,0,0,0);font-weight:500}search-bar button.flat{border:none;color:#fff;background-color:#4c9e99;font-weight:500}
simple-popup-menu{display:flex;align-items:center;cursor:pointer;user-select:none}simple-popup-menu ul{position:absolute;z-index:10000;background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.1);border-radius:4px;padding:0;margin:0;list-style:none;max-height:200px;overflow-y:auto;overflow-x:hidden;white-space:nowrap;font-size:14px;color:#333;border:1px solid #ccc}simple-popup-menu ul li{padding:8px 16px;cursor:pointer;transition:background-color .2s}simple-popup-menu ul li:hover{background-color:#f5f5f5}simple-popup-menu ul.left{right:0}simple-popup-menu ul.top{bottom:0}simple-popup-menu ul.right{left:0}simple-popup-menu ul.bottom{top:0}
.toggle{--width: 40px;--height: 20px;position:relative;display:inline-block;width:var(--width);height:var(--height);margin:6px 0px 0px 2px;box-shadow:0px 1px 3px rgba(0,0,0,.3);border-radius:var(--height);cursor:pointer}.toggle input{display:none}.toggle .slider{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:var(--height);background-color:#ccc;transition:all .4s ease-in-out}.toggle .slider::before{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:calc(var(--height)/2);background-color:#fff;box-shadow:0px 1px 3px rgba(0,0,0,.3);transition:all .4s ease-in-out}.toggle input:checked+.slider{background-color:#0073e5}.toggle input:checked+.slider::before{transform:translateX(calc(var(--width) - var(--height)))}.toggle input[type=checkbox][disabled]+.slider{opacity:.3}
chat-control{width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-end;gap:10px;align-self:stretch;font-size:14px}chat-control *{margin:revert;padding:revert}chat-control .chat-contents{overflow:auto;display:flex;height:100%;width:100%;flex-direction:column;flex-grow:1}chat-control .chat-contents *{max-width:100%;overflow-wrap:break-word}chat-control .chat-contents pre{white-space:pre-wrap;word-wrap:break-word}chat-control header{display:flex;padding:12px 0px;align-items:flex-start;flex-direction:column;margin-top:auto}chat-control h2,chat-control h3{color:#000;font-size:14px;font-style:normal;line-height:16px}chat-control h2{font-weight:700;margin:0}chat-control h3{font-weight:400}chat-control .user,chat-control .assistant{color:#333;padding:10px;border-radius:5px;margin-bottom:10px;width:fit-content;user-select:text}chat-control .user{background-color:#f5f5f5;align-self:flex-start}chat-control .assistant{background-color:#e1f5fe;align-self:flex-end}chat-control .chat-input-panel{display:flex;align-items:center;background-color:#fff;padding:10px;border-top:1px solid #ccc;transition:background-color .3s ease;width:100%}chat-control .waiting{background-color:#f9f9f9;border-top:2px solid #ccc;animation:pulse 1s infinite alternate}@keyframes pulse{0%,100%{border-color:#ccc}100%{border-color:#f9f9f9}}chat-control .chat-input-area{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:12px;align-self:stretch}chat-control .chat-input-area autosize-textarea{display:flex;padding:12px;align-items:flex-start;gap:2px;align-self:stretch;font-size:14px;line-height:16px;border-radius:4px 4px 0px 0px;border-top:none;border-left:none;border-right:none;border-bottom:2px solid var(--sys-primary, #0073e5);background:#fff}chat-control .chat-input-area autosize-textarea textarea{font-size:14px}chat-control .chat-buttons{display:flex;justify-content:flex-end;align-items:center;gap:24px;align-self:stretch}chat-control .chat-buttons glyph-button{height:24px}chat-control .chat-buttons glyph-button:not(.disabled){color:#0073e5}chat-control .chat-links{border-top:1px solid #b3e5fc;margin-top:14px;padding-top:14px;font-size:12px;display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:12px}chat-control .chat-links .chat-links-links{flex-grow:1;display:flex;flex-flow:wrap;gap:6px;overflow:hidden;max-height:26px}chat-control .chat-links .chat-link{display:flex;padding:4px 8px;text-decoration:none;background-color:#fff;color:#1565c0;border-radius:4px;transition:color .3s,border-color .3s}chat-control .chat-links .chat-link img{margin-right:8px}chat-control .chat-links .chat-link:visited{color:#551a8b}chat-control .chat-links .chat-link:hover{color:#fff;background-color:#1565c0;border-color:#1565c0}chat-control .chat-links .chat-links-expanded{max-height:unset}chat-control .chat-links .chat-links-more{aspect-ratio:1}chat-control .chat-links .chat-links-more svg{color:#1565c0}chat-control .chat-links .chat-links-more:hover svg{color:#0a47a3}chat-control pre{background-color:#000;color:#f8f4f2;padding:5px;border-radius:.75rem;font-family:monospace}
.rescoGridEditor{display:grid;box-sizing:border-box;position:relative;width:100%}.rescoGridEditor__item{cursor:pointer;display:flex}.rescoGridEditor__stackedCells{gap:5px;border-radius:4px;margin:8px 3px;padding:5px 4px;position:relative;align-items:center}.rescoGridEditor__stackedCells .icon-rescosdk_Expand{display:none}.rescoGridEditor__stackedCells__expanded{background:#ccc}.rescoGridEditor__stackedCells:hover{background:#fff}.rescoGridEditor__stackedCells:hover .icon-rescosdk_Expand{display:block}.rescoGridEditor__stackedCells:has(.rescoGridEditor__stackDropdown){z-index:100 !important}.rescoGridEditor .rescoGridEditor__stackDropdown{display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;top:32px;left:0;background:#fff;border-radius:4px;box-shadow:0px 2px 4px rgba(0,0,0,.16);overflow:hidden;z-index:1000}.rescoGridEditor .rescoGridEditor__stackDropdown__item{padding:5px 12px}.rescoGridEditor .rescoGridEditor__stackDropdown__item:hover{background:#cadcff}.rescoGridEditor .rescoGridEditor__stackDropdown__item__selected{background:#2068ef;color:#fff}.rescoGridEditor__addRow{justify-content:center}.rescoGridEditor__addRow__button{margin-top:3px}.rescoGridEditor__addColumn{align-items:center}.rescoGridEditor__addColumn__button{margin-left:3px}.rescoGridEditor__addRow__button,.rescoGridEditor__addColumn__button{background:#06c;border-radius:6px;width:28px;height:28px;display:flex}.rescoGridEditor__addRow i,.rescoGridEditor__addColumn i{margin:auto}.rescoGridEditor__row,.rescoGridEditor__addRow{grid-column:1}.rescoGridEditor__column,.rescoGridEditor__addColumn{grid-row:1}.rescoGridEditor__column,.rescoGridEditor__row{border:solid 1px #bfbfbf;align-items:center;justify-content:center;background-color:#fff}.rescoGridEditor__row__selected,.rescoGridEditor__column__selected{background:#2068ef;border:#bfbfbf;color:#fff}.rescoGridEditor__cell{cursor:pointer;border:solid 0px #000;background-color:#fff;margin:1px;width:calc(100% - 2px);height:calc(100% - 2px);min-width:0}.rescoGridEditor__cell .ui-resizable-handle{position:absolute}.rescoGridEditor__cell__selected{z-index:1000 !important}.rescoGridEditor__cell__readOnly{margin:0;width:100%;height:100%}.rescoGridEditor__cellPosition{box-sizing:border-box;border:solid 1px #dedede;height:100%;min-height:10px;width:100%;background-color:#fff}.rescoGridEditor__cellPosition__rowSelected{border-top:solid 2px #2068ef;border-bottom:solid 2px #2068ef}.rescoGridEditor__cellPosition__rowSelected.rescoGridEditor__cellPosition__lastRowCell{border-right:solid 2px #2068ef}.rescoGridEditor__cellPosition__columnSelected{border-left:solid 2px #2068ef;border-right:solid 2px #2068ef}.rescoGridEditor__cellPosition__columnSelected.rescoGridEditor__cellPosition__lastColumnCell{border-bottom:solid 2px #2068ef}.rescoGridEditor__cellPosition__rowSelected,.rescoGridEditor__cellPosition__columnSelected{background-color:#e6f4ff}.rescoGridEditor__actions__container{display:none;position:absolute;z-index:1;cursor:default}:hover>.rescoGridEditor__actions__container,.rescoGridEditor__actions__container:hover,.rescoGridEditor__row__selected .rescoGridEditor__actions__container,.rescoGridEditor__column__selected .rescoGridEditor__actions__container{display:flex}.rescoGridEditor__row .rescoGridEditor__actions__container{top:0;left:-31px;padding-right:5px}.rescoGridEditor__column .rescoGridEditor__actions__container{top:-100%;left:50%;transform:translate(-50%, 0);padding-bottom:5px}.rescoGridEditor__actions{display:flex;justify-content:center;align-items:center;background:#2068ef;border-radius:4px}.rescoGridEditor__row .rescoGridEditor__actions{flex-direction:column}.rescoGridEditor__action{display:flex;cursor:pointer}.rescoGridEditor__row .rescoGridEditor__action{padding:7px 4px}.rescoGridEditor__column .rescoGridEditor__action{padding:4px 7px}
.compactToolbar,.compactToolbar__moreMenu .compactToolbar__moreMenuContent{position:relative;display:flex;align-items:center;height:42px;padding-left:5px;padding-right:5px;background-color:#eee;overflow:hidden;cursor:default}.compactToolbar .compactToolbar__groupSeparatorLine,.compactToolbar__moreMenu .compactToolbar__moreMenuContent .compactToolbar__groupSeparatorLine{height:25px;border-left:1px solid #c8c8c8;margin-left:3px;margin-right:3px}.compactToolbar .compactToolbar__groupSpacer,.compactToolbar__moreMenu .compactToolbar__moreMenuContent .compactToolbar__groupSpacer{flex:1 1 auto;min-width:20px}.compactToolbar .compactToolbar__group,.compactToolbar__moreMenu .compactToolbar__moreMenuContent .compactToolbar__group{display:flex;align-items:center;justify-content:center}.compactToolbar .compactToolbar__groupLabel,.compactToolbar__moreMenu .compactToolbar__moreMenuContent .compactToolbar__groupLabel{display:flex;align-items:center;justify-content:center;padding-left:3px;padding-right:3px;margin-left:5px;white-space:nowrap}.compactToolbar .compactToolbar__buttonItem,.compactToolbar .compactToolbar__moreButton,.compactToolbar__moreMenu .compactToolbar__moreMenuContent .compactToolbar__buttonItem,.compactToolbar__moreMenu .compactToolbar__moreMenuContent .compactToolbar__moreButton{display:flex;align-items:center;justify-content:center;flex:0 0 auto;overflow:hidden;height:30px;margin-left:4px;margin-right:4px;border-radius:5px;border:1px solid rgba(0,0,0,0);cursor:pointer}.compactToolbar .compactToolbar__buttonItem.compactToolbar__pushed,.compactToolbar .compactToolbar__moreButton.compactToolbar__pushed,.compactToolbar__moreMenu .compactToolbar__moreMenuContent .compactToolbar__buttonItem.compactToolbar__pushed,.compactToolbar__moreMenu .compactToolbar__moreMenuContent .compactToolbar__moreButton.compactToolbar__pushed{background-color:#ffd86c;border-color:#c2821b}.compactToolbar .compactToolbar__buttonItem.compactToolbar__pushed:not(.compactToolbar__disabled):hover,.compactToolbar .compactToolbar__moreButton.compactToolbar__pushed:not(.compactToolbar__disabled):hover,.compactToolbar__moreMenu .compactToolbar__moreMenuContent .compactToolbar__buttonItem.compactToolbar__pushed:not(.compactToolbar__disabled):hover,.compactToolbar__moreMenu .compactToolbar__moreMenuContent .compactToolbar__moreButton.compactToolbar__pushed:not(.compactToolbar__disabled):hover{border-color:#c2821b}.compactToolbar .compactToolbar__buttonItem.compactToolbar__disabled,.compactToolbar .compactToolbar__moreButton.compactToolbar__disabled,.compactToolbar__moreMenu .compactToolbar__moreMenuContent .compactToolbar__buttonItem.compactToolbar__disabled,.compactToolbar__moreMenu .compactToolbar__moreMenuContent .compactToolbar__moreButton.compactToolbar__disabled{opacity:.5;cursor:default}.compactToolbar .compactToolbar__buttonItem:not(.compactToolbar__disabled):hover,.compactToolbar .compactToolbar__moreButton:not(.compactToolbar__disabled):hover,.compactToolbar__moreMenu .compactToolbar__moreMenuContent .compactToolbar__buttonItem:not(.compactToolbar__disabled):hover,.compactToolbar__moreMenu .compactToolbar__moreMenuContent .compactToolbar__moreButton:not(.compactToolbar__disabled):hover{background-color:#ffe9a2;border-color:#ffc280}.compactToolbar .compactToolbar__buttonItem .compactToolbar__icon,.compactToolbar .compactToolbar__moreButton .compactToolbar__icon,.compactToolbar__moreMenu .compactToolbar__moreMenuContent .compactToolbar__buttonItem .compactToolbar__icon,.compactToolbar__moreMenu .compactToolbar__moreMenuContent .compactToolbar__moreButton .compactToolbar__icon{display:flex;align-items:center;justify-content:center;overflow:hidden;width:30px;height:30px;font-family:RescoMono;font-size:24px;user-select:none}.compactToolbar .compactToolbar__buttonItem .compactToolbar__label,.compactToolbar .compactToolbar__moreButton .compactToolbar__label,.compactToolbar__moreMenu .compactToolbar__moreMenuContent .compactToolbar__buttonItem .compactToolbar__label,.compactToolbar__moreMenu .compactToolbar__moreMenuContent .compactToolbar__moreButton .compactToolbar__label{display:flex;align-items:center;justify-content:center;margin-left:5px;margin-right:5px;white-space:nowrap}.compactToolbar__moreMenu{position:absolute;left:0px;top:0px}.compactToolbar__moreMenu .compactToolbar__moreMenuContent{flex-wrap:wrap;height:unset;border-radius:5px;box-shadow:0px 2px 6px 2px rgba(60,60,60,.2)}.compactToolbar__moreMenu .compactToolbar__moreMenuContent .compactToolbar__groupSpacer{flex:0 0 auto;width:20px}
.live-preview-toggle{display:inline-flex;align-items:center;gap:8px}.live-preview-toggle .live-preview-label{font-size:14px;color:#333;font-weight:400}.live-preview-toggle .toggle-button{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background-color:#fff;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;transition:all .2s ease;font-size:13px;font-weight:500}.live-preview-toggle .toggle-button:hover{background-color:#fafafa;border-color:#9ca3af}.live-preview-toggle .toggle-button .toggle-icon{font-size:10px;transition:color .2s ease}.live-preview-toggle .toggle-button .toggle-text{color:#6b7280}.live-preview-toggle.is-on .toggle-button{border-color:#22c55e}.live-preview-toggle.is-on .toggle-button .toggle-icon{color:#22c55e}.live-preview-toggle.is-on .toggle-button .toggle-text{color:#22c55e}.live-preview-toggle:not(.is-on) .toggle-button .toggle-icon{color:#9ca3af}
.EasyMDEContainer .editor-preview-full ul{list-style:disc;padding:revert}.EasyMDEContainer .editor-preview-full img{max-width:100%;height:auto}
.builderDialog{width:100%;height:100%;display:flex;flex-direction:column;background:#f8f8f8;border:solid 1px #bbb;box-sizing:border-box}.builderDialog .templateBox{display:flex;flex-direction:column;background-color:#fbfbfb;border-radius:5px;border:1px solid #d6d6d6;box-shadow:0px 0px 0px 0px rgba(0,0,0,0);padding:15px 10px;cursor:pointer;transition:border-color 300ms,box-shadow 300ms,background-color 300ms}.builderDialog .templateBox__selected{border:2px solid #2068ef;box-shadow:0px 3px 6px 0px rgba(0,0,0,.16);padding:14px 9px;background-color:#fff}.builderDialog .templateBox__selected .templateBox__icon{opacity:1}.builderDialog .templateBox__wrapper{width:100%;display:grid;grid-template-columns:repeat(auto-fit, minmax(100px, 32%));grid-auto-rows:160px;gap:10px;row-gap:10px}.builderDialog .templateBox__icon{display:flex;align-items:center;justify-content:center;transition:opacity 300ms}.builderDialog .templateBox__icon-alignLeft{justify-content:start}.builderDialog .templateBox__title{font-weight:bold;padding:5px 0;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.builderDialog .templateBox__description{font-size:10px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.builderDialog .templateBox:hover{box-shadow:0px 3px 6px 0px rgba(0,0,0,.16)}.builderDialog>header{padding:5px;background:linear-gradient(#eeeeee, #dddddd);border-bottom:solid 1px #bbb;display:flex;flex-direction:row;flex-shrink:0;align-items:center}.builderDialog>header .header__buttons{display:flex;align-items:center}.builderDialog>header .header__buttons i{flex:none;background-color:#fff;border:1px solid #ccc;border-radius:5px;cursor:pointer;margin:0 5px}.builderDialog>header>h3{margin:0px;flex:1 1 auto;cursor:default}.builderDialog>header>i{flex:none;background-color:#fff;border:1px solid #ccc;border-radius:5px;cursor:pointer}.builderDialog>main{flex:1 1 auto;display:flex;flex-direction:column;overflow:auto;height:100%;margin:5px}.builderDialog>footer{flex-shrink:0;display:flex;padding:15px}.builderDialog>footer button{height:32px;margin:0 5px;border:none;border-radius:5px;padding:10px 30px;align-items:center;display:flex;text-transform:uppercase;font-weight:bold;cursor:pointer}.builderDialog{background:#efefef;border:none;border-radius:8px 8px 0 0}.builderDialog header{background:#e4e4e4;border-bottom:1px solid #ccc;padding:11px 15px}.builderDialog header i{flex:none;background-color:#fff;border:1px solid #ccc;border-radius:5px}.builderDialog main{padding:15px;margin:0}.builderDialog .imgQuery-group{display:grid;grid-template-columns:1fr 4fr;grid-column-gap:10px}.builderDialog .imgQuery-label{align-self:center;padding-left:20px}.builderDialog .imgQuery-input{display:flex;align-items:center}.builderDialog .add-condition{display:flex;border-radius:5px;border:1px solid #d6d6d6;height:30px;font-weight:bold;width:120px;align-items:center;margin-left:20px;padding-left:5px;cursor:pointer}.builderDialog .add-condition-img{scale:.65}.builderDialog .conditions-wrapper{display:flex}.builderDialog .condition-group{display:grid;grid-template-columns:5fr 4fr 1fr;column-gap:10px;padding-bottom:4px;height:32px;margin-left:20px}.builderDialog .condition-select{height:30px}.builderDialog .condition-input{height:30px}.builderDialog .condition-and-column{width:50px;height:fit-content;margin-top:14px}.builderDialog .condition-column{height:fit-content}.builderDialog .condition-delete-button{border:1px solid #d6d6d6;border-radius:5px;padding-left:4px;padding-right:6px;height:26px;justify-self:center}.builderDialog .condition-delete-button:hover{cursor:pointer}.builderDialog .icon-woodford_StyleEditor_delete{width:22px;height:22px;scale:.8}.builderDialog .project__section{font-weight:bold;font-size:14px;line-height:21px;margin-top:15px;margin-bottom:15px}.builderDialog .project__option{padding:0 0 10px 0;display:flex;flex-direction:column}.builderDialog .project__option .select-report{margin:0}.builderDialog .project__option .select-report span{padding-left:5px}.builderDialog .project__option--title{font-weight:bold;font-size:12px;margin:0 0 3px 0}.builderDialog .project__option--group{display:grid;grid-template-columns:repeat(auto-fill, minmax(25%, 1fr))}.builderDialog .project__option--columns{display:flex}.builderDialog .project__option--column{display:flex;flex:1 1;flex-direction:column}.builderDialog .project__option--column:first-child{margin-right:10px}.builderDialog .project__option--column input,.builderDialog .project__option--column select{display:flex}.builderDialog .project__option .half-element{flex:0 50%}.builderDialog .project__option select,.builderDialog .project__option input{border-radius:5px;border:1px solid #d6d6d6;height:26px;padding:0 0 0 10px}.builderDialog .project__option--checkbox{display:flex;align-items:center}.builderDialog .project__option--checkbox input{transform:scale(1.58);cursor:pointer}.builderDialog .project__option--checkbox label{padding:0 0 0 10px}.builderDialog .project__option p{margin:0;padding:15px 0;font-size:14px}.builderDialog .project__option .edit-filter{display:flex;align-items:center}.builderDialog .project__option .edit-filter .btn-touch:first-child{margin:10px}.builderDialog footer right-side-footer{display:flex;flex-direction:row-reverse;margin-left:auto}.builderDialog footer right-side-footer button:first-child{background-color:#2068ef;color:#fff}.builderDialog footer left-side-footer{display:flex;flex-direction:row}.builderDialog footer button{background-color:#e4e4e4;color:#767676}.builderDialog footer button:disabled{background-color:#e4e4e4;color:#767676}
.iFrameDialog{width:100%;height:100%;overflow:auto hidden;border:hidden}
.marketing-announcement{position:absolute;bottom:32px;right:32px;width:600px;height:180px;box-shadow:0px 4px 12px rgba(0,0,0,.25);border-radius:8px}.marketing-announcement-closed{position:absolute;bottom:32px;right:32px;width:50px;height:50px;background:#0170e1;box-shadow:0px 4px 12px rgba(0,0,0,.25);border-radius:25px}.marketing-announcement-closed button{border:0;background-color:rgba(0,0,0,0);cursor:pointer;padding:14px}@keyframes animateopen{from{width:0px}to{width:600px}}@keyframes animateclose{from{width:600px}to{width:0px}}.transform-open{animation-name:animateopen;animation-duration:.5s;animation-timing-function:ease-in}.transform-close{animation-name:animateclose;animation-duration:.5s;animation-timing-function:ease-out}
.selectFieldsDialog .node{display:flex;align-items:center}.selectFieldsDialog .node_button{width:30px;display:flex;align-items:center;justify-content:center}.selectFieldsDialog .childNodes{margin-left:2em}
.color-picker{height:100%;display:flex;flex-direction:column}.color-picker .pickr{visibility:hidden}.color-picker .simon-picker[data-theme=monolith]{box-shadow:none;width:100%}
.rescogridsprite{display:inline-block}div.grid{border:solid 1px silver;box-sizing:border-box;overflow:auto;display:flex;flex-direction:column}.noselect{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}div.grid>.header{min-height:28px;width:100%;position:static;overflow:hidden;display:flex;flex-direction:row;flex:0 0 auto;background:linear-gradient(white, #eeeeee)}div.grid>div.header>div.headerCell{border-right:solid 1px #bbb;border-bottom:solid 1px #bbb;cursor:default;box-sizing:border-box;overflow:hidden;position:relative;display:flex;align-items:center}div.grid>div.header>div.headerCell>div{display:flex;align-items:center;padding:0 0 0 12px}div.grid>div.header>div.headerCell>div span{padding:0 0 0 5px}div.grid>div.header>div.headerCell:last-child{border-right-width:0px}div.grid>div.header>div.sortable{cursor:pointer}div.grid>div.header>div.sortable:hover{cursor:pointer;background:linear-gradient(#eeeeee, #dddddd)}div.grid .down-arrow{width:0;height:0;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);border-top:5px solid #06c;border-bottom:0px solid rgba(0,0,0,0);cursor:pointer}div.grid .up-arrow{width:0;height:0;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);border-top:0px solid rgba(0,0,0,0);border-bottom:5px solid #06c;cursor:pointer}div.grid i.sortArrow{position:absolute;top:8px;left:1px}div.grid>.footer{min-height:28px;width:100%;position:static;overflow:hidden;display:flex;flex-direction:row;flex:0 0 auto;flex-wrap:wrap;background:linear-gradient(#eeeeee, white);border-top:solid 1px #bbb;justify-content:center}div.grid>.footer>.pageButton{flex:0 0 25px;cursor:pointer;text-align:center;padding-top:5px}div.grid>.footer>.pageButton:hover{background:linear-gradient(#eeeeee, #dddddd)}div.grid>.footer>div.disabled{cursor:default;color:#ddd}div.grid>.footer>div.disabled:hover{background:inherit}div.grid>.footer>.pageLabel{flex:1 1 auto;text-align:center;padding-top:5px}div.grid>.footer input{width:4em;text-align:center}div.grid>.main{position:relative;width:100%;overflow:auto;display:flex;flex-direction:column;flex:1 1 auto}div.grid>div.main div.row{width:100%;overflow:hidden;display:flex;flex-direction:row;flex:0 0 auto;min-height:28px;box-sizing:border-box;cursor:pointer}div.grid>div.main div.row:nth-child(odd){background:#f8f8f8}div.grid>div.main div.row.selected{background:#9ecfe9}div.grid>div.main div.row:hover{background:#dcf3ff}div.grid>div.main div.row.selected:hover{background:#9ecfe9}div.grid>div.main div.rowCell{align-content:center;border-right:solid 1px #ddd;border-bottom:solid 1px #ddd;box-sizing:border-box;overflow:hidden;position:static}div.grid>div.main div.rowCell:last-child{border-right-width:0px}div.grid>div.main div .rowCell__label{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:95%}div.grid>div.main div.row div.standard{padding:5px;height:100%;box-sizing:border-box}div.grid>div.main div.row div.standard[data-text]:hover:after{content:attr(data-text);background:#fff;position:absolute;max-width:50%;border:1px solid rgba(223,225,229,0);padding:5px;box-shadow:0 1px 6px 0 rgba(32,33,36,.28);white-space:pre-wrap;word-wrap:break-word;word-break:break-all;display:block;border-radius:8px}div.grid>div.main div.group{padding:5px;background:#efefef;border-bottom:solid 1px #ddd;width:100%;overflow:hidden;min-height:28px;cursor:pointer;box-sizing:border-box}div.grid>div.main div.group:nth-child(odd){background:#efefef}div.grid>div.main div.group:hover{background:#d5e9f7}div.grid>div.main div.group.selected{background:#9ecfe9}div.grid>div.main div.group i.expanded{width:0;height:0;margin-top:2px;margin-right:4px;float:left;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);border-top:5px solid #666;border-bottom:0px solid rgba(0,0,0,0);cursor:pointer}div.grid>div.main div.group i.collapsed{width:0;height:0;margin-top:4px;margin-right:4px;float:left;border-left:5px solid #666;border-top:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0);cursor:pointer}div.grid .commandLink{text-decoration:underline;cursor:pointer}div.grid span.commandLink{color:blue}
.segmentedControl__container{display:flex;user-select:none}.segmentedControl__item__input{display:none}.segmentedControl__item__label{display:flex;align-items:center;justify-content:center;cursor:pointer;border:1px solid #167aff;padding:5px 10px;color:#167aff;min-width:60px}.segmentedControl__item:nth-child(1) .segmentedControl__item__label{border-top-left-radius:4px;border-bottom-left-radius:4px}.segmentedControl__item:last-child .segmentedControl__item__label{border-top-right-radius:4px;border-bottom-right-radius:4px}.segmentedControl__item__input:checked~.segmentedControl__item__label{background-color:#167aff;color:#fff}.segmentedControl__item__input:disabled~.segmentedControl__item__label{opacity:.38;cursor:default}.segmentedControl__item__input:disabled:checked~.segmentedControl__item__label{opacity:.38;cursor:default}
.icon-commonui_DropDown{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -0px;
				background-repeat: no-repeat;
				width: 11px;
				height: 8px;
			}
.icon-commonui_Toolbar_Color_DropDown{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -8px;
				background-repeat: no-repeat;
				width: 11px;
				height: 8px;
			}
.icon-commonui_Toolbar_Color_ArrowDown{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -16px;
				background-repeat: no-repeat;
				width: 13px;
				height: 10px;
			}
.icon-commonui_Toolbar_Color_ArrowUp{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -26px;
				background-repeat: no-repeat;
				width: 13px;
				height: 10px;
			}
.icon-commonui_Toolbar_Color_CloseTransparent{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -36px;
				background-repeat: no-repeat;
				width: 10px;
				height: 10px;
			}
.icon-commonui_Toolbar_Color_FirstPage{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -46px;
				background-repeat: no-repeat;
				width: 12px;
				height: 12px;
			}
.icon-commonui_Toolbar_Color_NextPage{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -58px;
				background-repeat: no-repeat;
				width: 12px;
				height: 12px;
			}
.icon-commonui_Toolbar_Color_PrevPage{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -70px;
				background-repeat: no-repeat;
				width: 12px;
				height: 12px;
			}
.icon-commonui_close{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -82px;
				background-repeat: no-repeat;
				width: 13px;
				height: 13px;
			}
.icon-commonui_Toolbar_Color_ArrowRight{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -95px;
				background-repeat: no-repeat;
				width: 10px;
				height: 13px;
			}
.icon-commonui_Toolbar_Color_Save{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -108px;
				background-repeat: no-repeat;
				width: 14px;
				height: 14px;
			}
.icon-commonui_CloseDialog{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -122px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_icon_close_black{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -138px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_Activate{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -154px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_ActivityFeeds_16{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -170px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_Add{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -186px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_Assign{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -202px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_Auditing_16{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -218px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_Branding_16{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -234px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_Brush{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -250px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_Calendar_16{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -266px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_Charts16{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -282px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_Chat_16{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -298px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_CleanUp_16{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -314px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_Close{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -330px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_Collapsed{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -346px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_condition{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -362px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_Config_16{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -378px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_Constant{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -394px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_Copy{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -410px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_CreateDirectory{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -426px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_CreateNew_16{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -442px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_Cut{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -458px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_Dashboard_16{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -474px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_DateFields_16{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -490px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_Deactivate{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -506px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_Delete{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -522px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_DeleteFile{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -538px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_Deselect{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -554px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_DeselectAll_16{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -570px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_Device_16{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -586px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_Directory{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -602px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_Documents_16{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -618px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_DownArrow{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -634px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_DownloadFile{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -650px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_Edit{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -666px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_EditConfig_16{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -682px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_EnableProcessFields_16{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -698px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_Exchange_16{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -714px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_Expanded{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -730px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_File{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -746px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_FilterFields_16{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -762px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_Forms16{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -778px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_GithubConfigure_16{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -794px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_GlobalMap_16{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -810px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_Google_16{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -826px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_Home_16{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -842px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_Hub_16{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -858px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_if{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -874px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_Images_16{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -890px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_Import_16{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -906px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_Inspections_16{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -922px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_IsDirty{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -938px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_Layout_16{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -954px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_Localizations_16{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -970px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_LocationTracking_16{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -986px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_MultiSelect{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1002px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_OfflineHTML_16{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1018px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_OpenExisting_16{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1034px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_Paste{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1050px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_Properties{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1066px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_Publish{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1082px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_Published{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1098px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_QueryLineGrouping_16{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1114px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_Redo{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1130px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_Refresh{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1146px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_Reminders_16{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1162px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_RemoveField{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1178px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_Rename{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1194px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_ReplaceStyle{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1210px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_Restore{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1226px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_RoutePlan_16{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1242px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_RowScipt_16{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1258px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_SaveAndClose{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1274px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_Scheduler_16{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1290px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_SelectAll_16{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1306px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_ShowUsers{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1322px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_SortFields_16{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1338px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_Spacer{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1354px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_Spinner{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1370px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_StartUp_16{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1386px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_Theme_16{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1402px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_TooltipEditor_16{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1418px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_TooltipEditorOpened_16{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1434px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_TooltipSave_16{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1450px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_Undo{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1466px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_Up{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1482px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_UpArrow{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1498px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_UploadFile{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1514px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_Validate{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1530px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_Variable{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1546px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_Views16{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1562px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_WoodfordIcon16{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1578px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Mono_DemoData{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1594px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-commonui_Toolbar_Color_add_18{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1610px;
				background-repeat: no-repeat;
				width: 18px;
				height: 18px;
			}
.icon-commonui_Toolbar_Color_CellDown_18{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1628px;
				background-repeat: no-repeat;
				width: 18px;
				height: 18px;
			}
.icon-commonui_Toolbar_Color_CellUp_18{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1646px;
				background-repeat: no-repeat;
				width: 18px;
				height: 18px;
			}
.icon-commonui_Toolbar_Color_DataFields_18{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1664px;
				background-repeat: no-repeat;
				width: 18px;
				height: 18px;
			}
.icon-commonui_Toolbar_Color_delete_trashCan{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1682px;
				background-repeat: no-repeat;
				width: 18px;
				height: 18px;
			}
.icon-commonui_Toolbar_Color_DeleteCell{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1700px;
				background-repeat: no-repeat;
				width: 18px;
				height: 18px;
			}
.icon-commonui_Toolbar_Color_DisableUnused_18{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1718px;
				background-repeat: no-repeat;
				width: 18px;
				height: 18px;
			}
.icon-commonui_Toolbar_Color_down_arrow_blue{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1736px;
				background-repeat: no-repeat;
				width: 18px;
				height: 18px;
			}
.icon-commonui_Toolbar_Color_FilterFields_18{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1754px;
				background-repeat: no-repeat;
				width: 18px;
				height: 18px;
			}
.icon-commonui_Toolbar_Color_import_design_16{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1772px;
				background-repeat: no-repeat;
				width: 18px;
				height: 18px;
			}
.icon-commonui_Toolbar_Color_Map_Pin_16{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1790px;
				background-repeat: no-repeat;
				width: 18px;
				height: 18px;
			}
.icon-commonui_Toolbar_Color_on_button_click_grey{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1808px;
				background-repeat: no-repeat;
				width: 18px;
				height: 18px;
			}
.icon-commonui_Toolbar_Color_on_button_click{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1826px;
				background-repeat: no-repeat;
				width: 18px;
				height: 18px;
			}
.icon-commonui_Toolbar_Color_on_can_execute_grey{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1844px;
				background-repeat: no-repeat;
				width: 18px;
				height: 18px;
			}
.icon-commonui_Toolbar_Color_on_can_execute{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1862px;
				background-repeat: no-repeat;
				width: 18px;
				height: 18px;
			}
.icon-commonui_Toolbar_Color_on_change_grey{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1880px;
				background-repeat: no-repeat;
				width: 18px;
				height: 18px;
			}
.icon-commonui_Toolbar_Color_on_execute_grey{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1898px;
				background-repeat: no-repeat;
				width: 18px;
				height: 18px;
			}
.icon-commonui_Toolbar_Color_on_execute{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1916px;
				background-repeat: no-repeat;
				width: 18px;
				height: 18px;
			}
.icon-commonui_Toolbar_Color_on_load_grey{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1934px;
				background-repeat: no-repeat;
				width: 18px;
				height: 18px;
			}
.icon-commonui_Toolbar_Color_on_save_grey{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1952px;
				background-repeat: no-repeat;
				width: 18px;
				height: 18px;
			}
.icon-commonui_Toolbar_Color_OnChange_18{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1970px;
				background-repeat: no-repeat;
				width: 18px;
				height: 18px;
			}
.icon-commonui_Toolbar_Color_OnLoad_18{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -1988px;
				background-repeat: no-repeat;
				width: 18px;
				height: 18px;
			}
.icon-commonui_Toolbar_Color_OnSave_18{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -2006px;
				background-repeat: no-repeat;
				width: 18px;
				height: 18px;
			}
.icon-commonui_Toolbar_Color_scriptDisabled_18{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -2024px;
				background-repeat: no-repeat;
				width: 18px;
				height: 18px;
			}
.icon-commonui_Toolbar_Color_scriptEmpty_18{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -2042px;
				background-repeat: no-repeat;
				width: 18px;
				height: 18px;
			}
.icon-commonui_Toolbar_Color_scriptEnabled_18{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -2060px;
				background-repeat: no-repeat;
				width: 18px;
				height: 18px;
			}
.icon-commonui_Toolbar_Color_select_16{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -2078px;
				background-repeat: no-repeat;
				width: 18px;
				height: 18px;
			}
.icon-commonui_Toolbar_Color_SelectAll_18{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -2096px;
				background-repeat: no-repeat;
				width: 18px;
				height: 18px;
			}
.icon-commonui_Toolbar_Color_SelectAllFields{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -2114px;
				background-repeat: no-repeat;
				width: 18px;
				height: 18px;
			}
.icon-commonui_Toolbar_Color_SelectNone_18{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -2132px;
				background-repeat: no-repeat;
				width: 18px;
				height: 18px;
			}
.icon-commonui_Toolbar_Color_SelectNone{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -2150px;
				background-repeat: no-repeat;
				width: 18px;
				height: 18px;
			}
.icon-commonui_Toolbar_Color_SelectRequired_18{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -2168px;
				background-repeat: no-repeat;
				width: 18px;
				height: 18px;
			}
.icon-commonui_Toolbar_Color_SelectRequired{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -2186px;
				background-repeat: no-repeat;
				width: 18px;
				height: 18px;
			}
.icon-commonui_Toolbar_Color_up_arrow_blue{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -2204px;
				background-repeat: no-repeat;
				width: 18px;
				height: 18px;
			}
.icon-commonui_Toolbar_Mono_addScript_18{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -2222px;
				background-repeat: no-repeat;
				width: 18px;
				height: 18px;
			}
.icon-commonui_Toolbar_Mono_LinkLookup{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -2240px;
				background-repeat: no-repeat;
				width: 18px;
				height: 18px;
			}
.icon-commonui_Toolbar_Mono_LinkRegarding{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -2258px;
				background-repeat: no-repeat;
				width: 18px;
				height: 18px;
			}
.icon-commonui_Toolbar_Mono_OnCanExecute{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -2276px;
				background-repeat: no-repeat;
				width: 18px;
				height: 18px;
			}
.icon-commonui_Toolbar_Mono_OnEmptyCanExecute{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -2294px;
				background-repeat: no-repeat;
				width: 18px;
				height: 18px;
			}
.icon-commonui_Toolbar_Mono_OnEmptyExecute{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -2312px;
				background-repeat: no-repeat;
				width: 18px;
				height: 18px;
			}
.icon-commonui_Toolbar_Mono_OnExecute{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -2330px;
				background-repeat: no-repeat;
				width: 18px;
				height: 18px;
			}
.icon-commonui_Toolbar_Mono_ReportPreviewSettings{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -2348px;
				background-repeat: no-repeat;
				width: 18px;
				height: 18px;
			}
.icon-commonui_Toolbar_Mono_ReportThemes{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -2366px;
				background-repeat: no-repeat;
				width: 18px;
				height: 18px;
			}
.icon-commonui_Toolbar_Mono_scriptEnabled_18{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -2384px;
				background-repeat: no-repeat;
				width: 18px;
				height: 18px;
			}
.icon-commonui_Toolbar_Mono_ShowPreviewLastRecord{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -2402px;
				background-repeat: no-repeat;
				width: 18px;
				height: 18px;
			}
.icon-commonui_components{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -2420px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_filter{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -2440px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_icon_back{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -2460px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_icon_close{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -2480px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_icon_help{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -2500px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_icon_menu{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -2520px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_leftPanelClose{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -2540px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_navigation{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -2560px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_rightPanelClose{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -2580px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_snippet{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -2600px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_tune{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -2620px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_Toolbar_Color_AddSayText{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -2640px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_Toolbar_Color_AddShared{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -2660px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_Toolbar_Color_AddStep{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -2680px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_Toolbar_Color_addVariable{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -2700px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_Toolbar_Color_Code{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -2720px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_Toolbar_Color_Collapse{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -2740px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_Toolbar_Color_Down{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -2760px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_Toolbar_Color_Duplicate{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -2780px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_Toolbar_Color_EditSort{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -2800px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_Toolbar_Color_Expand{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -2820px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_Toolbar_Color_Export{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -2840px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_Toolbar_Color_Group{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -2860px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_Toolbar_Color_GroupAnd{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -2880px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_Toolbar_Color_GroupOr{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -2900px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_Toolbar_Color_Import{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -2920px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_Toolbar_Color_Select{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -2940px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_Toolbar_Color_Ungroup{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -2960px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_Toolbar_Mono_Activate{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -2980px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_Toolbar_Mono_Add{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -3000px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_Toolbar_Mono_AddAIScan{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -3020px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_Toolbar_Mono_AddColumn{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -3040px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_Toolbar_Mono_AddRow{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -3060px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_Toolbar_Mono_AddSayText{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -3080px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_Toolbar_Mono_AddSetGPS{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -3100px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_Toolbar_Mono_AddShared{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -3120px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_Toolbar_Mono_AddStep{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -3140px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_Toolbar_Mono_AddVariable{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -3160px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_Toolbar_Mono_Aggregate{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -3180px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_Toolbar_Mono_Code{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -3200px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_Toolbar_Mono_Collapse{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -3220px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_Toolbar_Mono_Constant{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -3240px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_Toolbar_Mono_Copy{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -3260px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_Toolbar_Mono_Cut{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -3280px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_Toolbar_Mono_Deactivate{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -3300px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_Toolbar_Mono_Delete{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -3320px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_Toolbar_Mono_DeleteColumn{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -3340px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_Toolbar_Mono_DeleteRow{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -3360px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_Toolbar_Mono_Deselect{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -3380px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_Toolbar_Mono_Down{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -3400px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_Toolbar_Mono_Duplicate{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -3420px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_Toolbar_Mono_Edit{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -3440px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_Toolbar_Mono_EditSort{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -3460px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_Toolbar_Mono_Expand{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -3480px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_Toolbar_Mono_Export{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -3500px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_Toolbar_Mono_Group{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -3520px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_Toolbar_Mono_GroupAnd{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -3540px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_Toolbar_Mono_GroupOr{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -3560px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_Toolbar_Mono_Import{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -3580px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_Toolbar_Mono_Paste{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -3600px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_Toolbar_Mono_PreviewJSON{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -3620px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_Toolbar_Mono_Properties{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -3640px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_Toolbar_Mono_Redo{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -3660px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_Toolbar_Mono_Select{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -3680px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_Toolbar_Mono_Undo{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -3700px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_Toolbar_Mono_Ungroup{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -3720px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_Toolbar_Mono_Up{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -3740px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_Toolbar_Mono_Validate{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -3760px;
				background-repeat: no-repeat;
				width: 21px;
				height: 20px;
			}
.icon-commonui_Toolbar_Mono_Variable{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -3780px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-commonui_Toolbar_Color_LimitBottom{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -3800px;
				background-repeat: no-repeat;
				width: 27px;
				height: 23px;
			}
.icon-commonui_Toolbar_Color_LimitNone{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -3823px;
				background-repeat: no-repeat;
				width: 27px;
				height: 23px;
			}
.icon-commonui_Toolbar_Color_LimitTop{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -3846px;
				background-repeat: no-repeat;
				width: 27px;
				height: 23px;
			}
.icon-commonui_Toolbar_Mono_Publish{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -3869px;
				background-repeat: no-repeat;
				width: 20px;
				height: 23px;
			}
.icon-commonui_Close_24{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -3892px;
				background-repeat: no-repeat;
				width: 24px;
				height: 24px;
			}
.icon-commonui_Collapsed_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -3916px;
				background-repeat: no-repeat;
				width: 24px;
				height: 24px;
			}
.icon-commonui_DialogExpand_24{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -3940px;
				background-repeat: no-repeat;
				width: 24px;
				height: 24px;
			}
.icon-commonui_Expanded_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -3964px;
				background-repeat: no-repeat;
				width: 24px;
				height: 24px;
			}
.icon-commonui_icon_arrow_up{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -3988px;
				background-repeat: no-repeat;
				width: 24px;
				height: 24px;
			}
.icon-commonui_icon_dynamicsfieldservice{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -4012px;
				background-repeat: no-repeat;
				width: 24px;
				height: 24px;
			}
.icon-commonui_icon_inspection{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -4036px;
				background-repeat: no-repeat;
				width: 24px;
				height: 24px;
			}
.icon-commonui_icon_woodford{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -4060px;
				background-repeat: no-repeat;
				width: 24px;
				height: 24px;
			}
.icon-commonui_tips{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -4084px;
				background-repeat: no-repeat;
				width: 24px;
				height: 24px;
			}
.icon-commonui_Toolbar_Color_leftArrow{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -4108px;
				background-repeat: no-repeat;
				width: 24px;
				height: 24px;
			}
.icon-commonui_Toolbar_Color_rightArrow{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -4132px;
				background-repeat: no-repeat;
				width: 24px;
				height: 24px;
			}
.icon-commonui_Toolbar_Mono_Validate_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -4156px;
				background-repeat: no-repeat;
				width: 32px;
				height: 30px;
			}
.icon-commonui_Toolbar_Color_AlertEdited{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -4186px;
				background-repeat: no-repeat;
				width: 31px;
				height: 31px;
			}
.icon-commonui_Toolbar_Color_NewView_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -4217px;
				background-repeat: no-repeat;
				width: 32px;
				height: 31px;
			}
.icon-commonui_AI_Help_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -4248px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Avatar_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -4280px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Help_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -4312px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_Add_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -4344px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_AddButton_-1{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -4376px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_AddButton_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -4408px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_AddCell_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -4440px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_AddCell32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -4472px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_AddChildRepeat32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -4504px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_AddChildRepeater_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -4536px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_AddCommands_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -4568px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_AddComponent_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -4600px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_AddDetailTab_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -4632px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_AddExistingStandard_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -4664px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_AddField_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -4696px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_AddFields_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -4728px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_AddGrid_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -4760px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_AddGrid32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -4792px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_AddHub_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -4824px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_AddIframe_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -4856px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_AddImage_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -4888px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_AddListTab_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -4920px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_AddMap_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -4952px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_AddMapPin_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -4984px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_AddMedia_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -5016px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_AddOther_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -5048px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_AddParentGrid_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -5080px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_AddParentGrid32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -5112px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_AddProcessFlow_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -5144px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_AddRepeat32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -5176px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_AddRepeater_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -5208px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_AddRichText_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -5240px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_AddSalesforceChatter_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -5272px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_AddSignature_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -5304px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_AddTable_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -5336px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_AddTaggedImage_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -5368px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_AddTimeline_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -5400px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_AddTree_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -5432px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_AddVariable_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -5464px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_AddView32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -5496px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_AddWall_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -5528px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_AIAssistant_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -5560px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_AISummarize_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -5592px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_AreaChart_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -5624px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_AreaChart32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -5656px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_Assign_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -5688px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_AssignRoles_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -5720px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_Associate_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -5752px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_AssociateAdd_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -5784px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_AssociateRemove_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -5816px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_BarChart_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -5848px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_BarChart32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -5880px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_ChartsBarGraph32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -5912px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_CheckUser_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -5944px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_Clone_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -5976px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_ColumnChart_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -6008px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_Connection_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -6040px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_Contents_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -6072px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_Deactivate_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -6104px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_defineColors_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -6136px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_Delete_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -6168px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_Delete32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -6200px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_DeleteAll_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -6232px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_Derive_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -6264px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_Details_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -6296px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_DisableEmail_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -6328px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_DisableRule_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -6360px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_DonutChart_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -6392px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_DonutChart32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -6424px;
				background-repeat: no-repeat;
				width: 33px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_DownloadBuild_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -6456px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_Duplicate_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -6488px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_Edit_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -6520px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_Edit_Styles_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -6552px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_EditCommand_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -6584px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_EditFields_-1{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -6616px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_EditFields_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -6648px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_EditFilter_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -6680px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_EditSearch_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -6712px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_EditSort_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -6744px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_EditSources_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -6776px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_EditUI_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -6808px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_EmailOff-32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -6840px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_EmailOn-32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -6872px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_EnableEmail_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -6904px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_EnableRule_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -6936px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_Export_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -6968px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_ExportData_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -7000px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_ExportEntity_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -7032px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_Fetch_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -7064px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_Filter_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -7096px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_FindAddress_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -7128px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_FindPosition_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -7160px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_Flatten_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -7192px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_FormSelectRule_define_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -7224px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_FormSelectRule_empty_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -7256px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_FunnelChart_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -7288px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_FunnelChart32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -7320px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_GaugeChart_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -7352px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_GaugeChart32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -7384px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_GithubCheckout_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -7416px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_GithubCommit_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -7448px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_GithubConfigure_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -7480px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_guidesAddToHome_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -7512px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_guidesAddToHomeEditor_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -7544px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_Help_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -7576px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_HomeCustom_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -7608px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_HomeDefault_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -7640px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_IconPack_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -7672px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_IFrame_define_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -7704px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_IFrame_empty_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -7736px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_Import_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -7768px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_ImportData_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -7800px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_ImportEntity_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -7832px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_ImportPowerApp_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -7864px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_inspectionsAddToForm_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -7896px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_inspectionsAddToHome_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -7928px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_inspectionsInstallReport_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -7960px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_Layout_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -7992px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_LineChart_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -8024px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_LineChart32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -8056px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_ListAddCell_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -8088px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_ListButtons_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -8120px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_LoadPreset_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -8152px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_Localizations_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -8184px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_Merge_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -8216px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_MultiSelect32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -8248px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_NewChart_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -8280px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_NewForm_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -8312px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_NewRecord_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -8344px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_NewSpecialView_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -8376px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_OnAdded_defined_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -8408px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_OnAdded_disabled_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -8440px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_OnAdded_empty_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -8472px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_OnButtonClick_defined_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -8504px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_OnButtonClick_disable_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -8536px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_OnButtonClick_empty_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -8568px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_OnCanExecute_define_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -8600px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_OnCanExecute_disable_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -8632px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_OnCanExecute_empty_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -8664px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_OnCellClick_defined_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -8696px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_OnCellClick_disable_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -8728px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_OnCellClick_empty_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -8760px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_OnChange_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -8792px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_OnChange_defined_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -8824px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_OnChange_disabled_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -8856px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_OnChange_empty_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -8888px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_OnCompleted_defined_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -8920px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_OnCompleted_disabled_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -8952px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_OnCompleted_empty_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -8984px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_OnDelete_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -9016px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_OnEmptyChange_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -9048px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_OnEmptyDelete_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -9080px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_OnEmptyLoad_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -9112px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_OnEmptyRepeat_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -9144px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_OnEmptySave_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -9176px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_OnExecute_define_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -9208px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_OnExecute_disable_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -9240px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_OnExecute_empty_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -9272px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_OnLoad_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -9304px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_OnLoad_defined_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -9336px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_OnLoad_disabled_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -9368px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_OnLoad_empty_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -9400px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_OnRepeat_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -9432px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_OnSave_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -9464px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_OnSave_defined_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -9496px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_OnSave_disabled_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -9528px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_OnSave_empty_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -9560px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_PieChart_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -9592px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_PieChart32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -9624px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_Properties_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -9656px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_Publish_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -9688px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_PublishAll_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -9720px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_Recover_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -9752px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_RequestBuild_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -9784px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_Restore_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -9816px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_Save_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -9848px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_SaveAndClose_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -9880px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_SelectFields_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -9912px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_SelectFormOn_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -9944px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_Send_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -9976px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_SendAll_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -10008px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_ShowFields_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -10040px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_ShowSystemFields_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -10072px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_ShowUI_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -10104px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_Sort_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -10136px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_Spacer_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -10168px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_Styles_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -10200px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_TakeDeviceVersion32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -10232px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_TakeServerVersion32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -10264px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_Theme_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -10296px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_UpdateLicenses_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -10328px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_UpdateMetadata_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -10360px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_UserDelete_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -10392px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_UserDisable_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -10424px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_UserEnable_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -10456px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_Web_Resource_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -10488px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Color_WoodfordIcon32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -10520px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_GithubCheckout_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -10552px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_GithubCommit_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -10584px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_GithubConfigure_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -10616px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_Add_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -10648px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_AddCell_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -10680px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_AddChildRepeater_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -10712px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_AddField_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -10744px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_AddGrid_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -10776px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_AddImage_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -10808px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_AddParentGrid_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -10840px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_AddQR_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -10872px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_AddRepeater_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -10904px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_AddSignature_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -10936px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_AITranslate_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -10968px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_Archive_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -11000px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_Associate_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -11032px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_AssociateAdd_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -11064px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_AssociateRemove_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -11096px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_CmdReplay_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -11128px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_Connection_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -11160px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_CreateSnippet_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -11192px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_Deactivate_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -11224px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_Delete_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -11256px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_Disabled_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -11288px;
				background-repeat: no-repeat;
				width: 33px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_Discard_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -11320px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_Duplicate_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -11352px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_Edit_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -11384px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_EditCommand_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -11416px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_EditReport_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -11448px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_EditSources_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -11480px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_EditStyles_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -11512px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_Enabled_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -11544px;
				background-repeat: no-repeat;
				width: 33px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_Export_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -11576px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_Import_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -11608px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_Localizations_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -11640px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_MoveToFolder_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -11672px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_MultiSelectOff_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -11704px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_MultiSelectOn_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -11736px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_NewFolder_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -11768px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_OnCanExecute_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -11800px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_OnChange_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -11832px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_OnCreate_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -11864px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_OnDelete_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -11896px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_OnEmptyCanExecute_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -11928px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_OnEmptyChange_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -11960px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_OnEmptyDelete_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -11992px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_OnEmptyExecute_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -12024px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_OnEmptyLoad_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -12056px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_OnEmptyOnInit_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -12088px;
				background-repeat: no-repeat;
				width: 27px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_OnEmptyRepeat_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -12120px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_OnEmptySave_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -12152px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_OnExecute_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -12184px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_OnInit_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -12216px;
				background-repeat: no-repeat;
				width: 27px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_OnLoad_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -12248px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_OnRepeat_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -12280px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_OnSave_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -12312px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_OpenFolder_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -12344px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_PreviewReport_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -12376px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_Publish_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -12408px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_RenameFolder_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -12440px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_ReorderFields_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -12472px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_ReportThemes_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -12504px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_ResetGrid_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -12536px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_Revise_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -12568px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_Save_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -12600px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_SaveAndClose_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -12632px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_SelectFields_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -12664px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_Settings_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -12696px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_SettingsWithBadge_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -12728px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_ShowPreview_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -12760px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_Stage_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -12792px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_Theme_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -12824px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_Up_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -12856px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_VersionHistory_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -12888px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_VersioningOff_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -12920px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_VersioningOn_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -12952px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_View_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -12984px;
				background-repeat: no-repeat;
				width: 32px;
				height: 32px;
			}
.icon-commonui_Toolbar_Mono_Refresh_32{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -13016px;
				background-repeat: no-repeat;
				width: 32px;
				height: 33px;
			}
.icon-commonui_Toolbar_Color_Search{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -13049px;
				background-repeat: no-repeat;
				width: 34px;
				height: 34px;
			}
.icon-commonui_Back{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -13083px;
				background-repeat: no-repeat;
				width: 36px;
				height: 36px;
			}
.icon-commonui_Toolbar_Color_back_over{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -13119px;
				background-repeat: no-repeat;
				width: 40px;
				height: 40px;
			}
.icon-commonui_Toolbar_Color_back_push{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -13159px;
				background-repeat: no-repeat;
				width: 40px;
				height: 40px;
			}
.icon-commonui_Toolbar_Color_back{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -13199px;
				background-repeat: no-repeat;
				width: 40px;
				height: 40px;
			}
.icon-commonui_Toolbar_Color_ErrorIcon48{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -13239px;
				background-repeat: no-repeat;
				width: 48px;
				height: 48px;
			}
.icon-commonui_Toolbar_Color_HelpIcon48{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -13287px;
				background-repeat: no-repeat;
				width: 48px;
				height: 48px;
			}
.icon-commonui_Toolbar_Color_InfoIcon48{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -13335px;
				background-repeat: no-repeat;
				width: 48px;
				height: 48px;
			}
.icon-commonui_Toolbar_Color_WarningIcon48{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -13383px;
				background-repeat: no-repeat;
				width: 48px;
				height: 48px;
			}
.icon-commonui_Toolbar_Color_Woodford_HTML_48x48{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -13431px;
				background-repeat: no-repeat;
				width: 48px;
				height: 48px;
			}
.icon-commonui_Toolbar_Color_WoodfordIcon48{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -13479px;
				background-repeat: no-repeat;
				width: 48px;
				height: 48px;
			}
.icon-commonui_Toolbar_Color_NoImage{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -13527px;
				background-repeat: no-repeat;
				width: 50px;
				height: 50px;
			}
.icon-commonui_Toolbar_Color_Chess{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -13577px;
				background-repeat: no-repeat;
				width: 100px;
				height: 100px;
			}
.icon-commonui_Toolbar_Color_WoodfordIcon128{
				background-image: url(commonuisprite.7a95d0baca78c44f.png);
				background-position: -0px -13677px;
				background-repeat: no-repeat;
				width: 128px;
				height: 128px;
			}
.icon-rescosdk_Collapse{
				background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAB4CAYAAADyv9IsAAAAAklEQVR4AewaftIAAAUdSURBVO3BP4gbVx7A8e/vjQIKLjJDsnCu8tIumKhQwOVstXGT0yEVgS0uW+QyrixBvKgJ0mIIKDZE19yNq1VKF8K7kCJXabdLYAqbhfV1flel2DtmDBeikIveaS2FlXc10jgZTP7s58NZOohbOohb/EQOM3QQt4A24LvlJknUOeA5OUzpIG4BbU75brlJEnUOeA4OYzqIW0Cb83y33CSJOgdk5OggbgFt0vluuUkSdQ7IQAHCckJGThJ19t1yUwCf+bZN6LXJyGEsiTr7brkpgM+ztk3otXkODlNJ1Nl3y00BfCa2Tei1+bl0ELd1ELf5iYQZ1toS8CnP2hQRQ0ZirfWBAdmsicg+CxQAA2yTjWEJYcxa+x7wZxb7TER6LKGY0IBPOh/QZFBghoisMYcdIyNFzhQ5U+RMkTNFzhQ5KzCRMGatHZAuIYMCEz2gBLzOfD2gRx6craPHztbRYzIqsISA5jkocqbImSJnipwpcqbImThbR48FND+DBfPDJ6tvMKZ40QpbR7awdWTJSJEzRc4UOVPkTJEzRc4KLGHB8Ptirb1hra2TkWK5CvBHMlLkTJEzRc4UOROmrLU3gArnlZh4wHl7ItJlhuKU8CJYawfW2gEZKXKmyJkiZ4qcFVhujwsXfgFqtdp6rVZbJwPFEkEQKGvtbWvt7SAIFEsoljg+Pt4ErgBXjo+PN1lCscDGxsYl4Banbm1sbFxiAcUCw+HwQ+Aypy4Ph8MPWUCRolqtXgZuct7NarV6mRSKdLeAS5x3CbhFCsUc1Wr1CrBJus1qtXqFORTz3QYU6RRwmwsXLvxmCXNUq9UvgHUW+0e/33+bMxTz3QRGpBsBN5lDMUe/3z8Edki30+/3D5lDke4j4BvO+wb4iBQOKR49evTf1dXVlwCfZ33c7/c/J4VigWKxeAf4mlNfF4vFOyzgsMDh4eH3q6urCfAOE4179+59xQKKJVZWVnaAQ+BwZWVlhzzUarX1Wq22zoVfJ2EBXY9dvqPFCMxdr0EGQgodxBrsLsibTBhgzYSeYQGHOXRw7GPVABENGCABNFBx32r+K4k6/ySFwxk6iFugeghFLLu8zDX+xz0sGuEq8K5bbpJEnQPmEKZ0PXYZch/wmdg2oddmhg7iNtDihLCLpWFCzzDDYUy/H5cYMQBKWBKEayb0epyRRJ19t9w8AHzgKlBxy829JOokTDn6g/gGQg/hD2AfIrJmQu8BKZKoY9xycw+oABqou29tPUmiT75kTKEQBJen5BUys084YUlA8SMniTpfuuXmZ0AF0EDFLTcfJlHHMIcOjn2sGiCiAcOIa+aut8uUw1gSdRK33NzDohGuAu+55SZJ1Dlghg7iFqgeQhHYp8ia+ZtnmCGcoYO4DbQ4IexiaVAk4Vt2ECpMbJvQazOm67Frul7ClOjr/64wcnYQuib0thnTf4krKD4FNGCY0FgShD+Z0NtnTAdxC0sd+aFhwtd6jBWwTgnBBdr6elzC0jCht6uD+AEwADRP2YeIVEzoGV2PXYbcB3wEEMdlShjTQewDO4AGDLBmQs8wpoP/dEFBkbbpeol+Py7hcB/QgAE2TejtMyVM6SDWCPexlDgho4b5+6tdZugP4hsIXZ6yD0EqJvQMM4QzdBC3gRYnLF1z12voeuzyHS0sdSb+akKvzhzCHPp6XGdEC8EFDNgnIG9iSRAaJvR6pBBS6CDWwADQTBhgzYSeYQFhAV2PXYajLla9wstsmq6X8KL9H1FyvkG9EZlhAAAAAElFTkSuQmCC);
				background-position: -0px -0px;
				background-repeat: no-repeat;
				width: 10px;
				height: 5px;
			}
.icon-rescosdk_Expand{
				background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAB4CAYAAADyv9IsAAAAAklEQVR4AewaftIAAAUdSURBVO3BP4gbVx7A8e/vjQIKLjJDsnCu8tIumKhQwOVstXGT0yEVgS0uW+QyrixBvKgJ0mIIKDZE19yNq1VKF8K7kCJXabdLYAqbhfV1flel2DtmDBeikIveaS2FlXc10jgZTP7s58NZOohbOohb/EQOM3QQt4A24LvlJknUOeA5OUzpIG4BbU75brlJEnUOeA4OYzqIW0Cb83y33CSJOgdk5OggbgFt0vluuUkSdQ7IQAHCckJGThJ19t1yUwCf+bZN6LXJyGEsiTr7brkpgM+ztk3otXkODlNJ1Nl3y00BfCa2Tei1+bl0ELd1ELf5iYQZ1toS8CnP2hQRQ0ZirfWBAdmsicg+CxQAA2yTjWEJYcxa+x7wZxb7TER6LKGY0IBPOh/QZFBghoisMYcdIyNFzhQ5U+RMkTNFzhQ5KzCRMGatHZAuIYMCEz2gBLzOfD2gRx6craPHztbRYzIqsISA5jkocqbImSJnipwpcqbImThbR48FND+DBfPDJ6tvMKZ40QpbR7awdWTJSJEzRc4UOVPkTJEzRc4KLGHB8Ptirb1hra2TkWK5CvBHMlLkTJEzRc4UOROmrLU3gArnlZh4wHl7ItJlhuKU8CJYawfW2gEZKXKmyJkiZ4qcFVhujwsXfgFqtdp6rVZbJwPFEkEQKGvtbWvt7SAIFEsoljg+Pt4ErgBXjo+PN1lCscDGxsYl4Banbm1sbFxiAcUCw+HwQ+Aypy4Ph8MPWUCRolqtXgZuct7NarV6mRSKdLeAS5x3CbhFCsUc1Wr1CrBJus1qtXqFORTz3QYU6RRwmwsXLvxmCXNUq9UvgHUW+0e/33+bMxTz3QRGpBsBN5lDMUe/3z8Edki30+/3D5lDke4j4BvO+wb4iBQOKR49evTf1dXVlwCfZ33c7/c/J4VigWKxeAf4mlNfF4vFOyzgsMDh4eH3q6urCfAOE4179+59xQKKJVZWVnaAQ+BwZWVlhzzUarX1Wq22zoVfJ2EBXY9dvqPFCMxdr0EGQgodxBrsLsibTBhgzYSeYQGHOXRw7GPVABENGCABNFBx32r+K4k6/ySFwxk6iFugeghFLLu8zDX+xz0sGuEq8K5bbpJEnQPmEKZ0PXYZch/wmdg2oddmhg7iNtDihLCLpWFCzzDDYUy/H5cYMQBKWBKEayb0epyRRJ19t9w8AHzgKlBxy829JOokTDn6g/gGQg/hD2AfIrJmQu8BKZKoY9xycw+oABqou29tPUmiT75kTKEQBJen5BUys084YUlA8SMniTpfuuXmZ0AF0EDFLTcfJlHHMIcOjn2sGiCiAcOIa+aut8uUw1gSdRK33NzDohGuAu+55SZJ1Dlghg7iFqgeQhHYp8ia+ZtnmCGcoYO4DbQ4IexiaVAk4Vt2ECpMbJvQazOm67Frul7ClOjr/64wcnYQuib0thnTf4krKD4FNGCY0FgShD+Z0NtnTAdxC0sd+aFhwtd6jBWwTgnBBdr6elzC0jCht6uD+AEwADRP2YeIVEzoGV2PXYbcB3wEEMdlShjTQewDO4AGDLBmQs8wpoP/dEFBkbbpeol+Py7hcB/QgAE2TejtMyVM6SDWCPexlDgho4b5+6tdZugP4hsIXZ6yD0EqJvQMM4QzdBC3gRYnLF1z12voeuzyHS0sdSb+akKvzhzCHPp6XGdEC8EFDNgnIG9iSRAaJvR6pBBS6CDWwADQTBhgzYSeYQFhAV2PXYajLla9wstsmq6X8KL9H1FyvkG9EZlhAAAAAElFTkSuQmCC);
				background-position: -0px -5px;
				background-repeat: no-repeat;
				width: 10px;
				height: 5px;
			}
.icon-rescosdk_Delete{
				background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAB4CAYAAADyv9IsAAAAAklEQVR4AewaftIAAAUdSURBVO3BP4gbVx7A8e/vjQIKLjJDsnCu8tIumKhQwOVstXGT0yEVgS0uW+QyrixBvKgJ0mIIKDZE19yNq1VKF8K7kCJXabdLYAqbhfV1flel2DtmDBeikIveaS2FlXc10jgZTP7s58NZOohbOohb/EQOM3QQt4A24LvlJknUOeA5OUzpIG4BbU75brlJEnUOeA4OYzqIW0Cb83y33CSJOgdk5OggbgFt0vluuUkSdQ7IQAHCckJGThJ19t1yUwCf+bZN6LXJyGEsiTr7brkpgM+ztk3otXkODlNJ1Nl3y00BfCa2Tei1+bl0ELd1ELf5iYQZ1toS8CnP2hQRQ0ZirfWBAdmsicg+CxQAA2yTjWEJYcxa+x7wZxb7TER6LKGY0IBPOh/QZFBghoisMYcdIyNFzhQ5U+RMkTNFzhQ5KzCRMGatHZAuIYMCEz2gBLzOfD2gRx6craPHztbRYzIqsISA5jkocqbImSJnipwpcqbImThbR48FND+DBfPDJ6tvMKZ40QpbR7awdWTJSJEzRc4UOVPkTJEzRc4KLGHB8Ptirb1hra2TkWK5CvBHMlLkTJEzRc4UOROmrLU3gArnlZh4wHl7ItJlhuKU8CJYawfW2gEZKXKmyJkiZ4qcFVhujwsXfgFqtdp6rVZbJwPFEkEQKGvtbWvt7SAIFEsoljg+Pt4ErgBXjo+PN1lCscDGxsYl4Banbm1sbFxiAcUCw+HwQ+Aypy4Ph8MPWUCRolqtXgZuct7NarV6mRSKdLeAS5x3CbhFCsUc1Wr1CrBJus1qtXqFORTz3QYU6RRwmwsXLvxmCXNUq9UvgHUW+0e/33+bMxTz3QRGpBsBN5lDMUe/3z8Edki30+/3D5lDke4j4BvO+wb4iBQOKR49evTf1dXVlwCfZ33c7/c/J4VigWKxeAf4mlNfF4vFOyzgsMDh4eH3q6urCfAOE4179+59xQKKJVZWVnaAQ+BwZWVlhzzUarX1Wq22zoVfJ2EBXY9dvqPFCMxdr0EGQgodxBrsLsibTBhgzYSeYQGHOXRw7GPVABENGCABNFBx32r+K4k6/ySFwxk6iFugeghFLLu8zDX+xz0sGuEq8K5bbpJEnQPmEKZ0PXYZch/wmdg2oddmhg7iNtDihLCLpWFCzzDDYUy/H5cYMQBKWBKEayb0epyRRJ19t9w8AHzgKlBxy829JOokTDn6g/gGQg/hD2AfIrJmQu8BKZKoY9xycw+oABqou29tPUmiT75kTKEQBJen5BUys084YUlA8SMniTpfuuXmZ0AF0EDFLTcfJlHHMIcOjn2sGiCiAcOIa+aut8uUw1gSdRK33NzDohGuAu+55SZJ1Dlghg7iFqgeQhHYp8ia+ZtnmCGcoYO4DbQ4IexiaVAk4Vt2ECpMbJvQazOm67Frul7ClOjr/64wcnYQuib0thnTf4krKD4FNGCY0FgShD+Z0NtnTAdxC0sd+aFhwtd6jBWwTgnBBdr6elzC0jCht6uD+AEwADRP2YeIVEzoGV2PXYbcB3wEEMdlShjTQewDO4AGDLBmQs8wpoP/dEFBkbbpeol+Py7hcB/QgAE2TejtMyVM6SDWCPexlDgho4b5+6tdZugP4hsIXZ6yD0EqJvQMM4QzdBC3gRYnLF1z12voeuzyHS0sdSb+akKvzhzCHPp6XGdEC8EFDNgnIG9iSRAaJvR6pBBS6CDWwADQTBhgzYSeYQFhAV2PXYajLla9wstsmq6X8KL9H1FyvkG9EZlhAAAAAElFTkSuQmCC);
				background-position: -0px -10px;
				background-repeat: no-repeat;
				width: 12px;
				height: 14px;
			}
.icon-rescosdk_AddBlue{
				background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAB4CAYAAADyv9IsAAAAAklEQVR4AewaftIAAAUdSURBVO3BP4gbVx7A8e/vjQIKLjJDsnCu8tIumKhQwOVstXGT0yEVgS0uW+QyrixBvKgJ0mIIKDZE19yNq1VKF8K7kCJXabdLYAqbhfV1flel2DtmDBeikIveaS2FlXc10jgZTP7s58NZOohbOohb/EQOM3QQt4A24LvlJknUOeA5OUzpIG4BbU75brlJEnUOeA4OYzqIW0Cb83y33CSJOgdk5OggbgFt0vluuUkSdQ7IQAHCckJGThJ19t1yUwCf+bZN6LXJyGEsiTr7brkpgM+ztk3otXkODlNJ1Nl3y00BfCa2Tei1+bl0ELd1ELf5iYQZ1toS8CnP2hQRQ0ZirfWBAdmsicg+CxQAA2yTjWEJYcxa+x7wZxb7TER6LKGY0IBPOh/QZFBghoisMYcdIyNFzhQ5U+RMkTNFzhQ5KzCRMGatHZAuIYMCEz2gBLzOfD2gRx6craPHztbRYzIqsISA5jkocqbImSJnipwpcqbImThbR48FND+DBfPDJ6tvMKZ40QpbR7awdWTJSJEzRc4UOVPkTJEzRc4KLGHB8Ptirb1hra2TkWK5CvBHMlLkTJEzRc4UOROmrLU3gArnlZh4wHl7ItJlhuKU8CJYawfW2gEZKXKmyJkiZ4qcFVhujwsXfgFqtdp6rVZbJwPFEkEQKGvtbWvt7SAIFEsoljg+Pt4ErgBXjo+PN1lCscDGxsYl4Banbm1sbFxiAcUCw+HwQ+Aypy4Ph8MPWUCRolqtXgZuct7NarV6mRSKdLeAS5x3CbhFCsUc1Wr1CrBJus1qtXqFORTz3QYU6RRwmwsXLvxmCXNUq9UvgHUW+0e/33+bMxTz3QRGpBsBN5lDMUe/3z8Edki30+/3D5lDke4j4BvO+wb4iBQOKR49evTf1dXVlwCfZ33c7/c/J4VigWKxeAf4mlNfF4vFOyzgsMDh4eH3q6urCfAOE4179+59xQKKJVZWVnaAQ+BwZWVlhzzUarX1Wq22zoVfJ2EBXY9dvqPFCMxdr0EGQgodxBrsLsibTBhgzYSeYQGHOXRw7GPVABENGCABNFBx32r+K4k6/ySFwxk6iFugeghFLLu8zDX+xz0sGuEq8K5bbpJEnQPmEKZ0PXYZch/wmdg2oddmhg7iNtDihLCLpWFCzzDDYUy/H5cYMQBKWBKEayb0epyRRJ19t9w8AHzgKlBxy829JOokTDn6g/gGQg/hD2AfIrJmQu8BKZKoY9xycw+oABqou29tPUmiT75kTKEQBJen5BUys084YUlA8SMniTpfuuXmZ0AF0EDFLTcfJlHHMIcOjn2sGiCiAcOIa+aut8uUw1gSdRK33NzDohGuAu+55SZJ1Dlghg7iFqgeQhHYp8ia+ZtnmCGcoYO4DbQ4IexiaVAk4Vt2ECpMbJvQazOm67Frul7ClOjr/64wcnYQuib0thnTf4krKD4FNGCY0FgShD+Z0NtnTAdxC0sd+aFhwtd6jBWwTgnBBdr6elzC0jCht6uD+AEwADRP2YeIVEzoGV2PXYbcB3wEEMdlShjTQewDO4AGDLBmQs8wpoP/dEFBkbbpeol+Py7hcB/QgAE2TejtMyVM6SDWCPexlDgho4b5+6tdZugP4hsIXZ6yD0EqJvQMM4QzdBC3gRYnLF1z12voeuzyHS0sdSb+akKvzhzCHPp6XGdEC8EFDNgnIG9iSRAaJvR6pBBS6CDWwADQTBhgzYSeYQFhAV2PXYajLla9wstsmq6X8KL9H1FyvkG9EZlhAAAAAElFTkSuQmCC);
				background-position: -0px -24px;
				background-repeat: no-repeat;
				width: 18px;
				height: 18px;
			}
.icon-rescosdk_AddWhite{
				background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAB4CAYAAADyv9IsAAAAAklEQVR4AewaftIAAAUdSURBVO3BP4gbVx7A8e/vjQIKLjJDsnCu8tIumKhQwOVstXGT0yEVgS0uW+QyrixBvKgJ0mIIKDZE19yNq1VKF8K7kCJXabdLYAqbhfV1flel2DtmDBeikIveaS2FlXc10jgZTP7s58NZOohbOohb/EQOM3QQt4A24LvlJknUOeA5OUzpIG4BbU75brlJEnUOeA4OYzqIW0Cb83y33CSJOgdk5OggbgFt0vluuUkSdQ7IQAHCckJGThJ19t1yUwCf+bZN6LXJyGEsiTr7brkpgM+ztk3otXkODlNJ1Nl3y00BfCa2Tei1+bl0ELd1ELf5iYQZ1toS8CnP2hQRQ0ZirfWBAdmsicg+CxQAA2yTjWEJYcxa+x7wZxb7TER6LKGY0IBPOh/QZFBghoisMYcdIyNFzhQ5U+RMkTNFzhQ5KzCRMGatHZAuIYMCEz2gBLzOfD2gRx6craPHztbRYzIqsISA5jkocqbImSJnipwpcqbImThbR48FND+DBfPDJ6tvMKZ40QpbR7awdWTJSJEzRc4UOVPkTJEzRc4KLGHB8Ptirb1hra2TkWK5CvBHMlLkTJEzRc4UOROmrLU3gArnlZh4wHl7ItJlhuKU8CJYawfW2gEZKXKmyJkiZ4qcFVhujwsXfgFqtdp6rVZbJwPFEkEQKGvtbWvt7SAIFEsoljg+Pt4ErgBXjo+PN1lCscDGxsYl4Banbm1sbFxiAcUCw+HwQ+Aypy4Ph8MPWUCRolqtXgZuct7NarV6mRSKdLeAS5x3CbhFCsUc1Wr1CrBJus1qtXqFORTz3QYU6RRwmwsXLvxmCXNUq9UvgHUW+0e/33+bMxTz3QRGpBsBN5lDMUe/3z8Edki30+/3D5lDke4j4BvO+wb4iBQOKR49evTf1dXVlwCfZ33c7/c/J4VigWKxeAf4mlNfF4vFOyzgsMDh4eH3q6urCfAOE4179+59xQKKJVZWVnaAQ+BwZWVlhzzUarX1Wq22zoVfJ2EBXY9dvqPFCMxdr0EGQgodxBrsLsibTBhgzYSeYQGHOXRw7GPVABENGCABNFBx32r+K4k6/ySFwxk6iFugeghFLLu8zDX+xz0sGuEq8K5bbpJEnQPmEKZ0PXYZch/wmdg2oddmhg7iNtDihLCLpWFCzzDDYUy/H5cYMQBKWBKEayb0epyRRJ19t9w8AHzgKlBxy829JOokTDn6g/gGQg/hD2AfIrJmQu8BKZKoY9xycw+oABqou29tPUmiT75kTKEQBJen5BUys084YUlA8SMniTpfuuXmZ0AF0EDFLTcfJlHHMIcOjn2sGiCiAcOIa+aut8uUw1gSdRK33NzDohGuAu+55SZJ1Dlghg7iFqgeQhHYp8ia+ZtnmCGcoYO4DbQ4IexiaVAk4Vt2ECpMbJvQazOm67Frul7ClOjr/64wcnYQuib0thnTf4krKD4FNGCY0FgShD+Z0NtnTAdxC0sd+aFhwtd6jBWwTgnBBdr6elzC0jCht6uD+AEwADRP2YeIVEzoGV2PXYbcB3wEEMdlShjTQewDO4AGDLBmQs8wpoP/dEFBkbbpeol+Py7hcB/QgAE2TejtMyVM6SDWCPexlDgho4b5+6tdZugP4hsIXZ6yD0EqJvQMM4QzdBC3gRYnLF1z12voeuzyHS0sdSb+akKvzhzCHPp6XGdEC8EFDNgnIG9iSRAaJvR6pBBS6CDWwADQTBhgzYSeYQFhAV2PXYajLla9wstsmq6X8KL9H1FyvkG9EZlhAAAAAElFTkSuQmCC);
				background-position: -0px -42px;
				background-repeat: no-repeat;
				width: 18px;
				height: 18px;
			}
.icon-rescosdk_Ascending{
				background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAB4CAYAAADyv9IsAAAAAklEQVR4AewaftIAAAUdSURBVO3BP4gbVx7A8e/vjQIKLjJDsnCu8tIumKhQwOVstXGT0yEVgS0uW+QyrixBvKgJ0mIIKDZE19yNq1VKF8K7kCJXabdLYAqbhfV1flel2DtmDBeikIveaS2FlXc10jgZTP7s58NZOohbOohb/EQOM3QQt4A24LvlJknUOeA5OUzpIG4BbU75brlJEnUOeA4OYzqIW0Cb83y33CSJOgdk5OggbgFt0vluuUkSdQ7IQAHCckJGThJ19t1yUwCf+bZN6LXJyGEsiTr7brkpgM+ztk3otXkODlNJ1Nl3y00BfCa2Tei1+bl0ELd1ELf5iYQZ1toS8CnP2hQRQ0ZirfWBAdmsicg+CxQAA2yTjWEJYcxa+x7wZxb7TER6LKGY0IBPOh/QZFBghoisMYcdIyNFzhQ5U+RMkTNFzhQ5KzCRMGatHZAuIYMCEz2gBLzOfD2gRx6craPHztbRYzIqsISA5jkocqbImSJnipwpcqbImThbR48FND+DBfPDJ6tvMKZ40QpbR7awdWTJSJEzRc4UOVPkTJEzRc4KLGHB8Ptirb1hra2TkWK5CvBHMlLkTJEzRc4UOROmrLU3gArnlZh4wHl7ItJlhuKU8CJYawfW2gEZKXKmyJkiZ4qcFVhujwsXfgFqtdp6rVZbJwPFEkEQKGvtbWvt7SAIFEsoljg+Pt4ErgBXjo+PN1lCscDGxsYl4Banbm1sbFxiAcUCw+HwQ+Aypy4Ph8MPWUCRolqtXgZuct7NarV6mRSKdLeAS5x3CbhFCsUc1Wr1CrBJus1qtXqFORTz3QYU6RRwmwsXLvxmCXNUq9UvgHUW+0e/33+bMxTz3QRGpBsBN5lDMUe/3z8Edki30+/3D5lDke4j4BvO+wb4iBQOKR49evTf1dXVlwCfZ33c7/c/J4VigWKxeAf4mlNfF4vFOyzgsMDh4eH3q6urCfAOE4179+59xQKKJVZWVnaAQ+BwZWVlhzzUarX1Wq22zoVfJ2EBXY9dvqPFCMxdr0EGQgodxBrsLsibTBhgzYSeYQGHOXRw7GPVABENGCABNFBx32r+K4k6/ySFwxk6iFugeghFLLu8zDX+xz0sGuEq8K5bbpJEnQPmEKZ0PXYZch/wmdg2oddmhg7iNtDihLCLpWFCzzDDYUy/H5cYMQBKWBKEayb0epyRRJ19t9w8AHzgKlBxy829JOokTDn6g/gGQg/hD2AfIrJmQu8BKZKoY9xycw+oABqou29tPUmiT75kTKEQBJen5BUys084YUlA8SMniTpfuuXmZ0AF0EDFLTcfJlHHMIcOjn2sGiCiAcOIa+aut8uUw1gSdRK33NzDohGuAu+55SZJ1Dlghg7iFqgeQhHYp8ia+ZtnmCGcoYO4DbQ4IexiaVAk4Vt2ECpMbJvQazOm67Frul7ClOjr/64wcnYQuib0thnTf4krKD4FNGCY0FgShD+Z0NtnTAdxC0sd+aFhwtd6jBWwTgnBBdr6elzC0jCht6uD+AEwADRP2YeIVEzoGV2PXYbcB3wEEMdlShjTQewDO4AGDLBmQs8wpoP/dEFBkbbpeol+Py7hcB/QgAE2TejtMyVM6SDWCPexlDgho4b5+6tdZugP4hsIXZ6yD0EqJvQMM4QzdBC3gRYnLF1z12voeuzyHS0sdSb+akKvzhzCHPp6XGdEC8EFDNgnIG9iSRAaJvR6pBBS6CDWwADQTBhgzYSeYQFhAV2PXYajLla9wstsmq6X8KL9H1FyvkG9EZlhAAAAAElFTkSuQmCC);
				background-position: -0px -60px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-rescosdk_Descending{
				background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAB4CAYAAADyv9IsAAAAAklEQVR4AewaftIAAAUdSURBVO3BP4gbVx7A8e/vjQIKLjJDsnCu8tIumKhQwOVstXGT0yEVgS0uW+QyrixBvKgJ0mIIKDZE19yNq1VKF8K7kCJXabdLYAqbhfV1flel2DtmDBeikIveaS2FlXc10jgZTP7s58NZOohbOohb/EQOM3QQt4A24LvlJknUOeA5OUzpIG4BbU75brlJEnUOeA4OYzqIW0Cb83y33CSJOgdk5OggbgFt0vluuUkSdQ7IQAHCckJGThJ19t1yUwCf+bZN6LXJyGEsiTr7brkpgM+ztk3otXkODlNJ1Nl3y00BfCa2Tei1+bl0ELd1ELf5iYQZ1toS8CnP2hQRQ0ZirfWBAdmsicg+CxQAA2yTjWEJYcxa+x7wZxb7TER6LKGY0IBPOh/QZFBghoisMYcdIyNFzhQ5U+RMkTNFzhQ5KzCRMGatHZAuIYMCEz2gBLzOfD2gRx6craPHztbRYzIqsISA5jkocqbImSJnipwpcqbImThbR48FND+DBfPDJ6tvMKZ40QpbR7awdWTJSJEzRc4UOVPkTJEzRc4KLGHB8Ptirb1hra2TkWK5CvBHMlLkTJEzRc4UOROmrLU3gArnlZh4wHl7ItJlhuKU8CJYawfW2gEZKXKmyJkiZ4qcFVhujwsXfgFqtdp6rVZbJwPFEkEQKGvtbWvt7SAIFEsoljg+Pt4ErgBXjo+PN1lCscDGxsYl4Banbm1sbFxiAcUCw+HwQ+Aypy4Ph8MPWUCRolqtXgZuct7NarV6mRSKdLeAS5x3CbhFCsUc1Wr1CrBJus1qtXqFORTz3QYU6RRwmwsXLvxmCXNUq9UvgHUW+0e/33+bMxTz3QRGpBsBN5lDMUe/3z8Edki30+/3D5lDke4j4BvO+wb4iBQOKR49evTf1dXVlwCfZ33c7/c/J4VigWKxeAf4mlNfF4vFOyzgsMDh4eH3q6urCfAOE4179+59xQKKJVZWVnaAQ+BwZWVlhzzUarX1Wq22zoVfJ2EBXY9dvqPFCMxdr0EGQgodxBrsLsibTBhgzYSeYQGHOXRw7GPVABENGCABNFBx32r+K4k6/ySFwxk6iFugeghFLLu8zDX+xz0sGuEq8K5bbpJEnQPmEKZ0PXYZch/wmdg2oddmhg7iNtDihLCLpWFCzzDDYUy/H5cYMQBKWBKEayb0epyRRJ19t9w8AHzgKlBxy829JOokTDn6g/gGQg/hD2AfIrJmQu8BKZKoY9xycw+oABqou29tPUmiT75kTKEQBJen5BUys084YUlA8SMniTpfuuXmZ0AF0EDFLTcfJlHHMIcOjn2sGiCiAcOIa+aut8uUw1gSdRK33NzDohGuAu+55SZJ1Dlghg7iFqgeQhHYp8ia+ZtnmCGcoYO4DbQ4IexiaVAk4Vt2ECpMbJvQazOm67Frul7ClOjr/64wcnYQuib0thnTf4krKD4FNGCY0FgShD+Z0NtnTAdxC0sd+aFhwtd6jBWwTgnBBdr6elzC0jCht6uD+AEwADRP2YeIVEzoGV2PXYbcB3wEEMdlShjTQewDO4AGDLBmQs8wpoP/dEFBkbbpeol+Py7hcB/QgAE2TejtMyVM6SDWCPexlDgho4b5+6tdZugP4hsIXZ6yD0EqJvQMM4QzdBC3gRYnLF1z12voeuzyHS0sdSb+akKvzhzCHPp6XGdEC8EFDNgnIG9iSRAaJvR6pBBS6CDWwADQTBhgzYSeYQFhAV2PXYajLla9wstsmq6X8KL9H1FyvkG9EZlhAAAAAElFTkSuQmCC);
				background-position: -0px -80px;
				background-repeat: no-repeat;
				width: 20px;
				height: 20px;
			}
.icon-rescosdk_Stack{
				background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAB4CAYAAADyv9IsAAAAAklEQVR4AewaftIAAAUdSURBVO3BP4gbVx7A8e/vjQIKLjJDsnCu8tIumKhQwOVstXGT0yEVgS0uW+QyrixBvKgJ0mIIKDZE19yNq1VKF8K7kCJXabdLYAqbhfV1flel2DtmDBeikIveaS2FlXc10jgZTP7s58NZOohbOohb/EQOM3QQt4A24LvlJknUOeA5OUzpIG4BbU75brlJEnUOeA4OYzqIW0Cb83y33CSJOgdk5OggbgFt0vluuUkSdQ7IQAHCckJGThJ19t1yUwCf+bZN6LXJyGEsiTr7brkpgM+ztk3otXkODlNJ1Nl3y00BfCa2Tei1+bl0ELd1ELf5iYQZ1toS8CnP2hQRQ0ZirfWBAdmsicg+CxQAA2yTjWEJYcxa+x7wZxb7TER6LKGY0IBPOh/QZFBghoisMYcdIyNFzhQ5U+RMkTNFzhQ5KzCRMGatHZAuIYMCEz2gBLzOfD2gRx6craPHztbRYzIqsISA5jkocqbImSJnipwpcqbImThbR48FND+DBfPDJ6tvMKZ40QpbR7awdWTJSJEzRc4UOVPkTJEzRc4KLGHB8Ptirb1hra2TkWK5CvBHMlLkTJEzRc4UOROmrLU3gArnlZh4wHl7ItJlhuKU8CJYawfW2gEZKXKmyJkiZ4qcFVhujwsXfgFqtdp6rVZbJwPFEkEQKGvtbWvt7SAIFEsoljg+Pt4ErgBXjo+PN1lCscDGxsYl4Banbm1sbFxiAcUCw+HwQ+Aypy4Ph8MPWUCRolqtXgZuct7NarV6mRSKdLeAS5x3CbhFCsUc1Wr1CrBJus1qtXqFORTz3QYU6RRwmwsXLvxmCXNUq9UvgHUW+0e/33+bMxTz3QRGpBsBN5lDMUe/3z8Edki30+/3D5lDke4j4BvO+wb4iBQOKR49evTf1dXVlwCfZ33c7/c/J4VigWKxeAf4mlNfF4vFOyzgsMDh4eH3q6urCfAOE4179+59xQKKJVZWVnaAQ+BwZWVlhzzUarX1Wq22zoVfJ2EBXY9dvqPFCMxdr0EGQgodxBrsLsibTBhgzYSeYQGHOXRw7GPVABENGCABNFBx32r+K4k6/ySFwxk6iFugeghFLLu8zDX+xz0sGuEq8K5bbpJEnQPmEKZ0PXYZch/wmdg2oddmhg7iNtDihLCLpWFCzzDDYUy/H5cYMQBKWBKEayb0epyRRJ19t9w8AHzgKlBxy829JOokTDn6g/gGQg/hD2AfIrJmQu8BKZKoY9xycw+oABqou29tPUmiT75kTKEQBJen5BUys084YUlA8SMniTpfuuXmZ0AF0EDFLTcfJlHHMIcOjn2sGiCiAcOIa+aut8uUw1gSdRK33NzDohGuAu+55SZJ1Dlghg7iFqgeQhHYp8ia+ZtnmCGcoYO4DbQ4IexiaVAk4Vt2ECpMbJvQazOm67Frul7ClOjr/64wcnYQuib0thnTf4krKD4FNGCY0FgShD+Z0NtnTAdxC0sd+aFhwtd6jBWwTgnBBdr6elzC0jCht6uD+AEwADRP2YeIVEzoGV2PXYbcB3wEEMdlShjTQewDO4AGDLBmQs8wpoP/dEFBkbbpeol+Py7hcB/QgAE2TejtMyVM6SDWCPexlDgho4b5+6tdZugP4hsIXZ6yD0EqJvQMM4QzdBC3gRYnLF1z12voeuzyHS0sdSb+akKvzhzCHPp6XGdEC8EFDNgnIG9iSRAaJvR6pBBS6CDWwADQTBhgzYSeYQFhAV2PXYajLla9wstsmq6X8KL9H1FyvkG9EZlhAAAAAElFTkSuQmCC);
				background-position: -0px -100px;
				background-repeat: no-repeat;
				width: 18px;
				height: 20px;
			}
/* ToolBar */
div.toolbar {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	background-color: #eeeeee;
	position: relative;
	overflow: hidden;
}

.toolbarsprite {
	display: inline-block;
}

.toolbar > .panel {
	position: relative;
	float: left;
	height: 100%;
	width: 200px;
	border-right: solid 1px #d6d6d6;
	overflow: hidden;
	box-sizing: border-box;
	transition: left 0.2s ease;
}

.control_arrows {
	position: absolute;
	height: 100%;
	width: 100%;
	/*display:none;*/
}

.control_arrows > a > i {
	pointer-events: none;
}

.control_arrows > a {
	height: 100%;
	display: flex;
	align-items: center;
	/* width: auto; */
	position: absolute;
	background-color: #e6e6e6;
	opacity: 0.9;
	z-index: 1;
	padding: 0 0.5rem;
}
.control_arrows > .arrow_left {
	left: 0;
	border-right: 1px solid #a2a2a2;
	box-shadow: 3px 0px 6px 0 rgba(0, 0, 0, 0.1);
	/*display:none;*/
}
.control_arrows > .arrow_right {
	right: 0;
	border-left: 1px solid #a2a2a2;
	box-shadow: -3px 0px 6px 0 rgba(0, 0, 0, 0.1);
}
.toolbar > .panel > .button {
	position: absolute;
	margin-top: 4px;
	margin-left: 2px;
	margin-right: 2px;
	box-sizing: border-box;
	overflow: hidden;
}

.toolbar > .panel > .button > .buttonContent {
	position: relative;
	width: 100%;
	height: 100%;
	cursor: pointer;
	overflow: hidden;
	box-sizing: border-box;
	border: solid 1px transparent;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.toolbar > .panel > .button > .buttonContent:hover {
	background-color: #ffe9a2;
	border: solid 1px #ffc280;
}

.toolbar > .panel > .button > .pushed {
	background-color: #ffd86c;
	border: solid 1px #c2821b !important;
}

.toolbar > .panel > .button > .buttonContent > .iconLarge {
	margin-left: 16px;
	margin-top: 5px;
}

.toolbar > .panel > .button > .buttonContent > .iconSmall {
	margin: 2px;
	position: absolute;
	left: 2px;
	top: 2px;
}

.toolbar > .panel > .button > .buttonContent > .label {
	position: absolute;
	height: 20px;
	font-size: 12px;
}

.toolbar > .panel > .button > .buttonContent > .labelLarge {
	width: 100%;
	display: flex;
	text-align: center;
	white-space: normal;
	line-height: 1;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.toolbar > .panel > .button > .buttonContent > .labelSmall {
	left: 28px;
	top: 4px;
	text-align: left;
}

.toolbar > .panel > .button > .buttonContent > .dropDownIndicator {
	position: absolute;
	right: 1px;
	bottom: 1px;
}

.toolbar > .panel > .button > div.disabled {
	color: silver;
}

.toolbar > .panel > .button > div.disabled > i {
	opacity: 0.4;
}

.toolbar > .panel > .button > div.disabled:hover {
	background-color: transparent;
	border: solid 1px transparent;
	cursor: default;
}

.toolbar > .panel > .button > .comboContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding: 5px 12px;
}

.toolbar > .panel > .button > .comboContent > .label {
	margin-top: 2px;
}

.toolbar > .panel > .button > .comboContent > .combo {
	margin-top: 5px;
	width: 105px;
}

.toolbar .panel > .label {
	position: absolute;
	bottom: 0px;
	width: 100%;
	color: #6a6a6a;
	text-align: center;
	font-size: 10px;
	background-color: #e6e6e6;
}

/* SPRITES */
.rescosdkcontrolssprite {
	display: inline-block;
}

/* TOOLTIPS */
div.tooltip {
	position: absolute;
	top: -1000px;
	left: -1000px;
	visibility: hidden;
	max-width: 200px;
	z-index: 9998;
	font-family: "Segoe UI", sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #3c3c3c;
	padding: 7px;
	padding-top: 5px;
	border-radius: 8px;
	word-wrap: break-word;
}

div.tooltip-editor {
	position: absolute;
	width: 300px;
	z-index: 9999;
	font-family: "Segoe UI", sans-serif;
	font-size: 11px;
	background-color: #4d4d4d;
	color: black;
	border-radius: 8px;
	word-wrap: break-word;
	border: 8px solid #4d4d4d;
}

div.tooltip-editor > .content,
div.tooltip-editor > .link {
	box-sizing: border-box;
	border-radius: 4px;
	width: 100%;
	min-height: 50px;
	border: 1px solid #4d4d4d;
	background-color: white;
	overflow: hidden;
}

div.tooltip-editor .content {
	margin-bottom: 7px;
}

.tooltip-arrow {
	visibility: hidden;
	margin-top: -8px;
	margin-left: -8px;
	border-width: 8px;
	border-style: solid;
	border-color: transparent transparent #3c3c3c transparent;
	position: absolute;
	left: -1000px;
	top: -1000px;
	z-index: 998;
	pointer-events: none;
}

.tooltip-edit {
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
}

.toolbar div.disabled i.tooltip-edit.commonuisprite {
	opacity: 1;
}

.tooltip-save {
	position: absolute;
	top: -16px;
	left: -16px;
	cursor: pointer;
}

.tooltip .title {
	font-weight: bold;
}

.tooltip .link-container {
	text-align: right;
}

.tooltip .link {
	color: #f6f1cc;
	font-family: "Segoe UI", sans-serif;
	text-decoration: underline;
	/*text-align: right;*/
}

.rescodropdown {
	position: relative;
	display: inline-block;
	cursor: pointer;
	text-decoration: underline;
}

.rescodropdown:hover,
.rescodropdown:focus {
	color: blue;
	text-decoration: underline;
}

.rescodropdownlist {
	position: absolute;
	min-width: 150px;
	max-height: 600px;
	background: white;
	border: solid 1px silver;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1000000;
	overflow: auto;
	background-color: #ffffff;
	border-radius: 3px;
}

.rescodropdownlist .dropdownitem {
	color: black;
	padding: 6px 8px;
	text-decoration: none;
	display: block;
	cursor: pointer;
	width: 100%;
}

.rescodropdownlist .selected {
	background-color: #dae0eb;
}

.rescodropdownlist .dropdownitem:hover {
	background-color: #eaf0fb;
}

.rescodropdownlist .selected:hover {
	background-color: #cad0db;
}

.rescodropdownoverlay {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: white;
	opacity: 0.0001;
	z-index: 1000000;
}

.slideAway {
	width: 0 !important;
}

.tabbedPanel {
	width: 100%;
	height: 100%;
	background: #eee;
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-direction: column;

	.tabs {
		flex: 0 0 40px;
		width: 100%;
		gap: 4px;
		background: #eeeeee;
		box-sizing: border-box;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		border-bottom: 1px solid #bdbdbd;
		padding-left: 5px;

		.tab {
			position: relative;
			display: flex;
			box-sizing: border-box;
			cursor: pointer;
			background: transparent;
			padding: 8px 4px 8px 4px;
			align-items: center;
			opacity: 0.65;
			gap: 4px;

			&:before {
				position: absolute;
				content: "";
				width: 100%;
				height: 2px;
				left: 0;
				bottom: 0;
				background-color: transparent;
			}

			&:hover {
				opacity: 1;
			}

			&.selected {
				font-weight: bold;
				opacity: 1;

				&:before {
					position: absolute;
					content: "";
					width: 100%;
					height: 2px;
					left: 50%;
					bottom: 0;
					background-color: #0066cc;
					transform: translateX(-50%) scaleX(0);
					transform-origin: center;
					animation: expand 0.25s forwards;
				}
			}
		}

		.closePanel {
			background-color: transparent;
			display: inline-block;
			height: 100;
			border: 0;
			outline: 0;
			margin-left: auto;
			cursor: pointer;
			opacity: 0.65;

			&:hover {
				opacity: 1;
			}
		}
	}

	.tabContent {
		flex: 1 1 100%;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
}

.hiddenPanelInvoker {
	width: 60px;
	z-index: 100;
	background-color: transparent;
	position: absolute;
	display: flex;
	justify-content: center;
	top: 0;

	&.isLeft {
		left: 0;

		> div {
			left: 50%;
			transform: translateX(-50%);
		}
	}

	&.isRight {
		right: 0;

		> div {
			right: 50%;
			transform: translateX(50%);
		}
	}

	> div {
		position: sticky;
		background-color: #eeeeee;
		margin-top: 16px;
		flex-direction: column;
		display: flex;
		box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
		gap: 4px;
		border-radius: 4px;
		overflow: hidden;
		animation: fadeIn 0.4s ease-in 0.4s forwards;
		opacity: 0;
		padding: 2px;

		button {
			border: 0;
			background-color: transparent;
			padding: 4px;
			margin: 0;
			outline: 0;
			cursor: pointer;
			opacity: 0.65;
			&:hover {
				opacity: 1;
			}

			i {
				display: block;
			}
		}
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes expand {
	from {
		transform: translateX(-50%) scaleX(0);
	}
	to {
		transform: translateX(-50%) scaleX(1);
	}
}

@keyframes shrink {
	from {
		transform: translateX(-50%) scaleX(1);
	}
	to {
		transform: translateX(-50%) scaleX(0);
	}
}

.divRules {
	padding: 5px;
	background: white;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow-x: auto;
	overflow-y: auto;
	flex: 1 0 auto;
	box-sizing: border-box;
	height: 100%;
}

.aspNetDisabled .divRules,
.aspNetDisabled .divRules li.step {
	background-color: #eee;
	cursor: default;
}

.divRules .stepellipsis {
	padding: 0px 10px;
}

.divRules .dd_box {
	display: inline-block;
	position: relative;
}

.divRules .dd_label {
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}

.divRules .dd_content {
	overflow: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 0px;
	background: white;
	display: none;
	position: relative;
	margin-top: -19px;
}

.divRules .dd_content ul {
	border: solid 1px black;
}

.divRules .dd_item {
	background: white;
	cursor: pointer;
	padding: 5px;
}

.divRules .dd_item:hover {
	background: blue;
	color: white;
}

.divRules .dd_content.active {
	height: auto;
	display: block;
	max-height: 400px;
}

.divRules span.actionlabel {
	text-decoration: underline;
	color: #0044cc;
	cursor: pointer;
}

.divRules span.errorlabel {
	font-style: italic;
}

.divRules .editorlabel {
	font-size: 9px;
	font-style: italic;
}

.divRules .nonEditorLabel {
	padding-top: 4px;
}

.divRules li.step .variable,
.operator,
.arguments {
	display: inline-block;
}

.divRules li.step .variable,
.operator {
	padding-right: 40px;
}

.divRules li.step .variable {
	min-width: 200px;
}
.divRules li.step .operator {
	min-width: 100px;
}

.divRules div.step,
.divRules li.step {
	padding-left: 2px;
	cursor: pointer;
	border-left: solid 2px #cccccc;
}

.divRules div.step.inlineEditor,
.divRules li.step.inlineEditor {
	cursor: default;
	border-left: solid 2px navy;
	background: #d8ecff;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom: 0px;
}

.divRules div.step.inlineEditor.selected,
.divRules li.step.inlineEditor.selected {
	border-left: solid 2px navy;
	background: #d8ecff;
}

.divRules div.step.invalid,
.divRules li.step.invalid {
	border-left: solid 2px maroon;
	background: #ffbbbb;
}

.divRules .conditioninvalid {
	color: maroon;
	background: #ffbbbb;
}

/*.divRules div.step.inlineEditor:hover,
.divRules li.step.inlineEditor:hover {
	background: #EEEEEE;
}*/

.divRules div.step.selected,
.divRules li.step.selected {
	border-left: solid 2px navy;
	background: #d8ecff;
}

.divRules li.step.singlecondition {
	margin-left: 45px;
}

.divRules div.step.conditiongroup {
	border-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: auto;
	/*background: white;*/
}

.divRules li.virtual {
	border-bottom: none;
}

.divRules li.step:last-child {
	border-bottom: none;
}

.divRules ul {
	padding-left: 0px;
	padding-right: 0px;
}

.divRules td.conditionoperator {
	width: 38px;
	padding-right: 2px;
}

.divRules .padded-container {
	width: 80%;
	margin: 50px auto 0 auto;
}

.divRules select {
	padding: 3px;
	display: inline-block;
	border: solid 1px #777777;
	-webkit-box-sizing: padding-box;
	-moz-box-sizing: content-box;
}

.divRules input {
	border: solid 1px #777777;
	-webkit-box-sizing: padding-box;
	-moz-box-sizing: content-box;
	padding: 3px;
	min-width: 150px;
}

.divRules .node {
	margin-right: -15px;
	margin-left: -15px;
}

.divRules li.step {
	list-style: none;
	height: auto;
	min-height: 24px;
	vertical-align: middle;
	background: #f0f0f0;
}

.divRules li.collection {
	padding: 0px;
	padding-bottom: 10px;
	padding-left: 50px;
	border-bottom: none;
	background: white;
}

.divRules li.collection ul {
	padding: 0px;
}

.divRules .notnode {
	padding-left: 15px;
}

.divRules li.step.if,
.divRules li.step.elseif,
.divRules li.step.end {
	padding-bottom: 0px;
}

.divRules li.step.elseif,
.divRules li.step.begin,
.divRules li.step.end {
	background: white;
}

.divRules li.step.elseif.inlineEditor,
.divRules li.step.begin.inlineEditor,
.divRules li.step.end.inlineEditor {
	background: #d8ecff;
}

.divRules span.block.begin {
	padding-bottom: 5px;
}

.divRules span.block.end {
	padding-top: 5px;
	margin-left: 20px;
}

.divRules div.stepLabel {
	font-weight: bold;
	width: 80px;
	display: inline-block;
}

.divRules .inlineEditor {
	box-sizing: border-box;
	height: 38px;
	white-space: nowrap;
	border: dashed 1px #777777;
	border-top-width: 0px;
	padding-top: 6px;
	padding-bottom: 2px;
}

.divRules .keyword {
	/*font-weight: bold;*/
	color: blue;
}

.divRules .constant {
	color: red;
}

.divRules .lookupPicker .constant {
	color: blue;
}

.divRules .type {
	color: maroon;
}

.divRules .step:after {
	clear: both;
}

.divRules .icon {
	display: inline-block;
	background-image: url(ruleeditorsprite.8f8d7ef3860bfae9.png);
	background-repeat: no-repeat;
}

.divRules .icon.right {
	float: right;
}

.divRules .icon.left {
	float: left;
}

.divRules .icon.command {
	cursor: pointer;
}

.divRules select {
	width: 180px;
}

/* icons */

.size15 {
	height: 15px;
	width: 15px;
}

.size16 {
	height: 18px;
	width: 22px;
}

.size16x16 {
	height: 18px;
	width: 16px;
}

.size32 {
	height: 32px;
	width: 32px;
}

.iconNext {
	background-position: -16px -112px;
}

.iconPrevious {
	background-position: -16px -144px;
}

.info {
	background-position: -112px -16px;
}

.warning {
	background-position: -112px -48px;
}

.error {
	background-position: -112px -80px;
}

.iconExpand {
	background-position: -112px -112px;
}

.iconCollapse {
	background-position: -112px -144px;
}

.iconInvalid {
	background-position: -112px -176px;
}
.iconAddIf {
	background-position: -208px -16px;
}

.iconAddStep {
	background-position: -208px -48px;
}

.iconAddElseIf {
	background-position: -208px -80px;
}

.iconGroupOr {
	background-position: -208px -208px;
}

.iconGroupAnd {
	background-position: -208px -176px;
}

.iconAddCondition {
	background-position: -208px -112px;
}

.iconAddCondGroup {
	background-position: -208px -144px;
}

.iconUngroup {
	background-position: -208px -240px;
}

.iconVariable {
	background-position: -208px -272px;
	margin-left: 5px;
}

.iconConstant {
	background-position: -208px -304px;
	margin-left: 5px;
}

.iconSelect {
	background-position: -208px -336px;
}

.iconDeselect {
	background-position: -208px -368px;
}

.iconMoveUp {
	background-position: -208px -400px;
}

.iconMoveDown {
	background-position: -208px -432px;
}

.iconCut {
	background-position: -208px -464px;
}

.iconCopy {
	background-position: -208px -496px;
}

.iconPaste {
	background-position: -208px -528px;
}

.iconDelete {
	background-position: -208px -560px;
}

.undo {
	background-position: -240px -16px;
}

.redo {
	background-position: -240px -48px;
}

/* DropDown Dialog */

/* Lookup Picker */

.lookupPickerContent {
	border: solid 1px black;
	width: 100%;
	height: 100%;
	background: white;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}

.lookupPickerHeader {
	display: flex;
	flex-direction: row;
	flex: 1 1 auto;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}

.lookupPickerRecords {
	width: 100%;
	height: calc(100% - 45px);
	flex: 1 1 auto;
	overflow: auto;
}

.lookupPickerRecord {
	width: 100%;
	padding: 5px;
	border-bottom: solid 1px black;
	cursor: pointer;
	box-sizing: border-box;
}

.lookupPickerRecord:hover {
	background: silver;
}

/* Color Picker for color strings */

.color-container-ruleeditor {
	display: inline-block;
	border-radius: 50%;
	margin-right: 5%;
	border: solid 1px #777777;
	min-width: 15px;
	min-height: 15px;
	background-color: #ffffff;
}

.icon-report_edit{
				background-image: url(data:image/png;base64,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);
				background-position: -0px -0px;
				background-repeat: no-repeat;
				width: 13px;
				height: 12px;
			}
.icon-report_remove{
				background-image: url(data:image/png;base64,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);
				background-position: -0px -12px;
				background-repeat: no-repeat;
				width: 10px;
				height: 12px;
			}
.icon-report_Activate{
				background-image: url(data:image/png;base64,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);
				background-position: -0px -24px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-report_Deactivate{
				background-image: url(data:image/png;base64,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);
				background-position: -0px -40px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
.icon-report_delete{
				background-image: url(data:image/png;base64,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);
				background-position: -0px -56px;
				background-repeat: no-repeat;
				width: 16px;
				height: 16px;
			}
html{height:100%}body{font-family:"Roboto",sans-serif;height:100%;padding:0px;margin:0px;display:flex;flex-direction:row}body div{box-sizing:border-box}body .initializeAppTable{width:100%;height:80%;margin:0px;padding:0px;border:0px}body .initializeAppTable td{text-align:center;vertical-align:middle}body .initializeAppTable .initializeAppText{text-align:center;font-size:14px;display:block}body .initializeAppTable .errorAppText{text-align:center;font-size:14px}body .initializeAppTable .errorAppText .message{color:red}body .mainDiv{flex:1}body .mainDiv .appHeader{font-size:16px;background:#000;padding:5px;color:#fff;height:100%;display:flex;flex-direction:row;align-items:stretch;box-sizing:border-box}body .mainDiv .page{display:flex;flex-direction:column;flex:1 1 auto;overflow:auto;width:100%;height:100%}body .mainDiv .page .editorHeader .viewToggle{display:flex}body .mainDiv .page .editorHeader .viewToggle__button{display:flex;align-items:center;border-radius:5px;border:1px solid #b7b7b7;cursor:pointer}body .mainDiv .page .editorHeader .viewToggle__button:first-child{margin-right:5px}body .mainDiv .page .editor{position:relative;height:100%;width:100%;display:flex;flex-direction:column;flex:1 1 0px;overflow:auto}body .sidePanel{display:flex;flex:0 1 360px;max-width:360px;min-width:225px;height:100%;flex-direction:column;justify-content:space-between;align-items:center;background:#eee;border-left:4px solid #dadada}body .sidePanel .sideHeader{display:flex;height:48px;align-items:center;gap:12px;flex-shrink:0;align-self:stretch;border-bottom:1px solid #dadada}body .sidePanel .sideHeader glyph-button{color:var(--sys-primary, #0073e5);width:24px;height:24px}body .sidePanel .sideHeader .closeDiv{border-left:1px solid #dadada;display:flex;width:48px;justify-content:center;align-items:center;gap:10px;align-self:stretch}body .sidePanel .sideHeader .sideHeaderDiv{display:flex;padding:0px 12px;align-items:center;gap:12px;flex:1 0 0}body .sidePanel .sideHeader .helpSpan{flex:1 0 0;color:#000;font-size:14px;font-style:normal;font-weight:400;line-height:16px}body .sidePanel .sideHeader .helpLink{color:var(--sys-primary, #0073e5);text-align:right;font-size:12px;font-style:normal;font-weight:400;text-decoration:none;line-height:16px}body .sidePanel .sideContent{height:calc(100% - 48px);display:flex;padding:24px 16px;flex-direction:column;align-items:flex-start;gap:10px;flex:1 0 0;align-self:stretch}.commonuisprite{display:inline-block}.dialog{background:#fff;overflow:auto;z-index:10;position:absolute;max-height:100%}.dialog .disabledMultiselect{background-color:rgba(0,0,0,.1);pointer-events:none;user-select:none;opacity:.5}.dialogOuterArea{position:absolute;left:0px;top:0px;width:100%;height:100%;z-index:1000;display:flex;justify-content:center}.dialogOuterArea.dim{background:#555;z-index:auto}.pleaseWait .pleaseWaitTable{width:100%;height:80%;margin:0px;padding:0px;border:0px;position:relative;z-index:1000}.pleaseWait .pleaseWaitTable td{text-align:center;vertical-align:middle}.pleaseWaitText{width:100%;text-align:center;text-align:center;font-size:12px;text-decoration:underline}.messageBox .title{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;padding:10px;border-bottom:solid 1px silver;text-align:center;overflow-y:auto;overflow-x:hidden;max-height:500px}.messageBox .button{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;padding:10px;border-bottom:solid 1px silver;text-align:center;cursor:pointer;color:#06c}.dropDown{border:solid 1px silver;min-width:100px;max-width:100%;overflow:auto;max-height:50vh}.dropDown .dropDownItem{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;padding:3px;padding-left:10px;cursor:pointer}.dropDown .dropDownItem:hover{background:#ffe9a2}.droppedDown{background:#ffd5a1;border:solid 1px #ffc280}.galleryImageContainer{width:100%;height:100%;background-color:#eee;padding:15px 0}.galleryImageContainer .questionnaireIcon{margin:0 auto 5px}.galleryImageContainer{display:flex;flex-direction:column;align-items:center;width:100%;height:100px;background-color:#eee;padding:15px 0}.galleryImageContainer p{text-decoration:underline;color:blue;margin:0;cursor:pointer}.galleryImageContainer .galleryIcon{width:50px;height:50px;float:left;border:1px solid #d9d9d9;border-radius:10px;margin:0 auto 5px;cursor:pointer;padding:10px;background-color:#fff}.galleryImageContainer .galleryIcon img{width:100%;height:100%;object-fit:contain}.imageGalleryContainer{max-height:150px;overflow:auto}.imageGalleryContainer .galleryIcon{width:40px;height:40px;padding:8px;margin:4px;cursor:pointer;float:left;border:1px solid #d9d9d9;border-radius:10px}.imageGalleryContainer .galleryIcon img{width:100%;height:100%;object-fit:contain}.imageGalleryContainer .selected{background-color:#d8ebff}.headerImageContainer{margin:0 12px 0 0}.headerImageContainer .galleryIcon{height:6em;width:6em;display:flex;align-items:center;justify-content:center;margin:0;float:left;border:1px solid #d9d9d9;border-radius:10px;padding:10px;background-color:#fff}.headerImageContainer .galleryIcon img{width:100%;height:100%}ul{list-style-type:none;padding:0}input:focus{outline:none}.icon-50{height:50px;width:50px}.icon-25{height:25px;width:25px}.icon-inspections{background-color:#5aa800}.navigation-panel{padding:0;display:flex;justify-content:space-between;border-bottom:1px solid #ccc;background:linear-gradient(#f1f1f1, #eee);font-size:14px}.navigation-panel .breadcrumbs{display:flex}.navigation-panel .breadcrumbs a:last-child{border-right:1px solid rgba(106,106,106,.18);color:#06c}.navigation-panel .navBtn{padding:0 1rem;text-decoration:none;color:#6a6a6a;border-left:1px solid rgba(106,106,106,.18);height:47px;display:flex;align-items:center;cursor:pointer}.navigation-panel .navBtn:hover{background-color:#ffe8a2}.navigation-panel .btn-disabled{padding:0 1rem;text-decoration:none;color:#6a6a6a;border-left:1px solid rgba(106,106,106,.18);height:47px;display:flex;align-items:center;cursor:pointer;cursor:default;display:flex;align-self:center;white-space:pre}.navigation-panel .btn-disabled:hover{background-color:none}.navigation-panel .icon-box{width:47px;padding:0;box-sizing:border-box;justify-content:center}.navigation-panel .back-button{width:47px;padding:0;box-sizing:border-box;justify-content:center}.navigation-panel .search-wrapper{flex:0 1 50%;align-self:center;padding:0px 10px;text-align:center}.navigation-panel .search-wrapper input.global-search::placeholder{color:#6a6a6a}.navigation-panel .search-wrapper .global-search{border:1px solid rgba(106,106,106,.18);color:#6a6a6a;border-radius:1em;padding:.5em 1rem;font-size:1em;width:90%;max-width:1000px}.navigation-panel .search-wrapper--visible{display:block}.navigation-panel .search-wrapper--hidden{display:none}.navigation-panel .nav-list{display:flex;margin:0}.navigation-panel .nav-mobile{display:none}.navigation-panel .nav-element{position:relative}.navigation-panel .nav-element__title{font-size:10px;color:#a8a8a8;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.navigation-panel .nav-element__userName{padding:0px 12px;display:flex;flex-direction:column;align-items:flex-end;align-self:center}.navigation-panel .nav-dropdown-active{display:block !important}.navigation-panel .help-link{width:47px;padding:0;box-sizing:border-box;justify-content:center}.navigation-panel .help-link glyph-button{width:24px;height:24px;color:var(--sys-primary, #0073e5)}.navigation-panel .nav-dropdown{background-color:#fff;display:none;position:absolute;right:0;top:47px;z-index:2;width:auto;-webkit-box-shadow:0px 0px 47px -14px rgba(0,0,0,.22);-moz-box-shadow:0px 0px 47px -14px rgba(0,0,0,.22);box-shadow:0px 0px 47px -14px rgba(0,0,0,.22)}.navigation-panel .nav-dropdown a{border:1px solid rgba(106,106,106,.18)}.navigation-panel .nav-dropdown a:last-child{border-top:none}.navigation-panel .help-options{width:10em}@media only screen and (max-width: 1270px){.navigation-panel .search-wrapper{flex:0 1 30%}}@media only screen and (max-width: 900px){.navigation-panel{display:block}.navigation-panel .search-wrapper{padding:0;border:1px solid rgba(106,106,106,.18);border-top:none}.navigation-panel .search-wrapper .global-search{width:100%;border-radius:0}.navigation-panel .nav-list{flex-direction:column}.navigation-panel .nav-element{display:none}.navigation-panel .nav-element__userName{padding:0 1em;height:47px;display:flex;align-items:baseline;justify-content:center}.navigation-panel .nav-element .icon-commonui_Avatar_32{display:none}.navigation-panel .nav-mobile{display:block;position:absolute;top:0;right:0;height:50px;width:50px}.navigation-panel .nav-mobile span{display:block}.navigation-panel .nav-dropdown,.navigation-panel .help-options{display:block;position:relative;top:0;width:100%}.navigation-panel .nav-dropdown .navBtn,.navigation-panel .help-options .navBtn{border:none}.navigation-panel .help-link{display:none}.navigation-panel .search-wrapper{display:none;height:47px}.navigation-panel .search-wrapper .global-search{height:100%;padding:0 1em}.navigation-panel .search-wrapper-visible{display:block}}@media only screen and (max-width: 992px){.breadcrumbs{white-space:nowrap;overflow:hidden}.breadcrumbs a:last-child{text-overflow:ellipsis;overflow:hidden}}@media screen and (min-width: 901px){.nav-element{display:flex !important}}.sk-circle,.sk-circle-small{position:relative;margin:10px auto}.sk-circle .sk-child,.sk-circle-small .sk-child{width:100%;height:100%;position:absolute;left:0;top:0}.sk-circle .sk-child:before,.sk-circle-small .sk-child:before{content:"";display:block;margin:0 auto;width:15%;height:15%;background-color:#333;border-radius:100%;animation:sk-circleBounceDelay 1.2s infinite ease-in-out both}.sk-circle{width:60px;height:60px}.sk-circle-small{width:40px;height:40px}.sk-circle .sk-circle2,.sk-circle-small .sk-circle2{transform:rotate(30deg)}.sk-circle .sk-circle2:before,.sk-circle-small .sk-circle2:before{animation-delay:-1.1s}.sk-circle .sk-circle3,.sk-circle-small .sk-circle3{transform:rotate(60deg)}.sk-circle .sk-circle3:before,.sk-circle-small .sk-circle3:before{animation-delay:-1s}.sk-circle .sk-circle4,.sk-circle-small .sk-circle4{transform:rotate(90deg)}.sk-circle .sk-circle4:before,.sk-circle-small .sk-circle4:before{animation-delay:-0.9s}.sk-circle .sk-circle5,.sk-circle-small .sk-circle5{transform:rotate(120deg)}.sk-circle .sk-circle5:before,.sk-circle-small .sk-circle5:before{animation-delay:-0.8s}.sk-circle .sk-circle6,.sk-circle-small .sk-circle6{transform:rotate(150deg)}.sk-circle .sk-circle6:before,.sk-circle-small .sk-circle6:before{animation-delay:-0.7s}.sk-circle .sk-circle7,.sk-circle-small .sk-circle7{transform:rotate(180deg)}.sk-circle .sk-circle7:before,.sk-circle-small .sk-circle7:before{animation-delay:-0.6s}.sk-circle .sk-circle8,.sk-circle-small .sk-circle8{transform:rotate(210deg)}.sk-circle .sk-circle8:before,.sk-circle-small .sk-circle8:before{animation-delay:-0.5s}.sk-circle .sk-circle9,.sk-circle-small .sk-circle9{transform:rotate(240deg)}.sk-circle .sk-circle9:before,.sk-circle-small .sk-circle9:before{animation-delay:-0.4s}.sk-circle .sk-circle10,.sk-circle-small .sk-circle10{transform:rotate(270deg)}.sk-circle .sk-circle10:before,.sk-circle-small .sk-circle10:before{animation-delay:-.3s}.sk-circle .sk-circle11,.sk-circle-small .sk-circle11{transform:rotate(300deg)}.sk-circle .sk-circle11:before,.sk-circle-small .sk-circle11:before{animation-delay:-.2s}.sk-circle .sk-circle12,.sk-circle-small .sk-circle12{transform:rotate(330deg)}.sk-circle .sk-circle12:before,.sk-circle-small .sk-circle12:before{animation-delay:-.1s}@keyframes sk-circleBounceDelay{0%,80%,100%{transform:scale(0)}40%{transform:scale(1)}}.warningMessage{display:flex;border-bottom:1px solid #fbe0a4;padding-bottom:8px;box-sizing:content-box;box-shadow:0px 1px 3px 0px rgba(0,0,0,.1);background-color:#fff3d0;animation:showWarningMessage .2s linear forwards}@keyframes showWarningMessage{from{height:0px;opacity:0}to{height:auto;opacity:1}}.warningMessage__icon,.warningMessage__info{padding:15px}.warningMessage__info{display:flex;flex-direction:column;flex:1;padding-left:0;color:#707070}.warningMessage__header{margin:0;font-weight:bold;font-size:13px}.warningMessage__text{font-weight:400;margin:0}.warningMessage__close{padding:8px 8px 0 0}.warningMessage__close i{cursor:pointer}.color-picker input[type=button]{margin-left:auto}.pickr .pcr-button{height:15px;width:15px;margin-bottom:6px;transition:none}.tabbar-wrapper{display:flex;flex-wrap:wrap;justify-content:space-around;background-color:#eee;border-bottom:1px solid #888;margin:32px 0px 24px 0px;position:sticky;top:0;width:100%;z-index:1000}.tabbar-control-item,.tabbar-control-item-selected{flex:1 1;color:#888;text-align:left;border:none;cursor:pointer;max-width:fit-content;padding:0px 5px 7px 5px}.tabbar-control-item-selected{font-weight:bold;color:#0073e5;margin-bottom:-1px;border-bottom:2px solid #0073e5}.view-header-separator{border-bottom:1px solid #dbdbdb;margin-top:20px}.style-property-label{justify-self:flex-end;align-self:center;color:#888;white-space:nowrap}.style-property-editor{justify-self:flex-start;align-self:center;height:100%;width:100%;display:flex;flex-direction:row;column-gap:16px}.style-property-input-field,.style-property-input-field-color,.style-property-input-field-number{display:flex;align-items:center;border:1px solid #dbdbdb;border-radius:5px;padding-left:8px;height:100%;width:100%;box-sizing:border-box;background-color:#fff}.multiple-input-editor{display:flex;flex-direction:row;align-content:space-between;height:100%;column-gap:10px}.style-property-input-field-color{border:none}.color-editor-row-wrapper{display:flex;flex-direction:row;column-gap:10px;align-items:center;height:100%}.image-query-input{width:100%}.view-style-property-label{text-align:right;align-self:center;color:#888;white-space:nowrap;width:115px}.properties__wrapper{background-color:#eee;border-left:1px solid #dbdbdb;max-width:700px;padding:20px;width:100%}.properties__wrapper .form-group{display:grid;grid-template-columns:1fr 3fr;grid-column-gap:10px;height:32px}.properties__wrapper .view-form-group{grid-template-columns:1fr 3fr;grid-column-gap:10px;height:32px;margin-bottom:7px}.properties__wrapper .view-spacer{border-bottom:1px solid #888;margin:20px 0px}.properties__wrapper .view-section-title{font-weight:700;line-height:16px;font-size:12px;margin:15px 0px 10px 0px}.properties__wrapper .form-label{font-size:1em;color:#000;opacity:.6;font-weight:400}.properties__wrapper .form-control,.properties__wrapper .custom-select{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;line-height:1.8;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;flex:0 0 32%;box-sizing:content-box}.properties__wrapper .form-control--number,.properties__wrapper .custom-select--number{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;line-height:1.8;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;flex:0 0 32%;box-sizing:content-box;flex:0 0 16%}.properties__wrapper .form-control:focus,.properties__wrapper .custom-select:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.properties__wrapper .edit-colors-wrapper{display:flex;flex-direction:row;height:100%}.properties__wrapper .color-preview{height:16px;width:16px;background-color:inherit;border:1px solid #dbdbdb;border-radius:3px}.properties__wrapper .color-preview-wrapper{border-radius:3px 0 0 3px;border:1px solid #dbdbdb;background-color:#fff;border-right:none;display:flex;flex-direction:row;align-items:center;padding:.375rem .75rem}.properties__wrapper .form-control--color{padding:0 0 0 10px;border-right:none;display:flex;border:none;flex:1}.properties__wrapper .form-control--opacity{border-radius:5px;width:35px;margin-left:20px}.properties__wrapper .toggle{--width: 40px;--height: 20px;position:relative;display:inline-block;width:var(--width);height:var(--height);margin:6px 0px 0px 2px;box-shadow:0px 1px 3px rgba(0,0,0,.3);border-radius:var(--height);cursor:pointer}.properties__wrapper .toggle input{display:none}.properties__wrapper .toggle .slider{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:var(--height);background-color:#ccc;transition:all .4s ease-in-out}.properties__wrapper .toggle .slider::before{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:calc(var(--height)/2);background-color:#fff;box-shadow:0px 1px 3px rgba(0,0,0,.3);transition:all .4s ease-in-out}.properties__wrapper .toggle input:checked+.slider{background-color:#0073e5}.properties__wrapper .toggle input:checked+.slider::before{transform:translateX(calc(var(--width) - var(--height)))}.properties__wrapper .setup-button{scale:.8;margin-left:-14px;margin-top:4px}.properties__wrapper .setup-button:hover{background-color:#dbdbdb;cursor:pointer}.properties__wrapper .tab-wrapper{display:flex;flex-direction:column;row-gap:8px}.properties__wrapper .tab-wrapper .section-title{font-weight:700;line-height:16px;font-size:12px}.properties__wrapper .style-main-section{height:100%;display:flex;flex-direction:column}.properties__wrapper .style-main-section .content-section{overflow:auto}.switch{position:relative;margin:15px 0;font-size:12px;line-height:24px}.switch__input{position:absolute;top:0;left:0;width:36px;height:20px;opacity:0;z-index:0}.switch__label{display:block;padding:0 0 0 44px;cursor:pointer;font-weight:bold}.switch__label:before{content:"";position:absolute;top:5px;left:0;width:36px;height:14px;background-color:#c4c4c4;border-radius:14px;z-index:1;transition:background-color .28s cubic-bezier(0.4, 0, 0.2, 1)}.switch__label:after{content:"";position:absolute;top:2px;left:0;width:20px;height:20px;background-color:#fff;border-radius:14px;box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);z-index:2;transition:all .28s cubic-bezier(0.4, 0, 0.2, 1);transition-property:left,background-color}.switch__input:checked+.switch__label:before{background-color:rgba(32,104,239,.25)}.switch__input:checked+.switch__label:after{left:16px;background-color:#2068ef}.btn-touch{display:flex;justify-content:center;padding:0;overflow:hidden;border-width:0;outline:none;border-radius:5px;background-color:#fff;color:#2068ef;font-weight:bold;cursor:pointer;margin:9px 0 13px 0;min-height:24px;align-items:center;padding:8px 0}.btn-small{width:50%}html{height:100%}body{font-family:"Segoe UI",sans-serif;font-size:12px !important;height:100%;padding:0px;margin:0px}div{box-sizing:border-box}.editor{position:relative;height:100%;width:100%;overflow:auto}input::-webkit-input-placeholder{color:#9ac1ee}input::-moz-placeholder{color:#9ac1ee}.page{display:flex;flex-direction:column;flex:1 1 auto;overflow:auto}#propertyBar{left:0 !important}.propertyBar{padding:0px;width:100%;min-width:220px;overflow:auto;height:100%}.propertyBar .propertyGroup{width:100%;display:flex;flex-direction:column;gap:1px}.propertyBar .propertyGroup .propertyGroupTitle{padding:11px 8px;background:#f2f2f2;box-shadow:0px 1px 0px rgba(0,0,0,.05);display:flex;align-items:center;font-weight:700}.propertyBar .propertyGroup .propertySubgroup{display:flex}.propertyBar .propertyGroup .propertySubgroup .property{width:50%}.propertyBar .propertyGroup .propertySubgroup .property .propertyName{flex:1}.propertyBar .propertyGroup .propertySubgroup .property .propertyValue{flex:1}.propertyBar .propertyGroup .property{display:flex;flex-direction:row;background:#f2f2f2;box-shadow:0px 1px 0px rgba(0,0,0,.05)}.propertyBar .propertyGroup .property .propertyName{flex:2 2 50px;display:flex;align-items:center;padding:11px 8px}.propertyBar .propertyGroup .property .propertyValue{display:flex;align-items:center;padding:3px;flex:3 3 75px;background-color:#fff;padding-right:5px}.propertyBar .propertyGroup .property .propertyValue select,.propertyBar .propertyGroup .property .propertyValue input[type=text],.propertyBar .propertyGroup .property .propertyValue input[type=number]{width:100%;height:100%;padding:3px;border:0px;box-sizing:border-box}.flexDiv{display:flex;height:100%}.filterGroupNode{flex:1 1 auto;display:flex;margin:1px}.filterGroupText{flex:0 0 auto;flex-direction:column;justify-content:center;display:flex;text-align:center;padding:2px;padding-left:5px;padding-right:5px;text-transform:uppercase;border:1px solid #fff;background:#fff;margin:1px}.filterGroupChildren{flex:1 1 auto;display:flex;flex-direction:column}.filterConditionElement{flex:0 0 33.3333%;display:flex;align-items:center}.filterConditionElement>span{text-decoration:underline;cursor:pointer;margin:2px;margin-top:4px;margin-bottom:4px}.filterEntityGroupNode{flex:1 1 auto;display:flex;flex-direction:column}.filterEntityGroupText{flex:0 0 auto;padding:6px 4px;flex-direction:column;background:#9ecfe9;display:flex;border:1px solid #9ecfe9}.filterEntityGroupChildren{margin-left:2em;flex:1 1 auto;display:flex;flex-direction:column}.filterConditionNode{flex:1 1 auto;display:flex;flex-direction:row;background:#fff;padding:2px;border:1px solid #fff}.filterLookupEditor{display:flex;flex:1 1 auto;flex-direction:row}.filterNodeFocused{border-color:#000 !important}.filterNodeSelected{background:#9ecfe9;border-color:#9ecfe9}.draggableItemGhostContainer{z-index:100}.draggableItemGhost{padding:10px;border:dashed 1px #000;font-size:12px;background:rgba(175,175,175,.5)}.snippetItemGhost{z-index:1000;padding:10px;max-width:320px;border:dashed 1px #06c;background:rgba(0,102,204,.5)}.snippetDropGhost{margin:0px 20px;padding:10px;border:dashed 1px #06c;width:calc(100% - 40px);background:rgba(0,102,204,.5);box-sizing:border-box}.reportsprite{display:inline-block}
.bindingItem{cursor:pointer;background:#fff;padding:11px 8px;color:#2068ef}.bindingItemGhost{z-index:2000;position:fixed;color:#2068ef;padding:11px 8px;border:dashed 1px #b8b8b8}
.cellItem{display:flex;width:100%;height:100%;border:1px solid #dbdcdf;position:relative}.cellItem__label{display:flex;align-items:center;height:100%;width:100%;padding:8px}.cellItem__label input{border:none;background-color:rgba(0,0,0,0);width:100%}.cellItem__label span{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;width:100%}.cellItem__label__constant input,.cellItem__label__constant span{color:#06c}.cellItem__label:hover{text-decoration:underline}.cellItem__selected{background:#e6f4ff;border:2px solid #06c}.cellItem__selected .cellItem__deleteButton,.cellItem:hover .cellItem__deleteButton{display:block}.cellItem__deleteButton{display:none;position:absolute;right:0;top:0;padding:5.5px 3.5px}.borderThicknessIcon{width:24px;height:24px;display:grid;margin:auto;grid-template-columns:1fr 1fr}.borderThicknessIcon div{border:1px dashed #000}.borderThicknessIcon__top div:nth-child(1),.borderThicknessIcon__top div:nth-child(2){border-top:2px solid #000}.borderThicknessIcon__right div:nth-child(2),.borderThicknessIcon__right div:nth-child(4){border-right:2px solid #000}.borderThicknessIcon__bottom div:nth-child(3),.borderThicknessIcon__bottom div:nth-child(4){border-bottom:2px solid #000}.borderThicknessIcon__left div:nth-child(1),.borderThicknessIcon__left div:nth-child(3){border-left:2px solid #000}
.bindingsList{width:100%;height:100%;background:#f2f2f2;overflow:auto;position:relative}.bindingsList__header{font-weight:700;padding:11px 8px;box-shadow:0px 1px 0px rgba(0,0,0,.05)}.bindingsList__items{display:flex;flex-direction:column;gap:1px}.bindingsList__loading{position:absolute;width:100%;height:100%;left:0;top:0;display:flex;align-items:center;justify-content:center;background-color:rgba(242,242,242,.5058823529)}
.containerItem{cursor:pointer;padding:5px 0}.containerItem__header{width:calc(100% - 20px);margin:0 32px 5px 20px;display:flex;justify-content:space-between;align-items:center}.containerItem__header__title{font-weight:700;color:rgba(0,0,0,.2);text-transform:uppercase;border-radius:4px}.containerItem__header__commands{display:none;gap:10px}.containerItem__header__command{color:#06c;cursor:pointer}.containerItem__header__command:hover{text-decoration:underline}.containerItem__content{margin-left:10px;padding-left:10px;box-sizing:border-box;width:calc(100% - 10px)}.containerItem.selected>.containerItem__header .containerItem__header__title{z-index:1000;color:#fff;background:#06c;padding:6px 16px}.containerItem.selected .containerItem__header__commands,.containerItem:hover .containerItem__header__commands{display:flex}
.gridItem{position:relative}.gridItem__gridEditor__enabled{z-index:1000}.gridItem_gridEditorOuter{top:0;left:0;position:absolute;width:100%;height:100%;background-color:rgba(0,0,0,.3);z-index:999}.gridItem_gridEditorOutline{top:0;left:0;position:absolute;width:100%;height:100%;z-index:999}.gridItem .cellItemDropZone{width:100%;height:100%;display:flex;position:relative}.gridItem .cellItemDropZone .addCellInline{display:none;margin:auto;z-index:9999;position:absolute;border-radius:4px;left:50%;top:100%;transform:translate(-50%, -50%);padding:2px;border:1px solid #acacac;background:#fff;box-shadow:0px 2px 4px 0px rgba(0,0,0,.15)}.gridItem .cellItemDropZone .addCellInline__button{padding:2px 4px;cursor:pointer;zoom:.8}.gridItem .cellItemDropZone .addCellInline__button:hover{background-color:#ebedf1}.gridItem .cellItemDropZone:hover{background:#dedede}.gridItem .cellItemDropZone:hover .addCellInline{display:flex}.hover:not(.selected)>*>.gridItem:not(.gridItem__gridEditor__enabled){border-left:3px solid #000;background:#ebedf1}.selected>*>.gridItem{border-left:3px solid #06c;background:#ebedf1}.hover>*>.gridItem:not(.gridItem__gridEditor__enabled) .rescoGridEditor__column,.hover>*>.gridItem:not(.gridItem__gridEditor__enabled) .rescoGridEditor__row,.hover>*>.gridItem:not(.gridItem__gridEditor__enabled) .rescoGridEditor__cellPosition,.hover>*>.gridItem:not(.gridItem__gridEditor__enabled) .rescoGridEditor__cell,.selected>*>.gridItem:not(.gridItem__gridEditor__enabled) .rescoGridEditor__column,.selected>*>.gridItem:not(.gridItem__gridEditor__enabled) .rescoGridEditor__row,.selected>*>.gridItem:not(.gridItem__gridEditor__enabled) .rescoGridEditor__cellPosition,.selected>*>.gridItem:not(.gridItem__gridEditor__enabled) .rescoGridEditor__cell{background:#ebedf1}
.repeaterItem{margin-top:10px;padding-right:10px}.hover:not(.selected)>*>.repeaterItem{border-left:2px dashed #000;background:#ebedf1}.selected>*>.repeaterItem{border-left:2px dashed #06c;background:#ebedf1}
.sourceItem{display:flex;flex-direction:column;gap:20px}
.reportItem{margin:auto;width:100%;min-width:600px;max-width:1200px}.reportItem__header{cursor:pointer;font-weight:700;text-transform:uppercase;padding-bottom:10px;color:rgba(0,0,0,.3);display:flex;justify-content:space-between}.reportItem__content{background-color:#fff;padding:32px 32px 32px 12px;position:relative}.reportItem__selected .reportItem__header{color:#000}.reportItem__selected .reportItem__content{border-top:4px solid #06c}.propertyBar .propertyGroup .property .propertyValue .guid{font-size:10px}
.reportEditor{height:100%;width:100%;background:#c5c8cf;overflow:auto;padding:20px 32px}
